]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(texinfo-mode): Set sentence-end-base.
[gnu-emacs] / lisp / ChangeLog
1 2005-10-21 Richard M. Stallman <rms@gnu.org>
2
3 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
4
5 * textmodes/paragraphs.el (sentence-end-base): New variable.
6 (sentence-end): Use sentence-end-base.
7
8 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9
10 * font-lock.el (font-lock-default-fontify-region): Check the multiline
11 property independently from the font-lock-multiline variable.
12
13 2005-10-21 Richard M. Stallman <rms@gnu.org>
14
15 * emacs-lisp/find-func.el (find-library-name): Doc fix.
16
17 * startup.el (command-line): Convert library names
18 in `load-history' to absolute file names.
19
20 * subr.el (symbol-file): Doc fix.
21
22 * loadhist.el (file-loadhist-lookup): Call locate-library
23 instead of find-library-name. Don't try converting
24 abs file names to library names, since load-history no longer
25 has library names in it.
26 (file-dependents, file-provides, file-requires): Doc fixes.
27
28 2005-10-21 Juri Linkov <juri@jurta.org>
29
30 * progmodes/etags.el (tags-table-mode): New function.
31 (tags-verify-table): Replace initialize-new-tags-table with
32 tags-table-mode.
33
34 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
35 default value.
36 (desktop-modes-not-to-save): Add tags-table-mode to the
37 default value.
38
39 * info.el (Info-index-next): Add total number of index
40 alternatives to the message.
41
42 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
43 backward only space (instead of space and period) before looking
44 at sentence end.
45
46 * simple.el (set-variable): Use user-variable-p instead of symbolp.
47 Add the old variable value as 4th default-value arg of read-string.
48
49 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
50
51 * cus-face.el (custom-declare-face): Make face from X resources
52 also on Mac.
53
54 * disp-table.el (standard-display-g1, standard-display-graphic):
55 Refuse to use string glyphs also on Mac.
56 (standard-display-european): Don't set terminal coding system also
57 on Mac.
58
59 * frame.el (display-screens): Use x-display-screens also on Mac.
60
61 2005-10-21 Romain Francoise <romain@orebokech.com>
62
63 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
64
65 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
68 and $? into sexps.
69
70 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
71 warning face on open-paren-in-column-0.
72
73 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
74 boundary case. Fix typo.
75 Suggested by Martin Rudalics <rudalics@gmx.at>.
76
77 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
78
79 * textmodes/org.el: (org-combined-agenda-icalendar-file)
80 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
81 (org-export-icalendar-this-file)
82 (org-export-icalendar-all-agenda-files)
83 (org-export-icalendar-combine-agenda-files): New commands.
84 (org-export-icalendar, org-print-icalendar-entries)
85 (org-start-icalendar-file, org-finish-icalendar-file)
86 (org-ical-ts-to-string): New functions.
87 (org-read-date, org-goto-calendar)
88 (org-agenda-goto-calendar): Inhibit displaying diary entries by
89 call to `calendar'.
90 (orgtbl-setup): Remove the :keys arguments from the menu description.
91 (org-after-save-iCalendar-file-hook): New variable.
92
93 2005-10-21 Kenichi Handa <handa@m17n.org>
94
95 * language/vietnamese.el (tcvn-5712): Make it an alias of
96 vietnamese-tcvn coding-system.
97
98 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
99
100 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
101 group id is given.
102
103 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * progmodes/sh-script.el (sh-escaped-line-re): New var.
106 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
107 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
108 whose line is either continued or ends with a comment.
109
110 2005-10-20 Romain Francoise <romain@orebokech.com>
111
112 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
113
114 * replace.el (occur-engine): Add follow-link property.
115
116 * font-core.el (font-lock-mode): Doc fix.
117
118 2005-10-20 Richard M. Stallman <rms@gnu.org>
119
120 * net/rcirc.el: New file.
121
122 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
123
124 * term.el (term-term-name): Initialize to "eterm-color".
125
126 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
127
128 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
129 for encryption functionality.
130 Move allout customization subgroup from `editing' to `outlines' group.
131 Fix commentary 'keywords' to legitimate ones.
132 Update author info (using my current email address, obscurified).
133 (allout-encrypt-string, allout-encryption-produce-work-buffer)
134 (allout-encrypted-topic-p, allout-encrypted-text-type)
135 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
136 (allout-situate-encryption-key-verifier)
137 (allout-get-encryption-key-verifier, allout-verify-key)
138 (allout-next-topic-pending-encryption)
139 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
140 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
141 (outline-key-verifier-handling, outline-key-hint-handling)
142 (outline-encrypt-unencrypted-on-saves): New defcustoms.
143 (allout-file-key-verifier-string, allout-encryption-scheme)
144 (allout-key-verifier-string, allout-key-hint-string)
145 (allout-after-save-decrypt): New variables.
146 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
147 (allout-after-saves-handler): New hook functions.
148 (allout-post-command-business): Do allout-after-save-decrypt.
149 (allout-enable-file-variable-adjustment): Custom var to enable
150 mechanism for adding and adjusting settings of Emacs file variables.
151 (allout-adjust-file-variable, allout-file-vars-section-data):
152 New functions, implement the mechanism.
153 (outlineify-sticky): Use the file vars mechanism.
154 (allout-inhibit-protection, allout-during-write-cue)
155 (allout-override-protect, allout-before-change-protect): Remove.
156 (allout-flag-region, allout-open-topic): Adjust read-only text.
157 (allout-open-line-not-read-only): Add to facilitate read-only
158 text based protection.
159 (allout-kill-line): Revise to adjust read-only text, clue the
160 user about the inhibition.
161 (allout-unprotected): Use unwind-protect.
162 (allout-shift-in, allout-shift-out): Disallow manually shifting a
163 topic deeper than the offspring depth of the previous topic -
164 avoiding confusing "containment discontinuities".
165 (allout-reindent-bodies): Fix retention of body relative hanging
166 indent during promotion of collapsed bodies.
167 (allout-open-topic): Make it easy to open new topic with same
168 bullet as current topic - topic creation functions provided with
169 any universal argument provokes now prompt for bullet, defaulting
170 to the bullet of the previous topic.
171 (allout-plain-bullets-string, allout-distinctive-bullets-string):
172 Plain bullet alternates '.' period and ',' comma only. All other
173 bullets are relegated to special status (but customizable).
174 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
175 since it actually operates w.r.t. most immediately containing
176 entry, visible or not.
177 (allout-hide-current-entry, allout-show-current-entry): Use the
178 revised version.
179 (allout-old-expose-topic): Solidify deprecation.
180 (allout-end-of-subtree): Add so we can span concealed as well
181 as visible topics.
182 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
183 (allout-end-of-current-heading): Tweak to just respect the first line.
184 (allout-get-body-text): Add.
185 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
186 when invoked interactively.
187 (allout-up-current-level): Use `interactive-p'.
188 (allout-mode, allout-init): Miscellaneous docstring and
189 operational refinements, as well as hookups of new encryption stuff.
190 (allout-beginning-of-current-entry): Now works as advertised.
191 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
192 (allout-isearch-rectification): Refine condition for isearching.
193 (allout-isearch-abort, allout-enwrap-isearch)
194 (allout-flag-region, my-region-active-p): Relocate some macros.
195 (allout-title): Fallback title is '(buffer-name)', not
196 non-existing '(current-buffer-name)'.
197 (subst-char-in-string): Define if absent (for some XEmacs versions).
198
199 2005-10-20 Jari Aalto <jari.aalto@cante.net>
200
201 * mail/sendmail.el (mail-setup-hook, mail-aliases)
202 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
203 (mail-citation-prefix-regexp, mail-signature-file)
204 (mail-default-headers, mail-bury-selects-summary)
205 (mail-send-nonascii): Add autoload cookies.
206
207 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
208
209 * frame.el (blink-cursor-mode): Add `mac' to the list of
210 window-system's that support blinking cursor.
211
212 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
213
214 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
215
216 2005-10-20 Eli Zaretskii <eliz@gnu.org>
217
218 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
219 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
220 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
221
222 2005-10-20 Kim F. Storm <storm@cua.dk>
223
224 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
225 (ido-set-current-directory): Don't add / after final @.
226 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
227 Explicitly handle ange-ftp completion oddities.
228 (ido-make-file-list): Don't rotate list at tramp root to avoid
229 triggering tramp file handler for expand-file-name via get-file-buffer.
230
231 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
232
233 * simple.el (eval-expression-print-format): Put the char-string
234 inside the parenthesis, like the other alternative notations.
235 (kill-new): Use push.
236 (copy-to-buffer): Use with-current-buffer.
237 (completion-setup-function): Simplify.
238 (minibuffer-local-must-match-map): Don't add redundant bindings which
239 are already present in its parent (minibuffer-local-completion-map).
240
241 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
242
243 2005-10-19 Jay Belanger <belanger@truman.edu>
244
245 * calc/calc-units.el (math-standard-units): Add units, adjust
246 symbols and update values.
247 (math-unit-prefixes): Add more prefixes.
248
249 2005-10-19 Romain Francoise <romain@orebokech.com>
250
251 * bookmark.el (bookmark-menu-heading): New face.
252 (bookmark-bmenu-list): Use it.
253 Don't fiddle with `baud-rate' at top-level.
254
255 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
256
257 * image.el (create-image, find-image): Mention max-image-size in
258 docstring.
259
260 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
261
262 * savehist.el (savehist-load): Revert to checking XEmacs.
263
264 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
265 Various docstring and line-width fixups.
266 (conf-mode): Use cond.
267 Set font-lock-defaults. Don't set comment-use-syntax.
268
269 2005-10-18 David Ponce <david@dponce.com>
270
271 * tree-widget.el (tree-widget-button-click): New function.
272 (tree-widget-button-keymap): Use it.
273
274 2005-10-18 Romain Francoise <romain@orebokech.com>
275
276 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
277 (bookmark-bmenu-hide-filenames): Add follow-link property.
278 Improve help-echo text.
279
280 * ffap.el (find-file-at-point): Doc fix.
281
282 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
283
284 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
285
286 2005-10-18 Masatake YAMATO <jet@gyve.org>
287
288 Install to the CVS repository what I forgot to install in my
289 2005-10-16 changes.
290
291 * progmodes/python.el (python-complete-symbol): Pass the common
292 prefix substring of completion to `display-completion-list'.
293
294 * textmodes/org.el (org-complete): Ditto.
295
296 2005-10-18 Masatake YAMATO <jet@gyve.org>
297
298 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
299
300 * woman.el (WoMan-xref-man-page): New button type derived
301 from `Man-abstract-xref-man-page'.
302 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
303
304 * man.el (Man-abstract-xref-man-page): New button type.
305 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
306 (Man-highlight-references): Add new optional argument `xref-man-type'.
307
308 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
309
310 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
311
312 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
313
314 * cus-edit.el (Custom-move-and-invoke): Delete.
315 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
316
317 * wid-edit.el (widget-move-and-invoke): New function, from
318 Custom-move-and-invoke.
319
320 2005-10-17 Bill Wohler <wohler@newt.com>
321
322 Move all remaining images from lisp/toolbar to etc/images, move
323 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
324 the low resolution images in their own directory (low-color).
325
326 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
327 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
328 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
329 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
330 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
331 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
332 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
333
334 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
335 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
336 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
337 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
338 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
339 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
340 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
341 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
342 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
343 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
344 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
345 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
346 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
347 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
348 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
349
350 To conform with convention, replace the underscore (_) in the
351 following image names with dash (-) or (/) as appropriate.
352
353 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
354 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
355 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
356 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
357 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
358 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
359 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
360 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
361 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
362 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
363 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
364 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
365 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
366 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
367 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
368
369 * info.el (info-tool-bar-map): Replace underscores in image names
370 with dashes.
371
372 * makefile.w32-in (WINS): Remove toolbar.
373
374 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
375
376 * tool-bar.el: Move to lisp from toolbar. Now that
377 toolbar is empty, it should be deleted when folks run "cvs up -P".
378
379 2005-10-18 Jay Belanger <belanger@truman.edu>
380
381 * calc/calc-store.el (calc-store-into): Get the proper variable name
382 to display in message.
383
384 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
385
386 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
387 expressions display in speedbar for all buffers when debugging.
388 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
389
390 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
391 (speedbar-insert-button, speedbar-make-button):
392 Use add-text-properties.
393 (speedbar-update-localized-contents)
394 (speedbar-update-directory-contents)
395 (speedbar-update-special-contents): Use dolist.
396 (speedbar-buffer-easymenu-definition): Add a menu separator.
397
398 2005-10-17 Jason Rumney <jasonr@gnu.org>
399
400 * makefile.w32-in: Use $(lisp) consistently.
401 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
402 for shell specific generation of mh-autoloads.
403
404 2005-10-17 Richard M. Stallman <rms@gnu.org>
405
406 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
407
408 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
409
410 * jit-lock.el (jit-lock-fontify-now):
411 Move jit-lock-context-unfontify-pos to avoid wasted work.
412
413 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
414
415 * net/tramp.el (tramp-completion-mode): New defvar. Used in
416 `tramp-completion-mode' for checking if we are in completion mode.
417 (tramp-completion-handle-file-name-all-completions): Reorder code
418 in order to complete for file names only in case there are no
419 method/user/host completions. This is necessary for cooperation
420 with ido. Reported by Kim F. Storm <storm@cua.dk>.
421
422 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
423
424 * longlines.el (longlines-search-forward)
425 (longlines-search-backward): Match any number of spaces.
426
427 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
428
429 * diff-mode.el (diff-mode): Doc fix.
430
431 2005-10-16 David Reitter <david.reitter@gmail.com>
432
433 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
434 as default on darwin and windows systems.
435
436 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
437
438 * arc-mode.el (archive-zip-extract): Doc fix.
439
440 2005-10-16 Romain Francoise <romain@orebokech.com>
441
442 * mouse.el (mouse-1-click-follows-link): Doc fix.
443
444 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
445
446 * savehist.el: Don't require CL at runtime.
447 (savehist-xemacs): Remove.
448 (savehist-coding-system): Use utf-8 if present, regardless of religion.
449 (savehist-no-conversion): Use (featurep 'xemacs).
450 (savehist-load): Check existence of start-itimer rather than XEmacs.
451 Use an idle timer.
452 (savehist-process-for-saving): Replace use of CL funs `subseq' and
453 `delete-if-not'.
454
455 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
456
457 * savehist.el: Newer version.
458 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
459 (savehist-last-checksum, savehist-no-conversion): New vars.
460 (savehist-autosave, savehist-process-for-saving, savehist-printable):
461 New functions.
462 (savehist-load, savehist-save): Use them.
463 (savehist-delimit): Remove.
464
465 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 * progmodes/compile.el (compilation-goto-locus): Display the
468 compilation buffer first and the source buffer second, in case they're
469 in overlapping frames. Don't raise the compilation frame if it was the
470 selected window upon entry. Pass the `other-window' arg to
471 pop-to-buffer.
472
473 * info.el (Info-fontify-node): Use dolist.
474 Change add-text-properties to put-text-property.
475
476 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
477
478 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
479 bound of search.
480
481 2005-10-16 Masatake YAMATO <jet@gyve.org>
482
483 * dabbrev.el (dabbrev-completion): Pass the common
484 prefix substring of completion to `display-completion-list'.
485
486 * filecache.el (file-cache-minibuffer-complete)
487 (file-cache-complete): Ditto.
488
489 * tempo.el (tempo-display-completions): Ditto.
490
491 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
492
493 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
494
495 * eshell/em-hist.el (eshell-list-history): Ditto.
496
497 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
498
499 * mail/mailalias.el (mail-complete): Ditto.
500
501 * progmodes/etags.el (complete-tag): Ditto.
502
503 * progmodes/make-mode.el (makefile-complete): Ditto.
504
505 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
506
507 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
508
509 * progmodes/pascal.el (pascal-complete-word)
510 (pascal-show-completions): Ditto.
511
512 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
513
514 * simple.el (completion-common-substring): New variable.
515 (completion-setup-function): Use `completion-common-substring'
516 to put faces.
517
518 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
519
520 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
521 (x-get-selection, mac-select-convert-to-string): Convert from/to
522 UTF-16 clipboard data as in native byte order, no BOM.
523
524 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
525
526 * progmodes/gud.el (gud-tool-bar-map): Rename the images
527 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
528 (gud-sentinel): Use speedbar-frame to check for speedbar.
529
530 2005-10-15 Richard M. Stallman <rms@gnu.org>
531
532 * savehist.el: New file.
533
534 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
535
536 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
537 Fix bug in \bf fontification.
538
539 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * pcvs.el (cvs-edit-log-files): New var.
542 (cvs-mode-edit-log): New arg `file'.
543 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
544 Instead force the use of the original file and nothing else.
545 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
546 the cvs-minor-wrap-function is set.
547 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
548
549 2005-10-14 Bill Wohler <wohler@newt.com>
550
551 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
552 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
553 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
554 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
555 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
556 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
557 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
558 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
559 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
560 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
561 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
562 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
563 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
564 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
565 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
566
567 * progmodes/gud.el (gud-tool-bar-map): Rename the images
568 appropriately (for example, gud-break to gud/break).
569
570 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
571
572 * longlines.el (longlinges-search-function)
573 (longlines-search-forward, longlines-search-backward): New functions.
574 (longlines-mode): Set isearch-search-fun-function to
575 longlinges-search-function.
576
577 * mouse.el (mouse-drag-region-1): Handle the case where a
578 double-click event is bound to an arbitrary function.
579
580 2005-10-14 David Ponce <david@dponce.com>
581
582 * recentf.el (recentf-track-opened-file)
583 (recentf-track-closed-file, recentf-update-menu)
584 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
585 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
586 mouse-1-click-follows-link.
587
588 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
589
590 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
591 Gnome file-manager.png. Suggested by
592 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
593
594 * toolbar/README: Add diropen.xpm.
595
596 2005-10-13 Bill Wohler <wohler@newt.com>
597
598 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
599 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
600
601 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
604 Don't waste the byte-compiler's time on constant data.
605
606 2005-10-13 Kenichi Handa <handa@m17n.org>
607
608 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
609 byte with `escape-glyph' face.
610
611 * international/fontset.el (ccl-encode-unicode-font):
612 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
613 Handle the case that ucs-mule-to-mule-unicode translates a character to
614 ASCII (usually for IPA characters).
615
616 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
617
618 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
619 Don't hide the underline of titles if font-lock-mode is disabled.
620
621 2005-10-12 Bill Wohler <wohler@newt.com>
622
623 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
624 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
625 files in MH-E-SRC have been updated.
626 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
627
628 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
629
630 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
631 (mixal-mode-syntax-table): Add \n as end-comment.
632 (mixal-operation-codes-alist): Immediately initialize to full value.
633 (mixal-add-operation-code): Remove.
634 (mixal-describe-operation-code): Make the arg non-optional.
635 Use the interactive spec instead.
636 Use mixal-operation-codes-alist rather than mixal-operation-codes.
637 (mixal-font-lock-keywords): Don't highlight comments here any more.
638 (mixal-font-lock-syntactic-keywords): New var.
639 (mixal-mode): Use it. Fix comment-start-skip.
640
641 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
642
643 * startup.el (command-line-x-option-alist): -nb => -nbi
644
645 2005-10-12 Kim F. Storm <storm@cua.dk>
646
647 * startup.el (fancy-splash-default-action): Discard mouse click in
648 the spash screen window, as it has no sensible meaning in the
649 next window to be selected. Fixes error reported by Jan D.
650
651 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
652
653 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
654
655 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
656
657 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
658 Try to fix up minor layout issues like indentation, line break, etc...
659 (mixal-mode-syntax-table): Don't try to specify comment syntax,
660 because it doesn't work.
661 (mixal-operation-codes): Add some more codes.
662 (mixal-font-lock-keywords): Process comments here.
663 (mixal-mode): mixasm no longer needs -g option.
664
665 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
666
667 * progmodes/sh-script.el (sh-tmp-file):
668 Use mktemp -t. Finish support for es and rc shells.
669
670 2005-10-11 Jay Belanger <belanger@truman.edu>
671
672 * calc/calcalg2.el (calc-integral): With an argument, compute the
673 definite integral.
674
675 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
676
677 * mouse.el (mouse-drag-region-1): Don't try to catch a
678 double-click when doing follow-link (it's overridden anyway).
679
680 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
681
682 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
683 (autoload-print-form-outbuf): Add docstring.
684
685 2005-10-11 Juri Linkov <juri@jurta.org>
686
687 * info.el (Info-mode-menu): Delete menu item "Edit".
688 (Info-mode): Delete description of Info-edit from docstring,
689 and rearrange descriptions of Info commands in the order
690 they are documented in the Info manual.
691
692 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
693
694 * calendar/appt.el (appt-check): Use diary-selective-display var.
695
696 2005-10-10 Richard M. Stallman <rms@gnu.org>
697
698 * net/newsticker.el (newsticker-start, newsticker-show-news):
699 Add autoload cookies.
700
701 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
702
703 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
704
705 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
706
707 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
708
709 2005-10-10 Jay Belanger <belanger@truman.edu>
710
711 * calc/calc-arith.el (math-check-known-scalarp)
712 (math-check-known-matrixp): Check the values of arguments that are
713 variables.
714 (math-check-known-square-matrixp): New function.
715 (math-known-square-matrixp): Use math-check-known-square-matrixp.
716 (math-super-types): Add sqmatrix type.
717
718 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
719 mode name `square' to 'sqmatrix'.
720
721 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
722 mode name `square' to 'sqmatrix'.
723
724 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * progmodes/etags.el (select-tags-table-mode): Don't use
727 selective-display.
728 (tags-select-tags-table): Pass `button' to the action function.
729 (select-tags-table): Place the side-info on button properties rather
730 than in hidden text. Abbreviate file names.
731 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
732 (select-tags-table-select): Add `button' argument.
733 Get side-info from the button property rather than from hidden text.
734
735 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
736
737 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
738 (gud-speedbar-buttons): Preserve point if possible.
739 (gud-sentinel): Restore previous speedbar display type.
740
741 * progmodes/gdb-ui.el (gdba): Improve diagram.
742 (def-gdb-auto-update-handler, gdb-info-locals-handler)
743 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
744 Call get-buffer-window once.
745
746 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
749 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
750 (pascal-indent-command): Remove unused var `ind'.
751 (pascal-indent-case): Remove unused var `oldpos'.
752 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
753 since it's now used as a proper minor mode map.
754 (pascal-outline): Rename to pascal-outline-mode.
755 (pascal-outline-mode): Use define-minor-mode.
756 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
757 selective-display.
758
759 2005-10-10 Andreas Schwab <schwab@suse.de>
760
761 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
762 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
763
764 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
765 outside source directory.
766
767 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
768
769 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
770 C-x' as a prefix.
771 (orgtbl-mode-map): Full keymap instead of sparse, because all
772 `self-insert-command' keys are redefined in this map.
773 (org-export-as-html): Specify charset for HTML file, by taking it
774 from the coding system.
775
776 2005-10-10 Kenichi Handa <handa@m17n.org>
777
778 * textmodes/flyspell.el (flyspell-check-word-p):
779 If unread-command-events is non-empty, don't call sit-for.
780
781 2005-10-09 Richard M. Stallman <rms@gnu.org>
782
783 * font-lock.el (font-lock-syntactic-keywords)
784 (font-lock-keywords): Doc fixes.
785
786 * textmodes/flyspell.el (flyspell-external-point-words):
787 Simplify logic, and don't try to check for consecutive appearances
788 of one incorrect word.
789
790 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
791
792 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
793 separator.
794
795 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
796 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
797 (gud-expansion-speedbar-buttons): New function.
798 (gud-speedbar-buttons): Check for gud-comint-buffer.
799
800 2005-10-09 Bill Wohler <wohler@newt.com>
801
802 * Makefile.in (updates): Add mh-loaddefs dependency.
803
804 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
805
806 * speedbar.el (speedbar-file-key-map): Fix typo.
807
808 2005-10-09 Daniel Brockman <daniel@brockman.se>
809
810 * cus-start.el (line-spacing): Add custom spec.
811
812 2005-10-09 Romain Francoise <romain@orebokech.com>
813
814 * textmodes/ispell.el (ispell-check-version): Fix last change.
815
816 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
817
818 * term/x-win.el: Remove -i, --icon-type from comment.
819
820 * startup.el (command-line-x-option-alist): Remove options -i,
821 -itype, --icon-type, added -nb, --no-bitmap-icon
822
823 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
824
825 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
826 instead of :active.
827
828 2005-10-08 Eric Hanchrow <offby1@blarg.net>
829
830 * textmodes/ispell.el (ispell-check-version):
831 Ignore hyphen, and all that follows, in aspell's version text.
832
833 2005-10-08 Jay Belanger <belanger@truman.edu>
834
835 * calc/calc-arith.el (math-known-square-matrixp): New function.
836 (math-pow-fancy): Check for matrices before distributing exponent
837 across products.
838
839 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
840 fullscreen keypad. Suggested by Luc Teirlinck.
841 (calc-keypad-show-input): Add space for formatting.
842
843 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
844 Add square matrix option.
845
846 * calc/calc-poly.el (math-expand-term): Check for matrices instead
847 of checking calc-matrix-mode when deciding how to expand.
848
849 * calc/calc.el (calc-set-mode-line): Add square matrix option.
850
851 2005-10-08 Lars Hansen <larsh@soem.dk>
852
853 * net/tramp.el (tramp-perl-directory-files-and-attributes):
854 Add error handling.
855 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
856
857 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
858
859 Sync with Tramp 2.0.51.
860
861 * net/tramp.el (tramp-handle-set-visited-file-modtime)
862 (tramp-handle-insert-file-contents, tramp-handle-write-region):
863 Insert special handling for `last-coding-system-used', again
864 it still seems to be necessary (unlike stated before).
865 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
866 (tramp-password-prompt-regexp): There might be other words before
867 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
868 (tramp-chunksize): Improve docstring.
869 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
870 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
871 Christian Joergensen <bugs@razor.dk>.
872
873 2005-10-07 Glenn Morris <rgm@gnu.org>
874
875 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
876 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
877 precision'.
878
879 2005-10-07 Romain Francoise <romain@orebokech.com>
880
881 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
882 (ibuffer-do-shell-command-pipe-replace)
883 (ibuffer-do-shell-command-file, ibuffer-do-eval)
884 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
885 (ibuffer-do-revert, ibuffer-do-replace-regexp)
886 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
887 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
888 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
889 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
890 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
891 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
892 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
893 Autoload file sans suffix.
894
895 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
896
897 2005-10-07 David Ponce <david@dponce.com>
898
899 * recentf.el (recentf-menu-open-all-flag): New option.
900 (recentf-digit-shortcut-command-name): New function.
901 (recentf--shortcuts-keymap): New variable.
902 (recentf-menu-shortcuts): New variable.
903 (recentf-make-menu-items): Initialize it. Replace the "More..."
904 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
905 (recentf-menu-value-shortcut): New function.
906 (recentf-make-menu-item): Use it. No more in-lined.
907 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
908 (recentf-open-most-recent-file): Rename from
909 `recentf-open-file-with-key'. Don't depend on key binding.
910 (recentf-mode-map): New variable.
911 (recentf-mode): Use it.
912
913 2005-10-06 Bill Wohler <wohler@newt.com>
914
915 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
916
917 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
918 (MH-E-SRC): New. Used by mh-autoloads.
919 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
920 files in MH-E-SRC have been updated.
921 (compile, recompile, bootstrap): Depend on mh-autoloads.
922
923 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
924
925 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
926 gud-break and gud-remove icons when the fringe is not available.
927
928 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
929 Typo.
930
931 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
932
933 * play/zone.el (zone): Wrap body with save-window-excursion.
934
935 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
936
937 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
938 Use the new `list-only' arg to diary-list-entries.
939
940 * calendar/diary-lib.el: Use overlays rather than selective-display.
941 (diary-selective-display): New var.
942 (diary-header-line-format): Use it.
943 (diary-list-entries): Add argument `list-only'.
944 Put the buffer in diary-mode. Don't add \^M at beg and end.
945 Replace \^M by invisible overlays.
946 (diary-unhide-everything): Replace \^M by invisible overlays.
947 (print-diary-entries): Look for overlays rather than \^M.
948 Add a space to the temp buffer name.
949 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
950 Put the buffer in diary-mode.
951 (list-sexp-diary-entries): Replace \^M by invisible overlays.
952 (diary-anniversary): Make the year arg optional.
953 (diary-time-regexp): New const.
954 (diary-font-lock-keywords): Use it to accept a few more time formats.
955
956 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
957
958 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
959
960 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
961 Fix bug introduced 2005-07-03: Use (car (last ...))
962 to faithfully reproduce replaced artist-last.
963 (artist-set-arrow-points-for-poly): Likewise.
964 Suggested by Johan Bockg\e,Ae\e(Brd.
965
966 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
967
968 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
969 * wid-edit.el (widget):
970 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
971 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
972
973 2005-10-06 Kenichi Handa <handa@m17n.org>
974
975 * international/mule-cmds.el (set-language-environment):
976 Fix setting up of case-table for unibyte mode.
977
978 * simple.el (what-cursor-position): If the character is displayed
979 by some `display' text property, show that. Don't use
980 single-key-description for eight-bit characters in multibyte mode.
981
982 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
983
984 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
985 (gdb-ann3): Set it.
986 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
987 (gdb-info-frames-custom): Use inverse-video for first five
988 characters of selected frame only.
989 (gdb-get-frame-number): Select frame even when point is on frame
990 number.
991
992 2005-10-06 Masatake YAMATO <jet@gyve.org>
993
994 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
995 Put `font-lock-function-name-face'.
996 (gdb-info-frames-custom): Put `font-lock-function-name-face'
997 and `font-lock-variable-name-face'
998 (gdb-registers-font-lock-keywords): New font lock keywords definition.
999 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
1000 (gdb-memory-font-lock-keywords): New font lock keywords definition.
1001 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
1002 (gdb-local-font-lock-keywords): New font lock keywords definition.
1003 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
1004 (gdb-threads-font-lock-keywords): New font lock keywords definition.
1005 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
1006
1007 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
1008
1009 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
1010 (ediff-merge-region-is-non-clash-to-skip): Previously called
1011 ediff-merge-region-is-non-clash.
1012
1013 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
1014 Use insert-buffer-substring.
1015
1016 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
1017 selecting files to patch. Also bug fixes.
1018
1019 * ediff-util.el (ediff-setup): Bug fix.
1020 (ediff-next-difference): Never skip clashes that differ in white
1021 space only.
1022
1023 * ediff-wind.el (ediff-setup-control-frame)
1024 (ediff-destroy-control-frame): Check the menubar feature.
1025
1026 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
1027 (viper-refresh-mode-line): Use make-local-variable to localize
1028 some vars instead of make-variable-buffer-local. Suggested by
1029 Stefan Monnier.
1030
1031 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
1032 (viper-restore-cursor-type, viper-set-insert-cursor-type):
1033 Use make-local-variable instead of make-variable-buffer-local.
1034 Suggested by Stefan Monnier.
1035
1036 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
1037 (viper-comint-mode-hook): Use make-local-variable on
1038 require-final-newline.
1039 (viper-non-hook-settings): Don't use make-variable-buffer-local.
1040
1041 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1042
1043 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
1044 also the second char of a comment-start sequence.
1045 (scheme-sexp-comment-syntax-table): New var.
1046 (lambda, define): Set their scheme-doc-string-elt property.
1047 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
1048 Use lisp-font-lock-syntactic-face-function now that it properly
1049 handles |...| symbols.
1050 (scheme-mode-variables): Set lisp-doc-string-elt-property,
1051 parse-sexp-lookup-properties and font-lock-extra-managed-props.
1052
1053 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
1054 bit from # to |.
1055 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
1056
1057 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
1058 (lisp-doc-string-elt-property): New var.
1059 (lisp-font-lock-syntactic-face-function): Use it.
1060 Rewrite to recognize docstrings even for forms not at toplevel.
1061
1062 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
1063 annotation on the | part of #| rather than on the # part.
1064 (scheme-font-lock-syntactic-face-function): New function, to
1065 distinguish strings from |...| symbols.
1066 (scheme-mode-variables): Use it. Also fix up the font-lock-time
1067 syntax-table so that #|...|# is properly highlighted.
1068
1069 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
1070 Don't mark as docstring the 3rd elem of an unknown toplevel form.
1071
1072 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1073
1074 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
1075 and C-e.
1076
1077 * emacs-lisp/eldoc.el: Move comments into docstrings.
1078 (eldoc-message-commands): Initialize in its declaration.
1079 Add move-beginning-of-line and move-end-of-line.
1080 (eldoc-add-command, eldoc-add-command-completions)
1081 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
1082
1083 * outline.el (outline-mark-subtree): Activate the mark.
1084
1085 * calendar/appt.el (appt-time-regexp): New var.
1086 (appt-add, appt-make-list): Use it.
1087 (appt-convert-time): Clean up.
1088
1089 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
1090 Don't set any syntax-table property here.
1091 (tex-font-lock-verb): New function. Do it here.
1092 (tex-font-lock-syntactic-keywords): Use it.
1093
1094 2005-10-04 Richard M. Stallman <rms@gnu.org>
1095
1096 * wid-edit.el (widget-file-complete): Get the widget start point
1097 the right way. Default directory to `/' if file has none.
1098
1099 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
1100
1101 * textmodes/flyspell.el (flyspell-mode-on):
1102 Call ispell-maybe-find-aspell-dictionaries.
1103
1104 * textmodes/ispell.el (ispell-word, ispell-region):
1105 Call ispell-maybe-find-aspell-dictionaries.
1106 (ispell-accept-buffer-local-defs):
1107 Don't call ispell-maybe-find-aspell-dictionaries
1108
1109 2005-10-04 Richard M. Stallman <rms@gnu.org>
1110
1111 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
1112
1113 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
1114
1115 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
1116 instead of `fboundp' in order to allow for anonymous functions.
1117
1118 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
1119
1120 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
1121 case the user clicks on the link while another window is selected.
1122 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
1123
1124 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
1125 functionality.
1126 (dframe-help-echo): Save point in case mouse tracking is off.
1127
1128 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
1129
1130 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
1131
1132 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1133
1134 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
1135 not change the global value of those vars.
1136
1137 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
1138 make-local-variable which we do not need any more.
1139
1140 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
1141
1142 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
1143 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
1144 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
1145 (speedbar-path-line): Define obsolete aliases.
1146 (speedbar-line-directory): Doc fix.
1147
1148 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
1149 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
1150 instead of speedbar-line-path.
1151
1152 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1153
1154 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
1155 to nil if dropping on a window. Handle dropping on a minibuffer window
1156 like dropping on a non-window part of Emacs.
1157
1158 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1159
1160 * net/ange-ftp.el: Use with-current-buffer.
1161 (ange-ftp-insert-directory): Do not follow symlinks any more.
1162
1163 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1164 Remove interactive spec.
1165
1166 2005-10-03 Kim F. Storm <storm@cua.dk>
1167
1168 * ido.el (ido-mode): Use custom-initialize-set.
1169
1170 2005-10-02 Richard M. Stallman <rms@gnu.org>
1171
1172 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
1173 Use insert-buffer-substring.
1174
1175 * net/tramp.el: Pacify byte compiler warnings in pacification code.
1176 (tramp-handle-file-local-copy): Use insert-buffer-substring.
1177
1178 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1179
1180 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
1181 in last change.
1182 (ange-ftp-insert-directory): Fix up the search for the case where
1183 `file' is absolute.
1184
1185 2005-10-02 Romain Francoise <romain@orebokech.com>
1186
1187 * progmodes/compile.el (compile-goto-error): Delete extra paren.
1188
1189 2005-10-02 Andreas Schwab <schwab@suse.de>
1190
1191 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
1192 directory component in the session info.
1193
1194 2005-10-01 Richard M. Stallman <rms@gnu.org>
1195
1196 * comint.el (comint-redirect-subvert-readonly): Doc fix.
1197
1198 * simple.el (next-error-internal): New function.
1199
1200 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
1201 (compilation-start): Pass new arg to compilation-buffer-name.
1202 (compile-goto-error): Use next-error-internal.
1203
1204 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1205
1206 * speedbar.el: Remove RCS tag.
1207 (speedbar-check-read-only): Handle non-existent files.
1208
1209 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
1210
1211 * info.el (Info-speedbar-hierarchy-buttons)
1212 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
1213
1214 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1215
1216 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
1217 Do not match newline.
1218 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
1219 (bibtex-summary): Remove unnecessary save-excursion.
1220 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
1221
1222 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1223
1224 * term/mac-win.el: Add charset info for "iso10646-1".
1225 Modify default fontset to use ATSUI-compatible fonts for some charsets
1226 if available.
1227
1228 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1229
1230 * speedbar.el: Re-apply arch tag.
1231 (speedbar-version): Rename to version 1.0. Suggested by Eric
1232 M. Ludlam.
1233 Reapply two changes from Emacs CVS' version of speedbar lost
1234 during the merge:
1235 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
1236 (speedbar-frame-parameters): Improve customize type.
1237
1238 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1239
1240 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
1241 (ange-ftp-file-directory-p): Fix the symlink case.
1242 (ange-ftp-insert-directory): When listing a single file, get a list of
1243 the parent buffer and extract the relevant line. Inspired from a patch
1244 by Katsumi Yamaoka <yamaoka@jpl.org>.
1245 (ange-ftp-file-name-sans-versions): Simplify.
1246
1247 2005-09-30 Bill Wohler <wohler@newt.com>
1248
1249 Move MH-E image files from toolbar and mail directories into
1250 etc/images.
1251
1252 * mail/reply2.*: Move to etc/images/mail/reply*.
1253
1254 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
1255 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
1256 etc/images.
1257
1258 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
1259 * toolbar/reply*: Move to etc/images/mail.
1260
1261 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
1262
1263 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
1264
1265 * speedbar.el: New version 1.0pre3.
1266
1267 Frame management code (including timer, and mouse click specifics)
1268 moved to dframe.el:
1269 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
1270 (speedbar-timer): Removed. Use dframe-timer.
1271 (speedbar-close-frame): Removed. Use dframe-close-frame.
1272 (speedbar-activity-change-focus-flag): Removed. Use
1273 dframe-activity-change-focus-flag.
1274 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
1275 dframe-update-speed.
1276
1277 (speedbar-current-frame): New macro. Use this instead of the
1278 variable speedbar-frame.
1279
1280 (speedbar-use-images, speedbar-expand-image-button-alist)
1281 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
1282
1283 (speedbar-find-image-on-load-path): Removed. Replaced by
1284 defezimage in ezimage.el.
1285 (speedbar-expand-image-button-alist): Removed. Replaced by
1286 ezimage-expand-image-button-alist in ezimage.el.
1287
1288 (speedbar-ignored-directory-regexp)
1289 (speedbar-add-ignored-directory-regexp)
1290 (speedbar-ignored-directory-expressions)
1291 (speedbar-line-directory, speedbar-buffers-line-directory)
1292 (speedbar-directory-line, speedbar-buffers-line-directory):
1293 Renamed, replacing `path' with `directory'.
1294
1295 (speedbar-create-directory, speedbar-expand-line-descendants)
1296 (speedbar-toggle-line-expansion)
1297 (speedbar-contract-line-descendants): New commands.
1298
1299 (speedbar-query-confirmation-method, speedbar-select-frame-method)
1300 (speedbar-use-tool-tips-flag): New options.
1301
1302 (speedbar-check-read-only, speedbar-require-version)
1303 (speedbar-insert-separator, speedbar-buffers-tail-notes)
1304 (speedbar-handle-delete-frame, speedbar-try-completion)
1305 (speedbar-update-localized-contents): New functions.
1306
1307 (speedbar-incompatible-version, speedbar-ro-to-do-point)
1308 (speedbar-object-read-only-indicator): New variables.
1309
1310 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1311 New hooks.
1312
1313 (speedbar-separator-face): New face.
1314
1315 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1316 (speedbar-ignored-modes): Add fundamental-mode.
1317 (speedbar-directory-unshown-regexp): Add . directories.
1318
1319 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1320 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1321 `]' for full expand/close.
1322 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1323
1324 (speedbar-check-vc): Support hidden files.
1325 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1326 (speedbar-this-file-in-vc): Use vc-state if available. If VC
1327 state is nil, it is not checked out.
1328
1329 (speedbar-line-text, speedbar-line-token): Support expand buttons
1330 with no text.
1331 (speedbar-refresh): Universal argument acts as power-click.
1332 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1333 that buffer to get variable values.
1334
1335 And many other bugfixes.
1336
1337 * dframe.el, ezimage.el, sb-image.el: New files.
1338
1339 * sb-*.xpm: Remove files. New image files installed into
1340 etc/images/ezimage.
1341
1342 2005-09-30 Kenichi Handa <handa@m17n.org>
1343
1344 * ps-mule.el (ps-mule-show-warning): If a character is in
1345 ps-print-translation-table, don't treat it as non-printable.
1346
1347 2005-09-30 David Ponce <david@dponce.com>
1348
1349 * tree-widget.el (tree-widget-themes-load-path): New variable.
1350 (tree-widget-themes-directory): Doc fix.
1351 (tree-widget-image-formats) [Emacs]: Doc fix.
1352 (tree-widget--locate-sub-directory): New function.
1353 (tree-widget-themes-directory): Use it.
1354
1355 * recentf.el (recentf-filename-handlers): Rename from
1356 `recentf-filename-handler'. Allow a list of functions.
1357 (recentf-menu-items-for-commands): Fix :help strings.
1358 (recentf-apply-filename-handlers): New function.
1359 (recentf-expand-file-name): Use it.
1360 (recentf-cleanup): Remove duplicates too.
1361
1362 2005-09-29 Juri Linkov <juri@jurta.org>
1363
1364 * faces.el: Rearrange face definitions to be in the same order as
1365 their face descriptions in "(emacs)Standard Faces".
1366
1367 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1368
1369 * tooltip.el (tooltip): Add group `basic-faces'.
1370
1371 * buff-menu.el (Buffer-menu-buffer): Remove group
1372 `font-lock-highlighting-faces'.
1373
1374 * progmodes/compile.el (compilation-error, compilation-warning)
1375 (compilation-info, compilation-line-number, compilation-column-number):
1376 Change group from `font-lock-highlighting-faces' to `compilation'.
1377
1378 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1379 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1380 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1381 (vhdl-font-lock-reserved-words-face)
1382 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1383 `font-lock-highlighting-faces'.
1384
1385 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1386
1387 2005-09-28 Kim F. Storm <storm@cua.dk>
1388
1389 * emulation/cua-base.el: Set CUA move property on additional commands:
1390 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1391 forward-sexp, backward-sexp, forward-list, backward-list.
1392
1393 2005-09-28 Romain Francoise <romain@orebokech.com>
1394
1395 * comint.el (comint-show-output): Really set point at the
1396 beginning of the output when not using `comint-use-prompt-regexp'.
1397
1398 2005-09-27 Jay Belanger <belanger@truman.edu>
1399
1400 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1401 in TeX mode.
1402
1403 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
1404
1405 * textmodes/org.el (org-table-sum): Fix format string.
1406
1407 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1408 Quote face names.
1409
1410 2005-09-26 Romain Francoise <romain@orebokech.com>
1411
1412 * isearch.el (isearch-forward-regexp): Close doc string.
1413
1414 2005-09-25 Richard M. Stallman <rms@gnu.org>
1415
1416 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1417
1418 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1419
1420 * progmodes/compile.el (compilation-error-properties):
1421 When getting the file from the previous error message,
1422 correctly decode the new data format.
1423
1424 * progmodes/cc-cmds.el (c-electric-paren):
1425 Call old-blink-paren only for close-paren.
1426
1427 2005-09-24 Andreas Schwab <schwab@suse.de>
1428
1429 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1430 condition.
1431
1432 2005-09-25 Romain Francoise <romain@orebokech.com>
1433
1434 * dired-aux.el (dired-copy-file-recursive):
1435 * dired.el (dired-delete-file):
1436 * ediff-mult.el (ediff-dir-diff-copy-file):
1437 * ediff-util.el (ediff-test-save-region):
1438 * forms.el (forms-mode):
1439 * ido.el (ido-file-internal, ido-delete-file-at-head):
1440 * log-edit.el (log-edit-done):
1441 * ses.el (ses-yank-resize):
1442 * play/gomoku.el (gomoku-human-plays, gomoku)
1443 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1444 (gomoku-offer-a-draw):
1445 * play/landmark.el (lm-human-resigns, lm):
1446 * net/eudcb-ldap.el (eudc-ldap-check-base):
1447 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1448 * progmodes/ebrowse.el (ebrowse-find-pattern):
1449 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1450 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1451 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1452
1453 * vc.el (vc-delete-file):
1454 * play/gomoku.el (gomoku-terminate-game, gomoku)
1455 (gomoku-prompt-for-move, gomoku-human-takes-back):
1456 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1457 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1458
1459 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1460
1461 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1462 color rxvt terminals by using the code xterm.el used to use before
1463 2005-04-09 in order to match the colors used by rxvt.
1464
1465 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1466
1467 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1468 colors rxvt-unicode terminals by using the same code as xterm.el.
1469
1470 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1471
1472 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1473 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1474 new symbol used for the tex-verbatim face.
1475
1476 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1477
1478 * woman.el (woman-file-name):
1479 * wid-edit.el (widget-file-prompt-value)
1480 (widget-coding-system-prompt-value):
1481 * w32-fns.el (set-w32-system-coding-system):
1482 * vc.el (vc-version-diff, vc-annotate):
1483 * textmodes/reftex-auc.el (reftex-arg-cite)
1484 (reftex-arg-index-tag):
1485 * textmodes/refer.el (refer-get-bib-files):
1486 * textmodes/artist.el (artist-figlet-choose-font):
1487 * terminal.el (terminal-emulator):
1488 * replace.el (occur-read-primary-args):
1489 * rect.el (string-rectangle, string-insert-rectangle):
1490 * ps-print.el (ps-print-preprint):
1491 * progmodes/pascal.el (pascal-goto-defun):
1492 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1493 * progmodes/compile.el (compilation-find-file):
1494 * printing.el (pr-interactive-n-up):
1495 * play/animate.el (animate-birthday-present):
1496 * net/rcompile.el (remote-compile):
1497 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1498 * mail/rmailsum.el (rmail-summary-search-backward)
1499 (rmail-summary-search):
1500 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1501 (rmail-output-read-file-name):
1502 * mail/rmail.el (rmail-search, rmail-search-backwards):
1503 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1504 * locate.el (locate):
1505 * international/quail.el (quail-show-keyboard-layout):
1506 * international/mule.el (set-buffer-file-coding-system)
1507 (revert-buffer-with-coding-system, set-file-name-coding-system)
1508 (set-terminal-coding-system, set-keyboard-coding-system)
1509 (set-next-selection-coding-system):
1510 * international/mule-diag.el (describe-coding-system)
1511 (describe-font, describe-fontset):
1512 * international/mule-cmds.el (universal-coding-system-argument)
1513 (search-unencodable-char, describe-input-method)
1514 (set-language-environment, describe-language-environment):
1515 * international/codepage.el (codepage-setup):
1516 * international/code-pages.el (codepage-setup):
1517 * info.el (Info-search, Info-follow-reference)
1518 (Info-search-backward):
1519 * emacs-lisp/advice.el (ad-read-advised-function)
1520 (ad-read-advice-class, ad-clear-cache, ad-activate)
1521 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1522 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1523 (ad-read-regexp):
1524 * ediff-util.el (ediff-toggle-regexp-match):
1525 * ediff-ptch.el (ediff-prompt-for-patch-file):
1526 * dired-aux.el (dired-diff):
1527 * diff.el (diff):
1528 * cus-edit.el (custom-variable-prompt):
1529 * calendar/timeclock.el (timeclock-ask-for-project):
1530 * calc/calcalg3.el (calc-get-fit-variables):
1531 * calc/calc-store.el (calc-edit-variable)
1532 (calc-permanent-variable):
1533 * vc-mcvs.el (vc-mcvs-register):
1534 * shadowfile.el (shadow-define-literal-group):
1535 * woman.el (woman-file-name):
1536 * vc.el (vc-version-diff, vc-merge):
1537 * textmodes/reftex-index.el (reftex-index-complete-tag):
1538 * format.el (format-decode-buffer, format-decode-region):
1539 * emulation/viper-cmd.el (viper-read-string-with-history):
1540 * emacs-lisp/debug.el (cancel-debug-on-entry):
1541 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1542 * ediff.el (ediff-merge-revisions)
1543 (ediff-merge-revisions-with-ancestor, ediff-revision):
1544 * completion.el (interactive-completion-string-reader):
1545 * calc/calc-prog.el (calc-user-define-formula):
1546 Follow convention for reading with the minibuffer.
1547
1548 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1549
1550 * progmodes/python.el (python-describe-symbol): Add globals() and
1551 locals() to the arguments of emacs.ehelp.
1552
1553 2005-09-24 Magnus Henoch <mange@freemail.hu>
1554
1555 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1556 New function, code extracted from ispell-valid-dictionary-list.
1557 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1558 Call it.
1559
1560 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1561
1562 * subr.el (version-regexp-alist): Extend valid syntax for version
1563 strings: allow any of the characters -,_,+ to separate the
1564 alpha/beta/rc part from the version part. Doc fix.
1565 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1566
1567 2005-09-23 David Reitter <david.reitter@gmail.com>
1568
1569 * mail/mailclient.el: New file.
1570
1571 2005-09-23 Richard M. Stallman <rms@gnu.org>
1572
1573 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1574 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1575 Doc fixes.
1576
1577 * progmodes/cc-mode.el (c-font-lock-init):
1578 Specify font-lock-lines-before.
1579
1580 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1581
1582 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1583 whole conflict.
1584
1585 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1586
1587 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1588 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1589 of `remap' feature when available. Additional key bindings for
1590 better tty support.
1591 (org-mode-restart, org-force-self-insert): New commands.
1592 (org-time-stamp-inactive): New command.
1593 (org-remap): New function.
1594 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1595 (org-enable-fixed-width-editor): Move to `org-structure'
1596 customization group.
1597 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1598 blank field after field motion commands.
1599
1600 2005-09-23 Kenichi Handa <handa@m17n.org>
1601
1602 * international/mule-cmds.el (set-language-environment):
1603 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1604 have to call utf-translate-cjk-load-tables.
1605
1606 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1607
1608 * mouse.el (mouse-move-drag-overlay): Fix last change.
1609
1610 2005-09-22 David Ponce <david@dponce.com>
1611
1612 * tree-widget.el (tree-widget-value-create): Fix previous change.
1613
1614 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1615
1616 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1617
1618 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1619
1620 * mouse.el (mouse-move-drag-overlay): New function.
1621 (mouse-drag-region-1): Use it.
1622 Try to simplify a bit the state handling. Handle clicks on links
1623 inside intangible areas.
1624 (mouse-save-then-kill): Minor simplification.
1625 (mouse-secondary-overlay): Make it always non-nil instead of
1626 recreating it each time.
1627 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1628 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1629 Simplify accordingly.
1630
1631 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1632
1633 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1634
1635 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1636
1637 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1638 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1639 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1640 to patch.
1641
1642 * ediff-util.el: Use insert-buffer-substring.
1643
1644 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1645
1646 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1647 field boundaries in the minibuffer.
1648 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1649 (viper-minibuffer-post-command-hook): New hook.
1650 (viper-line): Don't move cursor at bolp.
1651
1652 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1653
1654 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1655 avoid compiler warnings.
1656
1657 * emulation/viper-macs.el (ex-map): Better messages.
1658
1659 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1660
1661 * emulation/viper.el: Replace make-variable-buffer-local with
1662 viper-make-variable-buffer-local everywhere, to avoid warnings.
1663
1664 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1665
1666 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1667 Delete unused var `old-selected-window'.
1668 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1669 (mouse-drag-secondary): Delete unused var `start-frame'.
1670
1671 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1672
1673 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1674
1675 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1676
1677 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1678 Re-indent within 80 columns. Use inhibit-read-only.
1679
1680 2005-09-19 Romain Francoise <romain@orebokech.com>
1681
1682 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1683
1684 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1685
1686 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1687 unconditionally, since the after-change-function already did it.
1688
1689 2005-09-19 Miles Bader <miles@gnu.org>
1690
1691 * net/newsticker.el: Get rid of CVS keyword.
1692
1693 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1694
1695 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1696 The prompt is formatted later.
1697
1698 2005-09-19 David Ponce <david@dponce.com>
1699
1700 * tree-widget.el (tree-widget-value-create): Save the converted
1701 tree :node widget.
1702
1703 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1704
1705 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1706 variable `message'.
1707
1708 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1709
1710 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1711 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1712 <slawomir.nowaczyk.847@student.lu.se>.
1713
1714 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1715
1716 * image.el (image-load-path): Use symbol `data-directory' instead
1717 of its value, for backward compatibility with packages that bind
1718 it during `find-image'. Suggested by Katsumi Yamaoka.
1719 (image-search-load-path): Handle symbols whose values are strings.
1720
1721 2005-09-18 Romain Francoise <romain@orebokech.com>
1722
1723 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1724 with-current-buffer form in save-excursion.
1725
1726 2005-09-18 D Goel <deego@gnufans.org>
1727
1728 * apropos.el (apropos-command): Fix `message' call: first arg
1729 should be a format spec. In this and all other cases that appear
1730 below and elsewhere in the source code, I made a change only when
1731 two conditions were satisfied: [1] I can think of a possibility
1732 that the arguments would cause an error, for example, the code in
1733 question relies on external variables such as filenames. [2] I
1734 was sure that the arg to `message' could not have been nil in the code.
1735
1736 * textmodes/tildify.el (tildify-region): Ditto.
1737
1738 * textmodes/reftex-index.el (reftex-index-change-entry)
1739 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1740 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1741 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1742 (org-priority, org-table-sum):
1743 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1744 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1745 (flyspell-word, flyspell-display-next-corrections):
1746 * textmodes/bibtex.el (bibtex-print-help-message):
1747 * textmodes/artist.el (artist-key-set-point-poly):
1748 * term/mac-win.el (mac-services-insert-text):
1749 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1750 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1751 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1752 (vhdl-compose-configuration):
1753 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1754 (sh-set-indent, sh-learn-line-indent):
1755 * progmodes/ps-mode.el (ps-mode-target-column):
1756 * progmodes/idlwave.el (idlwave-make-tags)
1757 (idlwave-scan-library-catalogs):
1758 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1759 * progmodes/gud.el (gud-jdb-analyze-source):
1760 * progmodes/flymake.el (flymake-log):
1761 * progmodes/ebnf2ps.el (ebnf-generate-region):
1762 * progmodes/cmacexp.el (c-macro-expansion):
1763 * progmodes/ada-xref.el (ada-treat-cmd-string):
1764 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1765 (ada-justified-indent-current, ada-batch-reformat):
1766 * play/zone.el (zone):
1767 * play/landmark.el (lm-move):
1768 * play/decipher.el (decipher-show-alphabet):
1769 * net/newsticker.el (newsticker--display-jump)
1770 (newsticker--display-scroll):
1771 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1772 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1773 * mail/feedmail.el (feedmail-dump-message-to-queue):
1774 * eshell/esh-proc.el (eshell-remove-process-entry):
1775 * emulation/ws-mode.el (ws-last-error):
1776 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1777 (viper-record-kbd-macro):
1778 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1779 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1780 * emacs-lisp/find-func.el (find-function-noselect):
1781 * calendar/timeclock.el (timeclock-status-string)
1782 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1783 (timeclock-when-to-leave-string):
1784 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1785 * calc/calc-units.el (calc-enter-units-table):
1786 * calc/calc-mode.el (calc-mode-record-mode):
1787 * woman.el (woman-mini-help):
1788 * wdired.el (wdired-change-to-wdired-mode):
1789 * vc.el (vc-retrieve-snapshot):
1790 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1791 * startup.el (display-startup-echo-area-message):
1792 * simple.el (set-goal-column):
1793 * ses.el (ses-command-hook, ses-recalculate-cell):
1794 * server.el (server-process-filter):
1795 * printing.el (pr-interface-txt-print, pr-interface-printify)
1796 (pr-interface-ps):
1797 * pcvs.el (cvs-help):
1798 * log-edit.el (log-edit, log-edit-mode-help):
1799 * iswitchb.el (iswitchb-possible-new-buffer):
1800 * isearch.el (isearch-edit-string):
1801 * image-mode.el (image-mode, image-minor-mode):
1802 * ibuf-macs.el (define-ibuffer-filter):
1803 * hi-lock.el (hi-lock-find-patterns):
1804 * files.el (toggle-read-only):
1805 * ediff-util.el (ediff-copy-diff)
1806 (ediff-write-merge-buffer-and-maybe-kill):
1807 * echistory.el (Electric-history-undefined):
1808 * dnd.el (dnd-insert-text):
1809 * dired-aux.el (dired-query):
1810 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1811 * bookmark.el (bookmark-bmenu-locate):
1812 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1813 Fix `message' calls to ensure first arg is a format string.
1814 The change was made only when these two conditions were satisfied:
1815 [1] when there is a possibility that the arguments would cause an error
1816 for example, if the code in question relies on external variables
1817 such as filenames, and
1818 [2] if the arg to `message' could not have been nil in the code.
1819
1820 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1821 Not having a %s would be weird, though not technically wrong.
1822
1823 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1824
1825 * term/mac-win.el (mac-add-charset-info): Doc fix.
1826
1827 2005-09-17 Romain Francoise <romain@orebokech.com>
1828
1829 * shell.el (shell-resync-dirs): Handle echoing processes more
1830 reliably. Don't insert resync command if `comint-process-echoes'
1831 is non-nil.
1832
1833 2005-09-17 Magnus Henoch <mange@freemail.hu>
1834
1835 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1836 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1837 aspell versions >= 0.60.
1838 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1839 only if ispell-aspell-supports-utf8 is non-nil.
1840
1841 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1842
1843 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1844 buffer-local value to lisp-indent-function.
1845
1846 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1847
1848 * progmodes/glasses.el (glasses-make-readable): If
1849 glasses-separator differs from underscore, put appropriate
1850 overlays over underscore characters.
1851 (glasses-convert-to-unreadable): If glasses-separator differs from
1852 underscore, try to convert glasses-separator characters to
1853 underscores.
1854
1855 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1856
1857 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1858 Use with-syntax-table and dolist.
1859
1860 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1861
1862 * textmodes/reftex-auc.el:
1863 * textmodes/reftex-cite.el:
1864 * textmodes/reftex-dcr.el:
1865 * textmodes/reftex-global.el:
1866 * textmodes/reftex-parse.el:
1867 * textmodes/reftex-ref.el:
1868 * textmodes/reftex-sel.el:
1869 * textmodes/reftex-toc.el:
1870 * textmodes/reftex-vars.el:
1871 * textmodes/reftex.el: Small changes to remove compiler warnings.
1872
1873 * textmodes/reftex-index.el: Likewise.
1874 (reftex-query-index-phrase): More efficient use of markers.
1875
1876 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1877
1878 * image.el (image-load-path): New variable.
1879 (image-search-load-path): New function.
1880 (find-image): Search for images in `image-load-path'.
1881
1882 2005-09-15 Richard M. Stallman <rms@gnu.org>
1883
1884 * follow.el: Change Maintainer field.
1885
1886 2005-09-15 David Ponce <david@dponce.com>
1887
1888 * recentf.el (recentf-save-file-modes): New option.
1889 (recentf-save-list): Use it.
1890
1891 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1892
1893 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1894 (mode-line-mule-info, mode-line-modified): Move bindings from
1895 mouse-3 to mouse-1.
1896
1897 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1898
1899 * simple.el (sendmail-user-agent-compose): Revert last change.
1900
1901 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1902
1903 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1904 Use with-current-buffer.
1905 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1906 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1907 (ange-ftp-insert-directory): Remove unused var `short'.
1908 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1909
1910 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1911 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1912
1913 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1914 (check-calendar-holidays, diary-list-entries): Autoload.
1915 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1916 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1917
1918 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1919 which mistakenly removed a call to display-buffer.
1920
1921 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1922
1923 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1924
1925 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1926
1927 * progmodes/hideshow.el
1928 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1929 (hs-allow-nesting): New user var.
1930 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1931 (hs-hide-block-at-point): When nesting allowed,
1932 if there is already an overlay in place, delete it.
1933 (hs-safety-is-job-n): Delete func; remove call sites.
1934 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1935 (hs-overlay-at): New func.
1936 (hs-already-hidden-p, hs-show-block): Use it.
1937 (hs-hide-all): Don't pre-clean if nesting allowed.
1938 (hs-show-all): Temporarily disallow
1939 nesting around call to `hs-discard-overlays'.
1940
1941 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1942
1943 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1944 Delete unused local var.
1945
1946 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1947
1948 * help-fns.el (describe-categories): "?\ " -> "?\s".
1949 (help-do-arg-highlight): Recognize also ARG-n, as in
1950 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1951
1952 * international/codepage.el (dos-unsupported-char-glyph):
1953 * net/newsticker.el (tool-bar-map, w3-mode-map)
1954 (w3m-minor-mode-map):
1955 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1956 (ent-alist):
1957 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1958
1959 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1960
1961 * custom.el (custom-push-theme): Handle the case where a symbol is
1962 bound but face properties have not yet been assigned.
1963
1964 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1965 Fix behavior if noerase is `t' and there is no mail buffer.
1966
1967 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1968 if `continue' is nil, rather than signal an error.
1969
1970 2005-09-12 Richard M. Stallman <rms@gnu.org>
1971
1972 * font-lock.el (font-lock-keywords): Add autoload.
1973
1974 * help-fns.el (describe-variable): Rearrange to put source link
1975 in a predictable place.
1976
1977 * net/newsticker.el: New file.
1978
1979 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1982 (calendar-basic-setup): Use the new nil arg.
1983 (number-of-diary-entries): Move to diary-lib.el.
1984
1985 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1986 (diary-list-entries): Use with-syntax-table and dolist.
1987 Rename from list-diary-entries.
1988 Use number-of-diary-entries if `number' is nil.
1989 (diary, diary-view-entries): Use this new name and new nil arg value.
1990 (number-of-diary-entries): Move from calendar.el.
1991 (diary-unhide-everything): New function.
1992 (include-other-diary-files, fancy-diary-display)
1993 (diary-show-all-entries, make-diary-entry): Use it.
1994 (diary-mail-entries): Use buffer-string.
1995 (mark-diary-entries): Fix long standing paren typo.
1996 (diary-sexp-entry): Use count-lines.
1997 (make-diary-entry): Avoid `previous-line'.
1998 (diary-mode-map): New var.
1999 (diary-mode): Redraw cal after saving. Setup header-line.
2000 (fancy-diary-display-mode): Use local-set-key.
2001
2002 * startup.el (command-line): Try calling various terminal-init-foo-bar
2003 functions by stripping hyphenated suffixes from $TERM.
2004
2005 * files.el (normal-mode): Check boundness of font-lock-keywords.
2006
2007 2005-09-12 Richard M. Stallman <rms@gnu.org>
2008
2009 * progmodes/compile.el: Don't decide a file's directory
2010 until the user actually tries to go there.
2011 (compilation-next-error-function):
2012 Pass compilation-find-file the directory from the file-struct.
2013 (compilation-internal-error-properties): Separate local FILE-STRUCT
2014 from FILE. Doc the args better. Rename arg FMT to FMTS.
2015 (compilation-find-file): Arg DIR renamed to DIRECTORY.
2016 Expand it, and if nil, use default-directory.
2017 (compilation-get-file-structure): Don't mix specified directory
2018 with default directory. Put specified directory into
2019 file-struct. Don't make the file name absolute.
2020
2021 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
2022 (compile-command): Add autoload.
2023 (compilation-disable-input): Add autoload.
2024
2025 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
2026
2027 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
2028 strings of the variables it can override.
2029 (time-stamp): New (as yet undocumented) time-stamp-format escapes
2030 %Q and %q, for fully-qualified domain name and unqualified host name.
2031
2032 2005-09-11 Kim F. Storm <storm@cua.dk>
2033
2034 * emacs-lisp/authors.el (authors-aliases): Update list.
2035 (authors-fixed-entries): Update mldrag.el entry.
2036
2037 2005-09-10 Alan Mackenzie <acm@muc.de>
2038
2039 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
2040 from the region narrowed to.
2041
2042 2005-09-10 Magnus Henoch <mange@freemail.hu>
2043
2044 * textmodes/ispell.el (ispell-check-version): Signal an error if
2045 aspell version is less than 0.60.
2046
2047 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
2048
2049 * progmodes/octave-inf.el (inferior-octave-startup):
2050 Resync current dir at the end.
2051
2052 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
2053
2054 * woman.el (woman-topic-at-point-default):
2055 Rename to woman-use-topic-at-point-default.
2056 (woman-topic-at-point): Rename to woman-use-topic-at-point.
2057 (woman-file-name): Reflect renames above. Automatically use the
2058 word at point as topic if woman-use-topic-at-point is non-nil.
2059 Otherwise offer it as default but don't insert it in the
2060 minibuffer. Also use `test-completion' instead of `assoc' as
2061 suggested by Stefan Monnier.
2062
2063 2005-09-10 Andre Spiegel <spiegel@gnu.org>
2064
2065 * vc.el (vc-directory, vc-update-change-log): Throw an error on
2066 the attempt to do it over Tramp. This is not yet supported.
2067
2068 2005-09-10 Eli Zaretskii <eliz@gnu.org>
2069
2070 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
2071 (menu-bar-non-minibuffer-window-p): New functions.
2072 ("Split Window", "Save As..."): Use them.
2073 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
2074 ("Print Buffer", "Truncate Long Lines in this Buffer"):
2075 Use menu-bar-menu-frame-live-and-visible-p.
2076 ("Save Buffer", "Insert File", "Open Directory...")
2077 ("Open File...", "Visit New File..."):
2078 Use menu-bar-non-minibuffer-window-p.
2079 (kill-this-buffer-enabled-p, dired <menu-enable>):
2080 Use menu-bar-non-minibuffer-window-p.
2081
2082 2005-09-09 Eli Zaretskii <eliz@gnu.org>
2083
2084 * cus-start.el (all): Don't complain about fringe-related
2085 built-ins if fringes are not supported. Ditto about
2086 selection-related built-ins. Fix the test for GTK-related built-ins.
2087
2088 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
2089 ("Postscript Print Buffer", "Print Region", "Save As...")
2090 ("Save", "Insert File...", "Open Directory...")
2091 ("Open File...", "Visit New File..."")
2092 ("Truncate Long Lines in this Buffer"): Don't look at
2093 menu-updating-frame if this display does not support multiple frames.
2094
2095 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2096
2097 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
2098
2099 2005-09-09 Emilio Lopes <eclig@gmx.net>
2100
2101 * woman.el: Format- and whitespace-related changes.
2102
2103 2005-09-09 Eli Zaretskii <eliz@gnu.org>
2104
2105 * woman.el: Fix my email address.
2106
2107 2005-09-08 Richard M. Stallman <rms@gnu.org>
2108
2109 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
2110 (sh-mode): Locally set skeleton-pair-default-alist.
2111
2112 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
2113
2114 * progmodes/flymake.el: Require `compile' unconditionally.
2115
2116 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
2117
2118 * woman.el (woman-file-name): Provide a default, not initial input.
2119
2120 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
2121
2122 * font-lock.el (font-lock-support-mode): Doc fix.
2123
2124 * descr-text.el (describe-property-list): Handle non-symbol prop names.
2125
2126 2005-09-08 Richard M. Stallman <rms@gnu.org>
2127
2128 * simple.el (blink-matching-open): Get rid of text props from
2129 the string shown in echo area. Don't permanently set point.
2130 Some rearrangements.
2131
2132 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
2133
2134 * recentf.el (recentf-filename-handler): Add custom choice
2135 `abbreviate-file-name'.
2136
2137 * msb.el (msb--very-many-menus): Fix typo.
2138
2139 * disp-table.el (standard-display-european): Don't set
2140 enable-multibyte-characters to nil.
2141
2142 2005-09-08 David Ponce <david@dponce.com>
2143
2144 * recentf.el (recentf-show-file-shortcuts-flag): New option.
2145 (recentf-expand-file-name): Doc fix.
2146 (recentf-dialog-mode-map): Define digit shortcuts.
2147 (recentf--files-with-key): New variable.
2148 (recentf-show-digit-shortcut-filter): New function.
2149 (recentf-open-files-items): New function.
2150 (recentf-open-files): Use it.
2151 (recentf-open-file-with-key): New command.
2152
2153 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
2154
2155 * buff-menu.el (Buffer-menu-sort-by-column): New function.
2156 Suggested by Kim F. Storm.
2157 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
2158 (Buffer-menu-make-sort-button): Use global keymap.
2159
2160 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
2161
2162 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
2163 (Man-getpage-in-background-advice): Remove defadvice; it isn't
2164 necessary any longer with the remapped command.
2165 (Man-bgproc-sentinel-advice): Remove defadvice which counts
2166 formatting time only.
2167
2168 * net/tramp.el (tramp-action-password)
2169 (tramp-multi-action-password): Compile the password prompt from
2170 `method', `user' and `host'. Sometimes it isn't obvious which
2171 password to enter, for example with remote files offered by
2172 recentf.el, or with multiple steps. Suggested by Robert Marshall
2173 <robert@chezmarshall.freeserve.co.uk>.
2174
2175 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2176
2177 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2178 Fix regexp for when "s///" is at the beginning of line.
2179
2180 2005-09-07 Jay Belanger <belanger@truman.edu>
2181
2182 * calc/calc-poly.el (math-expand-term): Multiply out any powers
2183 when in matrix mode.
2184
2185 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2186
2187 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
2188 non-anonymous functions.
2189
2190 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
2191
2192 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
2193 when using a header line. Otherwise, use mouse-1-click-follows-link.
2194
2195 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
2196 can't be moved; don't signal an error.
2197
2198 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
2199
2200 * cus-theme.el (custom-theme-write-faces): Save the current face
2201 spec, not the defface spec.
2202
2203 * custom.el (custom-known-themes): Clarify meaning of "standard".
2204 (custom-push-theme): Save old values in the standard theme.
2205 (disable-theme): Correct typo.
2206 (custom-face-theme-value) Deleted unused function.
2207 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
2208
2209 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2210
2211 * progmodes/compile.el (compilation-goto-locus): Take into account
2212 iconified frames when determining whether the buffer is
2213 already visible.
2214 Don't reset window height if the window already existed.
2215
2216 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
2217
2218 * custom.el (load-theme): Rename from require-theme.
2219 Add interactive spec.
2220 (enable-theme): Rename from custom-enable-theme.
2221 Add interactive spec.
2222 (disable-theme): Rename from custom-disable-theme.
2223 Add interactive spec.
2224 (custom-make-theme-feature): Doc fix.
2225 (custom-theme-directory): Doc fix.
2226 (provide-theme): Call enable-theme.
2227
2228 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2229
2230 * obsolete/lazy-lock.el (lazy-lock-mode):
2231 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
2232 font-lock-mode if it's off. Print a warning instead.
2233
2234 * progmodes/compile.el (compilation-start): Ignore errors if the
2235 process died before we get to send-eof.
2236
2237 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
2238 Undo last change. Enclosing the result in quotes broke things on Unix
2239 since tex-send-command passes it through shell-quote-argument.
2240 (tex-send-command): Pass `file' through convert-standard-filename
2241 when possible.
2242 (tex-uptodate-p): Handle the case where TeX hasn't put additional
2243 info in a transcript.
2244
2245 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
2246
2247 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
2248 fix compilation warning. Reorder the key definitions to group
2249 together keys emitted by the current version of xterm.
2250
2251 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
2252 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
2253 Reorder predicates to correct min-color usage.
2254
2255 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
2256
2257 * longlines.el (longlines-mode): Inhibit read-only when encoding.
2258 Kill local variables when longlines-mode is turned off.
2259
2260 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2261
2262 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
2263
2264 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
2265
2266 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
2267
2268 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
2269 (font-lock-lines-before): Change default to being inactive.
2270 (font-lock-default-fontify-region): Obey font-lock-lines-before.
2271 (font-lock-after-change-function): Don't handle f-l-lines-before here.
2272
2273 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2274
2275 * net/tramp.el (tramp-handle-make-auto-save-file-name):
2276 Deactivate temporarily advice if active (not needed for Emacs 22,
2277 but for backwards compatibility).
2278 (tramp-exists-file-name-handler): Rewrite. First implementation
2279 was too simple.
2280 (tramp-advice-make-auto-save-file-name):
2281 Call `tramp-handle-make-auto-save-file-name' (again, just for
2282 backwards compatibility).
2283
2284 2005-08-31 Reto Zimmermann <reto@gnu.org>
2285
2286 * progmodes/vhdl-mode.el
2287 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
2288 (vhdl-end-p): Fix indentation bug "else" after "-- when".
2289 (vhdl-set-default-project): New function (easier setting of default).
2290 (vhdl-port-copy): Handle extended identifiers for generics.
2291 (vhdl-compiler-alist): Better description for error message regexp.
2292 (vhdl-make): Query for target, use previous as default.
2293 (vhdl-port-copy): Fix port copy for port names starting with "signal".
2294 (vhdl-font-lock-keywords-2): Fix fontification for record
2295 el. assign.
2296 (vhdl-speedbar-make-subpack-line): Add package body link.
2297 (vhdl-generate-makefile-1): Not include itself as dependency.
2298 (vhdl-font-lock-init): Highlight c-preprocessor directives.
2299 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
2300 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
2301 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
2302 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
2303 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
2304 (vhdl-import-project): Add string argument for `error'.
2305 (vhdl-compose-configuration)
2306 (vhdl-compose-configuration-architecture): Add configuration
2307 declaration generation.
2308 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
2309 (vhdl-trailer-re): Add "record" keyword (better indentation).
2310 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2311 "[^ \t-\"]+".
2312 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2313 (vhdl-testbench-entity-file-name)
2314 (vhdl-testbench-architecture-file-name): Allow separate
2315 customization of testbench file names.
2316 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2317 (vhdl-get-visible-signals): Allow newline within alias declaration.
2318 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2319 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
2320 (member-ignore-case): Alias for missing function in XEmacs.
2321 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
2322 (vhdl-update-sensitivity-list): Ignore case on read signals.
2323 (vhdl-replace-string): Adjust case only for file names.
2324 (vhdl-update-sensitivity-list): Fix search for read signals.
2325 (vhdl-update-sensitivity-list): Exclude formal parameters.
2326 (vhdl-get-visible-signals): Include aliases of signals.
2327 (vhdl-get-visible-signals): Fix signal name searching.
2328 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2329 (vhdl-fixup-whitespace-region): Fix for character
2330 literals (e.g. ':').
2331
2332 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
2333
2334 * ansi-color.el (comint-last-output-start):
2335 * bs.el (font-lock-verbose):
2336 * diff-mode.el (add-log-buffer-file-name-function):
2337 * dired-x.el (vm-folder-directory):
2338 * faces.el (help-xref-stack-item):
2339 * files.el (font-lock-keywords):
2340 * find-lisp.el (dired-buffers, dired-subdir-alist):
2341 * ido.el (cua-inhibit-cua-keys):
2342 * log-view.el (cvs-minor-wrap-function):
2343 * outline.el (font-lock-warning-face):
2344 * simple.el (compilation-current-error):
2345 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2346 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2347 * tooltip.el (comint-prompt-regexp):
2348 * w32-fns.el (explicit-shell-file-name):
2349 * term/mac-win.el (mac-charset-info-alist)
2350 (mac-services-selection, mac-system-script-code):
2351 * term/tty-colors.el (msdos-color-values):
2352 * term/w32-win.el (xlfd-regexp-registry-subnum):
2353 * term/x-win.el (x-keysym-table, x-selection-timeout)
2354 (x-session-id, x-session-previous-id):
2355 * textmodes/ispell.el (mail-yank-prefix):
2356 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2357 * textmodes/org.el (calc-embedded-close-formula)
2358 (calc-embedded-open-formula)
2359 (font-lock-unfontify-region-function):
2360 * textmodes/reftex-global.el (isearch-next-buffer-function)
2361 (TeX-master):
2362 * textmodes/reftex.el (font-lock-keywords):
2363 * textmodes/tex-mode.el (font-lock-comment-face)
2364 (font-lock-doc-face):
2365 * textmodes/texinfo.el (outline-heading-alist):
2366 Add defvars.
2367
2368 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2369 (artist-spray-chars, artist-mode-init, artist-replace-string)
2370 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2371 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2372 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2373
2374 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2375 (conf-align-assignments): "?\ " -> "?\s".
2376
2377 * textmodes/reftex-index.el (TeX-master): Add defvar.
2378 (reftex-index-phrases-marker): Move up defvar.
2379
2380 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2381 (reftex-toc-include-labels-indicator)
2382 (reftex-toc-include-index-indicator)
2383 (reftex-toc-max-level-indicator): Move up declarations.
2384
2385 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
2386 of args to `tramp-run-real-handler', even if it's empty in this case.
2387
2388 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2389
2390 * dired.el (dired-move-to-filename-regexp): Add date format for
2391 Mac OS X 10.3 in East Asian locales.
2392
2393 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2394
2395 * files.el (make-auto-save-file-name): Add file name handler call
2396 if applicable.
2397
2398 * net/tramp.el (tramp-file-name-handler-alist)
2399 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
2400 (tramp-handle-make-auto-save-file-name): Rename from
2401 `tramp-make-auto-save-file-name'.
2402 (tramp-exists-file-name-handler): New defun.
2403 (tramp-advice-make-auto-save-file-name): Make defadvice only when
2404 `make-auto-save-file-name' is not a magic file name operation.
2405
2406 2005-08-30 Richard M. Stallman <rms@gnu.org>
2407
2408 * files.el (risky-local-variable-p):
2409 Match `-predicates' and `-commands.
2410
2411 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2412 (custom-save-all): Visit the file if necessary;
2413 kill the buffer if we created it.
2414 (custom-save-delete): Don't visit file or kill buffer here.
2415
2416 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
2417
2418 * textmodes/org.el (org-special-keyword): New face.
2419 (org-table-copy-down, org-table-eval-formula)
2420 (org-table-recalculate, org-init-section-numbers):
2421 Use `string-to-number' instead of `string-to-int'.
2422 (org-get-location): Use `insert-buffer-substring' instead of
2423 `insert-buffer'.
2424 (org-modify-diary-entry-string): New function.
2425 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2426 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2427 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2428 active region.
2429 (org-export-as-html): Handle QUOTE keyword.
2430 (org-quote-string): New option.
2431 (org-bookmark-jump-unhide): New function, used for
2432 `bookmark-after-jump-hook'.
2433 (org-diary-default-entry): Apply only when not called through
2434 `org-agenda'.
2435
2436 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2437
2438 * net/eudc.el (mode-popup-menu):
2439 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2440 * progmodes/ada-mode.el (compile-auto-highlight)
2441 (skeleton-further-elements):
2442 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2443 * progmodes/cmacexp.el (msdos-shells):
2444 * progmodes/compile.el (font-lock-extra-managed-props)
2445 (font-lock-keywords, font-lock-maximum-size)
2446 (font-lock-support-mode):
2447 * progmodes/grep.el (font-lock-lines-before):
2448 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2449 * progmodes/mixal-mode.el (compile-command):
2450 * progmodes/perl-mode.el (font-lock-comment-face)
2451 (font-lock-doc-face, font-lock-string-face):
2452 * progmodes/prolog.el (comint-prompt-regexp):
2453 * progmodes/sh-script.el (font-lock-comment-face)
2454 (font-lock-set-defaults, font-lock-string-face):
2455 * progmodes/sql.el (font-lock-keyword-face)
2456 (font-lock-set-defaults, font-lock-string-face):
2457 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2458 (itimer-version, lazy-lock-defer-contextually)
2459 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2460 Add defvars.
2461
2462 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2463 (cperl-electric-keyword, cperl-electric-pod)
2464 (cperl-electric-backspace, cperl-forward-re)
2465 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2466 (vc-rcs-header, vc-sccs-header): Add defvars.
2467
2468 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2469 (font-lock-syntactic-keywords, gud-find-expr-function):
2470 Add defvars.
2471
2472 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2473 (gdb-frame-parameters): Declare before use.
2474
2475 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2476 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2477 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2478 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2479
2480 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2481 (idlwave-help-with-source): Use `insert-buffer-substring', not
2482 `insert-buffer'.
2483
2484 2005-08-29 Juri Linkov <juri@jurta.org>
2485
2486 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2487 Put outline-back-to-heading function call inside save-excursion.
2488
2489 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2490
2491 * man.el (Man-init-defvars, Man-translate-references)
2492 (Man-support-local-filenames, Man-highlight-references):
2493 * progmodes/sql.el (sql-interactive-mode):
2494 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2495
2496 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2497 (compilation-mode-font-lock-keywords): Add defvars.
2498 (checkdoc-interactive-loop): "?\ " -> "?\s".
2499
2500 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2501 (font-lock-doc-face, font-lock-string-face)
2502 (font-lock-keywords-case-fold-search): Add defvars.
2503 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2504
2505 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2506 Don't pass X and Y (they are ignored anyway).
2507 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2508 (mouse-delete-window): Make arguments optional.
2509
2510 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2511 (caesar-translate-table, minor-modes, news-buffer-save)
2512 (news-group-name, news-minor-modes): Add defvars.
2513
2514 * emacs-lisp/lselect.el (mouse-highlight-priority)
2515 (x-lost-selection-functions, zmacs-regions):
2516 * emacs-lisp/pp.el (font-lock-verbose):
2517 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2518 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2519 (ses-mode-map):
2520 * emacs-lisp/tcover-unsafep.el (safe-functions):
2521 * international/mule-cmds.el (mac-system-coding-system)
2522 (mac-system-locale):
2523 * language/ethio-util.el (rmail-current-message)
2524 (rmail-message-vector):
2525 * language/thai-util.el (thai-auto-composition-mode):
2526 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2527 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2528 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2529 (vm-primary-inbox, vm-spool-files):
2530 * mail/rmail.el (deleted-head, font-lock-fontified)
2531 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2532 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2533 (total-messages):
2534 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2535 (rmail-summary-mode-map):
2536 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2537 (rmail-last-label, rmail-last-multi-labels)
2538 (rmail-summary-vector, rmail-total-messages):
2539 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2540 * mail/rmailsum.el (msgnum):
2541 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2542 (rmail-current-message):
2543 * obsolete/fast-lock.el (font-lock-face-list):
2544 * obsolete/rnewspost.el (mail-reply-buffer):
2545 * obsolete/scribe.el (compile-command):
2546 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2547
2548 2005-08-28 John Paul Wallington <jpw@gnu.org>
2549
2550 * ibuf-ext.el (ibuffer-auto-update-changed):
2551 Use `frame-or-buffer-changed-p' to check whether we need to update.
2552 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2553 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2554 as a `frame-or-buffer-changed-p' state vector instead.
2555
2556 2005-08-27 Romain Francoise <romain@orebokech.com>
2557
2558 * textmodes/makeinfo.el (makeinfo-compile):
2559 Use `compilation-start'. Set `next-error-function' according to
2560 `disable-errors'.
2561 (makeinfo-next-error): New function.
2562 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2563 (makeinfo-buffer): Likewise.
2564
2565 * progmodes/compile.el (compilation-start): Add autoload cookie.
2566
2567 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2568 * textmodes/sgml-mode.el: Likewise.
2569 * progmodes/python.el: Likewise.
2570
2571 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2572
2573 * simple.el (blink-matching-paren-distance): Document the meaning
2574 of nil value, and allow to customize to nil.
2575
2576 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2577 command.com, not command.exe.
2578
2579 2005-08-26 John Wiegley <johnw@newartisans.com>
2580
2581 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2582 code around a bit so that an extraneous nil argument is not added
2583 to a command when no args are given.
2584
2585 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2586 double-quoted argument resolves to nil, return it as an empty
2587 string rather than as nil. This made it impossible to pass "" to
2588 a shell script as a null string argument.
2589
2590 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2591
2592 * outline.el (outline-invent-heading): New fun.
2593 (outline-promote, outline-demote): Use it.
2594 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2595 (outline-end-of-subtree): Remove unused var `opoint'.
2596
2597 2005-08-26 David Reitter <david.reitter@gmail.com>
2598
2599 * menu-bar.el (truncate-lines, write-file, print-buffer)
2600 (ps-print-buffer-faces, ps-print-buffer, split-window):
2601 Disable menu items when the frame they refer to is invisible, or when
2602 they refer to a buffer and the minibuffer is selected.
2603
2604 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2605
2606 * progmodes/flymake.el (flymake-highlight-err-lines):
2607 Use save-excursion around flymake-highlight-line to preserve point.
2608
2609 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2610
2611 * progmodes/octave-mod.el: Change Author and Maintainer address.
2612 (octave-maintainer-address): Change Kurt's email address.
2613 * progmodes/octave-inf.el: Change Author and Maintainer address.
2614 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2615
2616 2005-08-26 Kim F. Storm <storm@cua.dk>
2617
2618 * subr.el (version-list-<, version-list-<=, version-list-=):
2619 Renamed from integer-list-*.
2620 (version-list-not-zero): Likewise. Fix while loop.
2621 (version=): Use version-list-= instead of string-equal.
2622
2623 2005-08-26 Richard M. Stallman <rms@gnu.org>
2624
2625 * outline.el (outline-promote): Try shortening the heading.
2626 As last resort, read the heading to use.
2627 (outline-demote): As last resort, read the heading to use.
2628
2629 2005-08-26 Romain Francoise <romain@orebokech.com>
2630
2631 * progmodes/compile.el (compilation-start): Doc fix.
2632
2633 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2634 (antlr-font-lock-additional-keywords): Fix reference to
2635 `antlr-font-lock-literal-regexp' erroneously changed during the
2636 mass face rename.
2637 (antlr-run-tool): Use `compilation-start'.
2638
2639 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2640 instead of the obsolete `compile-internal'.
2641
2642 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2643
2644 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2645 (number, original-date):
2646 * calendar/cal-china.el (date):
2647 * calendar/cal-coptic.el (date):
2648 * calendar/cal-french.el (date):
2649 * calendar/cal-hebrew.el (date, entry, number, original-date):
2650 * calendar/cal-islam.el (date, number, original-date):
2651 * calendar/cal-iso.el (date):
2652 * calendar/cal-julian.el (date):
2653 * calendar/cal-mayan.el (date):
2654 * calendar/cal-menu.el (date, event):
2655 * calendar/cal-persia.el (date):
2656 * calendar/lunar.el (date):
2657 * calendar/solar.el (date): Add defvars.
2658
2659 * emerge.el:
2660 * ibuffer.el:
2661 * info-xref.el:
2662 * obsolete/bg-mouse.el:
2663 * obsolete/sun-curs.el:
2664 * obsolete/swedish.el: Move the `defvar's to the top level.
2665
2666 * smerge-mode.el (smerge-refined-change): Add :group.
2667
2668 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2669
2670 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2671 (smerge-keep-n): Remove props.
2672 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2673 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2674 now that it's done in smerge-keep-n.
2675 (smerge-refined-change): New face.
2676 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2677 (smerge-refine): New funs.
2678 (smerge-basic-map): Bind smerge-refine.
2679
2680 2005-08-25 Juri Linkov <juri@jurta.org>
2681
2682 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2683 compilation-process-setup-function and compilation-disable-input
2684 in grep-mode instead of let-bindings in grep.
2685
2686 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2687 Delete "Automatic File De/compression" (auto-compression-mode).
2688
2689 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2690
2691 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2692 Silence warning about non-existent variable.
2693
2694 2005-08-25 Richard M. Stallman <rms@gnu.org>
2695
2696 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2697 Rename "Describe Key" to "Describe Key or Mouse Operation".
2698
2699 * mail/mailalias.el (build-mail-aliases): Delete comments
2700 from the contents before processing them.
2701
2702 * isearch.el (isearch-edit-string): Erase the Search prompt
2703 if user enters an empty string and there is no default.
2704
2705 * comint.el (comint-file-name-prefix): Add autoload.
2706
2707 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2708
2709 * subr.el (play-sound): Rearrange to avoid warning.
2710
2711 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2712
2713 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2714 New hook.
2715 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2716
2717 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2718
2719 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2720
2721 * custom.el (custom-theme-set-variables): Sort minor modes last.
2722
2723 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2724
2725 * subr.el (version-separator, version-regexp-alist): New vars used by
2726 version comparison funs.
2727 (integer-list-<, integer-list-=, integer-list-<=)
2728 (integer-list-not-zero): New funs for integer list comparison.
2729 (version-to-list, version=, version<, version<=): New funs for version
2730 comparison.
2731
2732 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2733
2734 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2735 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2736 time to silence the byte-compiler.
2737
2738 * ibuffer.el (ibuffer-compile-make-eliding-form)
2739 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2740 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2741 so it's silly to get warnings for it).
2742 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2743 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2744 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2745 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2746 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2747 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2748 Defvar at compile time.
2749 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2750 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2751 Declare them before use.
2752
2753 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2754 (info-xref-good, info-xref-bad): Defvar at compile time.
2755
2756 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2757 Use `let*' instead of `let'.
2758
2759 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2760 (*mouse-y*, menu, char): Defvar at compile time.
2761 (sc::menu): Declare it before use.
2762 (sc::pack-one-line): Use `let', not `let*'.
2763
2764 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2765 (mail-send-hook): Defvar at compile time.
2766
2767 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2768 Defvar at compile time.
2769
2770 * term/sun-mouse.el (current-global-mousemap)
2771 (current-local-mousemap): Declare them before use.
2772
2773 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2774
2775 * bookmark.el (bookmark-after-jump-hook): New hook.
2776 (bookmark-jump): Run `bookmark-after-jump-hook'.
2777
2778 2005-08-23 Juri Linkov <juri@jurta.org>
2779
2780 * faces.el (minibuffer-prompt): Doc fix.
2781
2782 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2783
2784 * progmodes/xscheme.el: Trivial changes to silence warnings.
2785 (xscheme-previous-mode, xscheme-previous-process-state):
2786 Add defvars.
2787 (xscheme-last-input-end, xscheme-process-command-line)
2788 (xscheme-process-name, xscheme-buffer-name)
2789 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2790 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2791 (xscheme-control-g-synchronization-p)
2792 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2793 (default-xscheme-runlight, xscheme-runlight)
2794 (xscheme-runlight-string, xscheme-process-filter-state)
2795 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2796 Move to beginning of file.
2797 (scheme-interaction-mode-commands-alist)
2798 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2799 Declare them before use. Note: the initialization code for the variables
2800 has not been moved because it uses functions that reference the variables.
2801 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2802 (xscheme-prompt-for-expression-map): Declare them before use.
2803 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2804
2805 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2806
2807 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2808
2809 2005-08-22 Juri Linkov <juri@jurta.org>
2810
2811 * faces.el (set-face-underline): Delete this duplicate function
2812 and make an obsolete alias to set-face-underline-p.
2813 (set-face-underline-p): Use docstring of set-face-underline.
2814 (describe-face): Create hyperlink to parent face.
2815
2816 * info.el (Info-insert-dir): Use save-excursion around
2817 insert-buffer-substring.
2818 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2819 (Info-escape-percent): Delete function.
2820 (Info-fontify-node): Replace Info-escape-percent by
2821 replace-regexp-in-string with REP arg set to lambda that
2822 duplicates `%' and preserves text properties.
2823
2824 * progmodes/compile.el (compilation-disable-input): Doc fix.
2825 (define-compilation-mode): Doc fix and refill.
2826 (kill-compilation): Use `mode-name' in the error message.
2827 (compilation-find-file): Use `compilation-error' in the
2828 read-file-name's prompt.
2829
2830 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2831
2832 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2833 (smerge-auto-leave): Make undo re-enable the mode.
2834 (debug-ignored-errors): Add the user-error of impossible resolution.
2835 (smerge-resolve): Move things around a bit, in preparation for later.
2836 (smerge-diff): Don't fail if the buffer has no associated file.
2837 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2838 (smerge-conflict-overlay): New function.
2839 (smerge-match-conflict): Don't add text properties here.
2840 (smerge-find-conflict): Instead, add an overlay here.
2841 Also check for the case where we're inside a conflict already, so as to
2842 obviate the need for font-lock-multiline, which is unbearably slow with
2843 large conflicts and ciomplex font-lock patterns.
2844 (smerge-remove-props): Remove overlay rather than text-properties.
2845 (smerge-mode): Don't set font-lock-multiline.
2846 Remove overlays when turned off.
2847
2848 2005-08-21 Kim F. Storm <storm@cua.dk>
2849
2850 * ido.el (ido-ignore-item-p): Use save-match-data.
2851 Bind case-fold-search to ido-case-fold locally.
2852
2853 2005-08-20 Richard M. Stallman <rms@gnu.org>
2854
2855 * files.el (normal-mode): If font lock is on, turn it off and on.
2856
2857 * subr.el (replace-regexp-in-string): Doc fix.
2858
2859 * startup.el (command-line-1): Don't suppress startup screen
2860 due to existing processes.
2861
2862 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2863
2864 * progmodes/compile.el (compilation-disable-input): Default to nil.
2865
2866 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2867
2868 * progmodes/compile.el (compilation-disable-input): New defcustom.
2869 (compilation-start): If compilation-disable-input is non-nil, send
2870 EOF to the compilation process.
2871
2872 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2873
2874 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2875 Run the argument of tex-shell-cd-command through
2876 convert-standard-filename, to get the correct style of slashes on
2877 Windows, and enclose the result in quotes, in case the file name
2878 includes whitespace or other special characters.
2879
2880 2005-08-19 Andreas Schwab <schwab@suse.de>
2881
2882 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2883 process.
2884
2885 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2886
2887 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2888
2889 2005-08-18 Kim F. Storm <storm@cua.dk>
2890
2891 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2892
2893 2005-08-18 Richard M. Stallman <rms@gnu.org>
2894
2895 * scroll-lock.el: New file.
2896
2897 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2898
2899 * dired.el (dired-move-to-end-of-filename):
2900 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2901
2902 2005-08-18 Kim F. Storm <storm@cua.dk>
2903
2904 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2905 rather than toggle mode when custom value is nil.
2906 (ido-everywhere): Fix defun doc string.
2907
2908 2005-08-17 Richard M. Stallman <rms@gnu.org>
2909
2910 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2911 as tag instead of "Inviolable".
2912
2913 2005-08-17 Kim F. Storm <storm@cua.dk>
2914
2915 * windmove.el (windmove-coordinates-of-position): Remove.
2916 (windmove-coordinates-of-window-position): Remove.
2917 (windmove-reference-loc): Use posn-at-point instead.
2918
2919 * subr.el (insert-for-yank-1): Doc fix.
2920
2921 * ido.el (ido-enter-matching-directory): Rename from
2922 ido-enter-single-matching-directory. Change 'slash choice to
2923 'only. Add 'first choice.
2924 (ido-exhibit): Adapt to above changes.
2925
2926 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2927
2928 * Makefile.in: Expand comment about building loaddefs.el.
2929
2930 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2931
2932 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2933 Comment use of defadvice.
2934
2935 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2936
2937 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2938
2939 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2940 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2941 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2942 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2943 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2944 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2945 for backward compatibility for faces that did not appear in the
2946 previous Emacs release.
2947
2948 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2949
2950 2005-08-15 Kim F. Storm <storm@cua.dk>
2951
2952 * emulation/cua-base.el (cua-delete-region): Return t if
2953 deleted region was non-empty.
2954 (cua-replace-region): Inhibit overwrite-mode for
2955 self-insert-command if replaced region was non-empty.
2956 (cua--explicit-region-start, cua--status-string): Make them
2957 buffer-local at top-level...
2958 (cua-mode): ...rather than when mode is enabled.
2959
2960 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2961
2962 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2963 Set t for Emacs 21, 22, and so on.
2964
2965 2005-08-15 David Ponce <david@dponce.com>
2966
2967 * tree-widget.el: Update Commentary header.
2968 (tree-widget-theme): Doc fix.
2969 (tree-widget-space-width): New option.
2970 (tree-widget-image-properties): Look up in the default theme too.
2971 (tree-widget--cursors): Only for images with arrow pointer shape.
2972 (tree-widget-lookup-image): Pointer shape is hand by default.
2973 (tree-widget-icon): Rename generic icon widget from
2974 `tree-widget-control'.
2975 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2976 derive from `tree-widget-icon'.
2977 (tree-widget-handle): Improve default look and feel of the text
2978 representation.
2979 (tree-widget): Rename :*-control properties to :*-icon properties.
2980 Add :action and :help-echo properties.
2981 (tree-widget-after-toggle-functions): Move.
2982 (tree-widget-close-node, tree-widget-open-node): Remove.
2983 (tree-widget-before-create-icon-functions): New hook.
2984 (tree-widget-value-create): Update to allow customization of icons
2985 and nodes at run-time via that new hook.
2986 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2987 (tree-widget-icon-action, tree-widget-icon-help-echo)
2988 (tree-widget-action, tree-widget-help-echo): New functions.
2989
2990 2005-08-15 Kim F. Storm <storm@cua.dk>
2991
2992 * ido.el (ido-buffer-internal): Use with-no-warnings.
2993 (ido-make-merged-file-list): Use while-no-input.
2994
2995 2005-08-15 Richard M. Stallman <rms@gnu.org>
2996
2997 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2998 (flyspell-large-region): Fix doc and custom type.
2999
3000 2005-08-14 Richard M. Stallman <rms@gnu.org>
3001
3002 * files.el (interpreter-mode-alist): Doc fix.
3003
3004 * mail/rmail.el (rmail-nonignored-headers): New variable.
3005 (rmail-clear-headers): Use it.
3006 (rmail-reply): Better handling of mail-followup-to header.
3007
3008 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3009 Rename variable from sh-font-lock-keywords. In the `shell' entry,
3010 don't try to refer to executable-font-lock-keywords.
3011 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
3012 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
3013 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
3014 (sh-mode): Set comment-start-skip, local-abbrev-table,
3015 imenu-case-fold-search.
3016 (sh-set-shell): Don't set them here.
3017 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
3018 Don't cache the results in the original alist; don't ever modify
3019 that alist.
3020
3021 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
3022
3023 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
3024 empty.
3025
3026 2005-08-15 Andreas Schwab <schwab@suse.de>
3027
3028 * desktop.el: Put autoload cookie at risky-local-variable declarations.
3029
3030 * dired.el, info.el, mail/rmail.el: Revert last change.
3031
3032 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
3033
3034 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
3035 modification in `eval-after-load' form.
3036 * info.el: Likewise.
3037 * mail/rmail.el: Likewise.
3038
3039 2005-08-14 Juri Linkov <juri@jurta.org>
3040
3041 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3042 Remove highlighting of "Compilation started". Highlight only
3043 the word "finished" in "Compilation finished". Add highlighting
3044 of "interrupt", "killed", "terminated" and the exit code.
3045 (compilation-start): Add newline after header. Use exactly the
3046 same time stamp format as the finishing message.
3047 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
3048
3049 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
3050 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
3051 Add highlighting of "interrupt", "killed", "terminated".
3052
3053 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
3054 enabled and the current command is self-insert-command, call it
3055 explicitly with overwrite-mode bound to nil, to not allow it
3056 to delete the character after the selected region.
3057
3058 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
3059
3060 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
3061 move-end-of-line, end-of-line, and beginning-of-line to the list
3062 of commands after which the echo area is updated.
3063
3064 2005-08-12 Eli Zaretskii <eliz@gnu.org>
3065
3066 * cus-edit.el (custom-save-all, custom-save-delete):
3067 Bind recentf-exclude to exclude custom-file.
3068
3069 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
3070
3071 * mail/rmailsum.el (rmail-summary-end-of-message): New command
3072 to go to the bottom of the mail message. Added to
3073 `rmail-summary-mode-map' with key "/".
3074 (rmail-summary-show-message): New (internal) function for use by
3075 both `rmail-summary-beginning/end-of-message'.
3076 (rmail-summary-beginning-of-message): Change to use
3077 rmail-summary-show-message.
3078
3079 * mail/rmail.el (rmail-end-of-message): New command to go to the
3080 end of the current message. Added to `rmail-mode-map' with key "/".
3081 (rmail-beginning-of-message): Fix to work as documented.
3082 (rmail-mode): Change documentation.
3083
3084 * progmodes/compile.el (compilation-start): Add the line
3085 "Compilation started" with compilation start time.
3086 (compilation-mode-font-lock-keywords): Add `started' to keywords.
3087
3088 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
3089
3090 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
3091 of menu items.
3092
3093 2005-08-11 Richard M. Stallman <rms@gnu.org>
3094
3095 * simple.el (pop-global-mark): Reverse test of widen-automatically.
3096
3097 * battery.el (battery-status-function): Don't use ignore-errors.
3098
3099 2005-08-11 Lute Kamstra <lute@gnu.org>
3100
3101 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
3102 define-obsolete-variable-alias.
3103
3104 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
3105
3106 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
3107 (ange-ftp-send-cmd): Revert last change, and expand
3108 the comment explaining the problem.
3109
3110 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
3111
3112 * ldefs-boot.el: Update.
3113
3114 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
3115 item to "Time, Load and Mail". Change help echo text.
3116
3117 * time.el (display-time-use-mail-icon, display-time-format)
3118 (display-time-string-forms): Shorten first line of docstrings.
3119
3120 2005-08-10 Lars Hansen <larsh@soem.dk>
3121
3122 * desktop.el (desktop-buffer-mode-handlers):
3123 Make non-customizable. Add autoload cookie. Change initial value to
3124 nil; add elements in respective modules instead. Fix doc string.
3125 (desktop-load-file): New function.
3126 (desktop-minor-mode-handlers): New autoloaded variable.
3127 (desktop-create-buffer): Call minor mode handlers.
3128 Use desktop-load-file to load major and minor mode modules prior to
3129 checking for a handler.
3130 (desktop-save): Don't add nil to desktop-minor-modes for minor
3131 modes with nil function in desktop-minor-mode-table. Don't delete
3132 desktop file before rewriting it.
3133 (desktop-locals-to-save): Add autoload cookie. Don't make
3134 automatically buffer-local. Add variables column-number-mode,
3135 size-indication-mode, indent-tabs-mode,
3136 indicate-buffer-boundaries, indicate-empty-lines and
3137 show-trailing-whitespace.
3138 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
3139 regexps. Don't use desktop-clear-preserve-buffers-regexp.
3140 (desktop-clear-preserve-buffers-regexp): Delete.
3141 (desktop-clear-preserve-buffers): Update initial value and docstring.
3142 (desktop-save-buffer): Fix doc string.
3143
3144 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
3145 (hilit-chg-desktop-restore): New function.
3146 (highlight-changes-mode): Add highlight-changes-mode to
3147 desktop-locals-to-save.
3148
3149 * dired.el: Add handler to desktop-buffer-mode-handlers.
3150 (dired-restore-desktop-buffer): Remove autoload cookie.
3151 (dired-mode): Add autoload cookie.
3152
3153 * info.el: Add handler to desktop-buffer-mode-handlers.
3154 (Info-restore-desktop-buffer): Remove autoload cookie.
3155 (Info-mode): Add autoload cookie.
3156
3157 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
3158 (mh-restore-desktop-buffer): Remove autoload cookie.
3159 (mh-folder-mode): Add autoload cookie.
3160
3161 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
3162 (rmail-restore-desktop-buffer): Remove autoload cookie.
3163
3164 2005-08-11 Masatake YAMATO <jet@gyve.org>
3165
3166 * hexl.el (hexl-address-region):
3167 (hexl-ascii-region, hexl-font-lock-keywords):
3168 (hexl-highlight-line-range): Use the term "region"
3169 instead of "area" for consistency with the other symbols
3170 defined in hexl.el.
3171
3172 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
3173
3174 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
3175 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
3176 out by Juri Linkov). Add `display-battery-mode'.
3177
3178 2005-08-09 Juri Linkov <juri@jurta.org>
3179
3180 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3181 Remove `-text' from face variable names.
3182 (compilation-error-file-name, compilation-warning-file-name)
3183 (compilation-info-file-name): Delete faces.
3184 (compilation-line-number, compilation-column-number):
3185 Remove face underlining.
3186 (compilation-message-face): Set to `underline' value by default.
3187 (compilation-error-face, compilation-warning-face)
3188 (compilation-info-face): Remove `-file-name' from face names.
3189 (compilation-error-text-face, compilation-warning-text-face)
3190 (compilation-info-text-face): Delete face variables.
3191 (compilation-text-face): Delete function.
3192
3193 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
3194 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
3195 (grep-error-face): Set to `compilation-error' instead of
3196 `compilation-error-face' (which is redefined to `grep-hit-face' in
3197 grep buffers).
3198 (grep-mode-font-lock-keywords): Remove `-text' from face variable
3199 names. Use `grep-error-face' instead of `compilation-error-text-face'.
3200
3201 * dired-aux.el (dired-do-query-replace-regexp):
3202 Use `query-replace-read-args'.
3203
3204 * replace.el (query-replace-read-from, query-replace-read-to)
3205 (query-replace-read-args): Rename arg `string' to `prompt'.
3206
3207 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
3208
3209 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3210
3211 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
3212 uploading files.
3213 (ange-ftp-canonize-filename): Handle file names beginning with ~
3214 correctly.
3215
3216 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3217
3218 * textmodes/fill.el (canonically-space-region)
3219 (fill-context-prefix, fill-french-nobreak-p)
3220 (fill-delete-newlines, fill-comment-paragraph)
3221 (justify-current-line): "?\ " -> "?\s".
3222
3223 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
3224
3225 * textmodes/fill.el (fill-nonuniform-paragraphs):
3226 Improve argument/docstring consistency.
3227
3228 2005-08-09 Richard M. Stallman <rms@gnu.org>
3229
3230 * textmodes/ispell.el (ispell-word): More fboundp checks.
3231
3232 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
3233 (find-file-noselect-1): Call it here, only if RAWFILE.
3234 (normal-mode): Always set some major mode.
3235 (save-some-buffers-action-alist): Change some explanation strings.
3236 (file-name-non-special): In the `quote' method, use unwind-protect.
3237
3238 2005-08-09 Magnus Henoch <mange@freemail.hu>
3239
3240 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
3241 (ispell-have-aspell-dictionaries): New variable.
3242 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
3243 (ispell-get-aspell-config-value): New function.
3244 (ispell-aspell-find-dictionary): New function.
3245 (ispell-aspell-add-aliases): New function.
3246 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
3247 appropriate. Don't look for ispell dictionaries if we use aspell.
3248 (ispell-menu-map): Don't build a submenu of dictionaries.
3249
3250 2005-08-09 Richard M. Stallman <rms@gnu.org>
3251
3252 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
3253 (sql-read-passwd): Use read-passwd.
3254
3255 * progmodes/idlw-toolbar.el (idlwave-toolbar)
3256 (idlwave-toolbar-is-possible): Add defvars.
3257
3258 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
3259 Avoid warnings.
3260
3261 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
3262 (idlwave-system-class-info, idlwave-executive-commands-alist):
3263 Use defvar.
3264
3265 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
3266
3267 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
3268 Avoid warnings.
3269
3270 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
3271 and content-type: headers.
3272
3273 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
3274
3275 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
3276 and rename some of them to be more self-explanatory.
3277
3278 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
3279
3280 * startup.el (command-line-1): Implement -scriptload.
3281
3282 * replace.el (occur-engine): Initial *Occur* output not undoable.
3283
3284 * menu-bar.el (menu-bar-file-menu): Rename some menu items
3285 and improve help strings.
3286
3287 * isearch.el (isearch-repeat): When changing direction,
3288 mark search successful.
3289
3290 * ediff-init.el: Use (featurep 'xemacs).
3291
3292 * comint.el (send-invisible): Identify buffer, if not selected.
3293
3294 * align.el: Delete autoload for c-guess-basic-syntax.
3295
3296 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3297
3298 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
3299 Improve argument/docstring consistency. Doc fixes.
3300 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
3301 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
3302 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
3303 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
3304 (r2bv-organization, r2bv-pages, r2bv-primary-author)
3305 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
3306 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
3307 Defvar at compile time.
3308
3309 2005-08-09 Juri Linkov <juri@jurta.org>
3310
3311 * info.el: Replace `info' with upper-case `Info' where appropriate.
3312 (info-title-1, info-title-2, info-title-3, info-title-4)
3313 (info-menu-header): Move up face definitions.
3314 (info-menu-star): Rename from `info-menu-5'.
3315 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3316 (Info-fontify-visited-nodes): Fix docstring.
3317 (Info-hide-note-references): Fix docstring.
3318 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3319 menu items in the same way as on cross-references.
3320 (info-apropos): Fix sorting order and formatting to be like in the
3321 stand-alone Info browser. Display error messages for 1 sec.
3322 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
3323 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3324 from the menu bar.
3325 (Info-insert-dir): Restore point after calling
3326 `insert-buffer-substring'.
3327
3328 2005-08-08 Richard M. Stallman <rms@gnu.org>
3329
3330 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3331 (recompute-lucid-menubar): Add defvars.
3332
3333 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3334
3335 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3336
3337 * net/net-utils.el (run-dig): Rename from `dig'.
3338
3339 * play/gametree.el (gametree-mode): Use make-local-variable,
3340 not make-variable-buffer-local.
3341
3342 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3343
3344 * ansi-color.el (ansi-color-make-extent)
3345 (ansi-color-set-extent-face): Use fboundp, not functionp.
3346
3347 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3348 not make-variable-buffer-local.
3349
3350 * bookmark.el (Info-current-file): Add defvar.
3351 (bookmark-jump-noselect): Use with-no-warnings.
3352
3353 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3354
3355 * ebuff-menu.el (Helper-return-blurb): Add defvar.
3356
3357 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3358
3359 * find-file.el (ada-procedure-start-regexp)
3360 (ada-package-start-regexp): Add defvars.
3361
3362 * info.el (Info-insert-dir): Use insert-buffer-substring.
3363
3364 * xml.el (xml-att-def-re): Add defvar.
3365
3366 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3367 calling convention.
3368
3369 * subr.el (while-no-input): Return t if there is input.
3370
3371 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
3372
3373 * cus-start.el (all): Add `overflow-newline-into-fringe'.
3374
3375 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
3376
3377 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3378 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3379
3380 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
3381
3382 * cmuscheme.el (scheme-start-file): Replace reference to
3383 `user-emacs-directory' by "~/.emacs.d/".
3384
3385 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
3386
3387 * info.el (Info-dir-remove-duplicates): Avoid case folding
3388 in loop; instead, keep downcased strings for comparison.
3389 Suggested by Helmut Eller.
3390
3391 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
3392
3393 Sync with Tramp 2.0.50.
3394
3395 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
3396 XEmacs case; not necessary anymore.
3397 (tramp-user-regexp): Allow "@" as part of user name.
3398 (tramp-handle-set-visited-file-modtime)
3399 (tramp-handle-insert-file-contents)
3400 (tramp-handle-write-region): No special handling for
3401 `last-coding-system-used, because this is done in
3402 `tramp-accept-process-output' now.
3403 (tramp-accept-process-output): New defun.
3404 (tramp-process-one-action, tramp-process-one-multi-action)
3405 (tramp-wait-for-regexp, tramp-wait-for-output)
3406 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
3407 Howells <dhowells@redhat.com>.
3408 (clear-visited-file-modtime): Defadvice removed. The check for
3409 unset buffer's modtime does not need to be based on
3410 `tramp-buffer-file-attributes'. Suggested by RMS.
3411 (tramp-message): Insert "\n" if not being at beginning of line.
3412 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3413 sequence with same logic.
3414 (tramp-completion-handle-expand-file-name): Discard call of
3415 `tramp-drop-volume-letter'. It is not necessary, and there have
3416 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3417 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3418 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3419 should always be visible.
3420 (tramp-handle-insert-directory, tramp-setup-complete)
3421 (tramp-set-process-query-on-exit-flag)
3422 (tramp-append-tramp-buffers): Pacify byte-compiler.
3423 (tramp-bug): Delete non-existing variables from list.
3424 Apply `tramp-load-report-modules' as pre-hook.
3425 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3426 `shell-prompt-pattern' because of non-7bit characters.
3427 Reported by Sebastian Luque <sluque@mun.ca>.
3428 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3429 (tramp-match-string-list): Remove function.
3430 (tramp-wait-for-regexp): Remove call of that function.
3431 Suggested by Kim F. Storm <storm@cua.dk>.
3432 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3433 instead of octal character code ?\600. The latter resulted in a
3434 syntax error with XEmacs.
3435
3436 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3437 XEmacs case; not necessary anymore.
3438 (tramp-smb-handle-write-region): No special handling for
3439 `last-coding-system-used, because this is done in
3440 `tramp-accept-process-output' now.
3441 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3442
3443 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3444
3445 * wid-edit.el (widget-choice-value-create):
3446 Unconditionally respect user choice. Set :explicit-choice back to nil
3447 when no longer needed.
3448 (widget-choice-action): Unconditionally respect user choice.
3449 Eliminate :explicit-choice-value.
3450
3451 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3452
3453 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3454 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3455 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3456 running new function `toggle-indicate-empty-lines'.
3457 Rename "Customize" item to "Customize fringe".
3458 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3459 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3460 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3461 Delete "Empty lines only" item.
3462 (menu-bar-showhide-fringe-ind-customize): New function.
3463 (menu-bar-showhide-fringe-ind-mixed)
3464 (menu-bar-showhide-fringe-ind-box)
3465 (menu-bar-showhide-fringe-ind-right)
3466 (menu-bar-showhide-fringe-ind-left)
3467 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3468 instead of `fringe-indicators'.
3469
3470 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3471
3472 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3473 Change the date of last update.
3474
3475 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3476
3477 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3478 (viper-exec-yank, viper-put-back): Don't display modification msg
3479 if in the minibuffer.
3480
3481 * viper-init.el (viper-replace-overlay-cursor-color)
3482 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3483 Make variables frame local.
3484
3485 * viper-util.el (viper-append-filter-alist): Use append instead of
3486 nconc.
3487
3488 * viper.el (viper-vi-state-mode-list)
3489 (viper-emacs-state-mode-list): Move help-mode and
3490 completion-list-mode from the first list to the second.
3491 (viper-mode): Docstring.
3492 (viper-go-away, viper-non-hook-settings): Don't localize
3493 minor-mode-alist in newer Emacsen. Add advice to
3494 set-cursor-color. Don't bind "\C-c\\".
3495
3496 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3497
3498 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3499 (scheme-macro-expand-command): New user options.
3500 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3501 (scheme-form-at-point, scheme-start-file)
3502 (scheme-interactively-start-process): New functions.
3503 (scheme-get-process): New function, extracted from `scheme-proc'.
3504 (run-scheme): Call `scheme-start-file' to get start file, and pass
3505 it to `make-comint'.
3506 (switch-to-scheme, scheme-proc):
3507 Call `scheme-interactively-start-process' if no Scheme buffer/process
3508 is available.
3509
3510 2005-08-06 Juri Linkov <juri@jurta.org>
3511
3512 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3513 Use `compilation-text-face', `compilation-info-text-face' and
3514 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3515 (compilation-error): New face.
3516 (compilation-error-file-name): Inherit from
3517 `compilation-error' instead of `font-lock-warning-face'.
3518 (compilation-warning-file-name): Inherit from
3519 `compilation-warning' instead of `font-lock-warning-face'.
3520 (compilation-info, compilation-error-file-name)
3521 (compilation-warning-file-name, compilation-info-file-name)
3522 (compilation-line-number, compilation-column-number): Doc fix.
3523 (compilation-error-text-face, compilation-warning-text-face)
3524 (compilation-info-text-face): New face variables.
3525 (compilation-line-face, compilation-column-face)
3526 (compilation-enter-directory-face)
3527 (compilation-leave-directory-face): Doc fix.
3528 (compilation-text-face): New function.
3529
3530 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3531 instead of 1 to display binary file names as info file links.
3532 (grep-error-face): Use `compilation-error-face' instead of
3533 `font-lock-keyword-face'.
3534 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3535 and `compilation-warning-text-face' instead of
3536 `font-lock-keyword-face'. Use `compilation-error-text-face'
3537 instead of `grep-error-face'.
3538
3539 2005-08-05 Kenichi Handa <handa@m17n.org>
3540
3541 * international/code-pages.el: Add autoload cookies for all coding
3542 systems.
3543
3544 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3545
3546 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3547
3548 2005-08-04 Juri Linkov <juri@jurta.org>
3549
3550 * progmodes/compile.el (compilation-mode-map):
3551 * progmodes/grep.el (grep-mode-map):
3552 Bind TAB to `compilation-next-error' and [backtab] to
3553 `compilation-previous-error'.
3554
3555 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3556 matching line numbers, column numbers and their ranges with regexp
3557 matching only line numbers.
3558 (grep-context-face): New face variable.
3559 (grep-mode-font-lock-keywords): Use it.
3560
3561 * faces.el (read-face-name): Delete duplicate faces.
3562
3563 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3564
3565 * thumbs.el (thumbs-find-image): Don't make variables
3566 automatically buffer local.
3567 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3568 (thumbs-image-num): Make automatically buffer local.
3569 (thumbs-show-thumbs-list): Use `make-local-variable', not
3570 `make-variable-buffer-local'.
3571 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3572
3573 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3574 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3575 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3576 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3577 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3578 (feelings-about, foullst, found, hello, history, howareyoulst)
3579 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3580 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3581 (neglst, obj, object, owner, please, problems, qlist)
3582 (random-adjective, relation, remlst, repetitive-shortness)
3583 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3584 (shortlst, something, sportslst, stallmanlst, states, subj)
3585 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3586 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3587 Defvar at compile time.
3588
3589 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3590 not `make-variable-buffer-local'.
3591
3592 2005-08-02 Kim F. Storm <storm@cua.dk>
3593
3594 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3595 rectangle overlay in selected window.
3596
3597 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3598
3599 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3600 instead of display group. Make `indicate-buffer-boundaries'
3601 customizable through Custom.
3602
3603 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3604
3605 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3606 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3607 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3608 (gdb-put-string): Fix typos in docstrings.
3609
3610 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3611
3612 Update copyright notices of files in progmodes directory for
3613 release of Emacs 22.1.
3614
3615 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3616
3617 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3618 Don't barf if the GUD buffer has been killed.
3619
3620 2005-08-01 Kim F. Storm <storm@cua.dk>
3621
3622 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3623
3624 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3625
3626 * simple.el (next-error-follow-minor-mode):
3627 make-variable-buffer-local -> make-local-variable.
3628
3629 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3630
3631 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3632 (byte-compile-form-make-variable-buffer-local): New functions to warn
3633 about misuses of make-variable-buffer-local where make-local-variable
3634 was meant.
3635
3636 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3637
3638 * bs.el (bs-attributes-list): Doc fix.
3639 (bs): Update url-link.
3640
3641 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3642 (desktop-load-default): Simplify.
3643
3644 * ibuffer.el (ibuffer-columnize-and-insert-list)
3645 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3646 (ibuffer-unmark-all, ibuffer-toggle-marks)
3647 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3648 (ibuffer-compile-make-format-form, ibuffer-format-column)
3649 (ibuffer-current-buffers-with-marks)
3650 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3651 (ibuffer): Doc fix.
3652 (ibuffer-mode): Fix typo in docstring.
3653 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3654 with `define-obsolete-variable-alias'.
3655 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3656
3657 2005-07-29 Kenichi Handa <handa@m17n.org>
3658
3659 * international/mule-cmds.el (select-message-coding-system):
3660 Be sure to use LF for end-of-line. If no coding system is decided,
3661 return iso-8859-1-unix.
3662
3663 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3664
3665 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3666 (ange-ftp-pending-error-line): New vars.
3667 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3668 to handle the non-fatal no-route-to-host messages.
3669 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3670
3671 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3672
3673 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3674 (isearch-quote-char, isearch-printing-char)
3675 (isearch-text-char-description): "?\ " -> "?\s".
3676 (isearch-lazy-highlight-cleanup)
3677 (isearch-lazy-highlight-initial-delay)
3678 (isearch-lazy-highlight-interval)
3679 (isearch-lazy-highlight-max-at-a-time)
3680 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3681 Declare with define-obsolete-*-alias macros.
3682 (isearch-forward): Fix typo in docstring.
3683 (search-invisible, search-ring-yank-pointer)
3684 (regexp-search-ring-yank-pointer): Doc fixes.
3685
3686 * recentf.el (recentf-menu-append-commands-p): Declare with
3687 `define-obsolete-variable-alias'.
3688 (recentf-max-saved-items, recentf-menu-filter)
3689 (recentf-arrange-by-rule-subfilter): Doc fixes.
3690 (recentf-menu-append-commands-flag)
3691 (recentf-initialize-file-name-history, recentf-expand-file-name)
3692 (recentf-clear-data): Fix typos in docstrings.
3693
3694 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3695
3696 * progmodes/gdb-ui.el: Smarten comments.
3697 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3698
3699 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3700
3701 * term/apollo.el (terminal-init-apollo): New function containing
3702 all former top level forms in the file.
3703 * term/bobcat.el (terminal-init-bobcat):
3704 * term/cygwin.el (terminal-init-cygwin):
3705 * term/iris-ansi.el (terminal-init-iris-ansi):
3706 * term/linux.el (terminal-init-linux):
3707 * term/news.el (terminal-init-news):
3708 * term/rxvt.el (terminal-init-rxvt):
3709 * term/sun.el (terminal-init-sun):
3710 * term/tvi970.el (terminal-init-tvi970):
3711 * term/vt100.el (terminal-init-vt100):
3712 * term/vt102.el (terminal-init-vt102):
3713 * term/vt125.el (terminal-init-vt125):
3714 * term/vt200.el (terminal-init-vt200):
3715 * term/vt201.el (terminal-init-vt201):
3716 * term/vt220.el (terminal-init-vt220):
3717 * term/vt240.el (terminal-init-vt240):
3718 * term/vt300.el (terminal-init-vt300):
3719 * term/vt320.el (terminal-init-vt320):
3720 * term/vt400.el (terminal-init-vt400):
3721 * term/vt420.el (terminal-init-vt420):
3722 * term/wyse50.el (terminal-init-wyse50):
3723 * term/xterm.el (terminal-init-xterm): Likewise.
3724
3725 * term/README: Describe the terminal-init-* functionality.
3726
3727 * startup.el (command-line): After loading the terminal initialization
3728 file call the corresponding terminal initialization function.
3729
3730 2005-07-27 Kenichi Handa <handa@m17n.org>
3731
3732 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3733 negative.
3734
3735 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3736 (ps-mule-composition-prologue): Fix for the case that
3737 RelativeCompose is false.
3738
3739 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3740
3741 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3742
3743 * descr-text.el (describe-char): Handle the case where the list of
3744 chars is displayed in a separate frame.
3745 Be a bit more discriminating when looking for the char.
3746
3747 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3748
3749 * bookmark.el (bookmark-automatically-show-annotations)
3750 (bookmark-read-annotation-text-func): Doc fixes.
3751 (bookmark-save): Improve argument/docstring consistency.
3752 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3753 (bookmark-alist-from-buffer)
3754 (bookmark-upgrade-file-format-from-0)
3755 (bookmark-grok-file-format-version)
3756 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3757 (bookmark-read-annotation-mode)
3758 (bookmark-insert-current-bookmark, bookmark-jump)
3759 (bookmark-exit-hook): Fix typos in docstrings.
3760 (bookmark-exit-hooks): Define as obsolete alias.
3761 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3762 not `bookmark-exit-hooks'. Fix docstring.
3763 (bookmark-bmenu-select): "?\ " -> "?\s".
3764
3765 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3766
3767 * startup.el (command-line): Fix typo.
3768
3769 2005-07-24 Richard M. Stallman <rms@gnu.org>
3770
3771 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3772 not emacs-quick-startup.
3773
3774 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3775
3776 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3777 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3778 instead of `reb-with-current-window'.
3779 (reb-prev-match): Likewise. Also, don't move left if the search
3780 was unsuccessful.
3781 (reb-initialize-buffer): New function.
3782 (re-builder, reb-change-syntax): Use it.
3783
3784 * man.el (Man-goto-page): Make second argument NOERROR optional.
3785
3786 2005-07-23 Richard M. Stallman <rms@gnu.org>
3787
3788 * man.el (Man-bgproc-sentinel): Check here for failure to find
3789 any man page in the output, and report the error here.
3790 (Man-arguments): Make it permanent local.
3791 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3792 (Man-mode): Pass t for NOERROR.
3793
3794 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3795 (grep-mode-font-lock-keywords):
3796 Don't use compilation-...-face for messages that are not file names.
3797
3798 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3799 Don't use compilation-...-face for messages that are not file names.
3800
3801 2005-07-22 Juri Linkov <juri@jurta.org>
3802
3803 * startup.el (normal-splash-screen): Update menu name.
3804
3805 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3806
3807 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3808
3809 * term/xterm.el: Load term/rxvt if the terminal is actually an
3810 rxvt terminal.
3811 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3812
3813 * term/rxvt.el (function-key-map): Use substitute-key-definition
3814 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3815
3816 * term/cygwin.el: New file.
3817
3818 2005-07-22 Kim F. Storm <storm@cua.dk>
3819
3820 * image-file.el (insert-image-file, image-file-yank-handler):
3821 Fix last change to maintain a (unique) yank-handler on yanked images.
3822
3823 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3824
3825 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3826 of the file size (as in "177B" for 177 bytes). This happens with
3827 "ls -lh" on FreeBSD.
3828
3829 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3830
3831 * hilit-chg.el (highlight-changes-global-initial-state)
3832 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3833 (hilit-chg-fixup, highlight-changes-mode):
3834 Fix typos in docstrings.
3835 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3836 Doc fixes.
3837
3838 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3839
3840 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3841 mode function using `eval-after-load'.
3842
3843 2005-07-21 Kim F. Storm <storm@cua.dk>
3844
3845 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3846 included when reporting an emacs crash, and tell about the DEBUG file.
3847
3848 * image-file.el (insert-image-file): Add yank-handler.
3849 (image-file-yank-handler): Yank handler to make unique copies of
3850 images when they are yanked into a buffer next to each other.
3851
3852 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3853
3854 * comint.el (comint-use-prompt-regexp, comint-send-input)
3855 (comint-source-default, comint-extract-string)
3856 (comint-get-source, comint-word, comint-completion)
3857 (comint-source, comint-prompt-read-only, comint-update-fence):
3858 Fix typos in docstrings.
3859 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3860 Declare with define-obsolete-*-alias macros.
3861 (comint-previous-matching-input-from-input)
3862 (comint-next-matching-input-from-input)
3863 (comint-previous-matching-input, comint-next-matching-input)
3864 (comint-forward-matching-input):
3865 Improve argument/docstring consistency.
3866
3867 * desktop.el (desktop-clear-preserve-buffers-regexp):
3868 Also preserve the *server* buffer.
3869
3870 * simple.el (clone-indirect-buffer): Doc fix.
3871 (fixup-whitespace, just-one-space)
3872 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3873 (next-error, next-error-highlight)
3874 (next-error-highlight-no-select, next-error-last-buffer)
3875 (next-error-buffer-p, next-error-find-buffer, next-error)
3876 (previous-error, next-error-no-select, previous-error-no-select)
3877 (open-line, split-line, minibuffer-prompt-width, kill-new)
3878 (binary-overwrite-mode): Fix typos in docstrings.
3879 (set-fill-column): Fix typo in message.
3880
3881 * skeleton.el (skeleton-proxy-new): Doc fix.
3882
3883 * strokes.el (strokes-load-hook): Doc fix.
3884 (strokes-grid-resolution, strokes-get-grid-position)
3885 (strokes-renormalize-to-grid, strokes-read-stroke)
3886 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3887 (strokes-global-map): Fix typos in docstrings.
3888 (strokes-help): Doc fix. Fix help message and pass it through
3889 `substitute-command-keys'.
3890
3891 * tempo.el (tempo-insert-prompt, tempo-interactive)
3892 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3893 (tempo-insert-string-functions, tempo-local-tags)
3894 (tempo-define-template, tempo-insert-template)
3895 (tempo-insert-prompt-compat, tempo-is-user-element)
3896 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3897 Fix typos in docstrings.
3898
3899 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3900 (vcursor-key-bindings, vcursor-use-vcursor-map)
3901 (vcursor-find-window, vcursor-scroll-down)
3902 (vcursor-disable, vcursor-beginning-of-buffer)
3903 (vcursor-end-of-buffer): Fix typos in docstrings.
3904 (vcursor-relative-move, vcursor-get-char-count):
3905 Improve argument/docstring consistency.
3906
3907 * version.el: "?\ " -> "?\s".
3908
3909 * wid-edit.el (widget-default-create, widget-after-change)
3910 (widget-default-format-handler, widget-checklist-add-item)
3911 (widget-radio-add-item, widget-choose, widget-specify-secret)
3912 (widget-field-value-create, widget-field-value-get)
3913 (widget-editable-list-format-handler)
3914 (widget-editable-list-entry-create, widget-group-value-create)
3915 (widget-documentation-link-add)
3916 (widget-documentation-string-value-create): "?\ " -> "?\s".
3917 (widget-convert-text): Doc fix.
3918 (widget-narrow-to-field, widget-field-find)
3919 (widget-url-link-action, widget-emacs-library-link-action)
3920 (widget-color-notify): Fix typos in docstrings.
3921
3922 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3923 (x-select-text, set-w32-system-coding-system)
3924 (w32-add-charset-info): Fix typos in docstrings.
3925
3926 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3927 (cua-enable-cua-keys, cua-use-hyper-key)
3928 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3929 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3930
3931 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3932
3933 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3934 `defalias' instead of faking it.
3935
3936 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3937 (eshell-ls-missing, eshell-ls-dired-initial-args)
3938 (eshell-ls-use-in-dired): Fix typos in docstrings.
3939
3940 2005-07-20 Kim F. Storm <storm@cua.dk>
3941
3942 * emulation/cua-base.el (cua-mode): Improve doc string.
3943
3944 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3945
3946 * abbrev.el (expand-region-abbrevs): Doc fix.
3947 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3948 Improve argument/docstring consistency.
3949
3950 * arc-mode.el (archive-get-descr, archive-alternate-display):
3951 Doc fixes.
3952 (archive-l-e): Improve argument/docstring consistency.
3953 (archive-tmpdir, archive-unixdate, archive-unixtime)
3954 (archive-chmod-entry): Fix typos in docstrings.
3955 (archive-unflag, archive-unflag-backwards)
3956 (archive-unmark-all-files): "?\ " -> "?\s".
3957
3958 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3959 (Buffer-menu-not-modified, Buffer-menu-execute)
3960 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3961 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3962
3963 * composite.el (compose-string, encode-composition-rule)
3964 (compose-last-chars): Fix typos in docstrings.
3965
3966 * desktop.el (desktop-enable, desktop-basefilename):
3967 Declare with `define-obsolete-variable-alias'.
3968 (desktop-internal-v2s): Don't quote keywords.
3969 (desktop-clear): "?\ " -> "?\s".
3970
3971 * dired.el (dired-align-file, dired-flag-backup-files)
3972 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3973 (dired-listing-switches, dired-ls-F-marks-symlinks)
3974 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3975 (dired-directory, dired-faces, dired, dired-revert)
3976 (dired-mode, dired-summary, dired-view-file)
3977 (dired-copy-filename-as-kill, dired-delete-file)
3978 (dired-no-confirm, dired-unmark-all-marks)
3979 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3980 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3981 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3982 Fix typos in message strings.
3983
3984 * dired-x.el (virtual-dired): Declare with `defalias'.
3985 (dired-mark-unmarked-files, dired-local-variables-file)
3986 (dired-omit-here-always): Doc fix.
3987 (dired-omit-mode, dired-find-subdir)
3988 (dired-enable-local-variables, dired-clean-up-buffers-too)
3989 (dired-extra-startup, dired-mark-extension, dired-jump)
3990 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3991 (dired-smart-shell-command, dired-guess-shell-alist-user)
3992 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3993 (dired-x-bind-find-file, dired-x-submit-report):
3994 Fix typos in docstrings.
3995 (dired-mark-unmarked-files): "?\ " -> "?\s".
3996
3997 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3998
3999 * faces.el (describe-face): "?\ " -> "?\s".
4000 (read-all-face-attributes, read-face-font, modify-face)
4001 (face-attr-construct, italic): Fix typos in docstrings.
4002 (frame-update-face-colors): Declare with
4003 `define-obsolete-function-alias'.
4004
4005 * files.el (find-file-noselect, recode-file-name): Doc fixes.
4006 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
4007 (magic-mode-alist, buffer-file-numbers-unique)
4008 (write-file-functions, get-free-disk-space):
4009 Fix typos in docstrings.
4010 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
4011 (write-contents-hooks, write-file-hooks):
4012 Declare with `define-obsolete-variable-alias'.
4013
4014 * forms-d2.el (arch-rj): Fix typo in docstrings.
4015 (arch-tocol): Likewise. "?\ " -> "?\s".
4016
4017 * frame.el (set-frame-font, cursor-in-non-selected-windows):
4018 Fix typo in docstring.
4019 (set-screen-width, set-screen-height): Delete redundant info in
4020 doctrings.
4021 (new-frame, screen-height, screen-width): Declare with
4022 `define-obsolete-function-alias'.
4023 (delete-frame-hook, blink-cursor): Declare with
4024 `define-obsolete-variable-alias'.
4025
4026 * paths.el (prune-directory-list): Fix typos in docstring.
4027
4028 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
4029 (cvs-prefix-get): Fix typos in docstrings.
4030
4031 * ps-print.el (ps-extend-face-list, ps-extend-face)
4032 (ps-print-background-image): Fix typos in docstrings.
4033 (ps-default-fg, ps-default-bg): Doc fixes.
4034
4035 * s-region.el (s-region-bind): Doc fix.
4036 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
4037
4038 * textmodes/org.el (org-table-formula-substitute-names)
4039 (org-table-get-vertical-vector): Doc fixes.
4040 (org-table-recalculate): Remove unused argument to `message'.
4041
4042 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
4043
4044 * textmodes/org.el (org-table-column-names)
4045 (org-table-column-name-regexp)
4046 (org-table-named-field-locations): New variables.
4047 (org-archive-subtree): Protect `this-command' when calling
4048 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
4049 the kill buffer.
4050 (org-complete): Remove fixed-formula completion.
4051 (org-edit-formulas-map): New variable.
4052 (org-table-edit-formulas): New command.
4053 (org-finish-edit-formulas, org-abort-edit-formulas)
4054 (org-show-variable, org-table-get-vertical-vector): New functions.
4055 (org-table-maybe-eval-formula): Handle `:=' fields.
4056 (org-table-get-stored-formulas, org-table-store-formulas)
4057 (org-table-get-formula, org-table-modify-formulas)
4058 (org-table-replace-in-formulas): Handle named field formulas.
4059 (org-table-get-specials): Store locations of named fields.
4060
4061 2005-07-19 Juri Linkov <juri@jurta.org>
4062
4063 * progmodes/grep.el (grep-regexp-alist)
4064 (grep-mode-font-lock-keywords, grep-process-setup):
4065 Use default GNU grep match color "01;31m" instead of "01;41m".
4066 (grep-regexp-alist, grep-mode-font-lock-keywords):
4067 Use `\\[[0-9]*m' instead of `\\[00m'.
4068 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
4069 sgr_start where its handling is more important. Use the real
4070 length of sgr_start instead of constant 8.
4071 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
4072 specially. Delete all remaining escape sequences.
4073 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
4074 (grep-regexp-alist): Make hyperlink only for binary file name
4075 instead of the whole line.
4076 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
4077 (grep-mode): Add autoload.
4078
4079 * emacs-lisp/find-func.el (find-function-regexp):
4080 Add `define-compilation-mode'.
4081
4082 2005-07-19 Juri Linkov <juri@jurta.org>
4083
4084 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
4085 (compare-windows-sync-string-size, compare-windows-recenter)
4086 (compare-windows-highlight, compare-windows): Add version 22.1.
4087 (compare-windows) <defface>: Inherit from lazy-highlight instead
4088 of duplicating its default value.
4089
4090 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
4091 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
4092
4093 * descr-text.el (describe-char): Create link buttons for `charset'
4094 and `code point'. Add the current input method name with a link
4095 button to `to input' field. Print face names of display table
4096 characters in `The display table entry is displayed by' section
4097 instead of printing face-id in the `display' field.
4098 Guess hardcoded faces and create a link button for them.
4099 Skip empty fields when calculating max-width.
4100 Treat `widget-create' specially while inserting strings from the
4101 collected field list.
4102 (describe-char-after): Made obsolete in version 22.1, not 21.5.
4103
4104 * diff-mode.el (diff-file-header): Change foreground color from
4105 yellow to green on light backgrounds.
4106 (diff-context): Inherit from `shadow' only for color/grayscale
4107 with more than 88 colors.
4108 (diff-indicator-removed, diff-indicator-added)
4109 (diff-indicator-changed): New faces.
4110 (diff-font-lock-keywords): Use new faces. Regroup rules.
4111 Add "^---$" for `normal' diff format. Fontify `#' lines with
4112 font-lock-comment-delimiter-face and font-lock-comment-face.
4113 Add `#' to ^[^...] in the rule for `diff-context-face'.
4114
4115 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
4116 a button-like box. Inherit from `highlight' on low colors.
4117 (shadow): Use shades of gray only for color/grayscale with
4118 more than 88 colors. Use green for light backgrounds with
4119 8 colors, and yellow for dark backgrounds with 8 colors.
4120
4121 * font-lock.el (font-lock-regexp-grouping-backslash):
4122 Don't inherit from escape-glyph (use bold for all cases).
4123
4124 * info.el (info-xref-visited): Use light foreground color `violet'
4125 for dark backgrounds instead of dark color `magenta3'.
4126 (info-title-1): Use `yellow' color for dark backgrounds.
4127
4128 * isearch.el (isearch): Use not-too-dark magenta3 instead of
4129 too-light magenta2.
4130
4131 * replace.el (match): Use slightly more light RoyalBlue3 instead
4132 of dark RoyalBlue4.
4133
4134 * wid-edit.el (widget-inactive): Inherit from `shadow'.
4135
4136 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
4137
4138 * novice.el (disabled-command-hook): Declare it with
4139 `define-obsolete-variable-alias'.
4140
4141 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
4142 (desktop-buffer-misc-functions, desktop-buffer-handlers)
4143 (desktop-load-default): Add release to obsolescence info.
4144 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
4145 (desktop-append-buffer-args, desktop-read):
4146 Fix typos in docstrings.
4147 (desktop-kill): Fix typo in message.
4148 (desktop-save): Doc fix.
4149
4150 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
4151
4152 * viper-cmd.el (viper-escape-to-state): Bug fix.
4153 (viper-envelop-ESC-key): Change the definition of fast
4154 keysequence so it'll work with keyboard macros.
4155
4156 * ediff.el (ediff-patch-buffer): Change the docstring.
4157
4158 2005-07-19 Kenichi Handa <handa@m17n.org>
4159
4160 * international/mule-cmds.el (select-safe-coding-system): Try to
4161 use an auto-coding (if any) before anything else. If the found
4162 auto-coding is invalid, show a warning message.
4163
4164 * international/mule.el (find-auto-coding): New function created
4165 by modifying the body of set-auto-coding.
4166 (set-auto-coding): Use find-auto-coding to find a coding.
4167
4168 2005-07-18 Richard M. Stallman <rms@gnu.org>
4169
4170 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
4171 not isearch-mode-end-hook-error.
4172 (allout-before-change-protect): Fix error message.
4173
4174 2005-07-18 Juri Linkov <juri@jurta.org>
4175
4176 * allout.el (allout-mode):
4177 * calculator.el (calculator-copy):
4178 * custom.el (custom-known-themes):
4179 * dired.el (dired-desktop-buffer-misc-data)
4180 (dired-restore-desktop-buffer):
4181 * dired-x.el (dired-omit-marker-char):
4182 * files.el (basic-save-buffer):
4183 * font-core.el (font-lock-mode):
4184 * calendar/calendar.el (calendar-goto-hebrew-date)
4185 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
4186 (calendar-goto-persian-date):
4187 * language/ethio-util.el (ethio-sera-to-fidel-region):
4188 * textmodes/picture.el (picture-mode):
4189 Delete duplicate duplicate words.
4190
4191 2005-07-18 Juri Linkov <juri@jurta.org>
4192
4193 * isearch.el (isearch-mode-map): Remove key bindings for regexp
4194 chars * ? } |.
4195 (isearch-fallback): Don't call `isearch-process-search-char'.
4196 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
4197 (isearch-process-search-char): Call `isearch-fallback' for regexp
4198 chars * ? } |.
4199 (isearch-return-char): Make obsolete with `make-obsolete' instead
4200 of simply documenting it as obsolete in the docstring.
4201 (isearch-fallback): Refill docstring.
4202
4203 * international/isearch-x.el
4204 (isearch-process-search-multibyte-characters): Remove unneeded
4205 `concat'. Add intermediate values to `junk-hist' instead of
4206 `minibuffer-history'. Test the length of `str'.
4207
4208 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
4209
4210 * allout.el (allout-resolve-xref): Fix typos in error strings.
4211 (allout-before-change-protect): Remove unneeded `concat'.
4212
4213 * array.el (array-mode, array-reconfigure-rows)
4214 (untabify-backward): Fix typos in docstrings.
4215 (array-reconfigure-rows): Use `insert-buffer-substring', not
4216 `insert-buffer'.
4217
4218 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
4219 * progmodes/ada-mode.el (ada-make-body):
4220 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
4221
4222 * dired.el (dired-log):
4223 * tar-mode.el (tar-subfile-save-buffer):
4224 * play/zone.el (zone-pgm-stress-destress):
4225 Use `insert-buffer-substring', not `insert-buffer'.
4226
4227 2005-07-17 Simon Josefsson <jas@extundo.com>
4228
4229 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
4230
4231 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
4232
4233 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
4234 Add plain auth method.
4235 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4236
4237 2005-07-17 Kim F. Storm <storm@cua.dk>
4238
4239 * ido.el (dired-other-window): Add ido property.
4240
4241 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
4242
4243 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4244 Fix typo in docstring.
4245 (byte-compile-interactive-only-functions): Add `insert-buffer' and
4246 `insert-file-literally'.
4247
4248 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
4249 info and delete redundant message. Doc fix.
4250 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
4251 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
4252
4253 2005-07-16 Richard M. Stallman <rms@gnu.org>
4254
4255 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
4256 (byte-compile-and): Use byte-compile-and-recursion.
4257 (byte-compile-or-recursion): New function.
4258 (byte-compile-or): Use that.
4259 (byte-compile-if): Guard the else-clause too.
4260 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4261
4262 * isearch.el (isearch-mode-end-hook-quit): New variable.
4263 (isearch-done): Bind it.
4264 (isearch-mode-end-hook): Doc fix.
4265
4266 * allout.el (allout-isearch-did-quit): Variable deleted.
4267 (allout-real-isearch-abort): Function name no longer used.
4268 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
4269 (allout-isearch-rectification): isearch-mode always exists.
4270 Don't set allout-isearch-did-quit.
4271 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
4272 allout-isearch-did-quit.
4273 (allout-enwrap-isearch): Just add the hook.
4274 (allout-isearch-abort): Function deleted.
4275 (allout-pre-command-business): Avoid warning.
4276
4277 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
4278 Correctly avoid warnings.
4279 (pascal-outline): Likewise.
4280
4281 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
4282
4283 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
4284
4285 * play/tetris.el (tetris-mode): Avoid warning.
4286
4287 * play/snake.el (snake-mode): Avoid warning.
4288
4289 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
4290 (gamegrid-set-display-table): Avoid warning.
4291 (gamegrid-set-timer): Likewise.
4292 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
4293 (gamegrid-add-score-with-update-game-score-1): Take FILE
4294 as argument.
4295 (gamegrid-add-score-with-update-game-score): Pass that argument.
4296 Rename have-shared-game-dir to gamegrid-shared-game-dir.
4297
4298 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
4299
4300 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
4301 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
4302
4303 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
4304 and insert-file.
4305
4306 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
4307 (sc-ask): Avoid warnings.
4308
4309 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4310 (eshell-hist-initialize): Use that var the natural way.
4311
4312 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4313
4314 * emacs-lisp/re-builder.el (reb-cook-regexp):
4315 Avoid warning calling lre-compile-string.
4316 (reb-color-display-p): Avoid warning.
4317
4318 * calculator.el (calculator-last-input): Guard uses
4319 of event-key and key-press-event-p.
4320 (event-key, key-press-event-p): Delete definitions.
4321
4322 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
4323 (find-gc-source-directory, find-gc-subrs-callers)
4324 (find-gc-noreturn-list, find-gc-source-files)
4325 (find-gc-subrs-called): Vars renamed and defvar'd.
4326
4327 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4328 (checkdoc-overlay-put, checkdoc-delete-overlay)
4329 (checkdoc-overlay-start, checkdoc-overlay-end)
4330 (checkdoc-mode-line-update, checkdoc-char=):
4331 Define such that compiler knows they are defined.
4332 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
4333 (checkdoc-read-event): Delete. Use read-event directly.
4334
4335 * whitespace.el (whitespace-make-overlay)
4336 (whitespace-overlay-put, whitespace-delete-overlay)
4337 (whitespace-overlay-start, whitespace-overlay-end):
4338 Define such that compiler knows they are defined.
4339 (whitespace): Move conditional inside.
4340
4341 * tempo.el (tempo-insert-template): Suppress warning.
4342
4343 * ediff-diff.el (longlines-mode): Add defvar.
4344
4345 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
4346
4347 * server.el: Bind "C-x #" in a way that works even if C-x is
4348 redefined to a command key, not a prefix key.
4349
4350 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4351
4352 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4353 cl-make-type-test till execution time.
4354
4355 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
4356
4357 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4358 arg ARG and use it.
4359
4360 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4361
4362 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4363
4364 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
4365
4366 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4367 a defcustom with two :set or :type keywords.
4368
4369 2005-07-15 Richard M. Stallman <rms@gnu.org>
4370
4371 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4372 Don't give ^M comment-end syntax.
4373
4374 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
4375
4376 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4377 Don't consider gdbmi (gdb-mi.el has its own update functions).
4378 (gdb-var-delete): Make it work for gdbmi as well.
4379 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4380
4381 * progmodes/gud.el (etags, sdb): Only require etags when needed.
4382 (gud-speedbar-menu-items): Correct logic for enabling items.
4383
4384 2005-07-15 Kim F. Storm <storm@cua.dk>
4385
4386 * ido.el: Fix commentary.
4387 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4388 Use with-no-warnings around ffap-guesser.
4389 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4390 Let bind minibuffer-completing-file-name to t.
4391
4392 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
4393
4394 * startup.el (site-run-file, keyboard-type): Doc fixes.
4395 (command-line): Check for "--basic-display" argument; also for
4396 "--quick", not "--bare-bones" (which was renamed).
4397 (fancy-splash-text): Add missing item "Getting New Versions".
4398 (normal-splash-screen): Fix typos and improve consistency with
4399 `fancy-splash-text'. Update copyright year.
4400
4401 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4402 valid binding for `help-char'.
4403
4404 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
4405
4406 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
4407
4408 * term.el (term-mode): Disable cua-mode for term buffers.
4409
4410 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
4411
4412 * add-log.el (add-log-mailing-address, change-log-merge):
4413 Doc fixes.
4414 (change-log-get-method-definition): Fix typo in docstring.
4415
4416 2005-07-14 Kim F. Storm <storm@cua.dk>
4417
4418 * emulation/cua-base.el:
4419 (cua--pre-command-handler-1, cua--pre-command-handler)
4420 (cua--post-command-handler-1, cua--post-command-handler):
4421 Split in two. Check (buffer local) value of cua-mode.
4422 (cua-selection-mode): New command.
4423
4424 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4425
4426 * custom.el (custom-initialize-safe-set)
4427 (custom-initialize-safe-default): Doc fixes.
4428
4429 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4430 and simplify :init-value again.
4431
4432 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4433 and simplify :init-value again. Delete autoload.
4434
4435 * startup.el (command-line): Use `custom-reevaluate-setting' again
4436 for tooltip-mode.
4437
4438 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4439 a defcustom with two :initialize keywords.
4440
4441 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4442
4443 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4444 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4445 (allout-post-command-business, allout-flag-region)
4446 (isearch-reenable-font-lock, allout-yank)
4447 (allout-insert-latex-header, allout-insert-latex-trailer)
4448 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4449 (allout-latex-verb-quote): Fix typos in docstrings.
4450 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4451 (allout-unprotected, allout-prefix-data):
4452 Improve argument/docstring consistency.
4453 (allout-chart-subtree): Fix argument spec.
4454 (allout-open-topic): Rename `use_sib_bullet' argument to
4455 `use-sib-bullet'. Doc fix.
4456
4457 * whitespace.el (whitespace-check-buffer-leading)
4458 (whitespace-check-buffer-trailing)
4459 (whitespace-check-buffer-indent)
4460 (whitespace-check-buffer-spacetab)
4461 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4462 (whitespace-check-leading-whitespace)
4463 (whitespace-check-trailing-whitespace)
4464 (whitespace-check-spacetab-whitespace)
4465 (whitespace-check-indent-whitespace)
4466 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4467 (whitespace-modes): Fix typos in docstrings.
4468 (defgroup, defcustom): Doc fixes.
4469
4470 * winner.el (winner-mode, winner-boring-buffers)
4471 (winner-pending-undo-ring): Doc fixes.
4472 (winner-ring): Remove unneeded `progn'.
4473 (winner-equal): `defsubst' it.
4474 (winner-redo): Fix message.
4475
4476 2005-07-13 Kim F. Storm <storm@cua.dk>
4477
4478 * simple.el (line-move-1): Always use vertical-motion to
4479 do the last (or only) line move to ensure some movement.
4480 Undo 2005-06-23 change--don't check for overlays.
4481
4482 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4483
4484 * term/mac-win.el (ccl-encode-mac-roman-font)
4485 (ccl-encode-mac-centraleurroman-font)
4486 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4487 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4488 Change charset-id boundary of dimension to ?\xef.
4489 (mac-char-fontspec-list): New constant.
4490 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4491 argument. Nil uses itself as family in font-spec. Previous
4492 behavior for nil is now provided by non-nil non-string argument.
4493 All callers changed. Add font-specs for Mac fonts to
4494 "fontset-default" unless iso8859-1 fonts are installed.
4495
4496 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4497
4498 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4499 a continuation line if the \ is preceded by SPC or TAB.
4500 (sh-get-indent-info): Simplify.
4501 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4502 Use with-current-buffer.
4503
4504 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4505 when the matched text is empty.
4506
4507 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4508
4509 * startup.el (command-line): Revert to previous handling of
4510 tooltip-mode. Explain in comment why the complexity is needed.
4511
4512 * tooltip.el (tooltip-mode): Revert to previous implementation of
4513 its defcustom.
4514
4515 * frame.el (blink-cursor-mode): Revert to previous implementation
4516 of its defcustom. Update comment.
4517
4518 2005-07-12 Lars Hansen <larsh@soem.dk>
4519
4520 * desktop.el: Update e-mail address.
4521
4522 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4523
4524 * term/mac-win.el (mac-services-mail-selection)
4525 (mac-services-mail-to): New functions.
4526 (mac-application-menu-map): Bind them.
4527
4528 2005-07-12 wulei <milton@wulei.net> (tiny change)
4529
4530 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4531
4532 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4533
4534 * custom.el (custom-reevaluate-setting): Doc fix.
4535
4536 2005-07-11 Jay Belanger <belanger@truman.edu>
4537
4538 * calc/calc.el (calc-embedded-announce-formula-alist)
4539 (calc-embedded-open-close-plain-alist)
4540 (calc-embedded-open-close-mode-alist): Add checks for additional
4541 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4542
4543 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4544
4545 * custom.el (custom-enable-theme): Don't add theme to
4546 `custom-enabled-themes' with `push' because there is no
4547 setf-method for `delq'.
4548
4549 2005-07-11 Richard M. Stallman <rms@gnu.org>
4550
4551 * custom.el (custom-declare-variable): Doc fix.
4552
4553 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4554 from the alists.
4555
4556 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4557 Do nothing if edebug-active.
4558
4559 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4560 (edebug-display): Do it here instead.
4561
4562 2005-07-10 Richard M. Stallman <rms@gnu.org>
4563
4564 * cus-face.el (custom-theme-set-faces): Make it work.
4565 (custom-reset-faces): Doc fix.
4566 (custom-theme-reset-internal-face, custom-theme-face-value):
4567 Functions deleted.
4568
4569 * custom.el (custom-push-theme): Maintain list of the settings
4570 of a given theme in its theme-settings property.
4571 Maintain position of old settings in the theme-value
4572 or theme-face property.
4573 (custom-enabled-themes): New variable.
4574 (custom-theme-enabled-p): New function.
4575 (provide-theme): Update custom-enabled-themes.
4576 Disable and reenable the `user' theme.
4577 (require-theme): Doc fix.
4578 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4579 (custom-theme-value, custom-theme-variable-value): Likewise.
4580 (custom-theme-reset-internal): Likewise.
4581 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4582 (custom-enable-theme, custom-disable-theme): New functions.
4583 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4584 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4585 (custom-theme-reset-variables): Simplify.
4586 (deftheme, custom-declare-theme, custom-make-theme-feature):
4587 Definitions moved.
4588
4589 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4590
4591 * longlines.el (longlines-show-region)
4592 (longlines-unshow-hard-newlines): Recognize hard newlines by
4593 non-nil hard property, instead of t.
4594
4595 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4596
4597 * viper-cmd.el (viper--key-maps): New variable.
4598 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4599 emulation-mode-map-alists.
4600 (viper-envelop-ESC-key): Use viper-subseq.
4601 (viper-search-forward/backward/next): Disable debug-on-error.
4602
4603 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4604 (viper-ESC-key): New defcustoms.
4605
4606 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4607
4608 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4609 (viper-subseq): Copy of subseq from cl.el.
4610
4611 * viper.el (viper-go-away, viper-set-hooks): Use
4612 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4613
4614 * viper-mous.el (viper-current-frame-saved): Use defvar.
4615
4616 * viper-init.el: Get rid of -face in face names.
4617
4618 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4619 Make it work with longlines mode
4620
4621 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4622
4623 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4624
4625 * ediff-init.el: Get rid of -face in face names.
4626
4627 2005-07-10 Richard M. Stallman <rms@gnu.org>
4628
4629 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4630 and with-timeout-unsuspend.
4631
4632 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4633 and with-timeout-unsuspend.
4634
4635 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4636 (with-timeout): Bind that variable to record timers.
4637 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4638
4639 * emacs-lisp/debug.el (debug-help-follow): New function.
4640 (debugger-mode-map): Use that instead of help-follow.
4641 (debugger-setup-buffer): Use eval-buffer-list
4642 to handle eval-buffer frames.
4643
4644 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4645
4646 * timezone.el (timezone-parse-date): Change first regexp
4647 so it will not mistakenly match dates with no time zone.
4648
4649 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4650
4651 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4652
4653 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4654
4655 * custom.el (custom-initialize-safe-set)
4656 (custom-initialize-safe-default): New functions.
4657
4658 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4659 and simplify :init-value.
4660
4661 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4662 and simplify :init-value. Delete obsolete comment.
4663
4664 * startup.el (command-line): Use `custom-reevaluate-setting' to
4665 handle `tooltip-mode'. Delete obsolete comment.
4666
4667 * files.el (set-visited-file-name): Avoid calling
4668 `file-name-nondirectory' with a nil argument.
4669
4670 2005-07-09 Richard M. Stallman <rms@gnu.org>
4671
4672 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4673 was called with nil for the buffer, handle the read position right.
4674 Handle read position for eval-region, too.
4675
4676 2005-07-09 Juri Linkov <juri@jurta.org>
4677
4678 * fringe.el (fringe-mode): Add period in docstring.
4679 (fringe-query-style): Build prompt depending on `all-frames' arg.
4680
4681 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4682 to not create links to unrelated functions in the Help buffer.
4683
4684 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4685 Doc fix.
4686
4687 * simple.el (next-error-hook): New variable.
4688 (next-error): Use it. Doc fix.
4689
4690 * textmodes/ispell.el (ispell-command-loop): Add current
4691 dictionary name and program name to mode-line-format.
4692 (ispell-region, ispell-process-line): Add current dictionary name
4693 and program name to messages.
4694
4695 2005-07-08 Jay Belanger <belanger@truman.edu>
4696
4697 * calc/calc.el (calc-embedded-announce-formula-alist)
4698 (calc-embedded-open-close-formula-alist)
4699 (calc-embedded-open-close-word-alist)
4700 (calc-embedded-open-close-plain-alist)
4701 (calc-embedded-open-close-new-formula-alist)
4702 (calc-embedded-open-close-mode-alist)
4703 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4704 (calc-embedded-mode-hook): New variables.
4705
4706 * calc/calc-embed.el (calc-embedded-firsttime)
4707 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4708 New variables.
4709 (calc-do-embedded): Use calc-embedded-firsttime,
4710 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4711 determine whether or not to run hooks.
4712 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4713 calc-embedded-firsttime-formula appropriately.
4714 Set calc-embedded delimiter variables according to mode.
4715
4716 2005-07-08 Richard M. Stallman <rms@gnu.org>
4717
4718 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4719 Check for "emacs", etc., as entire symbol, not just as word.
4720 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4721
4722 * files.el (set-visited-file-name): Report the error
4723 for "empty filename" earlier.
4724 (kill-some-buffers): Ignore buffers already dead.
4725
4726 * fringe.el (fringe-mode): Doc fix.
4727
4728 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4729 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4730 Use unwind-protect to ensure byte-compile-unresolved-functions
4731 is updated.
4732
4733 * whitespace.el (whitespace-buffer-leading-cleanup):
4734 Simplify w/ skip-chars-forward.
4735 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4736
4737 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4738 Unconditionally try to leave point at the same old place.
4739
4740 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4741
4742 * comint.el (comint-postoutput-scroll-to-bottom)
4743 (comint-show-maximum-output): Take scroll-margin into consideration.
4744
4745 2005-07-08 Kim F. Storm <storm@cua.dk>
4746
4747 * ido.el (ido-use-filename-at-point): New choice `guess'.
4748 (ido-file-internal): Try ffap-guesser if selected.
4749
4750 * ido.el (ido-before-fallback-functions): New hook.
4751 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4752 (ido-read-file-name): Run it.
4753
4754 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4755
4756 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4757 strings rather than a list of symbols to the completion function.
4758
4759 2005-07-07 Jay Belanger <belanger@truman.edu>
4760
4761 * calc/calc-units.el (math-apply-units): Change the places in
4762 which units are simplified.
4763
4764 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4765
4766 * cus-edit.el (customize-option, customize-option-other-window):
4767 Make them handle aliases.
4768
4769 * custom.el (custom-variable-p): Make it recursively follow
4770 aliases. Mention that in the docstring.
4771
4772 2005-07-07 Richard M. Stallman <rms@gnu.org>
4773
4774 * cus-start.el (exec-path): Use `directory' instead of `file'.
4775 Fix tag for nil.
4776
4777 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4778
4779 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4780 when called non-interactively. Doc fix.
4781
4782 2005-07-07 Lute Kamstra <lute@gnu.org>
4783
4784 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4785 new address as well.
4786
4787 2005-07-07 Kenichi Handa <handa@m17n.org>
4788
4789 * international/mule.el (make-coding-system):
4790 Describe `ascii-incompatible' property in the docstring.
4791 (set-file-name-coding-system): Signal an error if coding-system is
4792 ascii-incompatible.
4793 (set-keyboard-coding-system): Likewise.
4794
4795 * international/mule-cmds.el (set-default-coding-systems):
4796 Don't set default-file-name-coding-system and
4797 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4798
4799 * international/utf-16.el: Declare that all UTF-16-based coding
4800 systems are ASCII-incompatible.
4801
4802 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4803
4804 * progmodes/gud.el: Require font-lock for displaying errors.
4805 Used by gdb-ui.el.
4806
4807 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4808
4809 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4810 values for the pattern lists which are `read'able but not
4811 `append'able (like symbols).
4812
4813 2005-07-06 Richard M. Stallman <rms@gnu.org>
4814
4815 * progmodes/flymake.el (flymake-float-time): Instead of
4816 with-no-warnings, test for xemacs.
4817 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4818 to avoid warning.
4819
4820 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4821
4822 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4823
4824 2005-07-05 Lute Kamstra <lute@gnu.org>
4825
4826 * battery.el: Add support for Darwin (with much debugging help
4827 from Samuel Lauber <sam124@operamail.com>).
4828 (battery-status-function, battery-echo-area-format)
4829 (battery-mode-line-format): Add support for pmset on Darwin.
4830 (battery-load-low, battery-load-critical): New user options.
4831 (battery-pmset): New function.
4832
4833 2005-07-05 Lute Kamstra <lute@gnu.org>
4834
4835 Update FSF's address in GPL notices.
4836
4837 * textmodes/page-ext.el: Update FSF's address.
4838
4839 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4840
4841 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4842 filling from using prefix when filling a single-line docstring.
4843
4844 * progmodes/flymake.el: Remove useless eval-when-compile.
4845
4846 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4847
4848 2005-07-04 Richard M. Stallman <rms@gnu.org>
4849
4850 * textmodes/org.el (org-file-apps-defaults-gnu):
4851 Rename from org-file-apps-defaults-linux.
4852 (org-default-apps): Don't test system-type for `linux'.
4853 (org-file-apps): Doc fix.
4854
4855 2005-07-04 David Ponce <david@dponce.com>
4856
4857 * tree-widget.el: Improve header Commentary section.
4858 (tree-widget) [defgroup]
4859 (tree-widget-image-enable, tree-widget-themes-directory)
4860 (tree-widget-theme, tree-widget-image-properties-emacs)
4861 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4862 (tree-widget-image-formats, tree-widget-control)
4863 (tree-widget-empty-control, tree-widget-leaf-control
4864 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4865 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4866 (tree-widget-keep, tree-widget-after-toggle-functions)
4867 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4868 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4869 :help-echo message.
4870 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4871 (tree-widget-image-properties): Doc fix. Clearer implementation.
4872 (tree-widget--cursors): New constant.
4873 (tree-widget-lookup-image): New function split from
4874 `tree-widget-find-image'. Clearer implementation.
4875 (tree-widget-find-image): Use it.
4876 (tree-widget-button-keymap): Use `set-keymap-parent'.
4877 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4878 Define the sub-widgets here.
4879 (tree-widget-node): Check that :node is not a tree-widget.
4880 (tree-widget-get-super, tree-widget-open-control)
4881 (tree-widget-close-control, tree-widget-empty-control)
4882 (tree-widget-leaf-control, tree-widget-guide)
4883 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4884 (tree-widget-no-handle, tree-widget-value-delete)
4885 (tree-widget-map): Remove.
4886 (tree-widget-children-value-save): Doc fix. Simplified.
4887 (tree-widget-value-create): Update according to previous changes.
4888
4889 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4890
4891 * textmodes/org.el: Leading space replaced by TABS.
4892 (org-recalc-marks, org-table-rotate-recalc-marks)
4893 (org-table-get-specials): Treat "^" and "_" marks.
4894 (org-table-justify-field-maybe): Optional argument NEW.
4895 (org-table-eval-formula): Parsing of the format simplified.
4896 New modes C,I. Honor the %= parameter in the current table.
4897 Avoid unnecessary re-align by using the NEW argument to
4898 `org-table-justify-field-maybe'.
4899 (org-calc-default-modes): Default for date-format mimicks org-mode.
4900 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4901
4902 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4903
4904 * cus-face.el (custom-theme-set-faces): Make it handle face
4905 aliases whose alias declarations are pre- or autoloaded.
4906
4907 2005-07-04 Juri Linkov <juri@jurta.org>
4908
4909 * faces.el (read-face-name): Put the code for getting a face name
4910 from the buffer before adding the faces from the `face' property.
4911 Use `completing-read-multiple' instead of `completing-read'.
4912 Require `crm'. Add default value and post-process the returned
4913 list of faces.
4914
4915 * emacs-lisp/crm.el (crm-find-current-element)
4916 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4917
4918 * emacs-lisp/lisp-mode.el (eval-defun-1):
4919 * emacs-lisp/edebug.el (edebug-eval-defun):
4920 Remove unnecessary quotes.
4921
4922 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4923
4924 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4925 (prolog-indent-level): Fix typo in docstring.
4926
4927 * info.el (Info-history, Info-history-forward)
4928 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4929
4930 * add-log.el (add-change-log-entry):
4931 * comint.el (comint-dynamic-list-input-ring)
4932 (comint-dynamic-list-completions):
4933 * dabbrev.el (dabbrev-expand):
4934 * delim-col.el (delimit-columns-rectangle-line):
4935 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4936 (diff-unified->context):
4937 * ediff-init.el (ediff-abbrev-jobname):
4938 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4939 (ediff-replace-session-activity-marker-in-meta-buffer):
4940 * info.el (Info-summary):
4941 * lpr.el (printify-region):
4942 * printing.el (pr-create-interface):
4943 * ps-print.el (ps-print-quote):
4944 * ses.el (ses-column-widths, ses-print-cell)
4945 (ses-adjust-print-width, ses-center):
4946 * shell.el (shell-file-name-quote-list):
4947 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4948 (strokes-fill-current-buffer-with-whitespace)
4949 (strokes-xpm-for-stroke, strokes-list-strokes)
4950 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4951 * term.el (term-dynamic-list-input-ring)
4952 (term-dynamic-list-completions):
4953 * calc/calc.el (math-format-stack-value):
4954 * emacs-lisp/edebug.el (edebug-display-freq-count):
4955 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4956 (delphi-new-comment-line):
4957 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4958 * progmodes/executable.el (executable-set-magic):
4959 * progmodes/python.el (inferior-python-mode):
4960 * progmodes/scheme.el (scheme-mode-syntax-table):
4961 * progmodes/sh-script.el (sh-maybe-here-document):
4962 * progmodes/sql.el (sql-copy-column):
4963 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4964 * textmodes/bibtex.el (bibtex-mode):
4965 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4966 (sgml-auto-attributes):
4967 * textmodes/table.el (table-insert, table-shorten-cell)
4968 (table--generate-source-scan-lines, table-delete-row)
4969 (*table--cell-delete-char, table--spacify-frame)
4970 (table--horizontally-shift-above-and-below)
4971 (table--cell-insert-char, table--cell-blank-str)
4972 (table--fill-region-strictly):
4973 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4974 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4975
4976 * add-log.el (change-log):
4977 * apropos.el (apropos):
4978 * comint.el (comint-completion, comint-source):
4979 * dabbrev.el (dabbrev):
4980 * delim-col.el (columns):
4981 * diff-mode.el (diff-mode):
4982 * ediff.el (ediff):
4983 * ediff-diff.el (ediff-diff):
4984 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4985 * ediff-mult.el (ediff-mult):
4986 * ediff-ptch.el (ediff-ptch):
4987 * ediff-wind.el (ediff-window):
4988 * facemenu.el (facemenu):
4989 * indent.el (indent):
4990 * info.el (info):
4991 * jka-cmpr-hook.el (compression, jka-compr):
4992 * lpr.el (lpr):
4993 * outline.el (outlines):
4994 * pcmpl-cvs.el (pcmpl-cvs):
4995 * pcmpl-rpm.el (pcmpl-rpm):
4996 * printing.el (printing):
4997 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4998 (ps-print-vertical, ps-print-headers, ps-print-font)
4999 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
5000 (ps-print-background, ps-print-printer, ps-print-page)
5001 (ps-print-miscellany):
5002 * ses.el (ses):
5003 * shell.el (shell, shell-directories, shell-faces):
5004 * startup.el (initialization):
5005 * strokes.el (strokes):
5006 * term.el (term):
5007 * uniquify.el (uniquify):
5008 * w32-vars.el (w32):
5009 * calc/calc.el (calc):
5010 * emacs-lisp/bytecomp.el (bytecomp):
5011 * emacs-lisp/cl-indent.el (lisp-indent):
5012 * emacs-lisp/edebug.el (edebug):
5013 * emacs-lisp/elp.el (elp):
5014 * emacs-lisp/testcover.el (testcover):
5015 * emacs-lisp/trace.el (trace):
5016 * emulation/viper-ex.el (viper-ex):
5017 * emulation/viper-mous.el (viper-mouse):
5018 * mail/mailalias.el (mailalias):
5019 * mail/supercite.el (supercite, supercite-frames)
5020 (supercite-attr, supercite-cite, supercite-hooks):
5021 * net/rcompile.el (remote-compile):
5022 * net/rlogin.el (rlogin):
5023 * obsolete/ooutline.el (outlines):
5024 * progmodes/delphi.el (delphi):
5025 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
5026 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
5027 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
5028 (ebnf-optimization):
5029 * progmodes/etags.el (etags):
5030 * progmodes/executable.el (executable):
5031 * progmodes/idlwave.el (idlwave):
5032 * progmodes/pascal.el (pascal):
5033 * progmodes/prolog.el (prolog):
5034 * progmodes/python.el (python):
5035 * progmodes/scheme.el (scheme):
5036 * progmodes/sh-script.el (sh, sh-script):
5037 * progmodes/sql.el (SQL):
5038 * progmodes/tcl.el (tcl):
5039 * textmodes/bibtex.el (bibtex, bibtex-autokey):
5040 * textmodes/enriched.el (enriched):
5041 * textmodes/makeinfo.el (makeinfo):
5042 * textmodes/sgml-mode.el (sgml):
5043 * textmodes/table.el (table-hooks):
5044 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
5045 * textmodes/texinfo.el (texinfo):
5046 * textmodes/two-column.el (two-column):
5047 Finish `defgroup' description with period.
5048
5049 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
5050 * eshell/esh-var.el (eshell-var):
5051 * progmodes/vhdl-mode.el (vhdl-testbench):
5052 * textmodes/org.el (org): Fix typos in docstrings.
5053
5054 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
5055 consistency.
5056
5057 * progmodes/flymake.el (flymake-find-file): Remove.
5058 (flymake-float-time): Use `with-no-warnings'.
5059 (flymake-check-start-time, flymake-check-was-interrupted)
5060 (flymake-err-info, flymake-is-running, flymake-last-change-time)
5061 (flymake-new-err-info): `defvar' at compile time.
5062
5063 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
5064
5065 * replace.el (occur-hook): Doc fix.
5066 (occur-1): Don't call `occur-hook' if there are no matches.
5067
5068 2005-07-03 Richard M. Stallman <rms@gnu.org>
5069
5070 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
5071 global-map, save the same map.
5072 (global-map): Don't alter it at top level.
5073 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
5074 Then alter it here instead.
5075 (tpu-edt-off): Set global-map to the saved one.
5076
5077 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
5078 All references simplified.
5079 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
5080 (zmacs-regions): Add defvar.
5081 (repeat-complex-command-map): Everything about that deleted.
5082
5083 * textmodes/artist.el (artist-key-is-drawing)
5084 (artist-key-endpoint1, artist-key-poly-point-list)
5085 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
5086 (artist-key-compl-table, artist-rb-save-data)
5087 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
5088 Don't put them in eval-when-compile.
5089 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
5090
5091 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
5092 Use with-no-warnings.
5093
5094 * net/browse-url.el (dos-windows-version): Add defvar.
5095
5096 * mail/supercite.el (filladapt-prefix-table): Add defvar.
5097
5098 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
5099 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
5100 (rmail-new-summary-line-count): Rename from new-summary-line-count.
5101 Add defvar.
5102 (rmail-summary-beginning-of-message): Use with-no-warnings.
5103 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
5104
5105 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
5106 Use with-no-warnings.
5107
5108 * emulation/vi.el (vi-mark-region): Use c-mark-function.
5109 (c-mark-function): Add point-moving-unit property.
5110 (vi-goto-line): Use with-no-warnings.
5111
5112 * emulation/edt.el (edt-last-copied-word): Add defvar.
5113 (zmacs-region-stays): Likewise.
5114 (edt-mark-section-wisely): Use c-mark-function for C.
5115 Use makr-defun for Fortran.
5116 (time-string): defvar deleted.
5117 (edt-display-the-time): Don't set time-string.
5118
5119 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
5120
5121 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
5122 Don't warn when name is not constant
5123 or for defining the group `emacs'.
5124
5125 * tooltip.el (gud-tooltip-mode): Add defvar.
5126
5127 * startup.el (default-frame-background-mode): Add defvar.
5128
5129 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
5130
5131 * info.el (tool-bar-map): Add defvar.
5132
5133 * dired.el (dnd-protocol-alist): Add defvar.
5134
5135 * dired-aux.el (dired-query): Display question with answer, when
5136 the user answers.
5137
5138 * custom.el (custom-add-option): Doc fix.
5139
5140 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
5141
5142 2005-07-03 Eli Zaretskii <eliz@gnu.org>
5143
5144 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
5145 bogus name from the last change.
5146
5147 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
5148
5149 * custom.el (custom-declare-variable): Fix typos in comment.
5150 (custom-known-themes): Doc fix.
5151 (custom-theme-directory): New defcustom.
5152 (require-theme): Make it check `custom-theme-directory'.
5153
5154 * cus-theme.el (custom-new-theme-mode): New function.
5155 (custom-theme-name, custom-theme-variables, custom-theme-faces)
5156 (custom-theme-description): Add compiler defvars.
5157 (customize-create-theme): Add doc to the "*New Custom Theme*"
5158 buffer. Use `custom-new-theme-mode'.
5159 (custom-theme-write): Put the created buffer in emacs-lisp-mode
5160 and save it to the `custom-theme-directory'. Make this the
5161 default directory of the buffer.
5162
5163 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
5164
5165 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
5166 Fix unbalanced parentheses.
5167
5168 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5169
5170 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
5171 into flymake-mode and delegate to flymake-mode.
5172
5173 * find-file.el (ff-which-function-are-we-in): Clean up.
5174
5175 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
5176
5177 * replace.el (occur-rename-buffer): Fix docstring.
5178
5179 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
5180 (edt-last-copied-word, edt-learn-macro-count)
5181 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
5182 (edt-rect-start-point, edt-user-global-map, rect-start-point)
5183 (time-string, zmacs-region-stays):
5184 * emulation/edt-mapper.el (edt-save-function-key-map)
5185 (EDT-key-name): `defvar' to silence the byte-compiler.
5186
5187 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
5188
5189 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
5190 font-lock-regexp-backslash. Doc fix.
5191 (font-lock-regexp-backslash-grouping-construct): Rename from
5192 font-lock-regexp-backslash-construct. Doc fix.
5193 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
5194 grouping constructs.
5195
5196 2005-07-02 Eli Zaretskii <eliz@gnu.org>
5197
5198 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
5199 updating all the prerequisites.
5200
5201 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
5202
5203 * textmodes/org.el (org-agenda-start-on-weekday)
5204 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
5205 (org-agenda-use-time-grid, org-archive-location)
5206 (org-allow-space-in-links, org-usenet-links-prefer-google)
5207 (org-enable-table-editor, org-export-default-language)
5208 (org-export-html-show-new-buffer, org-fill-paragraph)
5209 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
5210 (org-goto-quit, org-occur, org-eval-in-calendar)
5211 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
5212 (org-agenda-diary-entry, org-remember-help)
5213 (org-table-convert-region, org-at-table-p)
5214 (org-table-move-row-down, org-table-move-row-up)
5215 (org-table-copy-region, org-table-toggle-vline-visibility)
5216 (org-table-get-stored-formulas, org-table-get-specials)
5217 (org-recalc-commands, org-table-eval-formula)
5218 (org-table-formula-substitute-names, orgtbl-make-binding)
5219 (org-format-org-table-html, org-format-table-table-html)
5220 (org-format-table-table-html-using-table-generate-source)
5221 (org-customize): Fix typos in docstrings.
5222 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
5223 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
5224 (org-back-to-heading): Doc fixes.
5225 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
5226 (org-agenda-change-all-lines, org-get-header):
5227 Improve argument/docstring consistency.
5228 (orgtbl-error): Fix error message.
5229
5230 * progmodes/flymake.el (flymake-find-possible-master-files)
5231 (flymake-master-file-compare, flymake-get-line-err-count)
5232 (flymake-highlight-line, flymake-gui-warnings-enabled):
5233 Fix typos in docstrings.
5234 (flymake-parse-line, flymake-get-project-include-dirs-function)
5235 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
5236 Doc fixes.
5237 (flymake-get-project-include-dirs-function)
5238 (flymake-make-err-menu-data):
5239 Improve argument/docstring consistency.
5240
5241 2005-07-01 Lute Kamstra <lute@gnu.org>
5242
5243 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
5244 Catch errors with ignore-errors. Use temporary buffer.
5245 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
5246
5247 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
5248 background color faces.
5249 (facemenu-set-foreground, facemenu-set-background):
5250 Use facemenu-set-face-from-menu.
5251 (facemenu-set-face-from-menu): Treat face names that start with
5252 "fg:" or "bg:" as special.
5253 (facemenu-add-new-color): Don't create faces. Simplify.
5254
5255 2005-06-30 Richard M. Stallman <rms@gnu.org>
5256
5257 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
5258 (crm-find-current-element): Likewise.
5259
5260 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
5261
5262 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
5263
5264 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5265
5266 * arc-mode.el (archive-extract): Make it work as a mouse binding.
5267 (archive-mouse-extract): Make it an obsolete alias.
5268 (archive-mode-map): Don't use archive-mouse-extract any more.
5269 (archive-mode, archive-extract): write-contents-hooks ->
5270 write-contents-functions.
5271 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
5272 first arg.
5273 (archive-rename-entry): Update the call.
5274 (archive-zip-summarize): Remove unused var `method'.
5275 (archive-lzh-summarize): Remove unused var `creator'.
5276
5277 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
5278 dedicated frame upon exit.
5279
5280 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
5281 (archive-zip-extract, archive-zip-expunge)
5282 (archive-zip-update, archive-zip-update-case): Use executable-find.
5283 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
5284 Use restore-buffer-modified-p.
5285 (archive-extract, archive-add-new-member, archive-write-file-member):
5286 Use with-current-buffer.
5287 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
5288
5289 2005-06-30 Andreas Schwab <schwab@suse.de>
5290
5291 * progmodes/gud.el (gud-filter): Remove unneeded progn.
5292
5293 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5294
5295 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
5296
5297 2005-06-30 Juri Linkov <juri@jurta.org>
5298
5299 * faces.el (vertical-border): Inherit from mode-line-inactive
5300 only on tty.
5301
5302 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
5303
5304 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
5305 example, -NLINES in the `occur' docstring).
5306
5307 * replace.el (occur-1): When no matches are found, do not set the
5308 `buffer-read-only' and modified flags for the occur buffer,
5309 because it is deleted.
5310
5311 * emulation/cua-base.el (cua-check-pending-input)
5312 (cua-repeat-replace-region, cua-mode, cua-debug)
5313 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5314 Fix typos in docstrings.
5315
5316 * emulation/cua-gmrk.el (cua-toggle-global-mark)
5317 (cua-cut-region-to-global-mark)
5318 (cua--cut-rectangle-to-global-mark):
5319 Remove period from end of messages.
5320
5321 * emulation/cua-rect.el (cua-do-rectangle-padding):
5322 Remove period from end of messages.
5323 (cua--rectangle-seq-format): Fix typo in docstring.
5324 (cua-sequence-rectangle, cua-fill-char-rectangle):
5325 Improve argument/docstring consistency.
5326
5327 2005-06-29 Juri Linkov <juri@jurta.org>
5328
5329 * faces.el (default-frame-background-mode): New internal variable.
5330 (frame-set-background-mode): Use it.
5331
5332 * startup.el (normal-top-level): Set default-frame-background-mode
5333 instead of frame-background-mode. Before setting it, test for its
5334 nil value. Remove tests for frame-background-mode and frame
5335 parameter `reverse'. Add test for "unspecified-fg".
5336
5337 * term/xterm.el (xterm-rxvt-set-background-mode):
5338 * term/rxvt.el (rxvt-set-background-mode):
5339 Set default-frame-background-mode instead of frame-background-mode.
5340
5341 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5342
5343 * simple.el (set-variable): Warn about obsolete user variables.
5344
5345 * imenu.el (imenu--completion-buffer):
5346 * mouse.el (mouse-buffer-menu-alist):
5347 * msb.el (msb-invisible-buffer-p):
5348 * calendar/diary-lib.el (diary-header-line-format):
5349 * emacs-lisp/pp.el (pp-buffer):
5350 * progmodes/cperl-mode.el (cperl-do-auto-fill):
5351 * textmodes/picture.el (picture-replace-match):
5352 Change space constants followed by a sexp to "?\s ".
5353
5354 * play/decipher.el (decipher-loop-with-breaks):
5355 * textmodes/texinfo.el (texinfo-insert-@item): Change space
5356 constants "protected" from end of line by a comment to "?\s".
5357
5358 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5359
5360 * font-lock.el (save-buffer-state): Use `declare'.
5361
5362 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5363 reset the syntax-table to cperl-mode-syntax-table.
5364 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5365 "foo_print_bar" is not matched as a reserved keyword.
5366
5367 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
5368
5369 * textmodes/org.el (orgtbl-setup): New function, for delayed
5370 setup for the orgtbl commands.
5371 (org-calc-default-modes): New option.
5372 (orgtbl-make-binding): Use `defun' to get better help display.
5373 (org-diary): Call `org-compile-prefix-format'.
5374 (org-table-formula-substitute-names): New function.
5375 (org-agenda-day-view, org-agenda-week-view): New commands.
5376 (org-agenda-toggle-week-view): Command removed.
5377 (org-tbl-menu): Split off from org-org-menu.
5378 (org-mode): Move removal of outline-mode menus to here.
5379 (org-table-formula-debug): New option.
5380 (org-table-insert-row): Keep first field if just "#" or "*".
5381 (org-mode): Paragraph regexps fixed.
5382 (org-table-recalculate-regexp): New constant.
5383 (org-table-justify-field-maybe): Avoid replace if not necessary.
5384 (org-copy-special, org-cut-special): Use `call-interactively'.
5385 (org-table-copy-region): Take region from `interactive' call.
5386 (org-trim): Return string even if no match.
5387 (org-formula): New face.
5388 (org-set-font-lock-defaults): No longer highlight "FIXME".
5389 But highlight formula-related fields in table.
5390 (org-table-p): Use regexp, not fontification.
5391 (org-table-align): Handle white space at end of line.
5392 (org-table-formula-evaluate-inline): New option.
5393 (org-mode): Auto-wrapping in comment lines turned off.
5394 (org-table-copy-down): Evaluate only in copied field, not in
5395 destination.
5396 (org-table-current-formula): Variable removed.
5397 (org-table-store-formulas, org-table-get-stored-formulas)
5398 (org-table-modify-formulas, org-table-replace-in-formulas)
5399 (org-table-maybe-eval-formula): New functions.
5400 (org-table-get-formula): Modify to use stored formulas.
5401 (org-table-insert-column, org-table-delete-column)
5402 (org-table-move-column): Call `org-table-modify-formulas'.
5403 (org-complete): Add completion for keyword formulas.
5404 (orgtbl-mode): Pull orgtbl-mode-map to start of
5405 minor-mode-map-alist.
5406
5407 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5408
5409 * progmodes/python.el (python-check): Require `compile' before
5410 modifying its variables.
5411
5412 * newcomment.el (comment-indent-default): Don't get fooled by an early
5413 end of buffer.
5414
5415 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5416
5417 * ps-print.el (ps-print-version): Fix version number.
5418
5419 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
5420
5421 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5422
5423 2005-06-28 Richard M. Stallman <rms@gnu.org>
5424
5425 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5426 (flyspell-local-mouse-map): Declaration deleted.
5427 (flyspell-mouse-map): Bind only mouse-2.
5428 (flyspell-mode-map): Don't test flyspell-use-local-map.
5429 (flyspell-overlay-keymap-property-name): Var deleted.
5430 (flyspell-mode-on): Don't make local bindings for
5431 flyspell-mouse-map and flyspell-mode-map.
5432 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5433
5434 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5435
5436 * progmodes/compile.el (compilation-next-error-function):
5437 Don't switch buffers; operate on the current buffer.
5438
5439 * progmodes/compile.el (compilation-error-file-name)
5440 (compilation-warning-file-name, compilation-info-file-name)
5441 (compilation-line-number, compilation-column-number): New faces.
5442 (compilation-error-face, compilation-warning-face)
5443 (compilation-info-face, compilation-line-face)
5444 (compilation-column-face): Use them.
5445
5446 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5447
5448 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5449
5450 * bindings.el (global-map): Bind insertchar and its variants.
5451
5452 2005-06-27 Richard M. Stallman <rms@gnu.org>
5453
5454 * textmodes/artist.el (artist-text-overwrite)
5455 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5456
5457 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5458
5459 * ps-print.el: It was not working the page selection for printing.
5460 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5461 (ps-print-version): New version 6.6.7.
5462 (ps-end-sheet): New fun.
5463 (ps-header-sheet, ps-end-job): Call it.
5464
5465 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5466
5467 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5468
5469 2005-06-27 Lute Kamstra <lute@gnu.org>
5470
5471 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5472 background color faces.
5473 (facemenu-get-face): Delete function.
5474 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5475 (facemenu-add-new-color): Make second argument mandatory.
5476 Create the appropriate face and return it. Simplify.
5477 (facemenu-set-foreground, facemenu-set-background): Don't check if
5478 color is defined. Use return value of facemenu-add-new-color.
5479
5480 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5481
5482 * progmodes/gud.el (gud-filter): Add missing argument to
5483 with-selected-window.
5484
5485 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5486
5487 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5488 a :require to the defcustom.
5489
5490 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5491 defcustoms corresponding to minor modes.
5492
5493 2005-06-26 David Ponce <david@dponce.com>
5494
5495 * recentf.el: Require tree-widget instead of wid-edit.
5496 (recentf-filename-handler): Fix widget :type.
5497 (recentf-cancel-dialog, recentf-open-more-files)
5498 (recentf-open-files-action): Doc fix.
5499 (recentf-dialog-goto-first): New function.
5500 (recentf-dialog-mode-map): Set parent keymap first.
5501 (recentf-dialog-mode): Define with define-derived-mode.
5502 Don't display continuation lines in dialogs.
5503 (recentf-edit-list): Rename from recentf-edit-selected-items.
5504 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5505 Simplify.
5506 (recentf-edit-list-validate): New function.
5507 (recentf-edit-list): Update accordingly.
5508 (recentf-open-files-item-shift): Remove.
5509 (recentf-open-files-item): Convert menu elements into tree and
5510 link widgets. Don't create the widgets.
5511 (recentf-open-files): Update accordingly.
5512 (recentf-save-list): Untabify.
5513
5514 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5515
5516 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5517 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5518 partially contained in the active region. Do not take active
5519 region into account when called from Lisp, unless INTERACTIVE arg
5520 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5521 avoid trouble with fields. Make marker point nowhere when no
5522 longer used. Always return nil. Doc fix.
5523 (flush-lines): Add INTERACTIVE arg. Do not take active region
5524 into account when called from Lisp, unless INTERACTIVE arg is
5525 non-nil. Use `forward-line' instead of `beginning-of-line' to
5526 avoid trouble with fields. Make marker point nowhere when no
5527 longer used. Always return nil. Doc fix.
5528 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5529 interchangeable. Do not take active region into account when
5530 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5531 message in echo area when called from Lisp, unless INTERACTIVE arg
5532 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5533 Return the number of matches. Doc fix.
5534 (occur): Doc fix.
5535 (perform-replace): Make comment follow double space convention for
5536 the sake of `outline-minor-mode'.
5537
5538 * faces.el (facep): Doc fix.
5539
5540 2005-06-25 Richard M. Stallman <rms@gnu.org>
5541
5542 * facemenu.el (facemenu-enable-faces-p): New function.
5543 (facemenu-background-menu, facemenu-foreground-menu)
5544 (facemenu-face-menu): Add menu-enable property.
5545
5546 * jka-compr.el (jka-compr-insert-file-contents):
5547 Special handling if cannot find the uncompression program.
5548
5549 * cus-face.el (custom-face-attributes): Add autoload.
5550
5551 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5552 Bind comment-indent-function locally.
5553
5554 * window.el (save-selected-window): Use save-current-buffer.
5555
5556 * subr.el (with-selected-window): Use save-current-buffer.
5557
5558 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5559 and with-current-buffer.
5560
5561 2005-06-24 Richard M. Stallman <rms@gnu.org>
5562
5563 * simple.el (line-move-1): Fix previous change.
5564
5565 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5566
5567 * replace.el (occur-1): Set `buffer-read-only' and the
5568 buffer-modified flag before running `occur-hook' to protect
5569 against unintentional buffer switches that can lead to data loss.
5570
5571 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5572
5573 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5574 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5575 initial error.
5576
5577 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5578 after fresh input.
5579 (gdb-var-create-handler): Put name of expression in quotes.
5580
5581 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5582
5583 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5584 elements of RING in order, and without bogus nil elements.
5585
5586 2005-06-23 Richard M. Stallman <rms@gnu.org>
5587
5588 * simple.el (set-variable): Args renamed; doc fix.
5589 (line-move-1): When there are overlays around, use vertical-motion.
5590
5591 * faces.el (escape-glyph): Use brown against light background.
5592 (nobreak-space): Rename from no-break-space.
5593 Fix previous change.
5594
5595 * dired-aux.el (dired-do-copy): Fix arg prompt.
5596
5597 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5598
5599 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5600
5601 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5602 rather than "Distributor".
5603
5604 2005-06-23 Lute Kamstra <lute@gnu.org>
5605
5606 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5607 (debug-on-entry): Use it. New interactive declaration that uses
5608 function-called-at-point.
5609
5610 2005-06-23 Kim F. Storm <storm@cua.dk>
5611
5612 * subr.el (save-match-data): Add comment about using evaporate arg
5613 to set-match-data.
5614
5615 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5616
5617 * cus-edit.el (customize-face)
5618 (customize-face-other-window): Handle face aliases.
5619
5620 * faces.el (face-documentation, set-face-attribute)
5621 (face-spec-set): Handle face aliases.
5622
5623 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5624
5625 * help-mode.el (help-make-xrefs): If a symbol representing a face
5626 name is not followed by the word "face", it could still be a
5627 function or variable name, so don't bypass other checks.
5628
5629 2005-06-22 Juri Linkov <juri@jurta.org>
5630
5631 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5632 Replace aliased functions with calls where second arg `inherit' is t.
5633
5634 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5635
5636 * progmodes/gdb-ui.el (gdb-error): New variable.
5637 (gdb-error): New function.
5638 (gdb-annotation-rules): Act on error-begin and error annotations.
5639 (gdb-concat-output): Use font-lock-warning-face for errors.
5640
5641 2005-06-22 Miles Bader <miles@gnu.org>
5642
5643 * bindings.el (propertized-buffer-identification): Use renamed
5644 `Buffer-menu-buffer' face.
5645
5646 * faces.el (vertical-border): Rename from `vertical-divider'.
5647 (escape-glyph): Change dark-background color back to `cyan'.
5648
5649 2005-06-21 Juri Linkov <juri@jurta.org>
5650
5651 * faces.el (face-user-default-spec): Try getting `customized-face'
5652 prior to `saved-face'.
5653 (frame-background-mode): Refill docstring.
5654
5655 * emacs-lisp/lisp-mode.el (eval-defun-1):
5656 * emacs-lisp/edebug.el (edebug-eval-defun):
5657 Set `saved-face' temporarily to nil before calling form.
5658 Set `customized-face' to the new spec after that.
5659
5660 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5661
5662 * subr.el (1value, lambda, key-substitution-in-progress):
5663 Doc fixes.
5664
5665 * autoinsert.el (auto-insert-alist):
5666 * ses.el (ses-call-printer):
5667 * subr.el (noreturn):
5668 * emacs-lisp/lisp.el (check-parens):
5669 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5670 * net/browse-url.el (browse-url-mosaic):
5671 * progmodes/cc-defs.el (c-safe-scan-lists):
5672 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5673 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5674 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5675 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5676 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5677 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5678
5679 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5680
5681 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5682
5683 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5684
5685 * calendar/appt.el (appt-make-list): Activate the package, if
5686 not already active (for backwards compatibility).
5687
5688 2005-06-20 Kim F. Storm <storm@cua.dk>
5689
5690 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5691
5692 2005-06-20 Miles Bader <miles@gnu.org>
5693
5694 * faces.el (vertical-divider): New face.
5695
5696 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5697
5698 * simple.el (kill-whole-line): Doc fix.
5699 (next-error-buffer-p, next-error-find-buffer)
5700 (clone-indirect-buffer): Fix typos in docstrings.
5701 (comment-line-break-function): Doc fix: don't say variable
5702 is automatically buffer-local (it isn't).
5703
5704 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5705
5706 * net/tramp-ftp.el (top):
5707 * net/tramp-smb.el (top):
5708 * net/tramp-util.el (top):
5709 * net/tramp-uu.el (top):
5710 * net/tramp-vc.el (top):
5711 * net/tramp.el (top): Revert copyright years back to original
5712 ones. Tramp has a life outside GNU Emacs.
5713
5714 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5715
5716 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5717
5718 2005-06-18 Juri Linkov <juri@jurta.org>
5719
5720 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5721 end of first regexp to limit the match to the position between
5722 line number and source line with same separator character as used
5723 between file name and line number. In the second regexp limit
5724 mouse-face area to file name and line number by adding new group
5725 for them and referring it in HYPERLINK arg.
5726 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5727 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5728 previous line where grep markers may be already removed.
5729
5730 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5731
5732 * progmodes/ps-mode.el: Update version and maintainer's email address.
5733
5734 2005-06-18 Steve Youngs <steve@xemacs.org>
5735
5736 * net/browse-url.el (browse-url-browser-function)
5737 (browse-url-default-browser): Add firefox.
5738 (browse-url-firefox-program, browse-url-firefox-arguments)
5739 (browse-url-firefox-startup-arguments)
5740 (browse-url-firefox-new-window-is-tab): New defcustoms.
5741 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5742
5743 2005-06-17 Richard M. Stallman <rms@gnu.org>
5744
5745 * startup.el (command-line): Warn if specified user name has
5746 no home directory.
5747
5748 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5749 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5750
5751 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5752 Doc fixes.
5753
5754 * faces.el (underline): Try bold if terminal doesn't support underline.
5755
5756 * mail/sendmail.el (mail-setup-with-from): New variable.
5757 (mail-insert-from-field): New function.
5758 (sendmail-send-it): Call it.
5759 (mail-setup): Optionally call it here.
5760
5761 * term/linux.el: Call tty-no-underline.
5762
5763 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5764
5765 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5766
5767 2005-06-17 Miles Bader <miles@gnu.org>
5768
5769 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5770 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5771 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5772 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5773 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5774 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5775 Remove "-face" suffix from face names.
5776 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5777 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5778 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5779 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5780 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5781 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5782 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5783 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5784 New backward-compatibility aliases for renamed faces.
5785 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5786 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5787 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5788 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5789 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5790 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5791 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5792 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5793 Use renamed ediff faces.
5794
5795 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5796 Remove "-face" suffix from face names.
5797 (eshell-test-ok-face, eshell-test-failed-face):
5798 New backward-compatibility aliases for renamed faces.
5799 (eshell-run-test): Use renamed eshell-test faces.
5800
5801 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5802 face name.
5803 (eshell-prompt-face): New backward-compatibility alias for renamed
5804 face.
5805 (eshell-emit-prompt): Use renamed eshell-prompt face.
5806
5807 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5808 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5809 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5810 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5811 Remove "-face" suffix from face names.
5812 (eshell-ls-directory-face, eshell-ls-symlink-face)
5813 (eshell-ls-executable-face, eshell-ls-readonly-face)
5814 (eshell-ls-unreadable-face, eshell-ls-special-face)
5815 (eshell-ls-missing-face, eshell-ls-archive-face)
5816 (eshell-ls-backup-face, eshell-ls-product-face)
5817 (eshell-ls-clutter-face):
5818 New backward-compatibility aliases for renamed faces.
5819 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5820
5821 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5822 Remove "-face" suffix from face name.
5823 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5824 instead of literal face.
5825
5826 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5827
5828 * emacs-lisp/warnings.el (display-warning, lwarn)
5829 (warning-minimum-log-level): Doc fixes.
5830 (warning-minimum-level, warning-minimum-log-level):
5831 Add :debug to :type choices.
5832
5833 * progmodes/ada-mode.el (ada-format-paramlist)
5834 (ada-get-indent-case, ada-check-matching-start)
5835 (ada-check-defun-name, ada-goto-matching-decl-start)
5836 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5837 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5838 (ada-make-subprogram-body): Follow error conventions.
5839 (ada-case-exception-file, ada-indent-comment-as-code)
5840 (ada-indent-handle-comment-special, ada-indent-renames)
5841 (ada-indent-return, ada-search-directories-internal)
5842 (ada-tab-policy, ada-case-exception-substring)
5843 (ada-other-file-alist, ada-matching-start-re)
5844 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5845 (ada-imenu-generic-expression, ada-compile-goto-error)
5846 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5847 (ada-popup-menu, ada-add-extensions, ada-mode)
5848 (ada-region-selected, ada-create-case-exception)
5849 (ada-create-case-exception-substring, ada-after-keyword-p)
5850 (ada-activate-keys-for-case, ada-adjust-case-region)
5851 (ada-adjust-case-buffer, ada-format-paramlist)
5852 (ada-scan-paramlist, ada-insert-paramlist)
5853 (ada-indent-newline-indent)
5854 (ada-indent-newline-indent-conditional)
5855 (ada-justified-indent-current, ada-goto-previous-word)
5856 (ada-indent-current, ada-get-indent-open-paren)
5857 (ada-get-indent-paramlist, ada-get-indent-end)
5858 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5859 (ada-get-indent-block-start, ada-get-indent-subprog)
5860 (ada-get-indent-noindent, ada-get-indent-label)
5861 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5862 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5863 (ada-goto-stmt-end, ada-goto-next-word)
5864 (ada-check-matching-start, ada-check-defun-name)
5865 (ada-goto-matching-decl-start, ada-goto-matching-start)
5866 (ada-goto-matching-end, ada-search-ignore-string-comment)
5867 (ada-in-decl-p, ada-looking-at-semi-or)
5868 (ada-looking-at-semi-private, ada-in-paramlist-p)
5869 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5870 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5871 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5872 (ada-previous-package, ada-create-menu)
5873 (ada-fill-comment-paragraph-justify)
5874 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5875 (ada-other-file-name, ada-last-which-function-line)
5876 (ada-last-which-function-subprog, ada-which-function)
5877 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5878 (ada-gen-treat-proc, ada-check-emacs-version)
5879 (ada-continuation-indent, ada-align-region-separate):
5880 Fix typos in docstrings.
5881 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5882
5883 2005-06-16 Lute Kamstra <lute@gnu.org>
5884
5885 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5886 conditionally.
5887
5888 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5889
5890 * comint.el (comint-replace-by-expanded-filename)
5891 (comint-prompt-regexp, comint-delimiter-argument-list)
5892 (comint-preinput-scroll-to-bottom):
5893 * info.el (Info-hide-cookies-node):
5894 * ls-lisp.el (ls-lisp-classify):
5895 * find-file.el (ff-search-directories, ff-special-constructs)
5896 (ff-find-other-file):
5897 * font-lock.el (font-lock-keywords):
5898 * shell.el (shell-prompt-pattern)
5899 (shell-dynamic-complete-functions, shell-mode)
5900 (shell-delimiter-argument-list):
5901 * term.el (term-replace-by-expanded-filename)
5902 (term-prompt-regexp, term-delimiter-argument-list):
5903 * woman.el (woman-ignore, woman0-if):
5904 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5905 * emacs-lisp/elint.el (elint-init-env):
5906 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5907 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5908 * language/ethio-util.el (ethio-tilde-escape)
5909 (ethio-use-three-dot-question):
5910 * net/zone-mode.el (zone-mode-load-time-setup):
5911 * progmodes/cc-align.el (c-lineup-argcont):
5912 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5913 * progmodes/cperl-mode.el (cperl-set-style-back):
5914 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5915 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5916 Fix spellings in docstrings.
5917
5918 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5919 * progmodes/modula2.el (m2-for): Fix spellings.
5920
5921 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5922
5923 * simple.el (undo-more): Don't use `format' on `error' arguments.
5924 Improve argument/docstring consistency.
5925 (pending-undo-list): Doc fix.
5926
5927 * smerge-mode.el (smerge-ensure-match):
5928 * emulation/vip.el (vip-ex):
5929 * net/zone-mode.el (zone-mode-update-serial):
5930 * progmodes/idlwave.el (idlwave-complete):
5931 * progmodes/vhdl-mode.el (vhdl-visit-file)
5932 (vhdl-compose-wire-components):
5933 Don't use `format' on `error' arguments.
5934
5935 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5936 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5937 (tooltip-help-tips): Fix typos in docstrings.
5938
5939 2005-06-16 David Ponce <david@dponce.com>
5940
5941 * tree-widget.el (tree-widget-value-create): Simplify last change.
5942
5943 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5944
5945 * ido.el (ido-incomplete-regexp): New variable.
5946 (ido-set-matches-1): Handle invalid-regexp error and set
5947 ido-incomplete-regexp.
5948 (ido-incomplete-regexp): New face.
5949 (ido-completions): Use it.
5950 (ido-complete, ido-exit-minibuffer, ido-completions):
5951 Handle incomplete regexps.
5952 (ido-completions): Add check for complete match when entering a regexp.
5953
5954 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5955
5956 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5957
5958 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5959
5960 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5961 by field delimiters.
5962
5963 2005-06-15 David Ponce <david@dponce.com>
5964
5965 * tree-widget.el: eval-and-compile inlined functions so they will
5966 be available at run-time too.
5967 (tree-widget-super-format-handler)
5968 (tree-widget-format-handler): Remove.
5969 (tree-widget-value-create): Handle the :indent property.
5970
5971 2005-06-15 Miles Bader <miles@gnu.org>
5972
5973 * progmodes/which-func.el (which-func): Only inherit
5974 `font-lock-function-name-face' when that makes sense against the
5975 default mode-line face, otherwise set the face color explicitly.
5976
5977 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5978 faces instead of (non-existent) variables.
5979
5980 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5981
5982 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5983 (iswitchb-get-matched-buffers): Likewise. Simplify.
5984
5985 2005-06-14 Miles Bader <miles@gnu.org>
5986
5987 * progmodes/ld-script.el (ld-script-location-counter):
5988 Remove "-face" suffix from face name.
5989 (ld-script-location-counter-face):
5990 New backward-compatibility alias for renamed face.
5991 (ld-script-location-counter-face): Use renamed face.
5992
5993 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5994 (cperl-hash): Remove "-face" suffix from face names.
5995 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5996 New backward-compatibility aliases for renamed faces.
5997 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5998 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5999
6000 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
6001 name.
6002 (which-func-face): New backward-compatibility alias for renamed face.
6003 (which-func-format): Use renamed which-func face.
6004
6005 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
6006 (vhdl-function, vhdl-directive, vhdl-reserved-word)
6007 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
6008 names.
6009 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
6010 (vhdl-speedbar-configuration, vhdl-speedbar-package)
6011 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
6012 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
6013 (vhdl-speedbar-architecture-selected)
6014 (vhdl-speedbar-configuration-selected)
6015 (vhdl-speedbar-package-selected)
6016 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
6017 names.
6018 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
6019 Use renamed faces.
6020 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
6021 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
6022 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
6023 Use renamed faces.
6024 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
6025 names.
6026 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
6027 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
6028 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
6029 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
6030 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
6031 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
6032
6033 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
6034 face name.
6035 (sh-heredoc-face): New backward-compatibility alias for renamed face.
6036 (sh-heredoc-face): Use renamed sh-heredoc face.
6037
6038 * progmodes/idlw-help.el (idlwave-help-link):
6039 Remove "-face" suffix from face name.
6040 (idlwave-help-link-face):
6041 New backward-compatibility alias for renamed face.
6042 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
6043
6044 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
6045 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
6046 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
6047 New backward-compatibility aliases for renamed faces.
6048 (idlwave-shell-disabled-breakpoint-face)
6049 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
6050
6051 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6052 Remove "-face" suffix from face names.
6053 (flymake-errline-face, flymake-warnline-face):
6054 New backward-compatibility aliases for renamed faces.
6055 (flymake-highlight-line): Use renamed flymake faces.
6056
6057 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6058 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
6059 (ebrowse-member-class, ebrowse-progress):
6060 Remove "-face" suffix from face names.
6061 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6062 (ebrowse-file-name-face, ebrowse-default-face)
6063 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6064 (ebrowse-progress-face):
6065 New backward-compatibility aliases for renamed faces.
6066 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
6067 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
6068 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
6069 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
6070
6071 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
6072 antlr-syntax)
6073 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
6074 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
6075 names.
6076 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
6077 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
6078 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
6079 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
6080 backward-compatibility aliases for renamed faces.
6081 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
6082 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
6083 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
6084 remove "font-lock-". Use renamed antlr-mode faces.
6085 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
6086 literal face-names with face variable references.
6087
6088 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
6089 face name.
6090 (Buffer-menu-buffer-face): New backward-compatibility alias for
6091 renamed face.
6092 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
6093
6094 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
6095
6096 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
6097 Eliminate "-face" suffix.
6098 (makefile-targets): Inherit from font-lock-function-name-face and
6099 eliminate "-face" suffix.
6100 (makefile-shell): Remove attributes and eliminate "-face" suffix.
6101 (makefile-*-font-lock-keywords): Append makefile-targets in rule
6102 actions, instead of prepending, to make it less visible.
6103 (makefile-previous-dependency, makefile-match-dependency):
6104 Don't match a target on a continuation line.
6105
6106 * files.el (auto-mode-alist): Put Makefile in gmake mode.
6107
6108 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
6109
6110 * progmodes/gdb-ui.el (menu): Re-order menu items.
6111 (gdb-tooltip-print): Respect tooltip-use-echo-area.
6112
6113 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
6114 Define in tooltip.el.
6115 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
6116 (gud-tooltip-tips): Respect tooltip-use-echo-area and
6117 gud-tooltip-echo-area.
6118
6119 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
6120 backward compatibility and make obsolete.
6121 (tooltip-help-tips): Use tooltip-use-echo-area.
6122 (tooltip-show-help-function): Rename to...
6123 (tooltip-show-help): ...this, because it is a function.
6124 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
6125
6126 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6127
6128 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
6129 (edebug-print-length, edebug-print-level, edebug-print-circle)
6130 (edebug-modify-breakpoint, edebug-eval-last-sexp)
6131 (edebug-eval-print-last-sexp): Doc fixes.
6132
6133 2005-06-14 Kim F. Storm <storm@cua.dk>
6134
6135 * ido.el (ido-mode): Make a new keymap every time we enable ido,
6136 as the coverage buffer/file/both may change.
6137
6138 2005-06-14 Lute Kamstra <lute@gnu.org>
6139
6140 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
6141 and run-mode-hooks. Simplify.
6142
6143 * mail/rmailedit.el (rmail-edit-mode):
6144 * progmodes/octave-inf.el (inferior-octave-mode):
6145 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
6146
6147 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
6148 and run-mode-hooks.
6149 (recentf-edit-list, recentf-open-files): Don't call
6150 kill-all-local-variables directly.
6151
6152 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
6153
6154 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
6155
6156 * emacs-lisp/byte-run.el (make-obsolete)
6157 (define-obsolete-function-alias): Rename arguments FUNCTION and
6158 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
6159 (make-obsolete-variable, define-obsolete-variable-alias):
6160 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
6161 respectively.
6162
6163 * isearchb.el (isearchb-activate):
6164 * pcvs.el (cvs-mode):
6165 * ses.el (ses-load):
6166 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
6167 * net/tramp.el (tramp-find-file-exists-command)
6168 (tramp-find-shell):
6169 * progmodes/ada-mode.el (ada-create-case-exception)
6170 (ada-create-case-exception-substring, ada-make-subprogram-body):
6171 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6172 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
6173 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
6174 * textmodes/org.el (org-promote, org-evaluate-time-range)
6175 (org-agenda-next-date-line, org-agenda-previous-date-line)
6176 (org-agenda-error, org-open-at-point, org-table-move-row)
6177 (org-format-table-table-html-using-table-generate-source)
6178 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
6179 * textmodes/reftex.el (reftex-access-scan-info):
6180 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
6181 (reftex-toc-promote-prepare): Follow error conventions.
6182
6183 * diff-mode.el (diff-mode): Fix typo in docstring.
6184
6185 * forms.el (forms--intuit-from-file): Fix reference to
6186 `forms-number-of-fields' in error message.
6187 (forms-print): Fix quoting in error message.
6188
6189 * forms.el (forms-mode):
6190 * emulation/vi.el (vi-goto-insert-state):
6191 * progmodes/flymake.el (flymake-new-err-info)
6192 (flymake-start-syntax-check-for-current-buffer)
6193 (flymake-simple-cleanup):
6194 * eshell/esh-var.el (eshell/export):
6195 * progmodes/gud.el (xdb):
6196 * textmodes/flyspell.el (flyspell-incorrect-hook)
6197 (flyspell-maybe-correct-transposition)
6198 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
6199
6200 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
6201
6202 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
6203 minibuffer prompt.
6204
6205 2005-06-13 Kim F. Storm <storm@cua.dk>
6206
6207 * subr.el (add-to-ordered-list): New defun.
6208
6209 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
6210 add cua--keymap-alist to emulation-mode-map-alists.
6211
6212 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6213
6214 * subr.el (complete-in-turn): New macro.
6215 (dynamic-completion-table, lazy-completion-table): Add debug info.
6216
6217 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
6218 in preference to face aliases.
6219
6220 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
6221 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
6222 Remove unused vars `start' and `firstline'.
6223 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
6224 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
6225
6226 2005-06-13 Eli Zaretskii <eliz@gnu.org>
6227
6228 * cus-start.el (all): Don't complain about missing GTK-related
6229 variables, unless either `gtk' is boundp or this isn't a
6230 `windows-nt' build.
6231
6232 2005-06-13 Lute Kamstra <lute@gnu.org>
6233
6234 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
6235 run-mode-hooks.
6236
6237 * ediff-mult.el (ediff-meta-mode):
6238 * ediff-util.el (ediff-mode): Use run-mode-hooks.
6239
6240 * ledit.el (ledit-mode): Use delay-mode-hooks.
6241
6242 * woman.el (woman-mode-line-format): Delete constant.
6243 (woman-mode-map): Initialize it properly.
6244 (woman-mode): Set mode-class property to special.
6245 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
6246 Set major-mode and mode-name. Don't set mode-line-format directly.
6247 (Man-getpage-in-background): Don't reference woman-mode-line-format.
6248
6249 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
6250 string argument obsolete.
6251
6252 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
6253
6254 * textmodes/org.el (org-CUA-compatible): New option.
6255 (org-disputed-keys): New variable.
6256 (org-key): New function.
6257 (orgtbl-make-binding): Add docstring to the created function.
6258 (org-mode): Set paragraph start/separate regexps.
6259 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
6260 (org-archive-location, org-archive-mark-done)
6261 (org-archive-stamp-time): New options.
6262 (org-archive-subtree): New command.
6263 (org-fill-paragraph): New function.
6264 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
6265 (org-fake-empty-table-line): Function removed.
6266 (org-format-org-table-html): Do not create empty table lines at
6267 separator lines. Improved table header treatment.
6268 (org-link-format): New option.
6269 (org-make-link): New function.
6270 (org-insert-link, org-store-link): Use org-make-link.
6271 (org-open-file): Quote file name for shell command, to allow
6272 spaces in file names.
6273 (org-link-regexp): Fix bug with mailto link.
6274 (org-link-maybe-angles-regexp, org-protected-link-regexp):
6275 New constants.
6276 (org-export-as-html): Deal with the optional angles around a link.
6277 Better treatment of file: links.
6278 (org-open-at-point): Replace @{ and @} with < and >.
6279 (org-run-mode-hooks): Function removed.
6280 (org-agenda-mode): No longer use `org-run-mode-hooks'.
6281
6282 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
6283
6284 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
6285 MI command -data-list-register-values.
6286 (gdb-post-prompt): Indent properly.
6287
6288 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
6289
6290 * hilit-chg.el (highlight-changes-colors): Rename from
6291 `highlight-changes-colours'.
6292 (highlight-changes-colours): Keep as obsolete alias.
6293 (highlight-changes-face-list): Doc fix.
6294 (hilit-chg-make-list): Use `highlight-changes-colors'.
6295
6296 2005-06-12 Mark A. Hershberger <mah@everybody.org>
6297
6298 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
6299 defun-prompt-regexp.
6300
6301 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6302
6303 * loadup.el: Don't say we are dumping under 2 names on windows-nt
6304 and cygwin.
6305
6306 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6307 Don't use an old loaddefs.el, as in Makefile.in.
6308
6309 2005-06-12 Lute Kamstra <lute@gnu.org>
6310
6311 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6312
6313 * man.el (Man-mode-map): Initialize it properly.
6314 (Man-mode): Set mode-class property to special.
6315
6316 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6317
6318 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6319
6320 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6321 A newline is needed in the docstring there.
6322
6323 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6324 Doc fixes.
6325
6326 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6327
6328 * printing.el: Doc fix. The menubar is no more changed when printing
6329 is loaded, it only changes when pr-menu-bind or pr-update-menus is
6330 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
6331 (pr-version): New version number (6.8.4).
6332 (pr-menu-bind): New command.
6333 (pr-update-menus): Docstring and code fix.
6334 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6335 Docstring fix.
6336 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6337 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6338
6339 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
6340
6341 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6342 "Returns" to "return", document useful return values, etc.
6343
6344 2005-06-11 Alan Mackenzie <acm@muc.de>
6345
6346 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6347 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6348 (adaptive-file-function): Minor amendment to doc-string.
6349
6350 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6351
6352 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
6353 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6354 Fix :type--it is `integer', not `string'.
6355
6356 * faces.el (modeline-highlight): Rename from (the erroneous)
6357 `modeline-higilight'.
6358
6359 2005-06-11 Lute Kamstra <lute@gnu.org>
6360
6361 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6362 lisp-interaction-mode-map but make it the parent.
6363 (edebug-eval-mode): Use define-derived-mode.
6364
6365 2005-06-11 Andreas Schwab <schwab@suse.de>
6366
6367 * bindings.el: Add binding of `ESC functionkey' for every
6368 `M-functionkey'.
6369 * hexl.el (hexl-mode-map): Likewise.
6370
6371 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
6372
6373 * progmodes/compile.el (compilation-error-regexp-alist-alist)
6374 [msft]: update regexp for newer msft compilers.
6375
6376 2005-06-10 Mark A. Hershberger <mah@everybody.org>
6377
6378 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6379 ATTLIST portions of included DTDs.
6380 (xml-parse-dtd): Eliminate use of inefficient match-data.
6381
6382 2005-06-10 Miles Bader <miles@gnu.org>
6383
6384 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6385 (mpuz-text): Remove "-face" suffix from face names.
6386 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6387 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6388 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6389
6390 * play/gomoku.el (gomoku-O, gomoku-X):
6391 Remove "-face" suffix from face names.
6392 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6393 New backward-compatibility aliases for renamed faces.
6394 (gomoku-font-lock-keywords): Use renamed gomoku faces.
6395
6396 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6397
6398 * thumbs.el: Fixes for changes of 2005-06-09.
6399 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6400 as a directory.
6401 (thumbs-thumbname): Remove directory separator from format string;
6402 `thumbs-thumbsdir' now returns a valid directory name.
6403 (thumbs-temp-dir): New defsubst.
6404 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6405 Use it.
6406
6407 * cus-edit.el (minibuffer):
6408 * files.el (make-backup-file-name-function):
6409 * filesets.el (filesets-external-viewers):
6410 * hilit-chg.el (highlight-changes-colours)
6411 (highlight-changes-face-list, highlight-changes-rotate-faces):
6412 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6413 * kmacro.el (kmacro-call-macro):
6414 * log-edit.el (log-edit-changelog-full-paragraphs):
6415 * mouse.el (mouse-1-click-follows-link):
6416 * skeleton.el (skeleton-autowrap):
6417 * subr.el (insert-for-yank-1):
6418 * tempo.el (tempo-insert-region):
6419 * terminal.el (terminal-emulator):
6420 * time.el (display-time-mail-face):
6421 * vc.el (vc-annotate):
6422 * vcursor.el (vcursor-copy-line):
6423 * woman.el (woman-bold-headings, woman-ignore)
6424 (woman-default-faces, woman-monochrome-faces):
6425 * calendar/todo-mode.el (todo-insert-threshold):
6426 * emulation/pc-select.el (pc-select-selection-keys-only)
6427 (pc-selection-mode):
6428 * emulation/vip.el (vip-find-char-forward):
6429 * emulation/viper-cmd.el (viper-find-char-forward):
6430 * international/mule-cmds.el
6431 (select-safe-coding-system-accept-default-p)
6432 (input-method-exit-on-invalid-key):
6433 * international/mule-diag.el (describe-coding-system):
6434 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6435 * net/browse-url.el (browse-url-xterm-program):
6436 * obsolete/lazy-lock.el (lazy-lock-mode):
6437 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6438 (cperl-mode):
6439 * progmodes/cpp.el (cpp-face-light-name-list)
6440 (cpp-face-dark-name-list):
6441 * progmodes/delphi.el (delphi-newline-always-indents):
6442 Fix spellings in docstrings.
6443
6444 * ido.el (ido-mode, ido-file-extensions-order)
6445 (ido-default-file-method, ido-default-buffer-method)
6446 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6447 (ido-decorations, ido-read-file-name-as-directory-commands)
6448 (ido-read-file-name-non-ido, ido-work-directory-list)
6449 (ido-ignore-item-temp-list, ido-current-directory)
6450 (ido-magic-forward-char, ido-enter-find-file)
6451 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6452 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6453
6454 2005-06-10 Lute Kamstra <lute@gnu.org>
6455
6456 * play/dunnet.el (dun-mode): Use define-derived-mode.
6457 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6458 obsolete alias.
6459
6460 * play/doctor.el (doctor-mode-map): Remove defvar.
6461 (doctor-mode): Use define-derived-mode.
6462
6463 * mail/mspools.el (mspools-mode):
6464 * net/eudc-hotlist.el (eudc-hotlist-mode):
6465 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6466
6467 2005-06-10 Miles Bader <miles@gnu.org>
6468
6469 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6470 Remove "-face" suffix from face names.
6471 (flyspell-incorrect-face, flyspell-duplicate-face):
6472 New backward-compatibility aliases for renamed faces.
6473 (flyspell-mode-on, make-flyspell-overlay)
6474 (flyspell-highlight-incorrect-region)
6475 (flyspell-highlight-duplicate-region)
6476 (flyspell-display-next-corrections)
6477 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6478
6479 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6480 from face name.
6481 (texinfo-heading-face): New backward-compatibility alias for
6482 renamed face.
6483 (texinfo-heading-face): Use renamed texinfo-heading face.
6484
6485 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6486 suffix from face names.
6487 (tex-math-face, tex-verbatim-face):
6488 New backward-compatibility aliases for renamed faces.
6489 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6490 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6491 literal face name.
6492
6493 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6494 name.
6495 (table-cell-face): New backward-compatibility alias for renamed face.
6496 (table--put-cell-face-property, table--update-cell-face):
6497 Use renamed table-cell face.
6498
6499 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6500 from face name.
6501 (sgml-namespace-face): New backward-compatibility alias for
6502 renamed face.
6503 (sgml-namespace-face): Use renamed sgml-namespace face.
6504
6505 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6506 (org-level-4, org-level-5, org-level-6, org-level-7)
6507 (org-level-8, org-warning, org-headline-done)
6508 (org-deadline-announce, org-scheduled-today)
6509 (org-scheduled-previously, org-link, org-done, org-table)
6510 (org-time-grid): Remove "-face" suffix from face names.
6511 (org-level-1-face, org-level-2-face, org-level-3-face)
6512 (org-level-4-face, org-level-5-face, org-level-6-face)
6513 (org-level-7-face, org-level-8-face, org-warning-face)
6514 (org-headline-done-face, org-deadline-announce-face)
6515 (org-scheduled-today-face, org-scheduled-previously-face)
6516 (org-link-face, org-done-face, org-table-face)
6517 (org-time-grid-face):
6518 New backward-compatibility aliases for renamed faces.
6519 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6520 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6521 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6522 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6523
6524 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6525 (viper-minibuffer-emacs, viper-minibuffer-insert)
6526 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6527 (viper-search-face, viper-replace-overlay-face)
6528 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6529 (viper-minibuffer-vi-face):
6530 New backward-compatibility aliases for renamed faces.
6531 (viper-search-face, viper-replace-overlay-face)
6532 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6533 (viper-minibuffer-vi-face): Use renamed viper faces.
6534
6535 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6536 Remove "-face" suffix from face names.
6537 (testcover-nohits-face, testcover-1value-face):
6538 New backward-compatibility aliases for renamed faces.
6539 (testcover-mark): Use renamed testcover faces.
6540
6541 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6542 face name.
6543 (diary-button-face): New backward-compatibility alias for renamed face.
6544 (diary-entry): Use renamed diary-button face.
6545
6546 * calendar/calendar.el (diary, calendar-today, holiday)
6547 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6548 (diary-face, calendar-today-face, holiday-face):
6549 New backward-compatibility aliases for renamed faces.
6550 (eval-after-load "facemenu", diary-entry-marker)
6551 (calendar-today-marker, calendar-holiday-marker, diary-face):
6552 Use renamed calendar faces.
6553
6554 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6555 (compare-windows-face): New backward-compatibility alias for
6556 renamed face.
6557 (compare-windows-highlight): Use renamed compare-windows face.
6558
6559 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6560 (strokes-char-face): New backward-compatibility alias for renamed face.
6561 (strokes-encode-buffer): Use renamed strokes-char face.
6562
6563 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6564 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6565 Remove "-face" suffix from face names.
6566 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6567 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6568 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6569 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6570 Use renamed pcvs faces.
6571 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6572 * pcvs-defs.el (cvs-mode-map): Likewise.
6573 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6574
6575 * info.el (info-title-1, info-title-2, info-title-3)
6576 (info-title-4): Remove "-face" suffix from and downcase face names.
6577 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6578 (Info-title-4-face):
6579 New backward-compatibility aliases for renamed faces.
6580 (Info-fontify-node): Use renamed info faces.
6581
6582 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6583 Remove "-face" suffix from face names.
6584 (highlight-changes-face, highlight-changes-delete-face):
6585 New backward-compatibility aliases for renamed faces.
6586 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6587 (hilit-chg-make-list): Use renamed highlight-changes faces.
6588
6589 * generic-x.el (show-tabs-tab, show-tabs-space):
6590 Remove "-face" suffix from face names.
6591 (show-tabs-tab-face, show-tabs-space-face):
6592 New backward-compatibility aliases for renamed faces.
6593 (show-tabs-generic-mode-font-lock-defaults-1)
6594 (show-tabs-generic-mode-font-lock-defaults-2):
6595 Use renamed show-tabs faces.
6596
6597 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6598 (smerge-markers): Remove "-face" suffix from face names.
6599 (smerge-mine-face, smerge-other-face, smerge-base-face)
6600 (smerge-markers-face):
6601 New backward-compatibility aliases for renamed faces.
6602 (smerge-mine-face, smerge-other-face, smerge-base-face)
6603 (smerge-markers-face): Use renamed smerge faces.
6604
6605 * log-view.el (log-view-file, log-view-message): Remove "-face"
6606 suffix from face names.
6607 (log-view-file-face, log-view-message-face):
6608 New backward-compatibility aliases for renamed faces.
6609 (log-view-file-face, log-view-message-face): Use renamed log-view
6610 faces.
6611
6612 * paren.el (show-paren-match, show-paren-mismatch):
6613 Remove "-face" suffix from face names.
6614 (show-paren-match-face, show-paren-mismatch-face):
6615 New backward-compatibility aliases for renamed faces.
6616 (show-paren-function): Use renamed show-paren faces.
6617
6618 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6619 (ruler-mode-margins, ruler-mode-fringes)
6620 (ruler-mode-column-number, ruler-mode-fill-column)
6621 (ruler-mode-comment-column, ruler-mode-goal-column)
6622 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6623 suffix from face names.
6624 (ruler-mode-default-face, ruler-mode-pad-face)
6625 (ruler-mode-margins-face, ruler-mode-fringes-face)
6626 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6627 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6628 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6629 New backward-compatibility aliases for renamed faces.
6630 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6631 (ruler-mode-column-number, ruler-mode-fill-column)
6632 (ruler-mode-comment-column, ruler-mode-goal-column)
6633 (ruler-mode-tab-stop, ruler-mode-current-column)
6634 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6635 faces.
6636
6637 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6638 face name.
6639 (whitespace-highlight-the-space): Use renamed face.
6640 (whitespace-highlight-face): New backward-compatibility alias for
6641 renamed face.
6642
6643 * woman.el (woman-italic, woman-bold, woman-unknown)
6644 (woman-addition, woman-symbol-face):
6645 Remove "-face" suffix from face names.
6646 (woman-italic-face, woman-bold-face, woman-unknown-face)
6647 (woman-addition-face):
6648 New backward-compatibility aliases for renamed faces.
6649 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6650 (woman-decode-region, woman-replace-match)
6651 (woman-display-extended-fonts, woman-special-characters)
6652 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6653 Use renamed woman faces.
6654
6655 * longlines.el (longlines-visible-face): Face removed.
6656
6657 * diff-mode.el (diff-header, diff-file-header, diff-index)
6658 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6659 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6660 suffix from face names.
6661 (diff-header-face, diff-file-header-face, diff-index-face)
6662 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6663 (diff-changed-face, diff-function-face, diff-context-face)
6664 (diff-nonexistent-face): New backward-compatibility aliases for
6665 renamed faces.
6666 (diff-header-face, diff-file-header-face)
6667 (diff-index, diff-index-face, diff-hunk-header)
6668 (diff-hunk-header-face, diff-removed, diff-removed-face)
6669 (diff-added, diff-added-face, diff-changed-face, diff-function)
6670 (diff-function-face, diff-context-face, diff-nonexistent)
6671 (diff-nonexistent-face): Use renamed diff-mode faces.
6672
6673 * progmodes/compile.el (compilation-warning-face)
6674 (compilation-info-face): Remove "-face" suffix from face names.
6675 (compilation-warning-face, compilation-info-face):
6676 New backward-compatibility aliases for renamed faces.
6677 (compilation-warning-face, compilation-info-face):
6678 Use renamed compilation faces.
6679
6680 * add-log.el (change-log-date, change-log-name)
6681 (change-log-email, change-log-file, change-log-list)
6682 (change-log-conditionals, change-log-function)
6683 (change-log-acknowledgement): Remove "-face" suffix from face names.
6684 (change-log-date-face, change-log-name-face)
6685 (change-log-email-face, change-log-file-face)
6686 (change-log-list-face, change-log-conditionals-face)
6687 (change-log-function-face, change-log-acknowledgement-face):
6688 New backward-compatibility aliases for renamed faces.
6689 (change-log-font-lock-keywords): Use renamed change-log faces.
6690
6691 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6692 (custom-set, custom-changed, custom-saved, custom-button)
6693 (custom-button-pressed, custom-documentation, custom-state)
6694 (custom-comment, custom-comment-tag, custom-variable-tag)
6695 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6696 (custom-group-tag): Remove "-face" suffix from face names.
6697 (custom-magic-alist, custom-magic-value-create)
6698 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6699 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6700 (custom-set-face, custom-changed-face, custom-saved-face)
6701 (custom-button-face, custom-button-pressed-face)
6702 (custom-documentation-face, custom-state-face)
6703 (custom-comment-face, custom-comment-tag-face)
6704 (custom-variable-tag-face, custom-variable-button-face)
6705 (custom-face-tag-face, custom-group-tag-face-1)
6706 (custom-group-tag-face):
6707 New backward-compatibility aliases for renamed faces.
6708
6709 * wid-edit.el (widget-documentation, widget-button)
6710 (widget-field, widget-single-line-field, widget-inactive)
6711 (widget-button-pressed): "-face" suffix removed from face names.
6712 (widget-documentation-face, widget-button-face)
6713 (widget-field-face, widget-single-line-field-face)
6714 (widget-inactive-face, widget-button-pressed-face):
6715 New backward-compatibility aliases for renamed faces.
6716 (widget-documentation-face, widget-button-face)
6717 (widget-button-pressed-face, widget-specify-field)
6718 (widget-specify-inactive): Use renamed widget faces.
6719
6720 2005-06-10 Kenichi Handa <handa@m17n.org>
6721
6722 * term/x-win.el (x-clipboard-yank): Remove condition-case
6723 wrapping.
6724
6725 2005-06-11 Kenichi Handa <handa@m17n.org>
6726
6727 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6728 date lines stricter.
6729
6730 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6731
6732 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6733 of x-get-selection.
6734
6735 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6736
6737 * comint.el (comint-mode, comint-snapshot-last-prompt):
6738 * frame.el (frame-current-scroll-bars):
6739 * term.el (term-mode, term-check-proc, term-input-sender)
6740 (term-simple-send, term-extract-string, term-word)
6741 (term-match-partial-filename):
6742 * window.el (window-current-scroll-bars):
6743 * emulation/cua-base.el (cua-normal-cursor-color)
6744 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6745 (cua-global-mark-cursor-color):
6746 * mail/undigest.el (rmail-forward-separator-regex):
6747 Fix typos in docstrings.
6748
6749 * comint.el (comint-check-proc, make-comint-in-buffer)
6750 (comint-source-default): Doc fixes.
6751
6752 * term.el (term-send-string): Improve argument/docstring consistency.
6753
6754 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6755
6756 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6757 call to `delete-region'.
6758 (comint-mode-hook): Do not enable Font Lock by default.
6759
6760 2005-06-09 Lute Kamstra <lute@gnu.org>
6761
6762 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6763 could be void.
6764
6765 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6766
6767 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6768 (debug): Use it.
6769 (debugger-step-through, debugger-continue, debugger-jump)
6770 (debugger-return-value): Set it when needed.
6771 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6772 Use inhibit-read-only.
6773
6774 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6775
6776 * window.el (shrink-window-if-larger-than-buffer)
6777 (window-size-fixed): Fix typo in docstring.
6778
6779 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6780 thumbnails directory on loading.
6781 (thumbs-conversion-program): Use `eq' to check the system type,
6782 not `equal'.
6783 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6784 not "/tmp". Fix docstring.
6785 (thumbs-thumbsdir): New function to return the thumbnails
6786 directory, creating it if needed.
6787 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6788 (thumbs-temp-file): Delete variable and make it into a function.
6789 (thumbs-resize-image, thumbs-modify-image): Use it.
6790 (thumbs-kill-buffer): Simplify.
6791 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6792 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6793 docstrings.
6794
6795 2005-06-09 Kim F. Storm <storm@cua.dk>
6796
6797 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6798 set-match-data to free markers in match-data.
6799
6800 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6801 match-data to unchain markers in match-data.
6802
6803 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6804
6805 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6806 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6807 unnecessary now.
6808
6809 2005-06-08 Richard M. Stallman <rms@gnu.org>
6810
6811 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6812 give the variable a doc string that doesn't say don't set it directly.
6813
6814 * textmodes/ispell.el (ispell-check-version):
6815 Use match-string-no-properties.
6816 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6817 (ispell-buffer-local-words): Likewise.
6818
6819 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6820 except on terminals with enough colors to really display it.
6821 (makefile-dependency-regex): Delete spurious `bb'.
6822
6823 * faces.el (escape-glyph): Use blue once again in last case.
6824 (no-break-space): Redefine so that it isn't invisible on a tty.
6825
6826 2005-06-08 Kim F. Storm <storm@cua.dk>
6827
6828 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6829 also when reading directory name.
6830
6831 2005-06-08 Lute Kamstra <lute@gnu.org>
6832
6833 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6834 (flyspell-mode-line-string): Remove autoload cookie.
6835 (flyspell-mode): Remove defvar.
6836
6837 2005-06-07 Lute Kamstra <lute@gnu.org>
6838
6839 * textmodes/org.el (org-run-mode-hooks): New function.
6840 (org-agenda-mode): Use it.
6841
6842 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6843
6844 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6845
6846 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6847
6848 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6849
6850 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6851
6852 * font-lock.el (font-lock-add-keywords): Doc fix.
6853
6854 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6855
6856 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6857 (tex-compile-default): In the absence of any history, use the order in
6858 tex-compile-alist to choose the preferred command.
6859 (tex-compile-commands): Reorder a bit.
6860
6861 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6862 (flyspell-incorrect-face, flyspell-duplicate-face):
6863 Use (X)Emacs-agnostic code.
6864 (flyspell-mode-map): Don't overwrite at each load. Remove code
6865 redundant with the subsequent add-minor-mode. Merge Emacs and
6866 XEmacs code.
6867 (flyspell-word): Minor simplification.
6868 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6869 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6870 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6871 Merge the corresponding Emacs code.
6872 (flyspell-correct-word, flyspell-xemacs-popup):
6873 Use flyspell-do-correct.
6874
6875 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6876 a dedicated window.
6877
6878 * international/latexenc.el (latexenc-find-file-coding-system):
6879 Undo part of last patch, to turn off a compiler warning.
6880
6881 2005-06-06 Juri Linkov <juri@jurta.org>
6882
6883 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6884 Rename `tmm-inactive-face' to `tmm-inactive'.
6885
6886 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6887
6888 * iswitchb.el: Rename faces.
6889
6890 2005-06-06 Kim F. Storm <storm@cua.dk>
6891
6892 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6893 (cua-global-mark): Remove -face suffix from face names.
6894
6895 * emulation/cua-gmrk.el (cua--init-global-mark):
6896 Remove cua-global-mark face setup.
6897
6898 2005-06-06 Richard M. Stallman <rms@gnu.org>
6899
6900 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6901 just like other allowed characters.
6902 (makefile-match-dependency): Exclude leading and training whitespace
6903 from the range of regexp subexp 1.
6904 (makefile-macroassign-regex): Don't try to match the body,
6905 just the name of the macro being defined.
6906
6907 * info.el (Info-read-node-name-2): New function.
6908 (Info-read-node-name-1): Use that.
6909 Add a completion-base-size-function property.
6910
6911 * simple.el (completion-setup-function): Look for
6912 completion-base-size-function property of minibuffer-completion-table.
6913
6914 * files.el (locate-file-completion): Doc fix.
6915
6916 * printing.el: Don't call pr-update-menus; user must do that.
6917
6918 * emacs-lisp/debug.el (debugger-window): New variable.
6919 (debug): Use debugger-window if it is set and still alive.
6920 Record debugger-window for next entry.
6921
6922 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6923
6924 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6925
6926 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6927 (hack-one-local-variable, hack-local-variables)
6928 (hack-local-variables-prop-line): Pass that arg.
6929
6930 2005-06-06 Kim F. Storm <storm@cua.dk>
6931
6932 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6933 (ido-indicator): Remove -face suffix from face names.
6934
6935 2005-06-06 Juri Linkov <juri@jurta.org>
6936
6937 * font-lock.el (font-lock-regexp-backslash)
6938 (font-lock-regexp-backslash-construct): New faces.
6939 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6940 after `('. Add `while-no-input' to control structures.
6941
6942 * faces.el (no-break-space, shadow): New faces.
6943 (escape-glyph): Use less loud colors pink2 and red4.
6944
6945 * diff-mode.el (diff-context-face)
6946 * dired.el (dired-ignored)
6947 * rfn-eshadow.el (file-name-shadow)
6948 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6949
6950 * info.el (Info-title-1-face): Use green instead of yellow because
6951 bold yellow is not readable on light backgrounds.
6952
6953 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6954 before selecting the desired mode to not spend time fontifying
6955 old contents.
6956
6957 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6958
6959 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6960 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6961
6962 * ps-print.el (ps-default-fg, ps-default-bg):
6963 Fix typos in docstrings.
6964
6965 * isearchb.el (isearchb): Don't pass a spurious second argument to
6966 `iswitchb-completions'.
6967
6968 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6969
6970 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6971 to preserve point.
6972 (gdb-find-file-hook): Add doc string.
6973
6974 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6975 C dereferenced pointer expression.
6976 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6977
6978 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6979
6980 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6981 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6982 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6983 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6984 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6985 Make background transparent.
6986
6987 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6988
6989 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6990 (font-lock-remove-keywords): Doc fix.
6991 (font-lock-mode-major-mode): Compiler defvar.
6992 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6993
6994 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6995 (font-lock-mode): Update `font-lock-mode-major-mode'.
6996 (font-lock-set-defaults): Compiler defvar.
6997 (font-lock-default-function): Take `font-lock-mode-major-mode'
6998 into account.
6999
7000 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
7001 keep track of which major mode it enabled the minor mode for.
7002 Use find-file-hook again. Update docstring.
7003
7004 * simple.el (eval-expression-print-level)
7005 (eval-expression-print-length, eval-expression-debug-on-error):
7006 Doc fixes.
7007
7008 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
7009
7010 * iswitchb.el (iswitchb-single-match-face)
7011 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
7012 (iswitchb-invalid-regexp-face): New faces.
7013 (iswitchb-completions): Use them.
7014 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
7015 now marked as an obsolete alias.
7016 (iswitchb-read-buffer): Remove check for bound font variables.
7017 (iswitchb-invalid-regexp): New free variable.
7018 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
7019 set iswitchb-invalid-regexp.
7020 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
7021 invalid regexps.
7022 (iswitchb-completions): Add check for complete match when entering
7023 a regexp.
7024 (iswitchb-completions): Remove require-match argument.
7025 (iswitchb-exhibit): Fix caller.
7026 (iswitchb-common-match-inserted): New variable.
7027 (iswitchb-complete, iswitchb-completion-help): Use it.
7028
7029 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
7030
7031 * url-http.el (url-http-chunked-encoding-after-change-function):
7032 Use `url-http-debug' instead of `message'.
7033
7034 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
7035
7036 * url-http.el (url-http-parse-headers): Pass redirected URL as a
7037 callback argument.
7038
7039 2005-06-04 Kim F. Storm <storm@cua.dk>
7040
7041 * simple.el (line-move): Only call sit-for when moving backwards.
7042
7043 * ido.el (ido-make-merged-file-list-1): New defun split from
7044 ido-make-merged-file-list.
7045 (ido-make-merged-file-list): Bind throw-on-input around call to
7046 ido-make-merged-file-list-1. Return input-pending-p if
7047 interrupted by more input available.
7048 (ido-read-internal): Handle input-pending-p return value from
7049 ido-make-merged-file-list.
7050
7051 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7052
7053 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
7054 compatibility code.
7055
7056 * international/latexenc.el (latexenc-find-file-coding-system):
7057 Don't inherit the EOL part of the coding-system from the
7058 tex-main buffer. Fit within 80 columns.
7059
7060 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
7061
7062 * tmm.el (tmm-inactive-face): New face.
7063 (tmm-remove-inactive-mouse-face): New function.
7064 (tmm-prompt, tmm-add-one-shortcut)
7065 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
7066 but not selectable.
7067
7068 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
7069
7070 * faces.el (face-equal): Improve argument/docstring consistency.
7071
7072 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
7073
7074 * progmodes/make-mode.el (makefile-targets-face)
7075 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
7076 (makefile-bsdmake-dependency-regex)
7077 (makefile-makepp-rule-action-regex)
7078 (makefile-bsdmake-rule-action-regex): New constants.
7079 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
7080
7081 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7082 Allow (...) within `...' for makepp messages.
7083
7084 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
7085
7086 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
7087
7088 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
7089 "." files are deleted from all file lists before comparison.
7090
7091 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
7092 (viper-ESC-key): Made them customizable.
7093
7094 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
7095
7096 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
7097
7098 * autorevert.el (auto-revert-buffers): Use save-match-data.
7099
7100 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7101
7102 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
7103 menu items with a nil command binding.
7104
7105 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
7106
7107 * emacs-lisp/cl-macs.el (defsetf):
7108 Improve argument/docstring consistency.
7109
7110 * faces.el (list-faces-display): Improve the formatting by
7111 computing the maximum length required for any face-name (reworked
7112 patch of 1999-01-11, accidentally deleted on 1999-07-21).
7113 (internal-find-face): Remove redundant info in docstring.
7114
7115 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
7116
7117 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
7118 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
7119 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
7120 (gdb-assembler-custom): Improve regexps.
7121 (def-gdb-auto-update-handler): Use window point to preserve point.
7122
7123 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7124
7125 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
7126
7127 2005-05-31 Jay Belanger <belanger@truman.edu>
7128
7129 * calc/calc-embed.el (calc-embedded-word): Change argument passed
7130 to calc-embedded.
7131 (calc-embedded-make-info): Have plain prefix argument select
7132 entire line.
7133
7134 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
7135
7136 * faces.el (list-faces-display): Signal error if passed a regexp
7137 that matches no face name.
7138
7139 * simple.el (filter-buffer-substring): Fix typo in docstring.
7140
7141 2005-05-31 Richard M. Stallman <rms@gnu.org>
7142
7143 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
7144 (vhdl-emacs-21): Doc fix.
7145 (vhdl-mode): Unconditionally set comment-padding.
7146 (vhdl-fixup-whitespace-region): Insert spaces only where
7147 there are none.
7148 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
7149
7150 2005-05-30 John Wiegley <johnw@newartisans.com>
7151
7152 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
7153 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
7154 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
7155 `directory-sep-char' to ?/, and all uses of `string-to-int' to
7156 `string-to-number'.
7157
7158 2005-05-30 Jay Belanger <belanger@truman.edu>
7159
7160 * calc/calc.el (calc-bug-address): Fix docstring.
7161 (calc-window-hook, calc-trail-window-hook): New variables.
7162 (calc-trail-display): Restore use of calc-trail-window-hook.
7163 (calc): Restore use of calc-window-hook.
7164
7165 2005-05-31 Masatake YAMATO <jet@gyve.org>
7166
7167 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
7168
7169 * help-fns.el (help-C-file-name): Add autoload mark for
7170 `find-function-noselect'.
7171
7172 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7173
7174 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
7175 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
7176
7177 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7178
7179 * calendar/diary-lib.el (mark-included-diary-files): Only kill
7180 included diary buffer if it was not already being visited.
7181 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
7182
7183 * calendar/icalendar.el (top-level): Do not require 'appt.
7184
7185 * mail/supercite.el (sc-select-attribution): Only use a list
7186 element from sc-attrib-selection-list if it returns a string.
7187 Reported by Davide G. M. Salvetti <salve@debian.org>.
7188
7189 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
7190
7191 * thumbs.el (thumbs-thumbname): The resulting thumbname now
7192 includes a hash value to improve its uniqueness, and has a ".jpg"
7193 extension. Also, it is now a valid filename on all systems.
7194 (thumbs-make-thumb): Use `let', not `let*'.
7195 (thumbs-show-thumbs-list): Check for JPEG availability.
7196
7197 2005-05-30 Richard M. Stallman <rms@gnu.org>
7198
7199 * filesets.el (filesets-menu-ensure-use-cached):
7200 Prevent warning when emacs-version>= is undefined.
7201
7202 * printing.el (pr-interactive-n-up): Use string-to-number.
7203
7204 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
7205
7206 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7207 Warn only when name to be defined is quoted.
7208
7209 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
7210
7211 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
7212 Make regexp more robust.
7213 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
7214 Force regeneration of disassembly.
7215
7216 2005-05-29 Jay Belanger <belanger@truman.edu>
7217
7218 * calc/calc.el (calc-user-invocation): Check if
7219 calc-invocation-macro is non-nil.
7220
7221 2005-05-29 Juri Linkov <juri@jurta.org>
7222
7223 * add-log.el (change-log-font-lock-keywords):
7224 Add `+' to e-mail regexp to accept mail address with keywords.
7225
7226 * man.el (Man-name-regexp): Add `:' to accept qualified names.
7227
7228 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7229
7230 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
7231
7232 * ielm.el (inferior-emacs-lisp-mode): Ditto.
7233
7234 2005-05-29 Richard M. Stallman <rms@gnu.org>
7235
7236 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7237 Undo the change that moves to end of the current word.
7238
7239 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7240
7241 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
7242 Throw error when count <= 0 to ensure input is a number.
7243 (gdb-read-memory-custom): Pick up address from buffer.
7244 (gdb-memory-mode): Allow user to increment and decrement
7245 memory address from header line.
7246
7247 2005-05-29 Richard M. Stallman <rms@gnu.org>
7248
7249 * flyspell.el (flyspell-version): Function deleted.
7250 (flyspell-auto-correct-previous-hook): Doc fix.
7251
7252 * jit-lock.el (jit-lock-function, jit-lock-after-change):
7253 Do nothing if memory is full.
7254
7255 * font-lock.el (font-lock-fontify-syntactically-region):
7256 Pass t for GREEDY to looking-back.
7257
7258 * saveplace.el (save-place-alist-to-file): Write the file
7259 using write-region.
7260
7261 * subr.el (looking-back): New argument GREEDY.
7262
7263 * progmodes/compile.el (compilation-start): Set the mode
7264 before inserting the initial text.
7265
7266 * progmodes/which-func.el (which-func-update-1): Turn the mode
7267 off in case of error by setting which-func-mode.
7268
7269 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
7270
7271 * flyspell.el (flyspell-auto-correct-previous-word):
7272 Narrow down to what's on the screen, and recenter overlays
7273 at the end of the next word.
7274
7275 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7276
7277 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
7278 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
7279 (flyspell-abbrev-p): Default to nil.
7280 (flyspell-use-global-abbrev-table-p): Doc fix.
7281 (flyspell-large-region): Allow nil as value.
7282 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
7283
7284 (mail-mode-flyspell-verify): More robust handling
7285 of `mail-header-separator'. More efficient signature detection.
7286 Allow for regexp metacharacters in message-header-separator.
7287 Adding `To' not to be checked in mail-mode-flyspell-verify.
7288
7289 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
7290 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
7291 Bind flyspell-auto-correct-binding.
7292 Bind C-. and C-, .
7293 (flyspell-mode-map): Likewise.
7294 (flyspell-mode): Doc fix.
7295 (flyspell-accept-buffer-local-defs): Preserve current buffer.
7296 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
7297 (flyspell-word-cache-result): New var, always local.
7298 (flyspell-check-pre-word-p): Doc fix.
7299 (flyspell-check-changed-word-p): Handle spc like newline.
7300 (flyspell-post-command-hook): Set flyspell-word-cache-result.
7301 (flyspell-word-search-backward, flyspell-word-search-forward):
7302 New functions.
7303 (flyspell-word): Return t if nothing to check.
7304 When parsing TeX code, check for after } or \.
7305 Use flyspell-word-search-backward to find previous word.
7306 Return nil if duplicated word.
7307 For word already checked, return same value as last time.
7308 Set flyspell-word-cache-result after checking.
7309 Don't clobber the return value.
7310 (flyspell-get-word): Major rewrite.
7311 (flyspell-external-point-words): New locals pword, pcount.
7312 Fix size used in progress message.
7313 Find the proper corresponding word in flyspell-large-region-buffer.
7314 (flyspell-region): Check for flyspell-large-region = nil.
7315 (flyspell-highlight-incorrect-region): Clean up overlays in region.
7316 (flyspell-auto-correct-word): Check that WORD is a cons.
7317 (flyspell-correct-word): Likewise.
7318
7319 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
7320
7321 * progmodes/make-mode.el (makefile-rule-action-regex)
7322 (makefile-macroassign-regex, makefile-makepp-mode)
7323 (makefile-bsdmake-mode): Continuation lines may be empty.
7324 Reported by Joshua Varner.
7325 (makefile-makepp-font-lock-keywords): Add $(stem).
7326
7327 2005-05-28 Karl Berry <karl@gnu.org>
7328
7329 * textmodes/tex-mode.el: Now that tex-send-command calls
7330 shell-quote-argument (2005-03-31 change), remove all calls to
7331 shell-quote-argument; they all end up invoking tex-send-command.
7332 The double quoting loses on filenames with non-safe characters,
7333 such as "@". Reported by Frederik Fouvry.
7334
7335 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7336
7337 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7338 about preserving point.
7339
7340 2005-05-27 Jay Belanger <belanger@truman.edu>
7341
7342 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7343 Info-goto-node.
7344
7345 * calc/calc-embed.el (calc-embed-arg): New variable.
7346 (calc-do-embedded-activate, calc-embedded-activate-formula)
7347 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7348 variable by new variable.
7349 (calc-embedded-make-info): Replace undeclared variable by new
7350 variable. When selecting region with positive prefix
7351 argument, use end of previous line instead of beginning of line.
7352
7353 * calc/calc-aent.el (calc-arg-values): Declare it.
7354
7355 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7356 Declare them.
7357
7358 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7359
7360 * calc/calc.el (calc-alg-map): Declare it.
7361
7362 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7363
7364 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7365
7366 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7367 (gdb-registers-buffer, toggle-gdb-all-registers):
7368 Toggle display of floating point registers.
7369 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7370
7371 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
7372 (toggle-gud-tooltip-dereference):
7373 Rename from gud-toggle-tooltip-dereference.
7374
7375 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7376
7377 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7378
7379 2005-05-27 Jay Belanger <belanger@truman.edu>
7380
7381 * calc/calc-prog.el (calc-kbd-report): Remove.
7382 (calc-kbd-query): Rewrite.
7383
7384 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
7385
7386 * image.el (image-library-alist): Move to image.c.
7387 (image-type-available-p): Doc fix.
7388
7389 2005-05-27 Lute Kamstra <lute@gnu.org>
7390
7391 * calc/calc.el (calc):
7392 * outline.el (outline-1, outline-2, outline-3, outline-4)
7393 (outline-5, outline-6, outline-7, outline-8):
7394 * textmodes/dns-mode.el (dns-mode):
7395 * textmodes/sgml-mode.el (sgml-namespace-face):
7396 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
7397 (tex-verbatim-face, tex-use-reftex):
7398 * textmodes/texinfo.el (texinfo-heading-face):
7399 Specify customization group.
7400
7401 * longlines.el: Don't require easy-mmode.
7402 (longlines-visible-face): Specify customization group.
7403
7404 2005-05-27 Kenichi Handa <handa@m17n.org>
7405
7406 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7407 encoding table of windows-1251.
7408
7409 * international/ucs-tables.el (ucs-set-table-for-input):
7410 If translation-table-for-input of a coding system is a symbol, get
7411 its translation-table property.
7412
7413 * international/code-pages.el: Don't register a coding system into
7414 non-iso-charset-alist more than once.
7415 (cp-make-coding-system): Likewise.
7416
7417 2005-05-26 John Wiegley <johnw@newartisans.com>
7418
7419 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7420 `eshell-resume-eval' is wrapped in a list, it indicates that the
7421 command was run asynchronously. In that case, unwrap the value
7422 before checking the delimiter value.
7423
7424 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7425 character before a space at the end of a line is \, assume the space
7426 is part of the last argument rather than a final argument separator.
7427
7428 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7429 is in use, and the target is `t' or `nil' (which are the most common
7430 values), don't assume that the symbol target is a buffer.
7431
7432 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7433
7434 * calendar/calendar.el (calendar-mode-line-format):
7435 Use mode-line-highlight as mouse-face.
7436
7437 * time.el (display-time-string-forms, display-time-update):
7438 Use mode-line-highlight as mouse-face.
7439
7440 2005-05-26 Jay Belanger <belanger@truman.edu>
7441
7442 * calc/calc.el (calc-language-alist): Remove extra defvar.
7443
7444 2005-05-26 Lute Kamstra <lute@gnu.org>
7445
7446 * arc-mode.el (archive-mode):
7447 * bookmark.el (bookmark-read-annotation-mode)
7448 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7449 * bs.el (bs-mode):
7450 * calc/calc-yank.el (calc-edit-mode):
7451 * calc/calc.el (calc-mode, calc-trail-mode):
7452 * calculator.el (calculator-mode):
7453 * chistory.el (command-history-mode):
7454 * comint.el:
7455 * cus-edit.el (custom-mode):
7456 * descr-text.el (describe-text-mode):
7457 * ebuff-menu.el (Electric-buffer-menu-mode):
7458 * ediff-util.el (ediff-mode):
7459 * emacs-lisp/re-builder.el (reb-mode):
7460 * emulation/vi.el (vi-mode-setup):
7461 * emulation/ws-mode.el (wordstar-mode):
7462 * eshell/esh-mode.el (eshell-mode):
7463 * forms.el (forms-mode):
7464 * help-mode.el (help-mode):
7465 * hexl.el (hexl-mode):
7466 * ibuffer.el (ibuffer-mode):
7467 * ielm.el (inferior-emacs-lisp-mode):
7468 * info.el (Info-mode, Info-edit-mode):
7469 * international/swedish.el:
7470 * ledit.el (ledit-from-lisp-mode):
7471 * locate.el (locate-mode):
7472 * mail/rmail.el (rmail-mode):
7473 * mail/rmailedit.el (rmail-edit-mode):
7474 * mail/rmailsum.el (rmail-summary-mode):
7475 * mail/supercite.el (sc-electric-mode):
7476 * net/eudc.el (eudc-mode):
7477 * net/quickurl.el (quickurl-list-mode):
7478 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7479 * obsolete/ooutline.el (outline-mode):
7480 * obsolete/options.el (Edit-options-mode):
7481 * obsolete/rnews.el (news-mode):
7482 * obsolete/rnewspost.el (news-reply-mode):
7483 * play/5x5.el (5x5-mode):
7484 * play/decipher.el (decipher-mode, decipher-stats-mode):
7485 * play/gomoku.el (gomoku-mode):
7486 * play/snake.el (snake-mode):
7487 * play/solitaire.el (solitaire-mode):
7488 * play/tetris.el (tetris-mode):
7489 * progmodes/ada-mode.el (ada-mode):
7490 * progmodes/antlr-mode.el (antlr-mode):
7491 * progmodes/autoconf.el (autoconf-mode):
7492 * progmodes/dcl-mode.el (dcl-mode):
7493 * progmodes/delphi.el (delphi-mode):
7494 * progmodes/ebrowse.el (ebrowse-tree-mode)
7495 (ebrowse-electric-list-mode, ebrowse-member-mode)
7496 (ebrowse-electric-position-mode):
7497 * progmodes/f90.el (f90-mode):
7498 * progmodes/fortran.el (fortran-mode):
7499 * progmodes/icon.el (icon-mode):
7500 * progmodes/idlw-help.el (idlwave-help-mode):
7501 * progmodes/idlw-shell.el (idlwave-shell-mode):
7502 * progmodes/idlwave.el (idlwave-mode):
7503 * progmodes/inf-lisp.el (inferior-lisp-mode):
7504 * progmodes/m4-mode.el (m4-mode):
7505 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7506 * progmodes/modula2.el (modula-2-mode):
7507 * progmodes/octave-inf.el (inferior-octave-mode):
7508 * progmodes/octave-mod.el (octave-mode):
7509 * progmodes/pascal.el (pascal-mode):
7510 * progmodes/sh-script.el (sh-mode):
7511 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7512 * progmodes/vhdl-mode.el (vhdl-mode):
7513 * progmodes/xscheme.el (scheme-interaction-mode):
7514 * replace.el (occur-mode):
7515 * ses.el (ses-mode):
7516 * simple.el (completion-list-mode):
7517 * skeleton.el:
7518 * speedbar.el (speedbar-mode):
7519 * term.el (term-mode):
7520 * terminal.el (terminal-edit-mode):
7521 * textmodes/reftex-index.el (reftex-index-mode)
7522 (reftex-index-phrases-mode):
7523 * textmodes/reftex-sel.el (reftex-select-label-mode)
7524 (reftex-select-bib-mode):
7525 * textmodes/reftex-toc.el (reftex-toc-mode):
7526 * wdired.el (wdired-change-to-wdired-mode):
7527 * wid-browse.el (widget-browse-mode):
7528 Use run-mode-hooks.
7529
7530 * array.el (array-mode):
7531 * calendar/todo-mode.el (todo-mode):
7532 * man.el (Man-mode):
7533 * play/landmark.el (lm-mode):
7534 * play/mpuz.el (mpuz-mode):
7535 Use kill-all-local-variables and run-mode-hooks.
7536
7537 * subr.el (delay-mode-hooks): Specify indentation.
7538
7539 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7540
7541 * xml.el (xml-substitute-special): Don't die for undefined xml
7542 entities.
7543
7544 2005-05-26 Jay Belanger <belanger@truman.edu>
7545
7546 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7547 of nil.
7548
7549 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7550
7551 * progmodes/gdb-ui.el (gdb-frame-address):
7552 Rename from gdb-current-address.
7553 (gdb-previous-frame-address): Rename from gdb-previous-address.
7554 (gdb-selected-frame): Rename from gdb-current-frame.
7555 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7556 (gdb-frame-number): Rename from gdb-current-stack-level.
7557 (gdb-ann3): Match new mode-name for disassembly buffer.
7558 Extend initialization of variables.
7559 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7560 (gdb-memory-mode): Use mouse-face in header line.
7561 (gdb-assembler-buffer-name): Call it disassembly and give frame
7562 in mode line.
7563 (gdb-source-spec-regexp, gdb-assembler-custom)
7564 (gdb-invalidate-assembler, gdb-frame-handler):
7565 Make robust to leading zeroes in address format.
7566
7567 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7568
7569 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7570 define `org-mode'.
7571 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7572
7573 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7574
7575 * log-edit.el (log-edit-changelog-entries): Distinguish between
7576 filenames like xfns.c and fns.c.
7577
7578 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7579
7580 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7581 point after reverting.
7582 (Buffer-menu-make-sort-button): Handle the case where
7583 `Buffer-menu-use-header-line' is nil.
7584
7585 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7586
7587 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7588 New funcs. In minibuffer-local-completion-map bind `]', `/'
7589 and `:' to them.
7590
7591 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7592
7593 * startup.el (normal-top-level): Allow modification of load-path while
7594 we're iterating over it.
7595
7596 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7597
7598 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7599 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7600 (thumbs-resize-interactive, thumbs-insert-image)
7601 (thumbs-insert-thumb, thumbs-dired-show-marked)
7602 (thumbs-find-image-at-point, thumbs-delete-images)
7603 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7604 (thumbs-increment-image-size, thumbs-decrement-image-size):
7605 Fix typos in docstrings.
7606
7607 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7608
7609 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7610 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7611 (cperl-mode): Use them.
7612
7613 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7614
7615 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7616 Doc fixes.
7617
7618 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7619
7620 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7621 Bind C-d to gdb-inferior-io-eof.
7622
7623 * dired.el (dired-dnd-popup-notice): Use message-box.
7624
7625 2005-05-23 Masatake YAMATO <jet@gyve.org>
7626
7627 * bindings.el (mode-line-major-mode-keymap):
7628 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7629
7630 * faces.el (mode-line-highlight): New face.
7631
7632 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7633 as mouse-face.
7634
7635 * bindings.el (top-level, help-echo, mode-line-modified)
7636 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7637 as mouse-face.
7638
7639 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7640
7641 * progmodes/cc-engine.el (c-guess-basic-syntax):
7642 Remove spurious call to `zerop'.
7643
7644 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7645
7646 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7647
7648 CC Mode update to 5.30.10:
7649
7650 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7651 could go past the limit in decoration level 2, thereby causing
7652 errors during interactive fontification.
7653
7654 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7655 the file is evaluated interactively.
7656
7657 * cc-engine.el (c-guess-basic-syntax): Handle operator
7658 declarations somewhat better in C++.
7659
7660 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7661 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7662 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7663 (awk-mode): Use it.
7664 (make-local-hook): Suppress warning about obsoleteness.
7665
7666 * cc-engine.el, cc-align.el, cc-cmds.el
7667 (c-append-backslashes-forward, c-delete-backslashes-forward)
7668 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7669 Compensate for return value from `forward-line' when it has moved
7670 but not to a different line due to eob.
7671
7672 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7673 `objc-method-intro' and `objc-method-args-cont'.
7674
7675 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7676
7677 CC Mode update to 5.30.10:
7678
7679 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7680 in the copyright statement. Incidentally, change "along with GNU
7681 Emacs" to "along with this program" where it occurs.
7682
7683 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7684 so that it is interactive, hence can be found by M-x awk-mode
7685 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7686 <gmorris+emacs@ast.cam.ac.uk>.
7687
7688 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7689 Mode's regexps.
7690
7691 2005-05-23 Kevin Ryde <user42@zip.com.au>
7692
7693 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7694 c-parse-state, to avoid a lisp error (on bad code).
7695
7696 2005-05-23 Lute Kamstra <lute@gnu.org>
7697
7698 * subr.el (font-lock-defaults): Remove defvar as it's already
7699 defined in font-core.el.
7700
7701 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7702
7703 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7704
7705 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7706 more general and work when GDB variable "print pretty" is on,
7707 as with Emacs, for example.
7708
7709 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7710
7711 * font-core.el: Update comment.
7712
7713 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7714 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7715
7716 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7717
7718 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7719
7720 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7721 and `yank-handler' in the doc strings.
7722
7723 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7724
7725 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7726
7727 2005-05-22 Richard M. Stallman <rms@gnu.org>
7728
7729 * help.el (describe-key): Move print-help-return-message call
7730 out of conditional.
7731
7732 * progmodes/etags.el (list-tags): Use with-no-warnings.
7733
7734 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7735 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7736 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7737
7738 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7739
7740 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7741 Add defvar.
7742
7743 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7744 Use defvar, not defconst.
7745
7746 * hexl.el (hexl-follow-line): Use with-no-warnings.
7747
7748 * emulation/tpu-extras.el: Use write-file-functions instead of
7749 write-file-hooks.
7750
7751 * dired.el (dired-font-lock-keywords): Fontify files with junk
7752 extensions even if marked by -F.
7753
7754 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7755
7756 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7757 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7758 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7759 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7760 (concatenate, list-length, get*, getf, cl-remprop):
7761 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7762 (etypecase, progv, lexical-let, lexical-let*)
7763 (multiple-value-bind, multiple-value-setq, shiftf):
7764 Improve argument/docstring consistency.
7765
7766 * subr.el (focus-frame, unfocus-frame):
7767 Revert deletion on 2005-05-01.
7768
7769 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7770
7771 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7772 doesn't exist.
7773
7774 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7775 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7776
7777 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7778
7779 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7780 already deleted variables: auto-fill-hook, blink-paren-hook,
7781 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7782 suspend-hooks, comment-indent-hook, meta-flag,
7783 before-change-function, after-change-function,
7784 font-lock-doc-string-face.
7785
7786 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7787
7788 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7789
7790 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7791
7792 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7793 rmail-dont-reply-to.
7794
7795 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7796
7797 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7798 literal blank when splitting new-header-values.
7799
7800 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7801
7802 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7803 string so that tmm doesn't create a completion entry for it.
7804
7805 * textmodes/table.el (table-disable-menu): Ditto.
7806
7807 2005-05-21 Richard M. Stallman <rms@gnu.org>
7808
7809 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7810
7811 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7812
7813 * net/rcompile.el (remote-compile): Use compilation-start.
7814
7815 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7816
7817 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7818
7819 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7820 Default to makefile-bsdmake-mode on BSD systems.
7821
7822 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7823 REGEXP may also be a search function now. The part of doc-string
7824 for describing the structure was 95% identical to that of
7825 `imenu--generic-function'. Unify it there.
7826
7827 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7828 Use function to find dependencies, because regexp alone is so complex,
7829 it easily goes into an endless loop.
7830 (makefile-makepp-mode): Also add submenu for Perl functions
7831 defined in the makefile.
7832 (makefile-bsdmake-mode): Special imenu-generic-expression no
7833 longer needed, due to function call.
7834 (makefile-match-dependency): Take BOUND into account when checking
7835 if we're through.
7836
7837 2005-05-20 Jay Belanger <belanger@truman.edu>
7838
7839 * calc/calc-units.el (calc-invalidate-units-table):
7840 Use inhibit-read-only.
7841 (math-build-units-table-buffer): Use view-mode.
7842
7843 2005-05-20 David Kastrup <dak@gnu.org>
7844
7845 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7846 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7847
7848 2005-05-20 Lute Kamstra <lute@gnu.org>
7849
7850 * diff-mode.el (diff-header-face, diff-file-header-face)
7851 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7852 (diff-added-face, diff-changed-face, diff-function-face)
7853 (diff-context-face, diff-nonexistent-face): Put them in the
7854 diff-mode customization group.
7855
7856 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7857
7858 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7859
7860 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7861
7862 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7863 Minor regexp-optimization.
7864
7865 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7866
7867 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7868 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7869 (org-agenda-add-time-grid-maybe): New function.
7870 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7871 (org-table-create): `dotimes' instead of `mapcar'.
7872 (org-xor): Simplify implementation.
7873 (org-agenda): `inhibit-redisplay' turned on.
7874 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7875 a consistent line after a state change.
7876 (org-agenda-remove-times-when-in-prefix): New option.
7877 (org-prefix-has-time): New variable.
7878 (org-parse-time-string): Optional argument NODEFAULT.
7879 (org-format-agenda-item): Parse items for time-of-day
7880 specifications and move these into the prefix if possible.
7881 (org-agenda-priority): Get current heading, not previous heading
7882 during agenda remote editing.
7883
7884 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7885
7886 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7887 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7888 (remove-duplicates, delete-duplicates, substitute)
7889 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7890 (nsubstitute-if-not, find, find-if, find-if-not, position)
7891 (position-if, position-if-not, count, count-if, count-if-not)
7892 (mismatch, search, sort*, stable-sort, merge, member*)
7893 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7894 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7895 (intersection, nintersection, set-difference, nset-difference)
7896 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7897 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7898 (nsublis, tree-equal): Improve argument/docstring consistency.
7899
7900 * subr.el (send-string, send-region):
7901 Remove obsolescence declaration.
7902 (window-dot, set-window-dot, read-input, show-buffer)
7903 (eval-current-buffer, string-to-int):
7904 Add release number to obsolescence declarations.
7905
7906 2005-05-19 Kim F. Storm <storm@cua.dk>
7907
7908 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7909 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7910
7911 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7912
7913 * faces.el (list-faces-display): Make back button respect optional
7914 regexp arg.
7915
7916 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7917
7918 * calculator.el (calculator-radix-grouping-mode)
7919 (calculator-radix-grouping-digits, calculator-displayer)
7920 (calculator-radix-grouping-separator, calculator-copy-displayer):
7921 * dabbrev.el (dabbrev-search-these-buffers-only):
7922 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7923 (diff-advance-after-apply-hunk, diff-mode-hook)
7924 (diff-minor-mode-prefix):
7925 * imenu.el (imenu-use-popup-menu):
7926 * jit-lock.el (jit-lock-context-time):
7927 * newcomment.el (comment-fill-column, comment-column)
7928 (comment-style, comment-padding, comment-multi-line)
7929 (comment-empty-lines, comment-auto-fill-only-comments):
7930 * reveal.el (reveal-around-mark):
7931 * uniquify.el (uniquify-buffer-name-style)
7932 (uniquify-after-kill-buffer-p)
7933 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7934 (uniquify-min-dir-content, uniquify-separator)
7935 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7936 * w32-vars.el (w32-fixed-font-alist):
7937 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7938 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7939 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7940 * progmodes/perl-mode.el (perl-indent-level)
7941 (perl-continued-statement-offset, perl-continued-brace-offset)
7942 (perl-brace-offset, perl-brace-imaginary-offset)
7943 (perl-label-offset, perl-indent-continued-arguments)
7944 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7945 * progmodes/tcl.el (tcl-indent-level)
7946 (tcl-continued-indent-level, tcl-auto-newline)
7947 (tcl-tab-always-indent, tcl-electric-hash-style)
7948 (tcl-help-directory-list, tcl-use-smart-word-finder)
7949 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7950 (inferior-tcl-source-command):
7951 * textmodes/fill.el (enable-kinsoku):
7952 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7953 * textmodes/table.el (table-yank-handler):
7954 Specify missing group (and type, if simple) in defcustom.
7955
7956 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7957
7958 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7959
7960 2005-05-19 Richard M. Stallman <rms@gnu.org>
7961
7962 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7963
7964 * subr.el (event-basic-type): Don't get an error.
7965 (left-fringe-p): Function deleted.
7966
7967 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7968 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7969
7970 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7971 in recursive copy.
7972
7973 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7974
7975 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7976
7977 * emacs-lisp/bytecomp.el
7978 (byte-compile-file-form-custom-declare-variable): Call
7979 byte-compile-nogroup-warn if appropriate.
7980
7981 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7982 (compilation-set-window): Don't call left-fringe-p; do it directly.
7983
7984 2005-05-19 Jay Belanger <belanger@truman.edu>
7985
7986 * calc/calc-graph.el (calc-graph-format-data): Make sure
7987 var-PlotRejects is bound before trying to check its value.
7988
7989 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7990
7991 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7992 definition of this variable from reftex-global.el to reftex.el,
7993 because it is needed in the menu.
7994
7995 2005-05-19 Lute Kamstra <lute@gnu.org>
7996
7997 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7998 years are fixed. Don't insert a space after a dash.
7999
8000 2005-05-19 Kim F. Storm <storm@cua.dk>
8001
8002 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
8003
8004 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
8005
8006 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
8007 strings, because (eq ... ?\\) is fairly frequent.
8008
8009 * progmodes/make-mode.el (makefile-add-this-line-targets):
8010 Simplify and integrate into `makefile-pickup-targets'.
8011 (makefile-add-this-line-macro): Simplify and integrate into
8012 `makefile-pickup-macros.
8013 (makefile-pickup-filenames-as-targets): Simplify.
8014 (makefile-previous-dependency, makefile-match-dependency):
8015 Don't stumble over `::'.
8016
8017 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
8018
8019 * subr.el (post-command-idle-hook, post-command-idle-delay):
8020 Remove obsoletion of post-command-idle-hook and
8021 post-command-idle-delay.
8022
8023 * faces.el (list-faces-display): Provide button when describe-face
8024 is called to take user back to the list of faces.
8025
8026 * help-fns.el (describe-variable): Remove hyperlinks in a
8027 variable's value as these are quite frequently inappropriate.
8028
8029 * follow.el (follow-submit-feedback, follow-mode):
8030 Remove references to post-command-idle-hook.
8031
8032 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
8033
8034 * progmodes/make-mode.el (makefile-previous-dependency)
8035 (makefile-match-dependency): Check for := (and in bsd mode also
8036 !=) to give a better result, even when font-lock is not on.
8037
8038 2005-05-18 Jay Belanger <belanger@truman.edu>
8039
8040 * calc/calc-help.el (calc-s-prefix-help):
8041 Add `calc-copy-special-constant' to help string.
8042
8043 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8044
8045 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8046
8047 2005-05-18 Jay Belanger <belanger@truman.edu>
8048
8049 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
8050 in linear factors are in proper order.
8051
8052 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
8053
8054 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8055 Support for jurabib.
8056
8057 * textmodes/reftex.el (featurep): Define aliases for overlay
8058 commands, for XEmacs compatibility, and use these aliases in
8059 overlay initializations.
8060 (reftex-highlight): Use `reftex-move-overlay'.
8061 (reftex-unhighlight): Use `reftex-delete-overlay'.
8062 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
8063 (reftex-access-search-path): Use `reftex-uniquify' instead of
8064 `reftex-uniq'
8065
8066 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
8067 `before-string' property modification enables for Emacs as well.
8068 (reftex-select-item): Use `reftex-delete-overlay'.
8069 (reftex-select-mark): Use `reftex-make-overlay' and
8070 `reftex-overlay-put'.
8071 (reftex-select-unmark): Use `reftex-delete-overlay' and
8072 `reftex-overlay-put'.
8073
8074 2005-05-18 Lute Kamstra <lute@gnu.org>
8075
8076 * emacs-lisp/lisp.el (check-parens): Fix docstring.
8077
8078 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
8079
8080 * add-log.el (add-change-log-entry):
8081 * array.el (array-make-template, array-reconfigure-rows)
8082 (array-init-max-row, array-init-max-column)
8083 (array-init-columns-per-line, array-init-field-width):
8084 * replace.el (replace-match-maybe-edit, perform-replace):
8085 * textmodes/spell.el (spell-region):
8086 Replace `read-input' by `read-string'.
8087
8088 * forms.el (forms-mode):
8089 * finder.el (finder-compile-keywords):
8090 * shadowfile.el (shadow-read-files):
8091 Replace `eval-current-buffer' by `eval-buffer'.
8092
8093 * terminal.el (te-pass-through):
8094 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
8095 (ange-ftp-raw-send-cmd):
8096 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
8097 (send-process-next-char, telnet-initial-filter, telnet):
8098 Replace `send-string' by `process-send-string'.
8099
8100 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
8101 (prolog-consult-region): Replace `send-string' by
8102 `process-send-string'; replace `send-region' by `process-send-region'.
8103
8104 * progmodes/delphi.el (delphi-log-msg):
8105 Replace `set-window-dot' by `set-window-point'.
8106
8107 * subr.el (window-dot, set-window-dot, read-input, send-string)
8108 (send-region, show-buffer, eval-current-buffer):
8109 Make really obsolete, as the comment says.
8110
8111 2005-05-17 Kim F. Storm <storm@cua.dk>
8112
8113 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
8114 (cua--init-keymaps): Bind C-return instead of S-return to set
8115 rectangle mark.
8116
8117 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
8118 instead of S-return to toggle/clear rectangle mark.
8119
8120 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
8121
8122 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8123 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
8124 Also fontify plain strings assigned to variables, mostly so that a
8125 colon has a face and is thus not taken as a dependency separator.
8126 (makefile-previous-dependency): Inline the new matcher, because it
8127 is too complex to work in both directions.
8128 (makefile-match-dependency): Eliminate `backward' arg (see above).
8129 Completely reimplemented so as to not sometimes go into an endless
8130 loop. It should also be more efficient, because first it only
8131 searches for `:', instead of applying the very complex regexp.
8132 (makefile-mode): Cancel `font-lock-support-mode', because blocks
8133 to be fontified in one piece can be too long for JIT.
8134 Makefiles are never *that* big.
8135
8136 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
8137
8138 * dired.el (dired-mode): Simplify.
8139
8140 2005-05-17 Lute Kamstra <lute@gnu.org>
8141
8142 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
8143 defcustom for the mode hook variable.
8144
8145 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
8146 Emacs Lisp Reference Manual.
8147
8148 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
8149
8150 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
8151 (evenp, list*):
8152 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
8153 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
8154
8155 * net/tramp-smb.el (tramp-smb-open-connection):
8156 Pass `tramp-chunksize' as fifth (required) argument.
8157
8158 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
8159
8160 * font-lock.el (lisp-font-lock-keywords-1):
8161 Set `font-lock-negation-char-face' for [^...] char group.
8162 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
8163
8164 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
8165 a var, and refine it to mask one more level of nested vars.
8166 (makefile-rule-action-regex): Turn it into a var, and refine it so
8167 it recognizes backslashed continuation lines as belonging to the
8168 same command.
8169 (makefile-macroassign-regex): Refine it so it recognizes
8170 backslashed continuation lines as belonging to the same command.
8171 (makefile-var-use-regex): Don't look at the next char, because it
8172 might be the same one to be skipped by the initial [^$], leading
8173 to an overlooked variable use.
8174 (makefile-make-font-lock-keywords): Remove two parameters, which
8175 are now variables that some of the modes set locally.
8176 Handle dependency and rule action matching through functions, because
8177 regexps alone match too often. Dependency matching now comes
8178 last, so it can check, whether a colon already matched something else.
8179 (makefile-mode): Inform that font-lock improves makefile parsing
8180 capabilities.
8181 (makefile-match-dependency, makefile-match-action): New functions.
8182
8183 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
8184
8185 * emacs-lisp/cl-extra.el (equalp): Doc fix.
8186
8187 * align.el (align-regexp):
8188 * ansi-color.el (ansi-color-get-face):
8189 * array.el (array-reconfigure-rows, array-init-max-row)
8190 (array-init-max-column, array-init-columns-per-line)
8191 (array-init-field-width):
8192 * dired-aux.el (dired-trample-file-versions):
8193 * dired-x.el (dired-mark-sexp):
8194 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
8195 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
8196 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
8197 * faces.el (face-read-integer):
8198 * files.el (backup-extract-version, insert-directory):
8199 * hexl.el (hexl-insert-decimal-char):
8200 * server.el (server-process-filter):
8201 * shell.el (shell-extract-num):
8202 * startup.el (command-line-1):
8203 * term.el (term-command-hook):
8204 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
8205 (time-stamp-do-number):
8206 * time.el (display-time-update):
8207 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
8208 (timezone-fix-time):
8209 * vms-patch.el (vms-suspend-resume-hook):
8210 * calendar/appt.el (appt-convert-time):
8211 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8212 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
8213 * calendar/cal-islam.el (mark-islamic-diary-entries):
8214 * calendar/calendar.el (calendar-cursor-to-date)
8215 (calendar-star-date):
8216 * calendar/diary-lib.el (diary-attrtype-convert)
8217 (mark-diary-entries, diary-entry-time):
8218 * calendar/solar.el (solar-get-number):
8219 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
8220 * emacs-lisp/re-builder.el (reb-display-subexp):
8221 * emulation/edt.el (edt-set-scroll-margins):
8222 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8223 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
8224 (vip-get-ex-count):
8225 * emulation/viper-ex.el (viper-get-ex-token)
8226 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
8227 * international/fontset.el (fontset-plain-name):
8228 * mail/feedmail.el (feedmail-look-at-queue-directory):
8229 * mail/mailalias.el (mail-get-names):
8230 * mail/rmail.el (rmail-convert-to-babyl-format):
8231 * mail/rmailsum.el (rmail-make-basic-summary-line)
8232 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
8233 (rmail-summary-goto-msg):
8234 * mail/smtpmail.el (smtpmail-read-response):
8235 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
8236 (ange-ftp-vms-add-file-entry):
8237 * play/gametree.el (gametree-looking-at-ply)
8238 (gametree-current-branch-score):
8239 * progmodes/ada-xref.el (ada-prj-find-prj-file)
8240 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
8241 * progmodes/cperl-mode.el (condition-case):
8242 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
8243 (ebrowse-set-member-buffer-column-width)
8244 (ebrowse-select-1st-to-9nth):
8245 * progmodes/etags.el (etags-snarf-tag):
8246 * progmodes/flymake.el (flymake-parse-line):
8247 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
8248 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
8249 (idlwave-shell-menu-def):
8250 * progmodes/ps-mode.el (ps-run-goto-error):
8251 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
8252 (vhdl-speedbar-contract-level):
8253 * term/mac-win.el (x-handle-numeric-switch):
8254 * term/sun-mouse.el (sun-get-frame-data):
8255 * term/w32-win.el (x-handle-numeric-switch):
8256 * term/x-win.el (x-handle-numeric-switch):
8257 * textmodes/ispell.el (ispell-parse-output):
8258 * textmodes/nroff-mode.el (nroff-outline-level):
8259 * textmodes/reftex-cite.el (reftex-bib-sort-year)
8260 (reftex-bib-sort-year-reverse, reftex-format-citation):
8261 * textmodes/reftex-parse.el (reftex-init-section-numbers)
8262 (reftex-section-number):
8263 * textmodes/texinfmt.el (texinfo-paragraphindent):
8264 Replace `string-to-int' by `string-to-number'.
8265
8266 * international/latexenc.el: Add page marker to force the "Local
8267 Variables:" string out of the last page.
8268
8269 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8270
8271 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
8272 tooltip-change-major-mode.
8273 (gud-tooltip-print-command): Remove case where gud-minor-mode
8274 is gdb ("--fullname").
8275 (gud-tooltip-tips): Turn GUD tooltips off for this case and
8276 explain to user.
8277
8278 2005-05-16 Jay Belanger <belanger@truman.edu>
8279
8280 * calc/calc-store.el (calc-copy-special-constant): New function.
8281
8282 * calc/calc-ext.el (calc-init-extensions): Add binding for
8283 `calc-copy-special-constant'.
8284
8285 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
8286 for the `calc-copy-special-constant' command.
8287
8288 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8289
8290 * subr.el (left-fringe-p): New function.
8291
8292 * progmodes/compile.el (compilation-setup): Set local value of
8293 overlay-arrow-string to "" always.
8294 (compilation-set-window): Left fringe then don't scroll.
8295 No left fringe then no arrow and scroll message to top.
8296 (compilation-context-lines): Adjust doc string accordingly.
8297
8298 2005-05-16 Kim F. Storm <storm@cua.dk>
8299
8300 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8301 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
8302 (ido-wide-find-dir-or-delete-dir): New command for M-d.
8303 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
8304 (ido-read-file-name): Handle commands with ido property value
8305 equal to find-file as reading a file name, to allow C-d to enter dired.
8306 (ibuffer-find-file): Add ido property with value find-file.
8307
8308 2005-05-15 Kim F. Storm <storm@cua.dk>
8309
8310 * subr.el (open-network-stream-nowait): Remove.
8311 (open-network-stream-server): Remove.
8312
8313 2005-05-15 Richard M. Stallman <rms@gnu.org>
8314
8315 * faces.el (describe-face): Output a definition link button.
8316
8317 * help-mode.el (help-face-def): New button type.
8318
8319 * emacs-lisp/copyright.el (copyright-fix-years):
8320 Match properly if the first year is 2-digit.
8321 Don't mess up the whitespace after the years by filling.
8322
8323 * dired-aux.el (dired-mark-confirm):
8324 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8325
8326 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8327 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8328 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8329
8330 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8331 Set font-lock-comment-start-skip.
8332
8333 * font-lock.el (font-lock-comment-start-skip): New variable.
8334 (font-lock-comment-end-skip): New variable.
8335 (font-lock-fontify-syntactically-region): Use them if non-nil.
8336
8337 2005-05-15 Jay Belanger <belanger@truman.edu>
8338
8339 * calc/calc-store.el (calc-store-value): Return a string rather
8340 than display it as a message.
8341 Use calc-var-name for variable name.
8342 (calc-store-into): Add the result of calc-store-value to message.
8343 (calc-copy-variable): Add a message.
8344 (calc-store-exchange): Improve error messages.
8345 (calc-store-binary, calc-store-map): Don't reset the values of
8346 special constants.
8347
8348 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8349
8350 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8351 manual to docstring.
8352
8353 * files.el (hack-local-variables-confirm): Add STRING argument.
8354 Make the function handle non file visiting buffers correctly.
8355 (hack-local-variables-prop-line, hack-local-variables)
8356 (hack-one-local-variable): Use STRING arg of
8357 `hack-local-variables-confirm'.
8358
8359 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8360
8361 Sync with Tramp 2.0.49.
8362
8363 * net/tramp.el (tramp-handle-dired-call-process)
8364 (tramp-handle-insert-directory):`insert-buffer' cannot be used
8365 because the contents of the Tramp buffer is changed before
8366 insertion (`expand-file' and alike).
8367 (tramp-handle-insert-directory): If `localname' has an empty
8368 nondirectory name, it must not be quoted.
8369 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
8370 variable `tramp-chunksize'. Change callees.
8371 (tramp-open-connection-setup-interactive-shell): Check remote host
8372 for buggy `send-process-string' implementation.
8373 Set `tramp-chunksize' if found. Reported by Michael Kifer
8374 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8375 (tramp-handle-shell-command): `insert-buffer' cannot be used
8376 because the contents of the Tramp buffer is changed before
8377 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
8378 <frederic.bothamy@free.fr>.
8379 (tramp-set-auto-save): Actions should be done for Tramp file name
8380 handler only. Ange-FTP has its own auto-save mechanism.
8381 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8382 (tramp-set-auto-save-file-modes): Set file modes of
8383 `buffer-auto-save-file-name' to ?\600 as fallback solution.
8384 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8385 (tramp-bug): Remove obsolete variable.
8386 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
8387 for presence of `mml-mode'. Make it running for older Emacsen as well.
8388
8389 2005-05-14 John Paul Wallington <jpw@pobox.com>
8390
8391 * ibuf-ext.el (define-ibuffer-filter filename):
8392 If `dired-directory' is a list, use its car.
8393
8394 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
8395
8396 * ibuffer.el (define-ibuffer-column filename):
8397 If `dired-directory' is a list, use its car.
8398
8399 2005-05-14 Richard M. Stallman <rms@gnu.org>
8400
8401 * subr.el (symbol-file): Doc fix.
8402
8403 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8404 (byte-compile-form): Call byte-compile-nogroup-warn.
8405 (byte-compile-warning-types): Doc fix.
8406
8407 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8408
8409 * progmodes/cc-engine.el (c-literal-faces):
8410 Add font-lock-comment-delimiter-face.
8411
8412 * net/net-utils.el (dig): Use with-no-warnings.
8413
8414 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8415 (sc-recite-frame-alist, sc-default-cite-frame)
8416 (sc-default-uncite-frame, sc-default-recite-frame)
8417 (sc-attrib-selection-list, sc-rewrite-header-list):
8418 Mark as risky-local-variable.
8419
8420 * international/ogonek.el (ogonek-jak, ogonek-how):
8421 Don't use beginning-of-buffer.
8422
8423 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8424
8425 * calendar/solar.el (solar-data-list): Move definition up.
8426
8427 * dnd.el (dnd-protocol-alist): Add autoload.
8428
8429 * progmodes/sh-script.el: Many doc usage fixes.
8430 (sh-indent-after-do): Change default to match common styles.
8431
8432 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8433
8434 * files.el (interpreter-mode-alist)
8435 (auto-mode-interpreter-regexp): Doc fixes.
8436
8437 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8438
8439 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8440
8441 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8442
8443 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8444
8445 * dired.el (dired-mode): make-variable-buffer-local =>
8446 make-local-variable.
8447
8448 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8449
8450 * term/mac-win.el (mac-select-convert-to-string): Try coding
8451 systems in mac-script-code-coding-systems if specified one cannot
8452 encode string for `com.apple.traditional-mac-plain-text'.
8453
8454 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8455
8456 * progmodes/make-mode.el (makefile-targets-face)
8457 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8458 (makefile-dependency-regex): Fix it to not make the colon in
8459 $(var:a=b) special.
8460 (makefile-rule-action-regex): New regexp for highlighting embedded
8461 Shell strings.
8462 (makefile-macroassign-regex): Handle != for highlighting as
8463 embedded Shell strings.
8464 (makefile-var-use-regex): New const.
8465 (makefile-statements, makefile-automake-statements)
8466 (makefile-gmake-statements, makefile-makepp-statements)
8467 (makefile-bsdmake-statements): New consts.
8468 (makefile-make-font-lock-keywords): New function.
8469 (makefile-automake-font-lock-keywords)
8470 (makefile-gmake-font-lock-keywords)
8471 (makefile-makepp-font-lock-keywords)
8472 (makefile-bsdmake-font-lock-keywords): New consts.
8473 (makefile-mode-map): Add switchers between the various submodes.
8474 (makefile-mode): Document the availability of the variants.
8475 (makefile-automake-mode, makefile-gmake-mode)
8476 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8477
8478 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8479 new variants of makefile-mode.
8480
8481 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8482
8483 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8484 the inheritance.
8485
8486 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8487
8488 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8489 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8490
8491 * files.el (normal-mode): Extend the scope of the
8492 `enable-local-variables' binding to include the `set-auto-mode' call.
8493 (magic-mode-alist): Doc fix.
8494
8495 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8496
8497 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8498 font-lock-comment-face rather than copying its setting.
8499
8500 2005-05-12 Andreas Schwab <schwab@suse.de>
8501
8502 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8503
8504 2005-05-12 Lute Kamstra <lute@gnu.org>
8505
8506 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8507 defcustom for the mode hook variable. Delete the last argument.
8508 * generic-x.el: Fix callers of define-generic-mode.
8509 (generic-x-modes): Delete group.
8510 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8511 generic-x customization group.
8512
8513 2005-05-12 Kim F. Storm <storm@cua.dk>
8514
8515 * font-lock.el (font-lock-negation-char-face): Default to "off".
8516
8517 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8518 font-lock-negation-char-face to ! in !=.
8519
8520 2005-05-12 Masatake YAMATO <jet@gyve.org>
8521
8522 * add-log.el (find-change-log): Fix typos in the docstring
8523 of function.
8524
8525 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8526
8527 * international/latexenc.el (latexenc-find-file-coding-system):
8528 Avoid `re-search-forward' when looking for input encoding because
8529 of speed and safety. Better regular expressions for recognizing
8530 input encoding. Limit a search for TeX-master/tex-main-file to
8531 the local variable section.
8532
8533 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8534
8535 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8536 syntax of $ to "'" (quote).
8537
8538 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8539
8540 * dnd.el (dnd-protocol-alist): Improve custom type.
8541
8542 * dired.el (dired-dnd-protocol-alist): New variable.
8543 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8544 `dired-mode-hook' to the end.
8545
8546 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8547
8548 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8549 comment-end if comment-start-skip is not set.
8550 Obey the font-lock-comment-delimiter-face variables.
8551
8552 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8553
8554 * files.el (executable-find): Move from executable.el. Use
8555 locate-file.
8556 * progmodes/executable.el (executable-find): Move to files.el.
8557
8558 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8559 when trying to ensure forward progress.
8560
8561 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8562
8563 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8564 (mouse-select, mouse-select-internal, mouse-extend-internal):
8565 Use it to implement mouse-1-click-follows-link functionality.
8566
8567 2005-05-11 Richard M. Stallman <rms@gnu.org>
8568
8569 * font-lock.el (font-lock-fontify-syntactically-region):
8570 Use font-lock-comment-delimiter-face for comment delimiters.
8571
8572 2005-05-10 Jay Belanger <belanger@truman.edu>
8573
8574 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8575 preserving embedded modes.
8576
8577 2005-05-10 Richard M. Stallman <rms@gnu.org>
8578
8579 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8580
8581 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8582 Move from ada-stmt.el.
8583 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8584
8585 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8586 Move to ada-mode.el.
8587 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8588
8589 * cus-edit.el (custom-file): Call file-chase-links.
8590
8591 * files.el (read-directory-name): Fix previous change.
8592 (hack-local-variables-confirm): New function.
8593 (hack-local-variables-prop-line, hack-local-variables)
8594 (hack-one-local-variable): Use it.
8595
8596 2005-05-10 Lute Kamstra <lute@gnu.org>
8597
8598 * font-lock.el (font-lock-keywords-alist)
8599 (font-lock-removed-keywords-alist): Clarify docstrings.
8600
8601 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8602
8603 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8604 (gdb-source-info): Check for preprocessor info.
8605 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8606 a macro for a function.
8607 (gdb-info-breakpoints-custom): Try to find file again if not already
8608 found (user might have used GDB dir command).
8609 (gdb-get-location): Update gdb-location-alist correctly for change
8610 to gdb-info-breakpoints-custom.
8611
8612 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8613 (gud-tooltip-print-command): Add gdbmi case.
8614 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8615 preprocessor info.
8616
8617 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8618
8619 * startup.el (fancy-splash-insert): Fix typo in doc string.
8620
8621 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8622
8623 * obsolete/float.el (string-to-float):
8624 * obsolete/hilit19.el (hilit-add-pattern):
8625 * obsolete/rnews.el (news-parse-range, news-select-message)
8626 (news-get-pruned-list-of-files): Replace `string-to-int' by
8627 `string-to-number'.
8628
8629 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8630 `find-file-not-found-hooks'; use `add-hook'.
8631 (uncompress-while-visiting): Set `write-file-functions', not
8632 `write-file-hooks'; use `add-hook'.
8633
8634 2005-05-09 Kim F. Storm <storm@cua.dk>
8635
8636 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8637 (cua-paste): Handle clipboard action.
8638 (cua--init-keymaps): Remap clipboard-kill-region and
8639 clipboard-kill-ring-save.
8640
8641 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8642
8643 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8644 Improve commentary.
8645
8646 * simple.el (next-error-overlay-arrow-position): Revert the change
8647 made on 2005-04-30.
8648
8649 2005-05-07 Jay Belanger <belanger@truman.edu>
8650
8651 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8652 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8653 `calc-sel-reselect'.
8654
8655 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8656 Calc is in embedded mode.
8657
8658 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8659
8660 * progmodes/compile.el (compilation-setup):
8661 Set overlay-arrow-string to an empty string on text terminals.
8662
8663 * textmodes/ispell.el (ispell-program-name): Try looking for
8664 "aspell" along exec-path, and if found, use it as the default
8665 speller program.
8666
8667 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8668
8669 * international/mule.el (sgml-xml-auto-coding-function):
8670 Recognize encoding='FOO' in single quotes as well as in double quotes.
8671
8672 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8673
8674 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8675 as well as `interactive', so that defmacro* would recognize
8676 `declare' forms.
8677
8678 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8679
8680 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8681 Explain more about the LIGHTER arg's usage in the doc string.
8682 Add commentary to clarify what the code does. Fix the regexp that
8683 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8684 since it could have characters special to regular expressions.
8685
8686 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8687
8688 * replace.el (occur-1): Bind inhibit-read-only so that
8689 erase-buffer doesn't barf on read-only text properties (likewise
8690 for add-text-properties in occur-engine). Mark buffer as unmodified.
8691 (occur-engine): Don't set buffer-read-only here.
8692
8693 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8694
8695 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8696 list-buffers-directory. This caused the *cvs-commit* buffer to be
8697 sometimes mistakenly reused as a *cvs* buffer.
8698
8699 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8700
8701 * tooltip.el: Move code for GUD tooltips into gud.el.
8702 (require): CL no longer needed to compile case.
8703 (tooltip-mode): Do not toggle functions for GUD tooltips.
8704 (tooltip-gud-tips-p): Remove. Replace with minor mode
8705 gud-tooltip-mode in gud.el.
8706 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8707 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8708 tooltip-gud prefix with gud-tooltip and obsolete.
8709 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8710 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8711 (tooltip-mouse-motion): Mouse movement functions/variable.
8712 Rename in gud.el by adding gud prefix.
8713 (tooltip-gud-original-filter, tooltip-gud-dereference)
8714 (tooltip-gud-event, tooltip-toggle-gud-tips)
8715 (tooltip-gud-process-output, tooltip-gud-print-command)
8716 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8717 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8718 (gdb-tooltip-print): Move to gdb-ui.el.
8719
8720 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8721 (require): CL needed to compile case.
8722 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8723 tooltip-gud-tips-p. Make it a minor-mode.
8724 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8725 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8726 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8727 (gud-tooltip-change-major-mode)
8728 (gud-tooltip-activate-mouse-motions-if-enabled)
8729 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8730 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8731 (gud-tooltip-original-filter, gud-tooltip-dereference)
8732 (gud-tooltip-event, tooltip-toggle-gud-tips)
8733 (gud-tooltip-process-output, gud-tooltip-print-command)
8734 (gud-tooltip-tips): Move from tooltip.el.
8735
8736 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8737 (gdb-cpp-define-alist-flags): Doc fix.
8738 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8739 gud-tooltip-mode is t.
8740
8741 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8742
8743 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8744 evaporate if their text is deleted.
8745 (goto-address-at-point): Make it work as a mouse binding as well.
8746 (goto-address-at-mouse): Obsolete it. Update users.
8747
8748 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8749
8750 * calendar/appt.el (top-level): No longer activate on load.
8751
8752 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8753
8754 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8755 * net/webjump.el (webjump):
8756 * progmodes/idlw-help.el (idlwave-do-context-help1)
8757 (idlwave-highlight-linked-completions):
8758 * textmodes/po.el (po-find-file-coding-system-guts):
8759 Replace `assoc-ignore-case' by `assoc-string'.
8760
8761 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8762
8763 * files.el (locate-file): Doc fix.
8764
8765 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8766 Remove the redundant test for ms-dos.
8767
8768 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8769 look for the preprocessor with exec-suffixes. If not found in
8770 standard places, look in exec-path. Remove most of the tests that
8771 used system-type.
8772
8773 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8774
8775 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8776
8777 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8778 file-name clash with jka-compr.el on 8+3 filesystems.
8779
8780 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8781
8782 * term/mac-win.el: Don't define or bind scroll bar functions if
8783 x-toolkit-scroll-bars is t.
8784 (x-select-text, x-get-selection-value): Clear
8785 x-last-selected-text-clipboard if x-select-enable-clipboard is
8786 nil.
8787 (PRIMARY): Put mac-scrap-name property.
8788 (mac-select-convert-to-file-url): New function.
8789 (public.file-url): New selection target type. Add to
8790 selection-converter-alist.
8791 (x-get-selection, x-selection-value): Handle it.
8792 (x-cut-buffer-or-selection-value): New alias.
8793
8794 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8795
8796 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8797 entry to avoid calling bibtex-find-entry with arg global
8798 being t. Remove arg key.
8799 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8800 (bibtex-copy-summary-as-kill): Change accordingly.
8801
8802 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8803
8804 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8805 (org-agenda-date-later): Use with-current-buffer.
8806
8807 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8808
8809 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8810 (define-obsolete-variable-alias): Doc Fixes.
8811
8812 2005-05-06 Kim F. Storm <storm@cua.dk>
8813
8814 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8815 vertical-motion when selective-display is active.
8816
8817 * ido.el (ido-setup-hook): New hook.
8818 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8819 (ido-input-stack): New var.
8820 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8821 ido-next-work-file binding to M-O.
8822 Bind M-f to ido-wide-find-file-or-pop-dir.
8823 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8824 (ido-read-internal): Run ido-setup-hook.
8825 Catch quit in read-file-name and read-string to cancel edit.
8826 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8827 Automatically pop-all when completing a directory name (RET).
8828 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8829 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8830 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8831 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8832 New functions for M-b/M-f to move among the directory components.
8833 (ido-make-merged-file-list): Catch quit to cancel merge.
8834 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8835 (ido-completion-help): No warnings for ido-completion-buffer-full.
8836
8837 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8838
8839 * font-lock.el (font-lock-negation-char-face): New face and variable.
8840 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8841 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8842 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8843 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8844
8845 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8846
8847 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8848 Fix typo in docstring.
8849
8850 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8851 (ebrowse-print-statistics-line)
8852 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8853
8854 * term/w32-win.el (image-library-alist): Add additional name for
8855 Xpm library.
8856
8857 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8858
8859 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8860 use gcc instead of cpp.
8861
8862 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8863 (gdb-create-define-alist): Use it.
8864 (gdb-cpp-define-alist-program): Update for MS-DOS.
8865
8866 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8867
8868 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8869
8870 2005-05-04 Richard M. Stallman <rms@gnu.org>
8871
8872 * help.el (describe-key): No error when UNTRANSLATED is nil.
8873
8874 * simple.el (line-move-1): Fix previous change to signal errors
8875 appropriately.
8876
8877 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8878
8879 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8880 (icalendar-duration-correction): Remove.
8881 (icalendar--get-event-properties): Split result at commas.
8882 (icalendar--decode-isoduration): New optional argument
8883 DURATION-CORRECTION.
8884 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8885 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8886 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8887 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8888 (icalendar--convert-anniversary-to-ical): New functions, extracted
8889 from icalendar-export-region, with bug fixes.
8890 (icalendar-export-region): Use the above functions.
8891 (icalendar-import-buffer): Check before saving diary file.
8892 (icalendar--convert-recurring-to-diary)
8893 (icalendar--convert-non-recurring-all-day-to-diary)
8894 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8895 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8896 (icalendar--convert-ical-to-diary): Use the above functions.
8897
8898 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8899
8900 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8901 Remove these recent additions.
8902 (c-mode): Restore to before 2005-04-28.
8903
8904 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8905 recent addition.
8906
8907 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8908 (gdb-define-alist): New variables.
8909 (gdb-create-define-alist): New function.
8910 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8911 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8912 with string-to-number.
8913 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8914
8915 * progmodes/gud.el: Replace string-to-int with string-to-number.
8916 (gud-find-file): Handle gdb-define-alist.
8917
8918 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8919
8920 2005-05-02 Jay Belanger <belanger@truman.edu>
8921
8922 * calc/calc-aent.el (math-read-token):
8923 * calc/calc-bin.el (calc-word-size):
8924 * calc/calc-ext.el (calc-read-number-fancy):
8925 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8926 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8927 * calc/calc-frac.el (calc-over-notation):
8928 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8929 (calc-graph-num-points, calc-graph-init):
8930 * calc/calc-prog.el (calc-read-parse-table-part)
8931 (calc-edit-macro-repeats):
8932 * calc/calc-yank.el (calc-do-grab-rectangle):
8933 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8934 Replace `string-to-int' by `string-to-number'.
8935
8936 2005-05-02 Kim F. Storm <storm@cua.dk>
8937
8938 * kmacro.el: Use executing-kbd-macro-index variable.
8939
8940 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8941
8942 * net/rlogin.el (rlogin-parse-words): Delete func.
8943 (rlogin): Use split-string, not rlogin-parse-words.
8944 Also, if there are option-like elements in the parsed args,
8945 take the host to be the first arg immediately following them.
8946 Suggested by Michael Mauger.
8947
8948 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8949
8950 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8951
8952 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8953
8954 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8955 (cc-mode-cpp-program): Rename to cc-define-list-program and
8956 move to cc-vars.el.
8957
8958 * progmodes/cc-vars.el (cc-define-list-program):
8959 Change to "gcc -E -dM -". Make customizable.
8960
8961 2005-05-02 Kim F. Storm <storm@cua.dk>
8962
8963 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8964
8965 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8966
8967 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8968
8969 * international/mule-util.el (truncate-string): Remove alias and
8970 obsolete declaration.
8971
8972 * international/mule-cmds.el (update-iso-coding-systems):
8973 Remove alias and obsolete declaration.
8974
8975 * international/mule.el (coding-system-parent): Remove alias and
8976 obsolete declaration.
8977
8978 * subr.el (define-function, sref): Remove aliases and obsolete
8979 declarations.
8980 (chars-in-region): Remove obsolete declaration.
8981
8982 2005-05-01 Richard M. Stallman <rms@gnu.org>
8983
8984 * info.el (Info-mode): Set widen-automatically to nil, locally.
8985
8986 * simple.el (widen-automatically): New variable.
8987 (pop-global-mark): Obey widen-automatically.
8988
8989 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8990
8991 * term/xterm.el (function-key-map): Call substitute-key-definition
8992 before the keymap size is increased by a lot of define-key calls.
8993
8994 2005-05-01 Richard M. Stallman <rms@gnu.org>
8995
8996 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8997 Rename ARG to ELEMENT. Doc fix.
8998
8999 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
9000
9001 * allout.el (allout-exposure): Remove macro and obsolete declaration.
9002 Remove references to allout-exposure/change to allout-new-exposure.
9003
9004 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
9005 bytecode symbols.
9006
9007 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
9008 (compiled-function-p, focus-frame, unfocus-frame):
9009 Remove aliases and obsolete declarations.
9010 Back out inadvertent changes from previous commit.
9011
9012 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9013
9014 * files.el (require-final-newline): Make Custom tags consistent
9015 with mode-require-final-newline.
9016 (mode-require-final-newline): Doc fix.
9017
9018 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9019
9020 * international/latexenc.el (latexenc-find-file-coding-system):
9021 Fix regular expressions.
9022
9023 2005-05-01 David Kastrup <dak@gnu.org>
9024
9025 * international/latexenc.el (latexenc-find-file-coding-system):
9026 Fix regular expressions.
9027
9028 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
9029
9030 * subr.el (string-to-int): Make obsolete.
9031
9032 2005-04-30 Richard M. Stallman <rms@gnu.org>
9033
9034 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
9035
9036 * loadup.el: load jka-comp-hook.
9037
9038 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
9039 (jka-compr-handler): Add autoload. `put' calls moved
9040 to jka-comp-hook.el.
9041 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
9042 (jka-compr-inhibit): Autoload.
9043
9044 * jka-comp-hook.el: New file.
9045 Enable the mode by default.
9046
9047 * files.el (backup-buffer-copy): Use copy-file instead
9048 of write-region, and put back the 'excl.
9049
9050 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
9051
9052 * progmodes/flymake.el (flymake-split-string)
9053 (flymake-split-string, flymake-log, flymake-pid-to-names)
9054 (flymake-reg-names, flymake-get-source-buffer-name)
9055 (flymake-unreg-names, flymake-add-line-err-info)
9056 (flymake-add-err-info): Clarify docstrings.
9057 (flymake-popup-menu, flymake-make-emacs-menu)
9058 (flymake-make-xemacs-menu): Add docstrings.
9059 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
9060 Set variables directly throughout.
9061
9062 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
9063
9064 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
9065 exists. Initialize cc-define-alist.
9066 (c-mode): Add cc-create-define-alist locally to after-save-hook.
9067 If there is no file (Macroexpansion) don't create an alist.
9068
9069 2005-04-29 Sam Steingold <sds@gnu.org>
9070
9071 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
9072 (cc-create-define-alist): Use it instead of the hard-coded string.
9073
9074 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9075
9076 * international/mule-conf.el (file-coding-system-alist): Fix regexp
9077 for latexenc.
9078
9079 2005-04-29 Lute Kamstra <lute@gnu.org>
9080
9081 * emacs-lisp/generic.el: Improve commentary section.
9082 (define-generic-mode): Improve docstring.
9083
9084 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
9085
9086 * textmodes/org.el (many places): Change to quiet the byte compiler.
9087 (org-prefix-format-compiled): New variable.
9088 (org-compile-prefix-format): New function.
9089 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
9090 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
9091 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
9092 (org-get-entries-from-diary): Use `org-get-time-of-day' for
9093 consistency with entries from `org-mode' files.
9094 (org-get-time-of-day): Fix bug with partial matches early in a line.
9095 (org-non-link-chars): New constant.
9096 (org-link-regexp): Respect `org-non-link-chars'.
9097 (org-agenda-day-view): Remove command.
9098 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
9099 (org-follow-bbdb-link, org-store-link): Search also company field.
9100 (org-highlight-overlay): New variable.
9101 (org-highlight, org-unhighlight): New functions.
9102 (org-agenda-mode): Add pre-command-hook to remove highlight.
9103 (org-evaluate-time-range): Behavior depends upon whether time stamp
9104 contains a time or not.
9105 (org-show-subtree, org-show-entry): New functions.
9106 (org-agenda-cleanup-fancy-diary): Remove empty lines.
9107
9108 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
9109
9110 * comint.el (comint-output-filter-functions): Add autoload cookie.
9111
9112 2005-04-28 Kim F. Storm <storm@cua.dk>
9113
9114 * ido.el (ido-everywhere): Fix last change.
9115
9116 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9117
9118 * international/latexenc.el: New file.
9119 * international/mule-conf.el (file-coding-system-alist): For .tex,
9120 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
9121
9122 2005-04-28 Lute Kamstra <lute@gnu.org>
9123
9124 * font-lock.el (font-lock-add-keywords)
9125 (font-lock-remove-keywords): Clarify docstring.
9126 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
9127 Don't start docstrings with a `*'.
9128 (font-lock-update-removed-keyword-alist): Give it a docstring.
9129
9130 * generic-x.el: Update commentary section.
9131 Only require font-lock when compiling.
9132 Define all modes conditionally.
9133 Place all generic modes in the generic-x-modes customization group.
9134 (generic-x-modes): New customization group.
9135 (generic-default-modes, generic-mswindows-modes)
9136 (generic-unix-modes, generic-other-modes): New constants.
9137 (generic-define-mswindows-modes, generic-define-unix-modes):
9138 Update docstrings. Make them obsolete.
9139 (generic-extras-enable-list): New default value. Update docstring.
9140 Improve :type. Change :set function.
9141 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
9142 Fix docstring.
9143
9144 * emacs-lisp/generic.el (generic-mode-internal):
9145 Simplify font-lock-defaults.
9146 (define-generic-mode): Fix docstring.
9147
9148 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9149
9150 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
9151 font-lock-face property to highlight matches.
9152
9153 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
9154
9155 * progmodes/cc-mode.el (cc-create-define-alist): New function.
9156 (cc-define-alist): New variable.
9157 (c-mode): Make it local and initialize it.
9158
9159 * progmodes/gdb-ui.el (gdb-active-process): New variable.
9160 (gdb-exited): New function.
9161 (gdb-annotation-rules): Use it.
9162 (gdb-starting): Set gdb-active-process to t.
9163 (gdb-stopping): Amend doc string.
9164 (gdb-reset): Set gdb-active-process to nil.
9165
9166 * tooltip.el (tooltip-gud-tips): Show the associated #define
9167 directives when a C program under GDB is not executing.
9168
9169 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9170
9171 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
9172 font-lock-fontify-syntactic-keywords.
9173
9174 * font-lock.el (font-lock-default-fontify-region): Don't force
9175 parse-sexp-lookup-properties to nil.
9176
9177 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9178
9179 * man.el (man-mode-syntax-table): Set up `:' to have
9180 word-constituent syntax.
9181
9182 2005-04-27 Lute Kamstra <lute@gnu.org>
9183
9184 * novice.el (disable-command): Don't add spurious newlines to the
9185 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
9186
9187 2005-04-26 Jay Belanger <belanger@truman.edu>
9188
9189 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
9190 than one window before deleting window.
9191
9192 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
9193
9194 * shell.el (shell-prompt-pattern): Doc fix.
9195 (shell-mode): Set paragraph-separate buffer locally to "\\'".
9196
9197 * comint.el (comint-prompt-regexp, comint-get-old-input)
9198 (comint-use-prompt-regexp)
9199 (comint-use-prompt-regexp-instead-of-fields)
9200 (comint-replace-by-expanded-history, comint-send-input)
9201 (comint-output-filter, comint-get-old-input-default)
9202 (comint-line-beginning-position, comint-bol, comint-show-output)
9203 (comint-backward-matching-input, comint-forward-matching-input)
9204 (comint-next-prompt, comint-previous-prompt):
9205 Rename `comint-use-prompt-regexp-instead-of-fields' to
9206 `comint-use-prompt-regexp'. Keep old name as alias and declare
9207 obsolete.
9208 (comint-use-prompt-regexp): Shorten first line of doc string.
9209
9210 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
9211 Set paragraph-separate buffer locally to "\\'".
9212
9213 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
9214 Adapt to above name change.
9215
9216 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9217 (smbclient-prompt-regexp): Ditto.
9218
9219 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
9220
9221 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
9222
9223 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
9224 gdb-location-list.
9225 Break lines that are over 80 characters wide.
9226
9227 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9228
9229 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
9230 New fun and var, to preserve compatibility.
9231
9232 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
9233
9234 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
9235
9236 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
9237 name to file-newer-than-file-p.
9238
9239 2005-04-26 Richard M. Stallman <rms@gnu.org>
9240
9241 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
9242
9243 * progmodes/python.el (python-mode):
9244 Use new name eldoc-documentation-function.
9245
9246 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
9247
9248 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9249 (eldoc-documentation-function):
9250 Rename from eldoc-print-current-symbol-info-function. Calls changed.
9251
9252 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
9253
9254 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
9255
9256 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9257
9258 * term/xterm.el (function-key-map): Fix strings for
9259 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
9260 {C,S,A,C-S}-{f1-f12}.
9261
9262 2005-04-26 Kenichi Handa <handa@m17n.org>
9263
9264 * international/mule-cmds.el (select-safe-coding-system):
9265 Fix previous change.
9266
9267 2005-04-26 Lute Kamstra <lute@gnu.org>
9268
9269 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
9270
9271 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
9272 (font-lock-comment-delimiter-face): Ditto.
9273
9274 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
9275
9276 2005-04-25 Jay Belanger <belanger@truman.edu>
9277
9278 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
9279 to t while inserting information; use help-mode.
9280
9281 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9282
9283 * term.el (ansi-term-color-vector): Use the xterm colors.
9284 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
9285
9286 2005-04-25 Lute Kamstra <lute@gnu.org>
9287
9288 * font-core.el (font-lock-defaults): Fix docstring.
9289
9290 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
9291
9292 2005-04-25 Kenichi Handa <handa@m17n.org>
9293
9294 * international/mule-cmds.el (select-safe-coding-system):
9295 Don't check consistency with coding: spec, etc if raw-text or
9296 no-conversion was found to be safe.
9297
9298 2005-04-24 Richard M. Stallman <rms@gnu.org>
9299
9300 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
9301 citation markers at start of each line.
9302
9303 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
9304 citation markers at start of each line.
9305
9306 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
9307
9308 * files.el (mode-require-final-newline): Fix previous change.
9309 (require-final-newline): Fix type label.
9310
9311 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9312
9313 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9314 statement in buffer (broken by 2004-11-24 change).
9315
9316 2005-04-24 Kim F. Storm <storm@cua.dk>
9317
9318 * ido.el (ido-everywhere): Save and restore old read-buffer-function
9319 and read-file-name-function values. Don't overwrite existing
9320 non-nil values if ido-mode is enabled without ido-everywhere.
9321
9322 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
9323
9324 * files.el (mode-require-final-newline): Minor doc fix.
9325
9326 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9327
9328 * subr.el (syntax-after): Doc fix.
9329 (syntax-class): If argument is nil, return nil. Mask off upper 16
9330 bits, not 8 bits.
9331
9332 * files.el (mode-require-final-newline): Doc fix.
9333 (backup-buffer-copy): Fix last change.
9334
9335 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9336
9337 * term/mac-win.el: Require select. Set selection-coding-system to
9338 mac-system-coding-system. Call menu-bar-enable-clipboard.
9339 (x-last-selected-text-clipboard, x-last-selected-text-primary)
9340 (x-select-enable-clipboard): New variables.
9341 (x-select-text, x-get-selection, x-selection-value)
9342 (x-get-selection-value, mac-select-convert-to-string)
9343 (mac-services-open-file, mac-services-open-selection)
9344 (mac-services-insert-text): New functions.
9345 (CLIPBOARD, FIND): Put mac-scrap-name property.
9346 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9347 (public.tiff): Put mac-ostype property.
9348 (selection-converter-alist): Add entries for them.
9349 (mac-application-menu-map): New keymap.
9350 (interprogram-cut-function, interprogram-paste-function): Set to
9351 x-select-text and x-get-selection-value, respectively.
9352 (split-window-keep-point): Set to t.
9353
9354 2005-04-23 Richard M. Stallman <rms@gnu.org>
9355
9356 * files.el (read-directory-name): Always pass non-nil
9357 DEFAULT-FILENAME arg to read-file-name.
9358 (backup-buffer-copy, basic-save-buffer-2): Take care against
9359 writing thru an unexpected existing symlink.
9360 (revert-buffer): In indirect buffer, revert the base buffer.
9361 (magic-mode-alist): Doc fix.
9362 (buffer-stale-function): Doc fix.
9363 (minibuffer-with-setup-hook): Avoid warning.
9364 (mode-require-final-newline): Doc and custom fix.
9365
9366 * follow.el (follow-end-of-buffer): Use with-no-warnings.
9367
9368 * font-lock.el (font-lock-comment-face): On terminals with few colors,
9369 use the default appearance.
9370 (font-lock-comment-delimiter-face): New face, new variable.
9371
9372 * imenu.el (imenu--generic-function): The official position of a
9373 definition is the start of the line that BEG is in.
9374
9375 * midnight.el (midnight-timer): Move defvar up.
9376
9377 * mouse.el (mouse-drag-region-1): Delete some debugging code.
9378
9379 * saveplace.el (save-place-to-alist): Use with-no-warnings.
9380
9381 * startup.el (command-line): Use with-no-warnings.
9382
9383 * window.el (window-size-fixed): New defvar.
9384
9385 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9386
9387 * mail/rmail.el (rmail-font-lock-keywords):
9388 Use font-lock-comment-delimiter-face.
9389
9390 * mail/sendmail.el (mail-font-lock-keywords):
9391 Use font-lock-comment-delimiter-face.
9392
9393 * progmodes/compile.el (next-error-highlight-timer): New defvar.
9394
9395 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9396
9397 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9398 Specify t for LAXMATCH when matching directories.
9399 Save match data around compilation-compat-error-properties form.
9400
9401 2005-04-23 David Kastrup <dak@gnu.org>
9402
9403 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9404 Mention that the autoloaded aliases should be kept for AUCTeX.
9405
9406 2005-04-23 Andreas Schwab <schwab@suse.de>
9407
9408 * isearch.el (isearch-forward): Doc fix.
9409
9410 2005-04-23 Eli Zaretskii <eliz@gnu.org>
9411
9412 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9413 (jit-lock-stealth-nice): Change default value to 0.5.
9414
9415 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
9416
9417 * abbrev.el (write-abbrev-file): Write table entries in
9418 alphabetical order by table name.
9419
9420 2005-04-22 Kim F. Storm <storm@cua.dk>
9421
9422 * ido.el (ido-read-internal): Fix `list' completion.
9423
9424 2005-04-22 Kenichi Handa <handa@m17n.org>
9425
9426 * recentf.el (recentf-save-file-coding-system): New variable.
9427 (recentf-save-list): Encode the file by
9428 recentf-save-file-coding-system and add coding: tag.
9429
9430 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9431
9432 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9433
9434 2005-04-21 Lute Kamstra <lute@gnu.org>
9435
9436 * loadhist.el (unload-feature): Don't remove a function from hooks
9437 if it is about to be restored to an autoload . Remove functions
9438 that will become unbound from auto-mode-alist. Simplify the code.
9439
9440 * subr.el (assq-delete-all): New implementation that is linear,
9441 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9442 (rassq-delete-all): New function.
9443
9444 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9445 Add size-indication-mode.
9446
9447 2005-04-21 Kenichi Handa <handa@m17n.org>
9448
9449 * international/mule-cmds.el: Add autoload for widget-value in
9450 eval-when-compile.
9451
9452 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9453
9454 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9455 Add tooltip-mode.
9456
9457 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9458
9459 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9460
9461 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9462 (inferior-lisp-filter-regexp, inferior-lisp-program)
9463 (inferior-lisp-load-command, inferior-lisp-prompt)
9464 (inferior-lisp-mode-hook, lisp-source-modes)
9465 (inferior-lisp-load-hook): defvar->defcustom.
9466 (inferior-lisp-program, inferior-lisp-prompt)
9467 (inferior-lisp-load-hook): Doc fixes.
9468 (inferior-lisp-install-letter-bindings): Small change in
9469 introductory comment.
9470
9471 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9472
9473 * vc.el (vc-annotate-color-map): Change some colors so that text
9474 using them as foreground is readable on both white and black
9475 backgrounds.
9476
9477 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9478
9479 * international/mule-conf.el (translation-table-for-input):
9480 Remove redundant declaration.
9481
9482 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9483
9484 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9485
9486 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9487 (tooltip-toggle-gud-tips): New function.
9488
9489 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9490
9491 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9492 right angle brackets.
9493
9494 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9495
9496 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9497
9498 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9499
9500 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9501 Remove. Update callers to use expand-file-name instead.
9502
9503 * subr.el (syntax-class): New function.
9504
9505 * simple.el (blink-matching-open): Use it.
9506
9507 * paren.el (show-paren-function): Use it to recognize parens that are
9508 also used in 2-char comment markers.
9509
9510 2005-04-19 Lute Kamstra <lute@gnu.org>
9511
9512 * loadhist.el (unload-feature): Update for new format of
9513 load-history. Simplify the code.
9514
9515 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9516
9517 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9518 (mac-add-charset-info): New function. Initialize variable
9519 mac-charset-info-alist using it.
9520 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9521 for translation.
9522 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9523 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9524 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9525 New CCL programs.
9526
9527 2005-04-19 Kim F. Storm <storm@cua.dk>
9528
9529 * simple.el (next-buffer, prev-buffer, next-error)
9530 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9531 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9532
9533 * bindings.el (next-buffer, prev-buffer, next-error)
9534 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9535 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9536 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9537 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9538
9539 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9540
9541 * isearch.el (isearch-edit-string): Make the search-ring available for
9542 minibuffer history commands.
9543 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9544 the default history commands now work just as well.
9545 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9546
9547 2005-04-18 Kim F. Storm <storm@cua.dk>
9548
9549 * emulation/cua-base.el (cua--pre-command-handler): Add more
9550 elaborate check for shift modifier on non-window systems.
9551
9552 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9553
9554 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9555
9556 2005-04-18 Kim F. Storm <storm@cua.dk>
9557
9558 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9559 and make it optional. Don't test tooltip-gud-echo-area here.
9560 (tooltip-gud-process-output, gdb-tooltip-print):
9561 Pass tooltip-gud-echo-area to tooltip-show.
9562 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9563
9564 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9565
9566 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9567 `display-graphic-p' may not be bound yet.
9568
9569 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9570
9571 * startup.el (command-line): No longer enable Xterm Mouse mode by
9572 default in terminals compatible with xterm.
9573
9574 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9575
9576 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9577
9578 * tooltip.el (tooltip-gud-echo-area): Rename from
9579 tooltip-use-echo-area.
9580 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9581 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9582 area independently of where help tooltips are displayed.
9583
9584 2005-04-17 David Kastrup <dak@gnu.org>
9585
9586 * cus-theme.el (custom-theme-write-variables): Quote variables
9587 where necessary.
9588
9589 2005-04-17 Richard M. Stallman <rms@gnu.org>
9590
9591 * simple.el (yank-excluded-properties): Add follow-link to value.
9592
9593 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9594
9595 * startup.el (fancy-splash-max-time): Just 30 seconds.
9596 (fancy-splash-delay): Just 7.
9597 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9598
9599 * loadhist.el (unload-feature): Update for new format of load-history.
9600 Simplify the code.
9601
9602 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9603 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9604
9605 * mail/sendmail.el (mail-font-lock-keywords):
9606 Don't fontify subject text.
9607 Don't fontify the text of a citation.
9608
9609 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9610
9611 * comint.el (comint-output-filter): Run comint-output-filter-functions
9612 with point where the user had it.
9613
9614 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9615
9616 * international/ucs-tables.el (ucs-set-table-for-input):
9617 Disable when using unify-on-decoding.
9618
9619 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9620
9621 * emulation/cua-base.el (cua-global-mark-face): Add special case
9622 for displays supporting a high number of colors.
9623
9624 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9625
9626 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9627
9628 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9629
9630 * filesets.el (filesets-add-buffer): If user supplies a name of a
9631 non-existing fileset, create a new fileset.
9632
9633 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9634
9635 * textmodes/org.el (org-up-heading-all): Fix bug with
9636 `outline-up-heading-all'.
9637
9638 2005-04-16 Andreas Schwab <schwab@suse.de>
9639
9640 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9641 /etc/permissions.d/* and /etc/aliases.d/*.
9642
9643 2005-04-16 Kenichi Handa <handa@m17n.org>
9644
9645 * international/code-pages.el (cp-make-coding-system):
9646 Set `translation-table-for-input' property value to the symbol
9647 ucs-mule-to-mule-unicode, not to that value.
9648 (pt154): Escape guillemet by `\'.
9649
9650 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9651
9652 * loadup.el: Load tooltip if x-show-tip is fboundp.
9653
9654 * startup.el (command-line): Add comment.
9655
9656 * tooltip.el (tooltip-mode): Specify correct standard value for
9657 Custom in init-value.
9658
9659 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9660
9661 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9662 possible.
9663
9664 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9665
9666 * textmodes/org.el (org-agenda-date-prompt): Rename from
9667 `org-agenda-date-today'.
9668 (org-evaluate-time-range): Insert at point instead of directly
9669 after time range.
9670 (org-first-headline-recenter, org-subtree-end-visible-p)
9671 (org-optimize-window-after-visibility-change): New functions
9672 (org-agenda-post-command-hook): Don't allow point at end of line,
9673 to make sure it always hits the text properties.
9674 (org-agenda-next-date-line, org-agenda-previous-date-line):
9675 New commands.
9676 (org-set-regexps-and-options): Category may contain white space.
9677 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9678 Improve marker positions.
9679 (org-agenda-new-marker): Argument POS made optional.
9680 (org-agenda-get-timestamps): Deadlines which are done are listed
9681 in org-done-face now.
9682 (org-agenda-get-todos, org-agenda-get-timestamps)
9683 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9684 Set `undone-face' and `done-face' properties.
9685 (org-last-todo-state-is-todo): New variable.
9686 (org-todo): Set `org-last-todo-state-is-todo'.
9687 (org-agenda-todo): Change face according to
9688 `org-last-todo-state-is-todo'. And change other lines referring to
9689 the same entry.
9690 (org-calendar-goto-agenda): New command.
9691 (org-calendar-to-agenda-key): New option.
9692 (org-startup-folded): New allowed value `content'.
9693 (org-set-regexps-and-options): Accept new value `content' for
9694 `org-startup-folded'.
9695 (org-get-current-options): Handle new value `content' for
9696 `org-startup-folded'.
9697 (org-insert-todo-heading): New command.
9698 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9699 interactively in empty file and option
9700 `org-insert-mode-line-in-empty-file' has been set.
9701 (org-agenda-todo,org-agenda-priority): Modify to use
9702 `org-agenda-change-all-lines'.
9703 (org-warning-face): Change color on dark background
9704
9705 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9706
9707 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9708 use preferences AppleLocale and AppleLanguages, and variable
9709 mac-system-locale for default locale. On Mac OS Classic, use
9710 mac-system-coding-system for default coding systems.
9711
9712 * term/mac-win.el: Don't set file-name-coding-system.
9713 Decode variables system-name, emacs-build-system, user-login-name, and
9714 user-full-name by mac-system-coding-system on Mac OS Classic.
9715 (mac-system-coding-system): New variable.
9716
9717 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9718
9719 * startup.el (command-line): Handle `xterm-mouse-mode' before
9720 reading init file.
9721
9722 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9723
9724 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9725
9726 * progmodes/sh-script.el (sh-here-document-word): Make it a
9727 defcustom. Doc fix.
9728 (sh-add): Bash uses $(( )) for arithmetic.
9729 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9730 (sh-maybe-here-document): Remove quotes and leading whitespace
9731 from heredoc word when closing. Indent heredoc with tabs if word
9732 starts with "-".
9733
9734 2005-04-13 Richard M. Stallman <rms@gnu.org>
9735
9736 * simple.el (undo): Fix previous change.
9737
9738 * custom.el (defface): Doc fix.
9739
9740 2005-04-13 Lute Kamstra <lute@gnu.org>
9741
9742 * Makefile.in (DONTCOMPILE): Remove list.
9743 (compile, compile-always): Don't use DONTCOMPILE.
9744 (update-authors): Load the library in which batch-update-authors
9745 is defined.
9746 * makefile.w32-in (DONTCOMPILE): Remove list.
9747 (compile, compile-always): Fix comments.
9748 (update-authors): Load the library in which batch-update-authors
9749 is defined.
9750
9751 * generic-x.el (generic-mode-ini-file-find-file-hook):
9752 Rename to ini-generic-mode-find-file-hook.
9753 Keep generic-mode-ini-file-find-file-hook as an alias.
9754 (ini-generic-mode-find-file-hook): Rename from
9755 generic-mode-ini-file-find-file-hook. Fix docstring.
9756 (ini-generic-mode): Docstring change.
9757 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9758
9759 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9760 called from lisp.
9761
9762 * generic.el: Move to the emacs-lisp subdir.
9763
9764 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9765
9766 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9767 and C-S- function and cursor motion keys.
9768
9769 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9770
9771 * startup.el (command-line): Enable Xterm Mouse mode by default.
9772 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9773 for Custom. No longer show "Mouse" in mode line when enabled.
9774 Doc fix.
9775
9776 2005-04-12 Kim F. Storm <storm@cua.dk>
9777
9778 * emulation/cua-base.el (cua-rectangle-face)
9779 (cua-rectangle-noselect-face): Define face attributes here.
9780
9781 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9782
9783 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9784
9785 * startup.el (command-line): Turn off blinking cursor if
9786 cursorBlink in resources is off or false.
9787
9788 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9789
9790 * term/mac-win.el (dnd): Require dnd.
9791 (mac-drag-n-drop): Call dnd-handle-one-url.
9792 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9793 (kTextEncodingISOLatin2): Remove constants.
9794 (mac-script-code-coding-systems): New constant.
9795 (mac-handle-language-change): New function.
9796 (special-event-map): Bind it to `language-change' event.
9797 (mac-centraleurroman, mac-cyrillic): New coding systems.
9798 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9799 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9800 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9801 encode-mac-cyrillic, respectively.
9802
9803 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9804
9805 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9806 Don't set overlay-arrow-string to "=>" as this is done
9807 globally in C now.
9808
9809 2005-04-12 Lute Kamstra <lute@gnu.org>
9810
9811 * generic-x.el (rc-generic-mode, rul-generic-mode):
9812 Fix auto-mode-alist entries.
9813 (etc-fstab-generic-mode): Tweak fontification.
9814
9815 * generic.el (generic-make-keywords-list): Fix docstring.
9816 (generic-mode-internal): Simplify generic-font-lock-keywords.
9817
9818 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9819
9820 * whitespace.el (whitespace-buffer-leading)
9821 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9822 However, fix the highlight area for the leading and
9823 trailing whitespaces to show space.
9824
9825 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9826
9827 * whitespace.el (whitespace-version): Bump to 3.5
9828
9829 (whitespace-buffer-leading, whitespace-buffer-trailing):
9830 Invert sense of the test to highlight the whitespace.
9831
9832 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9833
9834 * progmodes/gud.el (gud-display-line): GUD uses its own
9835 overlay arrow now so don't set overlay-arrow-string.
9836 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9837
9838 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9839
9840 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9841 (term-ansi-current-reverse, term-ansi-current-invisible)
9842 (term-ansi-face-already-done): Change to boolean.
9843 (term-reset-terminal, term-handle-colors-array): Handle the above
9844 vars accordingly.
9845 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9846 (term-emulate-terminal): Use the new name.
9847
9848 * faces.el (secondary-selection): Use yellow1, not yellow.
9849 (trailing-whitespace): Use red1, not red.
9850
9851 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9852
9853 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9854 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9855 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9856
9857 * cus-edit.el (dnd): New group.
9858
9859 * term/w32-win.el (dnd): Require dnd
9860 (w32-drag-n-drop): Call dnd-handle-one-url.
9861
9862 * x-dnd.el: Require dnd.
9863 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9864 Call dnd-handle-one-url.
9865 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9866 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9867 to dnd-insert-text.
9868 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9869 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9870 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9871 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9872
9873 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9874
9875 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9876
9877 * wdired.el: Doc fixes.
9878 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9879 (wdired-use-dired-vertical-movement): Rename from
9880 wdired-always-move-to-filename-beginning.
9881 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9882 (wdired-change-to-wdired-mode): Change mode name.
9883 (wdired-newline): Delete.
9884
9885 2005-04-11 Richard M. Stallman <rms@gnu.org>
9886
9887 * whitespace.el (whitespace-highlight-the-space):
9888 Don't call whitespace-unhighlight-the-space here.
9889
9890 * simple.el (undo): Record t in undo-equiv-table
9891 for the redo record made by an undo-in-region.
9892
9893 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9894
9895 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9896 (gdb-frame-inferior-io-buffer): New Functions to control
9897 display of separate IO buffer.
9898 (menu): Add them to menu-bar.
9899 (gdb-display-buffer): Check for buffer another frame.
9900 Protect GUD buffer.
9901 (gdb-setup-windows): Create IO buffer if not already there.
9902 (gdb-memory-mode): Remove purecopy noops.
9903
9904 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9905
9906 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9907 and pass to self-insert-command.
9908
9909 2005-04-11 Lute Kamstra <lute@gnu.org>
9910
9911 * generic.el: Commentary section cleanup.
9912 (generic): Delete.
9913 (generic-use-find-file-hook, generic-lines-to-scan)
9914 (generic-find-file-regexp, generic-ignore-files-regexp)
9915 (default-generic-mode, generic-mode-find-file-hook)
9916 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9917 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9918 (generic-use-find-file-hook, generic-lines-to-scan)
9919 (generic-find-file-regexp, generic-ignore-files-regexp)
9920 (default-generic-mode, generic-mode-find-file-hook)
9921 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9922
9923 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9924
9925 * bookmark.el (bookmark-write-file): Catch errors writing file.
9926 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9927
9928 2005-04-10 Richard M. Stallman <rms@gnu.org>
9929
9930 * startup.el (fancy-splash-tail): Update copyright year.
9931 (command-line): Split part of -Q into -D.
9932 (emacs-basic-display): New defvar.
9933 (fancy-splash-text): Correct name of menu item.
9934
9935 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9936
9937 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9938 lines in one node.
9939
9940 * comint.el (comint-send-input): New arg ARTIFICIAL.
9941 Callers in this file changed.
9942
9943 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9944
9945 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9946
9947 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9948
9949 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9950 `ldap-search-internal'.
9951
9952 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9953
9954 * files.el (set-auto-mode-1): Use line-end-position.
9955
9956 * international/latin-1.el:
9957 * international/latin-2.el:
9958 * international/latin-3.el:
9959 * international/latin-4.el:
9960 * international/latin-5.el:
9961 * international/latin-8.el:
9962 * international/latin-9.el: Give punctuation syntax to NBSP.
9963
9964 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9965 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9966 Use char-classes to accept non-ascii letters, accepted in some recent
9967 bibtex implementations.
9968
9969 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9970
9971 * custom.el (custom-set-minor-mode): Any non-nil value for the
9972 variable should enable the mode when set through Custom.
9973
9974 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9975
9976 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9977 TAB binding so tab-always-indent is obeyed.
9978 (vhdl-minibuffer-local-map): Move initialization into declaration.
9979 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9980 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9981 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9982 (vhdl-current-line): Use line-beginning-position.
9983 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9984 with-output-to-temp-buffer, so the current position can be recorded.
9985
9986 2005-04-10 Masatake YAMATO <jet@gyve.org>
9987
9988 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9989 Add regexp for gcov.
9990
9991 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9992
9993 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9994 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9995 syntax which Emacs 20 doesn't support.
9996
9997 2005-04-09 Richard M. Stallman <rms@gnu.org>
9998
9999 * help.el (describe-key-briefly, describe-key):
10000 Replace strings as event types with "(any string)".
10001
10002 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10003
10004 * arc-mode.el (archive-mode-map): Move initialization into
10005 the declaration. Override *all* bindings of `undo'.
10006 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
10007
10008 2005-04-09 Jay Belanger <belanger@truman.edu>
10009
10010 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
10011
10012 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10013
10014 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
10015 (xterm-register-default-colors): Update color values computation
10016 to match xterm-200.
10017
10018 2005-04-09 Kenichi Handa <handa@m17n.org>
10019
10020 * international/code-pages.el (iso-latin-7): Fix the map.
10021
10022 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
10023
10024 * emacs-lisp/lisp.el (defun-prompt-regexp)
10025 (parens-require-spaces, buffer-end, end-of-defun)
10026 (insert-parentheses): Doc fixes.
10027
10028 2005-04-08 Kim F. Storm <storm@cua.dk>
10029
10030 * comint.el (comint-highlight-prompt): Fix face spec.
10031 * hi-lock.el (hi-green): Likewise.
10032
10033 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
10034
10035 * cus-edit.el (custom-modified-face):
10036 * comint.el (comint-highlight-input): Fix previous changes.
10037 * term.el (term-handle-ansi-escape): Add a comment.
10038
10039 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10040
10041 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
10042 in the buffer and in whitespace-highlighted-space.
10043 (whitespace-unhighlight-the-space): Simplify.
10044 (whitespace-buffer): Simplify.
10045
10046 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
10047
10048 * textmodes/table.el (table-cell-face): Add special case for
10049 displays supporting a high number of colors.
10050 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10051 (vhdl-font-lock-reserved-words-face)
10052 (vhdl-speedbar-architecture-face)
10053 (vhdl-speedbar-instantiation-face)
10054 (vhdl-speedbar-architecture-selected-face)
10055 (vhdl-speedbar-instantiation-selected-face): Likewise.
10056 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
10057 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
10058 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10059 (ebrowse-root-class-face, ebrowse-member-attribute-face)
10060 (ebrowse-progress-face): Likewise.
10061 * progmodes/compile.el (compilation-info-face): Likewise.
10062 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
10063 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
10064 * calendar/calendar.el (diary-face): Likewise.
10065 * woman.el (woman-italic-face, woman-bold-face)
10066 (woman-unknown-face): Likewise.
10067 * wid-edit.el (widget-button-pressed-face): Likewise.
10068 * whitespace.el (whitespace-highlight-face): Likewise.
10069 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
10070 * pcvs-info.el (cvs-marked-face): Likewise.
10071 * info.el (info-xref): Likewise.
10072 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
10073 * hilit-chg.el (highlight-changes-face)
10074 (highlight-changes-delete-face): Likewise.
10075 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
10076 (hi-red-b): Likewise.
10077 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
10078 * font-lock.el (font-lock-keyword-face)
10079 (font-lock-function-name-face, font-lock-warning-face): Likewise.
10080 * cus-edit.el (custom-invalid-face, custom-modified-face)
10081 (custom-set-face, custom-changed-face, custom-variable-tag-face)
10082 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
10083 * comint.el (comint-highlight-prompt): Likewise.
10084
10085 2005-04-08 Lute Kamstra <lute@gnu.org>
10086
10087 * font-lock.el (font-lock-keywords): Docstring fixes.
10088
10089 2005-04-08 Kenichi Handa <handa@m17n.org>
10090
10091 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
10092 chars are more than a limit, print " and more..." at the tail.
10093
10094 2005-04-08 Kim F. Storm <storm@cua.dk>
10095
10096 * emacs-lisp/authors.el (authors-aliases): Update list.
10097 (authors-ignored-files): New list.
10098 (authors-fixed-entries): Fix typo.
10099 (authors-renamed-files-alist): Update list.
10100 (authors-add): Check authors-ignored-files.
10101
10102 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
10103
10104 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
10105 optional, to ensure backward compatibility.
10106
10107 2005-04-08 Stephen Eglen <stephen@gnu.org>
10108
10109 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
10110
10111 2005-04-08 Kim F. Storm <storm@cua.dk>
10112
10113 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
10114
10115 * mouse.el (mouse-on-link-p): Doc fix.
10116
10117 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
10118
10119 * ielm.el (ielm-prompt-read-only): Doc fix.
10120
10121 * comint.el (comint-prompt-read-only): Doc fix.
10122
10123 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
10124
10125 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
10126 ensure dired always handles wildcards passed to ffap.
10127 (find-file-at-point): Use it.
10128 (ffap-dired-wildcards): Doc fix.
10129
10130 2005-04-07 Juri Linkov <juri@jurta.org>
10131
10132 * simple.el (next-error-overlay-arrow-position): New defvar.
10133 Put "=>" on its property `overlay-arrow-string'. Add it to
10134 `overlay-arrow-variable-list'.
10135
10136 * progmodes/compile.el (compilation-setup):
10137 Set `next-error-overlay-arrow-position' to nil. Also set it to
10138 nil in the local hook `kill-buffer-hook'. Make local variable
10139 `overlay-arrow-string' and set it to "=>".
10140 (compilation-goto-locus): Set BOL position to
10141 `next-error-overlay-arrow-position' instead of
10142 `overlay-arrow-position'.
10143
10144 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
10145 locally instead of adding it to the global hook.
10146 (Info-kill-buffer): Move up.
10147
10148 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
10149
10150 * term/xterm.el (xterm-standard-colors): Update color values from
10151 xterm-200.
10152
10153 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
10154
10155 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
10156
10157 * fast-lock.el:
10158 * lazy-lock.el: Move them to the obsolete subdir.
10159
10160 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10161
10162 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
10163 (wdired-add-replace-advice): Remove.
10164 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
10165
10166 2005-04-06 Kim F. Storm <storm@cua.dk>
10167
10168 * startup.el (command-line): Add --bare-bones alias for -Q.
10169
10170 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10171
10172 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
10173 create the startup fontset if a font specification ends with
10174 `mac-roman'.
10175
10176 2005-04-06 Lute Kamstra <lute@gnu.org>
10177
10178 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
10179 change.
10180
10181 * emacs-lisp/copyright.el (copyright-update-year): Replace the
10182 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
10183
10184 2005-04-05 Lute Kamstra <lute@gnu.org>
10185
10186 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
10187 (define-generic-mode): Ditto. Fix debug declaration.
10188
10189 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10190 Put them in the generic-x group.
10191
10192 * calendar/timeclock.el (timeclock): Doc fix.
10193
10194 * generic.el (define-generic-mode): Don't use custom-current-group.
10195 Document default :group value.
10196 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
10197 (define-global-minor-mode): Don't use custom-current-group.
10198
10199 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
10200
10201 * startup.el (command-line-1): Display startup-echo-area-message
10202 when fancy splash screen is in use.
10203
10204 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
10205 (sh-escaped-newline): New face.
10206 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
10207 newline, and use sh-escaped-newline face.
10208
10209 * progmodes/tcl.el (tcl-escaped-newline): New face.
10210 (tcl-builtin-list): New variable.
10211 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
10212 newlines. Fix keywords subexpression number.
10213
10214 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
10215
10216 * textmodes/org.el (org-diary-default-entry): Fix call to
10217 `add-to-diary-entry'.
10218
10219 2005-04-05 Kim F. Storm <storm@cua.dk>
10220
10221 * ediff-init.el: Use (featurep 'xemacs).
10222
10223 2005-04-05 David Ponce <david@dponce.com>
10224
10225 * cus-edit.el (face): Derive from symbol widget. Display sample
10226 of the current face on the fly.
10227 (widget-face-sample-face-get, widget-face-notify): New functions.
10228 (widget-face-value-create): Remove.
10229
10230 * wid-edit.el (widget-field-end): Temporarily remove field
10231 narrowing before to call `get-char-property'.
10232
10233 2005-04-04 Jay Belanger <belanger@truman.edu>
10234
10235 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
10236 (math-read-subscripts): New variable.
10237 (math-read-preprocess-string): Process subscripts.
10238
10239 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
10240
10241 * comint.el (comint-prompt-read-only): Doc fix.
10242
10243 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
10244 `-1'. Doc fix.
10245
10246 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
10247
10248 * textmodes/org.el (org-insert-mode-line-in-empty-file):
10249 Change default value to nil.
10250
10251 2005-04-04 Lute Kamstra <lute@gnu.org>
10252
10253 * autorevert.el (auto-revert-mode): Specify :group.
10254 * battery.el (display-battery-mode): Specify :group.
10255 * diff-mode.el (diff-minor-mode): Specify :group.
10256 * font-core.el (font-lock-mode): Specify :group.
10257 * hl-line.el (hl-line-mode): Specify :group.
10258 * iimage.el (iimage): New customization group.
10259 (iimage-mode): Specify :group.
10260 * longlines.el (longlines-mode): Specify :group.
10261 * master.el: Don't require easy-mmode.
10262 (master): New customization group.
10263 (master-mode): Specify :group.
10264 * msb.el (msb-mode): Specify :group.
10265 * reveal.el (reveal-mode): Specify :group.
10266 * simple.el (next-error-follow-minor-mode): Specify :group.
10267 * smerge-mode.el (smerge-mode): Specify :group.
10268 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
10269 * emulation/cua-base.el (cua-mode): Specify :group.
10270 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
10271 * language/thai-util.el (thai-auto-composition-mode)
10272 (thai-word-mode): Specify :group.
10273 * mail/supercite.el (sc-minor-mode): Specify :group.
10274 * progmodes/cwarn.el (cwarn-mode): Specify :group.
10275 * progmodes/flymake.el (flymake-mode): Specify :group.
10276 * progmodes/glasses.el (glasses-mode): Specify :group.
10277 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
10278 * textmodes/enriched.el (enriched-mode): Specify :group.
10279 * textmodes/refill.el (refill-mode): Specify :group.
10280
10281 * add-log.el (change-log-font-lock-keywords): Names in
10282 parenthesized lists can contain spaces.
10283
10284 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
10285
10286 * startup.el (fancy-splash-text): Shorten default text of
10287 "Emacs Tutorial" line. Also, if the current language env
10288 indicates an available tutorial file other than TUTORIAL,
10289 extract its title and append it to the line in parentheses.
10290 (fancy-splash-insert): If arg is a thunk, funcall it.
10291
10292 2005-04-04 Jay Belanger <belanger@truman.edu>
10293
10294 * calc.el (calc-language-alist): Add tags to customization type.
10295
10296 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
10297
10298 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
10299 Doc fix.
10300
10301 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
10302
10303 * add-log.el (change-log-font-lock-keywords): The manual
10304 describing a Change Log entry, says: (...) "Aside from these
10305 header lines, every line in the change log starts with a space or
10306 a tab.". The font-lock was not highlighting lines started with
10307 spaces, added support for it.
10308
10309 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10310
10311 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
10312 (bibtex-generate-url-list): Update docstring accordingly. Put the
10313 complex example in the docstring.
10314 (bibtex-font-lock-url): Use pop.
10315
10316 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10317
10318 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10319
10320 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10321
10322 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10323
10324 * filesets.el (filesets-set-default): Doc fix.
10325
10326 2005-04-03 Lute Kamstra <lute@gnu.org>
10327
10328 * generic.el (define-generic-mode): Add argument to specify
10329 keywords for defcustom.
10330 (default-generic-mode): Specify :group.
10331
10332 * generic-x.el: Specify :group for all generic modes.
10333
10334 * desktop.el (desktop-no-desktop-file-hook)
10335 (desktop-after-read-hook): Doc fix.
10336
10337 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
10338
10339 * simple.el (visible-mode): Use explicit :group keyword.
10340 This changes the group of `visible-mode-hook' from paren-blinking
10341 to editing-basics.
10342
10343 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10344
10345 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
10346 mailbox specifications as well as URLs.
10347 (rmail-insert-inbox-text): Remove unused conditional branches.
10348
10349 2005-04-01 Jay Belanger <belanger@truman.edu>
10350
10351 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10352 (calc-gnuplot-print-command): Move definitions to calc.el.
10353
10354 * calc/calc-embed.el (calc-embedded-announce-formula)
10355 (calc-embedded-open-formula, calc-embedded-close-formula)
10356 (calc-embedded-open-word, calc-embedded-close-word)
10357 (calc-embedded-open-plain, calc-embedded-close-plain)
10358 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10359 (calc-embedded-open-mode, calc-embedded-close-mode):
10360 Move definitions to calc.el.
10361
10362 * calc/calc.el (calc-settings-file, calc-language-alist):
10363 Make customizable.
10364 (calc-embedded-announce-formula, calc-embedded-open-formula)
10365 (calc-embedded-close-formula, calc-embedded-open-word)
10366 (calc-embedded-close-word, calc-embedded-open-plain)
10367 (calc-embedded-close-plain, calc-embedded-open-new-formula)
10368 (calc-embedded-close-new-formula, calc-embedded-open-mode)
10369 (calc-embedded-close-mode, calc-gnuplot-name)
10370 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10371 from other files and make customizable.
10372
10373 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10374
10375 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10376 Use buffer-live-p.
10377 (cvs-mode-run): Don't call cvs-update-header here.
10378 (cvs-run-process): Call cvs-update-header.
10379 Use process properties for cvs-postprocess and cvs-buffer so that
10380 the sentinel can behave better if the temp buffer is killed.
10381 Use a pipe rather than a tty, to better handle unexpected prompts.
10382 (cvs-sentinel): Rewrite. Call cvs-update-header.
10383
10384 2005-04-01 Andre Spiegel <spiegel@gnu.org>
10385
10386 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10387 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
10388
10389 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10390
10391 * generic.el (define-generic-mode): Add indentation rule.
10392
10393 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
10394
10395 * files.el (mode-require-final-newline): Make Custom correctly
10396 report a nil value and allow to set it to nil via Custom.
10397 Doc fix.
10398
10399 2005-04-01 Kenichi Handa <handa@m17n.org>
10400
10401 * international/characters.el: Enable the correct case setting for
10402 dotless-i and dotted-I.
10403
10404 2005-04-01 Kim F. Storm <storm@cua.dk>
10405
10406 * ido.el (ido-file-internal): Fall back to non-ido command if
10407 initial directory is on slow ftp (or tramp) host.
10408
10409 2005-03-31 Richard M. Stallman <rms@gnu.org>
10410
10411 * emacs-lisp/autoload.el (make-autoload):
10412 Handle define-global-minor-mode.
10413
10414 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10415 Rename from easy-mmode-define-global-mode.
10416 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10417
10418 * progmodes/scheme.el (scheme-mode-syntax-table):
10419 Update syntax of | and # for two-character comment syntax.
10420
10421 2005-03-31 Lute Kamstra <lute@gnu.org>
10422
10423 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10424 (define-minor-mode): Call custom-current-group at load-time.
10425
10426 * generic.el (define-generic-mode): Add debug declaration.
10427 Add defcustom for the mode hook.
10428 (generic-mode-internal): Use run-mode-hooks.
10429
10430 2005-03-31 Kim F. Storm <storm@cua.dk>
10431
10432 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10433 (mouse-fixup-help-message): New defun called by show_help_echo
10434 to fixup mouse-2 prefix in help messages when applicable.
10435
10436 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10437
10438 2005-03-31 Kenichi Handa <handa@m17n.org>
10439
10440 * language/thai-word.el (thai-find-word-ends): Pay attention to
10441 the case that we reach the end of buffer.
10442
10443 * textmodes/fill.el (fill-text-properties-at): New function.
10444 (fill-newline): Use fill-text-properties-at instead of
10445 text-properties-at.
10446
10447 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10448
10449 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10450 not comint-quote-filename.
10451
10452 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10453
10454 * help-fns.el (help-with-tutorial): Revert last change.
10455
10456 2005-03-31 Kim F. Storm <storm@cua.dk>
10457
10458 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10459
10460 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10461
10462 * calendar/cal-china.el: Update reference to "Calendrical
10463 Calculations" book; there's a new edition.
10464 * calendar/cal-coptic.el: Likewise.
10465 * calendar/cal-french.el: Likewise.
10466 * calendar/cal-hebrew.el: Likewise.
10467 * calendar/cal-islam.el: Likewise.
10468 * calendar/cal-iso.el: Likewise.
10469 * calendar/cal-julian.el: Likewise.
10470 * calendar/cal-mayan.el: Likewise.
10471 * calendar/cal-persia.el: Likewise.
10472 * calendar/calendar.el: Likewise.
10473 * calendar/holidays.el: Likewise.
10474 * calendar/lunar.el: Likewise.
10475 * calendar/solar.el: Likewise.
10476
10477 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10478 white space from doc string.
10479
10480 2005-03-30 Jay Belanger <belanger@truman.edu>
10481
10482 * calc/calc-help.el (calc-full-help): Remove email address.
10483
10484 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10485
10486 * help-fns.el (help-with-tutorial): Delete title line.
10487
10488 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10489
10490 * calendar/cal-x.el (calendar-one-frame-setup)
10491 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10492 rather than 'symbol for set-window-dedicated-p.
10493
10494 * calendar/appt.el (appt-buffer-name): Make it a constant.
10495 (appt-add): Doc fix.
10496
10497 * filesets.el (filesets-menu-path, filesets-menu-before)
10498 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10499 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10500 (filesets-add-submenu): Delete and use add-submenu instead.
10501
10502 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10503
10504 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10505 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10506 (org-diary-default-entry): New function.
10507 (org-get-entries-from-diary): Better parsing of diary entries.
10508 (org-agenda-check-no-diary): New function.
10509 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10510 linking to diary entries.
10511 (org-agenda-execute-calendar-command): New function.
10512 (org-agenda): Improve visible section in window.
10513 Use `org-fit-agenda-window'.
10514 (org-fit-agenda-window): New option.
10515 (org-move-subtree-down): Better handling of empty lines
10516 at end of subtree.
10517 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10518 levels up.
10519 (org-fontify-done-headline): New option.
10520 (org-headline-done-face): New face.
10521 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10522 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10523 When current field is non-empty, it is copied to next row.
10524 (org-table-copy-from-above): Fix bug which made it
10525 impossible to copy fields containing only a single non-white character.
10526
10527 2005-03-30 Kim F. Storm <storm@cua.dk>
10528
10529 * kmacro.el (kmacro-end-macro): Isearch may store this command
10530 into the macro -- so ignore it when executing keyboard macro.
10531
10532 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10533
10534 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10535
10536 2005-03-29 Kenichi Handa <handa@m17n.org>
10537
10538 * language/thai.el ("Thai"): Set setup-function and exit-function
10539 for Thai language environment.
10540
10541 * language/thai-util.el: Require thai-word.
10542 (thai-word-mode-map): New variable.
10543 (thai-word-mode): New minor mode.
10544 (setup-thai-language-environment-internal): New function.
10545 (exit-thai-language-environment-internal): New function.
10546
10547 * language/thai-word.el (thai-word-table): Declare it by defvar,
10548 use dolist to initialize it.
10549 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10550 (thai-fill-find-break-point): New functions.
10551
10552 2005-03-29 Richard M. Stallman <rms@gnu.org>
10553
10554 * simple.el (idle-update-delay): Move definition up.
10555 (set-mark): Doc fix.
10556
10557 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10558
10559 * longlines.el: New file.
10560
10561 * simple.el (buffer-substring-filters): New variable.
10562 (filter-buffer-substring): New function.
10563 (kill-region, copy-region-as-kill): Use it.
10564
10565 * register.el (copy-to-register, append-to-register)
10566 (prepend-to-register): Use filter-buffer-substring.
10567
10568 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10569
10570 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10571 (gud-filter-pending-text): Move in front of gdb.
10572 (gud-overlay-arrow-position): New variable.
10573 (gud-sentinel, gud-display-line): Use it in place of
10574 overlay-arrow-position.
10575
10576 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10577
10578 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10579 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10580 (fortran-font-lock-keywords-4): New variable.
10581 (fortran-blocks-re, fortran-end-block-re)
10582 (fortran-start-block-re): New constants, for hideshow.
10583 (hs-special-modes-alist): Add a Fortran entry.
10584 (fortran-mode-map): Bind fortran-end-of-block,
10585 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10586 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10587 (fortran-looking-at-if-then, fortran-end-of-block)
10588 (fortran-beginning-of-block): New functions, for hideshow.
10589
10590 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10591 Doc fix. Tweak regexp.
10592 (f90-beginning-of-block): Push mark first.
10593
10594 2005-03-29 Jay Belanger <belanger@truman.edu>
10595
10596 * calc/calc.el: Update copyright date.
10597 (calc-version): Increase to 2.1.
10598 (calc-version-date): Remove.
10599
10600 * calc/calc-help.el: Update copyright date.
10601 (calc-full-help): Remove reference to calc-version-date.
10602 Update copyright date.
10603
10604 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10605
10606 * vc.el (vc-do-command): Use a pipe for async processes, so password
10607 prompts don't show up at places where the user can't reply.
10608
10609 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10610
10611 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10612 on the file name we pass to the inferior shell.
10613
10614 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10615
10616 * progmodes/which-func.el (which-function): Be robust in the face of an
10617 imenu--make-index-alist failure.
10618
10619 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10620
10621 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10622
10623 * progmodes/python.el (python-preoutput-filter): Fix last change.
10624
10625 2005-03-29 Lute Kamstra <lute@gnu.org>
10626
10627 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10628 functions and compiled macros.
10629 (debug-convert-byte-code): Handle macros too.
10630 (debug-on-entry-1): Don't signal an error when trying to clear a
10631 function that is not set to debug on entry.
10632
10633 2005-03-29 Jay Belanger <belanger@truman.edu>
10634
10635 * calc/calc-lang.el: Add functions to math-function-table
10636 properties of tex and math.
10637
10638 2005-03-29 Kenichi Handa <handa@m17n.org>
10639
10640 * ps-mule.el (ps-mule-plot-string): Translate characters by
10641 ps-print-translation-table.
10642 (ps-mule-begin-job): Call find-charset-region/string with
10643 ps-print-translation-table.
10644 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10645
10646 * ps-print.el (ps-print-translation-table): New variable.
10647 (ps-plot-region): Translate characters by ps-print-translation-table.
10648
10649 2005-03-29 Juri Linkov <juri@jurta.org>
10650
10651 * simple.el (next-error-highlight-timer): New variable.
10652
10653 * progmodes/compile.el (compilation-goto-locus):
10654 Use `next-error-highlight-timer' instead of `sit-for'.
10655
10656 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10657
10658 * mail/supercite.el (sc-mail-field): Use assoc-string.
10659 (sc-get-address): Simplify regexps.
10660
10661 * files.el (minibuffer-with-setup-hook): New macro.
10662 (find-file-read-args): Use it to avoid let-binding
10663 minibuffer-with-setup-hook (which breaks turning on/off
10664 file-name-shadow-mode while in the prompt).
10665
10666 * complete.el (PC-read-include-file-name-internal):
10667 Use test-completion.
10668
10669 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10670
10671 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10672
10673 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10674
10675 * window.el (window-buffer-height): Use count-screen-lines.
10676
10677 * progmodes/python.el (python-preoutput-leftover): New var.
10678 (python-preoutput-filter): Use it.
10679 (python-send-receive): Loop until all the result has been received.
10680
10681 2005-03-28 Juri Linkov <juri@jurta.org>
10682
10683 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10684
10685 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10686 "Recover Crashed Session".
10687 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10688 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10689 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10690 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10691 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10692 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10693 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10694 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10695
10696 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10697 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10698 Ediff Sessions", "Toggle use of separate control buffer frame",
10699 "Use separate frame for Ediff control buffer".
10700
10701 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10702 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10703 "Rename Bookmark", "Delete Bookmark".
10704
10705 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10706 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10707 Add `:active Info-index-alternatives' to "Next Matching Item".
10708
10709 * wdired.el (wdired-change-to-wdired-mode):
10710 Mention `wdired-abort-changes' key in the initial message.
10711
10712 * international/mule.el (auto-coding-alist): Associate non-ascii
10713 image filename extensions with `no-conversion'.
10714
10715 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10716
10717 * international/iso-acc.el:
10718 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10719
10720 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10721
10722 * textmodes/sgml-mode.el (html-mode): Doc update.
10723
10724 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10725
10726 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10727
10728 * term.el (term-move-columns): Fix face after extending a line.
10729 (term-insert-spaces): Likewise.
10730 (term-reset-terminal): Fix off by one error.
10731
10732 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10733
10734 * international/mule.el (auto-coding-alist): Add .xpi files.
10735
10736 * files.el (auto-mode-alist): Add .xpi files.
10737
10738 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10739
10740 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10741
10742 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10743
10744 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10745
10746 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10747
10748 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10749 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10750
10751 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10752 cursor to Jan 1 when needed.
10753 (calendar-end-of-year): Fix -/+ typo.
10754 Reported by Chong Yidong <cyd@stupidchicken.com>.
10755
10756 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10757
10758 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10759
10760 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10761 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10762
10763 2005-03-25 Richard M. Stallman <rms@gnu.org>
10764
10765 * filesets.el (filesets-init): Add autoload.
10766
10767 * mail/mailalias.el (mail-directory): Doc fix.
10768
10769 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10770
10771 * mail/mailalias.el (mail-directory-process): Do nothing if
10772 mail-directory-process is an atom.
10773 (mail-get-names): Ignore mail-directory-names if it is an atom.
10774 (mail-directory-process defvar): Doc fix.
10775 (mail-names): Doc fix.
10776
10777 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10778
10779 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10780
10781 2005-03-26 Kenichi Handa <handa@m17n.org>
10782
10783 * international/mule-util.el (detect-coding-with-priority):
10784 Call update-coding-systems-internal before detect-coding-region.
10785
10786 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10787
10788 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10789 (gdb-frames-mode-map): Add follow-link property.
10790
10791 2005-03-25 Jay Belanger <belanger@truman.edu>
10792
10793 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10794 for variables.
10795
10796 2005-03-25 Juri Linkov <juri@jurta.org>
10797
10798 * image-mode.el: Optimize image filename extension regexps in
10799 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10800 in `auto-mode-alist'.
10801 (image-mode): Add `image-toggle-display-text' to local hook
10802 `change-major-mode-hook'. Display the image as an image by
10803 default. Set `cursor-type' and `truncate-lines' if the image
10804 is already displayed. Take into account the current mode (image
10805 or text) in message.
10806 (image-minor-mode): New minor mode.
10807 (image-mode-maybe, image-toggle-display-text): New functions.
10808 (image-toggle-display): Use called-interactively-p.
10809 Let-bind `inhibit-read-only' to t.
10810
10811 * image-mode.el (image-minor-mode): Set `cursor-type' and
10812 `truncate-lines' if the image is already displayed. Add turning
10813 image-minor-mode off to `change-major-mode-hook'. Add message.
10814 Call `image-toggle-display-text' after turning image-minor-mode off.
10815
10816 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10817
10818 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10819 Terminal.app, use utf-8.
10820 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10821 (set-locale-environment): Use it.
10822
10823 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10824
10825 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10826
10827 * progmodes/python.el (python-close-block-statement-p)
10828 (python-outdent-p, python-current-defun): Use symbol-end.
10829
10830 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10831
10832 * files.el (save-some-buffers): Doc fix.
10833
10834 2005-03-25 Werner Lemberg <wl@gnu.org>
10835
10836 * complete.el, thumbs.el: Replace `legal' with `valid'.
10837 * calendar/calendar.el: Replace `legal' with `valid'.
10838 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10839 * mail/supercite.el: Replace `legal' with `valid'.
10840 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10841 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10842 Replace `legal' with `valid'.
10843 * textmodes/reftex-vars.el, textmodes/reftex.el:
10844 Replace `legal' with `valid'.
10845
10846 2005-03-25 Werner Lemberg <wl@gnu.org>
10847
10848 * calc/calc-forms.el, calc/calc-sel.el:
10849 * midnight.el, vc-cvs.el:
10850 * emacs-lisp/cl-macs.el:
10851 * emulation/vip.el:
10852 * eshell/esh-io.el, eshell/esh-var.el:
10853 * mail/supercite.el:
10854 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10855 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10856 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10857 * progmodes/sh-script.el, progmodes/xscheme.el:
10858 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10859 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10860 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10861 * textmodes/reftex.el, textmodes/org.el:
10862 Replace `illegal' with `invalid'.
10863
10864 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10865
10866 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10867 (flymake-find-buildfile, flymake-find-possible-master-files)
10868 (flymake-check-include, flymake-parse-line): Replace loops over the
10869 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10870
10871 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10872 Substitute file-name-as-directory in the rest of the file.
10873 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10874 (flymake-replace-region): Remove unused arg `buffer'.
10875 (flymake-check-patch-master-file-buffer): Update calls to it.
10876 (flymake-add-err-info): Remove unused var `count'.
10877 (flymake-mode): Use define-minor-mode.
10878
10879 * progmodes/flymake.el: Use with-current-buffer.
10880 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10881 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10882 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10883 Avoid testing for `xemacs'.
10884 (flymake-nop): Move.
10885 (flymake-region-has-flymake-overlays): Return the computed value.
10886 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10887 Remove unused var `endline'.
10888 (flymake-get-line-count): Remove unused function.
10889 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10890
10891 * emulation/vi.el:
10892 * generic.el:
10893 * hilit-chg.el (global-highlight-changes):
10894 * hi-lock.el (hi-lock-mode):
10895 * follow.el: find-file-hooks -> find-file-hook.
10896
10897 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10898
10899 2005-03-24 Juri Linkov <juri@jurta.org>
10900
10901 * dired.el (dired-mode-map): Add menu item "Compare directories"
10902 for dired-compare-directories.
10903
10904 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10905 Doc fix. Replace `read-file-name' with `read-directory-name'.
10906
10907 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10908
10909 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10910
10911 2005-03-24 Jay Belanger <belanger@truman.edu>
10912
10913 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10914 relevant mode settings in calc-embedded-original-modes when modes
10915 are permanently changed.
10916
10917 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10918
10919 * autoinsert.el: find-file-hooks -> find-file-hook.
10920
10921 2005-03-24 Lute Kamstra <lute@gnu.org>
10922
10923 * generic.el (generic-font-lock-defaults): Make it obsolete.
10924 (generic-font-lock-keywords): New variable to replace
10925 generic-font-lock-defaults.
10926 (generic-mode-set-font-lock): Delete it.
10927 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10928 (generic-bracket-support): Add docstring.
10929
10930 * generic-x.el: Rename generic-font-lock-defaults to
10931 generic-font-lock-keywords throughout.
10932 (mailagent-rules-setup-function): Delete it.
10933 (mailagent-rules-generic-mode): Use anonymous function instead.
10934 (show-tabs-generic-mode-font-lock-defaults-1)
10935 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10936 Quote faces.
10937 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10938 not foreground.
10939
10940 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10941 Recognize define-generic-mode.
10942
10943 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10944
10945 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10946 if there's no completion table.
10947
10948 2005-03-23 Miles Bader <miles@gnu.org>
10949
10950 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10951 Remove tty-specific variants, as they're no longer needed.
10952
10953 2005-03-23 Lute Kamstra <lute@gnu.org>
10954
10955 * generic-x.el: Code cleanup: make args constant whenever possible.
10956 (installshield-statement-keyword-list)
10957 (installshield-system-functions-list)
10958 (installshield-system-variables-list, installshield-types-list)
10959 (installshield-funarg-constants-list): Make them constants.
10960
10961 * generic.el (generic-make-keywords-list): Add autoload cookie.
10962
10963 * calendar/time-date.el: Add comment on time value formats.
10964 Don't require parse-time.
10965 (with-decoded-time-value): New macro.
10966 (encode-time-value): New function.
10967 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10968 (days-to-time): Return a valid time value when arg is huge.
10969 (time-since): Use time-subtract.
10970 (time-to-number-of-days): Use time-to-seconds.
10971
10972 2005-03-23 David Ponce <david@dponce.com>
10973
10974 * recentf.el: (recentf-keep): New option.
10975 (recentf-menu-action): Default to `find-file'.
10976 (recentf-keep-non-readable-files-flag)
10977 (recentf-keep-non-readable-files-p)
10978 (recentf-file-readable-p, recentf-find-file)
10979 (recentf-cleanup-remote): Remove.
10980 (recentf-include-p): More robust.
10981 (recentf-keep-p): New function.
10982 (recentf-remove-if-non-kept): Rename from
10983 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10984 All callers updated.
10985 (recentf-menu-items-for-commands): Fix help string.
10986 (recentf-track-closed-file): Update. Doc fix.
10987 (recentf-cleanup): Update. Count removed files. Doc fix.
10988
10989 2005-03-23 Kim F. Storm <storm@cua.dk>
10990
10991 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10992 Don't inherit from fringe face (now happens automatically).
10993
10994 2005-03-22 Kim F. Storm <storm@cua.dk>
10995
10996 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10997 position values.
10998
10999 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11000
11001 * menu-bar.el (showhide-date-time): Remove.
11002 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
11003 (menu-bar-make-mm-toggle): Simplify.
11004
11005 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11006
11007 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
11008 Accept qualified variable and function names.
11009
11010 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
11011
11012 * bindings.el (completion-ignored-extensions):
11013 Remove ".lis" for `vax-vms'.
11014
11015 2005-03-22 Andreas Schwab <schwab@suse.de>
11016
11017 * generic-x.el: Revert last change.
11018 * ldefs-boot.el: Update.
11019
11020 2005-03-22 Jay Belanger <belanger@truman.edu>
11021
11022 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
11023 (calc-embedded-save-original-modes)
11024 (calc-embedded-restore-original-modes): New functions.
11025 (calc-do-embedded): Save original modes when entering embedded mode
11026 and restore when leaving embedded mode.
11027 (calc-embedded-modes-change): Change the value of
11028 calc-embedded-original-modes to reflect permanent changes.
11029
11030 2005-03-22 Lute Kamstra <lute@gnu.org>
11031
11032 * generic-x.el: Require generic again.
11033
11034 2005-03-22 Miles Bader <miles@gnu.org>
11035
11036 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
11037 Tweak details to look good on both ttys and bitmap displays, light
11038 or dark background, etc.
11039
11040 2005-03-21 Kim F. Storm <storm@cua.dk>
11041
11042 * tooltip.el (tooltip-show-help-function): Check car and cdr of
11043 mouse position.
11044
11045 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11046
11047 * icomplete.el: Don't forcibly turn on the mode upon load.
11048 (icomplete-mode): Use define-minor-mode.
11049 (icomplete-eoinput): Default to nil.
11050 (icomplete-minibuffer-setup): Remove autoload.
11051 (icomplete-tidy): Simplify.
11052 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
11053 in the initial state or if the user has modified the field.
11054 Fix handling of icomplete-max-delay-chars.
11055 Remove code that handles the oddball case where
11056 minibuffer-completion-table is an integer.
11057 Wrap icomplete-completions in while-no-input in case building
11058 completions takes more time than expected.
11059 (icomplete-completions): Simplify.
11060
11061 2005-03-21 Richard M. Stallman <rms@gnu.org>
11062
11063 * jka-compr.el (jka-compr-really-do-compress):
11064 Make variable buffer-local.
11065
11066 * image-mode.el: Handle .xpm files too.
11067 (image-toggle-display): Preserve modification flag.
11068
11069 * help.el (where-is): Don't mention aliases with no key bindings.
11070
11071 2005-03-21 Lute Kamstra <lute@gnu.org>
11072
11073 * generic.el: Fix commentary section. Don't require cl for
11074 compilation.
11075 (generic-mode-list): Add autoload cookie.
11076 (generic-use-find-file-hook, generic-lines-to-scan)
11077 (generic-find-file-regexp, generic-ignore-files-regexp)
11078 (generic-mode, generic-mode-find-file-hook)
11079 (generic-mode-ini-file-find-file-hook): Fix docstrings.
11080 (define-generic-mode): Make it a defmacro. Fix docstring.
11081 (generic-mode-internal): Code cleanup. Add autoload cookie.
11082 (generic-mode-set-comments): Code cleanup.
11083 * generic-x.el: Don't prevent compilation. Don't require generic.
11084 Follow coding conventions. Minor code cleanup.
11085 (etc-fstab-generic-mode): Add some keywords.
11086 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
11087 define-generic-mode like a function declaration.
11088
11089 2005-03-21 Jay Belanger <belanger@truman.edu>
11090
11091 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
11092 changing modes.
11093
11094 2005-03-21 Sam Steingold <sds@gnu.org>
11095
11096 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
11097
11098 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
11099
11100 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
11101 Add underscore to "f$ lexicals" regexp.
11102
11103 2005-03-20 Juri Linkov <juri@jurta.org>
11104
11105 * subr.el (progress-reporter-do-update): When `min-value' is equal
11106 to `max-value', set `percentage' to 0 and prevent division by zero.
11107
11108 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
11109
11110 Sync with Tramp 2.0.48.
11111
11112 * net/tramp.el (all): Change all addresses to .gnu.org.
11113 (tramp-append-tramp-buffers): New defun.
11114 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
11115 Catch `dont-send' signal.
11116 (tramp-set-auto-save-file-modes): Set always permissions, because
11117 there might be an old auto-saved file belonging to another
11118 original file. This could be a security threat. Reported by
11119 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
11120 Check for Emacs 21.3.50 removed.
11121
11122 * net/tramp-smb.el (all): Remove debug construct for
11123 `with-parsed-tramp-file-name'.
11124 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
11125 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
11126 No error message if DIRECTORY or FILENAME doesn't exist.
11127 (tramp-smb-open-connection): Check existence of
11128 `tramp-smb-program'.
11129
11130 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11131
11132 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
11133 Properly handle the case where the `m' or `s' command's argument is not
11134 yet terminated.
11135 (perl-indent-new-calculate): New function.
11136 (perl-indent-line): Use it.
11137
11138 2005-03-20 Miles Bader <miles@gnu.org>
11139
11140 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
11141 in text-mode too. Change to new face names.
11142 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
11143 Add `:weight bold' attribute.
11144 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
11145
11146 2005-03-19 Juri Linkov <juri@jurta.org>
11147
11148 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
11149
11150 * international/mule.el (auto-coding-alist): Sync with
11151 `auto-mode-alist' by adding upper case archive file extensions
11152 and adding ear/war to jar extension.
11153
11154 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
11155
11156 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
11157 running, restart it.
11158
11159 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
11160
11161 * finder.el (finder-current-item): Throw an error on an empty line.
11162
11163 * man.el (Man-follow-manual-reference): If current-word returns
11164 nil, use "".
11165
11166 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
11167
11168 * simple.el (goto-line): Doc fix.
11169
11170 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
11171
11172 * files.el (save-buffer): Doc fix.
11173
11174 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
11175
11176 * recentf.el (recentf-cleanup-remote): New variable.
11177 (recentf-cleanup): Use it to conditionally check availability of
11178 remote files.
11179
11180 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
11181
11182 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
11183 function names.
11184
11185 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11186
11187 * language/thai-word.el: New file.
11188
11189 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11190
11191 * files.el (backup-buffer): If the file's directory is not
11192 writable, use copy instead of move to backup the file.
11193
11194 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11195
11196 * obsolete/keyswap.el: Moved to obsolete/ from term/.
11197
11198 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11199
11200 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
11201 Use functionp instead of symbolp and fboundp. Reported by Drkm
11202 <darkman_spam@yahoo.fr>.
11203 (ps-print-version): New version 6.6.6.
11204
11205 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
11206
11207 * textmodes/table.el (table--line-column-position): New idiom.
11208 (table--row-column-insertion-point-p): New function to test
11209 validity of row and column insertion operation at a location.
11210 (table-global-menu, table-cell-menu): Use above functions for
11211 deterministic test operation.
11212 (table--editable-cell-p): Behave in deterministic fashion.
11213
11214 2005-03-18 Juri Linkov <juri@jurta.org>
11215
11216 * isearch.el (isearch-lazy-highlight-new-loop):
11217 Make arguments beg and end optional.
11218 (isearch-update): Remove optional arguments nil from
11219 isearch-lazy-highlight-new-loop.
11220 (isearch-lazy-highlight-search): Let-bind case-fold-search to
11221 isearch-lazy-highlight-case-fold-search instead of
11222 isearch-case-fold-search, and let-bind isearch-regexp to
11223 isearch-lazy-highlight-regexp.
11224 Use isearch-lazy-highlight-last-string instead of isearch-string.
11225
11226 * replace.el (perform-replace): Remove bindings of global
11227 variables isearch-string, isearch-regexp, isearch-case-fold-search.
11228 Add three new arguments to `replace-highlight'.
11229 (replace-highlight): Add arguments string, regexp, case-fold.
11230 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
11231 to allow isearch-lazy-highlight-new-loop to use these values
11232 to set corresponding isearch-lazy-highlight-* internal
11233 variables whose values lazy highlighting will use regardless of
11234 changes to global variables isearch-string, isearch-regexp,
11235 isearch-case-fold-search during lazy highlighting loop.
11236 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
11237 to `lazy-highlight-cleanup'.
11238
11239 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
11240 (ispell-highlight-face): Set default face to `isearch' when
11241 lazy highlighting is enabled.
11242 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
11243 priority to 1. Add lazy highlighting.
11244 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
11245 from `isearch-dehighlight'.
11246
11247 2005-03-18 David Ponce <david@dponce.com>
11248
11249 * files.el (hack-local-variables): Do a case-insensitive search
11250 for End.
11251
11252 2005-03-18 Juri Linkov <juri@jurta.org>
11253
11254 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
11255 `isearch-lazy-highlight-cleanup', add alias to old name and
11256 declare obsolete. Add release numbers to other obsolete vars.
11257 (isearch-done, isearch-lazy-highlight-new-loop):
11258 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
11259 (lazy-highlight-cleanup) <variable>: Doc fix.
11260 (isearch-lazy-highlight-update): Rename obsolete
11261 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
11262
11263 2005-03-18 Kenichi Handa <handa@m17n.org>
11264
11265 * language/thai-util.el: Fix categorization of Thai characters in
11266 thai-category-table.
11267 (thai-composition-pattern): Adjust it for the above change.
11268 (thai-self-insert-command, thai-compose-syllable): New functions.
11269 (thai-compose-region): Use thai-compose-syllable.
11270 (thai-compose-string): Likewise.
11271 (thai-composition-function): Likewise.
11272 (thai-auto-composition): New function.
11273 (thai-auto-composition-mode): New minor mode.
11274
11275 * language/thai.el: Fix patterns to be registered in
11276 composition-function-table.
11277
11278 * international/quail.el (quail-input-method): Locally bind
11279 inhibit-modification-hooks to t.
11280
11281 2005-03-17 Richard M. Stallman <rms@gnu.org>
11282
11283 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
11284 (perl-mode): Use run-mode-hooks.
11285
11286 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
11287 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
11288 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
11289
11290 * mail/sendmail.el (sendmail-send-it): Reenable the code
11291 to compute resend-to-address and use it.
11292
11293 * tar-mode.el (tar-mode): Turn off undo unconditionally.
11294
11295 * image-mode.el: New file.
11296
11297 * image.el (insert-sliced-image): Add autoload cookie.
11298
11299 * font-lock.el (font-lock-lines-before): New user option.
11300 (font-lock-after-change-function): Obey it.
11301
11302 * bindings.el (esc-map): Make M-g a prefix.
11303 Bind M-g g and M-g M-g to goto-line.
11304
11305 * faces.el (face-id): Doc fix.
11306
11307 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11308
11309 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11310 (rmail-show-message): Use rmail-unknown-mail-followup-to.
11311 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11312
11313 * mail/sendmail.el (mail-yank-ignored-headers)
11314 (mail-font-lock-keywords, mail-mode-fill-paragraph):
11315 Add Mail-Followup-To and Mail-Reply-To headers.
11316 (mail-citation-hook): Add autoload cookie.
11317 (mail-mode): Doc fix.
11318 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11319 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11320 (mail-mode-fill-paragraph): Handle those headers.
11321 (mail-mailing-lists): New variable.
11322 (mail-mail-reply-to, mail-mail-followup-to): New functions.
11323
11324 2005-03-17 Juri Linkov <juri@jurta.org>
11325
11326 * isearch.el (isearch-fallback): Check for `(car previous)'
11327 before calling `isearch-other-end-state'.
11328
11329 2005-03-17 Kim F. Storm <storm@cua.dk>
11330
11331 * simple.el (move-beginning-of-line): Move to beginning of buffer
11332 line, as well as beginning of screen line.
11333
11334 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
11335
11336 * calendar/diary-lib.el (mark-diary-entries): Use new optional
11337 argument REDRAW rather than calendar-redrawing variable.
11338 * calendar/calendar.el (calendar-redrawing): Delete.
11339 (redraw-calendar): Do not bind calendar-redrawing.
11340
11341 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
11342
11343 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11344 diary-file buffer.
11345
11346 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11347
11348 * help.el (describe-mode): Allow a :minor-mode-function property to
11349 specify a different minor mode toggle function than the variable.
11350 * simple.el (auto-fill-function):
11351 * subr.el (add-minor-mode): Use it.
11352
11353 2005-03-16 Kenichi Handa <handa@m17n.org>
11354
11355 * language/ethio-util.el (sera-being-called-by-w3): New variable.
11356 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11357 (ethio-fidel-to-sera-buffer): Likewise.
11358
11359 2005-03-16 Juri Linkov <juri@jurta.org>
11360
11361 * emacs-lisp/find-func.el (find-function-regexp):
11362 Add defun-emitting macro `menu-bar-make-toggle'.
11363
11364 * isearch.el: Put `isearch-scroll' property to
11365 `split-window-horizontally'.
11366
11367 * info.el: Update error messages for `debug-ignored-errors'.
11368 (Info-isearch-search): Doc fix.
11369 (Info-find-node): Move up code to go into info buffer before
11370 recording the node to the history.
11371 (Info-fontify-node): Fontify titles only if the next line
11372 has two or more `*', `=', `-', `.'.
11373 Display "go to this node" for empty (match-string 3).
11374
11375 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11376
11377 * term/mac-win.el: Add mouse pointer shape constants.
11378
11379 2005-03-15 Kim F. Storm <storm@cua.dk>
11380
11381 * simple.el (move-beginning-of-line): Use vertical-motion.
11382
11383 2005-03-15 Juri Linkov <juri@jurta.org>
11384
11385 * isearch.el (isearch-error): New variable.
11386 (isearch-invalid-regexp, isearch-within-brackets): Remove.
11387 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
11388 (isearch-within-brackets-state): Remove.
11389 (isearch-case-fold-search-state, isearch-pop-fun-state):
11390 Decrease frame index.
11391 (isearch-mode, isearch-top-state, isearch-push-state)
11392 (isearch-edit-string, isearch-abort, isearch-search-and-update)
11393 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11394 (isearch-search, isearch-lazy-highlight-new-loop):
11395 Replace `isearch-invalid-regexp' with `isearch-error'.
11396 Remove `isearch-within-brackets'.
11397 (isearch-search): Add `search-failed' handler to `condition-case'.
11398 (isearch-lazy-highlight-search): Add `condition-case' to catch
11399 errors and allow `isearch-lazy-highlight-update' to try
11400 highlighting from the beginning of the window.
11401 (isearch-repeat): Move up code to set isearch-wrapped to t
11402 before calling isearch-wrap-function.
11403
11404 * info.el (Info-isearch-initial-node): New internal variable.
11405 (Info-search): Signal an error in isearch mode when search leaves
11406 the initial node. Signal an error when `bound' is non-nil and
11407 nothing was found in the current subfile.
11408 (Info-isearch-search): Remove `condition-case'.
11409 (Info-isearch-wrap): Don't wrap when search failed during leaving
11410 the initial node. If `Info-isearch-search' is nil, wrap around
11411 the current node.
11412 (Info-isearch-start): New fun.
11413 (Info-mode): Add buffer-local hook `Info-isearch-start' to
11414 `isearch-mode-hook'.
11415
11416 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11417
11418 * simple.el (normal-erase-is-backspace): Set default to t if
11419 running on Mac.
11420
11421 * term/mac-win.el (function-key-map): Sync with x-win.el.
11422
11423 2005-03-15 Kenichi Handa <handa@m17n.org>
11424
11425 * international/mule-cmds.el (locale-language-names): Modify the
11426 format of elements and add more entries.
11427 (locale-preferred-coding-systems): Add more entries.
11428 (set-locale-environment): Adjust for the change of
11429 locale-language-names.
11430
11431 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11432
11433 * pcvs.el (smerge-ediff): Remove bogus autoload.
11434
11435 2005-03-14 Lute Kamstra <lute@gnu.org>
11436
11437 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11438 Ignore a `*' at the beginning of a line.
11439
11440 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11441 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11442 subr.el.
11443 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11444 to specify indentation.
11445
11446 * generic.el (define-generic-mode): Let generic-mode-list be a
11447 list of strings; test membership with equal.
11448
11449 2005-03-14 Kim F. Storm <storm@cua.dk>
11450
11451 * simple.el (next-line, previous-line): Add optional try-vscroll
11452 arg to recognize interactive use. Pass it on to line-move.
11453 (line-move): Don't perform auto-window-vscroll when defining or
11454 executing keyboard macro to ensure consistent behavior.
11455
11456 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11457
11458 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11459
11460 2005-03-13 Lute Kamstra <lute@gnu.org>
11461
11462 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11463 debugger-setup-buffer so that backtrace marks the frames set to
11464 debug-on-exit and we don't have to do it manually. Set an extra
11465 debug-on-exit for macro's.
11466 (debugger-setup-buffer): Don't mark the top frame manually.
11467
11468 2005-03-12 Lute Kamstra <lute@gnu.org>
11469
11470 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11471 lisp-indent-function throughout.
11472 (with-no-warnings): Set lisp-indent-function property.
11473
11474 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11475
11476 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11477 Add entry for backslash.
11478
11479 2005-03-12 Juri Linkov <juri@jurta.org>
11480
11481 * info.el (Info-search): Four fixes for backward search.
11482
11483 2005-03-11 Jay Belanger <belanger@truman.edu>
11484
11485 * calc/calc.el (calc-language-alist): New variable.
11486 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11487 (calc-embedded-find-modes): Use calc-language-alist instead of
11488 calc-embedded-language-alist.
11489
11490 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11491
11492 * calendar/calendar.el (calendar-redrawing): New internal
11493 variable.
11494 (redraw-calendar): Remove bogus save-excursion from previous
11495 change. Bind calendar-redrawing to t for mark-diary-entries.
11496 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11497 calendar if that is why we were called.
11498
11499 2005-03-11 Kenichi Handa <handa@m17n.org>
11500
11501 * international/mule.el (make-coding-system): Set property
11502 coding-system-define-form to nil.
11503 (define-coding-system-alias): Likewise.
11504
11505 2005-03-11 Kenichi Handa <handa@m17n.org>
11506
11507 These changes are suggested by Dave Love <fx@gnu.org>.
11508
11509 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11510 coding: tag.
11511 (adaptive-fill-regexp): Add more bullets.
11512 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11513 regexps.
11514
11515 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11516
11517 * help.el (describe-mode): Properly handle non-trivial lighters.
11518 Don't ignore minor modes that are not listed in minor-mode-list.
11519
11520 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11521 feature ON when the user requests to turn it OFF.
11522
11523 2005-03-10 Lute Kamstra <lute@gnu.org>
11524
11525 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11526 (implement-debug-on-entry): New function to replace debug-entry-code.
11527 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11528 second argument as the 2005-03-07 change makes it obsolete.
11529 (debug-on-entry, cancel-debug-on-entry): Update call to
11530 debug-on-entry-1.
11531 (debug, debugger-setup-buffer): Comment update.
11532 (debugger-frame-number): Update to work with implement-debug-on-entry.
11533
11534 2005-03-10 Jay Belanger <belanger@truman.edu>
11535
11536 * calc/calc-embed.el (math-ms-args): Declare it.
11537 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11538 math-ms-args.
11539 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11540 variables.
11541
11542 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11543
11544 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11545 Use message-box.
11546
11547 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11548 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11549 (tooltip-gud-tips): Simplify.
11550 (tooltip-gud-tips-p): Remove superfluous :set.
11551 (tooltip-gud-modes): Add fortran-mode.
11552 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11553
11554 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11555
11556 2005-03-09 Kim F. Storm <storm@cua.dk>
11557
11558 * play/animate.el (animate-place-char): Use forward-line instead
11559 of next-line to improve performance.
11560
11561 2005-03-09 Simon Josefsson <jas@extundo.com>
11562
11563 * net/browse-url.el (browse-url-default-browser): Doc fix.
11564
11565 2005-03-09 Miles Bader <miles@gnu.org>
11566
11567 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11568 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11569
11570 2005-03-09 Kenichi Handa <handa@m17n.org>
11571
11572 * international/latin-1.el: Set case and syntax for 255 only if
11573 set-case-syntax-set-multibyte is nil.
11574
11575 * textmodes/ispell.el (ispell-insert-word): New function.
11576 (ispell-word): Use ispell-insert-word to insert a new word.
11577 (ispell-process-line): Likewise.
11578 (ispell-complete-word): Likewise.
11579
11580 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11581
11582 * calendar/calendar.el (redraw-calendar): Preserve point.
11583 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11584 (calendar-week-start-day): Move after definition of
11585 redraw-calendar. Delete buffer test, since redraw-calendar has
11586 that now.
11587
11588 * calendar/diary-lib.el (mark-diary-entries): Only call
11589 redraw-calendar in the first of any recursive calls.
11590 Reported by Alan Shutko <ats@acm.org>.
11591
11592 2005-03-08 Juri Linkov <juri@jurta.org>
11593
11594 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11595 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11596 (html-radio-buttons): Add a space before the trailing `/>' where
11597 sgml-xml-mode is non-nil.
11598 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11599 the subsequent tag of the empty XML tag.
11600 (html-href-anchor): Don't set initial input to "http:".
11601 (html-image): Ask for the image URL and set point inside alt="".
11602 (html-name-anchor): Duplicate the name in the `id' attribute when
11603 sgml-xml-mode is non-nil.
11604 (html-paragraph): Remove \n before <p>.
11605 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11606 instead of `checked' when sgml-xml-mode is non-nil.
11607
11608 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11609 Remove 1 space before #RRGGBB to not truncate it on terminal
11610 windows w/o fringes. Remove 1 space between bg and fg examples
11611 to get more space.
11612 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11613 avoid byte-compile warnings.
11614
11615 * image-file.el (image-file-handler): Put `safe-magic' property to
11616 `image-file-handler'.
11617
11618 * info.el (Info-isearch-search): Emulate word search in
11619 isearching through multiple Info nodes with Info-search.
11620 (Info-isearch-wrap): Allow isearch-word.
11621
11622 2005-03-08 Lute Kamstra <lute@gnu.org>
11623
11624 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11625 stepping into the debugger's code is not possible.
11626 (debugger-jumping-flag): Docstring update.
11627
11628 2005-03-08 Jay Belanger <belanger@truman.edu>
11629
11630 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11631 embedded mode begins.
11632 (calc-embedded-language-alist): New variable.
11633 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11634 set default language mode.
11635
11636 2005-03-08 Kenichi Handa <handa@m17n.org>
11637
11638 * international/ccl.el (define-ccl-program): Fix docstring about
11639 extra 256 bytes assured for the output buffer.
11640
11641 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11642 Fix BUFFER_MAGNIFICATION to 2.
11643 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11644
11645 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11646
11647 * align.el (align-rules-list): Added an alignment rule for CSS
11648 declarations (applies to css-mode and html-mode buffers).
11649
11650 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11651
11652 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11653
11654 2005-03-07 Kim F. Storm <storm@cua.dk>
11655
11656 * simple.el (move-beginning-of-line): New command.
11657
11658 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11659
11660 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11661
11662 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11663 and move-beginning-of-line.
11664
11665 * apropos.el (apropos-print): Omit command from M-x ... RET.
11666
11667 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11668
11669 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11670 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11671
11672 2005-03-06 Richard M. Stallman <rms@gnu.org>
11673
11674 * bindings.el (esc-map): Bind M-g to goto-line.
11675
11676 * facemenu.el (global-map): Bind M-o, not M-g.
11677
11678 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11679
11680 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11681 "Open Directory" as for "Open File".
11682
11683 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11684
11685 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11686 (push-mark-command): Run activate-mark-hook.
11687
11688 2005-03-06 Richard M. Stallman <rms@gnu.org>
11689
11690 * help-mode.el (help-mode-finish): Don't alter the element
11691 in view-return-to-alist if there already is one.
11692
11693 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11694 make sure the current buffer is the expected one.
11695
11696 * novice.el (disabled-command-function): Output in *Disabled Command*.
11697 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11698
11699 * textmodes/flyspell.el (flyspell-large-region):
11700 Pass args differently for aspell.
11701
11702 * files.el (mode-require-final-newline): Doc fix.
11703
11704 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11705
11706 * progmodes/which-func.el (which-function):
11707 Specify NOERROR when calling imenu--make-index-alist.
11708
11709 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11710
11711 * simple.el (normal-erase-is-backspace): Define default value.
11712
11713 * custom.el (custom-theme-set-variables): Remove unused var
11714 `immediate'.
11715 (custom-reevaluate-setting): Simple function to handle variables
11716 that are defined before their default value can really be
11717 computed.
11718
11719 * startup.el (command-line): Use it for temporary-file-directory,
11720 small-emporary-file-directory, auto-save-file-name-transforms,
11721 blink-cursor-mode, and normal-erase-is-backspace.
11722
11723 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11724 progress, even with buggy anchored keywords.
11725
11726 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11727
11728 * simple.el (goto-line): Remove unbalanced final parenthesis.
11729
11730 2005-03-05 Richard M. Stallman <rms@gnu.org>
11731
11732 * simple.el (goto-line): Use a number at point as the default.
11733 With C-u as arg, switch buffers.
11734
11735 2005-03-05 Juri Linkov <juri@jurta.org>
11736
11737 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11738 with `no-blinking-cursor'.
11739
11740 * startup.el (no-blinking-cursor): New defvar.
11741 (command-line): Add `--no-blinking-cursor' to longopts.
11742 Set `no-blinking-cursor' to t for command line arguments
11743 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11744 with `no-blinking-cursor' in the condition for calling
11745 `blink-cursor-mode'.
11746
11747 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11748
11749 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11750 (menu-bar-options-save): Add blink-cursor-mode.
11751 (menu-bar-options-menu): Add blink-cursor-mode.
11752
11753 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11754
11755 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11756 (icalendar-export-file, icalendar-export-region)
11757 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11758 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11759
11760 2005-03-04 Lute Kamstra <lute@gnu.org>
11761
11762 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11763 (debug-function-list): Ditto.
11764
11765 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11766
11767 * textmodes/texinfmt.el (texinfo-append-refill):
11768 Redefine the types of line to which @refill
11769 is not appended by replacing a search for `@refill\\|@bye' with
11770 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11771 itemize@refill' bug and the unfilled long lines bug.
11772 (texinfmt-version): Update number and date.
11773
11774 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11775
11776 * international/code-pages.el (windows-1250, windows-125[2-8])
11777 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11778
11779 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11780
11781 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11782 bound yet.
11783
11784 2005-03-02 Romain Francoise <romain@orebokech.com>
11785
11786 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11787 buffer after removing limits.
11788 (ibuffer-pop-filter): Ditto.
11789 Update copyright.
11790
11791 2005-03-02 Miles Bader <miles@gnu.org>
11792
11793 * button.el (make-text-button): If the user doesn't specify a
11794 type, use the default. Rewrite to use `add-text-properties' and
11795 plist functions.
11796
11797 2005-03-01 Lute Kamstra <lute@gnu.org>
11798
11799 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11800 (debugger-jumping-flag): New var.
11801 (debug-entry-code): Use it.
11802 (debugger-jump): Use debugger-jumping-flag and add
11803 debugger-reenable to post-command-hook.
11804 (debugger-reenable): Use debugger-jumping-flag and remove itself
11805 from post-command-hook.
11806 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11807 debugger-reenable.
11808
11809 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11810
11811 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11812 inclusion of "itemize\\|", which may be unnecessary, is certainly
11813 inelegant, and stops refilling in itemize lists when formatting
11814 Japanese Texinfo files to Info.
11815 Update copyright to 2005.
11816
11817 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11818
11819 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11820 of an error if GDB can't find the source file.
11821
11822 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11823
11824 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11825 not just the calendar.
11826
11827 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11828 first.
11829 (diary-redraw-calendar): New function.
11830 (make-diary-entry): Add diary-redraw-calendar to local
11831 write-contents-functions. Turn off selective display before
11832 inserting in diary.
11833
11834 2005-03-01 Kim F. Storm <storm@cua.dk>
11835
11836 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11837
11838 2005-03-01 Lute Kamstra <lute@gnu.org>
11839
11840 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11841 that debug-entry-code can be safely removed from a function while
11842 this code is being evaluated. Revert the 2005-02-27 change as the
11843 new implementation no longer requires it. Make sure that a
11844 function body containing just a string is not mistaken for a docstring.
11845 (debug): Skip one more frame in case of debug on entry.
11846 (debugger-setup-buffer): Delete one more frame line in case of
11847 debug on entry.
11848 (debugger-frame-number): Update to use the new text introduced by
11849 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11850
11851 2005-02-28 Kim F. Storm <storm@cua.dk>
11852
11853 * double.el (double-translate-key): Call force-window-update after
11854 read-event to avoid crash in redisplay.
11855
11856 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11857
11858 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11859 (debug): Use it. Move the inhibit-trace earlier.
11860 (debug-entry-code): New const.
11861 (debug-on-entry-1): Use it.
11862
11863 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11864
11865 * international/utf-16.el (ccl-encode-mule-utf-16le):
11866 Fix BUFFER_MAGNIFICATION to 2.
11867 (ccl-encode-mule-utf-16be): Likewise.
11868
11869 2005-02-28 Kenichi Handa <handa@m17n.org>
11870
11871 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11872 Fix BUFFER_MAGNIFICATION to 4.
11873 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11874
11875 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11876
11877 * speedbar.el (speedbar-update-flag): Doc fix.
11878 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11879 argument.
11880
11881 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11882
11883 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11884 have a non-nil `invisible' property but are actually visible.
11885
11886 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11887 for perldoc sections.
11888 (perl-outline-regexp, perl-outline-level): New var and function.
11889 (perl-mode): Use them.
11890
11891 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11892
11893 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11894 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11895
11896 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11897
11898 * cus-edit.el: Comment change.
11899 (custom-buffer-create-internal): Slightly reword text at top of
11900 Custom buffers. Mention there that saving an option edits the
11901 init file. Add link to Emacs manual node on `custom-file'.
11902 (custom-magic-alist): Rewrite individual State messages to use
11903 capitalized keywords. Doc fix.
11904
11905 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11906
11907 * calendar/calendar.el (calendar-buffer): Move above
11908 calendar-week-start-day.
11909 (calendar-week-start-day): Doc fix. Add :set function.
11910 (calendar-minimum-window-height): New variable.
11911 (generate-calendar-window): Only resize window if selected-window
11912 is displaying the calendar buffer. Use new variable
11913 calendar-minimum-window-height.
11914 (generate-calendar): Reword error message.
11915 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11916
11917 2005-02-27 Andreas Schwab <schwab@suse.de>
11918
11919 * vc.el (vc-do-command): Don't run command asynchronously when
11920 operating in a remote directory.
11921
11922 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11923 change from sync with Tramp 2.0.47.
11924
11925 2005-02-27 Richard M. Stallman <rms@gnu.org>
11926
11927 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11928
11929 * textmodes/flyspell.el (flyspell-mode-on):
11930 Call ispell-change-dictionary only if necessary.
11931
11932 * emacs-lisp/re-builder.el (regexp-builder): New function.
11933
11934 * register.el (describe-register-1): Explicitly handle
11935 yank-excluded-properties = t.
11936
11937 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11938 (custom-magic-alist): Change the status descriptions again.
11939 (face widget-type): Total rewrite based on `restricted-sexp'
11940 to eliminate the confusing double hiding levels.
11941
11942 * emacs-lisp/debug.el (debug-on-entry-1):
11943 If function body is empty, add nil as body form.
11944
11945 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11946
11947 * emacs-lisp/trace.el (inhibit-trace): New var.
11948 (trace-make-advice): Use it.
11949
11950 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11951
11952 2005-02-26 Kim F. Storm <storm@cua.dk>
11953
11954 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11955 (mouse-on-link-p, mouse-drag-region-1): Use it.
11956
11957 2005-02-25 Lute Kamstra <lute@gnu.org>
11958
11959 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11960
11961 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11962
11963 * frame.el (blink-cursor-mode): Add :group keyword.
11964
11965 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11966
11967 * calendar/icalendar.el (icalendar--decode-isodatetime):
11968 New optional argument DAY-SHIFT.
11969 (icalendar-export-region): Fix coding-system-for-write.
11970 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11971 events by one.
11972
11973 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11974
11975 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11976
11977 2005-02-24 Kim F. Storm <storm@cua.dk>
11978
11979 * international/iso-acc.el (iso-accents-compose): Fix crash
11980 during redisplay. Call force-window-update after read-event
11981 and delete-region to signal that window is not accurate.
11982
11983 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11984
11985 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11986 Remove unused and inexistent var `inhibit-trace'.
11987 (debugger-mode): Use run-mode-hooks.
11988 (debugger-list-functions): Add buttons; setup xref stack.
11989
11990 2005-02-23 Richard M. Stallman <rms@gnu.org>
11991
11992 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11993 appointment says it was explicitly made.
11994 (appt-add): Set the 3rd element.
11995 (appt-make-list): Preserve explicit appointments.
11996
11997 * subr.el (find-tag-default): Catch errors in forward-sexp.
11998
11999 2005-02-23 Juri Linkov <juri@jurta.org>
12000
12001 * info.el (Info-isearch-search): New defcustom.
12002 (Info-isearch-search): Call the default isearch function
12003 when Info-isearch-search is nil.
12004 (Info-isearch-wrap): Use variable Info-isearch-search.
12005
12006 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
12007
12008 * cus-edit.el: Comment change.
12009
12010 2005-02-22 Kim F. Storm <storm@cua.dk>
12011
12012 * progmodes/hideif.el (hide-ifdef-use-define-alist):
12013 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
12014
12015 2005-02-22 Simon Josefsson <jas@extundo.com>
12016
12017 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
12018 New variable.
12019 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
12020 Oskarsson" <myrkraverk@users.sourceforget.net>.
12021
12022 2005-02-22 Kim F. Storm <storm@cua.dk>
12023
12024 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
12025 check that window of that event is the selected window.
12026 (mouse-drag-region-1): Compare mouse event window to selected
12027 window before setting point.
12028
12029 * tooltip.el (tooltip-show-help-function): Pass event to
12030 mouse-on-link-p so it can check selected window.
12031
12032 2005-02-22 Kenichi Handa <handa@m17n.org>
12033
12034 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
12035 (ps-mule-show-warning): New function.
12036 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
12037 characters are found.
12038
12039 * ps-print.el (ps-header-footer-string): Return a list of header
12040 and footer strings.
12041
12042 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12043
12044 * pcvs.el (cvs-retrieve-revision): Fix thinko.
12045
12046 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12047
12048 * frame.el (blink-cursor-mode): Use define-minor-mode.
12049
12050 * term/mac-win.el (function-key-map): Use char-names more consistently.
12051 (file-name-coding-system): Only set it for MacOS-9. The other case is
12052 already handled in mule-cmds.el (where it also works when mac-win.el
12053 is not used).
12054
12055 2005-02-21 Kenichi Handa <handa@m17n.org>
12056
12057 * international/mule.el (ctext-pre-write-conversion): Always use
12058 " *code-converting-work*" buffer for work.
12059
12060 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
12061
12062 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
12063
12064 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
12065
12066 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
12067
12068 * ses.el (undo-more): Restore defadvice, but only the part that
12069 allows changes outside the restricted area of the buffer.
12070
12071 2005-02-20 Kim F. Storm <storm@cua.dk>
12072
12073 * simple.el (line-move): Add fourth optional arg try-vscroll which
12074 must be set to perform auto-window-vscroll.
12075 When moving backwards and doing auto-window-vscroll, automatically
12076 vscroll to the last part of lines which are taller than the window.
12077 (next-line, previous-line): Set try-vscroll arg on line-move.
12078
12079 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
12080
12081 * replace.el (query-replace, query-replace-regexp)
12082 (replace-string, replace-regexp): When operating on region, make
12083 the minibuffer prompt say so.
12084
12085 * isearch.el (isearch-forward): Document isearch-query-replace and
12086 isearch-query-replace-regexp keybindings.
12087
12088 2005-02-19 Jay Belanger <belanger@truman.edu>
12089
12090 * calc/calc-aent.el (math-read-token): Add local variable.
12091
12092 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
12093 (calc-edit-top): Move declaration to earlier in file.
12094 (calc-edit-macro-repeats): Add local variables.
12095
12096 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
12097 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
12098 calcFunc-tanh.
12099 Adjust integration rule for calcFunc-tan.
12100
12101 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12102
12103 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
12104 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
12105 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
12106 (viper-skip-separators): Bug fix.
12107 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
12108 particular major mode.
12109 (viper-del-backward-char-in-replace): Don't put deleted char on the
12110 kill ring.
12111
12112 * viper-ex.el (viper-color-display-p): New function.
12113 (viper-has-face-support-p): Use viper-color-display-p.
12114
12115 * viper-keym.el (viper-gnus-modifier-map): New keymap.
12116
12117 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
12118
12119 * viper-util.el (viper-glob-unix-files): Fix shell status check.
12120 (viper-file-remote-p): Make equivalent to file-remote-p.
12121
12122 * viper.el (viper-major-mode-modifier-list):
12123 Use viper-gnus-modifier-map.
12124
12125 2005-02-19 David Kastrup <dak@gnu.org>
12126
12127 * subr.el (subregexp-context-p): Fix garbled doc string by adding
12128 quoting.
12129
12130 2005-02-19 Jay Belanger <belanger@truman.edu>
12131
12132 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
12133 Remove extra definitions.
12134 (calc-coth): New function.
12135 (calcFunc-cot): Fix `let'.
12136
12137 2005-02-19 Eli Zaretskii <eliz@gnu.org>
12138
12139 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
12140 the reasons we use "type pc" in these faces.
12141
12142 * button.el (button): Ditto.
12143
12144 2005-02-19 Michael Mauger <mmaug@yahoo.com>
12145
12146 * replace.el (query-replace-read-from): Set the value of
12147 query-replace-from-history-variable to handle the case of an empty
12148 string entered to accept the suggested default.
12149
12150 * net/tramp.el (tramp-file-name-for-operation):
12151 Use dired-call-process instead of dired-call-process-command.
12152
12153 2005-02-19 Jay Belanger <belanger@truman.edu>
12154
12155 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
12156 (math-div-non-trig): New variables.
12157 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
12158 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
12159 (math-combine-prod, math-div-symb-fancy): Add simplifications for
12160 trig expressions.
12161
12162 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
12163
12164 * progmodes/gdb-ui.el (gdb-var-update-handler)
12165 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
12166 for watch expressions,
12167 (gdb-var-create-handler): Don't set speedbar-update-flag.
12168 (gdb-post-prompt): Simplify test for speedbar.
12169
12170 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12171
12172 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
12173 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
12174 we use the syntax table of the correct buffer.
12175 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
12176 Felix Gatzemeier.
12177
12178 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
12179 (ediff-file-remote-p): Make synonymous with file-remote-p.
12180 In all deffaces ediff-*-face-*, use min-colors.
12181
12182 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
12183 ediff-recurse-to-subdirectories.
12184 (ediff-mark-if-equal): Check that the arguments are strings, use
12185 ediff-same-contents (after to Felix Gatzemeier).
12186
12187 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
12188 nil.
12189
12190 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12191
12192 * log-view.el (log-view-message-re): Fix up Subversion regexp.
12193
12194 2005-02-18 David Kastrup <dak@gnu.org>
12195
12196 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
12197 use `mark-active' when defined.
12198
12199 2005-02-18 Kenichi Handa <handa@m17n.org>
12200
12201 * ps-print.el (ps-font-info-database): New entry
12202 ZapfChancery-MediumItalic with correct font name. Fix font name
12203 of the entry Zapf-Chancery-MediumItalic.
12204
12205 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
12206
12207 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
12208
12209 2005-02-16 Kim F. Storm <storm@cua.dk>
12210
12211 * ido.el (ido-fallback-command): Pass user input to fallback command.
12212
12213 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
12214
12215 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
12216 (gdb-find-file-hook): Add server prefix.
12217
12218 2005-02-16 Richard M. Stallman <rms@gnu.org>
12219
12220 * replace.el (perform-replace): Pass new args to replace-highlight.
12221 (replace-highlight): Take region args,
12222 and pass them to isearch-lazy-highlight-new-loop.
12223
12224 * novice.el (disabled-command-hook): Autoload the defalias
12225 and the make-obsolete-variable call.
12226
12227 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
12228
12229 * isearch.el (isearch-lazy-highlight-start-limit)
12230 (isearch-lazy-highlight-end-limit): New variables limit
12231 the region for highlighting.
12232 (isearch-lazy-highlight-new-loop): New args BEG and END.
12233 (isearch-lazy-highlight-search): Use the new vars.
12234 (isearch-lazy-highlight-update): Likewise.
12235
12236 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
12237
12238 * cus-start.el (all): Use default-boundp.
12239
12240 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
12241
12242 * menu-bar.el (menu-bar-select-frame): Handle current frame.
12243
12244 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
12245
12246 * autorevert.el (auto-revert-stop-on-user-input)
12247 (auto-revert-verbose): Doc fixes.
12248
12249 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
12250
12251 * international/mule-cmds.el (set-locale-environment): Remove call
12252 to set-selection-coding-system on Windows.
12253
12254 2005-02-15 Jay Belanger <belanger@truman.edu>
12255
12256 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
12257 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
12258 calcFunc-coth.
12259 (math-simplify-sqrt): Add simplifications.
12260
12261 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
12262 to list.
12263
12264 * calc/calc-ext.el: Add functions to autoloads.
12265
12266 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
12267 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
12268 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
12269 (math-csc-raw, math-cot-raw): New functions.
12270
12271 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
12272
12273 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
12274 the variable name in a message.
12275
12276 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
12277 calcFunc-csc, calcFunc-cot.
12278
12279 * calc/calcalg2.el: Add derivative and integration rules for
12280 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
12281 calcFunc-csch, calcFunc-coth.
12282 (math-do-integral-methods): Add to checks for when to use
12283 substitutions.
12284
12285 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
12286
12287 2005-02-15 Lute Kamstra <lute@gnu.org>
12288
12289 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12290 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
12291 <monnier@iro.umontreal.ca>
12292 (lisp-outline-level): Improve efficiency. Suggested by David
12293 Kastrup <dak@gnu.org>.
12294
12295 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
12296
12297 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
12298 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
12299 (gdb-set-gud-minor-mode-existing-buffers): New functions.
12300 (gdb-find-file-hook): New hook. Add it to find-file-hook.
12301 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
12302
12303 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
12304
12305 * cus-start.el (all): Comment change.
12306
12307 2005-02-14 Lute Kamstra <lute@gnu.org>
12308
12309 * cus-start.el (all): Check if symbol is void.
12310
12311 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
12312
12313 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12314 optional argument to \cite.
12315
12316 2005-02-14 Richard M. Stallman <rms@gnu.org>
12317
12318 * cus-edit.el (custom-buffer-create-internal): Update help message.
12319 (custom-magic-alist): Update help messages.
12320
12321 * cus-start.el (all): Allow a var to specify a standard value.
12322
12323 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
12324
12325 * custom.el (custom-theme-set-variables): Handle variable aliases.
12326
12327 * frame.el (blink-cursor-timer): Doc fix.
12328 (blink-cursor): Make it an alias for `blink-cursor-mode' and
12329 declare obsolete.
12330 (blink-cursor-mode): Define with defcustom and use correct
12331 standard expression in that defcustom.
12332 * startup.el (command-line): Adapt to above changes in frame.el.
12333
12334 2005-02-11 Lute Kamstra <lute@gnu.org>
12335
12336 * apropos.el (apropos-score-doc): Prevent division by zero.
12337
12338 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
12339
12340 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12341 (icalendar--get-event-property-attributes)
12342 (icalendar--get-event-properties)
12343 (icalendar--datetime-to-diary-date): New functions.
12344 (icalendar--split-value): Doc fix.
12345 (icalendar--datetime-to-noneuropean-date)
12346 (icalendar--datetime-to-european-date): New optional argument
12347 SEPARATOR. Return result as a string instead of a list.
12348 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12349 (icalendar--convert-string-for-export): Rename arg S to STRING.
12350 (icalendar-export-region): Doc fix. Change name of error buffer.
12351 Save output buffer.
12352 (icalendar-import-file): Add blank at end of prompt.
12353 (icalendar-import-buffer): Doc fix. Do not switch to error
12354 buffer. Indicate status in return value.
12355 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
12356 buffer. Save output buffer. Handle exception from recurrence
12357 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
12358 events. Fix problems with weekly all-day events.
12359
12360 2005-02-10 Richard M. Stallman <rms@gnu.org>
12361
12362 * simple.el (eval-expression-print-format):
12363 Avoid warning about edebug-active.
12364
12365 * help.el (help-for-help-internal): Rename from help-for-help.
12366 (help-for-help): Define with defalias.
12367
12368 * font-core.el (font-lock-default-function): Use with-no-warnings.
12369
12370 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12371
12372 * custom.el (defface): Doc fix.
12373
12374 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
12375
12376 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12377 width 0" to prevent word wrapping problems.
12378
12379 2005-02-09 Kim F. Storm <storm@cua.dk>
12380
12381 * ido.el (ido-file-extensions-order): New defcustom.
12382 (ido-file-extension-lessp, ido-file-extension-aux)
12383 (ido-file-extension-order): New advanced file ordering.
12384 (ido-file-lessp): New simple file ordering.
12385 (ido-sort-list): Remove.
12386 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12387 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12388
12389 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
12390
12391 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12392 that some versions of grep produce.
12393 (grep-mode-font-lock-keywords): Likewise.
12394
12395 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
12396
12397 * progmodes/gdb-ui.el (gdb-location-list): New variable.
12398 (gdb-cdir): Delete.
12399 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12400 (gdb-source-info): Treat case when source file is in another
12401 directory properly.
12402 (gdb-get-location): New function.
12403
12404 2005-02-07 Jay Belanger <belanger@truman.edu>
12405
12406 * calc/calc-prog.el (calc-write-parse-table-part)
12407 (calc-fix-token-name): Fix a check for language type.
12408
12409 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
12410
12411 2005-02-07 Andre Spiegel <spiegel@gnu.org>
12412
12413 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12414 as directory not writable.
12415
12416 2005-02-07 Kim F. Storm <storm@cua.dk>
12417
12418 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12419 (cua--standard-movement-commands): Remove list.
12420 Instead, set CUA property value to move for movement commands.
12421 (cua-movement-commands): Remove. Users must set CUA prop instead.
12422 (cua--pre-command-handler): Check CUA property.
12423 (cua--init-keymaps): Don't remap undo commands.
12424 (cua-mode): Don't call cua--rectangle-on-off.
12425
12426 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12427 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12428 (cua--rect-undo-set-point): New var.
12429 (cua--rectangle-undo-boundary): Setup undo apply entry.
12430 (cua--rect-undo-handler): New function for rectangle undo.
12431 (cua--rect-start-position, cua--rect-end-position): Add.
12432 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12433 for restored rectangle. Set point if cua--rect-undo-set-point.
12434
12435 2005-02-06 Jay Belanger <belanger@truman.edu>
12436
12437 * calc/calc-lang.el (calc-tex-language): Display more information
12438 in messages.
12439
12440 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12441 in TeX mode.
12442
12443 2005-02-06 Richard M. Stallman <rms@gnu.org>
12444
12445 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12446
12447 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12448
12449 * net/ldap.el (ldap-search-internal): Support attributes with
12450 optional descriptions separated by a semi-colon, as in
12451 "userCertificate;binary".
12452
12453 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12454
12455 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12456 isn't a cons (i.e. the version is 0).
12457
12458 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12459
12460 * help.el (help-for-help): Doc fix.
12461
12462 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12463
12464 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12465 GDB-Windows on the menu-bar as this works better.
12466
12467 2005-02-04 Jay Belanger <belanger@truman.edu>
12468
12469 * calc/calc-embed.el (calc-embedded-update): Don't put in
12470 unnecessary newlines. Adjust the end of formula marker.
12471
12472 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12473 (math-latex-parse-two-args): New function.
12474
12475 2005-02-03 Lute Kamstra <lute@gnu.org>
12476
12477 * help-fns.el (help-with-tutorial): Make sure that users cannot
12478 remove the entire text of the tutorial by means of `undo'.
12479
12480 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12481
12482 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12483 in recent changes, where the ispell process was repeatedly
12484 killed & restarted.
12485
12486 * international/mule-cmds.el (set-locale-environment): Set file-name
12487 coding system to utf-8 on Darwin systems.
12488 (set-default-coding-systems): Don't set default-file-name-coding-system
12489 on Darwin systems.
12490
12491 2005-02-03 Richard M. Stallman <rms@gnu.org>
12492
12493 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12494
12495 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12496
12497 * faces.el (list-faces-display): Add optional argument.
12498
12499 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12500
12501 * font-core.el (font-lock-default-function): Handle the rare case where
12502 only font-lock-keywords is set.
12503
12504 2005-02-02 Kenichi Handa <handa@m17n.org>
12505
12506 * international/characters.el: Cancel previous change for
12507 I-WITH-DOT-ABOVE and DOTLESS-i.
12508
12509 * international/latin-5.el: Cancel previous change.
12510
12511 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12512
12513 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12514
12515 2005-02-02 Kenichi Handa <handa@m17n.org>
12516
12517 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12518 DOTLESS-i.
12519
12520 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12521 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12522
12523 * case-table.el (get-upcase-table): New function.
12524 (copy-case-table): Copy upcaes table too if non-nil.
12525 (set-case-syntax-delims): Maintain upcase table too.
12526 (set-case-syntax-pair): Likewise.
12527 (set-upcase-syntax, set-downcase-syntax): New functions.
12528 (set-case-syntax): Maintain upcase table too.
12529
12530 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12531
12532 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12533
12534 * progmodes/gud.el (gud-goto-info): New function.
12535 (gud-tool-bar-map): Use correct icon.
12536
12537 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12538
12539 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12540 When delegating, order args in the funcall correctly.
12541
12542 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12543
12544 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12545
12546 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12547
12548 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12549 buffer not visiting a file.
12550
12551 2005-01-31 Jay Belanger <belanger@truman.edu>
12552
12553 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12554 bound on the line with the formula.
12555
12556 2005-01-31 Kim F. Storm <storm@cua.dk>
12557
12558 * ses.el (ses-create-cell-variable-range)
12559 (ses-destroy-cell-variable-range, ses-reset-header-string)
12560 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12561 (ses-insert-row): Fix format of apply undo entries.
12562
12563 2005-01-31 Jay Belanger <belanger@truman.edu>
12564
12565 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12566 parts.
12567
12568 * calc/calc-embed.el (calc-embedded-open-formula)
12569 (calc-embedded-close-formula): Ignore matrix environments.
12570
12571 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12572 TeX mode.
12573
12574 * calc/calc-lang.el (math-function-table, math-oper-table)
12575 (math-variable-table): Adjust the LaTeX portions.
12576
12577 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12578 (math-latex-ignore-words): New constant.
12579
12580 2005-01-31 Richard M. Stallman <rms@gnu.org>
12581
12582 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12583 (ispell-local-dictionary): Doc fix.
12584 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12585 Don't reinitialize at run time. Don't defcustom.
12586 All uses changed to append ispell-local-dictionary-alist,
12587 or check it first.
12588 (ispell-current-dictionary): New variable for dictionary in use.
12589 (ispell-dictionary): Now used only for global default.
12590 (ispell-start-process): Set ispell-current-dictionary,
12591 not ispell-dictionary.
12592 (ispell-change-dictionary): Use this only for setting
12593 user preferences.
12594 (ispell-internal-change-dictionary): New function
12595 to change the current dictionary in use.
12596 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12597 Use ispell-current-dictionary.
12598 Handle ispell-local-dictionary-overridden.
12599 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12600
12601 2005-01-31 Jay Belanger <belanger@truman.edu>
12602
12603 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12604
12605 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12606 (calc-mode-map): Add calc-latex-language.
12607
12608 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12609 (math-latex-print-frac): New functions.
12610 (math-oper-table, math-function-table, math-variable-table)
12611 (math-complex-format, math-input-filter): Add latex properties.
12612 (calc-set-language): Set math-expr-special-function-mapping.
12613
12614 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12615 (calc-write-parse-table-part): Add LaTeX support.
12616
12617 * calc/calc.el (calc-language): Adjust docstring.
12618 (calc-set-mode-line): Add LaTeX support.
12619 (math-expr-special-function-mapping): New variable.
12620 (math-tex-ignore-words): Add to list.
12621
12622 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12623 Add LaTeX support.
12624 (math-compose-expr): Add support for special functions.
12625
12626 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12627
12628 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12629
12630 * progmodes/gdb-ui.el (gdb-memory-address)
12631 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12632 (gdb-memory-mode-map, gdb-memory-format-keymap)
12633 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12634 (gdb-memory-unit-menu): New variables for a buffer
12635 that lets the user examine program memory.
12636 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12637 (gdb-memory-format-binary, gdb-memory-format-octal)
12638 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12639 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12640 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12641 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12642 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12643 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12644 (gdb-memory-mode, gdb-memory-buffer-name)
12645 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12646 New functions for above buffer.
12647
12648 2005-01-30 Richard M. Stallman <rms@gnu.org>
12649
12650 * cus-edit.el (custom-bury-buffer): Function deleted.
12651 (custom-buffer-done-function): Option deleted.
12652 (custom-buffer-done-kill): New (replacement option.
12653 (Custom-buffer-done): Call quit-window.
12654 (custom-buffer-create-internal): Update for above changes.
12655
12656 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12657
12658 * simple.el (undo-ask-before-discard): New var.
12659 (undo-outer-limit-truncate): Implement it.
12660 (undo-extra-outer-limit): Doc update.
12661
12662 2005-01-29 Richard M. Stallman <rms@gnu.org>
12663
12664 * ses.el (undo-more): Delete defadvice.
12665 (ses-begin-change): Doc fix.
12666
12667 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12668 instead of rebinding C-x u and C-_.
12669
12670 * files.el (normal-backup-enable-predicate): Return nil for files
12671 in /tmp, regardless of temporary-file-directory.
12672
12673 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12674
12675 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12676 (open-rectangle, delete-whitespace-rectangle-line)
12677 (clear-rectangle-line): If FILL, pass t instead of FILL
12678 for move-to-column's 2nd arg.
12679
12680 * simple.el (undo): Fix the test for continuing a series of undos.
12681 (undo-more): Set pending-undo-list to t when we reach end.
12682 (pending-undo-list): Move up defvar.
12683
12684 * wid-edit.el (widget-button-click):
12685 Shorten the range of the track-mouse binding.
12686
12687 * comint.el (comint-insert-input): Undo previous changes;
12688 use last-input-event in interactive spec.
12689
12690 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12691
12692 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12693 to nil before invoking call-process. Reset buffer's modified flag
12694 after fontifying it in the no-async branch.
12695
12696 * wid-edit.el (widget-specify-button): If mouse pointer shape
12697 cannot be changed, use mouse face instead.
12698
12699 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12700
12701 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12702 (gdb-goto-breakpoint): Make breakpoint handling work on template
12703 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12704 (gdb-assembler-custom): Update to recognize breakpoint information
12705 added on 2005-01-19.
12706
12707 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12708
12709 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12710 (dsssl-mode): Use define-derived-mode.
12711 (scheme-mode-initialize): Remove.
12712 (scheme-mode): Use run-mode-hooks.
12713
12714 * cus-edit.el (customize-group-other-window)
12715 (custom-buffer-create-other-window): Don't override special-display-*.
12716 (custom-mode-map): Make it dense.
12717
12718 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12719 sets the default value.
12720
12721 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12722
12723 * descr-text.el: Add more keywords.
12724
12725 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12726
12727 * speedbar.el: Avoid unnecessary use of locate-library.
12728
12729 * international/mule-cmds.el (standard-display-european-internal):
12730 Don't fiddle with latin-1 non-break space any more since it's now
12731 special cased in the C code.
12732 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12733
12734 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12735
12736 * cus-start.el (all): Add `undo-outer-limit'.
12737
12738 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12739
12740 * textmodes/bibtex.el (bibtex-format-entry):
12741 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12742 field lines.
12743 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12744 not on part of a buffer.
12745
12746 2005-01-25 Lute Kamstra <lute@gnu.org>
12747
12748 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12749 nonempty field text strings like "{letters\\macro{}more letters}".
12750 Clarify docstring.
12751 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12752 (bibtex-entry-offset, bibtex-parse-association)
12753 (bibtex-parse-field-name): Fix typos in docstrings.
12754 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12755
12756 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12757
12758 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12759 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12760 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12761 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12762
12763 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12764 isearch minor mode.
12765
12766 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12767
12768 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12769
12770 2005-01-24 Lute Kamstra <lute@gnu.org>
12771
12772 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12773 CASECHARS and NOT-CASECHARS regular expressions of the
12774 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12775 striding over charsets" error.
12776
12777 2005-01-24 Jay Belanger <belanger@truman.edu>
12778
12779 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12780 display variable name.
12781
12782 2005-01-24 Kenichi Handa <handa@m17n.org>
12783
12784 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12785 Fix setting of the element of encoded-kbd-iso2022-invocations.
12786
12787 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12788
12789 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12790 (gdb-threads-select): Change to also accept mouse events.
12791 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12792 (gdb-threads-mouse-select): Delete.
12793
12794 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12795
12796 * files.el (insert-directory): Take care of empty directory,
12797 listed without -a switch.
12798
12799 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12800
12801 * textmodes/refill.el (refill-post-command-function):
12802 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12803 to the list of functions that we should be careful not to undo.
12804 (refill-late-fill-paragraph-function): Remove.
12805 (refill-saved-state): New var.
12806 (refill-mode): Use it to save fill-paragraph-function.
12807 Save also the value of auto-fill-function.
12808
12809 * term/w32-win.el: Simplify code.
12810
12811 2005-01-23 Kim F. Storm <storm@cua.dk>
12812
12813 * simple.el (line-move): Adapt to new return value from
12814 pos-visible-in-window-p.
12815
12816 * simple.el (line-move): Fix last change. Check partial
12817 visibility at point rather than at window-start.
12818
12819 2005-01-22 Jason Rumney <jasonr@gnu.org>
12820
12821 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12822
12823 2005-01-22 David Kastrup <dak@gnu.org>
12824
12825 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12826
12827 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12828
12829 * type-break.el (type-break-mode): Add a test for
12830 type-break-file-name being non-nil.
12831
12832 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12833
12834 * net/eudc.el (top level): Call (message "") via progn, so that
12835 eudc-options-file is loaded.
12836
12837 2005-01-22 Kim F. Storm <storm@cua.dk>
12838
12839 * simple.el (line-move-1): Rename from line-move.
12840 (line-move): New function that adjusts vscroll for partially
12841 visible rows, and calls line-move-1 otherwise.
12842
12843 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12844
12845 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12846 since it's not a complete read-event implementation
12847
12848 2005-01-20 Jay Belanger <belanger@truman.edu>
12849
12850 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12851 for called function.
12852
12853 2005-01-20 Steven Tamm <steventamm@mac.com>
12854
12855 * term/mac-win.el (process-connection-type): Remove.
12856 Controlled now by s/darwin.h:PTY_ITERATION.
12857
12858 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12859
12860 * window.el (handle-select-window): Don't switch window when we're
12861 in the minibuffer.
12862
12863 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12864
12865 * subr.el (dotimes-with-progress-reporter): New macro.
12866
12867 * ses.el (ses-dotimes-msg): Remove macro.
12868 Use `dotimes-with-progress-reporter' instead.
12869
12870 2005-01-19 Steven Tamm <steventamm@mac.com>
12871
12872 * term/mac-win.el (process-connection-type): Use new
12873 operating-system-release variable to use ptys on Darwin 7 (OS X
12874 10.3) when using carbon build.
12875
12876 2005-01-19 Jay Belanger <belanger@truman.edu>
12877
12878 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12879 flags if the last command was a tab or M-tab.
12880
12881 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12882 in formula editing buffer.
12883
12884 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12885
12886 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12887 breakpoint image symbol in margin.
12888
12889 2005-01-19 Jay Belanger <belanger@truman.edu>
12890
12891 * calc/calc-prog.el (calc-execute-kbd-macro):
12892 Ignore calc-keep-arg-flag.
12893
12894 2005-01-19 Kenichi Handa <handa@m17n.org>
12895
12896 * textmodes/ispell.el (ispell-looking-at): New function.
12897 (ispell-process-line): Use ispell-looking-at to compare the ispell
12898 output and the buffer contents.
12899
12900 2005-01-18 Jay Belanger <belanger@truman.edu>
12901
12902 * calc/calc.el (calc-display-raw): Fix docstring.
12903
12904 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12905
12906 * simple.el (blink-matching-open): Strip extra info from syntax.
12907
12908 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12909 funny chars in the end-of-here-doc marker.
12910
12911 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12912
12913 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12914 that enable/disabled state of breakpoints is shown correctly in
12915 fringe and on ttys.
12916 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12917 Add breakpoint information as text properties.
12918 (gdb-mouse-toggle-breakpoint):
12919 Rename to gdb-mouse-set-clear-breakpoint.
12920 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12921 breakpoints in the margin.
12922 (gdb-remove-strings): Simplify.
12923
12924 2005-01-17 Jay Belanger <belanger@truman.edu>
12925
12926 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12927 erasing buffer.
12928
12929 2005-01-17 Richard M. Stallman <rms@gnu.org>
12930
12931 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12932 for calling grep-compute-defaults.
12933
12934 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12935 if buffer is empty.
12936
12937 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12938
12939 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12940
12941 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12942
12943 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12944 non-preloaded variables.
12945
12946 2005-01-17 Steven Tamm <steventamm@mac.com>
12947
12948 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12949 tex-shell cause to force interactivity when using pipes.
12950
12951 2005-01-17 Kim F. Storm <storm@cua.dk>
12952
12953 * simple.el (just-one-space): Make arg optional.
12954
12955 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12956
12957 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12958 posn-at-x-y to t to access left-margin.
12959
12960 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12961
12962 Sync with Tramp 2.0.47.
12963
12964 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12965 catching keep-date problems in cp/scp operations.
12966 (tramp-handle-copy-file): Don't call `set-file-modes'
12967 unconditionally. Specialized functions should know better what is
12968 necessary. This improves performance a little bit, and the
12969 functions could catch errors with `cp -p' and `scp -p'.
12970 (tramp-do-copy-or-rename-file-via-buffer)
12971 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12972 when appropriate.
12973 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12974 Call `set-file-modes' when appropriate.
12975 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12976 Johnsson <isak@hypergene.com>
12977 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12978 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12979 <joakim@verona.se>
12980 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12981 Emacs only.
12982
12983 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12984 `find-file-hooks' and `dired-mode-hook'.
12985 (tramp-minor-mode-map): Respective map. Add remapping for
12986 `compile' and `recompile'.
12987 (tramp-remap-command, tramp-recompile): New defuns.
12988 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12989 in buffer "*Compilation*". Call the commands asynchronously.
12990
12991 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12992 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12993 `shell-command', because it isn't magic in XEmacs. Reported by
12994 Adrian Aichner <adrian@xemacs.org>.
12995
12996 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12997 `substitute-in-file-name.
12998 (tramp-smb-handle-substitute-in-file-name): New defun.
12999 (tramp-smb-advice-PC-do-completion): Delete advice.
13000
13001 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
13002
13003 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
13004 Fix error in deleting region.
13005
13006 2005-01-15 Richard M. Stallman <rms@gnu.org>
13007
13008 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
13009 In non-temp buffer, switch syntax table temporarily.
13010
13011 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
13012
13013 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
13014
13015 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
13016
13017 * imenu.el (imenu--split-menu): Copy menulist before sorting.
13018 (imenu--generic-function): Use START, not BEG, as pos of definition.
13019
13020 * simple.el (just-one-space): Argument specifies number of spaces.
13021
13022 * simple.el (eval-expression-print-format): Avoid warning
13023 about edebug-active.
13024
13025 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
13026
13027 * progmodes/sh-script.el: Code copied from make-mode.el
13028 with small changes,
13029 (sh-mode-map): Bind C-c C-\.
13030 (sh-backslash-column, sh-backslash-align): New variables.
13031 (sh-backslash-region, sh-append-backslash): New functions.
13032
13033 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
13034
13035 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
13036 (rmail-pop-password, rmail-pop-password-required): Move to
13037 rmail-obsolete group.
13038 (rmail-set-pop-password): Rename to rmail-set-remote-password.
13039 All callers updated.
13040 (rmail-get-pop-password): Rename to rmail-get-remote-password.
13041 Take an argument specifying whether it is POP or IMAP mailbox we
13042 are using. All callers updated.
13043 (rmail-pop-password-error): Rename to
13044 rmail-remote-password-error. Added mailutils-specific error message.
13045 (rmail-movemail-search-path)
13046 (rmail-movemail-variant-in-use): New variables.
13047 (rmail-remote-password, rmail-remote-password-required):
13048 New customization variables.
13049 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
13050 (rmail-parse-url): New function.
13051 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
13052 with GNU mailutils movemail.
13053
13054 2005-01-15 Kevin Ryde <user42@zip.com.au>
13055
13056 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
13057 suffix to space, $ or '$, to correctly position point when going
13058 to @table style constants like DBL_MAX.
13059
13060 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
13061
13062 * type-break.el (type-break-mode, type-break-file-time)
13063 (type-break-file-keystroke-count, type-break-choose-file):
13064 Don't store data in or load data from the file if type-break-file-name
13065 is nil.
13066 (type-break-file-name): Doc update as per the above.
13067
13068 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
13069
13070 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
13071 lookup-key might return nil; handle that.
13072
13073 2005-01-15 Alan Mackenzie <acm@muc.de>
13074
13075 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
13076 rather than the element found, thus enabling the tree to be setcar'd.
13077
13078 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
13079
13080 * textmodes/org.el (org-show-following-heading): New option.
13081 (org-show-hierarchy-above): Use `org-show-following-heading'.
13082 (org-cycle): Documentation fix.
13083
13084 * textmodes/org.el (orgtbl-optimized): New option
13085 (orgtbl-mode): New command, a minor mode.
13086 (orgtbl-mode-map): New variable.
13087 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
13088 (orgtbl-error, orgtbl-self-insert-command)
13089 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
13090
13091 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
13092 a local variable in each org-mode buffer.
13093
13094 * textmodes/org.el (org-set-regexps-and-options): Rename from
13095 `org-set-regexps'. Added checking for STARTUP keyword.
13096 (org-get-current-options): Add STARTUP options.
13097 (org-table-insert-row): Make mode intelligent about when
13098 realignment is needed.
13099 (org-self-insert-command, org-delete-backward-char, org-delete-char):
13100 New commands.
13101 (org-enable-table-editor): New default value `optimized'.
13102 (org-table-blank-field): Support blanking regions if active.
13103
13104 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
13105
13106 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
13107 if the year is not given.
13108
13109 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
13110 Add new escapes %m and %M, fixed bug with %F by adding
13111 save-match-data.
13112 (reftex-reference): Remove ?. from list of spaces.
13113 (reftex-label-info): Add automatic label prefix recognition.
13114
13115 * textmodes/reftex-index.el (reftex-index-next-phrase):
13116 Add slave parameter to call of `reftex-index-this-phrase'.
13117 (reftex-index-this-phrase): New optional argument.
13118 (reftex-index-region-phrases): Add slave parameter to call of
13119 `reftex-index-this-phrase'.
13120 (reftex-display-index): New argument redo.
13121 (reftex-index-rescan): Add 'redo to arguments of
13122 `reftex-display-index'.
13123 (reftex-index-Rescan, reftex-index-revert)
13124 (reftex-index-switch-index-tag): Add 'redo to arguments of
13125 `reftex-display-index'.
13126 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
13127 indexing. Fix bug with matching is there is a quote before or
13128 after the word.
13129
13130 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
13131 Fix bug when collecting citation keys in lines with comments.
13132 (reftex-citation): Prefix argument no longer rescans the document,
13133 but forces prompting for optional arguments of cite macros.
13134 (reftex-do-citation): Prompting for optional arguments implemented.
13135
13136 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13137 Add optional arguments to most cite commands.
13138 (reftex-cite-cleanup-optional-args): New option
13139 (reftex-cite-prompt-optional-args): New option.
13140 (reftex-trust-label-prefix): New option.
13141
13142 * textmodes/reftex-toc.el (reftex-toc-find-section):
13143 Add push-mark before changing the position in the buffer.
13144
13145 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
13146 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
13147
13148 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
13149
13150 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
13151 more carefully.
13152
13153 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13154
13155 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
13156 (sgml-mode): Use it.
13157 (sgml-get-context): Better keep track of implicitly closed tags.
13158
13159 2005-01-13 Kenichi Handa <handa@m17n.org>
13160
13161 * textmodes/ispell.el: These changes are to fix misalignment error
13162 caused by equivalent characters of different Emacs charsets.
13163 (ispell-unified-chars-table): New variable.
13164 (ispell-get-decoded-string): New function.
13165 (ispell-get-casechars, ispell-get-not-casechars)
13166 (ispell-get-otherchars): Call ispell-get-decoded-string.
13167
13168 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13169
13170 * custom.el (custom-declare-variable): Just put symbol instead
13171 of (defvar . symbol) in `current-load-list'.
13172
13173 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13174
13175 * emacs-lisp/elint.el: Fixed typo in Commentary section.
13176
13177 2005-01-12 Jay Belanger <belanger@truman.edu>
13178
13179 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
13180 to create a Calc summary.
13181
13182 2005-01-12 Kim F. Storm <storm@cua.dk>
13183
13184 * mouse.el (mouse-on-link-p): Change functionality and doc
13185 string to comply with latest description in lisp ref.
13186
13187 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
13188
13189 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
13190 Enable mouse clicks on mode-line, header-line and margin.
13191 (event-type): Give mouse event symbols an 'event-kind property
13192 with value 'mouse-click.
13193
13194 2005-01-12 Juri Linkov <juri@jurta.org>
13195
13196 * facemenu.el (list-colors-display): Add new arg buffer-name.
13197 Use it. Fix docstring. Replace code for identifying duplicate
13198 colors by the name with call to `list-colors-duplicates' which
13199 identifies duplicate colors by the value unless the color
13200 is one of special Windows colors. Set truncate-lines to t.
13201 Print sorted duplicate color names on each line. Indent to 22
13202 \(the longest color name in rgb.txt) instead of 20. Optimize.
13203 (list-colors-duplicates): New function.
13204 (facemenu-color-name-equal): Delete function.
13205
13206 * facemenu.el (list-colors-print): New function created from code
13207 in list-colors-display. Print #RRGGBB at the window right edge.
13208 (list-colors-display): When temp-buffer-show-function is not
13209 defined, call list-colors-print from temp-buffer-show-hook
13210 to get the right value of window-width in list-colors-print
13211 after the buffer is displayed.
13212
13213 * simple.el (pop-mark): Move deactivate-mark out of conditional
13214 part to deactivate the active mark regardless of the state of the
13215 mark ring.
13216
13217 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
13218 variables line in desktop files.
13219
13220 2005-01-12 Juri Linkov <juri@jurta.org>
13221
13222 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
13223 Bring together isearch highlight related options.
13224 (lazy-highlight): Replace group `replace' by `matching'.
13225 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13226 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13227 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
13228 and declare them obsolete.
13229 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
13230 (isearch-faces): Remove defgroup.
13231 (isearch-overlay, isearch-highlight, isearch-dehighlight):
13232 Move isearch highlighting code closer to lazy highlighting code.
13233
13234 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
13235 (query-replace-highlight, query-replace-lazy-highlight)
13236 (query-replace): Move definitions to the beginning of the file.
13237
13238 2005-01-11 Juri Linkov <juri@jurta.org>
13239
13240 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
13241 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
13242 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
13243
13244 * info.el (Info-history-forward): New variable.
13245 (Info-select-node): Reset Info-history-forward to nil.
13246 (Info-last): Turn into defalias.
13247 (Info-history-back): Rename from Info-last.
13248 Add current node to Info-history-forward.
13249 (Info-history-forward): New fun.
13250 (Info-mode-map): Replace Info-last by Info-history-back.
13251 Bind Info-history-forward to "r".
13252 (Info-mode-menu): Replace Info-last by Info-history-back.
13253 Fix menu item text. Add menu item for Info-history-forward.
13254 (info-tool-bar-map): Replace Info-last by Info-history-back.
13255 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
13256 for Info-history-forward.
13257 (Info-mode): Replace Info-last by Info-history-back in docstring.
13258 Add local variable Info-history-forward.
13259 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
13260
13261 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
13262
13263 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
13264 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
13265 Ignore select-window events rather than fiddle with
13266 mouse-autoselect-window.
13267
13268 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
13269
13270 * type-break.el (type-break-mode): Fix previous change.
13271
13272 2005-01-10 Jay Belanger <belanger@truman.edu>
13273
13274 * calc/calc-ext.el (calc-reset): Reset when inside embedded
13275 calculator; only reset when point is inside a calculator.
13276 Don't adjust the window height if the window takes up the whole height
13277 of the frame.
13278
13279 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
13280
13281 * ebuff-menu.el (Electric-buffer-menu-mode):
13282 Preserve value of buffer-local var header-line-format.
13283
13284 2005-01-09 Jay Belanger <belanger@truman.edu>
13285
13286 * calc/calc.el (calc-mode-var-list-restore-saved-values):
13287 Make sure settings file exists before accessing it.
13288
13289 * calc/calc-embed.el (calc-embedded-subst):
13290 Replace math-multi-subst-rec, which is only supposed to be called
13291 by math-multi-subst, by math-multi-subst.
13292
13293 2005-01-09 Andre Spiegel <spiegel@gnu.org>
13294
13295 * vc.el (vc-allow-async-revert): New user option.
13296 (vc-disable-async-diff): New internal variable.
13297 (vc-revert-buffer): Use them to disable asynchronous diff.
13298
13299 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
13300 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
13301 asynchronously if vc-disable-async-diff is t.
13302
13303 2005-01-09 Jay Belanger <belanger@truman.edu>
13304
13305 * calc/calc.el (defcalcmodevar): New macro.
13306 (calc-mode-var-list-restore-default-values)
13307 (calc-mode-var-list-restore-saved-values): New functions.
13308 (calc-mode-var-list): Use defcalcmodevar to define it.
13309 (calc-always-load-extensions, calc-line-numbering)
13310 (calc-line-breaking, calc-display-just, calc-display-origin)
13311 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13312 (calc-group-char, calc-point-char, calc-frac-format)
13313 (calc-prefer-frac, calc-hms-format, calc-date-format)
13314 (calc-float-format, calc-full-float-format, calc-complex-format)
13315 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13316 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13317 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13318 (calc-matrix-brackets, calc-language, calc-language-option)
13319 (calc-left-label, calc-right-label, calc-word-size)
13320 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13321 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13322 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13323 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13324 (calc-window-height, calc-display-trail, calc-show-selections)
13325 (calc-use-selections, calc-assoc-selections)
13326 (calc-display-working-message, calc-auto-why, calc-timing)
13327 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13328 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13329 (calc-gnuplot-default-device, calc-gnuplot-default-output)
13330 (calc-gnuplot-print-device, calc-gnuplot-print-output)
13331 (calc-gnuplot-geometry, calc-graph-default-resolution)
13332 (calc-graph-default-resolution-3d, calc-invocation-macro)
13333 (calc-show-banner): Use defcalcmodevar to declare them and set
13334 their default values.
13335
13336 * calc/calc-ext.el (calc-reset): Restore saved values of variables
13337 instead of default values (but restore default values if there is
13338 an argument of 0).
13339
13340 2005-01-09 David Kastrup <dak@gnu.org>
13341
13342 * desktop.el (desktop-restore-eager): Fix typo in type.
13343
13344 2005-01-08 Richard M. Stallman <rms@gnu.org>
13345
13346 * cus-edit.el (customize): Delete :link.
13347
13348 2005-01-08 Jay Belanger <belanger@truman.edu>
13349
13350 * calc/calc.el (calc-mode): Remove the extension from the
13351 `calc-settings-file' file name when loading it.
13352
13353 2005-01-08 Kim F. Storm <storm@cua.dk>
13354
13355 * info.el (Info-mode-map, Info-next-link-keymap)
13356 (Info-prev-link-keymap, Info-up-link-keymap):
13357 Map follow-link to mouse-face.
13358 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13359
13360 2005-01-08 Jay Belanger <belanger@truman.edu>
13361
13362 * calc/calc.el (calc-settings-file): Change default value.
13363 Suggested by cgw in a comment in calc-mode.el.
13364
13365 * calc/calc-mode.el (calc-settings-file-name):
13366 Compare calc-settings-file to user-init-file instead of ~/.emacs.
13367 Replace ~/.emacs in a prompt by calc-settings-file.
13368
13369 2005-01-07 Lars Hansen <larsh@math.ku.dk>
13370
13371 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13372 (desktop-lazy-idle-delay): New customizable variables.
13373 (desktop-buffer-args-list): New variable.
13374 (desktop-append-buffer-args): New function.
13375 (desktop-save): Call desktop-append-buffer-args for some buffers.
13376 (desktop-lazy-create-buffer): New function.
13377 (desktop-idle-create-buffers): New function.
13378 (desktop-read): Add message about buffers to restore lazily.
13379 (desktop-lazy-abort): New command.
13380 (desktop-clear): Call desktop-lazy-abort.
13381 (desktop-lazy-complete): New command.
13382
13383 2005-01-06 Richard M. Stallman <rms@gnu.org>
13384
13385 * emacs-lisp/find-func.el (find-face-definition):
13386 Rename from find-face.
13387
13388 2005-01-06 Kim F. Storm <storm@cua.dk>
13389
13390 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13391
13392 * man.el (Man-xref-man-page, Man-xref-header-file)
13393 (Man-xref-normal-file): Add follow-link property.
13394
13395 2005-01-06 Jay Belanger <belanger@truman.edu>
13396
13397 * calc/calc-units.el: Make sure the proper macro definitions are
13398 available when compiling.
13399
13400 2005-01-06 Juri Linkov <juri@jurta.org>
13401
13402 * isearch.el (isearch-lazy-highlight-update):
13403 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
13404
13405 2005-01-06 Miles Bader <miles@gnu.org>
13406
13407 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
13408 (isearch-lazy-highlight-face): Use new name.
13409
13410 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13411
13412 * uniquify.el (uniquify-rationalize-file-buffer-names):
13413 Re-add an interactive spec.
13414 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13415 to the same name.
13416
13417 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13418 (isearch-update, isearch-done): Adjust calls accordingly.
13419
13420 2005-01-05 Richard M. Stallman <rms@gnu.org>
13421
13422 * custom.el (custom-set-variables, custom-theme-set-variables):
13423 Clarify documentation.
13424
13425 * emacs-lisp/find-func.el (find-variable)
13426 (find-variable-other-window, find-variable-other-frame):
13427 Fix the TYPE args to find-function-read and find-function-do-it.
13428 (find-function): Doc fix.
13429 (find-function-at-point): Replace function-at-point alias.
13430
13431 2005-01-04 Richard M. Stallman <rms@gnu.org>
13432
13433 * cus-face.el (custom-declare-face):
13434 Record defface in current-load-list.
13435
13436 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13437
13438 * emacs-lisp/find-func.el: Doc fixes.
13439 (find-face-regexp): New variable.
13440 (find-function-regexp-alist): New variable.
13441 (find-function-C-source): Third arg is now TYPE.
13442 (find-function-search-for-symbol): Handle general TYPE.
13443 (find-function-read, find-function-do-it): Handle general TYPE.
13444 (find-definition-noselect, find-face): New functions.
13445 (function-at-point): Alias deleted.
13446
13447 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13448
13449 * battery.el (display-battery-mode): Rename from display-battery.
13450 Handle the case where it gets turned off.
13451
13452 2005-01-04 Richard M. Stallman <rms@gnu.org>
13453
13454 * cus-edit.el (customize): Make :link point to user doc.
13455
13456 * man.el (Man-fontify-manpage): Turn off undo generation.
13457
13458 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13459
13460 2005-01-04 Andreas Schwab <schwab@suse.de>
13461
13462 * files.el (insert-directory): Only look for error lines in
13463 inserted text. Don't move too far after processing --dired markers.
13464
13465 2005-01-04 Richard M. Stallman <rms@gnu.org>
13466
13467 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13468 Don't expand if the character is @, period, dash, etc.
13469 (define-mail-abbrev): Quote names that contain problem characters.
13470
13471 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13472
13473 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13474
13475 2005-01-03 Richard M. Stallman <rms@gnu.org>
13476
13477 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13478 (query-replace-highlight, query-replace-lazy-highlight)
13479 (query-replace): Definitions moved up. Doc fix.
13480
13481 2005-01-03 Richard M. Stallman <rms@gnu.org>
13482
13483 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13484 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13485 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13486 (lazy-highlight-face): Rename from isearch-lazy-...
13487 Change all references to them.
13488
13489 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13490
13491 * cus-edit.el (custom-file): Doc fix for defcustom.
13492 (custom-file): The function no longer sets the variable
13493 `custom-file' to its return value.
13494
13495 * startup.el (command-line): No longer load `custom-file'.
13496
13497 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13498
13499 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13500
13501 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13502 Don't confuse module-prefixed identifiers for labels.
13503 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13504
13505 2005-01-02 Richard M. Stallman <rms@gnu.org>
13506
13507 * files.el (basic-save-buffer-1): Fix previous change.
13508
13509 * loadhist.el (file-loadhist-lookup): New function.
13510 (file-provides, file-requires): Use it.
13511
13512 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13513 instead of calculating the right size.
13514
13515 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13516
13517 * vc-svn.el (vc-svn-diff): Stay local if possible.
13518
13519 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13520
13521 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13522
13523 * files.el (hack-local-variables): Fix last change.
13524
13525 2005-01-02 Jay Belanger <belanger@truman.edu>
13526
13527 * calc/calc-yank.el (calc-edit-top): New variable.
13528 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13529 object. Change header properties.
13530 (calc-edit-finish, calc-edit-finish-stack-object)
13531 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13532 edited object.
13533 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13534 for the beginning of the edited object.
13535 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13536 for the beginning of the edited object.
13537 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13538 (calc-finish-formula-edit, calc-macro-repeats)
13539 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13540 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13541 beginning of the edited object.
13542 (calc-user-define-edit): Change the header for editing macros.
13543 Remove unnecessary variable.
13544
13545 2005-01-01 Jay Belanger <belanger@truman.edu>
13546
13547 * calc/calc-yank.el (calc-edit-mode): Change default header.
13548 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13549 * calc/calc-store.el (calc-edit-variable): Change title to match new
13550 header.
13551 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13552 mode to match new header.
13553 (calc-user-define-edit): Change titles to include names of commands.
13554 (calc-finish-formula-edit): Adjust to handle new header.
13555 (calc-finish-macro-edit): Remove.
13556 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13557 (calc-edit-macro-command, calc-edit-macro-command-type)
13558 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13559 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13560 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13561 (calc-edit-macro-finish-edit): New functions.
13562 (calc-user-define-edit): Use new functions to edit named calc macros.
13563
13564 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13565
13566 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13567
13568 * ses.el (copy-region-as-kill): Deactivate mark.
13569
13570 2005-01-01 Richard M. Stallman <rms@gnu.org>
13571
13572 * replace.el (occur-1): If the output buffer is also an input,
13573 don't kill it, rename it.
13574
13575 * faces.el (set-face-background, set-face-foreground): Doc fix.
13576
13577 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13578 for :foreground and :background.
13579
13580 * dired.el (dired-view-command-alist): Variable deleted.
13581 (dired-view-file, dired-mouse-find-file-other-window):
13582 Delete the code to use it.
13583
13584 2005-01-01 Kim F. Storm <storm@cua.dk>
13585
13586 * image.el (insert-sliced-image): Use t for line-height property.
13587
13588 See ChangeLog.11 for earlier changes.
13589
13590 ;; Local Variables:
13591 ;; coding: iso-2022-7bit
13592 ;; End:
13593
13594 Copyright (C) 2005 Free Software Foundation, Inc.
13595 Copying and distribution of this file, with or without modification,
13596 are permitted provided the copyright notice and this notice are preserved.
13597
13598 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1