]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-10-22 Kim F. Storm <storm@cua.dk>
2
3 * image.el (image-type-header-regexps): Rename from image-type-regexps.
4 Change users.
5 (image-type-file-name-regexps): New defconst.
6 (image-type-from-data): Simplify loop.
7 (image-type-from-buffer): New defun.
8 (image-type-from-file-header): Use it instead of image-type-from-data.
9 Use image-search-load-path instead of only looking in data-directory.
10 (image-type-from-file-name): New defun.
11 (image-search-load-path): Make PATH arg optional, default to image-load-path.
12 Change `pathname' to `filename'.
13
14 2005-10-21 Richard M. Stallman <rms@gnu.org>
15
16 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
17
18 * textmodes/paragraphs.el (sentence-end-base): New variable.
19 (sentence-end): Use sentence-end-base.
20
21 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * font-lock.el (font-lock-default-fontify-region): Check the multiline
24 property independently from the font-lock-multiline variable.
25
26 2005-10-21 Richard M. Stallman <rms@gnu.org>
27
28 * emacs-lisp/find-func.el (find-library-name): Doc fix.
29
30 * startup.el (command-line): Convert library names
31 in `load-history' to absolute file names.
32
33 * subr.el (symbol-file): Doc fix.
34
35 * loadhist.el (file-loadhist-lookup): Call locate-library
36 instead of find-library-name. Don't try converting
37 abs file names to library names, since load-history no longer
38 has library names in it.
39 (file-dependents, file-provides, file-requires): Doc fixes.
40
41 2005-10-21 Juri Linkov <juri@jurta.org>
42
43 * progmodes/etags.el (tags-table-mode): New function.
44 (tags-verify-table): Replace initialize-new-tags-table with
45 tags-table-mode.
46
47 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
48 default value.
49 (desktop-modes-not-to-save): Add tags-table-mode to the
50 default value.
51
52 * info.el (Info-index-next): Add total number of index
53 alternatives to the message.
54
55 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
56 backward only space (instead of space and period) before looking
57 at sentence end.
58
59 * simple.el (set-variable): Use user-variable-p instead of symbolp.
60 Add the old variable value as 4th default-value arg of read-string.
61
62 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
63
64 * cus-face.el (custom-declare-face): Make face from X resources
65 also on Mac.
66
67 * disp-table.el (standard-display-g1, standard-display-graphic):
68 Refuse to use string glyphs also on Mac.
69 (standard-display-european): Don't set terminal coding system also
70 on Mac.
71
72 * frame.el (display-screens): Use x-display-screens also on Mac.
73
74 2005-10-21 Romain Francoise <romain@orebokech.com>
75
76 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
77
78 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
81 and $? into sexps.
82
83 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
84 warning face on open-paren-in-column-0.
85
86 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
87 boundary case. Fix typo.
88 Suggested by Martin Rudalics <rudalics@gmx.at>.
89
90 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
91
92 * textmodes/org.el: (org-combined-agenda-icalendar-file)
93 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
94 (org-export-icalendar-this-file)
95 (org-export-icalendar-all-agenda-files)
96 (org-export-icalendar-combine-agenda-files): New commands.
97 (org-export-icalendar, org-print-icalendar-entries)
98 (org-start-icalendar-file, org-finish-icalendar-file)
99 (org-ical-ts-to-string): New functions.
100 (org-read-date, org-goto-calendar)
101 (org-agenda-goto-calendar): Inhibit displaying diary entries by
102 call to `calendar'.
103 (orgtbl-setup): Remove the :keys arguments from the menu description.
104 (org-after-save-iCalendar-file-hook): New variable.
105
106 2005-10-21 Kenichi Handa <handa@m17n.org>
107
108 * language/vietnamese.el (tcvn-5712): Make it an alias of
109 vietnamese-tcvn coding-system.
110
111 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
112
113 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
114 group id is given.
115
116 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * progmodes/sh-script.el (sh-escaped-line-re): New var.
119 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
120 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
121 whose line is either continued or ends with a comment.
122
123 2005-10-20 Romain Francoise <romain@orebokech.com>
124
125 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
126
127 * replace.el (occur-engine): Add follow-link property.
128
129 * font-core.el (font-lock-mode): Doc fix.
130
131 2005-10-20 Richard M. Stallman <rms@gnu.org>
132
133 * net/rcirc.el: New file.
134
135 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
136
137 * term.el (term-term-name): Initialize to "eterm-color".
138
139 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
140
141 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
142 for encryption functionality.
143 Move allout customization subgroup from `editing' to `outlines' group.
144 Fix commentary 'keywords' to legitimate ones.
145 Update author info (using my current email address, obscurified).
146 (allout-encrypt-string, allout-encryption-produce-work-buffer)
147 (allout-encrypted-topic-p, allout-encrypted-text-type)
148 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
149 (allout-situate-encryption-key-verifier)
150 (allout-get-encryption-key-verifier, allout-verify-key)
151 (allout-next-topic-pending-encryption)
152 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
153 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
154 (outline-key-verifier-handling, outline-key-hint-handling)
155 (outline-encrypt-unencrypted-on-saves): New defcustoms.
156 (allout-file-key-verifier-string, allout-encryption-scheme)
157 (allout-key-verifier-string, allout-key-hint-string)
158 (allout-after-save-decrypt): New variables.
159 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
160 (allout-after-saves-handler): New hook functions.
161 (allout-post-command-business): Do allout-after-save-decrypt.
162 (allout-enable-file-variable-adjustment): Custom var to enable
163 mechanism for adding and adjusting settings of Emacs file variables.
164 (allout-adjust-file-variable, allout-file-vars-section-data):
165 New functions, implement the mechanism.
166 (outlineify-sticky): Use the file vars mechanism.
167 (allout-inhibit-protection, allout-during-write-cue)
168 (allout-override-protect, allout-before-change-protect): Remove.
169 (allout-flag-region, allout-open-topic): Adjust read-only text.
170 (allout-open-line-not-read-only): Add to facilitate read-only
171 text based protection.
172 (allout-kill-line): Revise to adjust read-only text, clue the
173 user about the inhibition.
174 (allout-unprotected): Use unwind-protect.
175 (allout-shift-in, allout-shift-out): Disallow manually shifting a
176 topic deeper than the offspring depth of the previous topic -
177 avoiding confusing "containment discontinuities".
178 (allout-reindent-bodies): Fix retention of body relative hanging
179 indent during promotion of collapsed bodies.
180 (allout-open-topic): Make it easy to open new topic with same
181 bullet as current topic - topic creation functions provided with
182 any universal argument provokes now prompt for bullet, defaulting
183 to the bullet of the previous topic.
184 (allout-plain-bullets-string, allout-distinctive-bullets-string):
185 Plain bullet alternates '.' period and ',' comma only. All other
186 bullets are relegated to special status (but customizable).
187 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
188 since it actually operates w.r.t. most immediately containing
189 entry, visible or not.
190 (allout-hide-current-entry, allout-show-current-entry): Use the
191 revised version.
192 (allout-old-expose-topic): Solidify deprecation.
193 (allout-end-of-subtree): Add so we can span concealed as well
194 as visible topics.
195 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
196 (allout-end-of-current-heading): Tweak to just respect the first line.
197 (allout-get-body-text): Add.
198 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
199 when invoked interactively.
200 (allout-up-current-level): Use `interactive-p'.
201 (allout-mode, allout-init): Miscellaneous docstring and
202 operational refinements, as well as hookups of new encryption stuff.
203 (allout-beginning-of-current-entry): Now works as advertised.
204 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
205 (allout-isearch-rectification): Refine condition for isearching.
206 (allout-isearch-abort, allout-enwrap-isearch)
207 (allout-flag-region, my-region-active-p): Relocate some macros.
208 (allout-title): Fallback title is '(buffer-name)', not
209 non-existing '(current-buffer-name)'.
210 (subst-char-in-string): Define if absent (for some XEmacs versions).
211
212 2005-10-20 Jari Aalto <jari.aalto@cante.net>
213
214 * mail/sendmail.el (mail-setup-hook, mail-aliases)
215 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
216 (mail-citation-prefix-regexp, mail-signature-file)
217 (mail-default-headers, mail-bury-selects-summary)
218 (mail-send-nonascii): Add autoload cookies.
219
220 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
221
222 * frame.el (blink-cursor-mode): Add `mac' to the list of
223 window-system's that support blinking cursor.
224
225 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
226
227 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
228
229 2005-10-20 Eli Zaretskii <eliz@gnu.org>
230
231 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
232 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
233 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
234
235 2005-10-20 Kim F. Storm <storm@cua.dk>
236
237 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
238 (ido-set-current-directory): Don't add / after final @.
239 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
240 Explicitly handle ange-ftp completion oddities.
241 (ido-make-file-list): Don't rotate list at tramp root to avoid
242 triggering tramp file handler for expand-file-name via get-file-buffer.
243
244 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
245
246 * simple.el (eval-expression-print-format): Put the char-string
247 inside the parenthesis, like the other alternative notations.
248 (kill-new): Use push.
249 (copy-to-buffer): Use with-current-buffer.
250 (completion-setup-function): Simplify.
251 (minibuffer-local-must-match-map): Don't add redundant bindings which
252 are already present in its parent (minibuffer-local-completion-map).
253
254 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
255
256 2005-10-19 Jay Belanger <belanger@truman.edu>
257
258 * calc/calc-units.el (math-standard-units): Add units, adjust
259 symbols and update values.
260 (math-unit-prefixes): Add more prefixes.
261
262 2005-10-19 Romain Francoise <romain@orebokech.com>
263
264 * bookmark.el (bookmark-menu-heading): New face.
265 (bookmark-bmenu-list): Use it.
266 Don't fiddle with `baud-rate' at top-level.
267
268 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
269
270 * image.el (create-image, find-image): Mention max-image-size in
271 docstring.
272
273 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
274
275 * savehist.el (savehist-load): Revert to checking XEmacs.
276
277 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
278 Various docstring and line-width fixups.
279 (conf-mode): Use cond.
280 Set font-lock-defaults. Don't set comment-use-syntax.
281
282 2005-10-18 David Ponce <david@dponce.com>
283
284 * tree-widget.el (tree-widget-button-click): New function.
285 (tree-widget-button-keymap): Use it.
286
287 2005-10-18 Romain Francoise <romain@orebokech.com>
288
289 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
290 (bookmark-bmenu-hide-filenames): Add follow-link property.
291 Improve help-echo text.
292
293 * ffap.el (find-file-at-point): Doc fix.
294
295 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
296
297 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
298
299 2005-10-18 Masatake YAMATO <jet@gyve.org>
300
301 Install to the CVS repository what I forgot to install in my
302 2005-10-16 changes.
303
304 * progmodes/python.el (python-complete-symbol): Pass the common
305 prefix substring of completion to `display-completion-list'.
306
307 * textmodes/org.el (org-complete): Ditto.
308
309 2005-10-18 Masatake YAMATO <jet@gyve.org>
310
311 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
312
313 * woman.el (WoMan-xref-man-page): New button type derived
314 from `Man-abstract-xref-man-page'.
315 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
316
317 * man.el (Man-abstract-xref-man-page): New button type.
318 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
319 (Man-highlight-references): Add new optional argument `xref-man-type'.
320
321 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
322
323 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
324
325 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
326
327 * cus-edit.el (Custom-move-and-invoke): Delete.
328 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
329
330 * wid-edit.el (widget-move-and-invoke): New function, from
331 Custom-move-and-invoke.
332
333 2005-10-17 Bill Wohler <wohler@newt.com>
334
335 Move all remaining images from lisp/toolbar to etc/images, move
336 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
337 the low resolution images in their own directory (low-color).
338
339 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
340 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
341 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
342 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
343 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
344 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
345 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
346
347 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
348 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
349 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
350 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
351 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
352 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
353 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
354 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
355 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
356 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
357 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
358 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
359 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
360 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
361 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
362
363 To conform with convention, replace the underscore (_) in the
364 following image names with dash (-) or (/) as appropriate.
365
366 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
367 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
368 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
369 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
370 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
371 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
372 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
373 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
374 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
375 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
376 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
377 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
378 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
379 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
380 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
381
382 * info.el (info-tool-bar-map): Replace underscores in image names
383 with dashes.
384
385 * makefile.w32-in (WINS): Remove toolbar.
386
387 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
388
389 * tool-bar.el: Move to lisp from toolbar. Now that
390 toolbar is empty, it should be deleted when folks run "cvs up -P".
391
392 2005-10-18 Jay Belanger <belanger@truman.edu>
393
394 * calc/calc-store.el (calc-store-into): Get the proper variable name
395 to display in message.
396
397 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
398
399 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
400 expressions display in speedbar for all buffers when debugging.
401 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
402
403 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
404 (speedbar-insert-button, speedbar-make-button):
405 Use add-text-properties.
406 (speedbar-update-localized-contents)
407 (speedbar-update-directory-contents)
408 (speedbar-update-special-contents): Use dolist.
409 (speedbar-buffer-easymenu-definition): Add a menu separator.
410
411 2005-10-17 Jason Rumney <jasonr@gnu.org>
412
413 * makefile.w32-in: Use $(lisp) consistently.
414 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
415 for shell specific generation of mh-autoloads.
416
417 2005-10-17 Richard M. Stallman <rms@gnu.org>
418
419 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
420
421 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
422
423 * jit-lock.el (jit-lock-fontify-now):
424 Move jit-lock-context-unfontify-pos to avoid wasted work.
425
426 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
427
428 * net/tramp.el (tramp-completion-mode): New defvar. Used in
429 `tramp-completion-mode' for checking if we are in completion mode.
430 (tramp-completion-handle-file-name-all-completions): Reorder code
431 in order to complete for file names only in case there are no
432 method/user/host completions. This is necessary for cooperation
433 with ido. Reported by Kim F. Storm <storm@cua.dk>.
434
435 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
436
437 * longlines.el (longlines-search-forward)
438 (longlines-search-backward): Match any number of spaces.
439
440 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
441
442 * diff-mode.el (diff-mode): Doc fix.
443
444 2005-10-16 David Reitter <david.reitter@gmail.com>
445
446 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
447 as default on darwin and windows systems.
448
449 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
450
451 * arc-mode.el (archive-zip-extract): Doc fix.
452
453 2005-10-16 Romain Francoise <romain@orebokech.com>
454
455 * mouse.el (mouse-1-click-follows-link): Doc fix.
456
457 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
458
459 * savehist.el: Don't require CL at runtime.
460 (savehist-xemacs): Remove.
461 (savehist-coding-system): Use utf-8 if present, regardless of religion.
462 (savehist-no-conversion): Use (featurep 'xemacs).
463 (savehist-load): Check existence of start-itimer rather than XEmacs.
464 Use an idle timer.
465 (savehist-process-for-saving): Replace use of CL funs `subseq' and
466 `delete-if-not'.
467
468 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
469
470 * savehist.el: Newer version.
471 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
472 (savehist-last-checksum, savehist-no-conversion): New vars.
473 (savehist-autosave, savehist-process-for-saving, savehist-printable):
474 New functions.
475 (savehist-load, savehist-save): Use them.
476 (savehist-delimit): Remove.
477
478 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
479
480 * progmodes/compile.el (compilation-goto-locus): Display the
481 compilation buffer first and the source buffer second, in case they're
482 in overlapping frames. Don't raise the compilation frame if it was the
483 selected window upon entry. Pass the `other-window' arg to
484 pop-to-buffer.
485
486 * info.el (Info-fontify-node): Use dolist.
487 Change add-text-properties to put-text-property.
488
489 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
490
491 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
492 bound of search.
493
494 2005-10-16 Masatake YAMATO <jet@gyve.org>
495
496 * dabbrev.el (dabbrev-completion): Pass the common
497 prefix substring of completion to `display-completion-list'.
498
499 * filecache.el (file-cache-minibuffer-complete)
500 (file-cache-complete): Ditto.
501
502 * tempo.el (tempo-display-completions): Ditto.
503
504 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
505
506 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
507
508 * eshell/em-hist.el (eshell-list-history): Ditto.
509
510 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
511
512 * mail/mailalias.el (mail-complete): Ditto.
513
514 * progmodes/etags.el (complete-tag): Ditto.
515
516 * progmodes/make-mode.el (makefile-complete): Ditto.
517
518 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
519
520 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
521
522 * progmodes/pascal.el (pascal-complete-word)
523 (pascal-show-completions): Ditto.
524
525 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
526
527 * simple.el (completion-common-substring): New variable.
528 (completion-setup-function): Use `completion-common-substring'
529 to put faces.
530
531 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
532
533 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
534 (x-get-selection, mac-select-convert-to-string): Convert from/to
535 UTF-16 clipboard data as in native byte order, no BOM.
536
537 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
538
539 * progmodes/gud.el (gud-tool-bar-map): Rename the images
540 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
541 (gud-sentinel): Use speedbar-frame to check for speedbar.
542
543 2005-10-15 Richard M. Stallman <rms@gnu.org>
544
545 * savehist.el: New file.
546
547 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
548
549 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
550 Fix bug in \bf fontification.
551
552 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * pcvs.el (cvs-edit-log-files): New var.
555 (cvs-mode-edit-log): New arg `file'.
556 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
557 Instead force the use of the original file and nothing else.
558 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
559 the cvs-minor-wrap-function is set.
560 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
561
562 2005-10-14 Bill Wohler <wohler@newt.com>
563
564 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
565 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
566 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
567 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
568 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
569 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
570 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
571 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
572 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
573 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
574 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
575 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
576 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
577 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
578 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
579
580 * progmodes/gud.el (gud-tool-bar-map): Rename the images
581 appropriately (for example, gud-break to gud/break).
582
583 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
584
585 * longlines.el (longlinges-search-function)
586 (longlines-search-forward, longlines-search-backward): New functions.
587 (longlines-mode): Set isearch-search-fun-function to
588 longlinges-search-function.
589
590 * mouse.el (mouse-drag-region-1): Handle the case where a
591 double-click event is bound to an arbitrary function.
592
593 2005-10-14 David Ponce <david@dponce.com>
594
595 * recentf.el (recentf-track-opened-file)
596 (recentf-track-closed-file, recentf-update-menu)
597 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
598 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
599 mouse-1-click-follows-link.
600
601 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
602
603 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
604 Gnome file-manager.png. Suggested by
605 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
606
607 * toolbar/README: Add diropen.xpm.
608
609 2005-10-13 Bill Wohler <wohler@newt.com>
610
611 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
612 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
613
614 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
617 Don't waste the byte-compiler's time on constant data.
618
619 2005-10-13 Kenichi Handa <handa@m17n.org>
620
621 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
622 byte with `escape-glyph' face.
623
624 * international/fontset.el (ccl-encode-unicode-font):
625 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
626 Handle the case that ucs-mule-to-mule-unicode translates a character to
627 ASCII (usually for IPA characters).
628
629 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
630
631 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
632 Don't hide the underline of titles if font-lock-mode is disabled.
633
634 2005-10-12 Bill Wohler <wohler@newt.com>
635
636 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
637 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
638 files in MH-E-SRC have been updated.
639 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
640
641 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
644 (mixal-mode-syntax-table): Add \n as end-comment.
645 (mixal-operation-codes-alist): Immediately initialize to full value.
646 (mixal-add-operation-code): Remove.
647 (mixal-describe-operation-code): Make the arg non-optional.
648 Use the interactive spec instead.
649 Use mixal-operation-codes-alist rather than mixal-operation-codes.
650 (mixal-font-lock-keywords): Don't highlight comments here any more.
651 (mixal-font-lock-syntactic-keywords): New var.
652 (mixal-mode): Use it. Fix comment-start-skip.
653
654 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
655
656 * startup.el (command-line-x-option-alist): -nb => -nbi
657
658 2005-10-12 Kim F. Storm <storm@cua.dk>
659
660 * startup.el (fancy-splash-default-action): Discard mouse click in
661 the spash screen window, as it has no sensible meaning in the
662 next window to be selected. Fixes error reported by Jan D.
663
664 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
665
666 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
667
668 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
669
670 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
671 Try to fix up minor layout issues like indentation, line break, etc...
672 (mixal-mode-syntax-table): Don't try to specify comment syntax,
673 because it doesn't work.
674 (mixal-operation-codes): Add some more codes.
675 (mixal-font-lock-keywords): Process comments here.
676 (mixal-mode): mixasm no longer needs -g option.
677
678 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
679
680 * progmodes/sh-script.el (sh-tmp-file):
681 Use mktemp -t. Finish support for es and rc shells.
682
683 2005-10-11 Jay Belanger <belanger@truman.edu>
684
685 * calc/calcalg2.el (calc-integral): With an argument, compute the
686 definite integral.
687
688 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
689
690 * mouse.el (mouse-drag-region-1): Don't try to catch a
691 double-click when doing follow-link (it's overridden anyway).
692
693 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
694
695 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
696 (autoload-print-form-outbuf): Add docstring.
697
698 2005-10-11 Juri Linkov <juri@jurta.org>
699
700 * info.el (Info-mode-menu): Delete menu item "Edit".
701 (Info-mode): Delete description of Info-edit from docstring,
702 and rearrange descriptions of Info commands in the order
703 they are documented in the Info manual.
704
705 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
706
707 * calendar/appt.el (appt-check): Use diary-selective-display var.
708
709 2005-10-10 Richard M. Stallman <rms@gnu.org>
710
711 * net/newsticker.el (newsticker-start, newsticker-show-news):
712 Add autoload cookies.
713
714 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
715
716 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
717
718 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
719
720 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
721
722 2005-10-10 Jay Belanger <belanger@truman.edu>
723
724 * calc/calc-arith.el (math-check-known-scalarp)
725 (math-check-known-matrixp): Check the values of arguments that are
726 variables.
727 (math-check-known-square-matrixp): New function.
728 (math-known-square-matrixp): Use math-check-known-square-matrixp.
729 (math-super-types): Add sqmatrix type.
730
731 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
732 mode name `square' to 'sqmatrix'.
733
734 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
735 mode name `square' to 'sqmatrix'.
736
737 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
738
739 * progmodes/etags.el (select-tags-table-mode): Don't use
740 selective-display.
741 (tags-select-tags-table): Pass `button' to the action function.
742 (select-tags-table): Place the side-info on button properties rather
743 than in hidden text. Abbreviate file names.
744 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
745 (select-tags-table-select): Add `button' argument.
746 Get side-info from the button property rather than from hidden text.
747
748 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
749
750 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
751 (gud-speedbar-buttons): Preserve point if possible.
752 (gud-sentinel): Restore previous speedbar display type.
753
754 * progmodes/gdb-ui.el (gdba): Improve diagram.
755 (def-gdb-auto-update-handler, gdb-info-locals-handler)
756 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
757 Call get-buffer-window once.
758
759 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
760
761 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
762 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
763 (pascal-indent-command): Remove unused var `ind'.
764 (pascal-indent-case): Remove unused var `oldpos'.
765 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
766 since it's now used as a proper minor mode map.
767 (pascal-outline): Rename to pascal-outline-mode.
768 (pascal-outline-mode): Use define-minor-mode.
769 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
770 selective-display.
771
772 2005-10-10 Andreas Schwab <schwab@suse.de>
773
774 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
775 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
776
777 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
778 outside source directory.
779
780 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
781
782 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
783 C-x' as a prefix.
784 (orgtbl-mode-map): Full keymap instead of sparse, because all
785 `self-insert-command' keys are redefined in this map.
786 (org-export-as-html): Specify charset for HTML file, by taking it
787 from the coding system.
788
789 2005-10-10 Kenichi Handa <handa@m17n.org>
790
791 * textmodes/flyspell.el (flyspell-check-word-p):
792 If unread-command-events is non-empty, don't call sit-for.
793
794 2005-10-09 Richard M. Stallman <rms@gnu.org>
795
796 * font-lock.el (font-lock-syntactic-keywords)
797 (font-lock-keywords): Doc fixes.
798
799 * textmodes/flyspell.el (flyspell-external-point-words):
800 Simplify logic, and don't try to check for consecutive appearances
801 of one incorrect word.
802
803 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
804
805 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
806 separator.
807
808 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
809 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
810 (gud-expansion-speedbar-buttons): New function.
811 (gud-speedbar-buttons): Check for gud-comint-buffer.
812
813 2005-10-09 Bill Wohler <wohler@newt.com>
814
815 * Makefile.in (updates): Add mh-loaddefs dependency.
816
817 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
818
819 * speedbar.el (speedbar-file-key-map): Fix typo.
820
821 2005-10-09 Daniel Brockman <daniel@brockman.se>
822
823 * cus-start.el (line-spacing): Add custom spec.
824
825 2005-10-09 Romain Francoise <romain@orebokech.com>
826
827 * textmodes/ispell.el (ispell-check-version): Fix last change.
828
829 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
830
831 * term/x-win.el: Remove -i, --icon-type from comment.
832
833 * startup.el (command-line-x-option-alist): Remove options -i,
834 -itype, --icon-type, added -nb, --no-bitmap-icon
835
836 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
837
838 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
839 instead of :active.
840
841 2005-10-08 Eric Hanchrow <offby1@blarg.net>
842
843 * textmodes/ispell.el (ispell-check-version):
844 Ignore hyphen, and all that follows, in aspell's version text.
845
846 2005-10-08 Jay Belanger <belanger@truman.edu>
847
848 * calc/calc-arith.el (math-known-square-matrixp): New function.
849 (math-pow-fancy): Check for matrices before distributing exponent
850 across products.
851
852 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
853 fullscreen keypad. Suggested by Luc Teirlinck.
854 (calc-keypad-show-input): Add space for formatting.
855
856 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
857 Add square matrix option.
858
859 * calc/calc-poly.el (math-expand-term): Check for matrices instead
860 of checking calc-matrix-mode when deciding how to expand.
861
862 * calc/calc.el (calc-set-mode-line): Add square matrix option.
863
864 2005-10-08 Lars Hansen <larsh@soem.dk>
865
866 * net/tramp.el (tramp-perl-directory-files-and-attributes):
867 Add error handling.
868 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
869
870 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
871
872 Sync with Tramp 2.0.51.
873
874 * net/tramp.el (tramp-handle-set-visited-file-modtime)
875 (tramp-handle-insert-file-contents, tramp-handle-write-region):
876 Insert special handling for `last-coding-system-used', again
877 it still seems to be necessary (unlike stated before).
878 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
879 (tramp-password-prompt-regexp): There might be other words before
880 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
881 (tramp-chunksize): Improve docstring.
882 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
883 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
884 Christian Joergensen <bugs@razor.dk>.
885
886 2005-10-07 Glenn Morris <rgm@gnu.org>
887
888 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
889 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
890 precision'.
891
892 2005-10-07 Romain Francoise <romain@orebokech.com>
893
894 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
895 (ibuffer-do-shell-command-pipe-replace)
896 (ibuffer-do-shell-command-file, ibuffer-do-eval)
897 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
898 (ibuffer-do-revert, ibuffer-do-replace-regexp)
899 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
900 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
901 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
902 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
903 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
904 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
905 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
906 Autoload file sans suffix.
907
908 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
909
910 2005-10-07 David Ponce <david@dponce.com>
911
912 * recentf.el (recentf-menu-open-all-flag): New option.
913 (recentf-digit-shortcut-command-name): New function.
914 (recentf--shortcuts-keymap): New variable.
915 (recentf-menu-shortcuts): New variable.
916 (recentf-make-menu-items): Initialize it. Replace the "More..."
917 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
918 (recentf-menu-value-shortcut): New function.
919 (recentf-make-menu-item): Use it. No more in-lined.
920 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
921 (recentf-open-most-recent-file): Rename from
922 `recentf-open-file-with-key'. Don't depend on key binding.
923 (recentf-mode-map): New variable.
924 (recentf-mode): Use it.
925
926 2005-10-06 Bill Wohler <wohler@newt.com>
927
928 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
929
930 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
931 (MH-E-SRC): New. Used by mh-autoloads.
932 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
933 files in MH-E-SRC have been updated.
934 (compile, recompile, bootstrap): Depend on mh-autoloads.
935
936 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
937
938 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
939 gud-break and gud-remove icons when the fringe is not available.
940
941 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
942 Typo.
943
944 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
945
946 * play/zone.el (zone): Wrap body with save-window-excursion.
947
948 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
949
950 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
951 Use the new `list-only' arg to diary-list-entries.
952
953 * calendar/diary-lib.el: Use overlays rather than selective-display.
954 (diary-selective-display): New var.
955 (diary-header-line-format): Use it.
956 (diary-list-entries): Add argument `list-only'.
957 Put the buffer in diary-mode. Don't add \^M at beg and end.
958 Replace \^M by invisible overlays.
959 (diary-unhide-everything): Replace \^M by invisible overlays.
960 (print-diary-entries): Look for overlays rather than \^M.
961 Add a space to the temp buffer name.
962 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
963 Put the buffer in diary-mode.
964 (list-sexp-diary-entries): Replace \^M by invisible overlays.
965 (diary-anniversary): Make the year arg optional.
966 (diary-time-regexp): New const.
967 (diary-font-lock-keywords): Use it to accept a few more time formats.
968
969 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
970
971 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
972
973 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
974 Fix bug introduced 2005-07-03: Use (car (last ...))
975 to faithfully reproduce replaced artist-last.
976 (artist-set-arrow-points-for-poly): Likewise.
977 Suggested by Johan Bockg\e,Ae\e(Brd.
978
979 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
980
981 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
982 * wid-edit.el (widget):
983 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
984 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
985
986 2005-10-06 Kenichi Handa <handa@m17n.org>
987
988 * international/mule-cmds.el (set-language-environment):
989 Fix setting up of case-table for unibyte mode.
990
991 * simple.el (what-cursor-position): If the character is displayed
992 by some `display' text property, show that. Don't use
993 single-key-description for eight-bit characters in multibyte mode.
994
995 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
996
997 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
998 (gdb-ann3): Set it.
999 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
1000 (gdb-info-frames-custom): Use inverse-video for first five
1001 characters of selected frame only.
1002 (gdb-get-frame-number): Select frame even when point is on frame
1003 number.
1004
1005 2005-10-06 Masatake YAMATO <jet@gyve.org>
1006
1007 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
1008 Put `font-lock-function-name-face'.
1009 (gdb-info-frames-custom): Put `font-lock-function-name-face'
1010 and `font-lock-variable-name-face'
1011 (gdb-registers-font-lock-keywords): New font lock keywords definition.
1012 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
1013 (gdb-memory-font-lock-keywords): New font lock keywords definition.
1014 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
1015 (gdb-local-font-lock-keywords): New font lock keywords definition.
1016 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
1017 (gdb-threads-font-lock-keywords): New font lock keywords definition.
1018 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
1019
1020 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
1021
1022 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
1023 (ediff-merge-region-is-non-clash-to-skip): Previously called
1024 ediff-merge-region-is-non-clash.
1025
1026 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
1027 Use insert-buffer-substring.
1028
1029 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
1030 selecting files to patch. Also bug fixes.
1031
1032 * ediff-util.el (ediff-setup): Bug fix.
1033 (ediff-next-difference): Never skip clashes that differ in white
1034 space only.
1035
1036 * ediff-wind.el (ediff-setup-control-frame)
1037 (ediff-destroy-control-frame): Check the menubar feature.
1038
1039 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
1040 (viper-refresh-mode-line): Use make-local-variable to localize
1041 some vars instead of make-variable-buffer-local. Suggested by
1042 Stefan Monnier.
1043
1044 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
1045 (viper-restore-cursor-type, viper-set-insert-cursor-type):
1046 Use make-local-variable instead of make-variable-buffer-local.
1047 Suggested by Stefan Monnier.
1048
1049 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
1050 (viper-comint-mode-hook): Use make-local-variable on
1051 require-final-newline.
1052 (viper-non-hook-settings): Don't use make-variable-buffer-local.
1053
1054 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
1057 also the second char of a comment-start sequence.
1058 (scheme-sexp-comment-syntax-table): New var.
1059 (lambda, define): Set their scheme-doc-string-elt property.
1060 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
1061 Use lisp-font-lock-syntactic-face-function now that it properly
1062 handles |...| symbols.
1063 (scheme-mode-variables): Set lisp-doc-string-elt-property,
1064 parse-sexp-lookup-properties and font-lock-extra-managed-props.
1065
1066 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
1067 bit from # to |.
1068 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
1069
1070 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
1071 (lisp-doc-string-elt-property): New var.
1072 (lisp-font-lock-syntactic-face-function): Use it.
1073 Rewrite to recognize docstrings even for forms not at toplevel.
1074
1075 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
1076 annotation on the | part of #| rather than on the # part.
1077 (scheme-font-lock-syntactic-face-function): New function, to
1078 distinguish strings from |...| symbols.
1079 (scheme-mode-variables): Use it. Also fix up the font-lock-time
1080 syntax-table so that #|...|# is properly highlighted.
1081
1082 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
1083 Don't mark as docstring the 3rd elem of an unknown toplevel form.
1084
1085 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
1088 and C-e.
1089
1090 * emacs-lisp/eldoc.el: Move comments into docstrings.
1091 (eldoc-message-commands): Initialize in its declaration.
1092 Add move-beginning-of-line and move-end-of-line.
1093 (eldoc-add-command, eldoc-add-command-completions)
1094 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
1095
1096 * outline.el (outline-mark-subtree): Activate the mark.
1097
1098 * calendar/appt.el (appt-time-regexp): New var.
1099 (appt-add, appt-make-list): Use it.
1100 (appt-convert-time): Clean up.
1101
1102 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
1103 Don't set any syntax-table property here.
1104 (tex-font-lock-verb): New function. Do it here.
1105 (tex-font-lock-syntactic-keywords): Use it.
1106
1107 2005-10-04 Richard M. Stallman <rms@gnu.org>
1108
1109 * wid-edit.el (widget-file-complete): Get the widget start point
1110 the right way. Default directory to `/' if file has none.
1111
1112 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
1113
1114 * textmodes/flyspell.el (flyspell-mode-on):
1115 Call ispell-maybe-find-aspell-dictionaries.
1116
1117 * textmodes/ispell.el (ispell-word, ispell-region):
1118 Call ispell-maybe-find-aspell-dictionaries.
1119 (ispell-accept-buffer-local-defs):
1120 Don't call ispell-maybe-find-aspell-dictionaries
1121
1122 2005-10-04 Richard M. Stallman <rms@gnu.org>
1123
1124 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
1125
1126 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
1127
1128 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
1129 instead of `fboundp' in order to allow for anonymous functions.
1130
1131 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
1132
1133 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
1134 case the user clicks on the link while another window is selected.
1135 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
1136
1137 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
1138 functionality.
1139 (dframe-help-echo): Save point in case mouse tracking is off.
1140
1141 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
1142
1143 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
1144
1145 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1146
1147 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
1148 not change the global value of those vars.
1149
1150 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
1151 make-local-variable which we do not need any more.
1152
1153 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
1154
1155 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
1156 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
1157 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
1158 (speedbar-path-line): Define obsolete aliases.
1159 (speedbar-line-directory): Doc fix.
1160
1161 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
1162 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
1163 instead of speedbar-line-path.
1164
1165 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1166
1167 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
1168 to nil if dropping on a window. Handle dropping on a minibuffer window
1169 like dropping on a non-window part of Emacs.
1170
1171 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1172
1173 * net/ange-ftp.el: Use with-current-buffer.
1174 (ange-ftp-insert-directory): Do not follow symlinks any more.
1175
1176 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1177 Remove interactive spec.
1178
1179 2005-10-03 Kim F. Storm <storm@cua.dk>
1180
1181 * ido.el (ido-mode): Use custom-initialize-set.
1182
1183 2005-10-02 Richard M. Stallman <rms@gnu.org>
1184
1185 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
1186 Use insert-buffer-substring.
1187
1188 * net/tramp.el: Pacify byte compiler warnings in pacification code.
1189 (tramp-handle-file-local-copy): Use insert-buffer-substring.
1190
1191 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1192
1193 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
1194 in last change.
1195 (ange-ftp-insert-directory): Fix up the search for the case where
1196 `file' is absolute.
1197
1198 2005-10-02 Romain Francoise <romain@orebokech.com>
1199
1200 * progmodes/compile.el (compile-goto-error): Delete extra paren.
1201
1202 2005-10-02 Andreas Schwab <schwab@suse.de>
1203
1204 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
1205 directory component in the session info.
1206
1207 2005-10-01 Richard M. Stallman <rms@gnu.org>
1208
1209 * comint.el (comint-redirect-subvert-readonly): Doc fix.
1210
1211 * simple.el (next-error-internal): New function.
1212
1213 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
1214 (compilation-start): Pass new arg to compilation-buffer-name.
1215 (compile-goto-error): Use next-error-internal.
1216
1217 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1218
1219 * speedbar.el: Remove RCS tag.
1220 (speedbar-check-read-only): Handle non-existent files.
1221
1222 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
1223
1224 * info.el (Info-speedbar-hierarchy-buttons)
1225 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
1226
1227 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1228
1229 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
1230 Do not match newline.
1231 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
1232 (bibtex-summary): Remove unnecessary save-excursion.
1233 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
1234
1235 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1236
1237 * term/mac-win.el: Add charset info for "iso10646-1".
1238 Modify default fontset to use ATSUI-compatible fonts for some charsets
1239 if available.
1240
1241 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1242
1243 * speedbar.el: Re-apply arch tag.
1244 (speedbar-version): Rename to version 1.0. Suggested by Eric
1245 M. Ludlam.
1246 Reapply two changes from Emacs CVS' version of speedbar lost
1247 during the merge:
1248 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
1249 (speedbar-frame-parameters): Improve customize type.
1250
1251 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1252
1253 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
1254 (ange-ftp-file-directory-p): Fix the symlink case.
1255 (ange-ftp-insert-directory): When listing a single file, get a list of
1256 the parent buffer and extract the relevant line. Inspired from a patch
1257 by Katsumi Yamaoka <yamaoka@jpl.org>.
1258 (ange-ftp-file-name-sans-versions): Simplify.
1259
1260 2005-09-30 Bill Wohler <wohler@newt.com>
1261
1262 Move MH-E image files from toolbar and mail directories into
1263 etc/images.
1264
1265 * mail/reply2.*: Move to etc/images/mail/reply*.
1266
1267 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
1268 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
1269 etc/images.
1270
1271 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
1272 * toolbar/reply*: Move to etc/images/mail.
1273
1274 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
1275
1276 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
1277
1278 * speedbar.el: New version 1.0pre3.
1279
1280 Frame management code (including timer, and mouse click specifics)
1281 moved to dframe.el:
1282 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
1283 (speedbar-timer): Removed. Use dframe-timer.
1284 (speedbar-close-frame): Removed. Use dframe-close-frame.
1285 (speedbar-activity-change-focus-flag): Removed. Use
1286 dframe-activity-change-focus-flag.
1287 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
1288 dframe-update-speed.
1289
1290 (speedbar-current-frame): New macro. Use this instead of the
1291 variable speedbar-frame.
1292
1293 (speedbar-use-images, speedbar-expand-image-button-alist)
1294 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
1295
1296 (speedbar-find-image-on-load-path): Removed. Replaced by
1297 defezimage in ezimage.el.
1298 (speedbar-expand-image-button-alist): Removed. Replaced by
1299 ezimage-expand-image-button-alist in ezimage.el.
1300
1301 (speedbar-ignored-directory-regexp)
1302 (speedbar-add-ignored-directory-regexp)
1303 (speedbar-ignored-directory-expressions)
1304 (speedbar-line-directory, speedbar-buffers-line-directory)
1305 (speedbar-directory-line, speedbar-buffers-line-directory):
1306 Renamed, replacing `path' with `directory'.
1307
1308 (speedbar-create-directory, speedbar-expand-line-descendants)
1309 (speedbar-toggle-line-expansion)
1310 (speedbar-contract-line-descendants): New commands.
1311
1312 (speedbar-query-confirmation-method, speedbar-select-frame-method)
1313 (speedbar-use-tool-tips-flag): New options.
1314
1315 (speedbar-check-read-only, speedbar-require-version)
1316 (speedbar-insert-separator, speedbar-buffers-tail-notes)
1317 (speedbar-handle-delete-frame, speedbar-try-completion)
1318 (speedbar-update-localized-contents): New functions.
1319
1320 (speedbar-incompatible-version, speedbar-ro-to-do-point)
1321 (speedbar-object-read-only-indicator): New variables.
1322
1323 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1324 New hooks.
1325
1326 (speedbar-separator-face): New face.
1327
1328 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1329 (speedbar-ignored-modes): Add fundamental-mode.
1330 (speedbar-directory-unshown-regexp): Add . directories.
1331
1332 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1333 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1334 `]' for full expand/close.
1335 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1336
1337 (speedbar-check-vc): Support hidden files.
1338 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1339 (speedbar-this-file-in-vc): Use vc-state if available. If VC
1340 state is nil, it is not checked out.
1341
1342 (speedbar-line-text, speedbar-line-token): Support expand buttons
1343 with no text.
1344 (speedbar-refresh): Universal argument acts as power-click.
1345 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1346 that buffer to get variable values.
1347
1348 And many other bugfixes.
1349
1350 * dframe.el, ezimage.el, sb-image.el: New files.
1351
1352 * sb-*.xpm: Remove files. New image files installed into
1353 etc/images/ezimage.
1354
1355 2005-09-30 Kenichi Handa <handa@m17n.org>
1356
1357 * ps-mule.el (ps-mule-show-warning): If a character is in
1358 ps-print-translation-table, don't treat it as non-printable.
1359
1360 2005-09-30 David Ponce <david@dponce.com>
1361
1362 * tree-widget.el (tree-widget-themes-load-path): New variable.
1363 (tree-widget-themes-directory): Doc fix.
1364 (tree-widget-image-formats) [Emacs]: Doc fix.
1365 (tree-widget--locate-sub-directory): New function.
1366 (tree-widget-themes-directory): Use it.
1367
1368 * recentf.el (recentf-filename-handlers): Rename from
1369 `recentf-filename-handler'. Allow a list of functions.
1370 (recentf-menu-items-for-commands): Fix :help strings.
1371 (recentf-apply-filename-handlers): New function.
1372 (recentf-expand-file-name): Use it.
1373 (recentf-cleanup): Remove duplicates too.
1374
1375 2005-09-29 Juri Linkov <juri@jurta.org>
1376
1377 * faces.el: Rearrange face definitions to be in the same order as
1378 their face descriptions in "(emacs)Standard Faces".
1379
1380 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1381
1382 * tooltip.el (tooltip): Add group `basic-faces'.
1383
1384 * buff-menu.el (Buffer-menu-buffer): Remove group
1385 `font-lock-highlighting-faces'.
1386
1387 * progmodes/compile.el (compilation-error, compilation-warning)
1388 (compilation-info, compilation-line-number, compilation-column-number):
1389 Change group from `font-lock-highlighting-faces' to `compilation'.
1390
1391 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1392 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1393 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1394 (vhdl-font-lock-reserved-words-face)
1395 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1396 `font-lock-highlighting-faces'.
1397
1398 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1399
1400 2005-09-28 Kim F. Storm <storm@cua.dk>
1401
1402 * emulation/cua-base.el: Set CUA move property on additional commands:
1403 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1404 forward-sexp, backward-sexp, forward-list, backward-list.
1405
1406 2005-09-28 Romain Francoise <romain@orebokech.com>
1407
1408 * comint.el (comint-show-output): Really set point at the
1409 beginning of the output when not using `comint-use-prompt-regexp'.
1410
1411 2005-09-27 Jay Belanger <belanger@truman.edu>
1412
1413 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1414 in TeX mode.
1415
1416 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
1417
1418 * textmodes/org.el (org-table-sum): Fix format string.
1419
1420 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1421 Quote face names.
1422
1423 2005-09-26 Romain Francoise <romain@orebokech.com>
1424
1425 * isearch.el (isearch-forward-regexp): Close doc string.
1426
1427 2005-09-25 Richard M. Stallman <rms@gnu.org>
1428
1429 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1430
1431 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1432
1433 * progmodes/compile.el (compilation-error-properties):
1434 When getting the file from the previous error message,
1435 correctly decode the new data format.
1436
1437 * progmodes/cc-cmds.el (c-electric-paren):
1438 Call old-blink-paren only for close-paren.
1439
1440 2005-09-24 Andreas Schwab <schwab@suse.de>
1441
1442 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1443 condition.
1444
1445 2005-09-25 Romain Francoise <romain@orebokech.com>
1446
1447 * dired-aux.el (dired-copy-file-recursive):
1448 * dired.el (dired-delete-file):
1449 * ediff-mult.el (ediff-dir-diff-copy-file):
1450 * ediff-util.el (ediff-test-save-region):
1451 * forms.el (forms-mode):
1452 * ido.el (ido-file-internal, ido-delete-file-at-head):
1453 * log-edit.el (log-edit-done):
1454 * ses.el (ses-yank-resize):
1455 * play/gomoku.el (gomoku-human-plays, gomoku)
1456 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1457 (gomoku-offer-a-draw):
1458 * play/landmark.el (lm-human-resigns, lm):
1459 * net/eudcb-ldap.el (eudc-ldap-check-base):
1460 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1461 * progmodes/ebrowse.el (ebrowse-find-pattern):
1462 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1463 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1464 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1465
1466 * vc.el (vc-delete-file):
1467 * play/gomoku.el (gomoku-terminate-game, gomoku)
1468 (gomoku-prompt-for-move, gomoku-human-takes-back):
1469 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1470 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1471
1472 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1473
1474 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1475 color rxvt terminals by using the code xterm.el used to use before
1476 2005-04-09 in order to match the colors used by rxvt.
1477
1478 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1479
1480 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1481 colors rxvt-unicode terminals by using the same code as xterm.el.
1482
1483 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1484
1485 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1486 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1487 new symbol used for the tex-verbatim face.
1488
1489 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1490
1491 * woman.el (woman-file-name):
1492 * wid-edit.el (widget-file-prompt-value)
1493 (widget-coding-system-prompt-value):
1494 * w32-fns.el (set-w32-system-coding-system):
1495 * vc.el (vc-version-diff, vc-annotate):
1496 * textmodes/reftex-auc.el (reftex-arg-cite)
1497 (reftex-arg-index-tag):
1498 * textmodes/refer.el (refer-get-bib-files):
1499 * textmodes/artist.el (artist-figlet-choose-font):
1500 * terminal.el (terminal-emulator):
1501 * replace.el (occur-read-primary-args):
1502 * rect.el (string-rectangle, string-insert-rectangle):
1503 * ps-print.el (ps-print-preprint):
1504 * progmodes/pascal.el (pascal-goto-defun):
1505 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1506 * progmodes/compile.el (compilation-find-file):
1507 * printing.el (pr-interactive-n-up):
1508 * play/animate.el (animate-birthday-present):
1509 * net/rcompile.el (remote-compile):
1510 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1511 * mail/rmailsum.el (rmail-summary-search-backward)
1512 (rmail-summary-search):
1513 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1514 (rmail-output-read-file-name):
1515 * mail/rmail.el (rmail-search, rmail-search-backwards):
1516 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1517 * locate.el (locate):
1518 * international/quail.el (quail-show-keyboard-layout):
1519 * international/mule.el (set-buffer-file-coding-system)
1520 (revert-buffer-with-coding-system, set-file-name-coding-system)
1521 (set-terminal-coding-system, set-keyboard-coding-system)
1522 (set-next-selection-coding-system):
1523 * international/mule-diag.el (describe-coding-system)
1524 (describe-font, describe-fontset):
1525 * international/mule-cmds.el (universal-coding-system-argument)
1526 (search-unencodable-char, describe-input-method)
1527 (set-language-environment, describe-language-environment):
1528 * international/codepage.el (codepage-setup):
1529 * international/code-pages.el (codepage-setup):
1530 * info.el (Info-search, Info-follow-reference)
1531 (Info-search-backward):
1532 * emacs-lisp/advice.el (ad-read-advised-function)
1533 (ad-read-advice-class, ad-clear-cache, ad-activate)
1534 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1535 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1536 (ad-read-regexp):
1537 * ediff-util.el (ediff-toggle-regexp-match):
1538 * ediff-ptch.el (ediff-prompt-for-patch-file):
1539 * dired-aux.el (dired-diff):
1540 * diff.el (diff):
1541 * cus-edit.el (custom-variable-prompt):
1542 * calendar/timeclock.el (timeclock-ask-for-project):
1543 * calc/calcalg3.el (calc-get-fit-variables):
1544 * calc/calc-store.el (calc-edit-variable)
1545 (calc-permanent-variable):
1546 * vc-mcvs.el (vc-mcvs-register):
1547 * shadowfile.el (shadow-define-literal-group):
1548 * woman.el (woman-file-name):
1549 * vc.el (vc-version-diff, vc-merge):
1550 * textmodes/reftex-index.el (reftex-index-complete-tag):
1551 * format.el (format-decode-buffer, format-decode-region):
1552 * emulation/viper-cmd.el (viper-read-string-with-history):
1553 * emacs-lisp/debug.el (cancel-debug-on-entry):
1554 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1555 * ediff.el (ediff-merge-revisions)
1556 (ediff-merge-revisions-with-ancestor, ediff-revision):
1557 * completion.el (interactive-completion-string-reader):
1558 * calc/calc-prog.el (calc-user-define-formula):
1559 Follow convention for reading with the minibuffer.
1560
1561 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1562
1563 * progmodes/python.el (python-describe-symbol): Add globals() and
1564 locals() to the arguments of emacs.ehelp.
1565
1566 2005-09-24 Magnus Henoch <mange@freemail.hu>
1567
1568 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1569 New function, code extracted from ispell-valid-dictionary-list.
1570 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1571 Call it.
1572
1573 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1574
1575 * subr.el (version-regexp-alist): Extend valid syntax for version
1576 strings: allow any of the characters -,_,+ to separate the
1577 alpha/beta/rc part from the version part. Doc fix.
1578 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1579
1580 2005-09-23 David Reitter <david.reitter@gmail.com>
1581
1582 * mail/mailclient.el: New file.
1583
1584 2005-09-23 Richard M. Stallman <rms@gnu.org>
1585
1586 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1587 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1588 Doc fixes.
1589
1590 * progmodes/cc-mode.el (c-font-lock-init):
1591 Specify font-lock-lines-before.
1592
1593 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1594
1595 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1596 whole conflict.
1597
1598 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1599
1600 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1601 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1602 of `remap' feature when available. Additional key bindings for
1603 better tty support.
1604 (org-mode-restart, org-force-self-insert): New commands.
1605 (org-time-stamp-inactive): New command.
1606 (org-remap): New function.
1607 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1608 (org-enable-fixed-width-editor): Move to `org-structure'
1609 customization group.
1610 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1611 blank field after field motion commands.
1612
1613 2005-09-23 Kenichi Handa <handa@m17n.org>
1614
1615 * international/mule-cmds.el (set-language-environment):
1616 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1617 have to call utf-translate-cjk-load-tables.
1618
1619 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1620
1621 * mouse.el (mouse-move-drag-overlay): Fix last change.
1622
1623 2005-09-22 David Ponce <david@dponce.com>
1624
1625 * tree-widget.el (tree-widget-value-create): Fix previous change.
1626
1627 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1628
1629 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1630
1631 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1632
1633 * mouse.el (mouse-move-drag-overlay): New function.
1634 (mouse-drag-region-1): Use it.
1635 Try to simplify a bit the state handling. Handle clicks on links
1636 inside intangible areas.
1637 (mouse-save-then-kill): Minor simplification.
1638 (mouse-secondary-overlay): Make it always non-nil instead of
1639 recreating it each time.
1640 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1641 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1642 Simplify accordingly.
1643
1644 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1645
1646 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1647
1648 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1649
1650 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1651 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1652 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1653 to patch.
1654
1655 * ediff-util.el: Use insert-buffer-substring.
1656
1657 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1658
1659 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1660 field boundaries in the minibuffer.
1661 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1662 (viper-minibuffer-post-command-hook): New hook.
1663 (viper-line): Don't move cursor at bolp.
1664
1665 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1666
1667 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1668 avoid compiler warnings.
1669
1670 * emulation/viper-macs.el (ex-map): Better messages.
1671
1672 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1673
1674 * emulation/viper.el: Replace make-variable-buffer-local with
1675 viper-make-variable-buffer-local everywhere, to avoid warnings.
1676
1677 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1678
1679 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1680 Delete unused var `old-selected-window'.
1681 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1682 (mouse-drag-secondary): Delete unused var `start-frame'.
1683
1684 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1685
1686 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1687
1688 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1689
1690 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1691 Re-indent within 80 columns. Use inhibit-read-only.
1692
1693 2005-09-19 Romain Francoise <romain@orebokech.com>
1694
1695 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1696
1697 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1698
1699 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1700 unconditionally, since the after-change-function already did it.
1701
1702 2005-09-19 Miles Bader <miles@gnu.org>
1703
1704 * net/newsticker.el: Get rid of CVS keyword.
1705
1706 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1707
1708 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1709 The prompt is formatted later.
1710
1711 2005-09-19 David Ponce <david@dponce.com>
1712
1713 * tree-widget.el (tree-widget-value-create): Save the converted
1714 tree :node widget.
1715
1716 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1717
1718 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1719 variable `message'.
1720
1721 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1722
1723 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1724 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1725 <slawomir.nowaczyk.847@student.lu.se>.
1726
1727 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1728
1729 * image.el (image-load-path): Use symbol `data-directory' instead
1730 of its value, for backward compatibility with packages that bind
1731 it during `find-image'. Suggested by Katsumi Yamaoka.
1732 (image-search-load-path): Handle symbols whose values are strings.
1733
1734 2005-09-18 Romain Francoise <romain@orebokech.com>
1735
1736 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1737 with-current-buffer form in save-excursion.
1738
1739 2005-09-18 D Goel <deego@gnufans.org>
1740
1741 * apropos.el (apropos-command): Fix `message' call: first arg
1742 should be a format spec. In this and all other cases that appear
1743 below and elsewhere in the source code, I made a change only when
1744 two conditions were satisfied: [1] I can think of a possibility
1745 that the arguments would cause an error, for example, the code in
1746 question relies on external variables such as filenames. [2] I
1747 was sure that the arg to `message' could not have been nil in the code.
1748
1749 * textmodes/tildify.el (tildify-region): Ditto.
1750
1751 * textmodes/reftex-index.el (reftex-index-change-entry)
1752 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1753 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1754 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1755 (org-priority, org-table-sum):
1756 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1757 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1758 (flyspell-word, flyspell-display-next-corrections):
1759 * textmodes/bibtex.el (bibtex-print-help-message):
1760 * textmodes/artist.el (artist-key-set-point-poly):
1761 * term/mac-win.el (mac-services-insert-text):
1762 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1763 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1764 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1765 (vhdl-compose-configuration):
1766 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1767 (sh-set-indent, sh-learn-line-indent):
1768 * progmodes/ps-mode.el (ps-mode-target-column):
1769 * progmodes/idlwave.el (idlwave-make-tags)
1770 (idlwave-scan-library-catalogs):
1771 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1772 * progmodes/gud.el (gud-jdb-analyze-source):
1773 * progmodes/flymake.el (flymake-log):
1774 * progmodes/ebnf2ps.el (ebnf-generate-region):
1775 * progmodes/cmacexp.el (c-macro-expansion):
1776 * progmodes/ada-xref.el (ada-treat-cmd-string):
1777 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1778 (ada-justified-indent-current, ada-batch-reformat):
1779 * play/zone.el (zone):
1780 * play/landmark.el (lm-move):
1781 * play/decipher.el (decipher-show-alphabet):
1782 * net/newsticker.el (newsticker--display-jump)
1783 (newsticker--display-scroll):
1784 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1785 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1786 * mail/feedmail.el (feedmail-dump-message-to-queue):
1787 * eshell/esh-proc.el (eshell-remove-process-entry):
1788 * emulation/ws-mode.el (ws-last-error):
1789 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1790 (viper-record-kbd-macro):
1791 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1792 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1793 * emacs-lisp/find-func.el (find-function-noselect):
1794 * calendar/timeclock.el (timeclock-status-string)
1795 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1796 (timeclock-when-to-leave-string):
1797 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1798 * calc/calc-units.el (calc-enter-units-table):
1799 * calc/calc-mode.el (calc-mode-record-mode):
1800 * woman.el (woman-mini-help):
1801 * wdired.el (wdired-change-to-wdired-mode):
1802 * vc.el (vc-retrieve-snapshot):
1803 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1804 * startup.el (display-startup-echo-area-message):
1805 * simple.el (set-goal-column):
1806 * ses.el (ses-command-hook, ses-recalculate-cell):
1807 * server.el (server-process-filter):
1808 * printing.el (pr-interface-txt-print, pr-interface-printify)
1809 (pr-interface-ps):
1810 * pcvs.el (cvs-help):
1811 * log-edit.el (log-edit, log-edit-mode-help):
1812 * iswitchb.el (iswitchb-possible-new-buffer):
1813 * isearch.el (isearch-edit-string):
1814 * image-mode.el (image-mode, image-minor-mode):
1815 * ibuf-macs.el (define-ibuffer-filter):
1816 * hi-lock.el (hi-lock-find-patterns):
1817 * files.el (toggle-read-only):
1818 * ediff-util.el (ediff-copy-diff)
1819 (ediff-write-merge-buffer-and-maybe-kill):
1820 * echistory.el (Electric-history-undefined):
1821 * dnd.el (dnd-insert-text):
1822 * dired-aux.el (dired-query):
1823 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1824 * bookmark.el (bookmark-bmenu-locate):
1825 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1826 Fix `message' calls to ensure first arg is a format string.
1827 The change was made only when these two conditions were satisfied:
1828 [1] when there is a possibility that the arguments would cause an error
1829 for example, if the code in question relies on external variables
1830 such as filenames, and
1831 [2] if the arg to `message' could not have been nil in the code.
1832
1833 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1834 Not having a %s would be weird, though not technically wrong.
1835
1836 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1837
1838 * term/mac-win.el (mac-add-charset-info): Doc fix.
1839
1840 2005-09-17 Romain Francoise <romain@orebokech.com>
1841
1842 * shell.el (shell-resync-dirs): Handle echoing processes more
1843 reliably. Don't insert resync command if `comint-process-echoes'
1844 is non-nil.
1845
1846 2005-09-17 Magnus Henoch <mange@freemail.hu>
1847
1848 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1849 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1850 aspell versions >= 0.60.
1851 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1852 only if ispell-aspell-supports-utf8 is non-nil.
1853
1854 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1855
1856 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1857 buffer-local value to lisp-indent-function.
1858
1859 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1860
1861 * progmodes/glasses.el (glasses-make-readable): If
1862 glasses-separator differs from underscore, put appropriate
1863 overlays over underscore characters.
1864 (glasses-convert-to-unreadable): If glasses-separator differs from
1865 underscore, try to convert glasses-separator characters to
1866 underscores.
1867
1868 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1869
1870 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1871 Use with-syntax-table and dolist.
1872
1873 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1874
1875 * textmodes/reftex-auc.el:
1876 * textmodes/reftex-cite.el:
1877 * textmodes/reftex-dcr.el:
1878 * textmodes/reftex-global.el:
1879 * textmodes/reftex-parse.el:
1880 * textmodes/reftex-ref.el:
1881 * textmodes/reftex-sel.el:
1882 * textmodes/reftex-toc.el:
1883 * textmodes/reftex-vars.el:
1884 * textmodes/reftex.el: Small changes to remove compiler warnings.
1885
1886 * textmodes/reftex-index.el: Likewise.
1887 (reftex-query-index-phrase): More efficient use of markers.
1888
1889 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1890
1891 * image.el (image-load-path): New variable.
1892 (image-search-load-path): New function.
1893 (find-image): Search for images in `image-load-path'.
1894
1895 2005-09-15 Richard M. Stallman <rms@gnu.org>
1896
1897 * follow.el: Change Maintainer field.
1898
1899 2005-09-15 David Ponce <david@dponce.com>
1900
1901 * recentf.el (recentf-save-file-modes): New option.
1902 (recentf-save-list): Use it.
1903
1904 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1905
1906 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1907 (mode-line-mule-info, mode-line-modified): Move bindings from
1908 mouse-3 to mouse-1.
1909
1910 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1911
1912 * simple.el (sendmail-user-agent-compose): Revert last change.
1913
1914 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1915
1916 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1917 Use with-current-buffer.
1918 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1919 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1920 (ange-ftp-insert-directory): Remove unused var `short'.
1921 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1922
1923 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1924 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1925
1926 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1927 (check-calendar-holidays, diary-list-entries): Autoload.
1928 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1929 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1930
1931 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1932 which mistakenly removed a call to display-buffer.
1933
1934 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1935
1936 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1937
1938 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1939
1940 * progmodes/hideshow.el
1941 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1942 (hs-allow-nesting): New user var.
1943 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1944 (hs-hide-block-at-point): When nesting allowed,
1945 if there is already an overlay in place, delete it.
1946 (hs-safety-is-job-n): Delete func; remove call sites.
1947 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1948 (hs-overlay-at): New func.
1949 (hs-already-hidden-p, hs-show-block): Use it.
1950 (hs-hide-all): Don't pre-clean if nesting allowed.
1951 (hs-show-all): Temporarily disallow
1952 nesting around call to `hs-discard-overlays'.
1953
1954 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1955
1956 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1957 Delete unused local var.
1958
1959 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1960
1961 * help-fns.el (describe-categories): "?\ " -> "?\s".
1962 (help-do-arg-highlight): Recognize also ARG-n, as in
1963 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1964
1965 * international/codepage.el (dos-unsupported-char-glyph):
1966 * net/newsticker.el (tool-bar-map, w3-mode-map)
1967 (w3m-minor-mode-map):
1968 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1969 (ent-alist):
1970 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1971
1972 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1973
1974 * custom.el (custom-push-theme): Handle the case where a symbol is
1975 bound but face properties have not yet been assigned.
1976
1977 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1978 Fix behavior if noerase is `t' and there is no mail buffer.
1979
1980 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1981 if `continue' is nil, rather than signal an error.
1982
1983 2005-09-12 Richard M. Stallman <rms@gnu.org>
1984
1985 * font-lock.el (font-lock-keywords): Add autoload.
1986
1987 * help-fns.el (describe-variable): Rearrange to put source link
1988 in a predictable place.
1989
1990 * net/newsticker.el: New file.
1991
1992 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1993
1994 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1995 (calendar-basic-setup): Use the new nil arg.
1996 (number-of-diary-entries): Move to diary-lib.el.
1997
1998 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1999 (diary-list-entries): Use with-syntax-table and dolist.
2000 Rename from list-diary-entries.
2001 Use number-of-diary-entries if `number' is nil.
2002 (diary, diary-view-entries): Use this new name and new nil arg value.
2003 (number-of-diary-entries): Move from calendar.el.
2004 (diary-unhide-everything): New function.
2005 (include-other-diary-files, fancy-diary-display)
2006 (diary-show-all-entries, make-diary-entry): Use it.
2007 (diary-mail-entries): Use buffer-string.
2008 (mark-diary-entries): Fix long standing paren typo.
2009 (diary-sexp-entry): Use count-lines.
2010 (make-diary-entry): Avoid `previous-line'.
2011 (diary-mode-map): New var.
2012 (diary-mode): Redraw cal after saving. Setup header-line.
2013 (fancy-diary-display-mode): Use local-set-key.
2014
2015 * startup.el (command-line): Try calling various terminal-init-foo-bar
2016 functions by stripping hyphenated suffixes from $TERM.
2017
2018 * files.el (normal-mode): Check boundness of font-lock-keywords.
2019
2020 2005-09-12 Richard M. Stallman <rms@gnu.org>
2021
2022 * progmodes/compile.el: Don't decide a file's directory
2023 until the user actually tries to go there.
2024 (compilation-next-error-function):
2025 Pass compilation-find-file the directory from the file-struct.
2026 (compilation-internal-error-properties): Separate local FILE-STRUCT
2027 from FILE. Doc the args better. Rename arg FMT to FMTS.
2028 (compilation-find-file): Arg DIR renamed to DIRECTORY.
2029 Expand it, and if nil, use default-directory.
2030 (compilation-get-file-structure): Don't mix specified directory
2031 with default directory. Put specified directory into
2032 file-struct. Don't make the file name absolute.
2033
2034 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
2035 (compile-command): Add autoload.
2036 (compilation-disable-input): Add autoload.
2037
2038 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
2039
2040 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
2041 strings of the variables it can override.
2042 (time-stamp): New (as yet undocumented) time-stamp-format escapes
2043 %Q and %q, for fully-qualified domain name and unqualified host name.
2044
2045 2005-09-11 Kim F. Storm <storm@cua.dk>
2046
2047 * emacs-lisp/authors.el (authors-aliases): Update list.
2048 (authors-fixed-entries): Update mldrag.el entry.
2049
2050 2005-09-10 Alan Mackenzie <acm@muc.de>
2051
2052 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
2053 from the region narrowed to.
2054
2055 2005-09-10 Magnus Henoch <mange@freemail.hu>
2056
2057 * textmodes/ispell.el (ispell-check-version): Signal an error if
2058 aspell version is less than 0.60.
2059
2060 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
2061
2062 * progmodes/octave-inf.el (inferior-octave-startup):
2063 Resync current dir at the end.
2064
2065 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
2066
2067 * woman.el (woman-topic-at-point-default):
2068 Rename to woman-use-topic-at-point-default.
2069 (woman-topic-at-point): Rename to woman-use-topic-at-point.
2070 (woman-file-name): Reflect renames above. Automatically use the
2071 word at point as topic if woman-use-topic-at-point is non-nil.
2072 Otherwise offer it as default but don't insert it in the
2073 minibuffer. Also use `test-completion' instead of `assoc' as
2074 suggested by Stefan Monnier.
2075
2076 2005-09-10 Andre Spiegel <spiegel@gnu.org>
2077
2078 * vc.el (vc-directory, vc-update-change-log): Throw an error on
2079 the attempt to do it over Tramp. This is not yet supported.
2080
2081 2005-09-10 Eli Zaretskii <eliz@gnu.org>
2082
2083 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
2084 (menu-bar-non-minibuffer-window-p): New functions.
2085 ("Split Window", "Save As..."): Use them.
2086 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
2087 ("Print Buffer", "Truncate Long Lines in this Buffer"):
2088 Use menu-bar-menu-frame-live-and-visible-p.
2089 ("Save Buffer", "Insert File", "Open Directory...")
2090 ("Open File...", "Visit New File..."):
2091 Use menu-bar-non-minibuffer-window-p.
2092 (kill-this-buffer-enabled-p, dired <menu-enable>):
2093 Use menu-bar-non-minibuffer-window-p.
2094
2095 2005-09-09 Eli Zaretskii <eliz@gnu.org>
2096
2097 * cus-start.el (all): Don't complain about fringe-related
2098 built-ins if fringes are not supported. Ditto about
2099 selection-related built-ins. Fix the test for GTK-related built-ins.
2100
2101 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
2102 ("Postscript Print Buffer", "Print Region", "Save As...")
2103 ("Save", "Insert File...", "Open Directory...")
2104 ("Open File...", "Visit New File..."")
2105 ("Truncate Long Lines in this Buffer"): Don't look at
2106 menu-updating-frame if this display does not support multiple frames.
2107
2108 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2109
2110 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
2111
2112 2005-09-09 Emilio Lopes <eclig@gmx.net>
2113
2114 * woman.el: Format- and whitespace-related changes.
2115
2116 2005-09-09 Eli Zaretskii <eliz@gnu.org>
2117
2118 * woman.el: Fix my email address.
2119
2120 2005-09-08 Richard M. Stallman <rms@gnu.org>
2121
2122 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
2123 (sh-mode): Locally set skeleton-pair-default-alist.
2124
2125 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
2126
2127 * progmodes/flymake.el: Require `compile' unconditionally.
2128
2129 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
2130
2131 * woman.el (woman-file-name): Provide a default, not initial input.
2132
2133 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
2134
2135 * font-lock.el (font-lock-support-mode): Doc fix.
2136
2137 * descr-text.el (describe-property-list): Handle non-symbol prop names.
2138
2139 2005-09-08 Richard M. Stallman <rms@gnu.org>
2140
2141 * simple.el (blink-matching-open): Get rid of text props from
2142 the string shown in echo area. Don't permanently set point.
2143 Some rearrangements.
2144
2145 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
2146
2147 * recentf.el (recentf-filename-handler): Add custom choice
2148 `abbreviate-file-name'.
2149
2150 * msb.el (msb--very-many-menus): Fix typo.
2151
2152 * disp-table.el (standard-display-european): Don't set
2153 enable-multibyte-characters to nil.
2154
2155 2005-09-08 David Ponce <david@dponce.com>
2156
2157 * recentf.el (recentf-show-file-shortcuts-flag): New option.
2158 (recentf-expand-file-name): Doc fix.
2159 (recentf-dialog-mode-map): Define digit shortcuts.
2160 (recentf--files-with-key): New variable.
2161 (recentf-show-digit-shortcut-filter): New function.
2162 (recentf-open-files-items): New function.
2163 (recentf-open-files): Use it.
2164 (recentf-open-file-with-key): New command.
2165
2166 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
2167
2168 * buff-menu.el (Buffer-menu-sort-by-column): New function.
2169 Suggested by Kim F. Storm.
2170 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
2171 (Buffer-menu-make-sort-button): Use global keymap.
2172
2173 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
2174
2175 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
2176 (Man-getpage-in-background-advice): Remove defadvice; it isn't
2177 necessary any longer with the remapped command.
2178 (Man-bgproc-sentinel-advice): Remove defadvice which counts
2179 formatting time only.
2180
2181 * net/tramp.el (tramp-action-password)
2182 (tramp-multi-action-password): Compile the password prompt from
2183 `method', `user' and `host'. Sometimes it isn't obvious which
2184 password to enter, for example with remote files offered by
2185 recentf.el, or with multiple steps. Suggested by Robert Marshall
2186 <robert@chezmarshall.freeserve.co.uk>.
2187
2188 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2191 Fix regexp for when "s///" is at the beginning of line.
2192
2193 2005-09-07 Jay Belanger <belanger@truman.edu>
2194
2195 * calc/calc-poly.el (math-expand-term): Multiply out any powers
2196 when in matrix mode.
2197
2198 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2199
2200 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
2201 non-anonymous functions.
2202
2203 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
2204
2205 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
2206 when using a header line. Otherwise, use mouse-1-click-follows-link.
2207
2208 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
2209 can't be moved; don't signal an error.
2210
2211 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
2212
2213 * cus-theme.el (custom-theme-write-faces): Save the current face
2214 spec, not the defface spec.
2215
2216 * custom.el (custom-known-themes): Clarify meaning of "standard".
2217 (custom-push-theme): Save old values in the standard theme.
2218 (disable-theme): Correct typo.
2219 (custom-face-theme-value) Deleted unused function.
2220 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
2221
2222 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2223
2224 * progmodes/compile.el (compilation-goto-locus): Take into account
2225 iconified frames when determining whether the buffer is
2226 already visible.
2227 Don't reset window height if the window already existed.
2228
2229 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
2230
2231 * custom.el (load-theme): Rename from require-theme.
2232 Add interactive spec.
2233 (enable-theme): Rename from custom-enable-theme.
2234 Add interactive spec.
2235 (disable-theme): Rename from custom-disable-theme.
2236 Add interactive spec.
2237 (custom-make-theme-feature): Doc fix.
2238 (custom-theme-directory): Doc fix.
2239 (provide-theme): Call enable-theme.
2240
2241 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2242
2243 * obsolete/lazy-lock.el (lazy-lock-mode):
2244 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
2245 font-lock-mode if it's off. Print a warning instead.
2246
2247 * progmodes/compile.el (compilation-start): Ignore errors if the
2248 process died before we get to send-eof.
2249
2250 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
2251 Undo last change. Enclosing the result in quotes broke things on Unix
2252 since tex-send-command passes it through shell-quote-argument.
2253 (tex-send-command): Pass `file' through convert-standard-filename
2254 when possible.
2255 (tex-uptodate-p): Handle the case where TeX hasn't put additional
2256 info in a transcript.
2257
2258 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
2259
2260 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
2261 fix compilation warning. Reorder the key definitions to group
2262 together keys emitted by the current version of xterm.
2263
2264 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
2265 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
2266 Reorder predicates to correct min-color usage.
2267
2268 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
2269
2270 * longlines.el (longlines-mode): Inhibit read-only when encoding.
2271 Kill local variables when longlines-mode is turned off.
2272
2273 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2274
2275 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
2276
2277 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
2278
2279 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
2280
2281 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
2282 (font-lock-lines-before): Change default to being inactive.
2283 (font-lock-default-fontify-region): Obey font-lock-lines-before.
2284 (font-lock-after-change-function): Don't handle f-l-lines-before here.
2285
2286 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2287
2288 * net/tramp.el (tramp-handle-make-auto-save-file-name):
2289 Deactivate temporarily advice if active (not needed for Emacs 22,
2290 but for backwards compatibility).
2291 (tramp-exists-file-name-handler): Rewrite. First implementation
2292 was too simple.
2293 (tramp-advice-make-auto-save-file-name):
2294 Call `tramp-handle-make-auto-save-file-name' (again, just for
2295 backwards compatibility).
2296
2297 2005-08-31 Reto Zimmermann <reto@gnu.org>
2298
2299 * progmodes/vhdl-mode.el
2300 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
2301 (vhdl-end-p): Fix indentation bug "else" after "-- when".
2302 (vhdl-set-default-project): New function (easier setting of default).
2303 (vhdl-port-copy): Handle extended identifiers for generics.
2304 (vhdl-compiler-alist): Better description for error message regexp.
2305 (vhdl-make): Query for target, use previous as default.
2306 (vhdl-port-copy): Fix port copy for port names starting with "signal".
2307 (vhdl-font-lock-keywords-2): Fix fontification for record
2308 el. assign.
2309 (vhdl-speedbar-make-subpack-line): Add package body link.
2310 (vhdl-generate-makefile-1): Not include itself as dependency.
2311 (vhdl-font-lock-init): Highlight c-preprocessor directives.
2312 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
2313 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
2314 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
2315 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
2316 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
2317 (vhdl-import-project): Add string argument for `error'.
2318 (vhdl-compose-configuration)
2319 (vhdl-compose-configuration-architecture): Add configuration
2320 declaration generation.
2321 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
2322 (vhdl-trailer-re): Add "record" keyword (better indentation).
2323 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2324 "[^ \t-\"]+".
2325 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2326 (vhdl-testbench-entity-file-name)
2327 (vhdl-testbench-architecture-file-name): Allow separate
2328 customization of testbench file names.
2329 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2330 (vhdl-get-visible-signals): Allow newline within alias declaration.
2331 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2332 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
2333 (member-ignore-case): Alias for missing function in XEmacs.
2334 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
2335 (vhdl-update-sensitivity-list): Ignore case on read signals.
2336 (vhdl-replace-string): Adjust case only for file names.
2337 (vhdl-update-sensitivity-list): Fix search for read signals.
2338 (vhdl-update-sensitivity-list): Exclude formal parameters.
2339 (vhdl-get-visible-signals): Include aliases of signals.
2340 (vhdl-get-visible-signals): Fix signal name searching.
2341 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2342 (vhdl-fixup-whitespace-region): Fix for character
2343 literals (e.g. ':').
2344
2345 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
2346
2347 * ansi-color.el (comint-last-output-start):
2348 * bs.el (font-lock-verbose):
2349 * diff-mode.el (add-log-buffer-file-name-function):
2350 * dired-x.el (vm-folder-directory):
2351 * faces.el (help-xref-stack-item):
2352 * files.el (font-lock-keywords):
2353 * find-lisp.el (dired-buffers, dired-subdir-alist):
2354 * ido.el (cua-inhibit-cua-keys):
2355 * log-view.el (cvs-minor-wrap-function):
2356 * outline.el (font-lock-warning-face):
2357 * simple.el (compilation-current-error):
2358 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2359 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2360 * tooltip.el (comint-prompt-regexp):
2361 * w32-fns.el (explicit-shell-file-name):
2362 * term/mac-win.el (mac-charset-info-alist)
2363 (mac-services-selection, mac-system-script-code):
2364 * term/tty-colors.el (msdos-color-values):
2365 * term/w32-win.el (xlfd-regexp-registry-subnum):
2366 * term/x-win.el (x-keysym-table, x-selection-timeout)
2367 (x-session-id, x-session-previous-id):
2368 * textmodes/ispell.el (mail-yank-prefix):
2369 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2370 * textmodes/org.el (calc-embedded-close-formula)
2371 (calc-embedded-open-formula)
2372 (font-lock-unfontify-region-function):
2373 * textmodes/reftex-global.el (isearch-next-buffer-function)
2374 (TeX-master):
2375 * textmodes/reftex.el (font-lock-keywords):
2376 * textmodes/tex-mode.el (font-lock-comment-face)
2377 (font-lock-doc-face):
2378 * textmodes/texinfo.el (outline-heading-alist):
2379 Add defvars.
2380
2381 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2382 (artist-spray-chars, artist-mode-init, artist-replace-string)
2383 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2384 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2385 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2386
2387 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2388 (conf-align-assignments): "?\ " -> "?\s".
2389
2390 * textmodes/reftex-index.el (TeX-master): Add defvar.
2391 (reftex-index-phrases-marker): Move up defvar.
2392
2393 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2394 (reftex-toc-include-labels-indicator)
2395 (reftex-toc-include-index-indicator)
2396 (reftex-toc-max-level-indicator): Move up declarations.
2397
2398 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
2399 of args to `tramp-run-real-handler', even if it's empty in this case.
2400
2401 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2402
2403 * dired.el (dired-move-to-filename-regexp): Add date format for
2404 Mac OS X 10.3 in East Asian locales.
2405
2406 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2407
2408 * files.el (make-auto-save-file-name): Add file name handler call
2409 if applicable.
2410
2411 * net/tramp.el (tramp-file-name-handler-alist)
2412 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
2413 (tramp-handle-make-auto-save-file-name): Rename from
2414 `tramp-make-auto-save-file-name'.
2415 (tramp-exists-file-name-handler): New defun.
2416 (tramp-advice-make-auto-save-file-name): Make defadvice only when
2417 `make-auto-save-file-name' is not a magic file name operation.
2418
2419 2005-08-30 Richard M. Stallman <rms@gnu.org>
2420
2421 * files.el (risky-local-variable-p):
2422 Match `-predicates' and `-commands.
2423
2424 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2425 (custom-save-all): Visit the file if necessary;
2426 kill the buffer if we created it.
2427 (custom-save-delete): Don't visit file or kill buffer here.
2428
2429 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
2430
2431 * textmodes/org.el (org-special-keyword): New face.
2432 (org-table-copy-down, org-table-eval-formula)
2433 (org-table-recalculate, org-init-section-numbers):
2434 Use `string-to-number' instead of `string-to-int'.
2435 (org-get-location): Use `insert-buffer-substring' instead of
2436 `insert-buffer'.
2437 (org-modify-diary-entry-string): New function.
2438 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2439 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2440 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2441 active region.
2442 (org-export-as-html): Handle QUOTE keyword.
2443 (org-quote-string): New option.
2444 (org-bookmark-jump-unhide): New function, used for
2445 `bookmark-after-jump-hook'.
2446 (org-diary-default-entry): Apply only when not called through
2447 `org-agenda'.
2448
2449 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2450
2451 * net/eudc.el (mode-popup-menu):
2452 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2453 * progmodes/ada-mode.el (compile-auto-highlight)
2454 (skeleton-further-elements):
2455 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2456 * progmodes/cmacexp.el (msdos-shells):
2457 * progmodes/compile.el (font-lock-extra-managed-props)
2458 (font-lock-keywords, font-lock-maximum-size)
2459 (font-lock-support-mode):
2460 * progmodes/grep.el (font-lock-lines-before):
2461 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2462 * progmodes/mixal-mode.el (compile-command):
2463 * progmodes/perl-mode.el (font-lock-comment-face)
2464 (font-lock-doc-face, font-lock-string-face):
2465 * progmodes/prolog.el (comint-prompt-regexp):
2466 * progmodes/sh-script.el (font-lock-comment-face)
2467 (font-lock-set-defaults, font-lock-string-face):
2468 * progmodes/sql.el (font-lock-keyword-face)
2469 (font-lock-set-defaults, font-lock-string-face):
2470 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2471 (itimer-version, lazy-lock-defer-contextually)
2472 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2473 Add defvars.
2474
2475 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2476 (cperl-electric-keyword, cperl-electric-pod)
2477 (cperl-electric-backspace, cperl-forward-re)
2478 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2479 (vc-rcs-header, vc-sccs-header): Add defvars.
2480
2481 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2482 (font-lock-syntactic-keywords, gud-find-expr-function):
2483 Add defvars.
2484
2485 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2486 (gdb-frame-parameters): Declare before use.
2487
2488 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2489 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2490 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2491 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2492
2493 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2494 (idlwave-help-with-source): Use `insert-buffer-substring', not
2495 `insert-buffer'.
2496
2497 2005-08-29 Juri Linkov <juri@jurta.org>
2498
2499 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2500 Put outline-back-to-heading function call inside save-excursion.
2501
2502 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2503
2504 * man.el (Man-init-defvars, Man-translate-references)
2505 (Man-support-local-filenames, Man-highlight-references):
2506 * progmodes/sql.el (sql-interactive-mode):
2507 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2508
2509 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2510 (compilation-mode-font-lock-keywords): Add defvars.
2511 (checkdoc-interactive-loop): "?\ " -> "?\s".
2512
2513 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2514 (font-lock-doc-face, font-lock-string-face)
2515 (font-lock-keywords-case-fold-search): Add defvars.
2516 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2517
2518 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2519 Don't pass X and Y (they are ignored anyway).
2520 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2521 (mouse-delete-window): Make arguments optional.
2522
2523 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2524 (caesar-translate-table, minor-modes, news-buffer-save)
2525 (news-group-name, news-minor-modes): Add defvars.
2526
2527 * emacs-lisp/lselect.el (mouse-highlight-priority)
2528 (x-lost-selection-functions, zmacs-regions):
2529 * emacs-lisp/pp.el (font-lock-verbose):
2530 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2531 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2532 (ses-mode-map):
2533 * emacs-lisp/tcover-unsafep.el (safe-functions):
2534 * international/mule-cmds.el (mac-system-coding-system)
2535 (mac-system-locale):
2536 * language/ethio-util.el (rmail-current-message)
2537 (rmail-message-vector):
2538 * language/thai-util.el (thai-auto-composition-mode):
2539 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2540 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2541 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2542 (vm-primary-inbox, vm-spool-files):
2543 * mail/rmail.el (deleted-head, font-lock-fontified)
2544 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2545 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2546 (total-messages):
2547 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2548 (rmail-summary-mode-map):
2549 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2550 (rmail-last-label, rmail-last-multi-labels)
2551 (rmail-summary-vector, rmail-total-messages):
2552 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2553 * mail/rmailsum.el (msgnum):
2554 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2555 (rmail-current-message):
2556 * obsolete/fast-lock.el (font-lock-face-list):
2557 * obsolete/rnewspost.el (mail-reply-buffer):
2558 * obsolete/scribe.el (compile-command):
2559 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2560
2561 2005-08-28 John Paul Wallington <jpw@gnu.org>
2562
2563 * ibuf-ext.el (ibuffer-auto-update-changed):
2564 Use `frame-or-buffer-changed-p' to check whether we need to update.
2565 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2566 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2567 as a `frame-or-buffer-changed-p' state vector instead.
2568
2569 2005-08-27 Romain Francoise <romain@orebokech.com>
2570
2571 * textmodes/makeinfo.el (makeinfo-compile):
2572 Use `compilation-start'. Set `next-error-function' according to
2573 `disable-errors'.
2574 (makeinfo-next-error): New function.
2575 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2576 (makeinfo-buffer): Likewise.
2577
2578 * progmodes/compile.el (compilation-start): Add autoload cookie.
2579
2580 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2581 * textmodes/sgml-mode.el: Likewise.
2582 * progmodes/python.el: Likewise.
2583
2584 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2585
2586 * simple.el (blink-matching-paren-distance): Document the meaning
2587 of nil value, and allow to customize to nil.
2588
2589 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2590 command.com, not command.exe.
2591
2592 2005-08-26 John Wiegley <johnw@newartisans.com>
2593
2594 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2595 code around a bit so that an extraneous nil argument is not added
2596 to a command when no args are given.
2597
2598 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2599 double-quoted argument resolves to nil, return it as an empty
2600 string rather than as nil. This made it impossible to pass "" to
2601 a shell script as a null string argument.
2602
2603 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2604
2605 * outline.el (outline-invent-heading): New fun.
2606 (outline-promote, outline-demote): Use it.
2607 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2608 (outline-end-of-subtree): Remove unused var `opoint'.
2609
2610 2005-08-26 David Reitter <david.reitter@gmail.com>
2611
2612 * menu-bar.el (truncate-lines, write-file, print-buffer)
2613 (ps-print-buffer-faces, ps-print-buffer, split-window):
2614 Disable menu items when the frame they refer to is invisible, or when
2615 they refer to a buffer and the minibuffer is selected.
2616
2617 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2618
2619 * progmodes/flymake.el (flymake-highlight-err-lines):
2620 Use save-excursion around flymake-highlight-line to preserve point.
2621
2622 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2623
2624 * progmodes/octave-mod.el: Change Author and Maintainer address.
2625 (octave-maintainer-address): Change Kurt's email address.
2626 * progmodes/octave-inf.el: Change Author and Maintainer address.
2627 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2628
2629 2005-08-26 Kim F. Storm <storm@cua.dk>
2630
2631 * subr.el (version-list-<, version-list-<=, version-list-=):
2632 Renamed from integer-list-*.
2633 (version-list-not-zero): Likewise. Fix while loop.
2634 (version=): Use version-list-= instead of string-equal.
2635
2636 2005-08-26 Richard M. Stallman <rms@gnu.org>
2637
2638 * outline.el (outline-promote): Try shortening the heading.
2639 As last resort, read the heading to use.
2640 (outline-demote): As last resort, read the heading to use.
2641
2642 2005-08-26 Romain Francoise <romain@orebokech.com>
2643
2644 * progmodes/compile.el (compilation-start): Doc fix.
2645
2646 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2647 (antlr-font-lock-additional-keywords): Fix reference to
2648 `antlr-font-lock-literal-regexp' erroneously changed during the
2649 mass face rename.
2650 (antlr-run-tool): Use `compilation-start'.
2651
2652 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2653 instead of the obsolete `compile-internal'.
2654
2655 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2656
2657 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2658 (number, original-date):
2659 * calendar/cal-china.el (date):
2660 * calendar/cal-coptic.el (date):
2661 * calendar/cal-french.el (date):
2662 * calendar/cal-hebrew.el (date, entry, number, original-date):
2663 * calendar/cal-islam.el (date, number, original-date):
2664 * calendar/cal-iso.el (date):
2665 * calendar/cal-julian.el (date):
2666 * calendar/cal-mayan.el (date):
2667 * calendar/cal-menu.el (date, event):
2668 * calendar/cal-persia.el (date):
2669 * calendar/lunar.el (date):
2670 * calendar/solar.el (date): Add defvars.
2671
2672 * emerge.el:
2673 * ibuffer.el:
2674 * info-xref.el:
2675 * obsolete/bg-mouse.el:
2676 * obsolete/sun-curs.el:
2677 * obsolete/swedish.el: Move the `defvar's to the top level.
2678
2679 * smerge-mode.el (smerge-refined-change): Add :group.
2680
2681 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2682
2683 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2684 (smerge-keep-n): Remove props.
2685 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2686 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2687 now that it's done in smerge-keep-n.
2688 (smerge-refined-change): New face.
2689 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2690 (smerge-refine): New funs.
2691 (smerge-basic-map): Bind smerge-refine.
2692
2693 2005-08-25 Juri Linkov <juri@jurta.org>
2694
2695 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2696 compilation-process-setup-function and compilation-disable-input
2697 in grep-mode instead of let-bindings in grep.
2698
2699 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2700 Delete "Automatic File De/compression" (auto-compression-mode).
2701
2702 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2703
2704 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2705 Silence warning about non-existent variable.
2706
2707 2005-08-25 Richard M. Stallman <rms@gnu.org>
2708
2709 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2710 Rename "Describe Key" to "Describe Key or Mouse Operation".
2711
2712 * mail/mailalias.el (build-mail-aliases): Delete comments
2713 from the contents before processing them.
2714
2715 * isearch.el (isearch-edit-string): Erase the Search prompt
2716 if user enters an empty string and there is no default.
2717
2718 * comint.el (comint-file-name-prefix): Add autoload.
2719
2720 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2721
2722 * subr.el (play-sound): Rearrange to avoid warning.
2723
2724 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2725
2726 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2727 New hook.
2728 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2729
2730 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2733
2734 * custom.el (custom-theme-set-variables): Sort minor modes last.
2735
2736 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2737
2738 * subr.el (version-separator, version-regexp-alist): New vars used by
2739 version comparison funs.
2740 (integer-list-<, integer-list-=, integer-list-<=)
2741 (integer-list-not-zero): New funs for integer list comparison.
2742 (version-to-list, version=, version<, version<=): New funs for version
2743 comparison.
2744
2745 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2746
2747 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2748 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2749 time to silence the byte-compiler.
2750
2751 * ibuffer.el (ibuffer-compile-make-eliding-form)
2752 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2753 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2754 so it's silly to get warnings for it).
2755 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2756 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2757 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2758 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2759 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2760 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2761 Defvar at compile time.
2762 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2763 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2764 Declare them before use.
2765
2766 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2767 (info-xref-good, info-xref-bad): Defvar at compile time.
2768
2769 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2770 Use `let*' instead of `let'.
2771
2772 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2773 (*mouse-y*, menu, char): Defvar at compile time.
2774 (sc::menu): Declare it before use.
2775 (sc::pack-one-line): Use `let', not `let*'.
2776
2777 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2778 (mail-send-hook): Defvar at compile time.
2779
2780 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2781 Defvar at compile time.
2782
2783 * term/sun-mouse.el (current-global-mousemap)
2784 (current-local-mousemap): Declare them before use.
2785
2786 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2787
2788 * bookmark.el (bookmark-after-jump-hook): New hook.
2789 (bookmark-jump): Run `bookmark-after-jump-hook'.
2790
2791 2005-08-23 Juri Linkov <juri@jurta.org>
2792
2793 * faces.el (minibuffer-prompt): Doc fix.
2794
2795 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2796
2797 * progmodes/xscheme.el: Trivial changes to silence warnings.
2798 (xscheme-previous-mode, xscheme-previous-process-state):
2799 Add defvars.
2800 (xscheme-last-input-end, xscheme-process-command-line)
2801 (xscheme-process-name, xscheme-buffer-name)
2802 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2803 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2804 (xscheme-control-g-synchronization-p)
2805 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2806 (default-xscheme-runlight, xscheme-runlight)
2807 (xscheme-runlight-string, xscheme-process-filter-state)
2808 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2809 Move to beginning of file.
2810 (scheme-interaction-mode-commands-alist)
2811 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2812 Declare them before use. Note: the initialization code for the variables
2813 has not been moved because it uses functions that reference the variables.
2814 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2815 (xscheme-prompt-for-expression-map): Declare them before use.
2816 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2817
2818 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2819
2820 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2821
2822 2005-08-22 Juri Linkov <juri@jurta.org>
2823
2824 * faces.el (set-face-underline): Delete this duplicate function
2825 and make an obsolete alias to set-face-underline-p.
2826 (set-face-underline-p): Use docstring of set-face-underline.
2827 (describe-face): Create hyperlink to parent face.
2828
2829 * info.el (Info-insert-dir): Use save-excursion around
2830 insert-buffer-substring.
2831 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2832 (Info-escape-percent): Delete function.
2833 (Info-fontify-node): Replace Info-escape-percent by
2834 replace-regexp-in-string with REP arg set to lambda that
2835 duplicates `%' and preserves text properties.
2836
2837 * progmodes/compile.el (compilation-disable-input): Doc fix.
2838 (define-compilation-mode): Doc fix and refill.
2839 (kill-compilation): Use `mode-name' in the error message.
2840 (compilation-find-file): Use `compilation-error' in the
2841 read-file-name's prompt.
2842
2843 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2844
2845 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2846 (smerge-auto-leave): Make undo re-enable the mode.
2847 (debug-ignored-errors): Add the user-error of impossible resolution.
2848 (smerge-resolve): Move things around a bit, in preparation for later.
2849 (smerge-diff): Don't fail if the buffer has no associated file.
2850 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2851 (smerge-conflict-overlay): New function.
2852 (smerge-match-conflict): Don't add text properties here.
2853 (smerge-find-conflict): Instead, add an overlay here.
2854 Also check for the case where we're inside a conflict already, so as to
2855 obviate the need for font-lock-multiline, which is unbearably slow with
2856 large conflicts and ciomplex font-lock patterns.
2857 (smerge-remove-props): Remove overlay rather than text-properties.
2858 (smerge-mode): Don't set font-lock-multiline.
2859 Remove overlays when turned off.
2860
2861 2005-08-21 Kim F. Storm <storm@cua.dk>
2862
2863 * ido.el (ido-ignore-item-p): Use save-match-data.
2864 Bind case-fold-search to ido-case-fold locally.
2865
2866 2005-08-20 Richard M. Stallman <rms@gnu.org>
2867
2868 * files.el (normal-mode): If font lock is on, turn it off and on.
2869
2870 * subr.el (replace-regexp-in-string): Doc fix.
2871
2872 * startup.el (command-line-1): Don't suppress startup screen
2873 due to existing processes.
2874
2875 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2876
2877 * progmodes/compile.el (compilation-disable-input): Default to nil.
2878
2879 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2880
2881 * progmodes/compile.el (compilation-disable-input): New defcustom.
2882 (compilation-start): If compilation-disable-input is non-nil, send
2883 EOF to the compilation process.
2884
2885 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2886
2887 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2888 Run the argument of tex-shell-cd-command through
2889 convert-standard-filename, to get the correct style of slashes on
2890 Windows, and enclose the result in quotes, in case the file name
2891 includes whitespace or other special characters.
2892
2893 2005-08-19 Andreas Schwab <schwab@suse.de>
2894
2895 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2896 process.
2897
2898 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2899
2900 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2901
2902 2005-08-18 Kim F. Storm <storm@cua.dk>
2903
2904 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2905
2906 2005-08-18 Richard M. Stallman <rms@gnu.org>
2907
2908 * scroll-lock.el: New file.
2909
2910 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2911
2912 * dired.el (dired-move-to-end-of-filename):
2913 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2914
2915 2005-08-18 Kim F. Storm <storm@cua.dk>
2916
2917 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2918 rather than toggle mode when custom value is nil.
2919 (ido-everywhere): Fix defun doc string.
2920
2921 2005-08-17 Richard M. Stallman <rms@gnu.org>
2922
2923 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2924 as tag instead of "Inviolable".
2925
2926 2005-08-17 Kim F. Storm <storm@cua.dk>
2927
2928 * windmove.el (windmove-coordinates-of-position): Remove.
2929 (windmove-coordinates-of-window-position): Remove.
2930 (windmove-reference-loc): Use posn-at-point instead.
2931
2932 * subr.el (insert-for-yank-1): Doc fix.
2933
2934 * ido.el (ido-enter-matching-directory): Rename from
2935 ido-enter-single-matching-directory. Change 'slash choice to
2936 'only. Add 'first choice.
2937 (ido-exhibit): Adapt to above changes.
2938
2939 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2940
2941 * Makefile.in: Expand comment about building loaddefs.el.
2942
2943 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2944
2945 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2946 Comment use of defadvice.
2947
2948 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2949
2950 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2951
2952 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2953 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2954 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2955 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2956 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2957 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2958 for backward compatibility for faces that did not appear in the
2959 previous Emacs release.
2960
2961 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2962
2963 2005-08-15 Kim F. Storm <storm@cua.dk>
2964
2965 * emulation/cua-base.el (cua-delete-region): Return t if
2966 deleted region was non-empty.
2967 (cua-replace-region): Inhibit overwrite-mode for
2968 self-insert-command if replaced region was non-empty.
2969 (cua--explicit-region-start, cua--status-string): Make them
2970 buffer-local at top-level...
2971 (cua-mode): ...rather than when mode is enabled.
2972
2973 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2974
2975 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2976 Set t for Emacs 21, 22, and so on.
2977
2978 2005-08-15 David Ponce <david@dponce.com>
2979
2980 * tree-widget.el: Update Commentary header.
2981 (tree-widget-theme): Doc fix.
2982 (tree-widget-space-width): New option.
2983 (tree-widget-image-properties): Look up in the default theme too.
2984 (tree-widget--cursors): Only for images with arrow pointer shape.
2985 (tree-widget-lookup-image): Pointer shape is hand by default.
2986 (tree-widget-icon): Rename generic icon widget from
2987 `tree-widget-control'.
2988 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2989 derive from `tree-widget-icon'.
2990 (tree-widget-handle): Improve default look and feel of the text
2991 representation.
2992 (tree-widget): Rename :*-control properties to :*-icon properties.
2993 Add :action and :help-echo properties.
2994 (tree-widget-after-toggle-functions): Move.
2995 (tree-widget-close-node, tree-widget-open-node): Remove.
2996 (tree-widget-before-create-icon-functions): New hook.
2997 (tree-widget-value-create): Update to allow customization of icons
2998 and nodes at run-time via that new hook.
2999 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
3000 (tree-widget-icon-action, tree-widget-icon-help-echo)
3001 (tree-widget-action, tree-widget-help-echo): New functions.
3002
3003 2005-08-15 Kim F. Storm <storm@cua.dk>
3004
3005 * ido.el (ido-buffer-internal): Use with-no-warnings.
3006 (ido-make-merged-file-list): Use while-no-input.
3007
3008 2005-08-15 Richard M. Stallman <rms@gnu.org>
3009
3010 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
3011 (flyspell-large-region): Fix doc and custom type.
3012
3013 2005-08-14 Richard M. Stallman <rms@gnu.org>
3014
3015 * files.el (interpreter-mode-alist): Doc fix.
3016
3017 * mail/rmail.el (rmail-nonignored-headers): New variable.
3018 (rmail-clear-headers): Use it.
3019 (rmail-reply): Better handling of mail-followup-to header.
3020
3021 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3022 Rename variable from sh-font-lock-keywords. In the `shell' entry,
3023 don't try to refer to executable-font-lock-keywords.
3024 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
3025 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
3026 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
3027 (sh-mode): Set comment-start-skip, local-abbrev-table,
3028 imenu-case-fold-search.
3029 (sh-set-shell): Don't set them here.
3030 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
3031 Don't cache the results in the original alist; don't ever modify
3032 that alist.
3033
3034 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
3035
3036 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
3037 empty.
3038
3039 2005-08-15 Andreas Schwab <schwab@suse.de>
3040
3041 * desktop.el: Put autoload cookie at risky-local-variable declarations.
3042
3043 * dired.el, info.el, mail/rmail.el: Revert last change.
3044
3045 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
3046
3047 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
3048 modification in `eval-after-load' form.
3049 * info.el: Likewise.
3050 * mail/rmail.el: Likewise.
3051
3052 2005-08-14 Juri Linkov <juri@jurta.org>
3053
3054 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3055 Remove highlighting of "Compilation started". Highlight only
3056 the word "finished" in "Compilation finished". Add highlighting
3057 of "interrupt", "killed", "terminated" and the exit code.
3058 (compilation-start): Add newline after header. Use exactly the
3059 same time stamp format as the finishing message.
3060 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
3061
3062 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
3063 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
3064 Add highlighting of "interrupt", "killed", "terminated".
3065
3066 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
3067 enabled and the current command is self-insert-command, call it
3068 explicitly with overwrite-mode bound to nil, to not allow it
3069 to delete the character after the selected region.
3070
3071 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
3072
3073 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
3074 move-end-of-line, end-of-line, and beginning-of-line to the list
3075 of commands after which the echo area is updated.
3076
3077 2005-08-12 Eli Zaretskii <eliz@gnu.org>
3078
3079 * cus-edit.el (custom-save-all, custom-save-delete):
3080 Bind recentf-exclude to exclude custom-file.
3081
3082 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
3083
3084 * mail/rmailsum.el (rmail-summary-end-of-message): New command
3085 to go to the bottom of the mail message. Added to
3086 `rmail-summary-mode-map' with key "/".
3087 (rmail-summary-show-message): New (internal) function for use by
3088 both `rmail-summary-beginning/end-of-message'.
3089 (rmail-summary-beginning-of-message): Change to use
3090 rmail-summary-show-message.
3091
3092 * mail/rmail.el (rmail-end-of-message): New command to go to the
3093 end of the current message. Added to `rmail-mode-map' with key "/".
3094 (rmail-beginning-of-message): Fix to work as documented.
3095 (rmail-mode): Change documentation.
3096
3097 * progmodes/compile.el (compilation-start): Add the line
3098 "Compilation started" with compilation start time.
3099 (compilation-mode-font-lock-keywords): Add `started' to keywords.
3100
3101 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
3102
3103 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
3104 of menu items.
3105
3106 2005-08-11 Richard M. Stallman <rms@gnu.org>
3107
3108 * simple.el (pop-global-mark): Reverse test of widen-automatically.
3109
3110 * battery.el (battery-status-function): Don't use ignore-errors.
3111
3112 2005-08-11 Lute Kamstra <lute@gnu.org>
3113
3114 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
3115 define-obsolete-variable-alias.
3116
3117 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
3118
3119 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
3120 (ange-ftp-send-cmd): Revert last change, and expand
3121 the comment explaining the problem.
3122
3123 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
3124
3125 * ldefs-boot.el: Update.
3126
3127 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
3128 item to "Time, Load and Mail". Change help echo text.
3129
3130 * time.el (display-time-use-mail-icon, display-time-format)
3131 (display-time-string-forms): Shorten first line of docstrings.
3132
3133 2005-08-10 Lars Hansen <larsh@soem.dk>
3134
3135 * desktop.el (desktop-buffer-mode-handlers):
3136 Make non-customizable. Add autoload cookie. Change initial value to
3137 nil; add elements in respective modules instead. Fix doc string.
3138 (desktop-load-file): New function.
3139 (desktop-minor-mode-handlers): New autoloaded variable.
3140 (desktop-create-buffer): Call minor mode handlers.
3141 Use desktop-load-file to load major and minor mode modules prior to
3142 checking for a handler.
3143 (desktop-save): Don't add nil to desktop-minor-modes for minor
3144 modes with nil function in desktop-minor-mode-table. Don't delete
3145 desktop file before rewriting it.
3146 (desktop-locals-to-save): Add autoload cookie. Don't make
3147 automatically buffer-local. Add variables column-number-mode,
3148 size-indication-mode, indent-tabs-mode,
3149 indicate-buffer-boundaries, indicate-empty-lines and
3150 show-trailing-whitespace.
3151 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
3152 regexps. Don't use desktop-clear-preserve-buffers-regexp.
3153 (desktop-clear-preserve-buffers-regexp): Delete.
3154 (desktop-clear-preserve-buffers): Update initial value and docstring.
3155 (desktop-save-buffer): Fix doc string.
3156
3157 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
3158 (hilit-chg-desktop-restore): New function.
3159 (highlight-changes-mode): Add highlight-changes-mode to
3160 desktop-locals-to-save.
3161
3162 * dired.el: Add handler to desktop-buffer-mode-handlers.
3163 (dired-restore-desktop-buffer): Remove autoload cookie.
3164 (dired-mode): Add autoload cookie.
3165
3166 * info.el: Add handler to desktop-buffer-mode-handlers.
3167 (Info-restore-desktop-buffer): Remove autoload cookie.
3168 (Info-mode): Add autoload cookie.
3169
3170 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
3171 (mh-restore-desktop-buffer): Remove autoload cookie.
3172 (mh-folder-mode): Add autoload cookie.
3173
3174 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
3175 (rmail-restore-desktop-buffer): Remove autoload cookie.
3176
3177 2005-08-11 Masatake YAMATO <jet@gyve.org>
3178
3179 * hexl.el (hexl-address-region):
3180 (hexl-ascii-region, hexl-font-lock-keywords):
3181 (hexl-highlight-line-range): Use the term "region"
3182 instead of "area" for consistency with the other symbols
3183 defined in hexl.el.
3184
3185 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
3186
3187 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
3188 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
3189 out by Juri Linkov). Add `display-battery-mode'.
3190
3191 2005-08-09 Juri Linkov <juri@jurta.org>
3192
3193 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3194 Remove `-text' from face variable names.
3195 (compilation-error-file-name, compilation-warning-file-name)
3196 (compilation-info-file-name): Delete faces.
3197 (compilation-line-number, compilation-column-number):
3198 Remove face underlining.
3199 (compilation-message-face): Set to `underline' value by default.
3200 (compilation-error-face, compilation-warning-face)
3201 (compilation-info-face): Remove `-file-name' from face names.
3202 (compilation-error-text-face, compilation-warning-text-face)
3203 (compilation-info-text-face): Delete face variables.
3204 (compilation-text-face): Delete function.
3205
3206 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
3207 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
3208 (grep-error-face): Set to `compilation-error' instead of
3209 `compilation-error-face' (which is redefined to `grep-hit-face' in
3210 grep buffers).
3211 (grep-mode-font-lock-keywords): Remove `-text' from face variable
3212 names. Use `grep-error-face' instead of `compilation-error-text-face'.
3213
3214 * dired-aux.el (dired-do-query-replace-regexp):
3215 Use `query-replace-read-args'.
3216
3217 * replace.el (query-replace-read-from, query-replace-read-to)
3218 (query-replace-read-args): Rename arg `string' to `prompt'.
3219
3220 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
3221
3222 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3223
3224 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
3225 uploading files.
3226 (ange-ftp-canonize-filename): Handle file names beginning with ~
3227 correctly.
3228
3229 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3230
3231 * textmodes/fill.el (canonically-space-region)
3232 (fill-context-prefix, fill-french-nobreak-p)
3233 (fill-delete-newlines, fill-comment-paragraph)
3234 (justify-current-line): "?\ " -> "?\s".
3235
3236 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
3237
3238 * textmodes/fill.el (fill-nonuniform-paragraphs):
3239 Improve argument/docstring consistency.
3240
3241 2005-08-09 Richard M. Stallman <rms@gnu.org>
3242
3243 * textmodes/ispell.el (ispell-word): More fboundp checks.
3244
3245 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
3246 (find-file-noselect-1): Call it here, only if RAWFILE.
3247 (normal-mode): Always set some major mode.
3248 (save-some-buffers-action-alist): Change some explanation strings.
3249 (file-name-non-special): In the `quote' method, use unwind-protect.
3250
3251 2005-08-09 Magnus Henoch <mange@freemail.hu>
3252
3253 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
3254 (ispell-have-aspell-dictionaries): New variable.
3255 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
3256 (ispell-get-aspell-config-value): New function.
3257 (ispell-aspell-find-dictionary): New function.
3258 (ispell-aspell-add-aliases): New function.
3259 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
3260 appropriate. Don't look for ispell dictionaries if we use aspell.
3261 (ispell-menu-map): Don't build a submenu of dictionaries.
3262
3263 2005-08-09 Richard M. Stallman <rms@gnu.org>
3264
3265 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
3266 (sql-read-passwd): Use read-passwd.
3267
3268 * progmodes/idlw-toolbar.el (idlwave-toolbar)
3269 (idlwave-toolbar-is-possible): Add defvars.
3270
3271 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
3272 Avoid warnings.
3273
3274 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
3275 (idlwave-system-class-info, idlwave-executive-commands-alist):
3276 Use defvar.
3277
3278 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
3279
3280 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
3281 Avoid warnings.
3282
3283 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
3284 and content-type: headers.
3285
3286 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
3287
3288 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
3289 and rename some of them to be more self-explanatory.
3290
3291 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
3292
3293 * startup.el (command-line-1): Implement -scriptload.
3294
3295 * replace.el (occur-engine): Initial *Occur* output not undoable.
3296
3297 * menu-bar.el (menu-bar-file-menu): Rename some menu items
3298 and improve help strings.
3299
3300 * isearch.el (isearch-repeat): When changing direction,
3301 mark search successful.
3302
3303 * ediff-init.el: Use (featurep 'xemacs).
3304
3305 * comint.el (send-invisible): Identify buffer, if not selected.
3306
3307 * align.el: Delete autoload for c-guess-basic-syntax.
3308
3309 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3310
3311 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
3312 Improve argument/docstring consistency. Doc fixes.
3313 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
3314 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
3315 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
3316 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
3317 (r2bv-organization, r2bv-pages, r2bv-primary-author)
3318 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
3319 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
3320 Defvar at compile time.
3321
3322 2005-08-09 Juri Linkov <juri@jurta.org>
3323
3324 * info.el: Replace `info' with upper-case `Info' where appropriate.
3325 (info-title-1, info-title-2, info-title-3, info-title-4)
3326 (info-menu-header): Move up face definitions.
3327 (info-menu-star): Rename from `info-menu-5'.
3328 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3329 (Info-fontify-visited-nodes): Fix docstring.
3330 (Info-hide-note-references): Fix docstring.
3331 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3332 menu items in the same way as on cross-references.
3333 (info-apropos): Fix sorting order and formatting to be like in the
3334 stand-alone Info browser. Display error messages for 1 sec.
3335 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
3336 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3337 from the menu bar.
3338 (Info-insert-dir): Restore point after calling
3339 `insert-buffer-substring'.
3340
3341 2005-08-08 Richard M. Stallman <rms@gnu.org>
3342
3343 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3344 (recompute-lucid-menubar): Add defvars.
3345
3346 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3347
3348 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3349
3350 * net/net-utils.el (run-dig): Rename from `dig'.
3351
3352 * play/gametree.el (gametree-mode): Use make-local-variable,
3353 not make-variable-buffer-local.
3354
3355 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3356
3357 * ansi-color.el (ansi-color-make-extent)
3358 (ansi-color-set-extent-face): Use fboundp, not functionp.
3359
3360 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3361 not make-variable-buffer-local.
3362
3363 * bookmark.el (Info-current-file): Add defvar.
3364 (bookmark-jump-noselect): Use with-no-warnings.
3365
3366 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3367
3368 * ebuff-menu.el (Helper-return-blurb): Add defvar.
3369
3370 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3371
3372 * find-file.el (ada-procedure-start-regexp)
3373 (ada-package-start-regexp): Add defvars.
3374
3375 * info.el (Info-insert-dir): Use insert-buffer-substring.
3376
3377 * xml.el (xml-att-def-re): Add defvar.
3378
3379 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3380 calling convention.
3381
3382 * subr.el (while-no-input): Return t if there is input.
3383
3384 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
3385
3386 * cus-start.el (all): Add `overflow-newline-into-fringe'.
3387
3388 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
3389
3390 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3391 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3392
3393 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
3394
3395 * cmuscheme.el (scheme-start-file): Replace reference to
3396 `user-emacs-directory' by "~/.emacs.d/".
3397
3398 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
3399
3400 * info.el (Info-dir-remove-duplicates): Avoid case folding
3401 in loop; instead, keep downcased strings for comparison.
3402 Suggested by Helmut Eller.
3403
3404 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
3405
3406 Sync with Tramp 2.0.50.
3407
3408 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
3409 XEmacs case; not necessary anymore.
3410 (tramp-user-regexp): Allow "@" as part of user name.
3411 (tramp-handle-set-visited-file-modtime)
3412 (tramp-handle-insert-file-contents)
3413 (tramp-handle-write-region): No special handling for
3414 `last-coding-system-used, because this is done in
3415 `tramp-accept-process-output' now.
3416 (tramp-accept-process-output): New defun.
3417 (tramp-process-one-action, tramp-process-one-multi-action)
3418 (tramp-wait-for-regexp, tramp-wait-for-output)
3419 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
3420 Howells <dhowells@redhat.com>.
3421 (clear-visited-file-modtime): Defadvice removed. The check for
3422 unset buffer's modtime does not need to be based on
3423 `tramp-buffer-file-attributes'. Suggested by RMS.
3424 (tramp-message): Insert "\n" if not being at beginning of line.
3425 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3426 sequence with same logic.
3427 (tramp-completion-handle-expand-file-name): Discard call of
3428 `tramp-drop-volume-letter'. It is not necessary, and there have
3429 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3430 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3431 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3432 should always be visible.
3433 (tramp-handle-insert-directory, tramp-setup-complete)
3434 (tramp-set-process-query-on-exit-flag)
3435 (tramp-append-tramp-buffers): Pacify byte-compiler.
3436 (tramp-bug): Delete non-existing variables from list.
3437 Apply `tramp-load-report-modules' as pre-hook.
3438 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3439 `shell-prompt-pattern' because of non-7bit characters.
3440 Reported by Sebastian Luque <sluque@mun.ca>.
3441 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3442 (tramp-match-string-list): Remove function.
3443 (tramp-wait-for-regexp): Remove call of that function.
3444 Suggested by Kim F. Storm <storm@cua.dk>.
3445 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3446 instead of octal character code ?\600. The latter resulted in a
3447 syntax error with XEmacs.
3448
3449 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3450 XEmacs case; not necessary anymore.
3451 (tramp-smb-handle-write-region): No special handling for
3452 `last-coding-system-used, because this is done in
3453 `tramp-accept-process-output' now.
3454 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3455
3456 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3457
3458 * wid-edit.el (widget-choice-value-create):
3459 Unconditionally respect user choice. Set :explicit-choice back to nil
3460 when no longer needed.
3461 (widget-choice-action): Unconditionally respect user choice.
3462 Eliminate :explicit-choice-value.
3463
3464 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3465
3466 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3467 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3468 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3469 running new function `toggle-indicate-empty-lines'.
3470 Rename "Customize" item to "Customize fringe".
3471 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3472 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3473 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3474 Delete "Empty lines only" item.
3475 (menu-bar-showhide-fringe-ind-customize): New function.
3476 (menu-bar-showhide-fringe-ind-mixed)
3477 (menu-bar-showhide-fringe-ind-box)
3478 (menu-bar-showhide-fringe-ind-right)
3479 (menu-bar-showhide-fringe-ind-left)
3480 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3481 instead of `fringe-indicators'.
3482
3483 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3484
3485 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3486 Change the date of last update.
3487
3488 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3489
3490 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3491 (viper-exec-yank, viper-put-back): Don't display modification msg
3492 if in the minibuffer.
3493
3494 * viper-init.el (viper-replace-overlay-cursor-color)
3495 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3496 Make variables frame local.
3497
3498 * viper-util.el (viper-append-filter-alist): Use append instead of
3499 nconc.
3500
3501 * viper.el (viper-vi-state-mode-list)
3502 (viper-emacs-state-mode-list): Move help-mode and
3503 completion-list-mode from the first list to the second.
3504 (viper-mode): Docstring.
3505 (viper-go-away, viper-non-hook-settings): Don't localize
3506 minor-mode-alist in newer Emacsen. Add advice to
3507 set-cursor-color. Don't bind "\C-c\\".
3508
3509 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3510
3511 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3512 (scheme-macro-expand-command): New user options.
3513 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3514 (scheme-form-at-point, scheme-start-file)
3515 (scheme-interactively-start-process): New functions.
3516 (scheme-get-process): New function, extracted from `scheme-proc'.
3517 (run-scheme): Call `scheme-start-file' to get start file, and pass
3518 it to `make-comint'.
3519 (switch-to-scheme, scheme-proc):
3520 Call `scheme-interactively-start-process' if no Scheme buffer/process
3521 is available.
3522
3523 2005-08-06 Juri Linkov <juri@jurta.org>
3524
3525 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3526 Use `compilation-text-face', `compilation-info-text-face' and
3527 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3528 (compilation-error): New face.
3529 (compilation-error-file-name): Inherit from
3530 `compilation-error' instead of `font-lock-warning-face'.
3531 (compilation-warning-file-name): Inherit from
3532 `compilation-warning' instead of `font-lock-warning-face'.
3533 (compilation-info, compilation-error-file-name)
3534 (compilation-warning-file-name, compilation-info-file-name)
3535 (compilation-line-number, compilation-column-number): Doc fix.
3536 (compilation-error-text-face, compilation-warning-text-face)
3537 (compilation-info-text-face): New face variables.
3538 (compilation-line-face, compilation-column-face)
3539 (compilation-enter-directory-face)
3540 (compilation-leave-directory-face): Doc fix.
3541 (compilation-text-face): New function.
3542
3543 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3544 instead of 1 to display binary file names as info file links.
3545 (grep-error-face): Use `compilation-error-face' instead of
3546 `font-lock-keyword-face'.
3547 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3548 and `compilation-warning-text-face' instead of
3549 `font-lock-keyword-face'. Use `compilation-error-text-face'
3550 instead of `grep-error-face'.
3551
3552 2005-08-05 Kenichi Handa <handa@m17n.org>
3553
3554 * international/code-pages.el: Add autoload cookies for all coding
3555 systems.
3556
3557 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3558
3559 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3560
3561 2005-08-04 Juri Linkov <juri@jurta.org>
3562
3563 * progmodes/compile.el (compilation-mode-map):
3564 * progmodes/grep.el (grep-mode-map):
3565 Bind TAB to `compilation-next-error' and [backtab] to
3566 `compilation-previous-error'.
3567
3568 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3569 matching line numbers, column numbers and their ranges with regexp
3570 matching only line numbers.
3571 (grep-context-face): New face variable.
3572 (grep-mode-font-lock-keywords): Use it.
3573
3574 * faces.el (read-face-name): Delete duplicate faces.
3575
3576 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3577
3578 * thumbs.el (thumbs-find-image): Don't make variables
3579 automatically buffer local.
3580 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3581 (thumbs-image-num): Make automatically buffer local.
3582 (thumbs-show-thumbs-list): Use `make-local-variable', not
3583 `make-variable-buffer-local'.
3584 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3585
3586 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3587 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3588 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3589 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3590 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3591 (feelings-about, foullst, found, hello, history, howareyoulst)
3592 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3593 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3594 (neglst, obj, object, owner, please, problems, qlist)
3595 (random-adjective, relation, remlst, repetitive-shortness)
3596 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3597 (shortlst, something, sportslst, stallmanlst, states, subj)
3598 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3599 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3600 Defvar at compile time.
3601
3602 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3603 not `make-variable-buffer-local'.
3604
3605 2005-08-02 Kim F. Storm <storm@cua.dk>
3606
3607 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3608 rectangle overlay in selected window.
3609
3610 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3611
3612 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3613 instead of display group. Make `indicate-buffer-boundaries'
3614 customizable through Custom.
3615
3616 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3617
3618 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3619 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3620 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3621 (gdb-put-string): Fix typos in docstrings.
3622
3623 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3624
3625 Update copyright notices of files in progmodes directory for
3626 release of Emacs 22.1.
3627
3628 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3629
3630 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3631 Don't barf if the GUD buffer has been killed.
3632
3633 2005-08-01 Kim F. Storm <storm@cua.dk>
3634
3635 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3636
3637 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3638
3639 * simple.el (next-error-follow-minor-mode):
3640 make-variable-buffer-local -> make-local-variable.
3641
3642 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3643
3644 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3645 (byte-compile-form-make-variable-buffer-local): New functions to warn
3646 about misuses of make-variable-buffer-local where make-local-variable
3647 was meant.
3648
3649 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3650
3651 * bs.el (bs-attributes-list): Doc fix.
3652 (bs): Update url-link.
3653
3654 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3655 (desktop-load-default): Simplify.
3656
3657 * ibuffer.el (ibuffer-columnize-and-insert-list)
3658 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3659 (ibuffer-unmark-all, ibuffer-toggle-marks)
3660 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3661 (ibuffer-compile-make-format-form, ibuffer-format-column)
3662 (ibuffer-current-buffers-with-marks)
3663 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3664 (ibuffer): Doc fix.
3665 (ibuffer-mode): Fix typo in docstring.
3666 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3667 with `define-obsolete-variable-alias'.
3668 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3669
3670 2005-07-29 Kenichi Handa <handa@m17n.org>
3671
3672 * international/mule-cmds.el (select-message-coding-system):
3673 Be sure to use LF for end-of-line. If no coding system is decided,
3674 return iso-8859-1-unix.
3675
3676 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3677
3678 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3679 (ange-ftp-pending-error-line): New vars.
3680 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3681 to handle the non-fatal no-route-to-host messages.
3682 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3683
3684 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3685
3686 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3687 (isearch-quote-char, isearch-printing-char)
3688 (isearch-text-char-description): "?\ " -> "?\s".
3689 (isearch-lazy-highlight-cleanup)
3690 (isearch-lazy-highlight-initial-delay)
3691 (isearch-lazy-highlight-interval)
3692 (isearch-lazy-highlight-max-at-a-time)
3693 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3694 Declare with define-obsolete-*-alias macros.
3695 (isearch-forward): Fix typo in docstring.
3696 (search-invisible, search-ring-yank-pointer)
3697 (regexp-search-ring-yank-pointer): Doc fixes.
3698
3699 * recentf.el (recentf-menu-append-commands-p): Declare with
3700 `define-obsolete-variable-alias'.
3701 (recentf-max-saved-items, recentf-menu-filter)
3702 (recentf-arrange-by-rule-subfilter): Doc fixes.
3703 (recentf-menu-append-commands-flag)
3704 (recentf-initialize-file-name-history, recentf-expand-file-name)
3705 (recentf-clear-data): Fix typos in docstrings.
3706
3707 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3708
3709 * progmodes/gdb-ui.el: Smarten comments.
3710 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3711
3712 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3713
3714 * term/apollo.el (terminal-init-apollo): New function containing
3715 all former top level forms in the file.
3716 * term/bobcat.el (terminal-init-bobcat):
3717 * term/cygwin.el (terminal-init-cygwin):
3718 * term/iris-ansi.el (terminal-init-iris-ansi):
3719 * term/linux.el (terminal-init-linux):
3720 * term/news.el (terminal-init-news):
3721 * term/rxvt.el (terminal-init-rxvt):
3722 * term/sun.el (terminal-init-sun):
3723 * term/tvi970.el (terminal-init-tvi970):
3724 * term/vt100.el (terminal-init-vt100):
3725 * term/vt102.el (terminal-init-vt102):
3726 * term/vt125.el (terminal-init-vt125):
3727 * term/vt200.el (terminal-init-vt200):
3728 * term/vt201.el (terminal-init-vt201):
3729 * term/vt220.el (terminal-init-vt220):
3730 * term/vt240.el (terminal-init-vt240):
3731 * term/vt300.el (terminal-init-vt300):
3732 * term/vt320.el (terminal-init-vt320):
3733 * term/vt400.el (terminal-init-vt400):
3734 * term/vt420.el (terminal-init-vt420):
3735 * term/wyse50.el (terminal-init-wyse50):
3736 * term/xterm.el (terminal-init-xterm): Likewise.
3737
3738 * term/README: Describe the terminal-init-* functionality.
3739
3740 * startup.el (command-line): After loading the terminal initialization
3741 file call the corresponding terminal initialization function.
3742
3743 2005-07-27 Kenichi Handa <handa@m17n.org>
3744
3745 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3746 negative.
3747
3748 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3749 (ps-mule-composition-prologue): Fix for the case that
3750 RelativeCompose is false.
3751
3752 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3753
3754 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3755
3756 * descr-text.el (describe-char): Handle the case where the list of
3757 chars is displayed in a separate frame.
3758 Be a bit more discriminating when looking for the char.
3759
3760 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3761
3762 * bookmark.el (bookmark-automatically-show-annotations)
3763 (bookmark-read-annotation-text-func): Doc fixes.
3764 (bookmark-save): Improve argument/docstring consistency.
3765 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3766 (bookmark-alist-from-buffer)
3767 (bookmark-upgrade-file-format-from-0)
3768 (bookmark-grok-file-format-version)
3769 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3770 (bookmark-read-annotation-mode)
3771 (bookmark-insert-current-bookmark, bookmark-jump)
3772 (bookmark-exit-hook): Fix typos in docstrings.
3773 (bookmark-exit-hooks): Define as obsolete alias.
3774 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3775 not `bookmark-exit-hooks'. Fix docstring.
3776 (bookmark-bmenu-select): "?\ " -> "?\s".
3777
3778 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3779
3780 * startup.el (command-line): Fix typo.
3781
3782 2005-07-24 Richard M. Stallman <rms@gnu.org>
3783
3784 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3785 not emacs-quick-startup.
3786
3787 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3788
3789 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3790 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3791 instead of `reb-with-current-window'.
3792 (reb-prev-match): Likewise. Also, don't move left if the search
3793 was unsuccessful.
3794 (reb-initialize-buffer): New function.
3795 (re-builder, reb-change-syntax): Use it.
3796
3797 * man.el (Man-goto-page): Make second argument NOERROR optional.
3798
3799 2005-07-23 Richard M. Stallman <rms@gnu.org>
3800
3801 * man.el (Man-bgproc-sentinel): Check here for failure to find
3802 any man page in the output, and report the error here.
3803 (Man-arguments): Make it permanent local.
3804 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3805 (Man-mode): Pass t for NOERROR.
3806
3807 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3808 (grep-mode-font-lock-keywords):
3809 Don't use compilation-...-face for messages that are not file names.
3810
3811 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3812 Don't use compilation-...-face for messages that are not file names.
3813
3814 2005-07-22 Juri Linkov <juri@jurta.org>
3815
3816 * startup.el (normal-splash-screen): Update menu name.
3817
3818 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3819
3820 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3821
3822 * term/xterm.el: Load term/rxvt if the terminal is actually an
3823 rxvt terminal.
3824 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3825
3826 * term/rxvt.el (function-key-map): Use substitute-key-definition
3827 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3828
3829 * term/cygwin.el: New file.
3830
3831 2005-07-22 Kim F. Storm <storm@cua.dk>
3832
3833 * image-file.el (insert-image-file, image-file-yank-handler):
3834 Fix last change to maintain a (unique) yank-handler on yanked images.
3835
3836 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3837
3838 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3839 of the file size (as in "177B" for 177 bytes). This happens with
3840 "ls -lh" on FreeBSD.
3841
3842 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3843
3844 * hilit-chg.el (highlight-changes-global-initial-state)
3845 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3846 (hilit-chg-fixup, highlight-changes-mode):
3847 Fix typos in docstrings.
3848 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3849 Doc fixes.
3850
3851 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3852
3853 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3854 mode function using `eval-after-load'.
3855
3856 2005-07-21 Kim F. Storm <storm@cua.dk>
3857
3858 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3859 included when reporting an emacs crash, and tell about the DEBUG file.
3860
3861 * image-file.el (insert-image-file): Add yank-handler.
3862 (image-file-yank-handler): Yank handler to make unique copies of
3863 images when they are yanked into a buffer next to each other.
3864
3865 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3866
3867 * comint.el (comint-use-prompt-regexp, comint-send-input)
3868 (comint-source-default, comint-extract-string)
3869 (comint-get-source, comint-word, comint-completion)
3870 (comint-source, comint-prompt-read-only, comint-update-fence):
3871 Fix typos in docstrings.
3872 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3873 Declare with define-obsolete-*-alias macros.
3874 (comint-previous-matching-input-from-input)
3875 (comint-next-matching-input-from-input)
3876 (comint-previous-matching-input, comint-next-matching-input)
3877 (comint-forward-matching-input):
3878 Improve argument/docstring consistency.
3879
3880 * desktop.el (desktop-clear-preserve-buffers-regexp):
3881 Also preserve the *server* buffer.
3882
3883 * simple.el (clone-indirect-buffer): Doc fix.
3884 (fixup-whitespace, just-one-space)
3885 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3886 (next-error, next-error-highlight)
3887 (next-error-highlight-no-select, next-error-last-buffer)
3888 (next-error-buffer-p, next-error-find-buffer, next-error)
3889 (previous-error, next-error-no-select, previous-error-no-select)
3890 (open-line, split-line, minibuffer-prompt-width, kill-new)
3891 (binary-overwrite-mode): Fix typos in docstrings.
3892 (set-fill-column): Fix typo in message.
3893
3894 * skeleton.el (skeleton-proxy-new): Doc fix.
3895
3896 * strokes.el (strokes-load-hook): Doc fix.
3897 (strokes-grid-resolution, strokes-get-grid-position)
3898 (strokes-renormalize-to-grid, strokes-read-stroke)
3899 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3900 (strokes-global-map): Fix typos in docstrings.
3901 (strokes-help): Doc fix. Fix help message and pass it through
3902 `substitute-command-keys'.
3903
3904 * tempo.el (tempo-insert-prompt, tempo-interactive)
3905 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3906 (tempo-insert-string-functions, tempo-local-tags)
3907 (tempo-define-template, tempo-insert-template)
3908 (tempo-insert-prompt-compat, tempo-is-user-element)
3909 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3910 Fix typos in docstrings.
3911
3912 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3913 (vcursor-key-bindings, vcursor-use-vcursor-map)
3914 (vcursor-find-window, vcursor-scroll-down)
3915 (vcursor-disable, vcursor-beginning-of-buffer)
3916 (vcursor-end-of-buffer): Fix typos in docstrings.
3917 (vcursor-relative-move, vcursor-get-char-count):
3918 Improve argument/docstring consistency.
3919
3920 * version.el: "?\ " -> "?\s".
3921
3922 * wid-edit.el (widget-default-create, widget-after-change)
3923 (widget-default-format-handler, widget-checklist-add-item)
3924 (widget-radio-add-item, widget-choose, widget-specify-secret)
3925 (widget-field-value-create, widget-field-value-get)
3926 (widget-editable-list-format-handler)
3927 (widget-editable-list-entry-create, widget-group-value-create)
3928 (widget-documentation-link-add)
3929 (widget-documentation-string-value-create): "?\ " -> "?\s".
3930 (widget-convert-text): Doc fix.
3931 (widget-narrow-to-field, widget-field-find)
3932 (widget-url-link-action, widget-emacs-library-link-action)
3933 (widget-color-notify): Fix typos in docstrings.
3934
3935 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3936 (x-select-text, set-w32-system-coding-system)
3937 (w32-add-charset-info): Fix typos in docstrings.
3938
3939 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3940 (cua-enable-cua-keys, cua-use-hyper-key)
3941 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3942 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3943
3944 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3945
3946 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3947 `defalias' instead of faking it.
3948
3949 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3950 (eshell-ls-missing, eshell-ls-dired-initial-args)
3951 (eshell-ls-use-in-dired): Fix typos in docstrings.
3952
3953 2005-07-20 Kim F. Storm <storm@cua.dk>
3954
3955 * emulation/cua-base.el (cua-mode): Improve doc string.
3956
3957 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3958
3959 * abbrev.el (expand-region-abbrevs): Doc fix.
3960 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3961 Improve argument/docstring consistency.
3962
3963 * arc-mode.el (archive-get-descr, archive-alternate-display):
3964 Doc fixes.
3965 (archive-l-e): Improve argument/docstring consistency.
3966 (archive-tmpdir, archive-unixdate, archive-unixtime)
3967 (archive-chmod-entry): Fix typos in docstrings.
3968 (archive-unflag, archive-unflag-backwards)
3969 (archive-unmark-all-files): "?\ " -> "?\s".
3970
3971 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3972 (Buffer-menu-not-modified, Buffer-menu-execute)
3973 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3974 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3975
3976 * composite.el (compose-string, encode-composition-rule)
3977 (compose-last-chars): Fix typos in docstrings.
3978
3979 * desktop.el (desktop-enable, desktop-basefilename):
3980 Declare with `define-obsolete-variable-alias'.
3981 (desktop-internal-v2s): Don't quote keywords.
3982 (desktop-clear): "?\ " -> "?\s".
3983
3984 * dired.el (dired-align-file, dired-flag-backup-files)
3985 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3986 (dired-listing-switches, dired-ls-F-marks-symlinks)
3987 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3988 (dired-directory, dired-faces, dired, dired-revert)
3989 (dired-mode, dired-summary, dired-view-file)
3990 (dired-copy-filename-as-kill, dired-delete-file)
3991 (dired-no-confirm, dired-unmark-all-marks)
3992 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3993 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3994 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3995 Fix typos in message strings.
3996
3997 * dired-x.el (virtual-dired): Declare with `defalias'.
3998 (dired-mark-unmarked-files, dired-local-variables-file)
3999 (dired-omit-here-always): Doc fix.
4000 (dired-omit-mode, dired-find-subdir)
4001 (dired-enable-local-variables, dired-clean-up-buffers-too)
4002 (dired-extra-startup, dired-mark-extension, dired-jump)
4003 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
4004 (dired-smart-shell-command, dired-guess-shell-alist-user)
4005 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
4006 (dired-x-bind-find-file, dired-x-submit-report):
4007 Fix typos in docstrings.
4008 (dired-mark-unmarked-files): "?\ " -> "?\s".
4009
4010 * dirtrack.el (dirtrack-list): Fix typos in docstring.
4011
4012 * faces.el (describe-face): "?\ " -> "?\s".
4013 (read-all-face-attributes, read-face-font, modify-face)
4014 (face-attr-construct, italic): Fix typos in docstrings.
4015 (frame-update-face-colors): Declare with
4016 `define-obsolete-function-alias'.
4017
4018 * files.el (find-file-noselect, recode-file-name): Doc fixes.
4019 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
4020 (magic-mode-alist, buffer-file-numbers-unique)
4021 (write-file-functions, get-free-disk-space):
4022 Fix typos in docstrings.
4023 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
4024 (write-contents-hooks, write-file-hooks):
4025 Declare with `define-obsolete-variable-alias'.
4026
4027 * forms-d2.el (arch-rj): Fix typo in docstrings.
4028 (arch-tocol): Likewise. "?\ " -> "?\s".
4029
4030 * frame.el (set-frame-font, cursor-in-non-selected-windows):
4031 Fix typo in docstring.
4032 (set-screen-width, set-screen-height): Delete redundant info in
4033 doctrings.
4034 (new-frame, screen-height, screen-width): Declare with
4035 `define-obsolete-function-alias'.
4036 (delete-frame-hook, blink-cursor): Declare with
4037 `define-obsolete-variable-alias'.
4038
4039 * paths.el (prune-directory-list): Fix typos in docstring.
4040
4041 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
4042 (cvs-prefix-get): Fix typos in docstrings.
4043
4044 * ps-print.el (ps-extend-face-list, ps-extend-face)
4045 (ps-print-background-image): Fix typos in docstrings.
4046 (ps-default-fg, ps-default-bg): Doc fixes.
4047
4048 * s-region.el (s-region-bind): Doc fix.
4049 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
4050
4051 * textmodes/org.el (org-table-formula-substitute-names)
4052 (org-table-get-vertical-vector): Doc fixes.
4053 (org-table-recalculate): Remove unused argument to `message'.
4054
4055 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
4056
4057 * textmodes/org.el (org-table-column-names)
4058 (org-table-column-name-regexp)
4059 (org-table-named-field-locations): New variables.
4060 (org-archive-subtree): Protect `this-command' when calling
4061 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
4062 the kill buffer.
4063 (org-complete): Remove fixed-formula completion.
4064 (org-edit-formulas-map): New variable.
4065 (org-table-edit-formulas): New command.
4066 (org-finish-edit-formulas, org-abort-edit-formulas)
4067 (org-show-variable, org-table-get-vertical-vector): New functions.
4068 (org-table-maybe-eval-formula): Handle `:=' fields.
4069 (org-table-get-stored-formulas, org-table-store-formulas)
4070 (org-table-get-formula, org-table-modify-formulas)
4071 (org-table-replace-in-formulas): Handle named field formulas.
4072 (org-table-get-specials): Store locations of named fields.
4073
4074 2005-07-19 Juri Linkov <juri@jurta.org>
4075
4076 * progmodes/grep.el (grep-regexp-alist)
4077 (grep-mode-font-lock-keywords, grep-process-setup):
4078 Use default GNU grep match color "01;31m" instead of "01;41m".
4079 (grep-regexp-alist, grep-mode-font-lock-keywords):
4080 Use `\\[[0-9]*m' instead of `\\[00m'.
4081 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
4082 sgr_start where its handling is more important. Use the real
4083 length of sgr_start instead of constant 8.
4084 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
4085 specially. Delete all remaining escape sequences.
4086 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
4087 (grep-regexp-alist): Make hyperlink only for binary file name
4088 instead of the whole line.
4089 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
4090 (grep-mode): Add autoload.
4091
4092 * emacs-lisp/find-func.el (find-function-regexp):
4093 Add `define-compilation-mode'.
4094
4095 2005-07-19 Juri Linkov <juri@jurta.org>
4096
4097 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
4098 (compare-windows-sync-string-size, compare-windows-recenter)
4099 (compare-windows-highlight, compare-windows): Add version 22.1.
4100 (compare-windows) <defface>: Inherit from lazy-highlight instead
4101 of duplicating its default value.
4102
4103 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
4104 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
4105
4106 * descr-text.el (describe-char): Create link buttons for `charset'
4107 and `code point'. Add the current input method name with a link
4108 button to `to input' field. Print face names of display table
4109 characters in `The display table entry is displayed by' section
4110 instead of printing face-id in the `display' field.
4111 Guess hardcoded faces and create a link button for them.
4112 Skip empty fields when calculating max-width.
4113 Treat `widget-create' specially while inserting strings from the
4114 collected field list.
4115 (describe-char-after): Made obsolete in version 22.1, not 21.5.
4116
4117 * diff-mode.el (diff-file-header): Change foreground color from
4118 yellow to green on light backgrounds.
4119 (diff-context): Inherit from `shadow' only for color/grayscale
4120 with more than 88 colors.
4121 (diff-indicator-removed, diff-indicator-added)
4122 (diff-indicator-changed): New faces.
4123 (diff-font-lock-keywords): Use new faces. Regroup rules.
4124 Add "^---$" for `normal' diff format. Fontify `#' lines with
4125 font-lock-comment-delimiter-face and font-lock-comment-face.
4126 Add `#' to ^[^...] in the rule for `diff-context-face'.
4127
4128 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
4129 a button-like box. Inherit from `highlight' on low colors.
4130 (shadow): Use shades of gray only for color/grayscale with
4131 more than 88 colors. Use green for light backgrounds with
4132 8 colors, and yellow for dark backgrounds with 8 colors.
4133
4134 * font-lock.el (font-lock-regexp-grouping-backslash):
4135 Don't inherit from escape-glyph (use bold for all cases).
4136
4137 * info.el (info-xref-visited): Use light foreground color `violet'
4138 for dark backgrounds instead of dark color `magenta3'.
4139 (info-title-1): Use `yellow' color for dark backgrounds.
4140
4141 * isearch.el (isearch): Use not-too-dark magenta3 instead of
4142 too-light magenta2.
4143
4144 * replace.el (match): Use slightly more light RoyalBlue3 instead
4145 of dark RoyalBlue4.
4146
4147 * wid-edit.el (widget-inactive): Inherit from `shadow'.
4148
4149 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
4150
4151 * novice.el (disabled-command-hook): Declare it with
4152 `define-obsolete-variable-alias'.
4153
4154 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
4155 (desktop-buffer-misc-functions, desktop-buffer-handlers)
4156 (desktop-load-default): Add release to obsolescence info.
4157 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
4158 (desktop-append-buffer-args, desktop-read):
4159 Fix typos in docstrings.
4160 (desktop-kill): Fix typo in message.
4161 (desktop-save): Doc fix.
4162
4163 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
4164
4165 * viper-cmd.el (viper-escape-to-state): Bug fix.
4166 (viper-envelop-ESC-key): Change the definition of fast
4167 keysequence so it'll work with keyboard macros.
4168
4169 * ediff.el (ediff-patch-buffer): Change the docstring.
4170
4171 2005-07-19 Kenichi Handa <handa@m17n.org>
4172
4173 * international/mule-cmds.el (select-safe-coding-system): Try to
4174 use an auto-coding (if any) before anything else. If the found
4175 auto-coding is invalid, show a warning message.
4176
4177 * international/mule.el (find-auto-coding): New function created
4178 by modifying the body of set-auto-coding.
4179 (set-auto-coding): Use find-auto-coding to find a coding.
4180
4181 2005-07-18 Richard M. Stallman <rms@gnu.org>
4182
4183 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
4184 not isearch-mode-end-hook-error.
4185 (allout-before-change-protect): Fix error message.
4186
4187 2005-07-18 Juri Linkov <juri@jurta.org>
4188
4189 * allout.el (allout-mode):
4190 * calculator.el (calculator-copy):
4191 * custom.el (custom-known-themes):
4192 * dired.el (dired-desktop-buffer-misc-data)
4193 (dired-restore-desktop-buffer):
4194 * dired-x.el (dired-omit-marker-char):
4195 * files.el (basic-save-buffer):
4196 * font-core.el (font-lock-mode):
4197 * calendar/calendar.el (calendar-goto-hebrew-date)
4198 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
4199 (calendar-goto-persian-date):
4200 * language/ethio-util.el (ethio-sera-to-fidel-region):
4201 * textmodes/picture.el (picture-mode):
4202 Delete duplicate duplicate words.
4203
4204 2005-07-18 Juri Linkov <juri@jurta.org>
4205
4206 * isearch.el (isearch-mode-map): Remove key bindings for regexp
4207 chars * ? } |.
4208 (isearch-fallback): Don't call `isearch-process-search-char'.
4209 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
4210 (isearch-process-search-char): Call `isearch-fallback' for regexp
4211 chars * ? } |.
4212 (isearch-return-char): Make obsolete with `make-obsolete' instead
4213 of simply documenting it as obsolete in the docstring.
4214 (isearch-fallback): Refill docstring.
4215
4216 * international/isearch-x.el
4217 (isearch-process-search-multibyte-characters): Remove unneeded
4218 `concat'. Add intermediate values to `junk-hist' instead of
4219 `minibuffer-history'. Test the length of `str'.
4220
4221 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
4222
4223 * allout.el (allout-resolve-xref): Fix typos in error strings.
4224 (allout-before-change-protect): Remove unneeded `concat'.
4225
4226 * array.el (array-mode, array-reconfigure-rows)
4227 (untabify-backward): Fix typos in docstrings.
4228 (array-reconfigure-rows): Use `insert-buffer-substring', not
4229 `insert-buffer'.
4230
4231 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
4232 * progmodes/ada-mode.el (ada-make-body):
4233 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
4234
4235 * dired.el (dired-log):
4236 * tar-mode.el (tar-subfile-save-buffer):
4237 * play/zone.el (zone-pgm-stress-destress):
4238 Use `insert-buffer-substring', not `insert-buffer'.
4239
4240 2005-07-17 Simon Josefsson <jas@extundo.com>
4241
4242 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
4243
4244 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
4245
4246 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
4247 Add plain auth method.
4248 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4249
4250 2005-07-17 Kim F. Storm <storm@cua.dk>
4251
4252 * ido.el (dired-other-window): Add ido property.
4253
4254 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
4255
4256 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4257 Fix typo in docstring.
4258 (byte-compile-interactive-only-functions): Add `insert-buffer' and
4259 `insert-file-literally'.
4260
4261 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
4262 info and delete redundant message. Doc fix.
4263 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
4264 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
4265
4266 2005-07-16 Richard M. Stallman <rms@gnu.org>
4267
4268 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
4269 (byte-compile-and): Use byte-compile-and-recursion.
4270 (byte-compile-or-recursion): New function.
4271 (byte-compile-or): Use that.
4272 (byte-compile-if): Guard the else-clause too.
4273 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4274
4275 * isearch.el (isearch-mode-end-hook-quit): New variable.
4276 (isearch-done): Bind it.
4277 (isearch-mode-end-hook): Doc fix.
4278
4279 * allout.el (allout-isearch-did-quit): Variable deleted.
4280 (allout-real-isearch-abort): Function name no longer used.
4281 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
4282 (allout-isearch-rectification): isearch-mode always exists.
4283 Don't set allout-isearch-did-quit.
4284 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
4285 allout-isearch-did-quit.
4286 (allout-enwrap-isearch): Just add the hook.
4287 (allout-isearch-abort): Function deleted.
4288 (allout-pre-command-business): Avoid warning.
4289
4290 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
4291 Correctly avoid warnings.
4292 (pascal-outline): Likewise.
4293
4294 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
4295
4296 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
4297
4298 * play/tetris.el (tetris-mode): Avoid warning.
4299
4300 * play/snake.el (snake-mode): Avoid warning.
4301
4302 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
4303 (gamegrid-set-display-table): Avoid warning.
4304 (gamegrid-set-timer): Likewise.
4305 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
4306 (gamegrid-add-score-with-update-game-score-1): Take FILE
4307 as argument.
4308 (gamegrid-add-score-with-update-game-score): Pass that argument.
4309 Rename have-shared-game-dir to gamegrid-shared-game-dir.
4310
4311 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
4312
4313 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
4314 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
4315
4316 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
4317 and insert-file.
4318
4319 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
4320 (sc-ask): Avoid warnings.
4321
4322 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4323 (eshell-hist-initialize): Use that var the natural way.
4324
4325 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4326
4327 * emacs-lisp/re-builder.el (reb-cook-regexp):
4328 Avoid warning calling lre-compile-string.
4329 (reb-color-display-p): Avoid warning.
4330
4331 * calculator.el (calculator-last-input): Guard uses
4332 of event-key and key-press-event-p.
4333 (event-key, key-press-event-p): Delete definitions.
4334
4335 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
4336 (find-gc-source-directory, find-gc-subrs-callers)
4337 (find-gc-noreturn-list, find-gc-source-files)
4338 (find-gc-subrs-called): Vars renamed and defvar'd.
4339
4340 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4341 (checkdoc-overlay-put, checkdoc-delete-overlay)
4342 (checkdoc-overlay-start, checkdoc-overlay-end)
4343 (checkdoc-mode-line-update, checkdoc-char=):
4344 Define such that compiler knows they are defined.
4345 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
4346 (checkdoc-read-event): Delete. Use read-event directly.
4347
4348 * whitespace.el (whitespace-make-overlay)
4349 (whitespace-overlay-put, whitespace-delete-overlay)
4350 (whitespace-overlay-start, whitespace-overlay-end):
4351 Define such that compiler knows they are defined.
4352 (whitespace): Move conditional inside.
4353
4354 * tempo.el (tempo-insert-template): Suppress warning.
4355
4356 * ediff-diff.el (longlines-mode): Add defvar.
4357
4358 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
4359
4360 * server.el: Bind "C-x #" in a way that works even if C-x is
4361 redefined to a command key, not a prefix key.
4362
4363 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4364
4365 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4366 cl-make-type-test till execution time.
4367
4368 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
4369
4370 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4371 arg ARG and use it.
4372
4373 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4374
4375 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4376
4377 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
4378
4379 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4380 a defcustom with two :set or :type keywords.
4381
4382 2005-07-15 Richard M. Stallman <rms@gnu.org>
4383
4384 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4385 Don't give ^M comment-end syntax.
4386
4387 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
4388
4389 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4390 Don't consider gdbmi (gdb-mi.el has its own update functions).
4391 (gdb-var-delete): Make it work for gdbmi as well.
4392 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4393
4394 * progmodes/gud.el (etags, sdb): Only require etags when needed.
4395 (gud-speedbar-menu-items): Correct logic for enabling items.
4396
4397 2005-07-15 Kim F. Storm <storm@cua.dk>
4398
4399 * ido.el: Fix commentary.
4400 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4401 Use with-no-warnings around ffap-guesser.
4402 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4403 Let bind minibuffer-completing-file-name to t.
4404
4405 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
4406
4407 * startup.el (site-run-file, keyboard-type): Doc fixes.
4408 (command-line): Check for "--basic-display" argument; also for
4409 "--quick", not "--bare-bones" (which was renamed).
4410 (fancy-splash-text): Add missing item "Getting New Versions".
4411 (normal-splash-screen): Fix typos and improve consistency with
4412 `fancy-splash-text'. Update copyright year.
4413
4414 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4415 valid binding for `help-char'.
4416
4417 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
4418
4419 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
4420
4421 * term.el (term-mode): Disable cua-mode for term buffers.
4422
4423 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
4424
4425 * add-log.el (add-log-mailing-address, change-log-merge):
4426 Doc fixes.
4427 (change-log-get-method-definition): Fix typo in docstring.
4428
4429 2005-07-14 Kim F. Storm <storm@cua.dk>
4430
4431 * emulation/cua-base.el:
4432 (cua--pre-command-handler-1, cua--pre-command-handler)
4433 (cua--post-command-handler-1, cua--post-command-handler):
4434 Split in two. Check (buffer local) value of cua-mode.
4435 (cua-selection-mode): New command.
4436
4437 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4438
4439 * custom.el (custom-initialize-safe-set)
4440 (custom-initialize-safe-default): Doc fixes.
4441
4442 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4443 and simplify :init-value again.
4444
4445 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4446 and simplify :init-value again. Delete autoload.
4447
4448 * startup.el (command-line): Use `custom-reevaluate-setting' again
4449 for tooltip-mode.
4450
4451 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4452 a defcustom with two :initialize keywords.
4453
4454 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4455
4456 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4457 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4458 (allout-post-command-business, allout-flag-region)
4459 (isearch-reenable-font-lock, allout-yank)
4460 (allout-insert-latex-header, allout-insert-latex-trailer)
4461 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4462 (allout-latex-verb-quote): Fix typos in docstrings.
4463 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4464 (allout-unprotected, allout-prefix-data):
4465 Improve argument/docstring consistency.
4466 (allout-chart-subtree): Fix argument spec.
4467 (allout-open-topic): Rename `use_sib_bullet' argument to
4468 `use-sib-bullet'. Doc fix.
4469
4470 * whitespace.el (whitespace-check-buffer-leading)
4471 (whitespace-check-buffer-trailing)
4472 (whitespace-check-buffer-indent)
4473 (whitespace-check-buffer-spacetab)
4474 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4475 (whitespace-check-leading-whitespace)
4476 (whitespace-check-trailing-whitespace)
4477 (whitespace-check-spacetab-whitespace)
4478 (whitespace-check-indent-whitespace)
4479 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4480 (whitespace-modes): Fix typos in docstrings.
4481 (defgroup, defcustom): Doc fixes.
4482
4483 * winner.el (winner-mode, winner-boring-buffers)
4484 (winner-pending-undo-ring): Doc fixes.
4485 (winner-ring): Remove unneeded `progn'.
4486 (winner-equal): `defsubst' it.
4487 (winner-redo): Fix message.
4488
4489 2005-07-13 Kim F. Storm <storm@cua.dk>
4490
4491 * simple.el (line-move-1): Always use vertical-motion to
4492 do the last (or only) line move to ensure some movement.
4493 Undo 2005-06-23 change--don't check for overlays.
4494
4495 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4496
4497 * term/mac-win.el (ccl-encode-mac-roman-font)
4498 (ccl-encode-mac-centraleurroman-font)
4499 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4500 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4501 Change charset-id boundary of dimension to ?\xef.
4502 (mac-char-fontspec-list): New constant.
4503 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4504 argument. Nil uses itself as family in font-spec. Previous
4505 behavior for nil is now provided by non-nil non-string argument.
4506 All callers changed. Add font-specs for Mac fonts to
4507 "fontset-default" unless iso8859-1 fonts are installed.
4508
4509 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4510
4511 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4512 a continuation line if the \ is preceded by SPC or TAB.
4513 (sh-get-indent-info): Simplify.
4514 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4515 Use with-current-buffer.
4516
4517 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4518 when the matched text is empty.
4519
4520 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4521
4522 * startup.el (command-line): Revert to previous handling of
4523 tooltip-mode. Explain in comment why the complexity is needed.
4524
4525 * tooltip.el (tooltip-mode): Revert to previous implementation of
4526 its defcustom.
4527
4528 * frame.el (blink-cursor-mode): Revert to previous implementation
4529 of its defcustom. Update comment.
4530
4531 2005-07-12 Lars Hansen <larsh@soem.dk>
4532
4533 * desktop.el: Update e-mail address.
4534
4535 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4536
4537 * term/mac-win.el (mac-services-mail-selection)
4538 (mac-services-mail-to): New functions.
4539 (mac-application-menu-map): Bind them.
4540
4541 2005-07-12 wulei <milton@wulei.net> (tiny change)
4542
4543 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4544
4545 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4546
4547 * custom.el (custom-reevaluate-setting): Doc fix.
4548
4549 2005-07-11 Jay Belanger <belanger@truman.edu>
4550
4551 * calc/calc.el (calc-embedded-announce-formula-alist)
4552 (calc-embedded-open-close-plain-alist)
4553 (calc-embedded-open-close-mode-alist): Add checks for additional
4554 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4555
4556 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4557
4558 * custom.el (custom-enable-theme): Don't add theme to
4559 `custom-enabled-themes' with `push' because there is no
4560 setf-method for `delq'.
4561
4562 2005-07-11 Richard M. Stallman <rms@gnu.org>
4563
4564 * custom.el (custom-declare-variable): Doc fix.
4565
4566 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4567 from the alists.
4568
4569 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4570 Do nothing if edebug-active.
4571
4572 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4573 (edebug-display): Do it here instead.
4574
4575 2005-07-10 Richard M. Stallman <rms@gnu.org>
4576
4577 * cus-face.el (custom-theme-set-faces): Make it work.
4578 (custom-reset-faces): Doc fix.
4579 (custom-theme-reset-internal-face, custom-theme-face-value):
4580 Functions deleted.
4581
4582 * custom.el (custom-push-theme): Maintain list of the settings
4583 of a given theme in its theme-settings property.
4584 Maintain position of old settings in the theme-value
4585 or theme-face property.
4586 (custom-enabled-themes): New variable.
4587 (custom-theme-enabled-p): New function.
4588 (provide-theme): Update custom-enabled-themes.
4589 Disable and reenable the `user' theme.
4590 (require-theme): Doc fix.
4591 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4592 (custom-theme-value, custom-theme-variable-value): Likewise.
4593 (custom-theme-reset-internal): Likewise.
4594 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4595 (custom-enable-theme, custom-disable-theme): New functions.
4596 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4597 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4598 (custom-theme-reset-variables): Simplify.
4599 (deftheme, custom-declare-theme, custom-make-theme-feature):
4600 Definitions moved.
4601
4602 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4603
4604 * longlines.el (longlines-show-region)
4605 (longlines-unshow-hard-newlines): Recognize hard newlines by
4606 non-nil hard property, instead of t.
4607
4608 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4609
4610 * viper-cmd.el (viper--key-maps): New variable.
4611 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4612 emulation-mode-map-alists.
4613 (viper-envelop-ESC-key): Use viper-subseq.
4614 (viper-search-forward/backward/next): Disable debug-on-error.
4615
4616 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4617 (viper-ESC-key): New defcustoms.
4618
4619 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4620
4621 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4622 (viper-subseq): Copy of subseq from cl.el.
4623
4624 * viper.el (viper-go-away, viper-set-hooks): Use
4625 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4626
4627 * viper-mous.el (viper-current-frame-saved): Use defvar.
4628
4629 * viper-init.el: Get rid of -face in face names.
4630
4631 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4632 Make it work with longlines mode
4633
4634 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4635
4636 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4637
4638 * ediff-init.el: Get rid of -face in face names.
4639
4640 2005-07-10 Richard M. Stallman <rms@gnu.org>
4641
4642 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4643 and with-timeout-unsuspend.
4644
4645 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4646 and with-timeout-unsuspend.
4647
4648 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4649 (with-timeout): Bind that variable to record timers.
4650 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4651
4652 * emacs-lisp/debug.el (debug-help-follow): New function.
4653 (debugger-mode-map): Use that instead of help-follow.
4654 (debugger-setup-buffer): Use eval-buffer-list
4655 to handle eval-buffer frames.
4656
4657 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4658
4659 * timezone.el (timezone-parse-date): Change first regexp
4660 so it will not mistakenly match dates with no time zone.
4661
4662 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4663
4664 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4665
4666 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4667
4668 * custom.el (custom-initialize-safe-set)
4669 (custom-initialize-safe-default): New functions.
4670
4671 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4672 and simplify :init-value.
4673
4674 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4675 and simplify :init-value. Delete obsolete comment.
4676
4677 * startup.el (command-line): Use `custom-reevaluate-setting' to
4678 handle `tooltip-mode'. Delete obsolete comment.
4679
4680 * files.el (set-visited-file-name): Avoid calling
4681 `file-name-nondirectory' with a nil argument.
4682
4683 2005-07-09 Richard M. Stallman <rms@gnu.org>
4684
4685 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4686 was called with nil for the buffer, handle the read position right.
4687 Handle read position for eval-region, too.
4688
4689 2005-07-09 Juri Linkov <juri@jurta.org>
4690
4691 * fringe.el (fringe-mode): Add period in docstring.
4692 (fringe-query-style): Build prompt depending on `all-frames' arg.
4693
4694 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4695 to not create links to unrelated functions in the Help buffer.
4696
4697 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4698 Doc fix.
4699
4700 * simple.el (next-error-hook): New variable.
4701 (next-error): Use it. Doc fix.
4702
4703 * textmodes/ispell.el (ispell-command-loop): Add current
4704 dictionary name and program name to mode-line-format.
4705 (ispell-region, ispell-process-line): Add current dictionary name
4706 and program name to messages.
4707
4708 2005-07-08 Jay Belanger <belanger@truman.edu>
4709
4710 * calc/calc.el (calc-embedded-announce-formula-alist)
4711 (calc-embedded-open-close-formula-alist)
4712 (calc-embedded-open-close-word-alist)
4713 (calc-embedded-open-close-plain-alist)
4714 (calc-embedded-open-close-new-formula-alist)
4715 (calc-embedded-open-close-mode-alist)
4716 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4717 (calc-embedded-mode-hook): New variables.
4718
4719 * calc/calc-embed.el (calc-embedded-firsttime)
4720 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4721 New variables.
4722 (calc-do-embedded): Use calc-embedded-firsttime,
4723 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4724 determine whether or not to run hooks.
4725 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4726 calc-embedded-firsttime-formula appropriately.
4727 Set calc-embedded delimiter variables according to mode.
4728
4729 2005-07-08 Richard M. Stallman <rms@gnu.org>
4730
4731 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4732 Check for "emacs", etc., as entire symbol, not just as word.
4733 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4734
4735 * files.el (set-visited-file-name): Report the error
4736 for "empty filename" earlier.
4737 (kill-some-buffers): Ignore buffers already dead.
4738
4739 * fringe.el (fringe-mode): Doc fix.
4740
4741 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4742 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4743 Use unwind-protect to ensure byte-compile-unresolved-functions
4744 is updated.
4745
4746 * whitespace.el (whitespace-buffer-leading-cleanup):
4747 Simplify w/ skip-chars-forward.
4748 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4749
4750 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4751 Unconditionally try to leave point at the same old place.
4752
4753 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4754
4755 * comint.el (comint-postoutput-scroll-to-bottom)
4756 (comint-show-maximum-output): Take scroll-margin into consideration.
4757
4758 2005-07-08 Kim F. Storm <storm@cua.dk>
4759
4760 * ido.el (ido-use-filename-at-point): New choice `guess'.
4761 (ido-file-internal): Try ffap-guesser if selected.
4762
4763 * ido.el (ido-before-fallback-functions): New hook.
4764 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4765 (ido-read-file-name): Run it.
4766
4767 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4768
4769 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4770 strings rather than a list of symbols to the completion function.
4771
4772 2005-07-07 Jay Belanger <belanger@truman.edu>
4773
4774 * calc/calc-units.el (math-apply-units): Change the places in
4775 which units are simplified.
4776
4777 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4778
4779 * cus-edit.el (customize-option, customize-option-other-window):
4780 Make them handle aliases.
4781
4782 * custom.el (custom-variable-p): Make it recursively follow
4783 aliases. Mention that in the docstring.
4784
4785 2005-07-07 Richard M. Stallman <rms@gnu.org>
4786
4787 * cus-start.el (exec-path): Use `directory' instead of `file'.
4788 Fix tag for nil.
4789
4790 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4791
4792 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4793 when called non-interactively. Doc fix.
4794
4795 2005-07-07 Lute Kamstra <lute@gnu.org>
4796
4797 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4798 new address as well.
4799
4800 2005-07-07 Kenichi Handa <handa@m17n.org>
4801
4802 * international/mule.el (make-coding-system):
4803 Describe `ascii-incompatible' property in the docstring.
4804 (set-file-name-coding-system): Signal an error if coding-system is
4805 ascii-incompatible.
4806 (set-keyboard-coding-system): Likewise.
4807
4808 * international/mule-cmds.el (set-default-coding-systems):
4809 Don't set default-file-name-coding-system and
4810 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4811
4812 * international/utf-16.el: Declare that all UTF-16-based coding
4813 systems are ASCII-incompatible.
4814
4815 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4816
4817 * progmodes/gud.el: Require font-lock for displaying errors.
4818 Used by gdb-ui.el.
4819
4820 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4821
4822 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4823 values for the pattern lists which are `read'able but not
4824 `append'able (like symbols).
4825
4826 2005-07-06 Richard M. Stallman <rms@gnu.org>
4827
4828 * progmodes/flymake.el (flymake-float-time): Instead of
4829 with-no-warnings, test for xemacs.
4830 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4831 to avoid warning.
4832
4833 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4834
4835 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4836
4837 2005-07-05 Lute Kamstra <lute@gnu.org>
4838
4839 * battery.el: Add support for Darwin (with much debugging help
4840 from Samuel Lauber <sam124@operamail.com>).
4841 (battery-status-function, battery-echo-area-format)
4842 (battery-mode-line-format): Add support for pmset on Darwin.
4843 (battery-load-low, battery-load-critical): New user options.
4844 (battery-pmset): New function.
4845
4846 2005-07-05 Lute Kamstra <lute@gnu.org>
4847
4848 Update FSF's address in GPL notices.
4849
4850 * textmodes/page-ext.el: Update FSF's address.
4851
4852 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4853
4854 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4855 filling from using prefix when filling a single-line docstring.
4856
4857 * progmodes/flymake.el: Remove useless eval-when-compile.
4858
4859 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4860
4861 2005-07-04 Richard M. Stallman <rms@gnu.org>
4862
4863 * textmodes/org.el (org-file-apps-defaults-gnu):
4864 Rename from org-file-apps-defaults-linux.
4865 (org-default-apps): Don't test system-type for `linux'.
4866 (org-file-apps): Doc fix.
4867
4868 2005-07-04 David Ponce <david@dponce.com>
4869
4870 * tree-widget.el: Improve header Commentary section.
4871 (tree-widget) [defgroup]
4872 (tree-widget-image-enable, tree-widget-themes-directory)
4873 (tree-widget-theme, tree-widget-image-properties-emacs)
4874 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4875 (tree-widget-image-formats, tree-widget-control)
4876 (tree-widget-empty-control, tree-widget-leaf-control
4877 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4878 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4879 (tree-widget-keep, tree-widget-after-toggle-functions)
4880 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4881 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4882 :help-echo message.
4883 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4884 (tree-widget-image-properties): Doc fix. Clearer implementation.
4885 (tree-widget--cursors): New constant.
4886 (tree-widget-lookup-image): New function split from
4887 `tree-widget-find-image'. Clearer implementation.
4888 (tree-widget-find-image): Use it.
4889 (tree-widget-button-keymap): Use `set-keymap-parent'.
4890 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4891 Define the sub-widgets here.
4892 (tree-widget-node): Check that :node is not a tree-widget.
4893 (tree-widget-get-super, tree-widget-open-control)
4894 (tree-widget-close-control, tree-widget-empty-control)
4895 (tree-widget-leaf-control, tree-widget-guide)
4896 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4897 (tree-widget-no-handle, tree-widget-value-delete)
4898 (tree-widget-map): Remove.
4899 (tree-widget-children-value-save): Doc fix. Simplified.
4900 (tree-widget-value-create): Update according to previous changes.
4901
4902 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4903
4904 * textmodes/org.el: Leading space replaced by TABS.
4905 (org-recalc-marks, org-table-rotate-recalc-marks)
4906 (org-table-get-specials): Treat "^" and "_" marks.
4907 (org-table-justify-field-maybe): Optional argument NEW.
4908 (org-table-eval-formula): Parsing of the format simplified.
4909 New modes C,I. Honor the %= parameter in the current table.
4910 Avoid unnecessary re-align by using the NEW argument to
4911 `org-table-justify-field-maybe'.
4912 (org-calc-default-modes): Default for date-format mimicks org-mode.
4913 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4914
4915 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4916
4917 * cus-face.el (custom-theme-set-faces): Make it handle face
4918 aliases whose alias declarations are pre- or autoloaded.
4919
4920 2005-07-04 Juri Linkov <juri@jurta.org>
4921
4922 * faces.el (read-face-name): Put the code for getting a face name
4923 from the buffer before adding the faces from the `face' property.
4924 Use `completing-read-multiple' instead of `completing-read'.
4925 Require `crm'. Add default value and post-process the returned
4926 list of faces.
4927
4928 * emacs-lisp/crm.el (crm-find-current-element)
4929 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4930
4931 * emacs-lisp/lisp-mode.el (eval-defun-1):
4932 * emacs-lisp/edebug.el (edebug-eval-defun):
4933 Remove unnecessary quotes.
4934
4935 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4936
4937 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4938 (prolog-indent-level): Fix typo in docstring.
4939
4940 * info.el (Info-history, Info-history-forward)
4941 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4942
4943 * add-log.el (add-change-log-entry):
4944 * comint.el (comint-dynamic-list-input-ring)
4945 (comint-dynamic-list-completions):
4946 * dabbrev.el (dabbrev-expand):
4947 * delim-col.el (delimit-columns-rectangle-line):
4948 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4949 (diff-unified->context):
4950 * ediff-init.el (ediff-abbrev-jobname):
4951 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4952 (ediff-replace-session-activity-marker-in-meta-buffer):
4953 * info.el (Info-summary):
4954 * lpr.el (printify-region):
4955 * printing.el (pr-create-interface):
4956 * ps-print.el (ps-print-quote):
4957 * ses.el (ses-column-widths, ses-print-cell)
4958 (ses-adjust-print-width, ses-center):
4959 * shell.el (shell-file-name-quote-list):
4960 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4961 (strokes-fill-current-buffer-with-whitespace)
4962 (strokes-xpm-for-stroke, strokes-list-strokes)
4963 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4964 * term.el (term-dynamic-list-input-ring)
4965 (term-dynamic-list-completions):
4966 * calc/calc.el (math-format-stack-value):
4967 * emacs-lisp/edebug.el (edebug-display-freq-count):
4968 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4969 (delphi-new-comment-line):
4970 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4971 * progmodes/executable.el (executable-set-magic):
4972 * progmodes/python.el (inferior-python-mode):
4973 * progmodes/scheme.el (scheme-mode-syntax-table):
4974 * progmodes/sh-script.el (sh-maybe-here-document):
4975 * progmodes/sql.el (sql-copy-column):
4976 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4977 * textmodes/bibtex.el (bibtex-mode):
4978 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4979 (sgml-auto-attributes):
4980 * textmodes/table.el (table-insert, table-shorten-cell)
4981 (table--generate-source-scan-lines, table-delete-row)
4982 (*table--cell-delete-char, table--spacify-frame)
4983 (table--horizontally-shift-above-and-below)
4984 (table--cell-insert-char, table--cell-blank-str)
4985 (table--fill-region-strictly):
4986 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4987 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4988
4989 * add-log.el (change-log):
4990 * apropos.el (apropos):
4991 * comint.el (comint-completion, comint-source):
4992 * dabbrev.el (dabbrev):
4993 * delim-col.el (columns):
4994 * diff-mode.el (diff-mode):
4995 * ediff.el (ediff):
4996 * ediff-diff.el (ediff-diff):
4997 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4998 * ediff-mult.el (ediff-mult):
4999 * ediff-ptch.el (ediff-ptch):
5000 * ediff-wind.el (ediff-window):
5001 * facemenu.el (facemenu):
5002 * indent.el (indent):
5003 * info.el (info):
5004 * jka-cmpr-hook.el (compression, jka-compr):
5005 * lpr.el (lpr):
5006 * outline.el (outlines):
5007 * pcmpl-cvs.el (pcmpl-cvs):
5008 * pcmpl-rpm.el (pcmpl-rpm):
5009 * printing.el (printing):
5010 * ps-print.el (postscript, ps-print, ps-print-horizontal)
5011 (ps-print-vertical, ps-print-headers, ps-print-font)
5012 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
5013 (ps-print-background, ps-print-printer, ps-print-page)
5014 (ps-print-miscellany):
5015 * ses.el (ses):
5016 * shell.el (shell, shell-directories, shell-faces):
5017 * startup.el (initialization):
5018 * strokes.el (strokes):
5019 * term.el (term):
5020 * uniquify.el (uniquify):
5021 * w32-vars.el (w32):
5022 * calc/calc.el (calc):
5023 * emacs-lisp/bytecomp.el (bytecomp):
5024 * emacs-lisp/cl-indent.el (lisp-indent):
5025 * emacs-lisp/edebug.el (edebug):
5026 * emacs-lisp/elp.el (elp):
5027 * emacs-lisp/testcover.el (testcover):
5028 * emacs-lisp/trace.el (trace):
5029 * emulation/viper-ex.el (viper-ex):
5030 * emulation/viper-mous.el (viper-mouse):
5031 * mail/mailalias.el (mailalias):
5032 * mail/supercite.el (supercite, supercite-frames)
5033 (supercite-attr, supercite-cite, supercite-hooks):
5034 * net/rcompile.el (remote-compile):
5035 * net/rlogin.el (rlogin):
5036 * obsolete/ooutline.el (outlines):
5037 * progmodes/delphi.el (delphi):
5038 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
5039 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
5040 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
5041 (ebnf-optimization):
5042 * progmodes/etags.el (etags):
5043 * progmodes/executable.el (executable):
5044 * progmodes/idlwave.el (idlwave):
5045 * progmodes/pascal.el (pascal):
5046 * progmodes/prolog.el (prolog):
5047 * progmodes/python.el (python):
5048 * progmodes/scheme.el (scheme):
5049 * progmodes/sh-script.el (sh, sh-script):
5050 * progmodes/sql.el (SQL):
5051 * progmodes/tcl.el (tcl):
5052 * textmodes/bibtex.el (bibtex, bibtex-autokey):
5053 * textmodes/enriched.el (enriched):
5054 * textmodes/makeinfo.el (makeinfo):
5055 * textmodes/sgml-mode.el (sgml):
5056 * textmodes/table.el (table-hooks):
5057 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
5058 * textmodes/texinfo.el (texinfo):
5059 * textmodes/two-column.el (two-column):
5060 Finish `defgroup' description with period.
5061
5062 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
5063 * eshell/esh-var.el (eshell-var):
5064 * progmodes/vhdl-mode.el (vhdl-testbench):
5065 * textmodes/org.el (org): Fix typos in docstrings.
5066
5067 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
5068 consistency.
5069
5070 * progmodes/flymake.el (flymake-find-file): Remove.
5071 (flymake-float-time): Use `with-no-warnings'.
5072 (flymake-check-start-time, flymake-check-was-interrupted)
5073 (flymake-err-info, flymake-is-running, flymake-last-change-time)
5074 (flymake-new-err-info): `defvar' at compile time.
5075
5076 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
5077
5078 * replace.el (occur-hook): Doc fix.
5079 (occur-1): Don't call `occur-hook' if there are no matches.
5080
5081 2005-07-03 Richard M. Stallman <rms@gnu.org>
5082
5083 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
5084 global-map, save the same map.
5085 (global-map): Don't alter it at top level.
5086 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
5087 Then alter it here instead.
5088 (tpu-edt-off): Set global-map to the saved one.
5089
5090 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
5091 All references simplified.
5092 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
5093 (zmacs-regions): Add defvar.
5094 (repeat-complex-command-map): Everything about that deleted.
5095
5096 * textmodes/artist.el (artist-key-is-drawing)
5097 (artist-key-endpoint1, artist-key-poly-point-list)
5098 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
5099 (artist-key-compl-table, artist-rb-save-data)
5100 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
5101 Don't put them in eval-when-compile.
5102 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
5103
5104 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
5105 Use with-no-warnings.
5106
5107 * net/browse-url.el (dos-windows-version): Add defvar.
5108
5109 * mail/supercite.el (filladapt-prefix-table): Add defvar.
5110
5111 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
5112 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
5113 (rmail-new-summary-line-count): Rename from new-summary-line-count.
5114 Add defvar.
5115 (rmail-summary-beginning-of-message): Use with-no-warnings.
5116 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
5117
5118 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
5119 Use with-no-warnings.
5120
5121 * emulation/vi.el (vi-mark-region): Use c-mark-function.
5122 (c-mark-function): Add point-moving-unit property.
5123 (vi-goto-line): Use with-no-warnings.
5124
5125 * emulation/edt.el (edt-last-copied-word): Add defvar.
5126 (zmacs-region-stays): Likewise.
5127 (edt-mark-section-wisely): Use c-mark-function for C.
5128 Use makr-defun for Fortran.
5129 (time-string): defvar deleted.
5130 (edt-display-the-time): Don't set time-string.
5131
5132 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
5133
5134 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
5135 Don't warn when name is not constant
5136 or for defining the group `emacs'.
5137
5138 * tooltip.el (gud-tooltip-mode): Add defvar.
5139
5140 * startup.el (default-frame-background-mode): Add defvar.
5141
5142 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
5143
5144 * info.el (tool-bar-map): Add defvar.
5145
5146 * dired.el (dnd-protocol-alist): Add defvar.
5147
5148 * dired-aux.el (dired-query): Display question with answer, when
5149 the user answers.
5150
5151 * custom.el (custom-add-option): Doc fix.
5152
5153 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
5154
5155 2005-07-03 Eli Zaretskii <eliz@gnu.org>
5156
5157 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
5158 bogus name from the last change.
5159
5160 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
5161
5162 * custom.el (custom-declare-variable): Fix typos in comment.
5163 (custom-known-themes): Doc fix.
5164 (custom-theme-directory): New defcustom.
5165 (require-theme): Make it check `custom-theme-directory'.
5166
5167 * cus-theme.el (custom-new-theme-mode): New function.
5168 (custom-theme-name, custom-theme-variables, custom-theme-faces)
5169 (custom-theme-description): Add compiler defvars.
5170 (customize-create-theme): Add doc to the "*New Custom Theme*"
5171 buffer. Use `custom-new-theme-mode'.
5172 (custom-theme-write): Put the created buffer in emacs-lisp-mode
5173 and save it to the `custom-theme-directory'. Make this the
5174 default directory of the buffer.
5175
5176 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
5177
5178 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
5179 Fix unbalanced parentheses.
5180
5181 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5182
5183 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
5184 into flymake-mode and delegate to flymake-mode.
5185
5186 * find-file.el (ff-which-function-are-we-in): Clean up.
5187
5188 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
5189
5190 * replace.el (occur-rename-buffer): Fix docstring.
5191
5192 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
5193 (edt-last-copied-word, edt-learn-macro-count)
5194 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
5195 (edt-rect-start-point, edt-user-global-map, rect-start-point)
5196 (time-string, zmacs-region-stays):
5197 * emulation/edt-mapper.el (edt-save-function-key-map)
5198 (EDT-key-name): `defvar' to silence the byte-compiler.
5199
5200 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
5201
5202 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
5203 font-lock-regexp-backslash. Doc fix.
5204 (font-lock-regexp-backslash-grouping-construct): Rename from
5205 font-lock-regexp-backslash-construct. Doc fix.
5206 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
5207 grouping constructs.
5208
5209 2005-07-02 Eli Zaretskii <eliz@gnu.org>
5210
5211 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
5212 updating all the prerequisites.
5213
5214 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
5215
5216 * textmodes/org.el (org-agenda-start-on-weekday)
5217 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
5218 (org-agenda-use-time-grid, org-archive-location)
5219 (org-allow-space-in-links, org-usenet-links-prefer-google)
5220 (org-enable-table-editor, org-export-default-language)
5221 (org-export-html-show-new-buffer, org-fill-paragraph)
5222 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
5223 (org-goto-quit, org-occur, org-eval-in-calendar)
5224 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
5225 (org-agenda-diary-entry, org-remember-help)
5226 (org-table-convert-region, org-at-table-p)
5227 (org-table-move-row-down, org-table-move-row-up)
5228 (org-table-copy-region, org-table-toggle-vline-visibility)
5229 (org-table-get-stored-formulas, org-table-get-specials)
5230 (org-recalc-commands, org-table-eval-formula)
5231 (org-table-formula-substitute-names, orgtbl-make-binding)
5232 (org-format-org-table-html, org-format-table-table-html)
5233 (org-format-table-table-html-using-table-generate-source)
5234 (org-customize): Fix typos in docstrings.
5235 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
5236 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
5237 (org-back-to-heading): Doc fixes.
5238 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
5239 (org-agenda-change-all-lines, org-get-header):
5240 Improve argument/docstring consistency.
5241 (orgtbl-error): Fix error message.
5242
5243 * progmodes/flymake.el (flymake-find-possible-master-files)
5244 (flymake-master-file-compare, flymake-get-line-err-count)
5245 (flymake-highlight-line, flymake-gui-warnings-enabled):
5246 Fix typos in docstrings.
5247 (flymake-parse-line, flymake-get-project-include-dirs-function)
5248 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
5249 Doc fixes.
5250 (flymake-get-project-include-dirs-function)
5251 (flymake-make-err-menu-data):
5252 Improve argument/docstring consistency.
5253
5254 2005-07-01 Lute Kamstra <lute@gnu.org>
5255
5256 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
5257 Catch errors with ignore-errors. Use temporary buffer.
5258 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
5259
5260 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
5261 background color faces.
5262 (facemenu-set-foreground, facemenu-set-background):
5263 Use facemenu-set-face-from-menu.
5264 (facemenu-set-face-from-menu): Treat face names that start with
5265 "fg:" or "bg:" as special.
5266 (facemenu-add-new-color): Don't create faces. Simplify.
5267
5268 2005-06-30 Richard M. Stallman <rms@gnu.org>
5269
5270 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
5271 (crm-find-current-element): Likewise.
5272
5273 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
5274
5275 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
5276
5277 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5278
5279 * arc-mode.el (archive-extract): Make it work as a mouse binding.
5280 (archive-mouse-extract): Make it an obsolete alias.
5281 (archive-mode-map): Don't use archive-mouse-extract any more.
5282 (archive-mode, archive-extract): write-contents-hooks ->
5283 write-contents-functions.
5284 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
5285 first arg.
5286 (archive-rename-entry): Update the call.
5287 (archive-zip-summarize): Remove unused var `method'.
5288 (archive-lzh-summarize): Remove unused var `creator'.
5289
5290 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
5291 dedicated frame upon exit.
5292
5293 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
5294 (archive-zip-extract, archive-zip-expunge)
5295 (archive-zip-update, archive-zip-update-case): Use executable-find.
5296 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
5297 Use restore-buffer-modified-p.
5298 (archive-extract, archive-add-new-member, archive-write-file-member):
5299 Use with-current-buffer.
5300 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
5301
5302 2005-06-30 Andreas Schwab <schwab@suse.de>
5303
5304 * progmodes/gud.el (gud-filter): Remove unneeded progn.
5305
5306 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5307
5308 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
5309
5310 2005-06-30 Juri Linkov <juri@jurta.org>
5311
5312 * faces.el (vertical-border): Inherit from mode-line-inactive
5313 only on tty.
5314
5315 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
5316
5317 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
5318 example, -NLINES in the `occur' docstring).
5319
5320 * replace.el (occur-1): When no matches are found, do not set the
5321 `buffer-read-only' and modified flags for the occur buffer,
5322 because it is deleted.
5323
5324 * emulation/cua-base.el (cua-check-pending-input)
5325 (cua-repeat-replace-region, cua-mode, cua-debug)
5326 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5327 Fix typos in docstrings.
5328
5329 * emulation/cua-gmrk.el (cua-toggle-global-mark)
5330 (cua-cut-region-to-global-mark)
5331 (cua--cut-rectangle-to-global-mark):
5332 Remove period from end of messages.
5333
5334 * emulation/cua-rect.el (cua-do-rectangle-padding):
5335 Remove period from end of messages.
5336 (cua--rectangle-seq-format): Fix typo in docstring.
5337 (cua-sequence-rectangle, cua-fill-char-rectangle):
5338 Improve argument/docstring consistency.
5339
5340 2005-06-29 Juri Linkov <juri@jurta.org>
5341
5342 * faces.el (default-frame-background-mode): New internal variable.
5343 (frame-set-background-mode): Use it.
5344
5345 * startup.el (normal-top-level): Set default-frame-background-mode
5346 instead of frame-background-mode. Before setting it, test for its
5347 nil value. Remove tests for frame-background-mode and frame
5348 parameter `reverse'. Add test for "unspecified-fg".
5349
5350 * term/xterm.el (xterm-rxvt-set-background-mode):
5351 * term/rxvt.el (rxvt-set-background-mode):
5352 Set default-frame-background-mode instead of frame-background-mode.
5353
5354 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5355
5356 * simple.el (set-variable): Warn about obsolete user variables.
5357
5358 * imenu.el (imenu--completion-buffer):
5359 * mouse.el (mouse-buffer-menu-alist):
5360 * msb.el (msb-invisible-buffer-p):
5361 * calendar/diary-lib.el (diary-header-line-format):
5362 * emacs-lisp/pp.el (pp-buffer):
5363 * progmodes/cperl-mode.el (cperl-do-auto-fill):
5364 * textmodes/picture.el (picture-replace-match):
5365 Change space constants followed by a sexp to "?\s ".
5366
5367 * play/decipher.el (decipher-loop-with-breaks):
5368 * textmodes/texinfo.el (texinfo-insert-@item): Change space
5369 constants "protected" from end of line by a comment to "?\s".
5370
5371 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5372
5373 * font-lock.el (save-buffer-state): Use `declare'.
5374
5375 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5376 reset the syntax-table to cperl-mode-syntax-table.
5377 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5378 "foo_print_bar" is not matched as a reserved keyword.
5379
5380 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
5381
5382 * textmodes/org.el (orgtbl-setup): New function, for delayed
5383 setup for the orgtbl commands.
5384 (org-calc-default-modes): New option.
5385 (orgtbl-make-binding): Use `defun' to get better help display.
5386 (org-diary): Call `org-compile-prefix-format'.
5387 (org-table-formula-substitute-names): New function.
5388 (org-agenda-day-view, org-agenda-week-view): New commands.
5389 (org-agenda-toggle-week-view): Command removed.
5390 (org-tbl-menu): Split off from org-org-menu.
5391 (org-mode): Move removal of outline-mode menus to here.
5392 (org-table-formula-debug): New option.
5393 (org-table-insert-row): Keep first field if just "#" or "*".
5394 (org-mode): Paragraph regexps fixed.
5395 (org-table-recalculate-regexp): New constant.
5396 (org-table-justify-field-maybe): Avoid replace if not necessary.
5397 (org-copy-special, org-cut-special): Use `call-interactively'.
5398 (org-table-copy-region): Take region from `interactive' call.
5399 (org-trim): Return string even if no match.
5400 (org-formula): New face.
5401 (org-set-font-lock-defaults): No longer highlight "FIXME".
5402 But highlight formula-related fields in table.
5403 (org-table-p): Use regexp, not fontification.
5404 (org-table-align): Handle white space at end of line.
5405 (org-table-formula-evaluate-inline): New option.
5406 (org-mode): Auto-wrapping in comment lines turned off.
5407 (org-table-copy-down): Evaluate only in copied field, not in
5408 destination.
5409 (org-table-current-formula): Variable removed.
5410 (org-table-store-formulas, org-table-get-stored-formulas)
5411 (org-table-modify-formulas, org-table-replace-in-formulas)
5412 (org-table-maybe-eval-formula): New functions.
5413 (org-table-get-formula): Modify to use stored formulas.
5414 (org-table-insert-column, org-table-delete-column)
5415 (org-table-move-column): Call `org-table-modify-formulas'.
5416 (org-complete): Add completion for keyword formulas.
5417 (orgtbl-mode): Pull orgtbl-mode-map to start of
5418 minor-mode-map-alist.
5419
5420 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5421
5422 * progmodes/python.el (python-check): Require `compile' before
5423 modifying its variables.
5424
5425 * newcomment.el (comment-indent-default): Don't get fooled by an early
5426 end of buffer.
5427
5428 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5429
5430 * ps-print.el (ps-print-version): Fix version number.
5431
5432 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
5433
5434 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5435
5436 2005-06-28 Richard M. Stallman <rms@gnu.org>
5437
5438 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5439 (flyspell-local-mouse-map): Declaration deleted.
5440 (flyspell-mouse-map): Bind only mouse-2.
5441 (flyspell-mode-map): Don't test flyspell-use-local-map.
5442 (flyspell-overlay-keymap-property-name): Var deleted.
5443 (flyspell-mode-on): Don't make local bindings for
5444 flyspell-mouse-map and flyspell-mode-map.
5445 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5446
5447 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5448
5449 * progmodes/compile.el (compilation-next-error-function):
5450 Don't switch buffers; operate on the current buffer.
5451
5452 * progmodes/compile.el (compilation-error-file-name)
5453 (compilation-warning-file-name, compilation-info-file-name)
5454 (compilation-line-number, compilation-column-number): New faces.
5455 (compilation-error-face, compilation-warning-face)
5456 (compilation-info-face, compilation-line-face)
5457 (compilation-column-face): Use them.
5458
5459 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5460
5461 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5462
5463 * bindings.el (global-map): Bind insertchar and its variants.
5464
5465 2005-06-27 Richard M. Stallman <rms@gnu.org>
5466
5467 * textmodes/artist.el (artist-text-overwrite)
5468 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5469
5470 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5471
5472 * ps-print.el: It was not working the page selection for printing.
5473 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5474 (ps-print-version): New version 6.6.7.
5475 (ps-end-sheet): New fun.
5476 (ps-header-sheet, ps-end-job): Call it.
5477
5478 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5479
5480 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5481
5482 2005-06-27 Lute Kamstra <lute@gnu.org>
5483
5484 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5485 background color faces.
5486 (facemenu-get-face): Delete function.
5487 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5488 (facemenu-add-new-color): Make second argument mandatory.
5489 Create the appropriate face and return it. Simplify.
5490 (facemenu-set-foreground, facemenu-set-background): Don't check if
5491 color is defined. Use return value of facemenu-add-new-color.
5492
5493 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5494
5495 * progmodes/gud.el (gud-filter): Add missing argument to
5496 with-selected-window.
5497
5498 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5499
5500 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5501 a :require to the defcustom.
5502
5503 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5504 defcustoms corresponding to minor modes.
5505
5506 2005-06-26 David Ponce <david@dponce.com>
5507
5508 * recentf.el: Require tree-widget instead of wid-edit.
5509 (recentf-filename-handler): Fix widget :type.
5510 (recentf-cancel-dialog, recentf-open-more-files)
5511 (recentf-open-files-action): Doc fix.
5512 (recentf-dialog-goto-first): New function.
5513 (recentf-dialog-mode-map): Set parent keymap first.
5514 (recentf-dialog-mode): Define with define-derived-mode.
5515 Don't display continuation lines in dialogs.
5516 (recentf-edit-list): Rename from recentf-edit-selected-items.
5517 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5518 Simplify.
5519 (recentf-edit-list-validate): New function.
5520 (recentf-edit-list): Update accordingly.
5521 (recentf-open-files-item-shift): Remove.
5522 (recentf-open-files-item): Convert menu elements into tree and
5523 link widgets. Don't create the widgets.
5524 (recentf-open-files): Update accordingly.
5525 (recentf-save-list): Untabify.
5526
5527 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5528
5529 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5530 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5531 partially contained in the active region. Do not take active
5532 region into account when called from Lisp, unless INTERACTIVE arg
5533 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5534 avoid trouble with fields. Make marker point nowhere when no
5535 longer used. Always return nil. Doc fix.
5536 (flush-lines): Add INTERACTIVE arg. Do not take active region
5537 into account when called from Lisp, unless INTERACTIVE arg is
5538 non-nil. Use `forward-line' instead of `beginning-of-line' to
5539 avoid trouble with fields. Make marker point nowhere when no
5540 longer used. Always return nil. Doc fix.
5541 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5542 interchangeable. Do not take active region into account when
5543 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5544 message in echo area when called from Lisp, unless INTERACTIVE arg
5545 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5546 Return the number of matches. Doc fix.
5547 (occur): Doc fix.
5548 (perform-replace): Make comment follow double space convention for
5549 the sake of `outline-minor-mode'.
5550
5551 * faces.el (facep): Doc fix.
5552
5553 2005-06-25 Richard M. Stallman <rms@gnu.org>
5554
5555 * facemenu.el (facemenu-enable-faces-p): New function.
5556 (facemenu-background-menu, facemenu-foreground-menu)
5557 (facemenu-face-menu): Add menu-enable property.
5558
5559 * jka-compr.el (jka-compr-insert-file-contents):
5560 Special handling if cannot find the uncompression program.
5561
5562 * cus-face.el (custom-face-attributes): Add autoload.
5563
5564 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5565 Bind comment-indent-function locally.
5566
5567 * window.el (save-selected-window): Use save-current-buffer.
5568
5569 * subr.el (with-selected-window): Use save-current-buffer.
5570
5571 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5572 and with-current-buffer.
5573
5574 2005-06-24 Richard M. Stallman <rms@gnu.org>
5575
5576 * simple.el (line-move-1): Fix previous change.
5577
5578 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5579
5580 * replace.el (occur-1): Set `buffer-read-only' and the
5581 buffer-modified flag before running `occur-hook' to protect
5582 against unintentional buffer switches that can lead to data loss.
5583
5584 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5585
5586 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5587 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5588 initial error.
5589
5590 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5591 after fresh input.
5592 (gdb-var-create-handler): Put name of expression in quotes.
5593
5594 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5595
5596 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5597 elements of RING in order, and without bogus nil elements.
5598
5599 2005-06-23 Richard M. Stallman <rms@gnu.org>
5600
5601 * simple.el (set-variable): Args renamed; doc fix.
5602 (line-move-1): When there are overlays around, use vertical-motion.
5603
5604 * faces.el (escape-glyph): Use brown against light background.
5605 (nobreak-space): Rename from no-break-space.
5606 Fix previous change.
5607
5608 * dired-aux.el (dired-do-copy): Fix arg prompt.
5609
5610 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5611
5612 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5613
5614 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5615 rather than "Distributor".
5616
5617 2005-06-23 Lute Kamstra <lute@gnu.org>
5618
5619 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5620 (debug-on-entry): Use it. New interactive declaration that uses
5621 function-called-at-point.
5622
5623 2005-06-23 Kim F. Storm <storm@cua.dk>
5624
5625 * subr.el (save-match-data): Add comment about using evaporate arg
5626 to set-match-data.
5627
5628 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5629
5630 * cus-edit.el (customize-face)
5631 (customize-face-other-window): Handle face aliases.
5632
5633 * faces.el (face-documentation, set-face-attribute)
5634 (face-spec-set): Handle face aliases.
5635
5636 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5637
5638 * help-mode.el (help-make-xrefs): If a symbol representing a face
5639 name is not followed by the word "face", it could still be a
5640 function or variable name, so don't bypass other checks.
5641
5642 2005-06-22 Juri Linkov <juri@jurta.org>
5643
5644 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5645 Replace aliased functions with calls where second arg `inherit' is t.
5646
5647 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5648
5649 * progmodes/gdb-ui.el (gdb-error): New variable.
5650 (gdb-error): New function.
5651 (gdb-annotation-rules): Act on error-begin and error annotations.
5652 (gdb-concat-output): Use font-lock-warning-face for errors.
5653
5654 2005-06-22 Miles Bader <miles@gnu.org>
5655
5656 * bindings.el (propertized-buffer-identification): Use renamed
5657 `Buffer-menu-buffer' face.
5658
5659 * faces.el (vertical-border): Rename from `vertical-divider'.
5660 (escape-glyph): Change dark-background color back to `cyan'.
5661
5662 2005-06-21 Juri Linkov <juri@jurta.org>
5663
5664 * faces.el (face-user-default-spec): Try getting `customized-face'
5665 prior to `saved-face'.
5666 (frame-background-mode): Refill docstring.
5667
5668 * emacs-lisp/lisp-mode.el (eval-defun-1):
5669 * emacs-lisp/edebug.el (edebug-eval-defun):
5670 Set `saved-face' temporarily to nil before calling form.
5671 Set `customized-face' to the new spec after that.
5672
5673 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5674
5675 * subr.el (1value, lambda, key-substitution-in-progress):
5676 Doc fixes.
5677
5678 * autoinsert.el (auto-insert-alist):
5679 * ses.el (ses-call-printer):
5680 * subr.el (noreturn):
5681 * emacs-lisp/lisp.el (check-parens):
5682 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5683 * net/browse-url.el (browse-url-mosaic):
5684 * progmodes/cc-defs.el (c-safe-scan-lists):
5685 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5686 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5687 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5688 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5689 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5690 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5691
5692 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5693
5694 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5695
5696 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5697
5698 * calendar/appt.el (appt-make-list): Activate the package, if
5699 not already active (for backwards compatibility).
5700
5701 2005-06-20 Kim F. Storm <storm@cua.dk>
5702
5703 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5704
5705 2005-06-20 Miles Bader <miles@gnu.org>
5706
5707 * faces.el (vertical-divider): New face.
5708
5709 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5710
5711 * simple.el (kill-whole-line): Doc fix.
5712 (next-error-buffer-p, next-error-find-buffer)
5713 (clone-indirect-buffer): Fix typos in docstrings.
5714 (comment-line-break-function): Doc fix: don't say variable
5715 is automatically buffer-local (it isn't).
5716
5717 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5718
5719 * net/tramp-ftp.el (top):
5720 * net/tramp-smb.el (top):
5721 * net/tramp-util.el (top):
5722 * net/tramp-uu.el (top):
5723 * net/tramp-vc.el (top):
5724 * net/tramp.el (top): Revert copyright years back to original
5725 ones. Tramp has a life outside GNU Emacs.
5726
5727 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5728
5729 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5730
5731 2005-06-18 Juri Linkov <juri@jurta.org>
5732
5733 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5734 end of first regexp to limit the match to the position between
5735 line number and source line with same separator character as used
5736 between file name and line number. In the second regexp limit
5737 mouse-face area to file name and line number by adding new group
5738 for them and referring it in HYPERLINK arg.
5739 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5740 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5741 previous line where grep markers may be already removed.
5742
5743 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5744
5745 * progmodes/ps-mode.el: Update version and maintainer's email address.
5746
5747 2005-06-18 Steve Youngs <steve@xemacs.org>
5748
5749 * net/browse-url.el (browse-url-browser-function)
5750 (browse-url-default-browser): Add firefox.
5751 (browse-url-firefox-program, browse-url-firefox-arguments)
5752 (browse-url-firefox-startup-arguments)
5753 (browse-url-firefox-new-window-is-tab): New defcustoms.
5754 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5755
5756 2005-06-17 Richard M. Stallman <rms@gnu.org>
5757
5758 * startup.el (command-line): Warn if specified user name has
5759 no home directory.
5760
5761 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5762 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5763
5764 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5765 Doc fixes.
5766
5767 * faces.el (underline): Try bold if terminal doesn't support underline.
5768
5769 * mail/sendmail.el (mail-setup-with-from): New variable.
5770 (mail-insert-from-field): New function.
5771 (sendmail-send-it): Call it.
5772 (mail-setup): Optionally call it here.
5773
5774 * term/linux.el: Call tty-no-underline.
5775
5776 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5777
5778 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5779
5780 2005-06-17 Miles Bader <miles@gnu.org>
5781
5782 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5783 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5784 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5785 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5786 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5787 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5788 Remove "-face" suffix from face names.
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 New backward-compatibility aliases for renamed faces.
5798 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5799 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5800 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5801 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5802 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5803 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5804 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5805 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5806 Use renamed ediff faces.
5807
5808 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5809 Remove "-face" suffix from face names.
5810 (eshell-test-ok-face, eshell-test-failed-face):
5811 New backward-compatibility aliases for renamed faces.
5812 (eshell-run-test): Use renamed eshell-test faces.
5813
5814 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5815 face name.
5816 (eshell-prompt-face): New backward-compatibility alias for renamed
5817 face.
5818 (eshell-emit-prompt): Use renamed eshell-prompt face.
5819
5820 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5821 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5822 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5823 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5824 Remove "-face" suffix from face names.
5825 (eshell-ls-directory-face, eshell-ls-symlink-face)
5826 (eshell-ls-executable-face, eshell-ls-readonly-face)
5827 (eshell-ls-unreadable-face, eshell-ls-special-face)
5828 (eshell-ls-missing-face, eshell-ls-archive-face)
5829 (eshell-ls-backup-face, eshell-ls-product-face)
5830 (eshell-ls-clutter-face):
5831 New backward-compatibility aliases for renamed faces.
5832 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5833
5834 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5835 Remove "-face" suffix from face name.
5836 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5837 instead of literal face.
5838
5839 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5840
5841 * emacs-lisp/warnings.el (display-warning, lwarn)
5842 (warning-minimum-log-level): Doc fixes.
5843 (warning-minimum-level, warning-minimum-log-level):
5844 Add :debug to :type choices.
5845
5846 * progmodes/ada-mode.el (ada-format-paramlist)
5847 (ada-get-indent-case, ada-check-matching-start)
5848 (ada-check-defun-name, ada-goto-matching-decl-start)
5849 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5850 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5851 (ada-make-subprogram-body): Follow error conventions.
5852 (ada-case-exception-file, ada-indent-comment-as-code)
5853 (ada-indent-handle-comment-special, ada-indent-renames)
5854 (ada-indent-return, ada-search-directories-internal)
5855 (ada-tab-policy, ada-case-exception-substring)
5856 (ada-other-file-alist, ada-matching-start-re)
5857 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5858 (ada-imenu-generic-expression, ada-compile-goto-error)
5859 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5860 (ada-popup-menu, ada-add-extensions, ada-mode)
5861 (ada-region-selected, ada-create-case-exception)
5862 (ada-create-case-exception-substring, ada-after-keyword-p)
5863 (ada-activate-keys-for-case, ada-adjust-case-region)
5864 (ada-adjust-case-buffer, ada-format-paramlist)
5865 (ada-scan-paramlist, ada-insert-paramlist)
5866 (ada-indent-newline-indent)
5867 (ada-indent-newline-indent-conditional)
5868 (ada-justified-indent-current, ada-goto-previous-word)
5869 (ada-indent-current, ada-get-indent-open-paren)
5870 (ada-get-indent-paramlist, ada-get-indent-end)
5871 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5872 (ada-get-indent-block-start, ada-get-indent-subprog)
5873 (ada-get-indent-noindent, ada-get-indent-label)
5874 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5875 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5876 (ada-goto-stmt-end, ada-goto-next-word)
5877 (ada-check-matching-start, ada-check-defun-name)
5878 (ada-goto-matching-decl-start, ada-goto-matching-start)
5879 (ada-goto-matching-end, ada-search-ignore-string-comment)
5880 (ada-in-decl-p, ada-looking-at-semi-or)
5881 (ada-looking-at-semi-private, ada-in-paramlist-p)
5882 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5883 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5884 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5885 (ada-previous-package, ada-create-menu)
5886 (ada-fill-comment-paragraph-justify)
5887 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5888 (ada-other-file-name, ada-last-which-function-line)
5889 (ada-last-which-function-subprog, ada-which-function)
5890 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5891 (ada-gen-treat-proc, ada-check-emacs-version)
5892 (ada-continuation-indent, ada-align-region-separate):
5893 Fix typos in docstrings.
5894 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5895
5896 2005-06-16 Lute Kamstra <lute@gnu.org>
5897
5898 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5899 conditionally.
5900
5901 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5902
5903 * comint.el (comint-replace-by-expanded-filename)
5904 (comint-prompt-regexp, comint-delimiter-argument-list)
5905 (comint-preinput-scroll-to-bottom):
5906 * info.el (Info-hide-cookies-node):
5907 * ls-lisp.el (ls-lisp-classify):
5908 * find-file.el (ff-search-directories, ff-special-constructs)
5909 (ff-find-other-file):
5910 * font-lock.el (font-lock-keywords):
5911 * shell.el (shell-prompt-pattern)
5912 (shell-dynamic-complete-functions, shell-mode)
5913 (shell-delimiter-argument-list):
5914 * term.el (term-replace-by-expanded-filename)
5915 (term-prompt-regexp, term-delimiter-argument-list):
5916 * woman.el (woman-ignore, woman0-if):
5917 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5918 * emacs-lisp/elint.el (elint-init-env):
5919 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5920 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5921 * language/ethio-util.el (ethio-tilde-escape)
5922 (ethio-use-three-dot-question):
5923 * net/zone-mode.el (zone-mode-load-time-setup):
5924 * progmodes/cc-align.el (c-lineup-argcont):
5925 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5926 * progmodes/cperl-mode.el (cperl-set-style-back):
5927 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5928 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5929 Fix spellings in docstrings.
5930
5931 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5932 * progmodes/modula2.el (m2-for): Fix spellings.
5933
5934 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5935
5936 * simple.el (undo-more): Don't use `format' on `error' arguments.
5937 Improve argument/docstring consistency.
5938 (pending-undo-list): Doc fix.
5939
5940 * smerge-mode.el (smerge-ensure-match):
5941 * emulation/vip.el (vip-ex):
5942 * net/zone-mode.el (zone-mode-update-serial):
5943 * progmodes/idlwave.el (idlwave-complete):
5944 * progmodes/vhdl-mode.el (vhdl-visit-file)
5945 (vhdl-compose-wire-components):
5946 Don't use `format' on `error' arguments.
5947
5948 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5949 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5950 (tooltip-help-tips): Fix typos in docstrings.
5951
5952 2005-06-16 David Ponce <david@dponce.com>
5953
5954 * tree-widget.el (tree-widget-value-create): Simplify last change.
5955
5956 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5957
5958 * ido.el (ido-incomplete-regexp): New variable.
5959 (ido-set-matches-1): Handle invalid-regexp error and set
5960 ido-incomplete-regexp.
5961 (ido-incomplete-regexp): New face.
5962 (ido-completions): Use it.
5963 (ido-complete, ido-exit-minibuffer, ido-completions):
5964 Handle incomplete regexps.
5965 (ido-completions): Add check for complete match when entering a regexp.
5966
5967 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5968
5969 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5970
5971 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5972
5973 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5974 by field delimiters.
5975
5976 2005-06-15 David Ponce <david@dponce.com>
5977
5978 * tree-widget.el: eval-and-compile inlined functions so they will
5979 be available at run-time too.
5980 (tree-widget-super-format-handler)
5981 (tree-widget-format-handler): Remove.
5982 (tree-widget-value-create): Handle the :indent property.
5983
5984 2005-06-15 Miles Bader <miles@gnu.org>
5985
5986 * progmodes/which-func.el (which-func): Only inherit
5987 `font-lock-function-name-face' when that makes sense against the
5988 default mode-line face, otherwise set the face color explicitly.
5989
5990 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5991 faces instead of (non-existent) variables.
5992
5993 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5994
5995 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5996 (iswitchb-get-matched-buffers): Likewise. Simplify.
5997
5998 2005-06-14 Miles Bader <miles@gnu.org>
5999
6000 * progmodes/ld-script.el (ld-script-location-counter):
6001 Remove "-face" suffix from face name.
6002 (ld-script-location-counter-face):
6003 New backward-compatibility alias for renamed face.
6004 (ld-script-location-counter-face): Use renamed face.
6005
6006 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
6007 (cperl-hash): Remove "-face" suffix from face names.
6008 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
6009 New backward-compatibility aliases for renamed faces.
6010 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
6011 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
6012
6013 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
6014 name.
6015 (which-func-face): New backward-compatibility alias for renamed face.
6016 (which-func-format): Use renamed which-func face.
6017
6018 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
6019 (vhdl-function, vhdl-directive, vhdl-reserved-word)
6020 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
6021 names.
6022 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
6023 (vhdl-speedbar-configuration, vhdl-speedbar-package)
6024 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
6025 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
6026 (vhdl-speedbar-architecture-selected)
6027 (vhdl-speedbar-configuration-selected)
6028 (vhdl-speedbar-package-selected)
6029 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
6030 names.
6031 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
6032 Use renamed faces.
6033 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
6034 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
6035 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
6036 Use renamed faces.
6037 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
6038 names.
6039 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
6040 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
6041 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
6042 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
6043 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
6044 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
6045
6046 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
6047 face name.
6048 (sh-heredoc-face): New backward-compatibility alias for renamed face.
6049 (sh-heredoc-face): Use renamed sh-heredoc face.
6050
6051 * progmodes/idlw-help.el (idlwave-help-link):
6052 Remove "-face" suffix from face name.
6053 (idlwave-help-link-face):
6054 New backward-compatibility alias for renamed face.
6055 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
6056
6057 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
6058 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
6059 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
6060 New backward-compatibility aliases for renamed faces.
6061 (idlwave-shell-disabled-breakpoint-face)
6062 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
6063
6064 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6065 Remove "-face" suffix from face names.
6066 (flymake-errline-face, flymake-warnline-face):
6067 New backward-compatibility aliases for renamed faces.
6068 (flymake-highlight-line): Use renamed flymake faces.
6069
6070 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6071 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
6072 (ebrowse-member-class, ebrowse-progress):
6073 Remove "-face" suffix from face names.
6074 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6075 (ebrowse-file-name-face, ebrowse-default-face)
6076 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6077 (ebrowse-progress-face):
6078 New backward-compatibility aliases for renamed faces.
6079 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
6080 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
6081 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
6082 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
6083
6084 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
6085 antlr-syntax)
6086 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
6087 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
6088 names.
6089 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
6090 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
6091 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
6092 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
6093 backward-compatibility aliases for renamed faces.
6094 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
6095 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
6096 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
6097 remove "font-lock-". Use renamed antlr-mode faces.
6098 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
6099 literal face-names with face variable references.
6100
6101 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
6102 face name.
6103 (Buffer-menu-buffer-face): New backward-compatibility alias for
6104 renamed face.
6105 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
6106
6107 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
6108
6109 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
6110 Eliminate "-face" suffix.
6111 (makefile-targets): Inherit from font-lock-function-name-face and
6112 eliminate "-face" suffix.
6113 (makefile-shell): Remove attributes and eliminate "-face" suffix.
6114 (makefile-*-font-lock-keywords): Append makefile-targets in rule
6115 actions, instead of prepending, to make it less visible.
6116 (makefile-previous-dependency, makefile-match-dependency):
6117 Don't match a target on a continuation line.
6118
6119 * files.el (auto-mode-alist): Put Makefile in gmake mode.
6120
6121 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
6122
6123 * progmodes/gdb-ui.el (menu): Re-order menu items.
6124 (gdb-tooltip-print): Respect tooltip-use-echo-area.
6125
6126 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
6127 Define in tooltip.el.
6128 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
6129 (gud-tooltip-tips): Respect tooltip-use-echo-area and
6130 gud-tooltip-echo-area.
6131
6132 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
6133 backward compatibility and make obsolete.
6134 (tooltip-help-tips): Use tooltip-use-echo-area.
6135 (tooltip-show-help-function): Rename to...
6136 (tooltip-show-help): ...this, because it is a function.
6137 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
6138
6139 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6140
6141 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
6142 (edebug-print-length, edebug-print-level, edebug-print-circle)
6143 (edebug-modify-breakpoint, edebug-eval-last-sexp)
6144 (edebug-eval-print-last-sexp): Doc fixes.
6145
6146 2005-06-14 Kim F. Storm <storm@cua.dk>
6147
6148 * ido.el (ido-mode): Make a new keymap every time we enable ido,
6149 as the coverage buffer/file/both may change.
6150
6151 2005-06-14 Lute Kamstra <lute@gnu.org>
6152
6153 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
6154 and run-mode-hooks. Simplify.
6155
6156 * mail/rmailedit.el (rmail-edit-mode):
6157 * progmodes/octave-inf.el (inferior-octave-mode):
6158 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
6159
6160 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
6161 and run-mode-hooks.
6162 (recentf-edit-list, recentf-open-files): Don't call
6163 kill-all-local-variables directly.
6164
6165 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
6166
6167 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
6168
6169 * emacs-lisp/byte-run.el (make-obsolete)
6170 (define-obsolete-function-alias): Rename arguments FUNCTION and
6171 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
6172 (make-obsolete-variable, define-obsolete-variable-alias):
6173 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
6174 respectively.
6175
6176 * isearchb.el (isearchb-activate):
6177 * pcvs.el (cvs-mode):
6178 * ses.el (ses-load):
6179 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
6180 * net/tramp.el (tramp-find-file-exists-command)
6181 (tramp-find-shell):
6182 * progmodes/ada-mode.el (ada-create-case-exception)
6183 (ada-create-case-exception-substring, ada-make-subprogram-body):
6184 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6185 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
6186 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
6187 * textmodes/org.el (org-promote, org-evaluate-time-range)
6188 (org-agenda-next-date-line, org-agenda-previous-date-line)
6189 (org-agenda-error, org-open-at-point, org-table-move-row)
6190 (org-format-table-table-html-using-table-generate-source)
6191 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
6192 * textmodes/reftex.el (reftex-access-scan-info):
6193 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
6194 (reftex-toc-promote-prepare): Follow error conventions.
6195
6196 * diff-mode.el (diff-mode): Fix typo in docstring.
6197
6198 * forms.el (forms--intuit-from-file): Fix reference to
6199 `forms-number-of-fields' in error message.
6200 (forms-print): Fix quoting in error message.
6201
6202 * forms.el (forms-mode):
6203 * emulation/vi.el (vi-goto-insert-state):
6204 * progmodes/flymake.el (flymake-new-err-info)
6205 (flymake-start-syntax-check-for-current-buffer)
6206 (flymake-simple-cleanup):
6207 * eshell/esh-var.el (eshell/export):
6208 * progmodes/gud.el (xdb):
6209 * textmodes/flyspell.el (flyspell-incorrect-hook)
6210 (flyspell-maybe-correct-transposition)
6211 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
6212
6213 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
6214
6215 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
6216 minibuffer prompt.
6217
6218 2005-06-13 Kim F. Storm <storm@cua.dk>
6219
6220 * subr.el (add-to-ordered-list): New defun.
6221
6222 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
6223 add cua--keymap-alist to emulation-mode-map-alists.
6224
6225 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6226
6227 * subr.el (complete-in-turn): New macro.
6228 (dynamic-completion-table, lazy-completion-table): Add debug info.
6229
6230 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
6231 in preference to face aliases.
6232
6233 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
6234 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
6235 Remove unused vars `start' and `firstline'.
6236 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
6237 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
6238
6239 2005-06-13 Eli Zaretskii <eliz@gnu.org>
6240
6241 * cus-start.el (all): Don't complain about missing GTK-related
6242 variables, unless either `gtk' is boundp or this isn't a
6243 `windows-nt' build.
6244
6245 2005-06-13 Lute Kamstra <lute@gnu.org>
6246
6247 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
6248 run-mode-hooks.
6249
6250 * ediff-mult.el (ediff-meta-mode):
6251 * ediff-util.el (ediff-mode): Use run-mode-hooks.
6252
6253 * ledit.el (ledit-mode): Use delay-mode-hooks.
6254
6255 * woman.el (woman-mode-line-format): Delete constant.
6256 (woman-mode-map): Initialize it properly.
6257 (woman-mode): Set mode-class property to special.
6258 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
6259 Set major-mode and mode-name. Don't set mode-line-format directly.
6260 (Man-getpage-in-background): Don't reference woman-mode-line-format.
6261
6262 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
6263 string argument obsolete.
6264
6265 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
6266
6267 * textmodes/org.el (org-CUA-compatible): New option.
6268 (org-disputed-keys): New variable.
6269 (org-key): New function.
6270 (orgtbl-make-binding): Add docstring to the created function.
6271 (org-mode): Set paragraph start/separate regexps.
6272 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
6273 (org-archive-location, org-archive-mark-done)
6274 (org-archive-stamp-time): New options.
6275 (org-archive-subtree): New command.
6276 (org-fill-paragraph): New function.
6277 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
6278 (org-fake-empty-table-line): Function removed.
6279 (org-format-org-table-html): Do not create empty table lines at
6280 separator lines. Improved table header treatment.
6281 (org-link-format): New option.
6282 (org-make-link): New function.
6283 (org-insert-link, org-store-link): Use org-make-link.
6284 (org-open-file): Quote file name for shell command, to allow
6285 spaces in file names.
6286 (org-link-regexp): Fix bug with mailto link.
6287 (org-link-maybe-angles-regexp, org-protected-link-regexp):
6288 New constants.
6289 (org-export-as-html): Deal with the optional angles around a link.
6290 Better treatment of file: links.
6291 (org-open-at-point): Replace @{ and @} with < and >.
6292 (org-run-mode-hooks): Function removed.
6293 (org-agenda-mode): No longer use `org-run-mode-hooks'.
6294
6295 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
6296
6297 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
6298 MI command -data-list-register-values.
6299 (gdb-post-prompt): Indent properly.
6300
6301 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
6302
6303 * hilit-chg.el (highlight-changes-colors): Rename from
6304 `highlight-changes-colours'.
6305 (highlight-changes-colours): Keep as obsolete alias.
6306 (highlight-changes-face-list): Doc fix.
6307 (hilit-chg-make-list): Use `highlight-changes-colors'.
6308
6309 2005-06-12 Mark A. Hershberger <mah@everybody.org>
6310
6311 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
6312 defun-prompt-regexp.
6313
6314 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6315
6316 * loadup.el: Don't say we are dumping under 2 names on windows-nt
6317 and cygwin.
6318
6319 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6320 Don't use an old loaddefs.el, as in Makefile.in.
6321
6322 2005-06-12 Lute Kamstra <lute@gnu.org>
6323
6324 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6325
6326 * man.el (Man-mode-map): Initialize it properly.
6327 (Man-mode): Set mode-class property to special.
6328
6329 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6330
6331 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6332
6333 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6334 A newline is needed in the docstring there.
6335
6336 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6337 Doc fixes.
6338
6339 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6340
6341 * printing.el: Doc fix. The menubar is no more changed when printing
6342 is loaded, it only changes when pr-menu-bind or pr-update-menus is
6343 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
6344 (pr-version): New version number (6.8.4).
6345 (pr-menu-bind): New command.
6346 (pr-update-menus): Docstring and code fix.
6347 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6348 Docstring fix.
6349 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6350 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6351
6352 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
6353
6354 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6355 "Returns" to "return", document useful return values, etc.
6356
6357 2005-06-11 Alan Mackenzie <acm@muc.de>
6358
6359 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6360 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6361 (adaptive-file-function): Minor amendment to doc-string.
6362
6363 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6364
6365 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
6366 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6367 Fix :type--it is `integer', not `string'.
6368
6369 * faces.el (modeline-highlight): Rename from (the erroneous)
6370 `modeline-higilight'.
6371
6372 2005-06-11 Lute Kamstra <lute@gnu.org>
6373
6374 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6375 lisp-interaction-mode-map but make it the parent.
6376 (edebug-eval-mode): Use define-derived-mode.
6377
6378 2005-06-11 Andreas Schwab <schwab@suse.de>
6379
6380 * bindings.el: Add binding of `ESC functionkey' for every
6381 `M-functionkey'.
6382 * hexl.el (hexl-mode-map): Likewise.
6383
6384 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
6385
6386 * progmodes/compile.el (compilation-error-regexp-alist-alist)
6387 [msft]: update regexp for newer msft compilers.
6388
6389 2005-06-10 Mark A. Hershberger <mah@everybody.org>
6390
6391 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6392 ATTLIST portions of included DTDs.
6393 (xml-parse-dtd): Eliminate use of inefficient match-data.
6394
6395 2005-06-10 Miles Bader <miles@gnu.org>
6396
6397 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6398 (mpuz-text): Remove "-face" suffix from face names.
6399 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6400 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6401 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6402
6403 * play/gomoku.el (gomoku-O, gomoku-X):
6404 Remove "-face" suffix from face names.
6405 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6406 New backward-compatibility aliases for renamed faces.
6407 (gomoku-font-lock-keywords): Use renamed gomoku faces.
6408
6409 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6410
6411 * thumbs.el: Fixes for changes of 2005-06-09.
6412 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6413 as a directory.
6414 (thumbs-thumbname): Remove directory separator from format string;
6415 `thumbs-thumbsdir' now returns a valid directory name.
6416 (thumbs-temp-dir): New defsubst.
6417 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6418 Use it.
6419
6420 * cus-edit.el (minibuffer):
6421 * files.el (make-backup-file-name-function):
6422 * filesets.el (filesets-external-viewers):
6423 * hilit-chg.el (highlight-changes-colours)
6424 (highlight-changes-face-list, highlight-changes-rotate-faces):
6425 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6426 * kmacro.el (kmacro-call-macro):
6427 * log-edit.el (log-edit-changelog-full-paragraphs):
6428 * mouse.el (mouse-1-click-follows-link):
6429 * skeleton.el (skeleton-autowrap):
6430 * subr.el (insert-for-yank-1):
6431 * tempo.el (tempo-insert-region):
6432 * terminal.el (terminal-emulator):
6433 * time.el (display-time-mail-face):
6434 * vc.el (vc-annotate):
6435 * vcursor.el (vcursor-copy-line):
6436 * woman.el (woman-bold-headings, woman-ignore)
6437 (woman-default-faces, woman-monochrome-faces):
6438 * calendar/todo-mode.el (todo-insert-threshold):
6439 * emulation/pc-select.el (pc-select-selection-keys-only)
6440 (pc-selection-mode):
6441 * emulation/vip.el (vip-find-char-forward):
6442 * emulation/viper-cmd.el (viper-find-char-forward):
6443 * international/mule-cmds.el
6444 (select-safe-coding-system-accept-default-p)
6445 (input-method-exit-on-invalid-key):
6446 * international/mule-diag.el (describe-coding-system):
6447 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6448 * net/browse-url.el (browse-url-xterm-program):
6449 * obsolete/lazy-lock.el (lazy-lock-mode):
6450 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6451 (cperl-mode):
6452 * progmodes/cpp.el (cpp-face-light-name-list)
6453 (cpp-face-dark-name-list):
6454 * progmodes/delphi.el (delphi-newline-always-indents):
6455 Fix spellings in docstrings.
6456
6457 * ido.el (ido-mode, ido-file-extensions-order)
6458 (ido-default-file-method, ido-default-buffer-method)
6459 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6460 (ido-decorations, ido-read-file-name-as-directory-commands)
6461 (ido-read-file-name-non-ido, ido-work-directory-list)
6462 (ido-ignore-item-temp-list, ido-current-directory)
6463 (ido-magic-forward-char, ido-enter-find-file)
6464 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6465 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6466
6467 2005-06-10 Lute Kamstra <lute@gnu.org>
6468
6469 * play/dunnet.el (dun-mode): Use define-derived-mode.
6470 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6471 obsolete alias.
6472
6473 * play/doctor.el (doctor-mode-map): Remove defvar.
6474 (doctor-mode): Use define-derived-mode.
6475
6476 * mail/mspools.el (mspools-mode):
6477 * net/eudc-hotlist.el (eudc-hotlist-mode):
6478 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6479
6480 2005-06-10 Miles Bader <miles@gnu.org>
6481
6482 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6483 Remove "-face" suffix from face names.
6484 (flyspell-incorrect-face, flyspell-duplicate-face):
6485 New backward-compatibility aliases for renamed faces.
6486 (flyspell-mode-on, make-flyspell-overlay)
6487 (flyspell-highlight-incorrect-region)
6488 (flyspell-highlight-duplicate-region)
6489 (flyspell-display-next-corrections)
6490 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6491
6492 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6493 from face name.
6494 (texinfo-heading-face): New backward-compatibility alias for
6495 renamed face.
6496 (texinfo-heading-face): Use renamed texinfo-heading face.
6497
6498 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6499 suffix from face names.
6500 (tex-math-face, tex-verbatim-face):
6501 New backward-compatibility aliases for renamed faces.
6502 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6503 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6504 literal face name.
6505
6506 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6507 name.
6508 (table-cell-face): New backward-compatibility alias for renamed face.
6509 (table--put-cell-face-property, table--update-cell-face):
6510 Use renamed table-cell face.
6511
6512 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6513 from face name.
6514 (sgml-namespace-face): New backward-compatibility alias for
6515 renamed face.
6516 (sgml-namespace-face): Use renamed sgml-namespace face.
6517
6518 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6519 (org-level-4, org-level-5, org-level-6, org-level-7)
6520 (org-level-8, org-warning, org-headline-done)
6521 (org-deadline-announce, org-scheduled-today)
6522 (org-scheduled-previously, org-link, org-done, org-table)
6523 (org-time-grid): Remove "-face" suffix from face names.
6524 (org-level-1-face, org-level-2-face, org-level-3-face)
6525 (org-level-4-face, org-level-5-face, org-level-6-face)
6526 (org-level-7-face, org-level-8-face, org-warning-face)
6527 (org-headline-done-face, org-deadline-announce-face)
6528 (org-scheduled-today-face, org-scheduled-previously-face)
6529 (org-link-face, org-done-face, org-table-face)
6530 (org-time-grid-face):
6531 New backward-compatibility aliases for renamed faces.
6532 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6533 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6534 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6535 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6536
6537 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6538 (viper-minibuffer-emacs, viper-minibuffer-insert)
6539 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6540 (viper-search-face, viper-replace-overlay-face)
6541 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6542 (viper-minibuffer-vi-face):
6543 New backward-compatibility aliases for renamed faces.
6544 (viper-search-face, viper-replace-overlay-face)
6545 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6546 (viper-minibuffer-vi-face): Use renamed viper faces.
6547
6548 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6549 Remove "-face" suffix from face names.
6550 (testcover-nohits-face, testcover-1value-face):
6551 New backward-compatibility aliases for renamed faces.
6552 (testcover-mark): Use renamed testcover faces.
6553
6554 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6555 face name.
6556 (diary-button-face): New backward-compatibility alias for renamed face.
6557 (diary-entry): Use renamed diary-button face.
6558
6559 * calendar/calendar.el (diary, calendar-today, holiday)
6560 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6561 (diary-face, calendar-today-face, holiday-face):
6562 New backward-compatibility aliases for renamed faces.
6563 (eval-after-load "facemenu", diary-entry-marker)
6564 (calendar-today-marker, calendar-holiday-marker, diary-face):
6565 Use renamed calendar faces.
6566
6567 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6568 (compare-windows-face): New backward-compatibility alias for
6569 renamed face.
6570 (compare-windows-highlight): Use renamed compare-windows face.
6571
6572 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6573 (strokes-char-face): New backward-compatibility alias for renamed face.
6574 (strokes-encode-buffer): Use renamed strokes-char face.
6575
6576 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6577 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6578 Remove "-face" suffix from face names.
6579 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6580 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6581 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6582 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6583 Use renamed pcvs faces.
6584 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6585 * pcvs-defs.el (cvs-mode-map): Likewise.
6586 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6587
6588 * info.el (info-title-1, info-title-2, info-title-3)
6589 (info-title-4): Remove "-face" suffix from and downcase face names.
6590 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6591 (Info-title-4-face):
6592 New backward-compatibility aliases for renamed faces.
6593 (Info-fontify-node): Use renamed info faces.
6594
6595 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6596 Remove "-face" suffix from face names.
6597 (highlight-changes-face, highlight-changes-delete-face):
6598 New backward-compatibility aliases for renamed faces.
6599 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6600 (hilit-chg-make-list): Use renamed highlight-changes faces.
6601
6602 * generic-x.el (show-tabs-tab, show-tabs-space):
6603 Remove "-face" suffix from face names.
6604 (show-tabs-tab-face, show-tabs-space-face):
6605 New backward-compatibility aliases for renamed faces.
6606 (show-tabs-generic-mode-font-lock-defaults-1)
6607 (show-tabs-generic-mode-font-lock-defaults-2):
6608 Use renamed show-tabs faces.
6609
6610 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6611 (smerge-markers): Remove "-face" suffix from face names.
6612 (smerge-mine-face, smerge-other-face, smerge-base-face)
6613 (smerge-markers-face):
6614 New backward-compatibility aliases for renamed faces.
6615 (smerge-mine-face, smerge-other-face, smerge-base-face)
6616 (smerge-markers-face): Use renamed smerge faces.
6617
6618 * log-view.el (log-view-file, log-view-message): Remove "-face"
6619 suffix from face names.
6620 (log-view-file-face, log-view-message-face):
6621 New backward-compatibility aliases for renamed faces.
6622 (log-view-file-face, log-view-message-face): Use renamed log-view
6623 faces.
6624
6625 * paren.el (show-paren-match, show-paren-mismatch):
6626 Remove "-face" suffix from face names.
6627 (show-paren-match-face, show-paren-mismatch-face):
6628 New backward-compatibility aliases for renamed faces.
6629 (show-paren-function): Use renamed show-paren faces.
6630
6631 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6632 (ruler-mode-margins, ruler-mode-fringes)
6633 (ruler-mode-column-number, ruler-mode-fill-column)
6634 (ruler-mode-comment-column, ruler-mode-goal-column)
6635 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6636 suffix from face names.
6637 (ruler-mode-default-face, ruler-mode-pad-face)
6638 (ruler-mode-margins-face, ruler-mode-fringes-face)
6639 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6640 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6641 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6642 New backward-compatibility aliases for renamed faces.
6643 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6644 (ruler-mode-column-number, ruler-mode-fill-column)
6645 (ruler-mode-comment-column, ruler-mode-goal-column)
6646 (ruler-mode-tab-stop, ruler-mode-current-column)
6647 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6648 faces.
6649
6650 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6651 face name.
6652 (whitespace-highlight-the-space): Use renamed face.
6653 (whitespace-highlight-face): New backward-compatibility alias for
6654 renamed face.
6655
6656 * woman.el (woman-italic, woman-bold, woman-unknown)
6657 (woman-addition, woman-symbol-face):
6658 Remove "-face" suffix from face names.
6659 (woman-italic-face, woman-bold-face, woman-unknown-face)
6660 (woman-addition-face):
6661 New backward-compatibility aliases for renamed faces.
6662 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6663 (woman-decode-region, woman-replace-match)
6664 (woman-display-extended-fonts, woman-special-characters)
6665 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6666 Use renamed woman faces.
6667
6668 * longlines.el (longlines-visible-face): Face removed.
6669
6670 * diff-mode.el (diff-header, diff-file-header, diff-index)
6671 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6672 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6673 suffix from face names.
6674 (diff-header-face, diff-file-header-face, diff-index-face)
6675 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6676 (diff-changed-face, diff-function-face, diff-context-face)
6677 (diff-nonexistent-face): New backward-compatibility aliases for
6678 renamed faces.
6679 (diff-header-face, diff-file-header-face)
6680 (diff-index, diff-index-face, diff-hunk-header)
6681 (diff-hunk-header-face, diff-removed, diff-removed-face)
6682 (diff-added, diff-added-face, diff-changed-face, diff-function)
6683 (diff-function-face, diff-context-face, diff-nonexistent)
6684 (diff-nonexistent-face): Use renamed diff-mode faces.
6685
6686 * progmodes/compile.el (compilation-warning-face)
6687 (compilation-info-face): Remove "-face" suffix from face names.
6688 (compilation-warning-face, compilation-info-face):
6689 New backward-compatibility aliases for renamed faces.
6690 (compilation-warning-face, compilation-info-face):
6691 Use renamed compilation faces.
6692
6693 * add-log.el (change-log-date, change-log-name)
6694 (change-log-email, change-log-file, change-log-list)
6695 (change-log-conditionals, change-log-function)
6696 (change-log-acknowledgement): Remove "-face" suffix from face names.
6697 (change-log-date-face, change-log-name-face)
6698 (change-log-email-face, change-log-file-face)
6699 (change-log-list-face, change-log-conditionals-face)
6700 (change-log-function-face, change-log-acknowledgement-face):
6701 New backward-compatibility aliases for renamed faces.
6702 (change-log-font-lock-keywords): Use renamed change-log faces.
6703
6704 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6705 (custom-set, custom-changed, custom-saved, custom-button)
6706 (custom-button-pressed, custom-documentation, custom-state)
6707 (custom-comment, custom-comment-tag, custom-variable-tag)
6708 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6709 (custom-group-tag): Remove "-face" suffix from face names.
6710 (custom-magic-alist, custom-magic-value-create)
6711 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6712 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6713 (custom-set-face, custom-changed-face, custom-saved-face)
6714 (custom-button-face, custom-button-pressed-face)
6715 (custom-documentation-face, custom-state-face)
6716 (custom-comment-face, custom-comment-tag-face)
6717 (custom-variable-tag-face, custom-variable-button-face)
6718 (custom-face-tag-face, custom-group-tag-face-1)
6719 (custom-group-tag-face):
6720 New backward-compatibility aliases for renamed faces.
6721
6722 * wid-edit.el (widget-documentation, widget-button)
6723 (widget-field, widget-single-line-field, widget-inactive)
6724 (widget-button-pressed): "-face" suffix removed from face names.
6725 (widget-documentation-face, widget-button-face)
6726 (widget-field-face, widget-single-line-field-face)
6727 (widget-inactive-face, widget-button-pressed-face):
6728 New backward-compatibility aliases for renamed faces.
6729 (widget-documentation-face, widget-button-face)
6730 (widget-button-pressed-face, widget-specify-field)
6731 (widget-specify-inactive): Use renamed widget faces.
6732
6733 2005-06-10 Kenichi Handa <handa@m17n.org>
6734
6735 * term/x-win.el (x-clipboard-yank): Remove condition-case
6736 wrapping.
6737
6738 2005-06-11 Kenichi Handa <handa@m17n.org>
6739
6740 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6741 date lines stricter.
6742
6743 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6744
6745 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6746 of x-get-selection.
6747
6748 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6749
6750 * comint.el (comint-mode, comint-snapshot-last-prompt):
6751 * frame.el (frame-current-scroll-bars):
6752 * term.el (term-mode, term-check-proc, term-input-sender)
6753 (term-simple-send, term-extract-string, term-word)
6754 (term-match-partial-filename):
6755 * window.el (window-current-scroll-bars):
6756 * emulation/cua-base.el (cua-normal-cursor-color)
6757 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6758 (cua-global-mark-cursor-color):
6759 * mail/undigest.el (rmail-forward-separator-regex):
6760 Fix typos in docstrings.
6761
6762 * comint.el (comint-check-proc, make-comint-in-buffer)
6763 (comint-source-default): Doc fixes.
6764
6765 * term.el (term-send-string): Improve argument/docstring consistency.
6766
6767 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6768
6769 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6770 call to `delete-region'.
6771 (comint-mode-hook): Do not enable Font Lock by default.
6772
6773 2005-06-09 Lute Kamstra <lute@gnu.org>
6774
6775 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6776 could be void.
6777
6778 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6779
6780 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6781 (debug): Use it.
6782 (debugger-step-through, debugger-continue, debugger-jump)
6783 (debugger-return-value): Set it when needed.
6784 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6785 Use inhibit-read-only.
6786
6787 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6788
6789 * window.el (shrink-window-if-larger-than-buffer)
6790 (window-size-fixed): Fix typo in docstring.
6791
6792 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6793 thumbnails directory on loading.
6794 (thumbs-conversion-program): Use `eq' to check the system type,
6795 not `equal'.
6796 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6797 not "/tmp". Fix docstring.
6798 (thumbs-thumbsdir): New function to return the thumbnails
6799 directory, creating it if needed.
6800 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6801 (thumbs-temp-file): Delete variable and make it into a function.
6802 (thumbs-resize-image, thumbs-modify-image): Use it.
6803 (thumbs-kill-buffer): Simplify.
6804 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6805 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6806 docstrings.
6807
6808 2005-06-09 Kim F. Storm <storm@cua.dk>
6809
6810 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6811 set-match-data to free markers in match-data.
6812
6813 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6814 match-data to unchain markers in match-data.
6815
6816 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6817
6818 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6819 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6820 unnecessary now.
6821
6822 2005-06-08 Richard M. Stallman <rms@gnu.org>
6823
6824 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6825 give the variable a doc string that doesn't say don't set it directly.
6826
6827 * textmodes/ispell.el (ispell-check-version):
6828 Use match-string-no-properties.
6829 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6830 (ispell-buffer-local-words): Likewise.
6831
6832 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6833 except on terminals with enough colors to really display it.
6834 (makefile-dependency-regex): Delete spurious `bb'.
6835
6836 * faces.el (escape-glyph): Use blue once again in last case.
6837 (no-break-space): Redefine so that it isn't invisible on a tty.
6838
6839 2005-06-08 Kim F. Storm <storm@cua.dk>
6840
6841 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6842 also when reading directory name.
6843
6844 2005-06-08 Lute Kamstra <lute@gnu.org>
6845
6846 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6847 (flyspell-mode-line-string): Remove autoload cookie.
6848 (flyspell-mode): Remove defvar.
6849
6850 2005-06-07 Lute Kamstra <lute@gnu.org>
6851
6852 * textmodes/org.el (org-run-mode-hooks): New function.
6853 (org-agenda-mode): Use it.
6854
6855 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6856
6857 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6858
6859 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6860
6861 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6862
6863 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6864
6865 * font-lock.el (font-lock-add-keywords): Doc fix.
6866
6867 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6868
6869 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6870 (tex-compile-default): In the absence of any history, use the order in
6871 tex-compile-alist to choose the preferred command.
6872 (tex-compile-commands): Reorder a bit.
6873
6874 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6875 (flyspell-incorrect-face, flyspell-duplicate-face):
6876 Use (X)Emacs-agnostic code.
6877 (flyspell-mode-map): Don't overwrite at each load. Remove code
6878 redundant with the subsequent add-minor-mode. Merge Emacs and
6879 XEmacs code.
6880 (flyspell-word): Minor simplification.
6881 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6882 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6883 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6884 Merge the corresponding Emacs code.
6885 (flyspell-correct-word, flyspell-xemacs-popup):
6886 Use flyspell-do-correct.
6887
6888 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6889 a dedicated window.
6890
6891 * international/latexenc.el (latexenc-find-file-coding-system):
6892 Undo part of last patch, to turn off a compiler warning.
6893
6894 2005-06-06 Juri Linkov <juri@jurta.org>
6895
6896 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6897 Rename `tmm-inactive-face' to `tmm-inactive'.
6898
6899 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6900
6901 * iswitchb.el: Rename faces.
6902
6903 2005-06-06 Kim F. Storm <storm@cua.dk>
6904
6905 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6906 (cua-global-mark): Remove -face suffix from face names.
6907
6908 * emulation/cua-gmrk.el (cua--init-global-mark):
6909 Remove cua-global-mark face setup.
6910
6911 2005-06-06 Richard M. Stallman <rms@gnu.org>
6912
6913 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6914 just like other allowed characters.
6915 (makefile-match-dependency): Exclude leading and training whitespace
6916 from the range of regexp subexp 1.
6917 (makefile-macroassign-regex): Don't try to match the body,
6918 just the name of the macro being defined.
6919
6920 * info.el (Info-read-node-name-2): New function.
6921 (Info-read-node-name-1): Use that.
6922 Add a completion-base-size-function property.
6923
6924 * simple.el (completion-setup-function): Look for
6925 completion-base-size-function property of minibuffer-completion-table.
6926
6927 * files.el (locate-file-completion): Doc fix.
6928
6929 * printing.el: Don't call pr-update-menus; user must do that.
6930
6931 * emacs-lisp/debug.el (debugger-window): New variable.
6932 (debug): Use debugger-window if it is set and still alive.
6933 Record debugger-window for next entry.
6934
6935 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6936
6937 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6938
6939 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6940 (hack-one-local-variable, hack-local-variables)
6941 (hack-local-variables-prop-line): Pass that arg.
6942
6943 2005-06-06 Kim F. Storm <storm@cua.dk>
6944
6945 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6946 (ido-indicator): Remove -face suffix from face names.
6947
6948 2005-06-06 Juri Linkov <juri@jurta.org>
6949
6950 * font-lock.el (font-lock-regexp-backslash)
6951 (font-lock-regexp-backslash-construct): New faces.
6952 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6953 after `('. Add `while-no-input' to control structures.
6954
6955 * faces.el (no-break-space, shadow): New faces.
6956 (escape-glyph): Use less loud colors pink2 and red4.
6957
6958 * diff-mode.el (diff-context-face)
6959 * dired.el (dired-ignored)
6960 * rfn-eshadow.el (file-name-shadow)
6961 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6962
6963 * info.el (Info-title-1-face): Use green instead of yellow because
6964 bold yellow is not readable on light backgrounds.
6965
6966 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6967 before selecting the desired mode to not spend time fontifying
6968 old contents.
6969
6970 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6971
6972 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6973 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6974
6975 * ps-print.el (ps-default-fg, ps-default-bg):
6976 Fix typos in docstrings.
6977
6978 * isearchb.el (isearchb): Don't pass a spurious second argument to
6979 `iswitchb-completions'.
6980
6981 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6982
6983 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6984 to preserve point.
6985 (gdb-find-file-hook): Add doc string.
6986
6987 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6988 C dereferenced pointer expression.
6989 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6990
6991 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6992
6993 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6994 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6995 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6996 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6997 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6998 Make background transparent.
6999
7000 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7001
7002 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
7003 (font-lock-remove-keywords): Doc fix.
7004 (font-lock-mode-major-mode): Compiler defvar.
7005 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
7006
7007 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
7008 (font-lock-mode): Update `font-lock-mode-major-mode'.
7009 (font-lock-set-defaults): Compiler defvar.
7010 (font-lock-default-function): Take `font-lock-mode-major-mode'
7011 into account.
7012
7013 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
7014 keep track of which major mode it enabled the minor mode for.
7015 Use find-file-hook again. Update docstring.
7016
7017 * simple.el (eval-expression-print-level)
7018 (eval-expression-print-length, eval-expression-debug-on-error):
7019 Doc fixes.
7020
7021 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
7022
7023 * iswitchb.el (iswitchb-single-match-face)
7024 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
7025 (iswitchb-invalid-regexp-face): New faces.
7026 (iswitchb-completions): Use them.
7027 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
7028 now marked as an obsolete alias.
7029 (iswitchb-read-buffer): Remove check for bound font variables.
7030 (iswitchb-invalid-regexp): New free variable.
7031 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
7032 set iswitchb-invalid-regexp.
7033 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
7034 invalid regexps.
7035 (iswitchb-completions): Add check for complete match when entering
7036 a regexp.
7037 (iswitchb-completions): Remove require-match argument.
7038 (iswitchb-exhibit): Fix caller.
7039 (iswitchb-common-match-inserted): New variable.
7040 (iswitchb-complete, iswitchb-completion-help): Use it.
7041
7042 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
7043
7044 * url-http.el (url-http-chunked-encoding-after-change-function):
7045 Use `url-http-debug' instead of `message'.
7046
7047 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
7048
7049 * url-http.el (url-http-parse-headers): Pass redirected URL as a
7050 callback argument.
7051
7052 2005-06-04 Kim F. Storm <storm@cua.dk>
7053
7054 * simple.el (line-move): Only call sit-for when moving backwards.
7055
7056 * ido.el (ido-make-merged-file-list-1): New defun split from
7057 ido-make-merged-file-list.
7058 (ido-make-merged-file-list): Bind throw-on-input around call to
7059 ido-make-merged-file-list-1. Return input-pending-p if
7060 interrupted by more input available.
7061 (ido-read-internal): Handle input-pending-p return value from
7062 ido-make-merged-file-list.
7063
7064 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7065
7066 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
7067 compatibility code.
7068
7069 * international/latexenc.el (latexenc-find-file-coding-system):
7070 Don't inherit the EOL part of the coding-system from the
7071 tex-main buffer. Fit within 80 columns.
7072
7073 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
7074
7075 * tmm.el (tmm-inactive-face): New face.
7076 (tmm-remove-inactive-mouse-face): New function.
7077 (tmm-prompt, tmm-add-one-shortcut)
7078 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
7079 but not selectable.
7080
7081 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
7082
7083 * faces.el (face-equal): Improve argument/docstring consistency.
7084
7085 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
7086
7087 * progmodes/make-mode.el (makefile-targets-face)
7088 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
7089 (makefile-bsdmake-dependency-regex)
7090 (makefile-makepp-rule-action-regex)
7091 (makefile-bsdmake-rule-action-regex): New constants.
7092 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
7093
7094 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7095 Allow (...) within `...' for makepp messages.
7096
7097 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
7098
7099 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
7100
7101 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
7102 "." files are deleted from all file lists before comparison.
7103
7104 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
7105 (viper-ESC-key): Made them customizable.
7106
7107 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
7108
7109 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
7110
7111 * autorevert.el (auto-revert-buffers): Use save-match-data.
7112
7113 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7114
7115 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
7116 menu items with a nil command binding.
7117
7118 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
7119
7120 * emacs-lisp/cl-macs.el (defsetf):
7121 Improve argument/docstring consistency.
7122
7123 * faces.el (list-faces-display): Improve the formatting by
7124 computing the maximum length required for any face-name (reworked
7125 patch of 1999-01-11, accidentally deleted on 1999-07-21).
7126 (internal-find-face): Remove redundant info in docstring.
7127
7128 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
7129
7130 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
7131 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
7132 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
7133 (gdb-assembler-custom): Improve regexps.
7134 (def-gdb-auto-update-handler): Use window point to preserve point.
7135
7136 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7137
7138 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
7139
7140 2005-05-31 Jay Belanger <belanger@truman.edu>
7141
7142 * calc/calc-embed.el (calc-embedded-word): Change argument passed
7143 to calc-embedded.
7144 (calc-embedded-make-info): Have plain prefix argument select
7145 entire line.
7146
7147 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
7148
7149 * faces.el (list-faces-display): Signal error if passed a regexp
7150 that matches no face name.
7151
7152 * simple.el (filter-buffer-substring): Fix typo in docstring.
7153
7154 2005-05-31 Richard M. Stallman <rms@gnu.org>
7155
7156 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
7157 (vhdl-emacs-21): Doc fix.
7158 (vhdl-mode): Unconditionally set comment-padding.
7159 (vhdl-fixup-whitespace-region): Insert spaces only where
7160 there are none.
7161 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
7162
7163 2005-05-30 John Wiegley <johnw@newartisans.com>
7164
7165 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
7166 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
7167 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
7168 `directory-sep-char' to ?/, and all uses of `string-to-int' to
7169 `string-to-number'.
7170
7171 2005-05-30 Jay Belanger <belanger@truman.edu>
7172
7173 * calc/calc.el (calc-bug-address): Fix docstring.
7174 (calc-window-hook, calc-trail-window-hook): New variables.
7175 (calc-trail-display): Restore use of calc-trail-window-hook.
7176 (calc): Restore use of calc-window-hook.
7177
7178 2005-05-31 Masatake YAMATO <jet@gyve.org>
7179
7180 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
7181
7182 * help-fns.el (help-C-file-name): Add autoload mark for
7183 `find-function-noselect'.
7184
7185 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7186
7187 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
7188 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
7189
7190 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7191
7192 * calendar/diary-lib.el (mark-included-diary-files): Only kill
7193 included diary buffer if it was not already being visited.
7194 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
7195
7196 * calendar/icalendar.el (top-level): Do not require 'appt.
7197
7198 * mail/supercite.el (sc-select-attribution): Only use a list
7199 element from sc-attrib-selection-list if it returns a string.
7200 Reported by Davide G. M. Salvetti <salve@debian.org>.
7201
7202 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
7203
7204 * thumbs.el (thumbs-thumbname): The resulting thumbname now
7205 includes a hash value to improve its uniqueness, and has a ".jpg"
7206 extension. Also, it is now a valid filename on all systems.
7207 (thumbs-make-thumb): Use `let', not `let*'.
7208 (thumbs-show-thumbs-list): Check for JPEG availability.
7209
7210 2005-05-30 Richard M. Stallman <rms@gnu.org>
7211
7212 * filesets.el (filesets-menu-ensure-use-cached):
7213 Prevent warning when emacs-version>= is undefined.
7214
7215 * printing.el (pr-interactive-n-up): Use string-to-number.
7216
7217 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
7218
7219 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7220 Warn only when name to be defined is quoted.
7221
7222 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
7223
7224 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
7225 Make regexp more robust.
7226 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
7227 Force regeneration of disassembly.
7228
7229 2005-05-29 Jay Belanger <belanger@truman.edu>
7230
7231 * calc/calc.el (calc-user-invocation): Check if
7232 calc-invocation-macro is non-nil.
7233
7234 2005-05-29 Juri Linkov <juri@jurta.org>
7235
7236 * add-log.el (change-log-font-lock-keywords):
7237 Add `+' to e-mail regexp to accept mail address with keywords.
7238
7239 * man.el (Man-name-regexp): Add `:' to accept qualified names.
7240
7241 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7242
7243 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
7244
7245 * ielm.el (inferior-emacs-lisp-mode): Ditto.
7246
7247 2005-05-29 Richard M. Stallman <rms@gnu.org>
7248
7249 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7250 Undo the change that moves to end of the current word.
7251
7252 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7253
7254 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
7255 Throw error when count <= 0 to ensure input is a number.
7256 (gdb-read-memory-custom): Pick up address from buffer.
7257 (gdb-memory-mode): Allow user to increment and decrement
7258 memory address from header line.
7259
7260 2005-05-29 Richard M. Stallman <rms@gnu.org>
7261
7262 * flyspell.el (flyspell-version): Function deleted.
7263 (flyspell-auto-correct-previous-hook): Doc fix.
7264
7265 * jit-lock.el (jit-lock-function, jit-lock-after-change):
7266 Do nothing if memory is full.
7267
7268 * font-lock.el (font-lock-fontify-syntactically-region):
7269 Pass t for GREEDY to looking-back.
7270
7271 * saveplace.el (save-place-alist-to-file): Write the file
7272 using write-region.
7273
7274 * subr.el (looking-back): New argument GREEDY.
7275
7276 * progmodes/compile.el (compilation-start): Set the mode
7277 before inserting the initial text.
7278
7279 * progmodes/which-func.el (which-func-update-1): Turn the mode
7280 off in case of error by setting which-func-mode.
7281
7282 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
7283
7284 * flyspell.el (flyspell-auto-correct-previous-word):
7285 Narrow down to what's on the screen, and recenter overlays
7286 at the end of the next word.
7287
7288 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7289
7290 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
7291 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
7292 (flyspell-abbrev-p): Default to nil.
7293 (flyspell-use-global-abbrev-table-p): Doc fix.
7294 (flyspell-large-region): Allow nil as value.
7295 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
7296
7297 (mail-mode-flyspell-verify): More robust handling
7298 of `mail-header-separator'. More efficient signature detection.
7299 Allow for regexp metacharacters in message-header-separator.
7300 Adding `To' not to be checked in mail-mode-flyspell-verify.
7301
7302 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
7303 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
7304 Bind flyspell-auto-correct-binding.
7305 Bind C-. and C-, .
7306 (flyspell-mode-map): Likewise.
7307 (flyspell-mode): Doc fix.
7308 (flyspell-accept-buffer-local-defs): Preserve current buffer.
7309 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
7310 (flyspell-word-cache-result): New var, always local.
7311 (flyspell-check-pre-word-p): Doc fix.
7312 (flyspell-check-changed-word-p): Handle spc like newline.
7313 (flyspell-post-command-hook): Set flyspell-word-cache-result.
7314 (flyspell-word-search-backward, flyspell-word-search-forward):
7315 New functions.
7316 (flyspell-word): Return t if nothing to check.
7317 When parsing TeX code, check for after } or \.
7318 Use flyspell-word-search-backward to find previous word.
7319 Return nil if duplicated word.
7320 For word already checked, return same value as last time.
7321 Set flyspell-word-cache-result after checking.
7322 Don't clobber the return value.
7323 (flyspell-get-word): Major rewrite.
7324 (flyspell-external-point-words): New locals pword, pcount.
7325 Fix size used in progress message.
7326 Find the proper corresponding word in flyspell-large-region-buffer.
7327 (flyspell-region): Check for flyspell-large-region = nil.
7328 (flyspell-highlight-incorrect-region): Clean up overlays in region.
7329 (flyspell-auto-correct-word): Check that WORD is a cons.
7330 (flyspell-correct-word): Likewise.
7331
7332 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
7333
7334 * progmodes/make-mode.el (makefile-rule-action-regex)
7335 (makefile-macroassign-regex, makefile-makepp-mode)
7336 (makefile-bsdmake-mode): Continuation lines may be empty.
7337 Reported by Joshua Varner.
7338 (makefile-makepp-font-lock-keywords): Add $(stem).
7339
7340 2005-05-28 Karl Berry <karl@gnu.org>
7341
7342 * textmodes/tex-mode.el: Now that tex-send-command calls
7343 shell-quote-argument (2005-03-31 change), remove all calls to
7344 shell-quote-argument; they all end up invoking tex-send-command.
7345 The double quoting loses on filenames with non-safe characters,
7346 such as "@". Reported by Frederik Fouvry.
7347
7348 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7349
7350 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7351 about preserving point.
7352
7353 2005-05-27 Jay Belanger <belanger@truman.edu>
7354
7355 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7356 Info-goto-node.
7357
7358 * calc/calc-embed.el (calc-embed-arg): New variable.
7359 (calc-do-embedded-activate, calc-embedded-activate-formula)
7360 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7361 variable by new variable.
7362 (calc-embedded-make-info): Replace undeclared variable by new
7363 variable. When selecting region with positive prefix
7364 argument, use end of previous line instead of beginning of line.
7365
7366 * calc/calc-aent.el (calc-arg-values): Declare it.
7367
7368 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7369 Declare them.
7370
7371 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7372
7373 * calc/calc.el (calc-alg-map): Declare it.
7374
7375 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7376
7377 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7378
7379 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7380 (gdb-registers-buffer, toggle-gdb-all-registers):
7381 Toggle display of floating point registers.
7382 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7383
7384 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
7385 (toggle-gud-tooltip-dereference):
7386 Rename from gud-toggle-tooltip-dereference.
7387
7388 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7389
7390 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7391
7392 2005-05-27 Jay Belanger <belanger@truman.edu>
7393
7394 * calc/calc-prog.el (calc-kbd-report): Remove.
7395 (calc-kbd-query): Rewrite.
7396
7397 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
7398
7399 * image.el (image-library-alist): Move to image.c.
7400 (image-type-available-p): Doc fix.
7401
7402 2005-05-27 Lute Kamstra <lute@gnu.org>
7403
7404 * calc/calc.el (calc):
7405 * outline.el (outline-1, outline-2, outline-3, outline-4)
7406 (outline-5, outline-6, outline-7, outline-8):
7407 * textmodes/dns-mode.el (dns-mode):
7408 * textmodes/sgml-mode.el (sgml-namespace-face):
7409 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
7410 (tex-verbatim-face, tex-use-reftex):
7411 * textmodes/texinfo.el (texinfo-heading-face):
7412 Specify customization group.
7413
7414 * longlines.el: Don't require easy-mmode.
7415 (longlines-visible-face): Specify customization group.
7416
7417 2005-05-27 Kenichi Handa <handa@m17n.org>
7418
7419 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7420 encoding table of windows-1251.
7421
7422 * international/ucs-tables.el (ucs-set-table-for-input):
7423 If translation-table-for-input of a coding system is a symbol, get
7424 its translation-table property.
7425
7426 * international/code-pages.el: Don't register a coding system into
7427 non-iso-charset-alist more than once.
7428 (cp-make-coding-system): Likewise.
7429
7430 2005-05-26 John Wiegley <johnw@newartisans.com>
7431
7432 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7433 `eshell-resume-eval' is wrapped in a list, it indicates that the
7434 command was run asynchronously. In that case, unwrap the value
7435 before checking the delimiter value.
7436
7437 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7438 character before a space at the end of a line is \, assume the space
7439 is part of the last argument rather than a final argument separator.
7440
7441 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7442 is in use, and the target is `t' or `nil' (which are the most common
7443 values), don't assume that the symbol target is a buffer.
7444
7445 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7446
7447 * calendar/calendar.el (calendar-mode-line-format):
7448 Use mode-line-highlight as mouse-face.
7449
7450 * time.el (display-time-string-forms, display-time-update):
7451 Use mode-line-highlight as mouse-face.
7452
7453 2005-05-26 Jay Belanger <belanger@truman.edu>
7454
7455 * calc/calc.el (calc-language-alist): Remove extra defvar.
7456
7457 2005-05-26 Lute Kamstra <lute@gnu.org>
7458
7459 * arc-mode.el (archive-mode):
7460 * bookmark.el (bookmark-read-annotation-mode)
7461 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7462 * bs.el (bs-mode):
7463 * calc/calc-yank.el (calc-edit-mode):
7464 * calc/calc.el (calc-mode, calc-trail-mode):
7465 * calculator.el (calculator-mode):
7466 * chistory.el (command-history-mode):
7467 * comint.el:
7468 * cus-edit.el (custom-mode):
7469 * descr-text.el (describe-text-mode):
7470 * ebuff-menu.el (Electric-buffer-menu-mode):
7471 * ediff-util.el (ediff-mode):
7472 * emacs-lisp/re-builder.el (reb-mode):
7473 * emulation/vi.el (vi-mode-setup):
7474 * emulation/ws-mode.el (wordstar-mode):
7475 * eshell/esh-mode.el (eshell-mode):
7476 * forms.el (forms-mode):
7477 * help-mode.el (help-mode):
7478 * hexl.el (hexl-mode):
7479 * ibuffer.el (ibuffer-mode):
7480 * ielm.el (inferior-emacs-lisp-mode):
7481 * info.el (Info-mode, Info-edit-mode):
7482 * international/swedish.el:
7483 * ledit.el (ledit-from-lisp-mode):
7484 * locate.el (locate-mode):
7485 * mail/rmail.el (rmail-mode):
7486 * mail/rmailedit.el (rmail-edit-mode):
7487 * mail/rmailsum.el (rmail-summary-mode):
7488 * mail/supercite.el (sc-electric-mode):
7489 * net/eudc.el (eudc-mode):
7490 * net/quickurl.el (quickurl-list-mode):
7491 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7492 * obsolete/ooutline.el (outline-mode):
7493 * obsolete/options.el (Edit-options-mode):
7494 * obsolete/rnews.el (news-mode):
7495 * obsolete/rnewspost.el (news-reply-mode):
7496 * play/5x5.el (5x5-mode):
7497 * play/decipher.el (decipher-mode, decipher-stats-mode):
7498 * play/gomoku.el (gomoku-mode):
7499 * play/snake.el (snake-mode):
7500 * play/solitaire.el (solitaire-mode):
7501 * play/tetris.el (tetris-mode):
7502 * progmodes/ada-mode.el (ada-mode):
7503 * progmodes/antlr-mode.el (antlr-mode):
7504 * progmodes/autoconf.el (autoconf-mode):
7505 * progmodes/dcl-mode.el (dcl-mode):
7506 * progmodes/delphi.el (delphi-mode):
7507 * progmodes/ebrowse.el (ebrowse-tree-mode)
7508 (ebrowse-electric-list-mode, ebrowse-member-mode)
7509 (ebrowse-electric-position-mode):
7510 * progmodes/f90.el (f90-mode):
7511 * progmodes/fortran.el (fortran-mode):
7512 * progmodes/icon.el (icon-mode):
7513 * progmodes/idlw-help.el (idlwave-help-mode):
7514 * progmodes/idlw-shell.el (idlwave-shell-mode):
7515 * progmodes/idlwave.el (idlwave-mode):
7516 * progmodes/inf-lisp.el (inferior-lisp-mode):
7517 * progmodes/m4-mode.el (m4-mode):
7518 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7519 * progmodes/modula2.el (modula-2-mode):
7520 * progmodes/octave-inf.el (inferior-octave-mode):
7521 * progmodes/octave-mod.el (octave-mode):
7522 * progmodes/pascal.el (pascal-mode):
7523 * progmodes/sh-script.el (sh-mode):
7524 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7525 * progmodes/vhdl-mode.el (vhdl-mode):
7526 * progmodes/xscheme.el (scheme-interaction-mode):
7527 * replace.el (occur-mode):
7528 * ses.el (ses-mode):
7529 * simple.el (completion-list-mode):
7530 * skeleton.el:
7531 * speedbar.el (speedbar-mode):
7532 * term.el (term-mode):
7533 * terminal.el (terminal-edit-mode):
7534 * textmodes/reftex-index.el (reftex-index-mode)
7535 (reftex-index-phrases-mode):
7536 * textmodes/reftex-sel.el (reftex-select-label-mode)
7537 (reftex-select-bib-mode):
7538 * textmodes/reftex-toc.el (reftex-toc-mode):
7539 * wdired.el (wdired-change-to-wdired-mode):
7540 * wid-browse.el (widget-browse-mode):
7541 Use run-mode-hooks.
7542
7543 * array.el (array-mode):
7544 * calendar/todo-mode.el (todo-mode):
7545 * man.el (Man-mode):
7546 * play/landmark.el (lm-mode):
7547 * play/mpuz.el (mpuz-mode):
7548 Use kill-all-local-variables and run-mode-hooks.
7549
7550 * subr.el (delay-mode-hooks): Specify indentation.
7551
7552 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7553
7554 * xml.el (xml-substitute-special): Don't die for undefined xml
7555 entities.
7556
7557 2005-05-26 Jay Belanger <belanger@truman.edu>
7558
7559 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7560 of nil.
7561
7562 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7563
7564 * progmodes/gdb-ui.el (gdb-frame-address):
7565 Rename from gdb-current-address.
7566 (gdb-previous-frame-address): Rename from gdb-previous-address.
7567 (gdb-selected-frame): Rename from gdb-current-frame.
7568 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7569 (gdb-frame-number): Rename from gdb-current-stack-level.
7570 (gdb-ann3): Match new mode-name for disassembly buffer.
7571 Extend initialization of variables.
7572 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7573 (gdb-memory-mode): Use mouse-face in header line.
7574 (gdb-assembler-buffer-name): Call it disassembly and give frame
7575 in mode line.
7576 (gdb-source-spec-regexp, gdb-assembler-custom)
7577 (gdb-invalidate-assembler, gdb-frame-handler):
7578 Make robust to leading zeroes in address format.
7579
7580 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7581
7582 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7583 define `org-mode'.
7584 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7585
7586 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7587
7588 * log-edit.el (log-edit-changelog-entries): Distinguish between
7589 filenames like xfns.c and fns.c.
7590
7591 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7592
7593 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7594 point after reverting.
7595 (Buffer-menu-make-sort-button): Handle the case where
7596 `Buffer-menu-use-header-line' is nil.
7597
7598 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7599
7600 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7601 New funcs. In minibuffer-local-completion-map bind `]', `/'
7602 and `:' to them.
7603
7604 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7605
7606 * startup.el (normal-top-level): Allow modification of load-path while
7607 we're iterating over it.
7608
7609 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7610
7611 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7612 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7613 (thumbs-resize-interactive, thumbs-insert-image)
7614 (thumbs-insert-thumb, thumbs-dired-show-marked)
7615 (thumbs-find-image-at-point, thumbs-delete-images)
7616 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7617 (thumbs-increment-image-size, thumbs-decrement-image-size):
7618 Fix typos in docstrings.
7619
7620 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7621
7622 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7623 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7624 (cperl-mode): Use them.
7625
7626 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7627
7628 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7629 Doc fixes.
7630
7631 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7632
7633 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7634 Bind C-d to gdb-inferior-io-eof.
7635
7636 * dired.el (dired-dnd-popup-notice): Use message-box.
7637
7638 2005-05-23 Masatake YAMATO <jet@gyve.org>
7639
7640 * bindings.el (mode-line-major-mode-keymap):
7641 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7642
7643 * faces.el (mode-line-highlight): New face.
7644
7645 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7646 as mouse-face.
7647
7648 * bindings.el (top-level, help-echo, mode-line-modified)
7649 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7650 as mouse-face.
7651
7652 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7653
7654 * progmodes/cc-engine.el (c-guess-basic-syntax):
7655 Remove spurious call to `zerop'.
7656
7657 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7658
7659 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7660
7661 CC Mode update to 5.30.10:
7662
7663 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7664 could go past the limit in decoration level 2, thereby causing
7665 errors during interactive fontification.
7666
7667 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7668 the file is evaluated interactively.
7669
7670 * cc-engine.el (c-guess-basic-syntax): Handle operator
7671 declarations somewhat better in C++.
7672
7673 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7674 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7675 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7676 (awk-mode): Use it.
7677 (make-local-hook): Suppress warning about obsoleteness.
7678
7679 * cc-engine.el, cc-align.el, cc-cmds.el
7680 (c-append-backslashes-forward, c-delete-backslashes-forward)
7681 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7682 Compensate for return value from `forward-line' when it has moved
7683 but not to a different line due to eob.
7684
7685 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7686 `objc-method-intro' and `objc-method-args-cont'.
7687
7688 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7689
7690 CC Mode update to 5.30.10:
7691
7692 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7693 in the copyright statement. Incidentally, change "along with GNU
7694 Emacs" to "along with this program" where it occurs.
7695
7696 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7697 so that it is interactive, hence can be found by M-x awk-mode
7698 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7699 <gmorris+emacs@ast.cam.ac.uk>.
7700
7701 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7702 Mode's regexps.
7703
7704 2005-05-23 Kevin Ryde <user42@zip.com.au>
7705
7706 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7707 c-parse-state, to avoid a lisp error (on bad code).
7708
7709 2005-05-23 Lute Kamstra <lute@gnu.org>
7710
7711 * subr.el (font-lock-defaults): Remove defvar as it's already
7712 defined in font-core.el.
7713
7714 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7715
7716 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7717
7718 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7719 more general and work when GDB variable "print pretty" is on,
7720 as with Emacs, for example.
7721
7722 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7723
7724 * font-core.el: Update comment.
7725
7726 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7727 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7728
7729 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7730
7731 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7732
7733 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7734 and `yank-handler' in the doc strings.
7735
7736 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7737
7738 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7739
7740 2005-05-22 Richard M. Stallman <rms@gnu.org>
7741
7742 * help.el (describe-key): Move print-help-return-message call
7743 out of conditional.
7744
7745 * progmodes/etags.el (list-tags): Use with-no-warnings.
7746
7747 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7748 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7749 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7750
7751 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7752
7753 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7754 Add defvar.
7755
7756 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7757 Use defvar, not defconst.
7758
7759 * hexl.el (hexl-follow-line): Use with-no-warnings.
7760
7761 * emulation/tpu-extras.el: Use write-file-functions instead of
7762 write-file-hooks.
7763
7764 * dired.el (dired-font-lock-keywords): Fontify files with junk
7765 extensions even if marked by -F.
7766
7767 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7768
7769 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7770 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7771 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7772 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7773 (concatenate, list-length, get*, getf, cl-remprop):
7774 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7775 (etypecase, progv, lexical-let, lexical-let*)
7776 (multiple-value-bind, multiple-value-setq, shiftf):
7777 Improve argument/docstring consistency.
7778
7779 * subr.el (focus-frame, unfocus-frame):
7780 Revert deletion on 2005-05-01.
7781
7782 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7783
7784 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7785 doesn't exist.
7786
7787 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7788 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7789
7790 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7791
7792 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7793 already deleted variables: auto-fill-hook, blink-paren-hook,
7794 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7795 suspend-hooks, comment-indent-hook, meta-flag,
7796 before-change-function, after-change-function,
7797 font-lock-doc-string-face.
7798
7799 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7800
7801 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7802
7803 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7804
7805 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7806 rmail-dont-reply-to.
7807
7808 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7809
7810 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7811 literal blank when splitting new-header-values.
7812
7813 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7814
7815 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7816 string so that tmm doesn't create a completion entry for it.
7817
7818 * textmodes/table.el (table-disable-menu): Ditto.
7819
7820 2005-05-21 Richard M. Stallman <rms@gnu.org>
7821
7822 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7823
7824 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7825
7826 * net/rcompile.el (remote-compile): Use compilation-start.
7827
7828 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7829
7830 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7831
7832 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7833 Default to makefile-bsdmake-mode on BSD systems.
7834
7835 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7836 REGEXP may also be a search function now. The part of doc-string
7837 for describing the structure was 95% identical to that of
7838 `imenu--generic-function'. Unify it there.
7839
7840 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7841 Use function to find dependencies, because regexp alone is so complex,
7842 it easily goes into an endless loop.
7843 (makefile-makepp-mode): Also add submenu for Perl functions
7844 defined in the makefile.
7845 (makefile-bsdmake-mode): Special imenu-generic-expression no
7846 longer needed, due to function call.
7847 (makefile-match-dependency): Take BOUND into account when checking
7848 if we're through.
7849
7850 2005-05-20 Jay Belanger <belanger@truman.edu>
7851
7852 * calc/calc-units.el (calc-invalidate-units-table):
7853 Use inhibit-read-only.
7854 (math-build-units-table-buffer): Use view-mode.
7855
7856 2005-05-20 David Kastrup <dak@gnu.org>
7857
7858 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7859 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7860
7861 2005-05-20 Lute Kamstra <lute@gnu.org>
7862
7863 * diff-mode.el (diff-header-face, diff-file-header-face)
7864 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7865 (diff-added-face, diff-changed-face, diff-function-face)
7866 (diff-context-face, diff-nonexistent-face): Put them in the
7867 diff-mode customization group.
7868
7869 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7870
7871 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7872
7873 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7874
7875 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7876 Minor regexp-optimization.
7877
7878 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7879
7880 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7881 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7882 (org-agenda-add-time-grid-maybe): New function.
7883 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7884 (org-table-create): `dotimes' instead of `mapcar'.
7885 (org-xor): Simplify implementation.
7886 (org-agenda): `inhibit-redisplay' turned on.
7887 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7888 a consistent line after a state change.
7889 (org-agenda-remove-times-when-in-prefix): New option.
7890 (org-prefix-has-time): New variable.
7891 (org-parse-time-string): Optional argument NODEFAULT.
7892 (org-format-agenda-item): Parse items for time-of-day
7893 specifications and move these into the prefix if possible.
7894 (org-agenda-priority): Get current heading, not previous heading
7895 during agenda remote editing.
7896
7897 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7898
7899 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7900 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7901 (remove-duplicates, delete-duplicates, substitute)
7902 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7903 (nsubstitute-if-not, find, find-if, find-if-not, position)
7904 (position-if, position-if-not, count, count-if, count-if-not)
7905 (mismatch, search, sort*, stable-sort, merge, member*)
7906 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7907 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7908 (intersection, nintersection, set-difference, nset-difference)
7909 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7910 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7911 (nsublis, tree-equal): Improve argument/docstring consistency.
7912
7913 * subr.el (send-string, send-region):
7914 Remove obsolescence declaration.
7915 (window-dot, set-window-dot, read-input, show-buffer)
7916 (eval-current-buffer, string-to-int):
7917 Add release number to obsolescence declarations.
7918
7919 2005-05-19 Kim F. Storm <storm@cua.dk>
7920
7921 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7922 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7923
7924 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7925
7926 * faces.el (list-faces-display): Make back button respect optional
7927 regexp arg.
7928
7929 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7930
7931 * calculator.el (calculator-radix-grouping-mode)
7932 (calculator-radix-grouping-digits, calculator-displayer)
7933 (calculator-radix-grouping-separator, calculator-copy-displayer):
7934 * dabbrev.el (dabbrev-search-these-buffers-only):
7935 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7936 (diff-advance-after-apply-hunk, diff-mode-hook)
7937 (diff-minor-mode-prefix):
7938 * imenu.el (imenu-use-popup-menu):
7939 * jit-lock.el (jit-lock-context-time):
7940 * newcomment.el (comment-fill-column, comment-column)
7941 (comment-style, comment-padding, comment-multi-line)
7942 (comment-empty-lines, comment-auto-fill-only-comments):
7943 * reveal.el (reveal-around-mark):
7944 * uniquify.el (uniquify-buffer-name-style)
7945 (uniquify-after-kill-buffer-p)
7946 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7947 (uniquify-min-dir-content, uniquify-separator)
7948 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7949 * w32-vars.el (w32-fixed-font-alist):
7950 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7951 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7952 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7953 * progmodes/perl-mode.el (perl-indent-level)
7954 (perl-continued-statement-offset, perl-continued-brace-offset)
7955 (perl-brace-offset, perl-brace-imaginary-offset)
7956 (perl-label-offset, perl-indent-continued-arguments)
7957 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7958 * progmodes/tcl.el (tcl-indent-level)
7959 (tcl-continued-indent-level, tcl-auto-newline)
7960 (tcl-tab-always-indent, tcl-electric-hash-style)
7961 (tcl-help-directory-list, tcl-use-smart-word-finder)
7962 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7963 (inferior-tcl-source-command):
7964 * textmodes/fill.el (enable-kinsoku):
7965 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7966 * textmodes/table.el (table-yank-handler):
7967 Specify missing group (and type, if simple) in defcustom.
7968
7969 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7970
7971 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7972
7973 2005-05-19 Richard M. Stallman <rms@gnu.org>
7974
7975 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7976
7977 * subr.el (event-basic-type): Don't get an error.
7978 (left-fringe-p): Function deleted.
7979
7980 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7981 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7982
7983 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7984 in recursive copy.
7985
7986 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7987
7988 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7989
7990 * emacs-lisp/bytecomp.el
7991 (byte-compile-file-form-custom-declare-variable): Call
7992 byte-compile-nogroup-warn if appropriate.
7993
7994 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7995 (compilation-set-window): Don't call left-fringe-p; do it directly.
7996
7997 2005-05-19 Jay Belanger <belanger@truman.edu>
7998
7999 * calc/calc-graph.el (calc-graph-format-data): Make sure
8000 var-PlotRejects is bound before trying to check its value.
8001
8002 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
8003
8004 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
8005 definition of this variable from reftex-global.el to reftex.el,
8006 because it is needed in the menu.
8007
8008 2005-05-19 Lute Kamstra <lute@gnu.org>
8009
8010 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
8011 years are fixed. Don't insert a space after a dash.
8012
8013 2005-05-19 Kim F. Storm <storm@cua.dk>
8014
8015 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
8016
8017 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
8018
8019 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
8020 strings, because (eq ... ?\\) is fairly frequent.
8021
8022 * progmodes/make-mode.el (makefile-add-this-line-targets):
8023 Simplify and integrate into `makefile-pickup-targets'.
8024 (makefile-add-this-line-macro): Simplify and integrate into
8025 `makefile-pickup-macros.
8026 (makefile-pickup-filenames-as-targets): Simplify.
8027 (makefile-previous-dependency, makefile-match-dependency):
8028 Don't stumble over `::'.
8029
8030 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
8031
8032 * subr.el (post-command-idle-hook, post-command-idle-delay):
8033 Remove obsoletion of post-command-idle-hook and
8034 post-command-idle-delay.
8035
8036 * faces.el (list-faces-display): Provide button when describe-face
8037 is called to take user back to the list of faces.
8038
8039 * help-fns.el (describe-variable): Remove hyperlinks in a
8040 variable's value as these are quite frequently inappropriate.
8041
8042 * follow.el (follow-submit-feedback, follow-mode):
8043 Remove references to post-command-idle-hook.
8044
8045 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
8046
8047 * progmodes/make-mode.el (makefile-previous-dependency)
8048 (makefile-match-dependency): Check for := (and in bsd mode also
8049 !=) to give a better result, even when font-lock is not on.
8050
8051 2005-05-18 Jay Belanger <belanger@truman.edu>
8052
8053 * calc/calc-help.el (calc-s-prefix-help):
8054 Add `calc-copy-special-constant' to help string.
8055
8056 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8057
8058 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8059
8060 2005-05-18 Jay Belanger <belanger@truman.edu>
8061
8062 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
8063 in linear factors are in proper order.
8064
8065 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
8066
8067 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8068 Support for jurabib.
8069
8070 * textmodes/reftex.el (featurep): Define aliases for overlay
8071 commands, for XEmacs compatibility, and use these aliases in
8072 overlay initializations.
8073 (reftex-highlight): Use `reftex-move-overlay'.
8074 (reftex-unhighlight): Use `reftex-delete-overlay'.
8075 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
8076 (reftex-access-search-path): Use `reftex-uniquify' instead of
8077 `reftex-uniq'
8078
8079 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
8080 `before-string' property modification enables for Emacs as well.
8081 (reftex-select-item): Use `reftex-delete-overlay'.
8082 (reftex-select-mark): Use `reftex-make-overlay' and
8083 `reftex-overlay-put'.
8084 (reftex-select-unmark): Use `reftex-delete-overlay' and
8085 `reftex-overlay-put'.
8086
8087 2005-05-18 Lute Kamstra <lute@gnu.org>
8088
8089 * emacs-lisp/lisp.el (check-parens): Fix docstring.
8090
8091 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
8092
8093 * add-log.el (add-change-log-entry):
8094 * array.el (array-make-template, array-reconfigure-rows)
8095 (array-init-max-row, array-init-max-column)
8096 (array-init-columns-per-line, array-init-field-width):
8097 * replace.el (replace-match-maybe-edit, perform-replace):
8098 * textmodes/spell.el (spell-region):
8099 Replace `read-input' by `read-string'.
8100
8101 * forms.el (forms-mode):
8102 * finder.el (finder-compile-keywords):
8103 * shadowfile.el (shadow-read-files):
8104 Replace `eval-current-buffer' by `eval-buffer'.
8105
8106 * terminal.el (te-pass-through):
8107 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
8108 (ange-ftp-raw-send-cmd):
8109 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
8110 (send-process-next-char, telnet-initial-filter, telnet):
8111 Replace `send-string' by `process-send-string'.
8112
8113 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
8114 (prolog-consult-region): Replace `send-string' by
8115 `process-send-string'; replace `send-region' by `process-send-region'.
8116
8117 * progmodes/delphi.el (delphi-log-msg):
8118 Replace `set-window-dot' by `set-window-point'.
8119
8120 * subr.el (window-dot, set-window-dot, read-input, send-string)
8121 (send-region, show-buffer, eval-current-buffer):
8122 Make really obsolete, as the comment says.
8123
8124 2005-05-17 Kim F. Storm <storm@cua.dk>
8125
8126 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
8127 (cua--init-keymaps): Bind C-return instead of S-return to set
8128 rectangle mark.
8129
8130 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
8131 instead of S-return to toggle/clear rectangle mark.
8132
8133 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
8134
8135 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8136 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
8137 Also fontify plain strings assigned to variables, mostly so that a
8138 colon has a face and is thus not taken as a dependency separator.
8139 (makefile-previous-dependency): Inline the new matcher, because it
8140 is too complex to work in both directions.
8141 (makefile-match-dependency): Eliminate `backward' arg (see above).
8142 Completely reimplemented so as to not sometimes go into an endless
8143 loop. It should also be more efficient, because first it only
8144 searches for `:', instead of applying the very complex regexp.
8145 (makefile-mode): Cancel `font-lock-support-mode', because blocks
8146 to be fontified in one piece can be too long for JIT.
8147 Makefiles are never *that* big.
8148
8149 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
8150
8151 * dired.el (dired-mode): Simplify.
8152
8153 2005-05-17 Lute Kamstra <lute@gnu.org>
8154
8155 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
8156 defcustom for the mode hook variable.
8157
8158 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
8159 Emacs Lisp Reference Manual.
8160
8161 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
8162
8163 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
8164 (evenp, list*):
8165 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
8166 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
8167
8168 * net/tramp-smb.el (tramp-smb-open-connection):
8169 Pass `tramp-chunksize' as fifth (required) argument.
8170
8171 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
8172
8173 * font-lock.el (lisp-font-lock-keywords-1):
8174 Set `font-lock-negation-char-face' for [^...] char group.
8175 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
8176
8177 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
8178 a var, and refine it to mask one more level of nested vars.
8179 (makefile-rule-action-regex): Turn it into a var, and refine it so
8180 it recognizes backslashed continuation lines as belonging to the
8181 same command.
8182 (makefile-macroassign-regex): Refine it so it recognizes
8183 backslashed continuation lines as belonging to the same command.
8184 (makefile-var-use-regex): Don't look at the next char, because it
8185 might be the same one to be skipped by the initial [^$], leading
8186 to an overlooked variable use.
8187 (makefile-make-font-lock-keywords): Remove two parameters, which
8188 are now variables that some of the modes set locally.
8189 Handle dependency and rule action matching through functions, because
8190 regexps alone match too often. Dependency matching now comes
8191 last, so it can check, whether a colon already matched something else.
8192 (makefile-mode): Inform that font-lock improves makefile parsing
8193 capabilities.
8194 (makefile-match-dependency, makefile-match-action): New functions.
8195
8196 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
8197
8198 * emacs-lisp/cl-extra.el (equalp): Doc fix.
8199
8200 * align.el (align-regexp):
8201 * ansi-color.el (ansi-color-get-face):
8202 * array.el (array-reconfigure-rows, array-init-max-row)
8203 (array-init-max-column, array-init-columns-per-line)
8204 (array-init-field-width):
8205 * dired-aux.el (dired-trample-file-versions):
8206 * dired-x.el (dired-mark-sexp):
8207 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
8208 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
8209 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
8210 * faces.el (face-read-integer):
8211 * files.el (backup-extract-version, insert-directory):
8212 * hexl.el (hexl-insert-decimal-char):
8213 * server.el (server-process-filter):
8214 * shell.el (shell-extract-num):
8215 * startup.el (command-line-1):
8216 * term.el (term-command-hook):
8217 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
8218 (time-stamp-do-number):
8219 * time.el (display-time-update):
8220 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
8221 (timezone-fix-time):
8222 * vms-patch.el (vms-suspend-resume-hook):
8223 * calendar/appt.el (appt-convert-time):
8224 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8225 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
8226 * calendar/cal-islam.el (mark-islamic-diary-entries):
8227 * calendar/calendar.el (calendar-cursor-to-date)
8228 (calendar-star-date):
8229 * calendar/diary-lib.el (diary-attrtype-convert)
8230 (mark-diary-entries, diary-entry-time):
8231 * calendar/solar.el (solar-get-number):
8232 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
8233 * emacs-lisp/re-builder.el (reb-display-subexp):
8234 * emulation/edt.el (edt-set-scroll-margins):
8235 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8236 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
8237 (vip-get-ex-count):
8238 * emulation/viper-ex.el (viper-get-ex-token)
8239 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
8240 * international/fontset.el (fontset-plain-name):
8241 * mail/feedmail.el (feedmail-look-at-queue-directory):
8242 * mail/mailalias.el (mail-get-names):
8243 * mail/rmail.el (rmail-convert-to-babyl-format):
8244 * mail/rmailsum.el (rmail-make-basic-summary-line)
8245 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
8246 (rmail-summary-goto-msg):
8247 * mail/smtpmail.el (smtpmail-read-response):
8248 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
8249 (ange-ftp-vms-add-file-entry):
8250 * play/gametree.el (gametree-looking-at-ply)
8251 (gametree-current-branch-score):
8252 * progmodes/ada-xref.el (ada-prj-find-prj-file)
8253 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
8254 * progmodes/cperl-mode.el (condition-case):
8255 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
8256 (ebrowse-set-member-buffer-column-width)
8257 (ebrowse-select-1st-to-9nth):
8258 * progmodes/etags.el (etags-snarf-tag):
8259 * progmodes/flymake.el (flymake-parse-line):
8260 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
8261 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
8262 (idlwave-shell-menu-def):
8263 * progmodes/ps-mode.el (ps-run-goto-error):
8264 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
8265 (vhdl-speedbar-contract-level):
8266 * term/mac-win.el (x-handle-numeric-switch):
8267 * term/sun-mouse.el (sun-get-frame-data):
8268 * term/w32-win.el (x-handle-numeric-switch):
8269 * term/x-win.el (x-handle-numeric-switch):
8270 * textmodes/ispell.el (ispell-parse-output):
8271 * textmodes/nroff-mode.el (nroff-outline-level):
8272 * textmodes/reftex-cite.el (reftex-bib-sort-year)
8273 (reftex-bib-sort-year-reverse, reftex-format-citation):
8274 * textmodes/reftex-parse.el (reftex-init-section-numbers)
8275 (reftex-section-number):
8276 * textmodes/texinfmt.el (texinfo-paragraphindent):
8277 Replace `string-to-int' by `string-to-number'.
8278
8279 * international/latexenc.el: Add page marker to force the "Local
8280 Variables:" string out of the last page.
8281
8282 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8283
8284 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
8285 tooltip-change-major-mode.
8286 (gud-tooltip-print-command): Remove case where gud-minor-mode
8287 is gdb ("--fullname").
8288 (gud-tooltip-tips): Turn GUD tooltips off for this case and
8289 explain to user.
8290
8291 2005-05-16 Jay Belanger <belanger@truman.edu>
8292
8293 * calc/calc-store.el (calc-copy-special-constant): New function.
8294
8295 * calc/calc-ext.el (calc-init-extensions): Add binding for
8296 `calc-copy-special-constant'.
8297
8298 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
8299 for the `calc-copy-special-constant' command.
8300
8301 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8302
8303 * subr.el (left-fringe-p): New function.
8304
8305 * progmodes/compile.el (compilation-setup): Set local value of
8306 overlay-arrow-string to "" always.
8307 (compilation-set-window): Left fringe then don't scroll.
8308 No left fringe then no arrow and scroll message to top.
8309 (compilation-context-lines): Adjust doc string accordingly.
8310
8311 2005-05-16 Kim F. Storm <storm@cua.dk>
8312
8313 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8314 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
8315 (ido-wide-find-dir-or-delete-dir): New command for M-d.
8316 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
8317 (ido-read-file-name): Handle commands with ido property value
8318 equal to find-file as reading a file name, to allow C-d to enter dired.
8319 (ibuffer-find-file): Add ido property with value find-file.
8320
8321 2005-05-15 Kim F. Storm <storm@cua.dk>
8322
8323 * subr.el (open-network-stream-nowait): Remove.
8324 (open-network-stream-server): Remove.
8325
8326 2005-05-15 Richard M. Stallman <rms@gnu.org>
8327
8328 * faces.el (describe-face): Output a definition link button.
8329
8330 * help-mode.el (help-face-def): New button type.
8331
8332 * emacs-lisp/copyright.el (copyright-fix-years):
8333 Match properly if the first year is 2-digit.
8334 Don't mess up the whitespace after the years by filling.
8335
8336 * dired-aux.el (dired-mark-confirm):
8337 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8338
8339 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8340 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8341 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8342
8343 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8344 Set font-lock-comment-start-skip.
8345
8346 * font-lock.el (font-lock-comment-start-skip): New variable.
8347 (font-lock-comment-end-skip): New variable.
8348 (font-lock-fontify-syntactically-region): Use them if non-nil.
8349
8350 2005-05-15 Jay Belanger <belanger@truman.edu>
8351
8352 * calc/calc-store.el (calc-store-value): Return a string rather
8353 than display it as a message.
8354 Use calc-var-name for variable name.
8355 (calc-store-into): Add the result of calc-store-value to message.
8356 (calc-copy-variable): Add a message.
8357 (calc-store-exchange): Improve error messages.
8358 (calc-store-binary, calc-store-map): Don't reset the values of
8359 special constants.
8360
8361 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8362
8363 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8364 manual to docstring.
8365
8366 * files.el (hack-local-variables-confirm): Add STRING argument.
8367 Make the function handle non file visiting buffers correctly.
8368 (hack-local-variables-prop-line, hack-local-variables)
8369 (hack-one-local-variable): Use STRING arg of
8370 `hack-local-variables-confirm'.
8371
8372 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8373
8374 Sync with Tramp 2.0.49.
8375
8376 * net/tramp.el (tramp-handle-dired-call-process)
8377 (tramp-handle-insert-directory):`insert-buffer' cannot be used
8378 because the contents of the Tramp buffer is changed before
8379 insertion (`expand-file' and alike).
8380 (tramp-handle-insert-directory): If `localname' has an empty
8381 nondirectory name, it must not be quoted.
8382 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
8383 variable `tramp-chunksize'. Change callees.
8384 (tramp-open-connection-setup-interactive-shell): Check remote host
8385 for buggy `send-process-string' implementation.
8386 Set `tramp-chunksize' if found. Reported by Michael Kifer
8387 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8388 (tramp-handle-shell-command): `insert-buffer' cannot be used
8389 because the contents of the Tramp buffer is changed before
8390 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
8391 <frederic.bothamy@free.fr>.
8392 (tramp-set-auto-save): Actions should be done for Tramp file name
8393 handler only. Ange-FTP has its own auto-save mechanism.
8394 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8395 (tramp-set-auto-save-file-modes): Set file modes of
8396 `buffer-auto-save-file-name' to ?\600 as fallback solution.
8397 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8398 (tramp-bug): Remove obsolete variable.
8399 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
8400 for presence of `mml-mode'. Make it running for older Emacsen as well.
8401
8402 2005-05-14 John Paul Wallington <jpw@pobox.com>
8403
8404 * ibuf-ext.el (define-ibuffer-filter filename):
8405 If `dired-directory' is a list, use its car.
8406
8407 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
8408
8409 * ibuffer.el (define-ibuffer-column filename):
8410 If `dired-directory' is a list, use its car.
8411
8412 2005-05-14 Richard M. Stallman <rms@gnu.org>
8413
8414 * subr.el (symbol-file): Doc fix.
8415
8416 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8417 (byte-compile-form): Call byte-compile-nogroup-warn.
8418 (byte-compile-warning-types): Doc fix.
8419
8420 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8421
8422 * progmodes/cc-engine.el (c-literal-faces):
8423 Add font-lock-comment-delimiter-face.
8424
8425 * net/net-utils.el (dig): Use with-no-warnings.
8426
8427 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8428 (sc-recite-frame-alist, sc-default-cite-frame)
8429 (sc-default-uncite-frame, sc-default-recite-frame)
8430 (sc-attrib-selection-list, sc-rewrite-header-list):
8431 Mark as risky-local-variable.
8432
8433 * international/ogonek.el (ogonek-jak, ogonek-how):
8434 Don't use beginning-of-buffer.
8435
8436 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8437
8438 * calendar/solar.el (solar-data-list): Move definition up.
8439
8440 * dnd.el (dnd-protocol-alist): Add autoload.
8441
8442 * progmodes/sh-script.el: Many doc usage fixes.
8443 (sh-indent-after-do): Change default to match common styles.
8444
8445 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8446
8447 * files.el (interpreter-mode-alist)
8448 (auto-mode-interpreter-regexp): Doc fixes.
8449
8450 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8451
8452 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8453
8454 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8455
8456 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8457
8458 * dired.el (dired-mode): make-variable-buffer-local =>
8459 make-local-variable.
8460
8461 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8462
8463 * term/mac-win.el (mac-select-convert-to-string): Try coding
8464 systems in mac-script-code-coding-systems if specified one cannot
8465 encode string for `com.apple.traditional-mac-plain-text'.
8466
8467 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8468
8469 * progmodes/make-mode.el (makefile-targets-face)
8470 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8471 (makefile-dependency-regex): Fix it to not make the colon in
8472 $(var:a=b) special.
8473 (makefile-rule-action-regex): New regexp for highlighting embedded
8474 Shell strings.
8475 (makefile-macroassign-regex): Handle != for highlighting as
8476 embedded Shell strings.
8477 (makefile-var-use-regex): New const.
8478 (makefile-statements, makefile-automake-statements)
8479 (makefile-gmake-statements, makefile-makepp-statements)
8480 (makefile-bsdmake-statements): New consts.
8481 (makefile-make-font-lock-keywords): New function.
8482 (makefile-automake-font-lock-keywords)
8483 (makefile-gmake-font-lock-keywords)
8484 (makefile-makepp-font-lock-keywords)
8485 (makefile-bsdmake-font-lock-keywords): New consts.
8486 (makefile-mode-map): Add switchers between the various submodes.
8487 (makefile-mode): Document the availability of the variants.
8488 (makefile-automake-mode, makefile-gmake-mode)
8489 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8490
8491 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8492 new variants of makefile-mode.
8493
8494 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8495
8496 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8497 the inheritance.
8498
8499 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8500
8501 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8502 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8503
8504 * files.el (normal-mode): Extend the scope of the
8505 `enable-local-variables' binding to include the `set-auto-mode' call.
8506 (magic-mode-alist): Doc fix.
8507
8508 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8509
8510 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8511 font-lock-comment-face rather than copying its setting.
8512
8513 2005-05-12 Andreas Schwab <schwab@suse.de>
8514
8515 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8516
8517 2005-05-12 Lute Kamstra <lute@gnu.org>
8518
8519 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8520 defcustom for the mode hook variable. Delete the last argument.
8521 * generic-x.el: Fix callers of define-generic-mode.
8522 (generic-x-modes): Delete group.
8523 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8524 generic-x customization group.
8525
8526 2005-05-12 Kim F. Storm <storm@cua.dk>
8527
8528 * font-lock.el (font-lock-negation-char-face): Default to "off".
8529
8530 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8531 font-lock-negation-char-face to ! in !=.
8532
8533 2005-05-12 Masatake YAMATO <jet@gyve.org>
8534
8535 * add-log.el (find-change-log): Fix typos in the docstring
8536 of function.
8537
8538 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8539
8540 * international/latexenc.el (latexenc-find-file-coding-system):
8541 Avoid `re-search-forward' when looking for input encoding because
8542 of speed and safety. Better regular expressions for recognizing
8543 input encoding. Limit a search for TeX-master/tex-main-file to
8544 the local variable section.
8545
8546 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8547
8548 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8549 syntax of $ to "'" (quote).
8550
8551 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8552
8553 * dnd.el (dnd-protocol-alist): Improve custom type.
8554
8555 * dired.el (dired-dnd-protocol-alist): New variable.
8556 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8557 `dired-mode-hook' to the end.
8558
8559 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8560
8561 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8562 comment-end if comment-start-skip is not set.
8563 Obey the font-lock-comment-delimiter-face variables.
8564
8565 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8566
8567 * files.el (executable-find): Move from executable.el. Use
8568 locate-file.
8569 * progmodes/executable.el (executable-find): Move to files.el.
8570
8571 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8572 when trying to ensure forward progress.
8573
8574 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8575
8576 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8577 (mouse-select, mouse-select-internal, mouse-extend-internal):
8578 Use it to implement mouse-1-click-follows-link functionality.
8579
8580 2005-05-11 Richard M. Stallman <rms@gnu.org>
8581
8582 * font-lock.el (font-lock-fontify-syntactically-region):
8583 Use font-lock-comment-delimiter-face for comment delimiters.
8584
8585 2005-05-10 Jay Belanger <belanger@truman.edu>
8586
8587 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8588 preserving embedded modes.
8589
8590 2005-05-10 Richard M. Stallman <rms@gnu.org>
8591
8592 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8593
8594 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8595 Move from ada-stmt.el.
8596 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8597
8598 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8599 Move to ada-mode.el.
8600 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8601
8602 * cus-edit.el (custom-file): Call file-chase-links.
8603
8604 * files.el (read-directory-name): Fix previous change.
8605 (hack-local-variables-confirm): New function.
8606 (hack-local-variables-prop-line, hack-local-variables)
8607 (hack-one-local-variable): Use it.
8608
8609 2005-05-10 Lute Kamstra <lute@gnu.org>
8610
8611 * font-lock.el (font-lock-keywords-alist)
8612 (font-lock-removed-keywords-alist): Clarify docstrings.
8613
8614 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8615
8616 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8617 (gdb-source-info): Check for preprocessor info.
8618 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8619 a macro for a function.
8620 (gdb-info-breakpoints-custom): Try to find file again if not already
8621 found (user might have used GDB dir command).
8622 (gdb-get-location): Update gdb-location-alist correctly for change
8623 to gdb-info-breakpoints-custom.
8624
8625 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8626 (gud-tooltip-print-command): Add gdbmi case.
8627 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8628 preprocessor info.
8629
8630 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8631
8632 * startup.el (fancy-splash-insert): Fix typo in doc string.
8633
8634 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8635
8636 * obsolete/float.el (string-to-float):
8637 * obsolete/hilit19.el (hilit-add-pattern):
8638 * obsolete/rnews.el (news-parse-range, news-select-message)
8639 (news-get-pruned-list-of-files): Replace `string-to-int' by
8640 `string-to-number'.
8641
8642 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8643 `find-file-not-found-hooks'; use `add-hook'.
8644 (uncompress-while-visiting): Set `write-file-functions', not
8645 `write-file-hooks'; use `add-hook'.
8646
8647 2005-05-09 Kim F. Storm <storm@cua.dk>
8648
8649 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8650 (cua-paste): Handle clipboard action.
8651 (cua--init-keymaps): Remap clipboard-kill-region and
8652 clipboard-kill-ring-save.
8653
8654 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8655
8656 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8657 Improve commentary.
8658
8659 * simple.el (next-error-overlay-arrow-position): Revert the change
8660 made on 2005-04-30.
8661
8662 2005-05-07 Jay Belanger <belanger@truman.edu>
8663
8664 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8665 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8666 `calc-sel-reselect'.
8667
8668 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8669 Calc is in embedded mode.
8670
8671 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8672
8673 * progmodes/compile.el (compilation-setup):
8674 Set overlay-arrow-string to an empty string on text terminals.
8675
8676 * textmodes/ispell.el (ispell-program-name): Try looking for
8677 "aspell" along exec-path, and if found, use it as the default
8678 speller program.
8679
8680 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8681
8682 * international/mule.el (sgml-xml-auto-coding-function):
8683 Recognize encoding='FOO' in single quotes as well as in double quotes.
8684
8685 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8686
8687 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8688 as well as `interactive', so that defmacro* would recognize
8689 `declare' forms.
8690
8691 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8692
8693 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8694 Explain more about the LIGHTER arg's usage in the doc string.
8695 Add commentary to clarify what the code does. Fix the regexp that
8696 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8697 since it could have characters special to regular expressions.
8698
8699 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8700
8701 * replace.el (occur-1): Bind inhibit-read-only so that
8702 erase-buffer doesn't barf on read-only text properties (likewise
8703 for add-text-properties in occur-engine). Mark buffer as unmodified.
8704 (occur-engine): Don't set buffer-read-only here.
8705
8706 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8707
8708 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8709 list-buffers-directory. This caused the *cvs-commit* buffer to be
8710 sometimes mistakenly reused as a *cvs* buffer.
8711
8712 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8713
8714 * tooltip.el: Move code for GUD tooltips into gud.el.
8715 (require): CL no longer needed to compile case.
8716 (tooltip-mode): Do not toggle functions for GUD tooltips.
8717 (tooltip-gud-tips-p): Remove. Replace with minor mode
8718 gud-tooltip-mode in gud.el.
8719 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8720 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8721 tooltip-gud prefix with gud-tooltip and obsolete.
8722 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8723 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8724 (tooltip-mouse-motion): Mouse movement functions/variable.
8725 Rename in gud.el by adding gud prefix.
8726 (tooltip-gud-original-filter, tooltip-gud-dereference)
8727 (tooltip-gud-event, tooltip-toggle-gud-tips)
8728 (tooltip-gud-process-output, tooltip-gud-print-command)
8729 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8730 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8731 (gdb-tooltip-print): Move to gdb-ui.el.
8732
8733 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8734 (require): CL needed to compile case.
8735 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8736 tooltip-gud-tips-p. Make it a minor-mode.
8737 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8738 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8739 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8740 (gud-tooltip-change-major-mode)
8741 (gud-tooltip-activate-mouse-motions-if-enabled)
8742 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8743 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8744 (gud-tooltip-original-filter, gud-tooltip-dereference)
8745 (gud-tooltip-event, tooltip-toggle-gud-tips)
8746 (gud-tooltip-process-output, gud-tooltip-print-command)
8747 (gud-tooltip-tips): Move from tooltip.el.
8748
8749 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8750 (gdb-cpp-define-alist-flags): Doc fix.
8751 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8752 gud-tooltip-mode is t.
8753
8754 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8755
8756 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8757 evaporate if their text is deleted.
8758 (goto-address-at-point): Make it work as a mouse binding as well.
8759 (goto-address-at-mouse): Obsolete it. Update users.
8760
8761 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8762
8763 * calendar/appt.el (top-level): No longer activate on load.
8764
8765 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8766
8767 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8768 * net/webjump.el (webjump):
8769 * progmodes/idlw-help.el (idlwave-do-context-help1)
8770 (idlwave-highlight-linked-completions):
8771 * textmodes/po.el (po-find-file-coding-system-guts):
8772 Replace `assoc-ignore-case' by `assoc-string'.
8773
8774 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8775
8776 * files.el (locate-file): Doc fix.
8777
8778 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8779 Remove the redundant test for ms-dos.
8780
8781 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8782 look for the preprocessor with exec-suffixes. If not found in
8783 standard places, look in exec-path. Remove most of the tests that
8784 used system-type.
8785
8786 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8787
8788 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8789
8790 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8791 file-name clash with jka-compr.el on 8+3 filesystems.
8792
8793 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8794
8795 * term/mac-win.el: Don't define or bind scroll bar functions if
8796 x-toolkit-scroll-bars is t.
8797 (x-select-text, x-get-selection-value): Clear
8798 x-last-selected-text-clipboard if x-select-enable-clipboard is
8799 nil.
8800 (PRIMARY): Put mac-scrap-name property.
8801 (mac-select-convert-to-file-url): New function.
8802 (public.file-url): New selection target type. Add to
8803 selection-converter-alist.
8804 (x-get-selection, x-selection-value): Handle it.
8805 (x-cut-buffer-or-selection-value): New alias.
8806
8807 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8808
8809 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8810 entry to avoid calling bibtex-find-entry with arg global
8811 being t. Remove arg key.
8812 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8813 (bibtex-copy-summary-as-kill): Change accordingly.
8814
8815 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8816
8817 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8818 (org-agenda-date-later): Use with-current-buffer.
8819
8820 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8821
8822 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8823 (define-obsolete-variable-alias): Doc Fixes.
8824
8825 2005-05-06 Kim F. Storm <storm@cua.dk>
8826
8827 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8828 vertical-motion when selective-display is active.
8829
8830 * ido.el (ido-setup-hook): New hook.
8831 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8832 (ido-input-stack): New var.
8833 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8834 ido-next-work-file binding to M-O.
8835 Bind M-f to ido-wide-find-file-or-pop-dir.
8836 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8837 (ido-read-internal): Run ido-setup-hook.
8838 Catch quit in read-file-name and read-string to cancel edit.
8839 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8840 Automatically pop-all when completing a directory name (RET).
8841 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8842 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8843 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8844 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8845 New functions for M-b/M-f to move among the directory components.
8846 (ido-make-merged-file-list): Catch quit to cancel merge.
8847 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8848 (ido-completion-help): No warnings for ido-completion-buffer-full.
8849
8850 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8851
8852 * font-lock.el (font-lock-negation-char-face): New face and variable.
8853 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8854 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8855 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8856 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8857
8858 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8859
8860 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8861 Fix typo in docstring.
8862
8863 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8864 (ebrowse-print-statistics-line)
8865 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8866
8867 * term/w32-win.el (image-library-alist): Add additional name for
8868 Xpm library.
8869
8870 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8871
8872 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8873 use gcc instead of cpp.
8874
8875 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8876 (gdb-create-define-alist): Use it.
8877 (gdb-cpp-define-alist-program): Update for MS-DOS.
8878
8879 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8880
8881 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8882
8883 2005-05-04 Richard M. Stallman <rms@gnu.org>
8884
8885 * help.el (describe-key): No error when UNTRANSLATED is nil.
8886
8887 * simple.el (line-move-1): Fix previous change to signal errors
8888 appropriately.
8889
8890 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8891
8892 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8893 (icalendar-duration-correction): Remove.
8894 (icalendar--get-event-properties): Split result at commas.
8895 (icalendar--decode-isoduration): New optional argument
8896 DURATION-CORRECTION.
8897 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8898 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8899 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8900 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8901 (icalendar--convert-anniversary-to-ical): New functions, extracted
8902 from icalendar-export-region, with bug fixes.
8903 (icalendar-export-region): Use the above functions.
8904 (icalendar-import-buffer): Check before saving diary file.
8905 (icalendar--convert-recurring-to-diary)
8906 (icalendar--convert-non-recurring-all-day-to-diary)
8907 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8908 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8909 (icalendar--convert-ical-to-diary): Use the above functions.
8910
8911 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8912
8913 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8914 Remove these recent additions.
8915 (c-mode): Restore to before 2005-04-28.
8916
8917 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8918 recent addition.
8919
8920 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8921 (gdb-define-alist): New variables.
8922 (gdb-create-define-alist): New function.
8923 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8924 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8925 with string-to-number.
8926 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8927
8928 * progmodes/gud.el: Replace string-to-int with string-to-number.
8929 (gud-find-file): Handle gdb-define-alist.
8930
8931 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8932
8933 2005-05-02 Jay Belanger <belanger@truman.edu>
8934
8935 * calc/calc-aent.el (math-read-token):
8936 * calc/calc-bin.el (calc-word-size):
8937 * calc/calc-ext.el (calc-read-number-fancy):
8938 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8939 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8940 * calc/calc-frac.el (calc-over-notation):
8941 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8942 (calc-graph-num-points, calc-graph-init):
8943 * calc/calc-prog.el (calc-read-parse-table-part)
8944 (calc-edit-macro-repeats):
8945 * calc/calc-yank.el (calc-do-grab-rectangle):
8946 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8947 Replace `string-to-int' by `string-to-number'.
8948
8949 2005-05-02 Kim F. Storm <storm@cua.dk>
8950
8951 * kmacro.el: Use executing-kbd-macro-index variable.
8952
8953 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8954
8955 * net/rlogin.el (rlogin-parse-words): Delete func.
8956 (rlogin): Use split-string, not rlogin-parse-words.
8957 Also, if there are option-like elements in the parsed args,
8958 take the host to be the first arg immediately following them.
8959 Suggested by Michael Mauger.
8960
8961 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8962
8963 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8964
8965 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8966
8967 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8968 (cc-mode-cpp-program): Rename to cc-define-list-program and
8969 move to cc-vars.el.
8970
8971 * progmodes/cc-vars.el (cc-define-list-program):
8972 Change to "gcc -E -dM -". Make customizable.
8973
8974 2005-05-02 Kim F. Storm <storm@cua.dk>
8975
8976 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8977
8978 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8979
8980 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8981
8982 * international/mule-util.el (truncate-string): Remove alias and
8983 obsolete declaration.
8984
8985 * international/mule-cmds.el (update-iso-coding-systems):
8986 Remove alias and obsolete declaration.
8987
8988 * international/mule.el (coding-system-parent): Remove alias and
8989 obsolete declaration.
8990
8991 * subr.el (define-function, sref): Remove aliases and obsolete
8992 declarations.
8993 (chars-in-region): Remove obsolete declaration.
8994
8995 2005-05-01 Richard M. Stallman <rms@gnu.org>
8996
8997 * info.el (Info-mode): Set widen-automatically to nil, locally.
8998
8999 * simple.el (widen-automatically): New variable.
9000 (pop-global-mark): Obey widen-automatically.
9001
9002 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
9003
9004 * term/xterm.el (function-key-map): Call substitute-key-definition
9005 before the keymap size is increased by a lot of define-key calls.
9006
9007 2005-05-01 Richard M. Stallman <rms@gnu.org>
9008
9009 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
9010 Rename ARG to ELEMENT. Doc fix.
9011
9012 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
9013
9014 * allout.el (allout-exposure): Remove macro and obsolete declaration.
9015 Remove references to allout-exposure/change to allout-new-exposure.
9016
9017 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
9018 bytecode symbols.
9019
9020 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
9021 (compiled-function-p, focus-frame, unfocus-frame):
9022 Remove aliases and obsolete declarations.
9023 Back out inadvertent changes from previous commit.
9024
9025 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9026
9027 * files.el (require-final-newline): Make Custom tags consistent
9028 with mode-require-final-newline.
9029 (mode-require-final-newline): Doc fix.
9030
9031 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9032
9033 * international/latexenc.el (latexenc-find-file-coding-system):
9034 Fix regular expressions.
9035
9036 2005-05-01 David Kastrup <dak@gnu.org>
9037
9038 * international/latexenc.el (latexenc-find-file-coding-system):
9039 Fix regular expressions.
9040
9041 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
9042
9043 * subr.el (string-to-int): Make obsolete.
9044
9045 2005-04-30 Richard M. Stallman <rms@gnu.org>
9046
9047 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
9048
9049 * loadup.el: load jka-comp-hook.
9050
9051 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
9052 (jka-compr-handler): Add autoload. `put' calls moved
9053 to jka-comp-hook.el.
9054 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
9055 (jka-compr-inhibit): Autoload.
9056
9057 * jka-comp-hook.el: New file.
9058 Enable the mode by default.
9059
9060 * files.el (backup-buffer-copy): Use copy-file instead
9061 of write-region, and put back the 'excl.
9062
9063 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
9064
9065 * progmodes/flymake.el (flymake-split-string)
9066 (flymake-split-string, flymake-log, flymake-pid-to-names)
9067 (flymake-reg-names, flymake-get-source-buffer-name)
9068 (flymake-unreg-names, flymake-add-line-err-info)
9069 (flymake-add-err-info): Clarify docstrings.
9070 (flymake-popup-menu, flymake-make-emacs-menu)
9071 (flymake-make-xemacs-menu): Add docstrings.
9072 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
9073 Set variables directly throughout.
9074
9075 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
9076
9077 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
9078 exists. Initialize cc-define-alist.
9079 (c-mode): Add cc-create-define-alist locally to after-save-hook.
9080 If there is no file (Macroexpansion) don't create an alist.
9081
9082 2005-04-29 Sam Steingold <sds@gnu.org>
9083
9084 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
9085 (cc-create-define-alist): Use it instead of the hard-coded string.
9086
9087 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9088
9089 * international/mule-conf.el (file-coding-system-alist): Fix regexp
9090 for latexenc.
9091
9092 2005-04-29 Lute Kamstra <lute@gnu.org>
9093
9094 * emacs-lisp/generic.el: Improve commentary section.
9095 (define-generic-mode): Improve docstring.
9096
9097 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
9098
9099 * textmodes/org.el (many places): Change to quiet the byte compiler.
9100 (org-prefix-format-compiled): New variable.
9101 (org-compile-prefix-format): New function.
9102 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
9103 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
9104 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
9105 (org-get-entries-from-diary): Use `org-get-time-of-day' for
9106 consistency with entries from `org-mode' files.
9107 (org-get-time-of-day): Fix bug with partial matches early in a line.
9108 (org-non-link-chars): New constant.
9109 (org-link-regexp): Respect `org-non-link-chars'.
9110 (org-agenda-day-view): Remove command.
9111 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
9112 (org-follow-bbdb-link, org-store-link): Search also company field.
9113 (org-highlight-overlay): New variable.
9114 (org-highlight, org-unhighlight): New functions.
9115 (org-agenda-mode): Add pre-command-hook to remove highlight.
9116 (org-evaluate-time-range): Behavior depends upon whether time stamp
9117 contains a time or not.
9118 (org-show-subtree, org-show-entry): New functions.
9119 (org-agenda-cleanup-fancy-diary): Remove empty lines.
9120
9121 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
9122
9123 * comint.el (comint-output-filter-functions): Add autoload cookie.
9124
9125 2005-04-28 Kim F. Storm <storm@cua.dk>
9126
9127 * ido.el (ido-everywhere): Fix last change.
9128
9129 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9130
9131 * international/latexenc.el: New file.
9132 * international/mule-conf.el (file-coding-system-alist): For .tex,
9133 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
9134
9135 2005-04-28 Lute Kamstra <lute@gnu.org>
9136
9137 * font-lock.el (font-lock-add-keywords)
9138 (font-lock-remove-keywords): Clarify docstring.
9139 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
9140 Don't start docstrings with a `*'.
9141 (font-lock-update-removed-keyword-alist): Give it a docstring.
9142
9143 * generic-x.el: Update commentary section.
9144 Only require font-lock when compiling.
9145 Define all modes conditionally.
9146 Place all generic modes in the generic-x-modes customization group.
9147 (generic-x-modes): New customization group.
9148 (generic-default-modes, generic-mswindows-modes)
9149 (generic-unix-modes, generic-other-modes): New constants.
9150 (generic-define-mswindows-modes, generic-define-unix-modes):
9151 Update docstrings. Make them obsolete.
9152 (generic-extras-enable-list): New default value. Update docstring.
9153 Improve :type. Change :set function.
9154 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
9155 Fix docstring.
9156
9157 * emacs-lisp/generic.el (generic-mode-internal):
9158 Simplify font-lock-defaults.
9159 (define-generic-mode): Fix docstring.
9160
9161 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9162
9163 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
9164 font-lock-face property to highlight matches.
9165
9166 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
9167
9168 * progmodes/cc-mode.el (cc-create-define-alist): New function.
9169 (cc-define-alist): New variable.
9170 (c-mode): Make it local and initialize it.
9171
9172 * progmodes/gdb-ui.el (gdb-active-process): New variable.
9173 (gdb-exited): New function.
9174 (gdb-annotation-rules): Use it.
9175 (gdb-starting): Set gdb-active-process to t.
9176 (gdb-stopping): Amend doc string.
9177 (gdb-reset): Set gdb-active-process to nil.
9178
9179 * tooltip.el (tooltip-gud-tips): Show the associated #define
9180 directives when a C program under GDB is not executing.
9181
9182 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9183
9184 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
9185 font-lock-fontify-syntactic-keywords.
9186
9187 * font-lock.el (font-lock-default-fontify-region): Don't force
9188 parse-sexp-lookup-properties to nil.
9189
9190 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9191
9192 * man.el (man-mode-syntax-table): Set up `:' to have
9193 word-constituent syntax.
9194
9195 2005-04-27 Lute Kamstra <lute@gnu.org>
9196
9197 * novice.el (disable-command): Don't add spurious newlines to the
9198 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
9199
9200 2005-04-26 Jay Belanger <belanger@truman.edu>
9201
9202 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
9203 than one window before deleting window.
9204
9205 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
9206
9207 * shell.el (shell-prompt-pattern): Doc fix.
9208 (shell-mode): Set paragraph-separate buffer locally to "\\'".
9209
9210 * comint.el (comint-prompt-regexp, comint-get-old-input)
9211 (comint-use-prompt-regexp)
9212 (comint-use-prompt-regexp-instead-of-fields)
9213 (comint-replace-by-expanded-history, comint-send-input)
9214 (comint-output-filter, comint-get-old-input-default)
9215 (comint-line-beginning-position, comint-bol, comint-show-output)
9216 (comint-backward-matching-input, comint-forward-matching-input)
9217 (comint-next-prompt, comint-previous-prompt):
9218 Rename `comint-use-prompt-regexp-instead-of-fields' to
9219 `comint-use-prompt-regexp'. Keep old name as alias and declare
9220 obsolete.
9221 (comint-use-prompt-regexp): Shorten first line of doc string.
9222
9223 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
9224 Set paragraph-separate buffer locally to "\\'".
9225
9226 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
9227 Adapt to above name change.
9228
9229 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9230 (smbclient-prompt-regexp): Ditto.
9231
9232 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
9233
9234 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
9235
9236 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
9237 gdb-location-list.
9238 Break lines that are over 80 characters wide.
9239
9240 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9241
9242 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
9243 New fun and var, to preserve compatibility.
9244
9245 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
9246
9247 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
9248
9249 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
9250 name to file-newer-than-file-p.
9251
9252 2005-04-26 Richard M. Stallman <rms@gnu.org>
9253
9254 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
9255
9256 * progmodes/python.el (python-mode):
9257 Use new name eldoc-documentation-function.
9258
9259 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
9260
9261 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9262 (eldoc-documentation-function):
9263 Rename from eldoc-print-current-symbol-info-function. Calls changed.
9264
9265 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
9266
9267 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
9268
9269 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9270
9271 * term/xterm.el (function-key-map): Fix strings for
9272 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
9273 {C,S,A,C-S}-{f1-f12}.
9274
9275 2005-04-26 Kenichi Handa <handa@m17n.org>
9276
9277 * international/mule-cmds.el (select-safe-coding-system):
9278 Fix previous change.
9279
9280 2005-04-26 Lute Kamstra <lute@gnu.org>
9281
9282 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
9283
9284 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
9285 (font-lock-comment-delimiter-face): Ditto.
9286
9287 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
9288
9289 2005-04-25 Jay Belanger <belanger@truman.edu>
9290
9291 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
9292 to t while inserting information; use help-mode.
9293
9294 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9295
9296 * term.el (ansi-term-color-vector): Use the xterm colors.
9297 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
9298
9299 2005-04-25 Lute Kamstra <lute@gnu.org>
9300
9301 * font-core.el (font-lock-defaults): Fix docstring.
9302
9303 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
9304
9305 2005-04-25 Kenichi Handa <handa@m17n.org>
9306
9307 * international/mule-cmds.el (select-safe-coding-system):
9308 Don't check consistency with coding: spec, etc if raw-text or
9309 no-conversion was found to be safe.
9310
9311 2005-04-24 Richard M. Stallman <rms@gnu.org>
9312
9313 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
9314 citation markers at start of each line.
9315
9316 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
9317 citation markers at start of each line.
9318
9319 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
9320
9321 * files.el (mode-require-final-newline): Fix previous change.
9322 (require-final-newline): Fix type label.
9323
9324 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9325
9326 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9327 statement in buffer (broken by 2004-11-24 change).
9328
9329 2005-04-24 Kim F. Storm <storm@cua.dk>
9330
9331 * ido.el (ido-everywhere): Save and restore old read-buffer-function
9332 and read-file-name-function values. Don't overwrite existing
9333 non-nil values if ido-mode is enabled without ido-everywhere.
9334
9335 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
9336
9337 * files.el (mode-require-final-newline): Minor doc fix.
9338
9339 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9340
9341 * subr.el (syntax-after): Doc fix.
9342 (syntax-class): If argument is nil, return nil. Mask off upper 16
9343 bits, not 8 bits.
9344
9345 * files.el (mode-require-final-newline): Doc fix.
9346 (backup-buffer-copy): Fix last change.
9347
9348 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9349
9350 * term/mac-win.el: Require select. Set selection-coding-system to
9351 mac-system-coding-system. Call menu-bar-enable-clipboard.
9352 (x-last-selected-text-clipboard, x-last-selected-text-primary)
9353 (x-select-enable-clipboard): New variables.
9354 (x-select-text, x-get-selection, x-selection-value)
9355 (x-get-selection-value, mac-select-convert-to-string)
9356 (mac-services-open-file, mac-services-open-selection)
9357 (mac-services-insert-text): New functions.
9358 (CLIPBOARD, FIND): Put mac-scrap-name property.
9359 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9360 (public.tiff): Put mac-ostype property.
9361 (selection-converter-alist): Add entries for them.
9362 (mac-application-menu-map): New keymap.
9363 (interprogram-cut-function, interprogram-paste-function): Set to
9364 x-select-text and x-get-selection-value, respectively.
9365 (split-window-keep-point): Set to t.
9366
9367 2005-04-23 Richard M. Stallman <rms@gnu.org>
9368
9369 * files.el (read-directory-name): Always pass non-nil
9370 DEFAULT-FILENAME arg to read-file-name.
9371 (backup-buffer-copy, basic-save-buffer-2): Take care against
9372 writing thru an unexpected existing symlink.
9373 (revert-buffer): In indirect buffer, revert the base buffer.
9374 (magic-mode-alist): Doc fix.
9375 (buffer-stale-function): Doc fix.
9376 (minibuffer-with-setup-hook): Avoid warning.
9377 (mode-require-final-newline): Doc and custom fix.
9378
9379 * follow.el (follow-end-of-buffer): Use with-no-warnings.
9380
9381 * font-lock.el (font-lock-comment-face): On terminals with few colors,
9382 use the default appearance.
9383 (font-lock-comment-delimiter-face): New face, new variable.
9384
9385 * imenu.el (imenu--generic-function): The official position of a
9386 definition is the start of the line that BEG is in.
9387
9388 * midnight.el (midnight-timer): Move defvar up.
9389
9390 * mouse.el (mouse-drag-region-1): Delete some debugging code.
9391
9392 * saveplace.el (save-place-to-alist): Use with-no-warnings.
9393
9394 * startup.el (command-line): Use with-no-warnings.
9395
9396 * window.el (window-size-fixed): New defvar.
9397
9398 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9399
9400 * mail/rmail.el (rmail-font-lock-keywords):
9401 Use font-lock-comment-delimiter-face.
9402
9403 * mail/sendmail.el (mail-font-lock-keywords):
9404 Use font-lock-comment-delimiter-face.
9405
9406 * progmodes/compile.el (next-error-highlight-timer): New defvar.
9407
9408 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9409
9410 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9411 Specify t for LAXMATCH when matching directories.
9412 Save match data around compilation-compat-error-properties form.
9413
9414 2005-04-23 David Kastrup <dak@gnu.org>
9415
9416 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9417 Mention that the autoloaded aliases should be kept for AUCTeX.
9418
9419 2005-04-23 Andreas Schwab <schwab@suse.de>
9420
9421 * isearch.el (isearch-forward): Doc fix.
9422
9423 2005-04-23 Eli Zaretskii <eliz@gnu.org>
9424
9425 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9426 (jit-lock-stealth-nice): Change default value to 0.5.
9427
9428 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
9429
9430 * abbrev.el (write-abbrev-file): Write table entries in
9431 alphabetical order by table name.
9432
9433 2005-04-22 Kim F. Storm <storm@cua.dk>
9434
9435 * ido.el (ido-read-internal): Fix `list' completion.
9436
9437 2005-04-22 Kenichi Handa <handa@m17n.org>
9438
9439 * recentf.el (recentf-save-file-coding-system): New variable.
9440 (recentf-save-list): Encode the file by
9441 recentf-save-file-coding-system and add coding: tag.
9442
9443 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9444
9445 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9446
9447 2005-04-21 Lute Kamstra <lute@gnu.org>
9448
9449 * loadhist.el (unload-feature): Don't remove a function from hooks
9450 if it is about to be restored to an autoload . Remove functions
9451 that will become unbound from auto-mode-alist. Simplify the code.
9452
9453 * subr.el (assq-delete-all): New implementation that is linear,
9454 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9455 (rassq-delete-all): New function.
9456
9457 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9458 Add size-indication-mode.
9459
9460 2005-04-21 Kenichi Handa <handa@m17n.org>
9461
9462 * international/mule-cmds.el: Add autoload for widget-value in
9463 eval-when-compile.
9464
9465 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9466
9467 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9468 Add tooltip-mode.
9469
9470 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9471
9472 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9473
9474 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9475 (inferior-lisp-filter-regexp, inferior-lisp-program)
9476 (inferior-lisp-load-command, inferior-lisp-prompt)
9477 (inferior-lisp-mode-hook, lisp-source-modes)
9478 (inferior-lisp-load-hook): defvar->defcustom.
9479 (inferior-lisp-program, inferior-lisp-prompt)
9480 (inferior-lisp-load-hook): Doc fixes.
9481 (inferior-lisp-install-letter-bindings): Small change in
9482 introductory comment.
9483
9484 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9485
9486 * vc.el (vc-annotate-color-map): Change some colors so that text
9487 using them as foreground is readable on both white and black
9488 backgrounds.
9489
9490 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9491
9492 * international/mule-conf.el (translation-table-for-input):
9493 Remove redundant declaration.
9494
9495 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9496
9497 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9498
9499 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9500 (tooltip-toggle-gud-tips): New function.
9501
9502 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9503
9504 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9505 right angle brackets.
9506
9507 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9508
9509 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9510
9511 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9512
9513 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9514 Remove. Update callers to use expand-file-name instead.
9515
9516 * subr.el (syntax-class): New function.
9517
9518 * simple.el (blink-matching-open): Use it.
9519
9520 * paren.el (show-paren-function): Use it to recognize parens that are
9521 also used in 2-char comment markers.
9522
9523 2005-04-19 Lute Kamstra <lute@gnu.org>
9524
9525 * loadhist.el (unload-feature): Update for new format of
9526 load-history. Simplify the code.
9527
9528 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9529
9530 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9531 (mac-add-charset-info): New function. Initialize variable
9532 mac-charset-info-alist using it.
9533 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9534 for translation.
9535 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9536 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9537 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9538 New CCL programs.
9539
9540 2005-04-19 Kim F. Storm <storm@cua.dk>
9541
9542 * simple.el (next-buffer, prev-buffer, next-error)
9543 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9544 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9545
9546 * bindings.el (next-buffer, prev-buffer, next-error)
9547 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9548 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9549 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9550 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9551
9552 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9553
9554 * isearch.el (isearch-edit-string): Make the search-ring available for
9555 minibuffer history commands.
9556 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9557 the default history commands now work just as well.
9558 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9559
9560 2005-04-18 Kim F. Storm <storm@cua.dk>
9561
9562 * emulation/cua-base.el (cua--pre-command-handler): Add more
9563 elaborate check for shift modifier on non-window systems.
9564
9565 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9566
9567 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9568
9569 2005-04-18 Kim F. Storm <storm@cua.dk>
9570
9571 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9572 and make it optional. Don't test tooltip-gud-echo-area here.
9573 (tooltip-gud-process-output, gdb-tooltip-print):
9574 Pass tooltip-gud-echo-area to tooltip-show.
9575 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9576
9577 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9578
9579 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9580 `display-graphic-p' may not be bound yet.
9581
9582 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9583
9584 * startup.el (command-line): No longer enable Xterm Mouse mode by
9585 default in terminals compatible with xterm.
9586
9587 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9588
9589 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9590
9591 * tooltip.el (tooltip-gud-echo-area): Rename from
9592 tooltip-use-echo-area.
9593 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9594 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9595 area independently of where help tooltips are displayed.
9596
9597 2005-04-17 David Kastrup <dak@gnu.org>
9598
9599 * cus-theme.el (custom-theme-write-variables): Quote variables
9600 where necessary.
9601
9602 2005-04-17 Richard M. Stallman <rms@gnu.org>
9603
9604 * simple.el (yank-excluded-properties): Add follow-link to value.
9605
9606 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9607
9608 * startup.el (fancy-splash-max-time): Just 30 seconds.
9609 (fancy-splash-delay): Just 7.
9610 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9611
9612 * loadhist.el (unload-feature): Update for new format of load-history.
9613 Simplify the code.
9614
9615 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9616 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9617
9618 * mail/sendmail.el (mail-font-lock-keywords):
9619 Don't fontify subject text.
9620 Don't fontify the text of a citation.
9621
9622 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9623
9624 * comint.el (comint-output-filter): Run comint-output-filter-functions
9625 with point where the user had it.
9626
9627 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9628
9629 * international/ucs-tables.el (ucs-set-table-for-input):
9630 Disable when using unify-on-decoding.
9631
9632 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9633
9634 * emulation/cua-base.el (cua-global-mark-face): Add special case
9635 for displays supporting a high number of colors.
9636
9637 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9638
9639 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9640
9641 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9642
9643 * filesets.el (filesets-add-buffer): If user supplies a name of a
9644 non-existing fileset, create a new fileset.
9645
9646 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9647
9648 * textmodes/org.el (org-up-heading-all): Fix bug with
9649 `outline-up-heading-all'.
9650
9651 2005-04-16 Andreas Schwab <schwab@suse.de>
9652
9653 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9654 /etc/permissions.d/* and /etc/aliases.d/*.
9655
9656 2005-04-16 Kenichi Handa <handa@m17n.org>
9657
9658 * international/code-pages.el (cp-make-coding-system):
9659 Set `translation-table-for-input' property value to the symbol
9660 ucs-mule-to-mule-unicode, not to that value.
9661 (pt154): Escape guillemet by `\'.
9662
9663 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9664
9665 * loadup.el: Load tooltip if x-show-tip is fboundp.
9666
9667 * startup.el (command-line): Add comment.
9668
9669 * tooltip.el (tooltip-mode): Specify correct standard value for
9670 Custom in init-value.
9671
9672 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9673
9674 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9675 possible.
9676
9677 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9678
9679 * textmodes/org.el (org-agenda-date-prompt): Rename from
9680 `org-agenda-date-today'.
9681 (org-evaluate-time-range): Insert at point instead of directly
9682 after time range.
9683 (org-first-headline-recenter, org-subtree-end-visible-p)
9684 (org-optimize-window-after-visibility-change): New functions
9685 (org-agenda-post-command-hook): Don't allow point at end of line,
9686 to make sure it always hits the text properties.
9687 (org-agenda-next-date-line, org-agenda-previous-date-line):
9688 New commands.
9689 (org-set-regexps-and-options): Category may contain white space.
9690 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9691 Improve marker positions.
9692 (org-agenda-new-marker): Argument POS made optional.
9693 (org-agenda-get-timestamps): Deadlines which are done are listed
9694 in org-done-face now.
9695 (org-agenda-get-todos, org-agenda-get-timestamps)
9696 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9697 Set `undone-face' and `done-face' properties.
9698 (org-last-todo-state-is-todo): New variable.
9699 (org-todo): Set `org-last-todo-state-is-todo'.
9700 (org-agenda-todo): Change face according to
9701 `org-last-todo-state-is-todo'. And change other lines referring to
9702 the same entry.
9703 (org-calendar-goto-agenda): New command.
9704 (org-calendar-to-agenda-key): New option.
9705 (org-startup-folded): New allowed value `content'.
9706 (org-set-regexps-and-options): Accept new value `content' for
9707 `org-startup-folded'.
9708 (org-get-current-options): Handle new value `content' for
9709 `org-startup-folded'.
9710 (org-insert-todo-heading): New command.
9711 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9712 interactively in empty file and option
9713 `org-insert-mode-line-in-empty-file' has been set.
9714 (org-agenda-todo,org-agenda-priority): Modify to use
9715 `org-agenda-change-all-lines'.
9716 (org-warning-face): Change color on dark background
9717
9718 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9719
9720 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9721 use preferences AppleLocale and AppleLanguages, and variable
9722 mac-system-locale for default locale. On Mac OS Classic, use
9723 mac-system-coding-system for default coding systems.
9724
9725 * term/mac-win.el: Don't set file-name-coding-system.
9726 Decode variables system-name, emacs-build-system, user-login-name, and
9727 user-full-name by mac-system-coding-system on Mac OS Classic.
9728 (mac-system-coding-system): New variable.
9729
9730 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9731
9732 * startup.el (command-line): Handle `xterm-mouse-mode' before
9733 reading init file.
9734
9735 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9736
9737 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9738
9739 * progmodes/sh-script.el (sh-here-document-word): Make it a
9740 defcustom. Doc fix.
9741 (sh-add): Bash uses $(( )) for arithmetic.
9742 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9743 (sh-maybe-here-document): Remove quotes and leading whitespace
9744 from heredoc word when closing. Indent heredoc with tabs if word
9745 starts with "-".
9746
9747 2005-04-13 Richard M. Stallman <rms@gnu.org>
9748
9749 * simple.el (undo): Fix previous change.
9750
9751 * custom.el (defface): Doc fix.
9752
9753 2005-04-13 Lute Kamstra <lute@gnu.org>
9754
9755 * Makefile.in (DONTCOMPILE): Remove list.
9756 (compile, compile-always): Don't use DONTCOMPILE.
9757 (update-authors): Load the library in which batch-update-authors
9758 is defined.
9759 * makefile.w32-in (DONTCOMPILE): Remove list.
9760 (compile, compile-always): Fix comments.
9761 (update-authors): Load the library in which batch-update-authors
9762 is defined.
9763
9764 * generic-x.el (generic-mode-ini-file-find-file-hook):
9765 Rename to ini-generic-mode-find-file-hook.
9766 Keep generic-mode-ini-file-find-file-hook as an alias.
9767 (ini-generic-mode-find-file-hook): Rename from
9768 generic-mode-ini-file-find-file-hook. Fix docstring.
9769 (ini-generic-mode): Docstring change.
9770 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9771
9772 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9773 called from lisp.
9774
9775 * generic.el: Move to the emacs-lisp subdir.
9776
9777 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9778
9779 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9780 and C-S- function and cursor motion keys.
9781
9782 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9783
9784 * startup.el (command-line): Enable Xterm Mouse mode by default.
9785 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9786 for Custom. No longer show "Mouse" in mode line when enabled.
9787 Doc fix.
9788
9789 2005-04-12 Kim F. Storm <storm@cua.dk>
9790
9791 * emulation/cua-base.el (cua-rectangle-face)
9792 (cua-rectangle-noselect-face): Define face attributes here.
9793
9794 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9795
9796 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9797
9798 * startup.el (command-line): Turn off blinking cursor if
9799 cursorBlink in resources is off or false.
9800
9801 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9802
9803 * term/mac-win.el (dnd): Require dnd.
9804 (mac-drag-n-drop): Call dnd-handle-one-url.
9805 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9806 (kTextEncodingISOLatin2): Remove constants.
9807 (mac-script-code-coding-systems): New constant.
9808 (mac-handle-language-change): New function.
9809 (special-event-map): Bind it to `language-change' event.
9810 (mac-centraleurroman, mac-cyrillic): New coding systems.
9811 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9812 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9813 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9814 encode-mac-cyrillic, respectively.
9815
9816 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9817
9818 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9819 Don't set overlay-arrow-string to "=>" as this is done
9820 globally in C now.
9821
9822 2005-04-12 Lute Kamstra <lute@gnu.org>
9823
9824 * generic-x.el (rc-generic-mode, rul-generic-mode):
9825 Fix auto-mode-alist entries.
9826 (etc-fstab-generic-mode): Tweak fontification.
9827
9828 * generic.el (generic-make-keywords-list): Fix docstring.
9829 (generic-mode-internal): Simplify generic-font-lock-keywords.
9830
9831 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9832
9833 * whitespace.el (whitespace-buffer-leading)
9834 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9835 However, fix the highlight area for the leading and
9836 trailing whitespaces to show space.
9837
9838 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9839
9840 * whitespace.el (whitespace-version): Bump to 3.5
9841
9842 (whitespace-buffer-leading, whitespace-buffer-trailing):
9843 Invert sense of the test to highlight the whitespace.
9844
9845 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9846
9847 * progmodes/gud.el (gud-display-line): GUD uses its own
9848 overlay arrow now so don't set overlay-arrow-string.
9849 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9850
9851 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9852
9853 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9854 (term-ansi-current-reverse, term-ansi-current-invisible)
9855 (term-ansi-face-already-done): Change to boolean.
9856 (term-reset-terminal, term-handle-colors-array): Handle the above
9857 vars accordingly.
9858 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9859 (term-emulate-terminal): Use the new name.
9860
9861 * faces.el (secondary-selection): Use yellow1, not yellow.
9862 (trailing-whitespace): Use red1, not red.
9863
9864 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9865
9866 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9867 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9868 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9869
9870 * cus-edit.el (dnd): New group.
9871
9872 * term/w32-win.el (dnd): Require dnd
9873 (w32-drag-n-drop): Call dnd-handle-one-url.
9874
9875 * x-dnd.el: Require dnd.
9876 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9877 Call dnd-handle-one-url.
9878 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9879 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9880 to dnd-insert-text.
9881 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9882 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9883 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9884 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9885
9886 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9887
9888 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9889
9890 * wdired.el: Doc fixes.
9891 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9892 (wdired-use-dired-vertical-movement): Rename from
9893 wdired-always-move-to-filename-beginning.
9894 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9895 (wdired-change-to-wdired-mode): Change mode name.
9896 (wdired-newline): Delete.
9897
9898 2005-04-11 Richard M. Stallman <rms@gnu.org>
9899
9900 * whitespace.el (whitespace-highlight-the-space):
9901 Don't call whitespace-unhighlight-the-space here.
9902
9903 * simple.el (undo): Record t in undo-equiv-table
9904 for the redo record made by an undo-in-region.
9905
9906 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9907
9908 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9909 (gdb-frame-inferior-io-buffer): New Functions to control
9910 display of separate IO buffer.
9911 (menu): Add them to menu-bar.
9912 (gdb-display-buffer): Check for buffer another frame.
9913 Protect GUD buffer.
9914 (gdb-setup-windows): Create IO buffer if not already there.
9915 (gdb-memory-mode): Remove purecopy noops.
9916
9917 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9918
9919 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9920 and pass to self-insert-command.
9921
9922 2005-04-11 Lute Kamstra <lute@gnu.org>
9923
9924 * generic.el: Commentary section cleanup.
9925 (generic): Delete.
9926 (generic-use-find-file-hook, generic-lines-to-scan)
9927 (generic-find-file-regexp, generic-ignore-files-regexp)
9928 (default-generic-mode, generic-mode-find-file-hook)
9929 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9930 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9931 (generic-use-find-file-hook, generic-lines-to-scan)
9932 (generic-find-file-regexp, generic-ignore-files-regexp)
9933 (default-generic-mode, generic-mode-find-file-hook)
9934 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9935
9936 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9937
9938 * bookmark.el (bookmark-write-file): Catch errors writing file.
9939 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9940
9941 2005-04-10 Richard M. Stallman <rms@gnu.org>
9942
9943 * startup.el (fancy-splash-tail): Update copyright year.
9944 (command-line): Split part of -Q into -D.
9945 (emacs-basic-display): New defvar.
9946 (fancy-splash-text): Correct name of menu item.
9947
9948 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9949
9950 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9951 lines in one node.
9952
9953 * comint.el (comint-send-input): New arg ARTIFICIAL.
9954 Callers in this file changed.
9955
9956 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9957
9958 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9959
9960 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9961
9962 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9963 `ldap-search-internal'.
9964
9965 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9966
9967 * files.el (set-auto-mode-1): Use line-end-position.
9968
9969 * international/latin-1.el:
9970 * international/latin-2.el:
9971 * international/latin-3.el:
9972 * international/latin-4.el:
9973 * international/latin-5.el:
9974 * international/latin-8.el:
9975 * international/latin-9.el: Give punctuation syntax to NBSP.
9976
9977 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9978 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9979 Use char-classes to accept non-ascii letters, accepted in some recent
9980 bibtex implementations.
9981
9982 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9983
9984 * custom.el (custom-set-minor-mode): Any non-nil value for the
9985 variable should enable the mode when set through Custom.
9986
9987 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9988
9989 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9990 TAB binding so tab-always-indent is obeyed.
9991 (vhdl-minibuffer-local-map): Move initialization into declaration.
9992 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9993 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9994 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9995 (vhdl-current-line): Use line-beginning-position.
9996 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9997 with-output-to-temp-buffer, so the current position can be recorded.
9998
9999 2005-04-10 Masatake YAMATO <jet@gyve.org>
10000
10001 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10002 Add regexp for gcov.
10003
10004 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
10005
10006 * calendar/time-date.el (time-to-seconds, seconds-to-time)
10007 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
10008 syntax which Emacs 20 doesn't support.
10009
10010 2005-04-09 Richard M. Stallman <rms@gnu.org>
10011
10012 * help.el (describe-key-briefly, describe-key):
10013 Replace strings as event types with "(any string)".
10014
10015 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10016
10017 * arc-mode.el (archive-mode-map): Move initialization into
10018 the declaration. Override *all* bindings of `undo'.
10019 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
10020
10021 2005-04-09 Jay Belanger <belanger@truman.edu>
10022
10023 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
10024
10025 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10026
10027 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
10028 (xterm-register-default-colors): Update color values computation
10029 to match xterm-200.
10030
10031 2005-04-09 Kenichi Handa <handa@m17n.org>
10032
10033 * international/code-pages.el (iso-latin-7): Fix the map.
10034
10035 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
10036
10037 * emacs-lisp/lisp.el (defun-prompt-regexp)
10038 (parens-require-spaces, buffer-end, end-of-defun)
10039 (insert-parentheses): Doc fixes.
10040
10041 2005-04-08 Kim F. Storm <storm@cua.dk>
10042
10043 * comint.el (comint-highlight-prompt): Fix face spec.
10044 * hi-lock.el (hi-green): Likewise.
10045
10046 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
10047
10048 * cus-edit.el (custom-modified-face):
10049 * comint.el (comint-highlight-input): Fix previous changes.
10050 * term.el (term-handle-ansi-escape): Add a comment.
10051
10052 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10053
10054 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
10055 in the buffer and in whitespace-highlighted-space.
10056 (whitespace-unhighlight-the-space): Simplify.
10057 (whitespace-buffer): Simplify.
10058
10059 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
10060
10061 * textmodes/table.el (table-cell-face): Add special case for
10062 displays supporting a high number of colors.
10063 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10064 (vhdl-font-lock-reserved-words-face)
10065 (vhdl-speedbar-architecture-face)
10066 (vhdl-speedbar-instantiation-face)
10067 (vhdl-speedbar-architecture-selected-face)
10068 (vhdl-speedbar-instantiation-selected-face): Likewise.
10069 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
10070 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
10071 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10072 (ebrowse-root-class-face, ebrowse-member-attribute-face)
10073 (ebrowse-progress-face): Likewise.
10074 * progmodes/compile.el (compilation-info-face): Likewise.
10075 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
10076 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
10077 * calendar/calendar.el (diary-face): Likewise.
10078 * woman.el (woman-italic-face, woman-bold-face)
10079 (woman-unknown-face): Likewise.
10080 * wid-edit.el (widget-button-pressed-face): Likewise.
10081 * whitespace.el (whitespace-highlight-face): Likewise.
10082 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
10083 * pcvs-info.el (cvs-marked-face): Likewise.
10084 * info.el (info-xref): Likewise.
10085 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
10086 * hilit-chg.el (highlight-changes-face)
10087 (highlight-changes-delete-face): Likewise.
10088 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
10089 (hi-red-b): Likewise.
10090 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
10091 * font-lock.el (font-lock-keyword-face)
10092 (font-lock-function-name-face, font-lock-warning-face): Likewise.
10093 * cus-edit.el (custom-invalid-face, custom-modified-face)
10094 (custom-set-face, custom-changed-face, custom-variable-tag-face)
10095 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
10096 * comint.el (comint-highlight-prompt): Likewise.
10097
10098 2005-04-08 Lute Kamstra <lute@gnu.org>
10099
10100 * font-lock.el (font-lock-keywords): Docstring fixes.
10101
10102 2005-04-08 Kenichi Handa <handa@m17n.org>
10103
10104 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
10105 chars are more than a limit, print " and more..." at the tail.
10106
10107 2005-04-08 Kim F. Storm <storm@cua.dk>
10108
10109 * emacs-lisp/authors.el (authors-aliases): Update list.
10110 (authors-ignored-files): New list.
10111 (authors-fixed-entries): Fix typo.
10112 (authors-renamed-files-alist): Update list.
10113 (authors-add): Check authors-ignored-files.
10114
10115 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
10116
10117 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
10118 optional, to ensure backward compatibility.
10119
10120 2005-04-08 Stephen Eglen <stephen@gnu.org>
10121
10122 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
10123
10124 2005-04-08 Kim F. Storm <storm@cua.dk>
10125
10126 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
10127
10128 * mouse.el (mouse-on-link-p): Doc fix.
10129
10130 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
10131
10132 * ielm.el (ielm-prompt-read-only): Doc fix.
10133
10134 * comint.el (comint-prompt-read-only): Doc fix.
10135
10136 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
10137
10138 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
10139 ensure dired always handles wildcards passed to ffap.
10140 (find-file-at-point): Use it.
10141 (ffap-dired-wildcards): Doc fix.
10142
10143 2005-04-07 Juri Linkov <juri@jurta.org>
10144
10145 * simple.el (next-error-overlay-arrow-position): New defvar.
10146 Put "=>" on its property `overlay-arrow-string'. Add it to
10147 `overlay-arrow-variable-list'.
10148
10149 * progmodes/compile.el (compilation-setup):
10150 Set `next-error-overlay-arrow-position' to nil. Also set it to
10151 nil in the local hook `kill-buffer-hook'. Make local variable
10152 `overlay-arrow-string' and set it to "=>".
10153 (compilation-goto-locus): Set BOL position to
10154 `next-error-overlay-arrow-position' instead of
10155 `overlay-arrow-position'.
10156
10157 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
10158 locally instead of adding it to the global hook.
10159 (Info-kill-buffer): Move up.
10160
10161 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
10162
10163 * term/xterm.el (xterm-standard-colors): Update color values from
10164 xterm-200.
10165
10166 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
10167
10168 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
10169
10170 * fast-lock.el:
10171 * lazy-lock.el: Move them to the obsolete subdir.
10172
10173 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10174
10175 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
10176 (wdired-add-replace-advice): Remove.
10177 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
10178
10179 2005-04-06 Kim F. Storm <storm@cua.dk>
10180
10181 * startup.el (command-line): Add --bare-bones alias for -Q.
10182
10183 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10184
10185 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
10186 create the startup fontset if a font specification ends with
10187 `mac-roman'.
10188
10189 2005-04-06 Lute Kamstra <lute@gnu.org>
10190
10191 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
10192 change.
10193
10194 * emacs-lisp/copyright.el (copyright-update-year): Replace the
10195 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
10196
10197 2005-04-05 Lute Kamstra <lute@gnu.org>
10198
10199 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
10200 (define-generic-mode): Ditto. Fix debug declaration.
10201
10202 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10203 Put them in the generic-x group.
10204
10205 * calendar/timeclock.el (timeclock): Doc fix.
10206
10207 * generic.el (define-generic-mode): Don't use custom-current-group.
10208 Document default :group value.
10209 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
10210 (define-global-minor-mode): Don't use custom-current-group.
10211
10212 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
10213
10214 * startup.el (command-line-1): Display startup-echo-area-message
10215 when fancy splash screen is in use.
10216
10217 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
10218 (sh-escaped-newline): New face.
10219 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
10220 newline, and use sh-escaped-newline face.
10221
10222 * progmodes/tcl.el (tcl-escaped-newline): New face.
10223 (tcl-builtin-list): New variable.
10224 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
10225 newlines. Fix keywords subexpression number.
10226
10227 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
10228
10229 * textmodes/org.el (org-diary-default-entry): Fix call to
10230 `add-to-diary-entry'.
10231
10232 2005-04-05 Kim F. Storm <storm@cua.dk>
10233
10234 * ediff-init.el: Use (featurep 'xemacs).
10235
10236 2005-04-05 David Ponce <david@dponce.com>
10237
10238 * cus-edit.el (face): Derive from symbol widget. Display sample
10239 of the current face on the fly.
10240 (widget-face-sample-face-get, widget-face-notify): New functions.
10241 (widget-face-value-create): Remove.
10242
10243 * wid-edit.el (widget-field-end): Temporarily remove field
10244 narrowing before to call `get-char-property'.
10245
10246 2005-04-04 Jay Belanger <belanger@truman.edu>
10247
10248 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
10249 (math-read-subscripts): New variable.
10250 (math-read-preprocess-string): Process subscripts.
10251
10252 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
10253
10254 * comint.el (comint-prompt-read-only): Doc fix.
10255
10256 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
10257 `-1'. Doc fix.
10258
10259 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
10260
10261 * textmodes/org.el (org-insert-mode-line-in-empty-file):
10262 Change default value to nil.
10263
10264 2005-04-04 Lute Kamstra <lute@gnu.org>
10265
10266 * autorevert.el (auto-revert-mode): Specify :group.
10267 * battery.el (display-battery-mode): Specify :group.
10268 * diff-mode.el (diff-minor-mode): Specify :group.
10269 * font-core.el (font-lock-mode): Specify :group.
10270 * hl-line.el (hl-line-mode): Specify :group.
10271 * iimage.el (iimage): New customization group.
10272 (iimage-mode): Specify :group.
10273 * longlines.el (longlines-mode): Specify :group.
10274 * master.el: Don't require easy-mmode.
10275 (master): New customization group.
10276 (master-mode): Specify :group.
10277 * msb.el (msb-mode): Specify :group.
10278 * reveal.el (reveal-mode): Specify :group.
10279 * simple.el (next-error-follow-minor-mode): Specify :group.
10280 * smerge-mode.el (smerge-mode): Specify :group.
10281 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
10282 * emulation/cua-base.el (cua-mode): Specify :group.
10283 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
10284 * language/thai-util.el (thai-auto-composition-mode)
10285 (thai-word-mode): Specify :group.
10286 * mail/supercite.el (sc-minor-mode): Specify :group.
10287 * progmodes/cwarn.el (cwarn-mode): Specify :group.
10288 * progmodes/flymake.el (flymake-mode): Specify :group.
10289 * progmodes/glasses.el (glasses-mode): Specify :group.
10290 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
10291 * textmodes/enriched.el (enriched-mode): Specify :group.
10292 * textmodes/refill.el (refill-mode): Specify :group.
10293
10294 * add-log.el (change-log-font-lock-keywords): Names in
10295 parenthesized lists can contain spaces.
10296
10297 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
10298
10299 * startup.el (fancy-splash-text): Shorten default text of
10300 "Emacs Tutorial" line. Also, if the current language env
10301 indicates an available tutorial file other than TUTORIAL,
10302 extract its title and append it to the line in parentheses.
10303 (fancy-splash-insert): If arg is a thunk, funcall it.
10304
10305 2005-04-04 Jay Belanger <belanger@truman.edu>
10306
10307 * calc.el (calc-language-alist): Add tags to customization type.
10308
10309 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
10310
10311 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
10312 Doc fix.
10313
10314 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
10315
10316 * add-log.el (change-log-font-lock-keywords): The manual
10317 describing a Change Log entry, says: (...) "Aside from these
10318 header lines, every line in the change log starts with a space or
10319 a tab.". The font-lock was not highlighting lines started with
10320 spaces, added support for it.
10321
10322 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10323
10324 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
10325 (bibtex-generate-url-list): Update docstring accordingly. Put the
10326 complex example in the docstring.
10327 (bibtex-font-lock-url): Use pop.
10328
10329 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10330
10331 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10332
10333 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10334
10335 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10336
10337 * filesets.el (filesets-set-default): Doc fix.
10338
10339 2005-04-03 Lute Kamstra <lute@gnu.org>
10340
10341 * generic.el (define-generic-mode): Add argument to specify
10342 keywords for defcustom.
10343 (default-generic-mode): Specify :group.
10344
10345 * generic-x.el: Specify :group for all generic modes.
10346
10347 * desktop.el (desktop-no-desktop-file-hook)
10348 (desktop-after-read-hook): Doc fix.
10349
10350 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
10351
10352 * simple.el (visible-mode): Use explicit :group keyword.
10353 This changes the group of `visible-mode-hook' from paren-blinking
10354 to editing-basics.
10355
10356 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10357
10358 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
10359 mailbox specifications as well as URLs.
10360 (rmail-insert-inbox-text): Remove unused conditional branches.
10361
10362 2005-04-01 Jay Belanger <belanger@truman.edu>
10363
10364 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10365 (calc-gnuplot-print-command): Move definitions to calc.el.
10366
10367 * calc/calc-embed.el (calc-embedded-announce-formula)
10368 (calc-embedded-open-formula, calc-embedded-close-formula)
10369 (calc-embedded-open-word, calc-embedded-close-word)
10370 (calc-embedded-open-plain, calc-embedded-close-plain)
10371 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10372 (calc-embedded-open-mode, calc-embedded-close-mode):
10373 Move definitions to calc.el.
10374
10375 * calc/calc.el (calc-settings-file, calc-language-alist):
10376 Make customizable.
10377 (calc-embedded-announce-formula, calc-embedded-open-formula)
10378 (calc-embedded-close-formula, calc-embedded-open-word)
10379 (calc-embedded-close-word, calc-embedded-open-plain)
10380 (calc-embedded-close-plain, calc-embedded-open-new-formula)
10381 (calc-embedded-close-new-formula, calc-embedded-open-mode)
10382 (calc-embedded-close-mode, calc-gnuplot-name)
10383 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10384 from other files and make customizable.
10385
10386 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10387
10388 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10389 Use buffer-live-p.
10390 (cvs-mode-run): Don't call cvs-update-header here.
10391 (cvs-run-process): Call cvs-update-header.
10392 Use process properties for cvs-postprocess and cvs-buffer so that
10393 the sentinel can behave better if the temp buffer is killed.
10394 Use a pipe rather than a tty, to better handle unexpected prompts.
10395 (cvs-sentinel): Rewrite. Call cvs-update-header.
10396
10397 2005-04-01 Andre Spiegel <spiegel@gnu.org>
10398
10399 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10400 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
10401
10402 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10403
10404 * generic.el (define-generic-mode): Add indentation rule.
10405
10406 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
10407
10408 * files.el (mode-require-final-newline): Make Custom correctly
10409 report a nil value and allow to set it to nil via Custom.
10410 Doc fix.
10411
10412 2005-04-01 Kenichi Handa <handa@m17n.org>
10413
10414 * international/characters.el: Enable the correct case setting for
10415 dotless-i and dotted-I.
10416
10417 2005-04-01 Kim F. Storm <storm@cua.dk>
10418
10419 * ido.el (ido-file-internal): Fall back to non-ido command if
10420 initial directory is on slow ftp (or tramp) host.
10421
10422 2005-03-31 Richard M. Stallman <rms@gnu.org>
10423
10424 * emacs-lisp/autoload.el (make-autoload):
10425 Handle define-global-minor-mode.
10426
10427 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10428 Rename from easy-mmode-define-global-mode.
10429 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10430
10431 * progmodes/scheme.el (scheme-mode-syntax-table):
10432 Update syntax of | and # for two-character comment syntax.
10433
10434 2005-03-31 Lute Kamstra <lute@gnu.org>
10435
10436 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10437 (define-minor-mode): Call custom-current-group at load-time.
10438
10439 * generic.el (define-generic-mode): Add debug declaration.
10440 Add defcustom for the mode hook.
10441 (generic-mode-internal): Use run-mode-hooks.
10442
10443 2005-03-31 Kim F. Storm <storm@cua.dk>
10444
10445 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10446 (mouse-fixup-help-message): New defun called by show_help_echo
10447 to fixup mouse-2 prefix in help messages when applicable.
10448
10449 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10450
10451 2005-03-31 Kenichi Handa <handa@m17n.org>
10452
10453 * language/thai-word.el (thai-find-word-ends): Pay attention to
10454 the case that we reach the end of buffer.
10455
10456 * textmodes/fill.el (fill-text-properties-at): New function.
10457 (fill-newline): Use fill-text-properties-at instead of
10458 text-properties-at.
10459
10460 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10461
10462 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10463 not comint-quote-filename.
10464
10465 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10466
10467 * help-fns.el (help-with-tutorial): Revert last change.
10468
10469 2005-03-31 Kim F. Storm <storm@cua.dk>
10470
10471 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10472
10473 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10474
10475 * calendar/cal-china.el: Update reference to "Calendrical
10476 Calculations" book; there's a new edition.
10477 * calendar/cal-coptic.el: Likewise.
10478 * calendar/cal-french.el: Likewise.
10479 * calendar/cal-hebrew.el: Likewise.
10480 * calendar/cal-islam.el: Likewise.
10481 * calendar/cal-iso.el: Likewise.
10482 * calendar/cal-julian.el: Likewise.
10483 * calendar/cal-mayan.el: Likewise.
10484 * calendar/cal-persia.el: Likewise.
10485 * calendar/calendar.el: Likewise.
10486 * calendar/holidays.el: Likewise.
10487 * calendar/lunar.el: Likewise.
10488 * calendar/solar.el: Likewise.
10489
10490 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10491 white space from doc string.
10492
10493 2005-03-30 Jay Belanger <belanger@truman.edu>
10494
10495 * calc/calc-help.el (calc-full-help): Remove email address.
10496
10497 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10498
10499 * help-fns.el (help-with-tutorial): Delete title line.
10500
10501 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10502
10503 * calendar/cal-x.el (calendar-one-frame-setup)
10504 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10505 rather than 'symbol for set-window-dedicated-p.
10506
10507 * calendar/appt.el (appt-buffer-name): Make it a constant.
10508 (appt-add): Doc fix.
10509
10510 * filesets.el (filesets-menu-path, filesets-menu-before)
10511 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10512 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10513 (filesets-add-submenu): Delete and use add-submenu instead.
10514
10515 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10516
10517 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10518 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10519 (org-diary-default-entry): New function.
10520 (org-get-entries-from-diary): Better parsing of diary entries.
10521 (org-agenda-check-no-diary): New function.
10522 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10523 linking to diary entries.
10524 (org-agenda-execute-calendar-command): New function.
10525 (org-agenda): Improve visible section in window.
10526 Use `org-fit-agenda-window'.
10527 (org-fit-agenda-window): New option.
10528 (org-move-subtree-down): Better handling of empty lines
10529 at end of subtree.
10530 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10531 levels up.
10532 (org-fontify-done-headline): New option.
10533 (org-headline-done-face): New face.
10534 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10535 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10536 When current field is non-empty, it is copied to next row.
10537 (org-table-copy-from-above): Fix bug which made it
10538 impossible to copy fields containing only a single non-white character.
10539
10540 2005-03-30 Kim F. Storm <storm@cua.dk>
10541
10542 * kmacro.el (kmacro-end-macro): Isearch may store this command
10543 into the macro -- so ignore it when executing keyboard macro.
10544
10545 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10546
10547 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10548
10549 2005-03-29 Kenichi Handa <handa@m17n.org>
10550
10551 * language/thai.el ("Thai"): Set setup-function and exit-function
10552 for Thai language environment.
10553
10554 * language/thai-util.el: Require thai-word.
10555 (thai-word-mode-map): New variable.
10556 (thai-word-mode): New minor mode.
10557 (setup-thai-language-environment-internal): New function.
10558 (exit-thai-language-environment-internal): New function.
10559
10560 * language/thai-word.el (thai-word-table): Declare it by defvar,
10561 use dolist to initialize it.
10562 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10563 (thai-fill-find-break-point): New functions.
10564
10565 2005-03-29 Richard M. Stallman <rms@gnu.org>
10566
10567 * simple.el (idle-update-delay): Move definition up.
10568 (set-mark): Doc fix.
10569
10570 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10571
10572 * longlines.el: New file.
10573
10574 * simple.el (buffer-substring-filters): New variable.
10575 (filter-buffer-substring): New function.
10576 (kill-region, copy-region-as-kill): Use it.
10577
10578 * register.el (copy-to-register, append-to-register)
10579 (prepend-to-register): Use filter-buffer-substring.
10580
10581 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10582
10583 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10584 (gud-filter-pending-text): Move in front of gdb.
10585 (gud-overlay-arrow-position): New variable.
10586 (gud-sentinel, gud-display-line): Use it in place of
10587 overlay-arrow-position.
10588
10589 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10590
10591 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10592 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10593 (fortran-font-lock-keywords-4): New variable.
10594 (fortran-blocks-re, fortran-end-block-re)
10595 (fortran-start-block-re): New constants, for hideshow.
10596 (hs-special-modes-alist): Add a Fortran entry.
10597 (fortran-mode-map): Bind fortran-end-of-block,
10598 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10599 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10600 (fortran-looking-at-if-then, fortran-end-of-block)
10601 (fortran-beginning-of-block): New functions, for hideshow.
10602
10603 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10604 Doc fix. Tweak regexp.
10605 (f90-beginning-of-block): Push mark first.
10606
10607 2005-03-29 Jay Belanger <belanger@truman.edu>
10608
10609 * calc/calc.el: Update copyright date.
10610 (calc-version): Increase to 2.1.
10611 (calc-version-date): Remove.
10612
10613 * calc/calc-help.el: Update copyright date.
10614 (calc-full-help): Remove reference to calc-version-date.
10615 Update copyright date.
10616
10617 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10618
10619 * vc.el (vc-do-command): Use a pipe for async processes, so password
10620 prompts don't show up at places where the user can't reply.
10621
10622 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10623
10624 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10625 on the file name we pass to the inferior shell.
10626
10627 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10628
10629 * progmodes/which-func.el (which-function): Be robust in the face of an
10630 imenu--make-index-alist failure.
10631
10632 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10633
10634 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10635
10636 * progmodes/python.el (python-preoutput-filter): Fix last change.
10637
10638 2005-03-29 Lute Kamstra <lute@gnu.org>
10639
10640 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10641 functions and compiled macros.
10642 (debug-convert-byte-code): Handle macros too.
10643 (debug-on-entry-1): Don't signal an error when trying to clear a
10644 function that is not set to debug on entry.
10645
10646 2005-03-29 Jay Belanger <belanger@truman.edu>
10647
10648 * calc/calc-lang.el: Add functions to math-function-table
10649 properties of tex and math.
10650
10651 2005-03-29 Kenichi Handa <handa@m17n.org>
10652
10653 * ps-mule.el (ps-mule-plot-string): Translate characters by
10654 ps-print-translation-table.
10655 (ps-mule-begin-job): Call find-charset-region/string with
10656 ps-print-translation-table.
10657 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10658
10659 * ps-print.el (ps-print-translation-table): New variable.
10660 (ps-plot-region): Translate characters by ps-print-translation-table.
10661
10662 2005-03-29 Juri Linkov <juri@jurta.org>
10663
10664 * simple.el (next-error-highlight-timer): New variable.
10665
10666 * progmodes/compile.el (compilation-goto-locus):
10667 Use `next-error-highlight-timer' instead of `sit-for'.
10668
10669 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10670
10671 * mail/supercite.el (sc-mail-field): Use assoc-string.
10672 (sc-get-address): Simplify regexps.
10673
10674 * files.el (minibuffer-with-setup-hook): New macro.
10675 (find-file-read-args): Use it to avoid let-binding
10676 minibuffer-with-setup-hook (which breaks turning on/off
10677 file-name-shadow-mode while in the prompt).
10678
10679 * complete.el (PC-read-include-file-name-internal):
10680 Use test-completion.
10681
10682 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10683
10684 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10685
10686 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10687
10688 * window.el (window-buffer-height): Use count-screen-lines.
10689
10690 * progmodes/python.el (python-preoutput-leftover): New var.
10691 (python-preoutput-filter): Use it.
10692 (python-send-receive): Loop until all the result has been received.
10693
10694 2005-03-28 Juri Linkov <juri@jurta.org>
10695
10696 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10697
10698 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10699 "Recover Crashed Session".
10700 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10701 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10702 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10703 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10704 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10705 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10706 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10707 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10708
10709 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10710 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10711 Ediff Sessions", "Toggle use of separate control buffer frame",
10712 "Use separate frame for Ediff control buffer".
10713
10714 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10715 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10716 "Rename Bookmark", "Delete Bookmark".
10717
10718 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10719 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10720 Add `:active Info-index-alternatives' to "Next Matching Item".
10721
10722 * wdired.el (wdired-change-to-wdired-mode):
10723 Mention `wdired-abort-changes' key in the initial message.
10724
10725 * international/mule.el (auto-coding-alist): Associate non-ascii
10726 image filename extensions with `no-conversion'.
10727
10728 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10729
10730 * international/iso-acc.el:
10731 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10732
10733 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10734
10735 * textmodes/sgml-mode.el (html-mode): Doc update.
10736
10737 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10738
10739 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10740
10741 * term.el (term-move-columns): Fix face after extending a line.
10742 (term-insert-spaces): Likewise.
10743 (term-reset-terminal): Fix off by one error.
10744
10745 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10746
10747 * international/mule.el (auto-coding-alist): Add .xpi files.
10748
10749 * files.el (auto-mode-alist): Add .xpi files.
10750
10751 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10752
10753 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10754
10755 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10756
10757 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10758
10759 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10760
10761 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10762 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10763
10764 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10765 cursor to Jan 1 when needed.
10766 (calendar-end-of-year): Fix -/+ typo.
10767 Reported by Chong Yidong <cyd@stupidchicken.com>.
10768
10769 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10770
10771 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10772
10773 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10774 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10775
10776 2005-03-25 Richard M. Stallman <rms@gnu.org>
10777
10778 * filesets.el (filesets-init): Add autoload.
10779
10780 * mail/mailalias.el (mail-directory): Doc fix.
10781
10782 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10783
10784 * mail/mailalias.el (mail-directory-process): Do nothing if
10785 mail-directory-process is an atom.
10786 (mail-get-names): Ignore mail-directory-names if it is an atom.
10787 (mail-directory-process defvar): Doc fix.
10788 (mail-names): Doc fix.
10789
10790 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10791
10792 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10793
10794 2005-03-26 Kenichi Handa <handa@m17n.org>
10795
10796 * international/mule-util.el (detect-coding-with-priority):
10797 Call update-coding-systems-internal before detect-coding-region.
10798
10799 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10800
10801 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10802 (gdb-frames-mode-map): Add follow-link property.
10803
10804 2005-03-25 Jay Belanger <belanger@truman.edu>
10805
10806 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10807 for variables.
10808
10809 2005-03-25 Juri Linkov <juri@jurta.org>
10810
10811 * image-mode.el: Optimize image filename extension regexps in
10812 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10813 in `auto-mode-alist'.
10814 (image-mode): Add `image-toggle-display-text' to local hook
10815 `change-major-mode-hook'. Display the image as an image by
10816 default. Set `cursor-type' and `truncate-lines' if the image
10817 is already displayed. Take into account the current mode (image
10818 or text) in message.
10819 (image-minor-mode): New minor mode.
10820 (image-mode-maybe, image-toggle-display-text): New functions.
10821 (image-toggle-display): Use called-interactively-p.
10822 Let-bind `inhibit-read-only' to t.
10823
10824 * image-mode.el (image-minor-mode): Set `cursor-type' and
10825 `truncate-lines' if the image is already displayed. Add turning
10826 image-minor-mode off to `change-major-mode-hook'. Add message.
10827 Call `image-toggle-display-text' after turning image-minor-mode off.
10828
10829 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10830
10831 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10832 Terminal.app, use utf-8.
10833 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10834 (set-locale-environment): Use it.
10835
10836 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10837
10838 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10839
10840 * progmodes/python.el (python-close-block-statement-p)
10841 (python-outdent-p, python-current-defun): Use symbol-end.
10842
10843 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10844
10845 * files.el (save-some-buffers): Doc fix.
10846
10847 2005-03-25 Werner Lemberg <wl@gnu.org>
10848
10849 * complete.el, thumbs.el: Replace `legal' with `valid'.
10850 * calendar/calendar.el: Replace `legal' with `valid'.
10851 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10852 * mail/supercite.el: Replace `legal' with `valid'.
10853 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10854 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10855 Replace `legal' with `valid'.
10856 * textmodes/reftex-vars.el, textmodes/reftex.el:
10857 Replace `legal' with `valid'.
10858
10859 2005-03-25 Werner Lemberg <wl@gnu.org>
10860
10861 * calc/calc-forms.el, calc/calc-sel.el:
10862 * midnight.el, vc-cvs.el:
10863 * emacs-lisp/cl-macs.el:
10864 * emulation/vip.el:
10865 * eshell/esh-io.el, eshell/esh-var.el:
10866 * mail/supercite.el:
10867 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10868 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10869 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10870 * progmodes/sh-script.el, progmodes/xscheme.el:
10871 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10872 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10873 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10874 * textmodes/reftex.el, textmodes/org.el:
10875 Replace `illegal' with `invalid'.
10876
10877 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10878
10879 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10880 (flymake-find-buildfile, flymake-find-possible-master-files)
10881 (flymake-check-include, flymake-parse-line): Replace loops over the
10882 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10883
10884 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10885 Substitute file-name-as-directory in the rest of the file.
10886 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10887 (flymake-replace-region): Remove unused arg `buffer'.
10888 (flymake-check-patch-master-file-buffer): Update calls to it.
10889 (flymake-add-err-info): Remove unused var `count'.
10890 (flymake-mode): Use define-minor-mode.
10891
10892 * progmodes/flymake.el: Use with-current-buffer.
10893 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10894 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10895 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10896 Avoid testing for `xemacs'.
10897 (flymake-nop): Move.
10898 (flymake-region-has-flymake-overlays): Return the computed value.
10899 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10900 Remove unused var `endline'.
10901 (flymake-get-line-count): Remove unused function.
10902 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10903
10904 * emulation/vi.el:
10905 * generic.el:
10906 * hilit-chg.el (global-highlight-changes):
10907 * hi-lock.el (hi-lock-mode):
10908 * follow.el: find-file-hooks -> find-file-hook.
10909
10910 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10911
10912 2005-03-24 Juri Linkov <juri@jurta.org>
10913
10914 * dired.el (dired-mode-map): Add menu item "Compare directories"
10915 for dired-compare-directories.
10916
10917 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10918 Doc fix. Replace `read-file-name' with `read-directory-name'.
10919
10920 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10921
10922 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10923
10924 2005-03-24 Jay Belanger <belanger@truman.edu>
10925
10926 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10927 relevant mode settings in calc-embedded-original-modes when modes
10928 are permanently changed.
10929
10930 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10931
10932 * autoinsert.el: find-file-hooks -> find-file-hook.
10933
10934 2005-03-24 Lute Kamstra <lute@gnu.org>
10935
10936 * generic.el (generic-font-lock-defaults): Make it obsolete.
10937 (generic-font-lock-keywords): New variable to replace
10938 generic-font-lock-defaults.
10939 (generic-mode-set-font-lock): Delete it.
10940 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10941 (generic-bracket-support): Add docstring.
10942
10943 * generic-x.el: Rename generic-font-lock-defaults to
10944 generic-font-lock-keywords throughout.
10945 (mailagent-rules-setup-function): Delete it.
10946 (mailagent-rules-generic-mode): Use anonymous function instead.
10947 (show-tabs-generic-mode-font-lock-defaults-1)
10948 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10949 Quote faces.
10950 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10951 not foreground.
10952
10953 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10954 Recognize define-generic-mode.
10955
10956 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10959 if there's no completion table.
10960
10961 2005-03-23 Miles Bader <miles@gnu.org>
10962
10963 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10964 Remove tty-specific variants, as they're no longer needed.
10965
10966 2005-03-23 Lute Kamstra <lute@gnu.org>
10967
10968 * generic-x.el: Code cleanup: make args constant whenever possible.
10969 (installshield-statement-keyword-list)
10970 (installshield-system-functions-list)
10971 (installshield-system-variables-list, installshield-types-list)
10972 (installshield-funarg-constants-list): Make them constants.
10973
10974 * generic.el (generic-make-keywords-list): Add autoload cookie.
10975
10976 * calendar/time-date.el: Add comment on time value formats.
10977 Don't require parse-time.
10978 (with-decoded-time-value): New macro.
10979 (encode-time-value): New function.
10980 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10981 (days-to-time): Return a valid time value when arg is huge.
10982 (time-since): Use time-subtract.
10983 (time-to-number-of-days): Use time-to-seconds.
10984
10985 2005-03-23 David Ponce <david@dponce.com>
10986
10987 * recentf.el: (recentf-keep): New option.
10988 (recentf-menu-action): Default to `find-file'.
10989 (recentf-keep-non-readable-files-flag)
10990 (recentf-keep-non-readable-files-p)
10991 (recentf-file-readable-p, recentf-find-file)
10992 (recentf-cleanup-remote): Remove.
10993 (recentf-include-p): More robust.
10994 (recentf-keep-p): New function.
10995 (recentf-remove-if-non-kept): Rename from
10996 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10997 All callers updated.
10998 (recentf-menu-items-for-commands): Fix help string.
10999 (recentf-track-closed-file): Update. Doc fix.
11000 (recentf-cleanup): Update. Count removed files. Doc fix.
11001
11002 2005-03-23 Kim F. Storm <storm@cua.dk>
11003
11004 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
11005 Don't inherit from fringe face (now happens automatically).
11006
11007 2005-03-22 Kim F. Storm <storm@cua.dk>
11008
11009 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
11010 position values.
11011
11012 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11013
11014 * menu-bar.el (showhide-date-time): Remove.
11015 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
11016 (menu-bar-make-mm-toggle): Simplify.
11017
11018 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11019
11020 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
11021 Accept qualified variable and function names.
11022
11023 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
11024
11025 * bindings.el (completion-ignored-extensions):
11026 Remove ".lis" for `vax-vms'.
11027
11028 2005-03-22 Andreas Schwab <schwab@suse.de>
11029
11030 * generic-x.el: Revert last change.
11031 * ldefs-boot.el: Update.
11032
11033 2005-03-22 Jay Belanger <belanger@truman.edu>
11034
11035 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
11036 (calc-embedded-save-original-modes)
11037 (calc-embedded-restore-original-modes): New functions.
11038 (calc-do-embedded): Save original modes when entering embedded mode
11039 and restore when leaving embedded mode.
11040 (calc-embedded-modes-change): Change the value of
11041 calc-embedded-original-modes to reflect permanent changes.
11042
11043 2005-03-22 Lute Kamstra <lute@gnu.org>
11044
11045 * generic-x.el: Require generic again.
11046
11047 2005-03-22 Miles Bader <miles@gnu.org>
11048
11049 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
11050 Tweak details to look good on both ttys and bitmap displays, light
11051 or dark background, etc.
11052
11053 2005-03-21 Kim F. Storm <storm@cua.dk>
11054
11055 * tooltip.el (tooltip-show-help-function): Check car and cdr of
11056 mouse position.
11057
11058 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11059
11060 * icomplete.el: Don't forcibly turn on the mode upon load.
11061 (icomplete-mode): Use define-minor-mode.
11062 (icomplete-eoinput): Default to nil.
11063 (icomplete-minibuffer-setup): Remove autoload.
11064 (icomplete-tidy): Simplify.
11065 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
11066 in the initial state or if the user has modified the field.
11067 Fix handling of icomplete-max-delay-chars.
11068 Remove code that handles the oddball case where
11069 minibuffer-completion-table is an integer.
11070 Wrap icomplete-completions in while-no-input in case building
11071 completions takes more time than expected.
11072 (icomplete-completions): Simplify.
11073
11074 2005-03-21 Richard M. Stallman <rms@gnu.org>
11075
11076 * jka-compr.el (jka-compr-really-do-compress):
11077 Make variable buffer-local.
11078
11079 * image-mode.el: Handle .xpm files too.
11080 (image-toggle-display): Preserve modification flag.
11081
11082 * help.el (where-is): Don't mention aliases with no key bindings.
11083
11084 2005-03-21 Lute Kamstra <lute@gnu.org>
11085
11086 * generic.el: Fix commentary section. Don't require cl for
11087 compilation.
11088 (generic-mode-list): Add autoload cookie.
11089 (generic-use-find-file-hook, generic-lines-to-scan)
11090 (generic-find-file-regexp, generic-ignore-files-regexp)
11091 (generic-mode, generic-mode-find-file-hook)
11092 (generic-mode-ini-file-find-file-hook): Fix docstrings.
11093 (define-generic-mode): Make it a defmacro. Fix docstring.
11094 (generic-mode-internal): Code cleanup. Add autoload cookie.
11095 (generic-mode-set-comments): Code cleanup.
11096 * generic-x.el: Don't prevent compilation. Don't require generic.
11097 Follow coding conventions. Minor code cleanup.
11098 (etc-fstab-generic-mode): Add some keywords.
11099 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
11100 define-generic-mode like a function declaration.
11101
11102 2005-03-21 Jay Belanger <belanger@truman.edu>
11103
11104 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
11105 changing modes.
11106
11107 2005-03-21 Sam Steingold <sds@gnu.org>
11108
11109 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
11110
11111 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
11112
11113 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
11114 Add underscore to "f$ lexicals" regexp.
11115
11116 2005-03-20 Juri Linkov <juri@jurta.org>
11117
11118 * subr.el (progress-reporter-do-update): When `min-value' is equal
11119 to `max-value', set `percentage' to 0 and prevent division by zero.
11120
11121 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
11122
11123 Sync with Tramp 2.0.48.
11124
11125 * net/tramp.el (all): Change all addresses to .gnu.org.
11126 (tramp-append-tramp-buffers): New defun.
11127 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
11128 Catch `dont-send' signal.
11129 (tramp-set-auto-save-file-modes): Set always permissions, because
11130 there might be an old auto-saved file belonging to another
11131 original file. This could be a security threat. Reported by
11132 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
11133 Check for Emacs 21.3.50 removed.
11134
11135 * net/tramp-smb.el (all): Remove debug construct for
11136 `with-parsed-tramp-file-name'.
11137 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
11138 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
11139 No error message if DIRECTORY or FILENAME doesn't exist.
11140 (tramp-smb-open-connection): Check existence of
11141 `tramp-smb-program'.
11142
11143 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11144
11145 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
11146 Properly handle the case where the `m' or `s' command's argument is not
11147 yet terminated.
11148 (perl-indent-new-calculate): New function.
11149 (perl-indent-line): Use it.
11150
11151 2005-03-20 Miles Bader <miles@gnu.org>
11152
11153 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
11154 in text-mode too. Change to new face names.
11155 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
11156 Add `:weight bold' attribute.
11157 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
11158
11159 2005-03-19 Juri Linkov <juri@jurta.org>
11160
11161 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
11162
11163 * international/mule.el (auto-coding-alist): Sync with
11164 `auto-mode-alist' by adding upper case archive file extensions
11165 and adding ear/war to jar extension.
11166
11167 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
11168
11169 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
11170 running, restart it.
11171
11172 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
11173
11174 * finder.el (finder-current-item): Throw an error on an empty line.
11175
11176 * man.el (Man-follow-manual-reference): If current-word returns
11177 nil, use "".
11178
11179 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
11180
11181 * simple.el (goto-line): Doc fix.
11182
11183 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
11184
11185 * files.el (save-buffer): Doc fix.
11186
11187 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
11188
11189 * recentf.el (recentf-cleanup-remote): New variable.
11190 (recentf-cleanup): Use it to conditionally check availability of
11191 remote files.
11192
11193 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
11194
11195 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
11196 function names.
11197
11198 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11199
11200 * language/thai-word.el: New file.
11201
11202 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11203
11204 * files.el (backup-buffer): If the file's directory is not
11205 writable, use copy instead of move to backup the file.
11206
11207 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11208
11209 * obsolete/keyswap.el: Moved to obsolete/ from term/.
11210
11211 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11212
11213 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
11214 Use functionp instead of symbolp and fboundp. Reported by Drkm
11215 <darkman_spam@yahoo.fr>.
11216 (ps-print-version): New version 6.6.6.
11217
11218 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
11219
11220 * textmodes/table.el (table--line-column-position): New idiom.
11221 (table--row-column-insertion-point-p): New function to test
11222 validity of row and column insertion operation at a location.
11223 (table-global-menu, table-cell-menu): Use above functions for
11224 deterministic test operation.
11225 (table--editable-cell-p): Behave in deterministic fashion.
11226
11227 2005-03-18 Juri Linkov <juri@jurta.org>
11228
11229 * isearch.el (isearch-lazy-highlight-new-loop):
11230 Make arguments beg and end optional.
11231 (isearch-update): Remove optional arguments nil from
11232 isearch-lazy-highlight-new-loop.
11233 (isearch-lazy-highlight-search): Let-bind case-fold-search to
11234 isearch-lazy-highlight-case-fold-search instead of
11235 isearch-case-fold-search, and let-bind isearch-regexp to
11236 isearch-lazy-highlight-regexp.
11237 Use isearch-lazy-highlight-last-string instead of isearch-string.
11238
11239 * replace.el (perform-replace): Remove bindings of global
11240 variables isearch-string, isearch-regexp, isearch-case-fold-search.
11241 Add three new arguments to `replace-highlight'.
11242 (replace-highlight): Add arguments string, regexp, case-fold.
11243 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
11244 to allow isearch-lazy-highlight-new-loop to use these values
11245 to set corresponding isearch-lazy-highlight-* internal
11246 variables whose values lazy highlighting will use regardless of
11247 changes to global variables isearch-string, isearch-regexp,
11248 isearch-case-fold-search during lazy highlighting loop.
11249 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
11250 to `lazy-highlight-cleanup'.
11251
11252 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
11253 (ispell-highlight-face): Set default face to `isearch' when
11254 lazy highlighting is enabled.
11255 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
11256 priority to 1. Add lazy highlighting.
11257 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
11258 from `isearch-dehighlight'.
11259
11260 2005-03-18 David Ponce <david@dponce.com>
11261
11262 * files.el (hack-local-variables): Do a case-insensitive search
11263 for End.
11264
11265 2005-03-18 Juri Linkov <juri@jurta.org>
11266
11267 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
11268 `isearch-lazy-highlight-cleanup', add alias to old name and
11269 declare obsolete. Add release numbers to other obsolete vars.
11270 (isearch-done, isearch-lazy-highlight-new-loop):
11271 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
11272 (lazy-highlight-cleanup) <variable>: Doc fix.
11273 (isearch-lazy-highlight-update): Rename obsolete
11274 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
11275
11276 2005-03-18 Kenichi Handa <handa@m17n.org>
11277
11278 * language/thai-util.el: Fix categorization of Thai characters in
11279 thai-category-table.
11280 (thai-composition-pattern): Adjust it for the above change.
11281 (thai-self-insert-command, thai-compose-syllable): New functions.
11282 (thai-compose-region): Use thai-compose-syllable.
11283 (thai-compose-string): Likewise.
11284 (thai-composition-function): Likewise.
11285 (thai-auto-composition): New function.
11286 (thai-auto-composition-mode): New minor mode.
11287
11288 * language/thai.el: Fix patterns to be registered in
11289 composition-function-table.
11290
11291 * international/quail.el (quail-input-method): Locally bind
11292 inhibit-modification-hooks to t.
11293
11294 2005-03-17 Richard M. Stallman <rms@gnu.org>
11295
11296 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
11297 (perl-mode): Use run-mode-hooks.
11298
11299 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
11300 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
11301 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
11302
11303 * mail/sendmail.el (sendmail-send-it): Reenable the code
11304 to compute resend-to-address and use it.
11305
11306 * tar-mode.el (tar-mode): Turn off undo unconditionally.
11307
11308 * image-mode.el: New file.
11309
11310 * image.el (insert-sliced-image): Add autoload cookie.
11311
11312 * font-lock.el (font-lock-lines-before): New user option.
11313 (font-lock-after-change-function): Obey it.
11314
11315 * bindings.el (esc-map): Make M-g a prefix.
11316 Bind M-g g and M-g M-g to goto-line.
11317
11318 * faces.el (face-id): Doc fix.
11319
11320 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11321
11322 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11323 (rmail-show-message): Use rmail-unknown-mail-followup-to.
11324 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11325
11326 * mail/sendmail.el (mail-yank-ignored-headers)
11327 (mail-font-lock-keywords, mail-mode-fill-paragraph):
11328 Add Mail-Followup-To and Mail-Reply-To headers.
11329 (mail-citation-hook): Add autoload cookie.
11330 (mail-mode): Doc fix.
11331 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11332 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11333 (mail-mode-fill-paragraph): Handle those headers.
11334 (mail-mailing-lists): New variable.
11335 (mail-mail-reply-to, mail-mail-followup-to): New functions.
11336
11337 2005-03-17 Juri Linkov <juri@jurta.org>
11338
11339 * isearch.el (isearch-fallback): Check for `(car previous)'
11340 before calling `isearch-other-end-state'.
11341
11342 2005-03-17 Kim F. Storm <storm@cua.dk>
11343
11344 * simple.el (move-beginning-of-line): Move to beginning of buffer
11345 line, as well as beginning of screen line.
11346
11347 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
11348
11349 * calendar/diary-lib.el (mark-diary-entries): Use new optional
11350 argument REDRAW rather than calendar-redrawing variable.
11351 * calendar/calendar.el (calendar-redrawing): Delete.
11352 (redraw-calendar): Do not bind calendar-redrawing.
11353
11354 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
11355
11356 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11357 diary-file buffer.
11358
11359 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11360
11361 * help.el (describe-mode): Allow a :minor-mode-function property to
11362 specify a different minor mode toggle function than the variable.
11363 * simple.el (auto-fill-function):
11364 * subr.el (add-minor-mode): Use it.
11365
11366 2005-03-16 Kenichi Handa <handa@m17n.org>
11367
11368 * language/ethio-util.el (sera-being-called-by-w3): New variable.
11369 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11370 (ethio-fidel-to-sera-buffer): Likewise.
11371
11372 2005-03-16 Juri Linkov <juri@jurta.org>
11373
11374 * emacs-lisp/find-func.el (find-function-regexp):
11375 Add defun-emitting macro `menu-bar-make-toggle'.
11376
11377 * isearch.el: Put `isearch-scroll' property to
11378 `split-window-horizontally'.
11379
11380 * info.el: Update error messages for `debug-ignored-errors'.
11381 (Info-isearch-search): Doc fix.
11382 (Info-find-node): Move up code to go into info buffer before
11383 recording the node to the history.
11384 (Info-fontify-node): Fontify titles only if the next line
11385 has two or more `*', `=', `-', `.'.
11386 Display "go to this node" for empty (match-string 3).
11387
11388 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11389
11390 * term/mac-win.el: Add mouse pointer shape constants.
11391
11392 2005-03-15 Kim F. Storm <storm@cua.dk>
11393
11394 * simple.el (move-beginning-of-line): Use vertical-motion.
11395
11396 2005-03-15 Juri Linkov <juri@jurta.org>
11397
11398 * isearch.el (isearch-error): New variable.
11399 (isearch-invalid-regexp, isearch-within-brackets): Remove.
11400 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
11401 (isearch-within-brackets-state): Remove.
11402 (isearch-case-fold-search-state, isearch-pop-fun-state):
11403 Decrease frame index.
11404 (isearch-mode, isearch-top-state, isearch-push-state)
11405 (isearch-edit-string, isearch-abort, isearch-search-and-update)
11406 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11407 (isearch-search, isearch-lazy-highlight-new-loop):
11408 Replace `isearch-invalid-regexp' with `isearch-error'.
11409 Remove `isearch-within-brackets'.
11410 (isearch-search): Add `search-failed' handler to `condition-case'.
11411 (isearch-lazy-highlight-search): Add `condition-case' to catch
11412 errors and allow `isearch-lazy-highlight-update' to try
11413 highlighting from the beginning of the window.
11414 (isearch-repeat): Move up code to set isearch-wrapped to t
11415 before calling isearch-wrap-function.
11416
11417 * info.el (Info-isearch-initial-node): New internal variable.
11418 (Info-search): Signal an error in isearch mode when search leaves
11419 the initial node. Signal an error when `bound' is non-nil and
11420 nothing was found in the current subfile.
11421 (Info-isearch-search): Remove `condition-case'.
11422 (Info-isearch-wrap): Don't wrap when search failed during leaving
11423 the initial node. If `Info-isearch-search' is nil, wrap around
11424 the current node.
11425 (Info-isearch-start): New fun.
11426 (Info-mode): Add buffer-local hook `Info-isearch-start' to
11427 `isearch-mode-hook'.
11428
11429 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11430
11431 * simple.el (normal-erase-is-backspace): Set default to t if
11432 running on Mac.
11433
11434 * term/mac-win.el (function-key-map): Sync with x-win.el.
11435
11436 2005-03-15 Kenichi Handa <handa@m17n.org>
11437
11438 * international/mule-cmds.el (locale-language-names): Modify the
11439 format of elements and add more entries.
11440 (locale-preferred-coding-systems): Add more entries.
11441 (set-locale-environment): Adjust for the change of
11442 locale-language-names.
11443
11444 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11445
11446 * pcvs.el (smerge-ediff): Remove bogus autoload.
11447
11448 2005-03-14 Lute Kamstra <lute@gnu.org>
11449
11450 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11451 Ignore a `*' at the beginning of a line.
11452
11453 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11454 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11455 subr.el.
11456 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11457 to specify indentation.
11458
11459 * generic.el (define-generic-mode): Let generic-mode-list be a
11460 list of strings; test membership with equal.
11461
11462 2005-03-14 Kim F. Storm <storm@cua.dk>
11463
11464 * simple.el (next-line, previous-line): Add optional try-vscroll
11465 arg to recognize interactive use. Pass it on to line-move.
11466 (line-move): Don't perform auto-window-vscroll when defining or
11467 executing keyboard macro to ensure consistent behavior.
11468
11469 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11470
11471 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11472
11473 2005-03-13 Lute Kamstra <lute@gnu.org>
11474
11475 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11476 debugger-setup-buffer so that backtrace marks the frames set to
11477 debug-on-exit and we don't have to do it manually. Set an extra
11478 debug-on-exit for macro's.
11479 (debugger-setup-buffer): Don't mark the top frame manually.
11480
11481 2005-03-12 Lute Kamstra <lute@gnu.org>
11482
11483 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11484 lisp-indent-function throughout.
11485 (with-no-warnings): Set lisp-indent-function property.
11486
11487 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11488
11489 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11490 Add entry for backslash.
11491
11492 2005-03-12 Juri Linkov <juri@jurta.org>
11493
11494 * info.el (Info-search): Four fixes for backward search.
11495
11496 2005-03-11 Jay Belanger <belanger@truman.edu>
11497
11498 * calc/calc.el (calc-language-alist): New variable.
11499 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11500 (calc-embedded-find-modes): Use calc-language-alist instead of
11501 calc-embedded-language-alist.
11502
11503 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11504
11505 * calendar/calendar.el (calendar-redrawing): New internal
11506 variable.
11507 (redraw-calendar): Remove bogus save-excursion from previous
11508 change. Bind calendar-redrawing to t for mark-diary-entries.
11509 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11510 calendar if that is why we were called.
11511
11512 2005-03-11 Kenichi Handa <handa@m17n.org>
11513
11514 * international/mule.el (make-coding-system): Set property
11515 coding-system-define-form to nil.
11516 (define-coding-system-alias): Likewise.
11517
11518 2005-03-11 Kenichi Handa <handa@m17n.org>
11519
11520 These changes are suggested by Dave Love <fx@gnu.org>.
11521
11522 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11523 coding: tag.
11524 (adaptive-fill-regexp): Add more bullets.
11525 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11526 regexps.
11527
11528 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11529
11530 * help.el (describe-mode): Properly handle non-trivial lighters.
11531 Don't ignore minor modes that are not listed in minor-mode-list.
11532
11533 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11534 feature ON when the user requests to turn it OFF.
11535
11536 2005-03-10 Lute Kamstra <lute@gnu.org>
11537
11538 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11539 (implement-debug-on-entry): New function to replace debug-entry-code.
11540 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11541 second argument as the 2005-03-07 change makes it obsolete.
11542 (debug-on-entry, cancel-debug-on-entry): Update call to
11543 debug-on-entry-1.
11544 (debug, debugger-setup-buffer): Comment update.
11545 (debugger-frame-number): Update to work with implement-debug-on-entry.
11546
11547 2005-03-10 Jay Belanger <belanger@truman.edu>
11548
11549 * calc/calc-embed.el (math-ms-args): Declare it.
11550 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11551 math-ms-args.
11552 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11553 variables.
11554
11555 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11556
11557 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11558 Use message-box.
11559
11560 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11561 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11562 (tooltip-gud-tips): Simplify.
11563 (tooltip-gud-tips-p): Remove superfluous :set.
11564 (tooltip-gud-modes): Add fortran-mode.
11565 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11566
11567 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11568
11569 2005-03-09 Kim F. Storm <storm@cua.dk>
11570
11571 * play/animate.el (animate-place-char): Use forward-line instead
11572 of next-line to improve performance.
11573
11574 2005-03-09 Simon Josefsson <jas@extundo.com>
11575
11576 * net/browse-url.el (browse-url-default-browser): Doc fix.
11577
11578 2005-03-09 Miles Bader <miles@gnu.org>
11579
11580 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11581 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11582
11583 2005-03-09 Kenichi Handa <handa@m17n.org>
11584
11585 * international/latin-1.el: Set case and syntax for 255 only if
11586 set-case-syntax-set-multibyte is nil.
11587
11588 * textmodes/ispell.el (ispell-insert-word): New function.
11589 (ispell-word): Use ispell-insert-word to insert a new word.
11590 (ispell-process-line): Likewise.
11591 (ispell-complete-word): Likewise.
11592
11593 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11594
11595 * calendar/calendar.el (redraw-calendar): Preserve point.
11596 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11597 (calendar-week-start-day): Move after definition of
11598 redraw-calendar. Delete buffer test, since redraw-calendar has
11599 that now.
11600
11601 * calendar/diary-lib.el (mark-diary-entries): Only call
11602 redraw-calendar in the first of any recursive calls.
11603 Reported by Alan Shutko <ats@acm.org>.
11604
11605 2005-03-08 Juri Linkov <juri@jurta.org>
11606
11607 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11608 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11609 (html-radio-buttons): Add a space before the trailing `/>' where
11610 sgml-xml-mode is non-nil.
11611 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11612 the subsequent tag of the empty XML tag.
11613 (html-href-anchor): Don't set initial input to "http:".
11614 (html-image): Ask for the image URL and set point inside alt="".
11615 (html-name-anchor): Duplicate the name in the `id' attribute when
11616 sgml-xml-mode is non-nil.
11617 (html-paragraph): Remove \n before <p>.
11618 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11619 instead of `checked' when sgml-xml-mode is non-nil.
11620
11621 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11622 Remove 1 space before #RRGGBB to not truncate it on terminal
11623 windows w/o fringes. Remove 1 space between bg and fg examples
11624 to get more space.
11625 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11626 avoid byte-compile warnings.
11627
11628 * image-file.el (image-file-handler): Put `safe-magic' property to
11629 `image-file-handler'.
11630
11631 * info.el (Info-isearch-search): Emulate word search in
11632 isearching through multiple Info nodes with Info-search.
11633 (Info-isearch-wrap): Allow isearch-word.
11634
11635 2005-03-08 Lute Kamstra <lute@gnu.org>
11636
11637 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11638 stepping into the debugger's code is not possible.
11639 (debugger-jumping-flag): Docstring update.
11640
11641 2005-03-08 Jay Belanger <belanger@truman.edu>
11642
11643 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11644 embedded mode begins.
11645 (calc-embedded-language-alist): New variable.
11646 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11647 set default language mode.
11648
11649 2005-03-08 Kenichi Handa <handa@m17n.org>
11650
11651 * international/ccl.el (define-ccl-program): Fix docstring about
11652 extra 256 bytes assured for the output buffer.
11653
11654 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11655 Fix BUFFER_MAGNIFICATION to 2.
11656 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11657
11658 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11659
11660 * align.el (align-rules-list): Added an alignment rule for CSS
11661 declarations (applies to css-mode and html-mode buffers).
11662
11663 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11664
11665 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11666
11667 2005-03-07 Kim F. Storm <storm@cua.dk>
11668
11669 * simple.el (move-beginning-of-line): New command.
11670
11671 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11672
11673 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11674
11675 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11676 and move-beginning-of-line.
11677
11678 * apropos.el (apropos-print): Omit command from M-x ... RET.
11679
11680 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11681
11682 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11683 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11684
11685 2005-03-06 Richard M. Stallman <rms@gnu.org>
11686
11687 * bindings.el (esc-map): Bind M-g to goto-line.
11688
11689 * facemenu.el (global-map): Bind M-o, not M-g.
11690
11691 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11692
11693 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11694 "Open Directory" as for "Open File".
11695
11696 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11697
11698 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11699 (push-mark-command): Run activate-mark-hook.
11700
11701 2005-03-06 Richard M. Stallman <rms@gnu.org>
11702
11703 * help-mode.el (help-mode-finish): Don't alter the element
11704 in view-return-to-alist if there already is one.
11705
11706 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11707 make sure the current buffer is the expected one.
11708
11709 * novice.el (disabled-command-function): Output in *Disabled Command*.
11710 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11711
11712 * textmodes/flyspell.el (flyspell-large-region):
11713 Pass args differently for aspell.
11714
11715 * files.el (mode-require-final-newline): Doc fix.
11716
11717 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11718
11719 * progmodes/which-func.el (which-function):
11720 Specify NOERROR when calling imenu--make-index-alist.
11721
11722 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11723
11724 * simple.el (normal-erase-is-backspace): Define default value.
11725
11726 * custom.el (custom-theme-set-variables): Remove unused var
11727 `immediate'.
11728 (custom-reevaluate-setting): Simple function to handle variables
11729 that are defined before their default value can really be
11730 computed.
11731
11732 * startup.el (command-line): Use it for temporary-file-directory,
11733 small-emporary-file-directory, auto-save-file-name-transforms,
11734 blink-cursor-mode, and normal-erase-is-backspace.
11735
11736 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11737 progress, even with buggy anchored keywords.
11738
11739 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11740
11741 * simple.el (goto-line): Remove unbalanced final parenthesis.
11742
11743 2005-03-05 Richard M. Stallman <rms@gnu.org>
11744
11745 * simple.el (goto-line): Use a number at point as the default.
11746 With C-u as arg, switch buffers.
11747
11748 2005-03-05 Juri Linkov <juri@jurta.org>
11749
11750 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11751 with `no-blinking-cursor'.
11752
11753 * startup.el (no-blinking-cursor): New defvar.
11754 (command-line): Add `--no-blinking-cursor' to longopts.
11755 Set `no-blinking-cursor' to t for command line arguments
11756 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11757 with `no-blinking-cursor' in the condition for calling
11758 `blink-cursor-mode'.
11759
11760 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11761
11762 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11763 (menu-bar-options-save): Add blink-cursor-mode.
11764 (menu-bar-options-menu): Add blink-cursor-mode.
11765
11766 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11767
11768 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11769 (icalendar-export-file, icalendar-export-region)
11770 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11771 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11772
11773 2005-03-04 Lute Kamstra <lute@gnu.org>
11774
11775 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11776 (debug-function-list): Ditto.
11777
11778 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11779
11780 * textmodes/texinfmt.el (texinfo-append-refill):
11781 Redefine the types of line to which @refill
11782 is not appended by replacing a search for `@refill\\|@bye' with
11783 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11784 itemize@refill' bug and the unfilled long lines bug.
11785 (texinfmt-version): Update number and date.
11786
11787 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11788
11789 * international/code-pages.el (windows-1250, windows-125[2-8])
11790 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11791
11792 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11793
11794 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11795 bound yet.
11796
11797 2005-03-02 Romain Francoise <romain@orebokech.com>
11798
11799 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11800 buffer after removing limits.
11801 (ibuffer-pop-filter): Ditto.
11802 Update copyright.
11803
11804 2005-03-02 Miles Bader <miles@gnu.org>
11805
11806 * button.el (make-text-button): If the user doesn't specify a
11807 type, use the default. Rewrite to use `add-text-properties' and
11808 plist functions.
11809
11810 2005-03-01 Lute Kamstra <lute@gnu.org>
11811
11812 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11813 (debugger-jumping-flag): New var.
11814 (debug-entry-code): Use it.
11815 (debugger-jump): Use debugger-jumping-flag and add
11816 debugger-reenable to post-command-hook.
11817 (debugger-reenable): Use debugger-jumping-flag and remove itself
11818 from post-command-hook.
11819 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11820 debugger-reenable.
11821
11822 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11823
11824 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11825 inclusion of "itemize\\|", which may be unnecessary, is certainly
11826 inelegant, and stops refilling in itemize lists when formatting
11827 Japanese Texinfo files to Info.
11828 Update copyright to 2005.
11829
11830 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11831
11832 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11833 of an error if GDB can't find the source file.
11834
11835 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11836
11837 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11838 not just the calendar.
11839
11840 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11841 first.
11842 (diary-redraw-calendar): New function.
11843 (make-diary-entry): Add diary-redraw-calendar to local
11844 write-contents-functions. Turn off selective display before
11845 inserting in diary.
11846
11847 2005-03-01 Kim F. Storm <storm@cua.dk>
11848
11849 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11850
11851 2005-03-01 Lute Kamstra <lute@gnu.org>
11852
11853 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11854 that debug-entry-code can be safely removed from a function while
11855 this code is being evaluated. Revert the 2005-02-27 change as the
11856 new implementation no longer requires it. Make sure that a
11857 function body containing just a string is not mistaken for a docstring.
11858 (debug): Skip one more frame in case of debug on entry.
11859 (debugger-setup-buffer): Delete one more frame line in case of
11860 debug on entry.
11861 (debugger-frame-number): Update to use the new text introduced by
11862 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11863
11864 2005-02-28 Kim F. Storm <storm@cua.dk>
11865
11866 * double.el (double-translate-key): Call force-window-update after
11867 read-event to avoid crash in redisplay.
11868
11869 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11870
11871 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11872 (debug): Use it. Move the inhibit-trace earlier.
11873 (debug-entry-code): New const.
11874 (debug-on-entry-1): Use it.
11875
11876 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11877
11878 * international/utf-16.el (ccl-encode-mule-utf-16le):
11879 Fix BUFFER_MAGNIFICATION to 2.
11880 (ccl-encode-mule-utf-16be): Likewise.
11881
11882 2005-02-28 Kenichi Handa <handa@m17n.org>
11883
11884 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11885 Fix BUFFER_MAGNIFICATION to 4.
11886 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11887
11888 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11889
11890 * speedbar.el (speedbar-update-flag): Doc fix.
11891 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11892 argument.
11893
11894 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11895
11896 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11897 have a non-nil `invisible' property but are actually visible.
11898
11899 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11900 for perldoc sections.
11901 (perl-outline-regexp, perl-outline-level): New var and function.
11902 (perl-mode): Use them.
11903
11904 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11905
11906 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11907 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11908
11909 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11910
11911 * cus-edit.el: Comment change.
11912 (custom-buffer-create-internal): Slightly reword text at top of
11913 Custom buffers. Mention there that saving an option edits the
11914 init file. Add link to Emacs manual node on `custom-file'.
11915 (custom-magic-alist): Rewrite individual State messages to use
11916 capitalized keywords. Doc fix.
11917
11918 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11919
11920 * calendar/calendar.el (calendar-buffer): Move above
11921 calendar-week-start-day.
11922 (calendar-week-start-day): Doc fix. Add :set function.
11923 (calendar-minimum-window-height): New variable.
11924 (generate-calendar-window): Only resize window if selected-window
11925 is displaying the calendar buffer. Use new variable
11926 calendar-minimum-window-height.
11927 (generate-calendar): Reword error message.
11928 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11929
11930 2005-02-27 Andreas Schwab <schwab@suse.de>
11931
11932 * vc.el (vc-do-command): Don't run command asynchronously when
11933 operating in a remote directory.
11934
11935 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11936 change from sync with Tramp 2.0.47.
11937
11938 2005-02-27 Richard M. Stallman <rms@gnu.org>
11939
11940 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11941
11942 * textmodes/flyspell.el (flyspell-mode-on):
11943 Call ispell-change-dictionary only if necessary.
11944
11945 * emacs-lisp/re-builder.el (regexp-builder): New function.
11946
11947 * register.el (describe-register-1): Explicitly handle
11948 yank-excluded-properties = t.
11949
11950 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11951 (custom-magic-alist): Change the status descriptions again.
11952 (face widget-type): Total rewrite based on `restricted-sexp'
11953 to eliminate the confusing double hiding levels.
11954
11955 * emacs-lisp/debug.el (debug-on-entry-1):
11956 If function body is empty, add nil as body form.
11957
11958 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11959
11960 * emacs-lisp/trace.el (inhibit-trace): New var.
11961 (trace-make-advice): Use it.
11962
11963 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11964
11965 2005-02-26 Kim F. Storm <storm@cua.dk>
11966
11967 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11968 (mouse-on-link-p, mouse-drag-region-1): Use it.
11969
11970 2005-02-25 Lute Kamstra <lute@gnu.org>
11971
11972 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11973
11974 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11975
11976 * frame.el (blink-cursor-mode): Add :group keyword.
11977
11978 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11979
11980 * calendar/icalendar.el (icalendar--decode-isodatetime):
11981 New optional argument DAY-SHIFT.
11982 (icalendar-export-region): Fix coding-system-for-write.
11983 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11984 events by one.
11985
11986 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11987
11988 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11989
11990 2005-02-24 Kim F. Storm <storm@cua.dk>
11991
11992 * international/iso-acc.el (iso-accents-compose): Fix crash
11993 during redisplay. Call force-window-update after read-event
11994 and delete-region to signal that window is not accurate.
11995
11996 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11997
11998 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11999 Remove unused and inexistent var `inhibit-trace'.
12000 (debugger-mode): Use run-mode-hooks.
12001 (debugger-list-functions): Add buttons; setup xref stack.
12002
12003 2005-02-23 Richard M. Stallman <rms@gnu.org>
12004
12005 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
12006 appointment says it was explicitly made.
12007 (appt-add): Set the 3rd element.
12008 (appt-make-list): Preserve explicit appointments.
12009
12010 * subr.el (find-tag-default): Catch errors in forward-sexp.
12011
12012 2005-02-23 Juri Linkov <juri@jurta.org>
12013
12014 * info.el (Info-isearch-search): New defcustom.
12015 (Info-isearch-search): Call the default isearch function
12016 when Info-isearch-search is nil.
12017 (Info-isearch-wrap): Use variable Info-isearch-search.
12018
12019 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
12020
12021 * cus-edit.el: Comment change.
12022
12023 2005-02-22 Kim F. Storm <storm@cua.dk>
12024
12025 * progmodes/hideif.el (hide-ifdef-use-define-alist):
12026 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
12027
12028 2005-02-22 Simon Josefsson <jas@extundo.com>
12029
12030 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
12031 New variable.
12032 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
12033 Oskarsson" <myrkraverk@users.sourceforget.net>.
12034
12035 2005-02-22 Kim F. Storm <storm@cua.dk>
12036
12037 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
12038 check that window of that event is the selected window.
12039 (mouse-drag-region-1): Compare mouse event window to selected
12040 window before setting point.
12041
12042 * tooltip.el (tooltip-show-help-function): Pass event to
12043 mouse-on-link-p so it can check selected window.
12044
12045 2005-02-22 Kenichi Handa <handa@m17n.org>
12046
12047 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
12048 (ps-mule-show-warning): New function.
12049 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
12050 characters are found.
12051
12052 * ps-print.el (ps-header-footer-string): Return a list of header
12053 and footer strings.
12054
12055 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12056
12057 * pcvs.el (cvs-retrieve-revision): Fix thinko.
12058
12059 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12060
12061 * frame.el (blink-cursor-mode): Use define-minor-mode.
12062
12063 * term/mac-win.el (function-key-map): Use char-names more consistently.
12064 (file-name-coding-system): Only set it for MacOS-9. The other case is
12065 already handled in mule-cmds.el (where it also works when mac-win.el
12066 is not used).
12067
12068 2005-02-21 Kenichi Handa <handa@m17n.org>
12069
12070 * international/mule.el (ctext-pre-write-conversion): Always use
12071 " *code-converting-work*" buffer for work.
12072
12073 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
12074
12075 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
12076
12077 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
12078
12079 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
12080
12081 * ses.el (undo-more): Restore defadvice, but only the part that
12082 allows changes outside the restricted area of the buffer.
12083
12084 2005-02-20 Kim F. Storm <storm@cua.dk>
12085
12086 * simple.el (line-move): Add fourth optional arg try-vscroll which
12087 must be set to perform auto-window-vscroll.
12088 When moving backwards and doing auto-window-vscroll, automatically
12089 vscroll to the last part of lines which are taller than the window.
12090 (next-line, previous-line): Set try-vscroll arg on line-move.
12091
12092 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
12093
12094 * replace.el (query-replace, query-replace-regexp)
12095 (replace-string, replace-regexp): When operating on region, make
12096 the minibuffer prompt say so.
12097
12098 * isearch.el (isearch-forward): Document isearch-query-replace and
12099 isearch-query-replace-regexp keybindings.
12100
12101 2005-02-19 Jay Belanger <belanger@truman.edu>
12102
12103 * calc/calc-aent.el (math-read-token): Add local variable.
12104
12105 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
12106 (calc-edit-top): Move declaration to earlier in file.
12107 (calc-edit-macro-repeats): Add local variables.
12108
12109 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
12110 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
12111 calcFunc-tanh.
12112 Adjust integration rule for calcFunc-tan.
12113
12114 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12115
12116 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
12117 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
12118 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
12119 (viper-skip-separators): Bug fix.
12120 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
12121 particular major mode.
12122 (viper-del-backward-char-in-replace): Don't put deleted char on the
12123 kill ring.
12124
12125 * viper-ex.el (viper-color-display-p): New function.
12126 (viper-has-face-support-p): Use viper-color-display-p.
12127
12128 * viper-keym.el (viper-gnus-modifier-map): New keymap.
12129
12130 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
12131
12132 * viper-util.el (viper-glob-unix-files): Fix shell status check.
12133 (viper-file-remote-p): Make equivalent to file-remote-p.
12134
12135 * viper.el (viper-major-mode-modifier-list):
12136 Use viper-gnus-modifier-map.
12137
12138 2005-02-19 David Kastrup <dak@gnu.org>
12139
12140 * subr.el (subregexp-context-p): Fix garbled doc string by adding
12141 quoting.
12142
12143 2005-02-19 Jay Belanger <belanger@truman.edu>
12144
12145 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
12146 Remove extra definitions.
12147 (calc-coth): New function.
12148 (calcFunc-cot): Fix `let'.
12149
12150 2005-02-19 Eli Zaretskii <eliz@gnu.org>
12151
12152 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
12153 the reasons we use "type pc" in these faces.
12154
12155 * button.el (button): Ditto.
12156
12157 2005-02-19 Michael Mauger <mmaug@yahoo.com>
12158
12159 * replace.el (query-replace-read-from): Set the value of
12160 query-replace-from-history-variable to handle the case of an empty
12161 string entered to accept the suggested default.
12162
12163 * net/tramp.el (tramp-file-name-for-operation):
12164 Use dired-call-process instead of dired-call-process-command.
12165
12166 2005-02-19 Jay Belanger <belanger@truman.edu>
12167
12168 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
12169 (math-div-non-trig): New variables.
12170 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
12171 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
12172 (math-combine-prod, math-div-symb-fancy): Add simplifications for
12173 trig expressions.
12174
12175 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
12176
12177 * progmodes/gdb-ui.el (gdb-var-update-handler)
12178 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
12179 for watch expressions,
12180 (gdb-var-create-handler): Don't set speedbar-update-flag.
12181 (gdb-post-prompt): Simplify test for speedbar.
12182
12183 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12184
12185 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
12186 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
12187 we use the syntax table of the correct buffer.
12188 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
12189 Felix Gatzemeier.
12190
12191 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
12192 (ediff-file-remote-p): Make synonymous with file-remote-p.
12193 In all deffaces ediff-*-face-*, use min-colors.
12194
12195 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
12196 ediff-recurse-to-subdirectories.
12197 (ediff-mark-if-equal): Check that the arguments are strings, use
12198 ediff-same-contents (after to Felix Gatzemeier).
12199
12200 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
12201 nil.
12202
12203 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12204
12205 * log-view.el (log-view-message-re): Fix up Subversion regexp.
12206
12207 2005-02-18 David Kastrup <dak@gnu.org>
12208
12209 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
12210 use `mark-active' when defined.
12211
12212 2005-02-18 Kenichi Handa <handa@m17n.org>
12213
12214 * ps-print.el (ps-font-info-database): New entry
12215 ZapfChancery-MediumItalic with correct font name. Fix font name
12216 of the entry Zapf-Chancery-MediumItalic.
12217
12218 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
12219
12220 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
12221
12222 2005-02-16 Kim F. Storm <storm@cua.dk>
12223
12224 * ido.el (ido-fallback-command): Pass user input to fallback command.
12225
12226 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
12227
12228 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
12229 (gdb-find-file-hook): Add server prefix.
12230
12231 2005-02-16 Richard M. Stallman <rms@gnu.org>
12232
12233 * replace.el (perform-replace): Pass new args to replace-highlight.
12234 (replace-highlight): Take region args,
12235 and pass them to isearch-lazy-highlight-new-loop.
12236
12237 * novice.el (disabled-command-hook): Autoload the defalias
12238 and the make-obsolete-variable call.
12239
12240 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
12241
12242 * isearch.el (isearch-lazy-highlight-start-limit)
12243 (isearch-lazy-highlight-end-limit): New variables limit
12244 the region for highlighting.
12245 (isearch-lazy-highlight-new-loop): New args BEG and END.
12246 (isearch-lazy-highlight-search): Use the new vars.
12247 (isearch-lazy-highlight-update): Likewise.
12248
12249 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
12250
12251 * cus-start.el (all): Use default-boundp.
12252
12253 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
12254
12255 * menu-bar.el (menu-bar-select-frame): Handle current frame.
12256
12257 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
12258
12259 * autorevert.el (auto-revert-stop-on-user-input)
12260 (auto-revert-verbose): Doc fixes.
12261
12262 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
12263
12264 * international/mule-cmds.el (set-locale-environment): Remove call
12265 to set-selection-coding-system on Windows.
12266
12267 2005-02-15 Jay Belanger <belanger@truman.edu>
12268
12269 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
12270 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
12271 calcFunc-coth.
12272 (math-simplify-sqrt): Add simplifications.
12273
12274 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
12275 to list.
12276
12277 * calc/calc-ext.el: Add functions to autoloads.
12278
12279 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
12280 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
12281 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
12282 (math-csc-raw, math-cot-raw): New functions.
12283
12284 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
12285
12286 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
12287 the variable name in a message.
12288
12289 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
12290 calcFunc-csc, calcFunc-cot.
12291
12292 * calc/calcalg2.el: Add derivative and integration rules for
12293 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
12294 calcFunc-csch, calcFunc-coth.
12295 (math-do-integral-methods): Add to checks for when to use
12296 substitutions.
12297
12298 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
12299
12300 2005-02-15 Lute Kamstra <lute@gnu.org>
12301
12302 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12303 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
12304 <monnier@iro.umontreal.ca>
12305 (lisp-outline-level): Improve efficiency. Suggested by David
12306 Kastrup <dak@gnu.org>.
12307
12308 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
12309
12310 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
12311 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
12312 (gdb-set-gud-minor-mode-existing-buffers): New functions.
12313 (gdb-find-file-hook): New hook. Add it to find-file-hook.
12314 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
12315
12316 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
12317
12318 * cus-start.el (all): Comment change.
12319
12320 2005-02-14 Lute Kamstra <lute@gnu.org>
12321
12322 * cus-start.el (all): Check if symbol is void.
12323
12324 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
12325
12326 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12327 optional argument to \cite.
12328
12329 2005-02-14 Richard M. Stallman <rms@gnu.org>
12330
12331 * cus-edit.el (custom-buffer-create-internal): Update help message.
12332 (custom-magic-alist): Update help messages.
12333
12334 * cus-start.el (all): Allow a var to specify a standard value.
12335
12336 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
12337
12338 * custom.el (custom-theme-set-variables): Handle variable aliases.
12339
12340 * frame.el (blink-cursor-timer): Doc fix.
12341 (blink-cursor): Make it an alias for `blink-cursor-mode' and
12342 declare obsolete.
12343 (blink-cursor-mode): Define with defcustom and use correct
12344 standard expression in that defcustom.
12345 * startup.el (command-line): Adapt to above changes in frame.el.
12346
12347 2005-02-11 Lute Kamstra <lute@gnu.org>
12348
12349 * apropos.el (apropos-score-doc): Prevent division by zero.
12350
12351 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
12352
12353 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12354 (icalendar--get-event-property-attributes)
12355 (icalendar--get-event-properties)
12356 (icalendar--datetime-to-diary-date): New functions.
12357 (icalendar--split-value): Doc fix.
12358 (icalendar--datetime-to-noneuropean-date)
12359 (icalendar--datetime-to-european-date): New optional argument
12360 SEPARATOR. Return result as a string instead of a list.
12361 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12362 (icalendar--convert-string-for-export): Rename arg S to STRING.
12363 (icalendar-export-region): Doc fix. Change name of error buffer.
12364 Save output buffer.
12365 (icalendar-import-file): Add blank at end of prompt.
12366 (icalendar-import-buffer): Doc fix. Do not switch to error
12367 buffer. Indicate status in return value.
12368 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
12369 buffer. Save output buffer. Handle exception from recurrence
12370 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
12371 events. Fix problems with weekly all-day events.
12372
12373 2005-02-10 Richard M. Stallman <rms@gnu.org>
12374
12375 * simple.el (eval-expression-print-format):
12376 Avoid warning about edebug-active.
12377
12378 * help.el (help-for-help-internal): Rename from help-for-help.
12379 (help-for-help): Define with defalias.
12380
12381 * font-core.el (font-lock-default-function): Use with-no-warnings.
12382
12383 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12384
12385 * custom.el (defface): Doc fix.
12386
12387 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
12388
12389 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12390 width 0" to prevent word wrapping problems.
12391
12392 2005-02-09 Kim F. Storm <storm@cua.dk>
12393
12394 * ido.el (ido-file-extensions-order): New defcustom.
12395 (ido-file-extension-lessp, ido-file-extension-aux)
12396 (ido-file-extension-order): New advanced file ordering.
12397 (ido-file-lessp): New simple file ordering.
12398 (ido-sort-list): Remove.
12399 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12400 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12401
12402 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
12403
12404 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12405 that some versions of grep produce.
12406 (grep-mode-font-lock-keywords): Likewise.
12407
12408 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
12409
12410 * progmodes/gdb-ui.el (gdb-location-list): New variable.
12411 (gdb-cdir): Delete.
12412 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12413 (gdb-source-info): Treat case when source file is in another
12414 directory properly.
12415 (gdb-get-location): New function.
12416
12417 2005-02-07 Jay Belanger <belanger@truman.edu>
12418
12419 * calc/calc-prog.el (calc-write-parse-table-part)
12420 (calc-fix-token-name): Fix a check for language type.
12421
12422 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
12423
12424 2005-02-07 Andre Spiegel <spiegel@gnu.org>
12425
12426 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12427 as directory not writable.
12428
12429 2005-02-07 Kim F. Storm <storm@cua.dk>
12430
12431 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12432 (cua--standard-movement-commands): Remove list.
12433 Instead, set CUA property value to move for movement commands.
12434 (cua-movement-commands): Remove. Users must set CUA prop instead.
12435 (cua--pre-command-handler): Check CUA property.
12436 (cua--init-keymaps): Don't remap undo commands.
12437 (cua-mode): Don't call cua--rectangle-on-off.
12438
12439 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12440 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12441 (cua--rect-undo-set-point): New var.
12442 (cua--rectangle-undo-boundary): Setup undo apply entry.
12443 (cua--rect-undo-handler): New function for rectangle undo.
12444 (cua--rect-start-position, cua--rect-end-position): Add.
12445 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12446 for restored rectangle. Set point if cua--rect-undo-set-point.
12447
12448 2005-02-06 Jay Belanger <belanger@truman.edu>
12449
12450 * calc/calc-lang.el (calc-tex-language): Display more information
12451 in messages.
12452
12453 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12454 in TeX mode.
12455
12456 2005-02-06 Richard M. Stallman <rms@gnu.org>
12457
12458 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12459
12460 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12461
12462 * net/ldap.el (ldap-search-internal): Support attributes with
12463 optional descriptions separated by a semi-colon, as in
12464 "userCertificate;binary".
12465
12466 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12467
12468 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12469 isn't a cons (i.e. the version is 0).
12470
12471 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12472
12473 * help.el (help-for-help): Doc fix.
12474
12475 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12476
12477 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12478 GDB-Windows on the menu-bar as this works better.
12479
12480 2005-02-04 Jay Belanger <belanger@truman.edu>
12481
12482 * calc/calc-embed.el (calc-embedded-update): Don't put in
12483 unnecessary newlines. Adjust the end of formula marker.
12484
12485 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12486 (math-latex-parse-two-args): New function.
12487
12488 2005-02-03 Lute Kamstra <lute@gnu.org>
12489
12490 * help-fns.el (help-with-tutorial): Make sure that users cannot
12491 remove the entire text of the tutorial by means of `undo'.
12492
12493 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12494
12495 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12496 in recent changes, where the ispell process was repeatedly
12497 killed & restarted.
12498
12499 * international/mule-cmds.el (set-locale-environment): Set file-name
12500 coding system to utf-8 on Darwin systems.
12501 (set-default-coding-systems): Don't set default-file-name-coding-system
12502 on Darwin systems.
12503
12504 2005-02-03 Richard M. Stallman <rms@gnu.org>
12505
12506 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12507
12508 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12509
12510 * faces.el (list-faces-display): Add optional argument.
12511
12512 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12513
12514 * font-core.el (font-lock-default-function): Handle the rare case where
12515 only font-lock-keywords is set.
12516
12517 2005-02-02 Kenichi Handa <handa@m17n.org>
12518
12519 * international/characters.el: Cancel previous change for
12520 I-WITH-DOT-ABOVE and DOTLESS-i.
12521
12522 * international/latin-5.el: Cancel previous change.
12523
12524 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12525
12526 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12527
12528 2005-02-02 Kenichi Handa <handa@m17n.org>
12529
12530 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12531 DOTLESS-i.
12532
12533 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12534 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12535
12536 * case-table.el (get-upcase-table): New function.
12537 (copy-case-table): Copy upcaes table too if non-nil.
12538 (set-case-syntax-delims): Maintain upcase table too.
12539 (set-case-syntax-pair): Likewise.
12540 (set-upcase-syntax, set-downcase-syntax): New functions.
12541 (set-case-syntax): Maintain upcase table too.
12542
12543 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12544
12545 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12546
12547 * progmodes/gud.el (gud-goto-info): New function.
12548 (gud-tool-bar-map): Use correct icon.
12549
12550 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12551
12552 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12553 When delegating, order args in the funcall correctly.
12554
12555 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12556
12557 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12558
12559 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12560
12561 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12562 buffer not visiting a file.
12563
12564 2005-01-31 Jay Belanger <belanger@truman.edu>
12565
12566 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12567 bound on the line with the formula.
12568
12569 2005-01-31 Kim F. Storm <storm@cua.dk>
12570
12571 * ses.el (ses-create-cell-variable-range)
12572 (ses-destroy-cell-variable-range, ses-reset-header-string)
12573 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12574 (ses-insert-row): Fix format of apply undo entries.
12575
12576 2005-01-31 Jay Belanger <belanger@truman.edu>
12577
12578 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12579 parts.
12580
12581 * calc/calc-embed.el (calc-embedded-open-formula)
12582 (calc-embedded-close-formula): Ignore matrix environments.
12583
12584 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12585 TeX mode.
12586
12587 * calc/calc-lang.el (math-function-table, math-oper-table)
12588 (math-variable-table): Adjust the LaTeX portions.
12589
12590 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12591 (math-latex-ignore-words): New constant.
12592
12593 2005-01-31 Richard M. Stallman <rms@gnu.org>
12594
12595 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12596 (ispell-local-dictionary): Doc fix.
12597 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12598 Don't reinitialize at run time. Don't defcustom.
12599 All uses changed to append ispell-local-dictionary-alist,
12600 or check it first.
12601 (ispell-current-dictionary): New variable for dictionary in use.
12602 (ispell-dictionary): Now used only for global default.
12603 (ispell-start-process): Set ispell-current-dictionary,
12604 not ispell-dictionary.
12605 (ispell-change-dictionary): Use this only for setting
12606 user preferences.
12607 (ispell-internal-change-dictionary): New function
12608 to change the current dictionary in use.
12609 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12610 Use ispell-current-dictionary.
12611 Handle ispell-local-dictionary-overridden.
12612 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12613
12614 2005-01-31 Jay Belanger <belanger@truman.edu>
12615
12616 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12617
12618 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12619 (calc-mode-map): Add calc-latex-language.
12620
12621 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12622 (math-latex-print-frac): New functions.
12623 (math-oper-table, math-function-table, math-variable-table)
12624 (math-complex-format, math-input-filter): Add latex properties.
12625 (calc-set-language): Set math-expr-special-function-mapping.
12626
12627 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12628 (calc-write-parse-table-part): Add LaTeX support.
12629
12630 * calc/calc.el (calc-language): Adjust docstring.
12631 (calc-set-mode-line): Add LaTeX support.
12632 (math-expr-special-function-mapping): New variable.
12633 (math-tex-ignore-words): Add to list.
12634
12635 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12636 Add LaTeX support.
12637 (math-compose-expr): Add support for special functions.
12638
12639 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12640
12641 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12642
12643 * progmodes/gdb-ui.el (gdb-memory-address)
12644 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12645 (gdb-memory-mode-map, gdb-memory-format-keymap)
12646 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12647 (gdb-memory-unit-menu): New variables for a buffer
12648 that lets the user examine program memory.
12649 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12650 (gdb-memory-format-binary, gdb-memory-format-octal)
12651 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12652 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12653 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12654 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12655 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12656 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12657 (gdb-memory-mode, gdb-memory-buffer-name)
12658 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12659 New functions for above buffer.
12660
12661 2005-01-30 Richard M. Stallman <rms@gnu.org>
12662
12663 * cus-edit.el (custom-bury-buffer): Function deleted.
12664 (custom-buffer-done-function): Option deleted.
12665 (custom-buffer-done-kill): New (replacement option.
12666 (Custom-buffer-done): Call quit-window.
12667 (custom-buffer-create-internal): Update for above changes.
12668
12669 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12670
12671 * simple.el (undo-ask-before-discard): New var.
12672 (undo-outer-limit-truncate): Implement it.
12673 (undo-extra-outer-limit): Doc update.
12674
12675 2005-01-29 Richard M. Stallman <rms@gnu.org>
12676
12677 * ses.el (undo-more): Delete defadvice.
12678 (ses-begin-change): Doc fix.
12679
12680 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12681 instead of rebinding C-x u and C-_.
12682
12683 * files.el (normal-backup-enable-predicate): Return nil for files
12684 in /tmp, regardless of temporary-file-directory.
12685
12686 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12687
12688 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12689 (open-rectangle, delete-whitespace-rectangle-line)
12690 (clear-rectangle-line): If FILL, pass t instead of FILL
12691 for move-to-column's 2nd arg.
12692
12693 * simple.el (undo): Fix the test for continuing a series of undos.
12694 (undo-more): Set pending-undo-list to t when we reach end.
12695 (pending-undo-list): Move up defvar.
12696
12697 * wid-edit.el (widget-button-click):
12698 Shorten the range of the track-mouse binding.
12699
12700 * comint.el (comint-insert-input): Undo previous changes;
12701 use last-input-event in interactive spec.
12702
12703 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12704
12705 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12706 to nil before invoking call-process. Reset buffer's modified flag
12707 after fontifying it in the no-async branch.
12708
12709 * wid-edit.el (widget-specify-button): If mouse pointer shape
12710 cannot be changed, use mouse face instead.
12711
12712 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12713
12714 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12715 (gdb-goto-breakpoint): Make breakpoint handling work on template
12716 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12717 (gdb-assembler-custom): Update to recognize breakpoint information
12718 added on 2005-01-19.
12719
12720 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12721
12722 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12723 (dsssl-mode): Use define-derived-mode.
12724 (scheme-mode-initialize): Remove.
12725 (scheme-mode): Use run-mode-hooks.
12726
12727 * cus-edit.el (customize-group-other-window)
12728 (custom-buffer-create-other-window): Don't override special-display-*.
12729 (custom-mode-map): Make it dense.
12730
12731 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12732 sets the default value.
12733
12734 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12735
12736 * descr-text.el: Add more keywords.
12737
12738 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12739
12740 * speedbar.el: Avoid unnecessary use of locate-library.
12741
12742 * international/mule-cmds.el (standard-display-european-internal):
12743 Don't fiddle with latin-1 non-break space any more since it's now
12744 special cased in the C code.
12745 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12746
12747 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12748
12749 * cus-start.el (all): Add `undo-outer-limit'.
12750
12751 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12752
12753 * textmodes/bibtex.el (bibtex-format-entry):
12754 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12755 field lines.
12756 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12757 not on part of a buffer.
12758
12759 2005-01-25 Lute Kamstra <lute@gnu.org>
12760
12761 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12762 nonempty field text strings like "{letters\\macro{}more letters}".
12763 Clarify docstring.
12764 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12765 (bibtex-entry-offset, bibtex-parse-association)
12766 (bibtex-parse-field-name): Fix typos in docstrings.
12767 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12768
12769 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12770
12771 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12772 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12773 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12774 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12775
12776 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12777 isearch minor mode.
12778
12779 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12780
12781 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12782
12783 2005-01-24 Lute Kamstra <lute@gnu.org>
12784
12785 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12786 CASECHARS and NOT-CASECHARS regular expressions of the
12787 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12788 striding over charsets" error.
12789
12790 2005-01-24 Jay Belanger <belanger@truman.edu>
12791
12792 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12793 display variable name.
12794
12795 2005-01-24 Kenichi Handa <handa@m17n.org>
12796
12797 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12798 Fix setting of the element of encoded-kbd-iso2022-invocations.
12799
12800 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12801
12802 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12803 (gdb-threads-select): Change to also accept mouse events.
12804 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12805 (gdb-threads-mouse-select): Delete.
12806
12807 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12808
12809 * files.el (insert-directory): Take care of empty directory,
12810 listed without -a switch.
12811
12812 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12813
12814 * textmodes/refill.el (refill-post-command-function):
12815 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12816 to the list of functions that we should be careful not to undo.
12817 (refill-late-fill-paragraph-function): Remove.
12818 (refill-saved-state): New var.
12819 (refill-mode): Use it to save fill-paragraph-function.
12820 Save also the value of auto-fill-function.
12821
12822 * term/w32-win.el: Simplify code.
12823
12824 2005-01-23 Kim F. Storm <storm@cua.dk>
12825
12826 * simple.el (line-move): Adapt to new return value from
12827 pos-visible-in-window-p.
12828
12829 * simple.el (line-move): Fix last change. Check partial
12830 visibility at point rather than at window-start.
12831
12832 2005-01-22 Jason Rumney <jasonr@gnu.org>
12833
12834 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12835
12836 2005-01-22 David Kastrup <dak@gnu.org>
12837
12838 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12839
12840 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12841
12842 * type-break.el (type-break-mode): Add a test for
12843 type-break-file-name being non-nil.
12844
12845 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12846
12847 * net/eudc.el (top level): Call (message "") via progn, so that
12848 eudc-options-file is loaded.
12849
12850 2005-01-22 Kim F. Storm <storm@cua.dk>
12851
12852 * simple.el (line-move-1): Rename from line-move.
12853 (line-move): New function that adjusts vscroll for partially
12854 visible rows, and calls line-move-1 otherwise.
12855
12856 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12857
12858 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12859 since it's not a complete read-event implementation
12860
12861 2005-01-20 Jay Belanger <belanger@truman.edu>
12862
12863 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12864 for called function.
12865
12866 2005-01-20 Steven Tamm <steventamm@mac.com>
12867
12868 * term/mac-win.el (process-connection-type): Remove.
12869 Controlled now by s/darwin.h:PTY_ITERATION.
12870
12871 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12872
12873 * window.el (handle-select-window): Don't switch window when we're
12874 in the minibuffer.
12875
12876 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12877
12878 * subr.el (dotimes-with-progress-reporter): New macro.
12879
12880 * ses.el (ses-dotimes-msg): Remove macro.
12881 Use `dotimes-with-progress-reporter' instead.
12882
12883 2005-01-19 Steven Tamm <steventamm@mac.com>
12884
12885 * term/mac-win.el (process-connection-type): Use new
12886 operating-system-release variable to use ptys on Darwin 7 (OS X
12887 10.3) when using carbon build.
12888
12889 2005-01-19 Jay Belanger <belanger@truman.edu>
12890
12891 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12892 flags if the last command was a tab or M-tab.
12893
12894 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12895 in formula editing buffer.
12896
12897 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12898
12899 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12900 breakpoint image symbol in margin.
12901
12902 2005-01-19 Jay Belanger <belanger@truman.edu>
12903
12904 * calc/calc-prog.el (calc-execute-kbd-macro):
12905 Ignore calc-keep-arg-flag.
12906
12907 2005-01-19 Kenichi Handa <handa@m17n.org>
12908
12909 * textmodes/ispell.el (ispell-looking-at): New function.
12910 (ispell-process-line): Use ispell-looking-at to compare the ispell
12911 output and the buffer contents.
12912
12913 2005-01-18 Jay Belanger <belanger@truman.edu>
12914
12915 * calc/calc.el (calc-display-raw): Fix docstring.
12916
12917 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12918
12919 * simple.el (blink-matching-open): Strip extra info from syntax.
12920
12921 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12922 funny chars in the end-of-here-doc marker.
12923
12924 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12925
12926 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12927 that enable/disabled state of breakpoints is shown correctly in
12928 fringe and on ttys.
12929 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12930 Add breakpoint information as text properties.
12931 (gdb-mouse-toggle-breakpoint):
12932 Rename to gdb-mouse-set-clear-breakpoint.
12933 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12934 breakpoints in the margin.
12935 (gdb-remove-strings): Simplify.
12936
12937 2005-01-17 Jay Belanger <belanger@truman.edu>
12938
12939 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12940 erasing buffer.
12941
12942 2005-01-17 Richard M. Stallman <rms@gnu.org>
12943
12944 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12945 for calling grep-compute-defaults.
12946
12947 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12948 if buffer is empty.
12949
12950 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12951
12952 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12953
12954 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12955
12956 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12957 non-preloaded variables.
12958
12959 2005-01-17 Steven Tamm <steventamm@mac.com>
12960
12961 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12962 tex-shell cause to force interactivity when using pipes.
12963
12964 2005-01-17 Kim F. Storm <storm@cua.dk>
12965
12966 * simple.el (just-one-space): Make arg optional.
12967
12968 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12969
12970 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12971 posn-at-x-y to t to access left-margin.
12972
12973 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12974
12975 Sync with Tramp 2.0.47.
12976
12977 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12978 catching keep-date problems in cp/scp operations.
12979 (tramp-handle-copy-file): Don't call `set-file-modes'
12980 unconditionally. Specialized functions should know better what is
12981 necessary. This improves performance a little bit, and the
12982 functions could catch errors with `cp -p' and `scp -p'.
12983 (tramp-do-copy-or-rename-file-via-buffer)
12984 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12985 when appropriate.
12986 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12987 Call `set-file-modes' when appropriate.
12988 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12989 Johnsson <isak@hypergene.com>
12990 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12991 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12992 <joakim@verona.se>
12993 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12994 Emacs only.
12995
12996 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12997 `find-file-hooks' and `dired-mode-hook'.
12998 (tramp-minor-mode-map): Respective map. Add remapping for
12999 `compile' and `recompile'.
13000 (tramp-remap-command, tramp-recompile): New defuns.
13001 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
13002 in buffer "*Compilation*". Call the commands asynchronously.
13003
13004 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
13005 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
13006 `shell-command', because it isn't magic in XEmacs. Reported by
13007 Adrian Aichner <adrian@xemacs.org>.
13008
13009 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13010 `substitute-in-file-name.
13011 (tramp-smb-handle-substitute-in-file-name): New defun.
13012 (tramp-smb-advice-PC-do-completion): Delete advice.
13013
13014 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
13015
13016 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
13017 Fix error in deleting region.
13018
13019 2005-01-15 Richard M. Stallman <rms@gnu.org>
13020
13021 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
13022 In non-temp buffer, switch syntax table temporarily.
13023
13024 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
13025
13026 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
13027
13028 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
13029
13030 * imenu.el (imenu--split-menu): Copy menulist before sorting.
13031 (imenu--generic-function): Use START, not BEG, as pos of definition.
13032
13033 * simple.el (just-one-space): Argument specifies number of spaces.
13034
13035 * simple.el (eval-expression-print-format): Avoid warning
13036 about edebug-active.
13037
13038 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
13039
13040 * progmodes/sh-script.el: Code copied from make-mode.el
13041 with small changes,
13042 (sh-mode-map): Bind C-c C-\.
13043 (sh-backslash-column, sh-backslash-align): New variables.
13044 (sh-backslash-region, sh-append-backslash): New functions.
13045
13046 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
13047
13048 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
13049 (rmail-pop-password, rmail-pop-password-required): Move to
13050 rmail-obsolete group.
13051 (rmail-set-pop-password): Rename to rmail-set-remote-password.
13052 All callers updated.
13053 (rmail-get-pop-password): Rename to rmail-get-remote-password.
13054 Take an argument specifying whether it is POP or IMAP mailbox we
13055 are using. All callers updated.
13056 (rmail-pop-password-error): Rename to
13057 rmail-remote-password-error. Added mailutils-specific error message.
13058 (rmail-movemail-search-path)
13059 (rmail-movemail-variant-in-use): New variables.
13060 (rmail-remote-password, rmail-remote-password-required):
13061 New customization variables.
13062 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
13063 (rmail-parse-url): New function.
13064 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
13065 with GNU mailutils movemail.
13066
13067 2005-01-15 Kevin Ryde <user42@zip.com.au>
13068
13069 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
13070 suffix to space, $ or '$, to correctly position point when going
13071 to @table style constants like DBL_MAX.
13072
13073 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
13074
13075 * type-break.el (type-break-mode, type-break-file-time)
13076 (type-break-file-keystroke-count, type-break-choose-file):
13077 Don't store data in or load data from the file if type-break-file-name
13078 is nil.
13079 (type-break-file-name): Doc update as per the above.
13080
13081 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
13082
13083 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
13084 lookup-key might return nil; handle that.
13085
13086 2005-01-15 Alan Mackenzie <acm@muc.de>
13087
13088 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
13089 rather than the element found, thus enabling the tree to be setcar'd.
13090
13091 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
13092
13093 * textmodes/org.el (org-show-following-heading): New option.
13094 (org-show-hierarchy-above): Use `org-show-following-heading'.
13095 (org-cycle): Documentation fix.
13096
13097 * textmodes/org.el (orgtbl-optimized): New option
13098 (orgtbl-mode): New command, a minor mode.
13099 (orgtbl-mode-map): New variable.
13100 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
13101 (orgtbl-error, orgtbl-self-insert-command)
13102 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
13103
13104 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
13105 a local variable in each org-mode buffer.
13106
13107 * textmodes/org.el (org-set-regexps-and-options): Rename from
13108 `org-set-regexps'. Added checking for STARTUP keyword.
13109 (org-get-current-options): Add STARTUP options.
13110 (org-table-insert-row): Make mode intelligent about when
13111 realignment is needed.
13112 (org-self-insert-command, org-delete-backward-char, org-delete-char):
13113 New commands.
13114 (org-enable-table-editor): New default value `optimized'.
13115 (org-table-blank-field): Support blanking regions if active.
13116
13117 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
13118
13119 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
13120 if the year is not given.
13121
13122 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
13123 Add new escapes %m and %M, fixed bug with %F by adding
13124 save-match-data.
13125 (reftex-reference): Remove ?. from list of spaces.
13126 (reftex-label-info): Add automatic label prefix recognition.
13127
13128 * textmodes/reftex-index.el (reftex-index-next-phrase):
13129 Add slave parameter to call of `reftex-index-this-phrase'.
13130 (reftex-index-this-phrase): New optional argument.
13131 (reftex-index-region-phrases): Add slave parameter to call of
13132 `reftex-index-this-phrase'.
13133 (reftex-display-index): New argument redo.
13134 (reftex-index-rescan): Add 'redo to arguments of
13135 `reftex-display-index'.
13136 (reftex-index-Rescan, reftex-index-revert)
13137 (reftex-index-switch-index-tag): Add 'redo to arguments of
13138 `reftex-display-index'.
13139 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
13140 indexing. Fix bug with matching is there is a quote before or
13141 after the word.
13142
13143 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
13144 Fix bug when collecting citation keys in lines with comments.
13145 (reftex-citation): Prefix argument no longer rescans the document,
13146 but forces prompting for optional arguments of cite macros.
13147 (reftex-do-citation): Prompting for optional arguments implemented.
13148
13149 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13150 Add optional arguments to most cite commands.
13151 (reftex-cite-cleanup-optional-args): New option
13152 (reftex-cite-prompt-optional-args): New option.
13153 (reftex-trust-label-prefix): New option.
13154
13155 * textmodes/reftex-toc.el (reftex-toc-find-section):
13156 Add push-mark before changing the position in the buffer.
13157
13158 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
13159 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
13160
13161 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
13162
13163 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
13164 more carefully.
13165
13166 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13167
13168 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
13169 (sgml-mode): Use it.
13170 (sgml-get-context): Better keep track of implicitly closed tags.
13171
13172 2005-01-13 Kenichi Handa <handa@m17n.org>
13173
13174 * textmodes/ispell.el: These changes are to fix misalignment error
13175 caused by equivalent characters of different Emacs charsets.
13176 (ispell-unified-chars-table): New variable.
13177 (ispell-get-decoded-string): New function.
13178 (ispell-get-casechars, ispell-get-not-casechars)
13179 (ispell-get-otherchars): Call ispell-get-decoded-string.
13180
13181 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13182
13183 * custom.el (custom-declare-variable): Just put symbol instead
13184 of (defvar . symbol) in `current-load-list'.
13185
13186 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13187
13188 * emacs-lisp/elint.el: Fixed typo in Commentary section.
13189
13190 2005-01-12 Jay Belanger <belanger@truman.edu>
13191
13192 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
13193 to create a Calc summary.
13194
13195 2005-01-12 Kim F. Storm <storm@cua.dk>
13196
13197 * mouse.el (mouse-on-link-p): Change functionality and doc
13198 string to comply with latest description in lisp ref.
13199
13200 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
13201
13202 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
13203 Enable mouse clicks on mode-line, header-line and margin.
13204 (event-type): Give mouse event symbols an 'event-kind property
13205 with value 'mouse-click.
13206
13207 2005-01-12 Juri Linkov <juri@jurta.org>
13208
13209 * facemenu.el (list-colors-display): Add new arg buffer-name.
13210 Use it. Fix docstring. Replace code for identifying duplicate
13211 colors by the name with call to `list-colors-duplicates' which
13212 identifies duplicate colors by the value unless the color
13213 is one of special Windows colors. Set truncate-lines to t.
13214 Print sorted duplicate color names on each line. Indent to 22
13215 \(the longest color name in rgb.txt) instead of 20. Optimize.
13216 (list-colors-duplicates): New function.
13217 (facemenu-color-name-equal): Delete function.
13218
13219 * facemenu.el (list-colors-print): New function created from code
13220 in list-colors-display. Print #RRGGBB at the window right edge.
13221 (list-colors-display): When temp-buffer-show-function is not
13222 defined, call list-colors-print from temp-buffer-show-hook
13223 to get the right value of window-width in list-colors-print
13224 after the buffer is displayed.
13225
13226 * simple.el (pop-mark): Move deactivate-mark out of conditional
13227 part to deactivate the active mark regardless of the state of the
13228 mark ring.
13229
13230 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
13231 variables line in desktop files.
13232
13233 2005-01-12 Juri Linkov <juri@jurta.org>
13234
13235 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
13236 Bring together isearch highlight related options.
13237 (lazy-highlight): Replace group `replace' by `matching'.
13238 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13239 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13240 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
13241 and declare them obsolete.
13242 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
13243 (isearch-faces): Remove defgroup.
13244 (isearch-overlay, isearch-highlight, isearch-dehighlight):
13245 Move isearch highlighting code closer to lazy highlighting code.
13246
13247 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
13248 (query-replace-highlight, query-replace-lazy-highlight)
13249 (query-replace): Move definitions to the beginning of the file.
13250
13251 2005-01-11 Juri Linkov <juri@jurta.org>
13252
13253 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
13254 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
13255 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
13256
13257 * info.el (Info-history-forward): New variable.
13258 (Info-select-node): Reset Info-history-forward to nil.
13259 (Info-last): Turn into defalias.
13260 (Info-history-back): Rename from Info-last.
13261 Add current node to Info-history-forward.
13262 (Info-history-forward): New fun.
13263 (Info-mode-map): Replace Info-last by Info-history-back.
13264 Bind Info-history-forward to "r".
13265 (Info-mode-menu): Replace Info-last by Info-history-back.
13266 Fix menu item text. Add menu item for Info-history-forward.
13267 (info-tool-bar-map): Replace Info-last by Info-history-back.
13268 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
13269 for Info-history-forward.
13270 (Info-mode): Replace Info-last by Info-history-back in docstring.
13271 Add local variable Info-history-forward.
13272 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
13273
13274 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
13275
13276 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
13277 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
13278 Ignore select-window events rather than fiddle with
13279 mouse-autoselect-window.
13280
13281 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
13282
13283 * type-break.el (type-break-mode): Fix previous change.
13284
13285 2005-01-10 Jay Belanger <belanger@truman.edu>
13286
13287 * calc/calc-ext.el (calc-reset): Reset when inside embedded
13288 calculator; only reset when point is inside a calculator.
13289 Don't adjust the window height if the window takes up the whole height
13290 of the frame.
13291
13292 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
13293
13294 * ebuff-menu.el (Electric-buffer-menu-mode):
13295 Preserve value of buffer-local var header-line-format.
13296
13297 2005-01-09 Jay Belanger <belanger@truman.edu>
13298
13299 * calc/calc.el (calc-mode-var-list-restore-saved-values):
13300 Make sure settings file exists before accessing it.
13301
13302 * calc/calc-embed.el (calc-embedded-subst):
13303 Replace math-multi-subst-rec, which is only supposed to be called
13304 by math-multi-subst, by math-multi-subst.
13305
13306 2005-01-09 Andre Spiegel <spiegel@gnu.org>
13307
13308 * vc.el (vc-allow-async-revert): New user option.
13309 (vc-disable-async-diff): New internal variable.
13310 (vc-revert-buffer): Use them to disable asynchronous diff.
13311
13312 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
13313 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
13314 asynchronously if vc-disable-async-diff is t.
13315
13316 2005-01-09 Jay Belanger <belanger@truman.edu>
13317
13318 * calc/calc.el (defcalcmodevar): New macro.
13319 (calc-mode-var-list-restore-default-values)
13320 (calc-mode-var-list-restore-saved-values): New functions.
13321 (calc-mode-var-list): Use defcalcmodevar to define it.
13322 (calc-always-load-extensions, calc-line-numbering)
13323 (calc-line-breaking, calc-display-just, calc-display-origin)
13324 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13325 (calc-group-char, calc-point-char, calc-frac-format)
13326 (calc-prefer-frac, calc-hms-format, calc-date-format)
13327 (calc-float-format, calc-full-float-format, calc-complex-format)
13328 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13329 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13330 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13331 (calc-matrix-brackets, calc-language, calc-language-option)
13332 (calc-left-label, calc-right-label, calc-word-size)
13333 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13334 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13335 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13336 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13337 (calc-window-height, calc-display-trail, calc-show-selections)
13338 (calc-use-selections, calc-assoc-selections)
13339 (calc-display-working-message, calc-auto-why, calc-timing)
13340 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13341 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13342 (calc-gnuplot-default-device, calc-gnuplot-default-output)
13343 (calc-gnuplot-print-device, calc-gnuplot-print-output)
13344 (calc-gnuplot-geometry, calc-graph-default-resolution)
13345 (calc-graph-default-resolution-3d, calc-invocation-macro)
13346 (calc-show-banner): Use defcalcmodevar to declare them and set
13347 their default values.
13348
13349 * calc/calc-ext.el (calc-reset): Restore saved values of variables
13350 instead of default values (but restore default values if there is
13351 an argument of 0).
13352
13353 2005-01-09 David Kastrup <dak@gnu.org>
13354
13355 * desktop.el (desktop-restore-eager): Fix typo in type.
13356
13357 2005-01-08 Richard M. Stallman <rms@gnu.org>
13358
13359 * cus-edit.el (customize): Delete :link.
13360
13361 2005-01-08 Jay Belanger <belanger@truman.edu>
13362
13363 * calc/calc.el (calc-mode): Remove the extension from the
13364 `calc-settings-file' file name when loading it.
13365
13366 2005-01-08 Kim F. Storm <storm@cua.dk>
13367
13368 * info.el (Info-mode-map, Info-next-link-keymap)
13369 (Info-prev-link-keymap, Info-up-link-keymap):
13370 Map follow-link to mouse-face.
13371 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13372
13373 2005-01-08 Jay Belanger <belanger@truman.edu>
13374
13375 * calc/calc.el (calc-settings-file): Change default value.
13376 Suggested by cgw in a comment in calc-mode.el.
13377
13378 * calc/calc-mode.el (calc-settings-file-name):
13379 Compare calc-settings-file to user-init-file instead of ~/.emacs.
13380 Replace ~/.emacs in a prompt by calc-settings-file.
13381
13382 2005-01-07 Lars Hansen <larsh@math.ku.dk>
13383
13384 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13385 (desktop-lazy-idle-delay): New customizable variables.
13386 (desktop-buffer-args-list): New variable.
13387 (desktop-append-buffer-args): New function.
13388 (desktop-save): Call desktop-append-buffer-args for some buffers.
13389 (desktop-lazy-create-buffer): New function.
13390 (desktop-idle-create-buffers): New function.
13391 (desktop-read): Add message about buffers to restore lazily.
13392 (desktop-lazy-abort): New command.
13393 (desktop-clear): Call desktop-lazy-abort.
13394 (desktop-lazy-complete): New command.
13395
13396 2005-01-06 Richard M. Stallman <rms@gnu.org>
13397
13398 * emacs-lisp/find-func.el (find-face-definition):
13399 Rename from find-face.
13400
13401 2005-01-06 Kim F. Storm <storm@cua.dk>
13402
13403 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13404
13405 * man.el (Man-xref-man-page, Man-xref-header-file)
13406 (Man-xref-normal-file): Add follow-link property.
13407
13408 2005-01-06 Jay Belanger <belanger@truman.edu>
13409
13410 * calc/calc-units.el: Make sure the proper macro definitions are
13411 available when compiling.
13412
13413 2005-01-06 Juri Linkov <juri@jurta.org>
13414
13415 * isearch.el (isearch-lazy-highlight-update):
13416 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
13417
13418 2005-01-06 Miles Bader <miles@gnu.org>
13419
13420 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
13421 (isearch-lazy-highlight-face): Use new name.
13422
13423 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13424
13425 * uniquify.el (uniquify-rationalize-file-buffer-names):
13426 Re-add an interactive spec.
13427 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13428 to the same name.
13429
13430 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13431 (isearch-update, isearch-done): Adjust calls accordingly.
13432
13433 2005-01-05 Richard M. Stallman <rms@gnu.org>
13434
13435 * custom.el (custom-set-variables, custom-theme-set-variables):
13436 Clarify documentation.
13437
13438 * emacs-lisp/find-func.el (find-variable)
13439 (find-variable-other-window, find-variable-other-frame):
13440 Fix the TYPE args to find-function-read and find-function-do-it.
13441 (find-function): Doc fix.
13442 (find-function-at-point): Replace function-at-point alias.
13443
13444 2005-01-04 Richard M. Stallman <rms@gnu.org>
13445
13446 * cus-face.el (custom-declare-face):
13447 Record defface in current-load-list.
13448
13449 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13450
13451 * emacs-lisp/find-func.el: Doc fixes.
13452 (find-face-regexp): New variable.
13453 (find-function-regexp-alist): New variable.
13454 (find-function-C-source): Third arg is now TYPE.
13455 (find-function-search-for-symbol): Handle general TYPE.
13456 (find-function-read, find-function-do-it): Handle general TYPE.
13457 (find-definition-noselect, find-face): New functions.
13458 (function-at-point): Alias deleted.
13459
13460 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13461
13462 * battery.el (display-battery-mode): Rename from display-battery.
13463 Handle the case where it gets turned off.
13464
13465 2005-01-04 Richard M. Stallman <rms@gnu.org>
13466
13467 * cus-edit.el (customize): Make :link point to user doc.
13468
13469 * man.el (Man-fontify-manpage): Turn off undo generation.
13470
13471 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13472
13473 2005-01-04 Andreas Schwab <schwab@suse.de>
13474
13475 * files.el (insert-directory): Only look for error lines in
13476 inserted text. Don't move too far after processing --dired markers.
13477
13478 2005-01-04 Richard M. Stallman <rms@gnu.org>
13479
13480 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13481 Don't expand if the character is @, period, dash, etc.
13482 (define-mail-abbrev): Quote names that contain problem characters.
13483
13484 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13485
13486 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13487
13488 2005-01-03 Richard M. Stallman <rms@gnu.org>
13489
13490 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13491 (query-replace-highlight, query-replace-lazy-highlight)
13492 (query-replace): Definitions moved up. Doc fix.
13493
13494 2005-01-03 Richard M. Stallman <rms@gnu.org>
13495
13496 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13497 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13498 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13499 (lazy-highlight-face): Rename from isearch-lazy-...
13500 Change all references to them.
13501
13502 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13503
13504 * cus-edit.el (custom-file): Doc fix for defcustom.
13505 (custom-file): The function no longer sets the variable
13506 `custom-file' to its return value.
13507
13508 * startup.el (command-line): No longer load `custom-file'.
13509
13510 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13511
13512 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13513
13514 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13515 Don't confuse module-prefixed identifiers for labels.
13516 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13517
13518 2005-01-02 Richard M. Stallman <rms@gnu.org>
13519
13520 * files.el (basic-save-buffer-1): Fix previous change.
13521
13522 * loadhist.el (file-loadhist-lookup): New function.
13523 (file-provides, file-requires): Use it.
13524
13525 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13526 instead of calculating the right size.
13527
13528 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13529
13530 * vc-svn.el (vc-svn-diff): Stay local if possible.
13531
13532 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13533
13534 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13535
13536 * files.el (hack-local-variables): Fix last change.
13537
13538 2005-01-02 Jay Belanger <belanger@truman.edu>
13539
13540 * calc/calc-yank.el (calc-edit-top): New variable.
13541 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13542 object. Change header properties.
13543 (calc-edit-finish, calc-edit-finish-stack-object)
13544 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13545 edited object.
13546 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13547 for the beginning of the edited object.
13548 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13549 for the beginning of the edited object.
13550 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13551 (calc-finish-formula-edit, calc-macro-repeats)
13552 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13553 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13554 beginning of the edited object.
13555 (calc-user-define-edit): Change the header for editing macros.
13556 Remove unnecessary variable.
13557
13558 2005-01-01 Jay Belanger <belanger@truman.edu>
13559
13560 * calc/calc-yank.el (calc-edit-mode): Change default header.
13561 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13562 * calc/calc-store.el (calc-edit-variable): Change title to match new
13563 header.
13564 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13565 mode to match new header.
13566 (calc-user-define-edit): Change titles to include names of commands.
13567 (calc-finish-formula-edit): Adjust to handle new header.
13568 (calc-finish-macro-edit): Remove.
13569 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13570 (calc-edit-macro-command, calc-edit-macro-command-type)
13571 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13572 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13573 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13574 (calc-edit-macro-finish-edit): New functions.
13575 (calc-user-define-edit): Use new functions to edit named calc macros.
13576
13577 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13578
13579 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13580
13581 * ses.el (copy-region-as-kill): Deactivate mark.
13582
13583 2005-01-01 Richard M. Stallman <rms@gnu.org>
13584
13585 * replace.el (occur-1): If the output buffer is also an input,
13586 don't kill it, rename it.
13587
13588 * faces.el (set-face-background, set-face-foreground): Doc fix.
13589
13590 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13591 for :foreground and :background.
13592
13593 * dired.el (dired-view-command-alist): Variable deleted.
13594 (dired-view-file, dired-mouse-find-file-other-window):
13595 Delete the code to use it.
13596
13597 2005-01-01 Kim F. Storm <storm@cua.dk>
13598
13599 * image.el (insert-sliced-image): Use t for line-height property.
13600
13601 See ChangeLog.11 for earlier changes.
13602
13603 ;; Local Variables:
13604 ;; coding: iso-2022-7bit
13605 ;; End:
13606
13607 Copyright (C) 2005 Free Software Foundation, Inc.
13608 Copying and distribution of this file, with or without modification,
13609 are permitted provided the copyright notice and this notice are preserved.
13610
13611 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1