]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(with-rcirc-process-buffer): Move above its first user.
[gnu-emacs] / lisp / ChangeLog
1 2005-10-20 Richard M. Stallman <rms@gnu.org>
2
3 * net/rcirc.el: New file.
4
5 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
6
7 * term.el (term-term-name): Initialize to "eterm-color".
8
9 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
10
11 Update allout.el to a new version.
12 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
13 for encryption functionality.
14 allout customization subgroup now positioned in `outlines' group
15 instead of prior `editing' group.
16 (allout-encrypt-string, allout-encryption-produce-work-buffer)
17 (allout-encrypted-topic-p, allout-encrypted-text-type)
18 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
19 (allout-situate-encryption-key-verifier)
20 (allout-get-encryption-key-verifier, allout-verify-key)
21 (allout-next-topic-pending-encryption)
22 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New
23 functions.
24 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
25 (outline-key-verifier-handling, outline-key-hint-handling)
26 (outline-encrypt-unencrypted-on-saves): New defcustoms.
27 (allout-file-key-verifier-string, allout-encryption-scheme)
28 (allout-key-verifier-string, allout-key-hint-string)
29 (allout-after-save-decrypt): New variables.
30 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
31 (allout-after-saves-handler): New hook functions.
32 (allout-post-command-business): Do allout-after-save-decrypt.
33 (allout-enable-file-variable-adjustment): Custom var to enable
34 mechanism for adding and adjusting settings of Emacs file variables.
35 (allout-adjust-file-variable, allout-file-vars-section-data): New
36 functions, implement the mechanism.
37 (outlineify-sticky): Use the file vars mechanism.
38 (allout-inhibit-protection, allout-during-write-cue)
39 (allout-override-protect, allout-before-change-protect): Removed.
40 (allout-flag-region, allout-open-topic): Revised to adjust
41 read-only text.
42 (allout-open-line-not-read-only): Added to facilitate read-only
43 text based protection.
44 (allout-kill-line): Revised to adjust read-only text, clue the
45 user about the inhibition.
46 (allout-unprotected): Robustified with an unwind-protect.
47 (allout-shift-in, allout-shift-out): Disallow manually shifting a
48 topic deeper than the offspring depth of the previous topic -
49 avoiding confusing "containment discontinuities".
50 (allout-reindent-bodies): Fixed retention of body relative hanging
51 indent during promotion of collapsed bodies.
52 (allout-open-topic): Made it easy to open new topic with same
53 bullet as current topic - topic creation functions provided with
54 any universal argument provokes now prompt for bullet, defaulting
55 to the bullet of the previous topic.
56 (allout-plain-bullets-string, allout-distinctive-bullets-string):
57 Plain bullet alternates '.' period and ',' comma only. All other
58 bullets are relegated to special status (but customizable).
59 (allout-end-of-entry): Renamed from 'allout-end-of-current-entry
60 since it actually operates w.r.t. most immediately containing
61 entry, visible or not.
62 (allout-hide-current-entry, allout-show-current-entry): Use the
63 revised version.
64 (allout-old-expose-topic): Solidify deprecation.
65 (allout-end-of-subtree): Added, so we can span concealed as well
66 as visible topics.
67 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
68 (allout-end-of-current-heading): Tweaked to just respect the first
69 line.
70 (allout-get-body-text): Added.
71 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
72 when invoked interactively.
73 (allout-up-current-level): Use `interactive-p'.
74 (allout-mode, allout-init): Miscellaneous docstring and
75 operational refinements, as well as hookups of new encryption stuff.
76 (allout-beginning-of-current-entry): Now works as advertised.
77 (allout-end-of-current-entry): Relieved of superfluous
78 allout-show-entry.
79 (allout-isearch-rectification): Refine condition for isearching
80 (allout-isearch-abort, allout-enwrap-isearch).
81 (allout-flag-region, my-region-active-p): Relocated some macros.
82 (allout-title): Fallback title is '(buffer-name)', not
83 non-existing '(current-buffer-name)'.
84 (subst-char-in-string): Define if absent (for some XEmacs versions).
85 Corrected commentary 'keywords' to legitimate ones.
86 Updated comentary author info (using my current email address,
87 obscurified).
88
89 2005-10-20 Jari Aalto <jari.aalto@cante.net>
90
91 * mail/sendmail.el (mail-setup-hook, mail-aliases)
92 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
93 (mail-citation-prefix-regexp, mail-signature-file)
94 (mail-default-headers, mail-bury-selects-summary)
95 (mail-send-nonascii): Add autoload cookies.
96
97 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
98
99 * frame.el (blink-cursor-mode): Add `mac' to the list of
100 window-system's that support blinking cursor.
101
102 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
103
104 * textmodes/org.el (org-level-color-stars-only): Fix typo in doc
105 string.
106
107 2005-10-20 Eli Zaretskii <eliz@gnu.org>
108
109 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Bind
110 find-file-suppress-same-file-warnings to t, to avoid warnings due
111 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
112
113 2005-10-20 Romain Francoise <romain@orebokech.com>
114
115 * net/rcirc.el (with-rcirc-process-buffer): Move above its first
116 user.
117
118 * replace.el (occur-engine): Add follow-link property.
119
120 * font-core.el (font-lock-mode): Doc fix.
121
122 2005-10-20 Kim F. Storm <storm@cua.dk>
123
124 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
125 (ido-set-current-directory): Don't add / after final @.
126 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
127 Explicitly handle ange-ftp completion oddities.
128 (ido-make-file-list): Don't rotate list at tramp root to avoid
129 triggering tramp file handler for expand-file-name via get-file-buffer.
130
131 2005-10-19 Jay Belanger <belanger@truman.edu>
132
133 * calc/calc-units.el (math-standard-units): Add units, adjust
134 symbols and update values.
135 (math-unit-prefixes): Add more prefixes.
136
137 2005-10-19 Romain Francoise <romain@orebokech.com>
138
139 * bookmark.el (bookmark-menu-heading): New face.
140 (bookmark-bmenu-list): Use it.
141 Don't fiddle with `baud-rate' at top-level.
142
143 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
144
145 * image.el (create-image, find-image): Mention max-image-size in
146 docstring.
147
148 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
149
150 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
151 Various docstring and line-width fixups.
152 (conf-mode): Use cond.
153 Set font-lock-defaults. Don't set comment-use-syntax.
154
155 2005-10-18 David Ponce <david@dponce.com>
156
157 * tree-widget.el (tree-widget-button-click): New function.
158 (tree-widget-button-keymap): Use it.
159
160 2005-10-18 Romain Francoise <romain@orebokech.com>
161
162 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
163 (bookmark-bmenu-hide-filenames): Add follow-link property.
164 Improve help-echo text.
165
166 * ffap.el (find-file-at-point): Doc fix.
167
168 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
169
170 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
171
172 2005-10-18 Masatake YAMATO <jet@gyve.org>
173
174 Install to the CVS repository what I forgot to install in my
175 2005-10-16 changes.
176
177 * progmodes/python.el (python-complete-symbol): Pass the common
178 prefix substring of completion to `display-completion-list'.
179
180 * textmodes/org.el (org-complete): Ditto.
181
182 2005-10-18 Masatake YAMATO <jet@gyve.org>
183
184 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
185
186 * woman.el (WoMan-xref-man-page): New button type derived
187 from `Man-abstract-xref-man-page'.
188 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
189
190 * man.el (Man-abstract-xref-man-page): New button type.
191 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
192 (Man-highlight-references): Add new optional argument `xref-man-type'.
193
194 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
195
196 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
197
198 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
199
200 * cus-edit.el (Custom-move-and-invoke): Delete.
201 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
202
203 * wid-edit.el (widget-move-and-invoke): New function, from
204 Custom-move-and-invoke.
205
206 2005-10-17 Bill Wohler <wohler@newt.com>
207
208 Move all remaining images from lisp/toolbar to etc/images, move
209 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
210 the low resolution images in their own directory (low-color).
211
212 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
213 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
214 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
215 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
216 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
217 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
218 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
219
220 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
221 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
222 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
223 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
224 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
225 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
226 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
227 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
228 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
229 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
230 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
231 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
232 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
233 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
234 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
235
236 To conform with convention, replace the underscore (_) in the
237 following image names with dash (-) or (/) as appropriate.
238
239 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
240 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
241 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
242 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
243 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
244 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
245 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
246 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
247 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
248 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
249 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
250 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
251 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
252 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
253 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
254
255 * info.el (info-tool-bar-map): Replace underscores in image names
256 with dashes.
257
258 * makefile.w32-in (WINS): Remove toolbar.
259
260 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
261
262 * tool-bar.el: Move to lisp from toolbar. Now that
263 toolbar is empty, it should be deleted when folks run "cvs up -P".
264
265 2005-10-18 Jay Belanger <belanger@truman.edu>
266
267 * calc/calc-store.el (calc-store-into): Get the proper variable name
268 to display in message.
269
270 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
271
272 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
273 expressions display in speedbar for all buffers when debugging.
274 (gdb-speedbar-expand-node): Ensure node contraction is always
275 updated.
276
277 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
278 (speedbar-insert-button, speedbar-make-button):
279 Use add-text-properties.
280 (speedbar-update-localized-contents)
281 (speedbar-update-directory-contents)
282 (speedbar-update-special-contents): Use dolist.
283 (speedbar-buffer-easymenu-definition): Add a menu separator.
284
285 2005-10-17 Jason Rumney <jasonr@gnu.org>
286
287 * makefile.w32-in: Use $(lisp) consistently.
288 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
289 for shell specific generation of mh-autoloads.
290
291 2005-10-17 Richard M. Stallman <rms@gnu.org>
292
293 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
294
295 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
296
297 * jit-lock.el (jit-lock-fontify-now):
298 Move jit-lock-context-unfontify-pos to avoid wasted work.
299
300 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
301
302 * net/tramp.el (tramp-completion-mode): New defvar. Used in
303 `tramp-completion-mode' for checking if we are in completion mode.
304 (tramp-completion-handle-file-name-all-completions): Reorder code
305 in order to complete for file names only in case there are no
306 method/user/host completions. This is necessary for cooperation
307 with ido. Reported by Kim F. Storm <storm@cua.dk>.
308
309 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
310
311 * longlines.el (longlines-search-forward)
312 (longlines-search-backward): Match any number of spaces.
313
314 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
315
316 * diff-mode.el (diff-mode): Doc fix.
317
318 2005-10-16 David Reitter <david.reitter@gmail.com>
319
320 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
321 as default on darwin and windows systems.
322
323 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
324
325 * arc-mode.el (archive-zip-extract): Doc fix.
326
327 2005-10-16 Romain Francoise <romain@orebokech.com>
328
329 * mouse.el (mouse-1-click-follows-link): Doc fix.
330
331 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * savehist.el: Don't require CL at runtime.
334 (savehist-xemacs): Remove.
335 (savehist-coding-system): Use utf-8 if present, regardless of religion.
336 (savehist-no-conversion): Use (featurep 'xemacs).
337 (savehist-load): Check existence of start-itimer rather than XEmacs.
338 Use an idle timer.
339 (savehist-process-for-saving): Replace use of CL funs `subseq' and
340 `delete-if-not'.
341
342 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
343
344 * savehist.el: Newer version.
345 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
346 (savehist-last-checksum, savehist-no-conversion): New vars.
347 (savehist-autosave, savehist-process-for-saving, savehist-printable):
348 New functions.
349 (savehist-load, savehist-save): Use them.
350 (savehist-delimit): Remove.
351
352 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
353
354 * progmodes/compile.el (compilation-goto-locus): Display the
355 compilation buffer first and the source buffer second, in case they're
356 in overlapping frames. Don't raise the compilation frame if it was the
357 selected window upon entry. Pass the `other-window' arg to
358 pop-to-buffer.
359
360 * info.el (Info-fontify-node): Use dolist.
361 Change add-text-properties to put-text-property.
362
363 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
364
365 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
366 bound of search.
367
368 2005-10-16 Masatake YAMATO <jet@gyve.org>
369
370 * dabbrev.el (dabbrev-completion): Pass the common
371 prefix substring of completion to `display-completion-list'.
372
373 * filecache.el (file-cache-minibuffer-complete)
374 (file-cache-complete): Ditto.
375
376 * tempo.el (tempo-display-completions): Ditto.
377
378 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
379
380 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
381
382 * eshell/em-hist.el (eshell-list-history): Ditto.
383
384 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
385
386 * mail/mailalias.el (mail-complete): Ditto.
387
388 * progmodes/etags.el (complete-tag): Ditto.
389
390 * progmodes/make-mode.el (makefile-complete): Ditto.
391
392 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
393
394 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
395
396 * progmodes/pascal.el (pascal-complete-word)
397 (pascal-show-completions): Ditto.
398
399
400 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
401
402 * simple.el (completion-common-substring): New variable.
403 (completion-setup-function): Use `completion-common-substring'
404 to put faces.
405
406 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
407
408 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
409 (x-get-selection, mac-select-convert-to-string): Convert from/to
410 UTF-16 clipboard data as in native byte order, no BOM.
411
412 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
413
414 * progmodes/gud.el (gud-tool-bar-map): Rename the images
415 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
416 (gud-sentinel): Use speedbar-frame to check for speedbar.
417
418 2005-10-15 Richard M. Stallman <rms@gnu.org>
419
420 * savehist.el: New file.
421
422 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
423
424 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
425 Fix bug in \bf fontification.
426
427 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
428
429 * pcvs.el (cvs-edit-log-files): New var.
430 (cvs-mode-edit-log): New arg `file'.
431 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
432 Instead force the use of the original file and nothing else.
433 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
434 the cvs-minor-wrap-function is set.
435 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
436
437 2005-10-14 Bill Wohler <wohler@newt.com>
438
439 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
440 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
441 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
442 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
443 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
444 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
445 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
446 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
447 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
448 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
449 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
450 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
451 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
452 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
453 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
454
455 * progmodes/gud.el (gud-tool-bar-map): Rename the images
456 appropriately (for example, gud-break to gud/break).
457
458 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
459
460 * longlines.el (longlinges-search-function)
461 (longlines-search-forward, longlines-search-backward): New functions.
462 (longlines-mode): Set isearch-search-fun-function to
463 longlinges-search-function.
464
465 * mouse.el (mouse-drag-region-1): Handle the case where a
466 double-click event is bound to an arbitrary function.
467
468 2005-10-14 David Ponce <david@dponce.com>
469
470 * recentf.el (recentf-track-opened-file)
471 (recentf-track-closed-file, recentf-update-menu)
472 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
473 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
474 mouse-1-click-follows-link.
475
476 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
477
478 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
479 Gnome file-manager.png. Suggested by
480 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
481
482 * toolbar/README: Add diropen.xpm.
483
484 2005-10-13 Bill Wohler <wohler@newt.com>
485
486 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
487 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
488
489 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
490
491 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
492 Don't waste the byte-compiler's time on constant data.
493
494 2005-10-13 Kenichi Handa <handa@m17n.org>
495
496 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
497 byte with `escape-glyph' face.
498
499 * international/fontset.el (ccl-encode-unicode-font):
500 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
501 Handle the case that ucs-mule-to-mule-unicode translates a character to
502 ASCII (usually for IPA characters).
503
504 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
507 Don't hide the underline of titles if font-lock-mode is disabled.
508
509 2005-10-12 Bill Wohler <wohler@newt.com>
510
511 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
512 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
513 files in MH-E-SRC have been updated.
514 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
515
516 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
519 (mixal-mode-syntax-table): Add \n as end-comment.
520 (mixal-operation-codes-alist): Immediately initialize to full value.
521 (mixal-add-operation-code): Remove.
522 (mixal-describe-operation-code): Make the arg non-optional.
523 Use the interactive spec instead.
524 Use mixal-operation-codes-alist rather than mixal-operation-codes.
525 (mixal-font-lock-keywords): Don't highlight comments here any more.
526 (mixal-font-lock-syntactic-keywords): New var.
527 (mixal-mode): Use it. Fix comment-start-skip.
528
529 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
530
531 * startup.el (command-line-x-option-alist): -nb => -nbi
532
533 2005-10-12 Kim F. Storm <storm@cua.dk>
534
535 * startup.el (fancy-splash-default-action): Discard mouse click in
536 the spash screen window, as it has no sensible meaning in the
537 next window to be selected. Fixes error reported by Jan D.
538
539 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
540
541 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
542
543 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
546 Try to fix up minor layout issues like indentation, line break, etc...
547 (mixal-mode-syntax-table): Don't try to specify comment syntax,
548 because it doesn't work.
549 (mixal-operation-codes): Add some more codes.
550 (mixal-font-lock-keywords): Process comments here.
551 (mixal-mode): mixasm no longer needs -g option.
552
553 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
554
555 * progmodes/sh-script.el (sh-tmp-file):
556 Use mktemp -t. Finish support for es and rc shells.
557
558 2005-10-11 Jay Belanger <belanger@truman.edu>
559
560 * calc/calcalg2.el (calc-integral): With an argument, compute the
561 definite integral.
562
563 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
564
565 * mouse.el (mouse-drag-region-1): Don't try to catch a
566 double-click when doing follow-link (it's overridden anyway).
567
568 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
569
570 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
571 (autoload-print-form-outbuf): Add docstring.
572
573 2005-10-11 Juri Linkov <juri@jurta.org>
574
575 * info.el (Info-mode-menu): Delete menu item "Edit".
576 (Info-mode): Delete description of Info-edit from docstring,
577 and rearrange descriptions of Info commands in the order
578 they are documented in the Info manual.
579
580 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
581
582 * calendar/appt.el (appt-check): Use diary-selective-display var.
583
584 2005-10-10 Richard M. Stallman <rms@gnu.org>
585
586 * net/newsticker.el (newsticker-start, newsticker-show-news):
587 Add autoload cookies.
588
589 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
590
591 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
592
593 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
594
595 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
596
597 2005-10-10 Jay Belanger <belanger@truman.edu>
598
599 * calc/calc-arith.el (math-check-known-scalarp)
600 (math-check-known-matrixp): Check the values of arguments that are
601 variables.
602 (math-check-known-square-matrixp): New function.
603 (math-known-square-matrixp): Use math-check-known-square-matrixp.
604 (math-super-types): Add sqmatrix type.
605
606 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
607 mode name `square' to 'sqmatrix'.
608
609 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
610 mode name `square' to 'sqmatrix'.
611
612 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
613
614 * progmodes/etags.el (select-tags-table-mode): Don't use
615 selective-display.
616 (tags-select-tags-table): Pass `button' to the action function.
617 (select-tags-table): Place the side-info on button properties rather
618 than in hidden text. Abbreviate file names.
619 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
620 (select-tags-table-select): Add `button' argument.
621 Get side-info from the button property rather than from hidden text.
622
623 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
624
625 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
626 (gud-speedbar-buttons): Preserve point if possible.
627 (gud-sentinel): Restore previous speedbar display type.
628
629 * progmodes/gdb-ui.el (gdba): Improve diagram.
630 (def-gdb-auto-update-handler, gdb-info-locals-handler)
631 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
632 Call get-buffer-window once.
633
634 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
635
636 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
637 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
638 (pascal-indent-command): Remove unused var `ind'.
639 (pascal-indent-case): Remove unused var `oldpos'.
640 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
641 since it's now used as a proper minor mode map.
642 (pascal-outline): Rename to pascal-outline-mode.
643 (pascal-outline-mode): Use define-minor-mode.
644 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
645 selective-display.
646
647 2005-10-10 Andreas Schwab <schwab@suse.de>
648
649 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
650 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
651
652 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
653 outside source directory.
654
655 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
656
657 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
658 C-x' as a prefix.
659 (orgtbl-mode-map): Full keymap instead of sparse, because all
660 `self-insert-command' keys are redefined in this map.
661 (org-export-as-html): Specify charset for HTML file, by taking it
662 from the coding system.
663
664 2005-10-10 Kenichi Handa <handa@m17n.org>
665
666 * textmodes/flyspell.el (flyspell-check-word-p):
667 If unread-command-events is non-empty, don't call sit-for.
668
669 2005-10-09 Richard M. Stallman <rms@gnu.org>
670
671 * font-lock.el (font-lock-syntactic-keywords)
672 (font-lock-keywords): Doc fixes.
673
674 * textmodes/flyspell.el (flyspell-external-point-words):
675 Simplify logic, and don't try to check for consecutive appearances
676 of one incorrect word.
677
678 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
679
680 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
681 separator.
682
683 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
684 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
685 (gud-expansion-speedbar-buttons): New function.
686 (gud-speedbar-buttons): Check for gud-comint-buffer.
687
688 2005-10-09 Bill Wohler <wohler@newt.com>
689
690 * Makefile.in (updates): Add mh-loaddefs dependency.
691
692 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
693
694 * speedbar.el (speedbar-file-key-map): Fix typo.
695
696 2005-10-09 Daniel Brockman <daniel@brockman.se>
697
698 * cus-start.el (line-spacing): Add custom spec.
699
700 2005-10-09 Romain Francoise <romain@orebokech.com>
701
702 * textmodes/ispell.el (ispell-check-version): Fix last change.
703
704 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
705
706 * term/x-win.el: Remove -i, --icon-type from comment.
707
708 * startup.el (command-line-x-option-alist): Remove options -i,
709 -itype, --icon-type, added -nb, --no-bitmap-icon
710
711 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
712
713 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
714 instead of :active.
715
716 2005-10-08 Eric Hanchrow <offby1@blarg.net>
717
718 * textmodes/ispell.el (ispell-check-version):
719 Ignore hyphen, and all that follows, in aspell's version text.
720
721 2005-10-08 Jay Belanger <belanger@truman.edu>
722
723 * calc/calc-arith.el (math-known-square-matrixp): New function.
724 (math-pow-fancy): Check for matrices before distributing exponent
725 across products.
726
727 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
728 fullscreen keypad. Suggested by Luc Teirlinck.
729 (calc-keypad-show-input): Add space for formatting.
730
731 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
732 Add square matrix option.
733
734 * calc/calc-poly.el (math-expand-term): Check for matrices instead
735 of checking calc-matrix-mode when deciding how to expand.
736
737 * calc/calc.el (calc-set-mode-line): Add square matrix option.
738
739 2005-10-08 Lars Hansen <larsh@soem.dk>
740
741 * net/tramp.el (tramp-perl-directory-files-and-attributes):
742 Add error handling.
743 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
744
745 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
746
747 Sync with Tramp 2.0.51.
748
749 * net/tramp.el (tramp-handle-set-visited-file-modtime)
750 (tramp-handle-insert-file-contents, tramp-handle-write-region):
751 Insert special handling for `last-coding-system-used', again
752 it still seems to be necessary (unlike stated before).
753 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
754 (tramp-password-prompt-regexp): There might be other words before
755 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
756 (tramp-chunksize): Improve docstring.
757 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
758 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
759 Christian Joergensen <bugs@razor.dk>.
760
761 2005-10-07 Glenn Morris <rgm@gnu.org>
762
763 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
764 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
765 precision'.
766
767 2005-10-07 Romain Francoise <romain@orebokech.com>
768
769 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
770 (ibuffer-do-shell-command-pipe-replace)
771 (ibuffer-do-shell-command-file, ibuffer-do-eval)
772 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
773 (ibuffer-do-revert, ibuffer-do-replace-regexp)
774 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
775 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
776 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
777 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
778 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
779 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
780 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
781 Autoload file sans suffix.
782
783 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
784
785 2005-10-07 David Ponce <david@dponce.com>
786
787 * recentf.el (recentf-menu-open-all-flag): New option.
788 (recentf-digit-shortcut-command-name): New function.
789 (recentf--shortcuts-keymap): New variable.
790 (recentf-menu-shortcuts): New variable.
791 (recentf-make-menu-items): Initialize it. Replace the "More..."
792 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
793 (recentf-menu-value-shortcut): New function.
794 (recentf-make-menu-item): Use it. No more in-lined.
795 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
796 (recentf-open-most-recent-file): Rename from
797 `recentf-open-file-with-key'. Don't depend on key binding.
798 (recentf-mode-map): New variable.
799 (recentf-mode): Use it.
800
801 2005-10-06 Bill Wohler <wohler@newt.com>
802
803 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
804
805 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
806 (MH-E-SRC): New. Used by mh-autoloads.
807 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
808 files in MH-E-SRC have been updated.
809 (compile, recompile, bootstrap): Depend on mh-autoloads.
810
811 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
812
813 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
814 gud-break and gud-remove icons when the fringe is not available.
815
816 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
817 Typo.
818
819 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
820
821 * play/zone.el (zone): Wrap body with save-window-excursion.
822
823 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
824
825 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
826 Use the new `list-only' arg to diary-list-entries.
827
828 * calendar/diary-lib.el: Use overlays rather than selective-display.
829 (diary-selective-display): New var.
830 (diary-header-line-format): Use it.
831 (diary-list-entries): Add argument `list-only'.
832 Put the buffer in diary-mode. Don't add \^M at beg and end.
833 Replace \^M by invisible overlays.
834 (diary-unhide-everything): Replace \^M by invisible overlays.
835 (print-diary-entries): Look for overlays rather than \^M.
836 Add a space to the temp buffer name.
837 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
838 Put the buffer in diary-mode.
839 (list-sexp-diary-entries): Replace \^M by invisible overlays.
840 (diary-anniversary): Make the year arg optional.
841 (diary-time-regexp): New const.
842 (diary-font-lock-keywords): Use it to accept a few more time formats.
843
844 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
845
846 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
847
848 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
849 Fix bug introduced 2005-07-03: Use (car (last ...))
850 to faithfully reproduce replaced artist-last.
851 (artist-set-arrow-points-for-poly): Likewise.
852 Suggested by Johan Bockg\e,Ae\e(Brd.
853
854 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
855
856 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
857 * wid-edit.el (widget):
858 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
859 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
860
861 2005-10-06 Kenichi Handa <handa@m17n.org>
862
863 * international/mule-cmds.el (set-language-environment):
864 Fix setting up of case-table for unibyte mode.
865
866 * simple.el (what-cursor-position): If the character is displayed
867 by some `display' text property, show that. Don't use
868 single-key-description for eight-bit characters in multibyte mode.
869
870 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
871
872 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
873 (gdb-ann3): Set it.
874 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
875 (gdb-info-frames-custom): Use inverse-video for first five
876 characters of selected frame only.
877 (gdb-get-frame-number): Select frame even when point is on frame
878 number.
879
880 2005-10-06 Masatake YAMATO <jet@gyve.org>
881
882 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
883 Put `font-lock-function-name-face'.
884 (gdb-info-frames-custom): Put `font-lock-function-name-face'
885 and `font-lock-variable-name-face'
886 (gdb-registers-font-lock-keywords): New font lock keywords definition.
887 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
888 (gdb-memory-font-lock-keywords): New font lock keywords definition.
889 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
890 (gdb-local-font-lock-keywords): New font lock keywords definition.
891 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
892 (gdb-threads-font-lock-keywords): New font lock keywords definition.
893 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
894
895 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
896
897 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
898 (ediff-merge-region-is-non-clash-to-skip): Previously called
899 ediff-merge-region-is-non-clash.
900
901 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
902 Use insert-buffer-substring.
903
904 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
905 selecting files to patch. Also bug fixes.
906
907 * ediff-util.el (ediff-setup): Bug fix.
908 (ediff-next-difference): Never skip clashes that differ in white
909 space only.
910
911 * ediff-wind.el (ediff-setup-control-frame)
912 (ediff-destroy-control-frame): Check the menubar feature.
913
914 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
915 (viper-refresh-mode-line): Use make-local-variable to localize
916 some vars instead of make-variable-buffer-local. Suggested by
917 Stefan Monnier.
918
919 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
920 (viper-restore-cursor-type, viper-set-insert-cursor-type):
921 Use make-local-variable instead of make-variable-buffer-local.
922 Suggested by Stefan Monnier.
923
924 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
925 (viper-comint-mode-hook): Use make-local-variable on
926 require-final-newline.
927 (viper-non-hook-settings): Don't use make-variable-buffer-local.
928
929 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
930
931 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
932 also the second char of a comment-start sequence.
933 (scheme-sexp-comment-syntax-table): New var.
934 (lambda, define): Set their scheme-doc-string-elt property.
935 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
936 Use lisp-font-lock-syntactic-face-function now that it properly
937 handles |...| symbols.
938 (scheme-mode-variables): Set lisp-doc-string-elt-property,
939 parse-sexp-lookup-properties and font-lock-extra-managed-props.
940
941 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
942 bit from # to |.
943 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
944
945 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
946 (lisp-doc-string-elt-property): New var.
947 (lisp-font-lock-syntactic-face-function): Use it.
948 Rewrite to recognize docstrings even for forms not at toplevel.
949
950 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
951 annotation on the | part of #| rather than on the # part.
952 (scheme-font-lock-syntactic-face-function): New function, to
953 distinguish strings from |...| symbols.
954 (scheme-mode-variables): Use it. Also fix up the font-lock-time
955 syntax-table so that #|...|# is properly highlighted.
956
957 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
958 Don't mark as docstring the 3rd elem of an unknown toplevel form.
959
960 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
961
962 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
963 and C-e.
964
965 * emacs-lisp/eldoc.el: Move comments into docstrings.
966 (eldoc-message-commands): Initialize in its declaration.
967 Add move-beginning-of-line and move-end-of-line.
968 (eldoc-add-command, eldoc-add-command-completions)
969 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
970
971 * outline.el (outline-mark-subtree): Activate the mark.
972
973 * calendar/appt.el (appt-time-regexp): New var.
974 (appt-add, appt-make-list): Use it.
975 (appt-convert-time): Clean up.
976
977 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
978 Don't set any syntax-table property here.
979 (tex-font-lock-verb): New function. Do it here.
980 (tex-font-lock-syntactic-keywords): Use it.
981
982 2005-10-04 Richard M. Stallman <rms@gnu.org>
983
984 * wid-edit.el (widget-file-complete): Get the widget start point
985 the right way. Default directory to `/' if file has none.
986
987 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
988
989 * textmodes/flyspell.el (flyspell-mode-on):
990 Call ispell-maybe-find-aspell-dictionaries.
991
992 * textmodes/ispell.el (ispell-word, ispell-region):
993 Call ispell-maybe-find-aspell-dictionaries.
994 (ispell-accept-buffer-local-defs):
995 Don't call ispell-maybe-find-aspell-dictionaries
996
997 2005-10-04 Richard M. Stallman <rms@gnu.org>
998
999 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
1000
1001 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
1002
1003 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
1004 instead of `fboundp' in order to allow for anonymous functions.
1005
1006 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
1007
1008 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
1009 case the user clicks on the link while another window is selected.
1010 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
1011
1012 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
1013 functionality.
1014 (dframe-help-echo): Save point in case mouse tracking is off.
1015
1016 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
1017
1018 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
1019
1020 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1021
1022 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
1023 not change the global value of those vars.
1024
1025 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
1026 make-local-variable which we do not need any more.
1027
1028 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
1029
1030 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
1031 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
1032 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
1033 (speedbar-path-line): Define obsolete aliases.
1034 (speedbar-line-directory): Doc fix.
1035
1036 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
1037 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
1038 instead of speedbar-line-path.
1039
1040 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1041
1042 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
1043 to nil if dropping on a window. Handle dropping on a minibuffer window
1044 like dropping on a non-window part of Emacs.
1045
1046 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1047
1048 * net/ange-ftp.el: Use with-current-buffer.
1049 (ange-ftp-insert-directory): Do not follow symlinks any more.
1050
1051 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1052 Remove interactive spec.
1053
1054 2005-10-03 Kim F. Storm <storm@cua.dk>
1055
1056 * ido.el (ido-mode): Use custom-initialize-set.
1057
1058 2005-10-02 Richard M. Stallman <rms@gnu.org>
1059
1060 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
1061 Use insert-buffer-substring.
1062
1063 * net/tramp.el: Pacify byte compiler warnings in pacification code.
1064 (tramp-handle-file-local-copy): Use insert-buffer-substring.
1065
1066 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1067
1068 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
1069 in last change.
1070 (ange-ftp-insert-directory): Fix up the search for the case where
1071 `file' is absolute.
1072
1073 2005-10-02 Romain Francoise <romain@orebokech.com>
1074
1075 * progmodes/compile.el (compile-goto-error): Delete extra paren.
1076
1077 2005-10-02 Andreas Schwab <schwab@suse.de>
1078
1079 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
1080 directory component in the session info.
1081
1082 2005-10-01 Richard M. Stallman <rms@gnu.org>
1083
1084 * comint.el (comint-redirect-subvert-readonly): Doc fix.
1085
1086 * simple.el (next-error-internal): New function.
1087
1088 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
1089 (compilation-start): Pass new arg to compilation-buffer-name.
1090 (compile-goto-error): Use next-error-internal.
1091
1092 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1093
1094 * speedbar.el: Remove RCS tag.
1095 (speedbar-check-read-only): Handle non-existent files.
1096
1097 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
1098
1099 * info.el (Info-speedbar-hierarchy-buttons)
1100 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
1101
1102 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1103
1104 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
1105 Do not match newline.
1106 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
1107 (bibtex-summary): Remove unnecessary save-excursion.
1108 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
1109
1110 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1111
1112 * term/mac-win.el: Add charset info for "iso10646-1".
1113 Modify default fontset to use ATSUI-compatible fonts for some charsets
1114 if available.
1115
1116 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1117
1118 * speedbar.el: Re-apply arch tag.
1119 (speedbar-version): Rename to version 1.0. Suggested by Eric
1120 M. Ludlam.
1121 Reapply two changes from Emacs CVS' version of speedbar lost
1122 during the merge:
1123 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
1124 (speedbar-frame-parameters): Improve customize type.
1125
1126 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1127
1128 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
1129 (ange-ftp-file-directory-p): Fix the symlink case.
1130 (ange-ftp-insert-directory): When listing a single file, get a list of
1131 the parent buffer and extract the relevant line. Inspired from a patch
1132 by Katsumi Yamaoka <yamaoka@jpl.org>.
1133 (ange-ftp-file-name-sans-versions): Simplify.
1134
1135 2005-09-30 Bill Wohler <wohler@newt.com>
1136
1137 Move MH-E image files from toolbar and mail directories into
1138 etc/images.
1139
1140 * mail/reply2.*: Move to etc/images/mail/reply*.
1141
1142 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
1143 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
1144 etc/images.
1145
1146 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
1147 * toolbar/reply*: Move to etc/images/mail.
1148
1149 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
1150
1151 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
1152
1153 * speedbar.el: New version 1.0pre3.
1154
1155 Frame management code (including timer, and mouse click specifics)
1156 moved to dframe.el:
1157 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
1158 (speedbar-timer): Removed. Use dframe-timer.
1159 (speedbar-close-frame): Removed. Use dframe-close-frame.
1160 (speedbar-activity-change-focus-flag): Removed. Use
1161 dframe-activity-change-focus-flag.
1162 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
1163 dframe-update-speed.
1164
1165 (speedbar-current-frame): New macro. Use this instead of the
1166 variable speedbar-frame.
1167
1168 (speedbar-use-images, speedbar-expand-image-button-alist)
1169 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
1170
1171 (speedbar-find-image-on-load-path): Removed. Replaced by
1172 defezimage in ezimage.el.
1173 (speedbar-expand-image-button-alist): Removed. Replaced by
1174 ezimage-expand-image-button-alist in ezimage.el.
1175
1176 (speedbar-ignored-directory-regexp)
1177 (speedbar-add-ignored-directory-regexp)
1178 (speedbar-ignored-directory-expressions)
1179 (speedbar-line-directory, speedbar-buffers-line-directory)
1180 (speedbar-directory-line, speedbar-buffers-line-directory):
1181 Renamed, replacing `path' with `directory'.
1182
1183 (speedbar-create-directory, speedbar-expand-line-descendants)
1184 (speedbar-toggle-line-expansion)
1185 (speedbar-contract-line-descendants): New commands.
1186
1187 (speedbar-query-confirmation-method, speedbar-select-frame-method)
1188 (speedbar-use-tool-tips-flag): New options.
1189
1190 (speedbar-check-read-only, speedbar-require-version)
1191 (speedbar-insert-separator, speedbar-buffers-tail-notes)
1192 (speedbar-handle-delete-frame, speedbar-try-completion)
1193 (speedbar-update-localized-contents): New functions.
1194
1195 (speedbar-incompatible-version, speedbar-ro-to-do-point)
1196 (speedbar-object-read-only-indicator): New variables.
1197
1198 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1199 New hooks.
1200
1201 (speedbar-separator-face): New face.
1202
1203 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1204 (speedbar-ignored-modes): Add fundamental-mode.
1205 (speedbar-directory-unshown-regexp): Add . directories.
1206
1207 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1208 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1209 `]' for full expand/close.
1210 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1211
1212 (speedbar-check-vc): Support hidden files.
1213 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1214 (speedbar-this-file-in-vc): Use vc-state if available. If VC
1215 state is nil, it is not checked out.
1216
1217 (speedbar-line-text, speedbar-line-token): Support expand buttons
1218 with no text.
1219 (speedbar-refresh): Universal argument acts as power-click.
1220 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1221 that buffer to get variable values.
1222
1223 And many other bugfixes.
1224
1225 * dframe.el, ezimage.el, sb-image.el: New files.
1226
1227 * sb-*.xpm: Remove files. New image files installed into
1228 etc/images/ezimage.
1229
1230 2005-09-30 Kenichi Handa <handa@m17n.org>
1231
1232 * ps-mule.el (ps-mule-show-warning): If a character is in
1233 ps-print-translation-table, don't treat it as non-printable.
1234
1235 2005-09-30 David Ponce <david@dponce.com>
1236
1237 * tree-widget.el (tree-widget-themes-load-path): New variable.
1238 (tree-widget-themes-directory): Doc fix.
1239 (tree-widget-image-formats) [Emacs]: Doc fix.
1240 (tree-widget--locate-sub-directory): New function.
1241 (tree-widget-themes-directory): Use it.
1242
1243 * recentf.el (recentf-filename-handlers): Rename from
1244 `recentf-filename-handler'. Allow a list of functions.
1245 (recentf-menu-items-for-commands): Fix :help strings.
1246 (recentf-apply-filename-handlers): New function.
1247 (recentf-expand-file-name): Use it.
1248 (recentf-cleanup): Remove duplicates too.
1249
1250 2005-09-29 Juri Linkov <juri@jurta.org>
1251
1252 * faces.el: Rearrange face definitions to be in the same order as
1253 their face descriptions in "(emacs)Standard Faces".
1254
1255 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1256
1257 * tooltip.el (tooltip): Add group `basic-faces'.
1258
1259 * buff-menu.el (Buffer-menu-buffer): Remove group
1260 `font-lock-highlighting-faces'.
1261
1262 * progmodes/compile.el (compilation-error, compilation-warning)
1263 (compilation-info, compilation-line-number, compilation-column-number):
1264 Change group from `font-lock-highlighting-faces' to `compilation'.
1265
1266 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1267 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1268 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1269 (vhdl-font-lock-reserved-words-face)
1270 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1271 `font-lock-highlighting-faces'.
1272
1273 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1274
1275 2005-09-28 Kim F. Storm <storm@cua.dk>
1276
1277 * emulation/cua-base.el: Set CUA move property on additional commands:
1278 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1279 forward-sexp, backward-sexp, forward-list, backward-list.
1280
1281 2005-09-28 Romain Francoise <romain@orebokech.com>
1282
1283 * comint.el (comint-show-output): Really set point at the
1284 beginning of the output when not using `comint-use-prompt-regexp'.
1285
1286 2005-09-27 Jay Belanger <belanger@truman.edu>
1287
1288 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1289 in TeX mode.
1290
1291 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
1292
1293 * textmodes/org.el (org-table-sum): Fix format string.
1294
1295 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1296 Quote face names.
1297
1298 2005-09-26 Romain Francoise <romain@orebokech.com>
1299
1300 * isearch.el (isearch-forward-regexp): Close doc string.
1301
1302 2005-09-25 Richard M. Stallman <rms@gnu.org>
1303
1304 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1305
1306 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1307
1308 * progmodes/compile.el (compilation-error-properties):
1309 When getting the file from the previous error message,
1310 correctly decode the new data format.
1311
1312 * progmodes/cc-cmds.el (c-electric-paren):
1313 Call old-blink-paren only for close-paren.
1314
1315 2005-09-24 Andreas Schwab <schwab@suse.de>
1316
1317 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1318 condition.
1319
1320 2005-09-25 Romain Francoise <romain@orebokech.com>
1321
1322 * dired-aux.el (dired-copy-file-recursive):
1323 * dired.el (dired-delete-file):
1324 * ediff-mult.el (ediff-dir-diff-copy-file):
1325 * ediff-util.el (ediff-test-save-region):
1326 * forms.el (forms-mode):
1327 * ido.el (ido-file-internal, ido-delete-file-at-head):
1328 * log-edit.el (log-edit-done):
1329 * ses.el (ses-yank-resize):
1330 * play/gomoku.el (gomoku-human-plays, gomoku)
1331 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1332 (gomoku-offer-a-draw):
1333 * play/landmark.el (lm-human-resigns, lm):
1334 * net/eudcb-ldap.el (eudc-ldap-check-base):
1335 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1336 * progmodes/ebrowse.el (ebrowse-find-pattern):
1337 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1338 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1339 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1340
1341 * vc.el (vc-delete-file):
1342 * play/gomoku.el (gomoku-terminate-game, gomoku)
1343 (gomoku-prompt-for-move, gomoku-human-takes-back):
1344 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1345 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1346
1347 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1348
1349 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1350 color rxvt terminals by using the code xterm.el used to use before
1351 2005-04-09 in order to match the colors used by rxvt.
1352
1353 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1354
1355 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1356 colors rxvt-unicode terminals by using the same code as xterm.el.
1357
1358 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1359
1360 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1361 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1362 new symbol used for the tex-verbatim face.
1363
1364 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1365
1366 * woman.el (woman-file-name):
1367 * wid-edit.el (widget-file-prompt-value)
1368 (widget-coding-system-prompt-value):
1369 * w32-fns.el (set-w32-system-coding-system):
1370 * vc.el (vc-version-diff, vc-annotate):
1371 * textmodes/reftex-auc.el (reftex-arg-cite)
1372 (reftex-arg-index-tag):
1373 * textmodes/refer.el (refer-get-bib-files):
1374 * textmodes/artist.el (artist-figlet-choose-font):
1375 * terminal.el (terminal-emulator):
1376 * replace.el (occur-read-primary-args):
1377 * rect.el (string-rectangle, string-insert-rectangle):
1378 * ps-print.el (ps-print-preprint):
1379 * progmodes/pascal.el (pascal-goto-defun):
1380 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1381 * progmodes/compile.el (compilation-find-file):
1382 * printing.el (pr-interactive-n-up):
1383 * play/animate.el (animate-birthday-present):
1384 * net/rcompile.el (remote-compile):
1385 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1386 * mail/rmailsum.el (rmail-summary-search-backward)
1387 (rmail-summary-search):
1388 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1389 (rmail-output-read-file-name):
1390 * mail/rmail.el (rmail-search, rmail-search-backwards):
1391 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1392 * locate.el (locate):
1393 * international/quail.el (quail-show-keyboard-layout):
1394 * international/mule.el (set-buffer-file-coding-system)
1395 (revert-buffer-with-coding-system, set-file-name-coding-system)
1396 (set-terminal-coding-system, set-keyboard-coding-system)
1397 (set-next-selection-coding-system):
1398 * international/mule-diag.el (describe-coding-system)
1399 (describe-font, describe-fontset):
1400 * international/mule-cmds.el (universal-coding-system-argument)
1401 (search-unencodable-char, describe-input-method)
1402 (set-language-environment, describe-language-environment):
1403 * international/codepage.el (codepage-setup):
1404 * international/code-pages.el (codepage-setup):
1405 * info.el (Info-search, Info-follow-reference)
1406 (Info-search-backward):
1407 * emacs-lisp/advice.el (ad-read-advised-function)
1408 (ad-read-advice-class, ad-clear-cache, ad-activate)
1409 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1410 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1411 (ad-read-regexp):
1412 * ediff-util.el (ediff-toggle-regexp-match):
1413 * ediff-ptch.el (ediff-prompt-for-patch-file):
1414 * dired-aux.el (dired-diff):
1415 * diff.el (diff):
1416 * cus-edit.el (custom-variable-prompt):
1417 * calendar/timeclock.el (timeclock-ask-for-project):
1418 * calc/calcalg3.el (calc-get-fit-variables):
1419 * calc/calc-store.el (calc-edit-variable)
1420 (calc-permanent-variable):
1421 * vc-mcvs.el (vc-mcvs-register):
1422 * shadowfile.el (shadow-define-literal-group):
1423 * woman.el (woman-file-name):
1424 * vc.el (vc-version-diff, vc-merge):
1425 * textmodes/reftex-index.el (reftex-index-complete-tag):
1426 * format.el (format-decode-buffer, format-decode-region):
1427 * emulation/viper-cmd.el (viper-read-string-with-history):
1428 * emacs-lisp/debug.el (cancel-debug-on-entry):
1429 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1430 * ediff.el (ediff-merge-revisions)
1431 (ediff-merge-revisions-with-ancestor, ediff-revision):
1432 * completion.el (interactive-completion-string-reader):
1433 * calc/calc-prog.el (calc-user-define-formula):
1434 Follow convention for reading with the minibuffer.
1435
1436 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1437
1438 * progmodes/python.el (python-describe-symbol): Add globals() and
1439 locals() to the arguments of emacs.ehelp.
1440
1441 2005-09-24 Magnus Henoch <mange@freemail.hu>
1442
1443 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1444 New function, code extracted from ispell-valid-dictionary-list.
1445 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1446 Call it.
1447
1448 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1449
1450 * subr.el (version-regexp-alist): Extend valid syntax for version
1451 strings: allow any of the characters -,_,+ to separate the
1452 alpha/beta/rc part from the version part. Doc fix.
1453 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1454
1455 2005-09-23 David Reitter <david.reitter@gmail.com>
1456
1457 * mail/mailclient.el: New file.
1458
1459 2005-09-23 Richard M. Stallman <rms@gnu.org>
1460
1461 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1462 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1463 Doc fixes.
1464
1465 * progmodes/cc-mode.el (c-font-lock-init):
1466 Specify font-lock-lines-before.
1467
1468 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1469
1470 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1471 whole conflict.
1472
1473 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1474
1475 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1476 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1477 of `remap' feature when available. Additional key bindings for
1478 better tty support.
1479 (org-mode-restart, org-force-self-insert): New commands.
1480 (org-time-stamp-inactive): New command.
1481 (org-remap): New function.
1482 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1483 (org-enable-fixed-width-editor): Move to `org-structure'
1484 customization group.
1485 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1486 blank field after field motion commands.
1487
1488 2005-09-23 Kenichi Handa <handa@m17n.org>
1489
1490 * international/mule-cmds.el (set-language-environment):
1491 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1492 have to call utf-translate-cjk-load-tables.
1493
1494 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1495
1496 * mouse.el (mouse-move-drag-overlay): Fix last change.
1497
1498 2005-09-22 David Ponce <david@dponce.com>
1499
1500 * tree-widget.el (tree-widget-value-create): Fix previous change.
1501
1502 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1503
1504 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1505
1506 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1507
1508 * mouse.el (mouse-move-drag-overlay): New function.
1509 (mouse-drag-region-1): Use it.
1510 Try to simplify a bit the state handling. Handle clicks on links
1511 inside intangible areas.
1512 (mouse-save-then-kill): Minor simplification.
1513 (mouse-secondary-overlay): Make it always non-nil instead of
1514 recreating it each time.
1515 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1516 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1517 Simplify accordingly.
1518
1519 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1520
1521 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1522
1523 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1524
1525 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1526 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1527 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1528 to patch.
1529
1530 * ediff-util.el: Use insert-buffer-substring.
1531
1532 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1533
1534 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1535 field boundaries in the minibuffer.
1536 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1537 (viper-minibuffer-post-command-hook): New hook.
1538 (viper-line): Don't move cursor at bolp.
1539
1540 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1541
1542 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1543 avoid compiler warnings.
1544
1545 * emulation/viper-macs.el (ex-map): Better messages.
1546
1547 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1548
1549 * emulation/viper.el: Replace make-variable-buffer-local with
1550 viper-make-variable-buffer-local everywhere, to avoid warnings.
1551
1552 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1553
1554 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1555 Delete unused var `old-selected-window'.
1556 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1557 (mouse-drag-secondary): Delete unused var `start-frame'.
1558
1559 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1560
1561 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1562
1563 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1564
1565 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1566 Re-indent within 80 columns. Use inhibit-read-only.
1567
1568 2005-09-19 Romain Francoise <romain@orebokech.com>
1569
1570 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1571
1572 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1573
1574 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1575 unconditionally, since the after-change-function already did it.
1576
1577 2005-09-19 Miles Bader <miles@gnu.org>
1578
1579 * net/newsticker.el: Get rid of CVS keyword.
1580
1581 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1582
1583 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1584 The prompt is formatted later.
1585
1586 2005-09-19 David Ponce <david@dponce.com>
1587
1588 * tree-widget.el (tree-widget-value-create): Save the converted
1589 tree :node widget.
1590
1591 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1592
1593 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1594 variable `message'.
1595
1596 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1597
1598 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1599 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1600 <slawomir.nowaczyk.847@student.lu.se>.
1601
1602 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1603
1604 * image.el (image-load-path): Use symbol `data-directory' instead
1605 of its value, for backward compatibility with packages that bind
1606 it during `find-image'. Suggested by Katsumi Yamaoka.
1607 (image-search-load-path): Handle symbols whose values are strings.
1608
1609 2005-09-18 Romain Francoise <romain@orebokech.com>
1610
1611 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1612 with-current-buffer form in save-excursion.
1613
1614 2005-09-18 D Goel <deego@gnufans.org>
1615
1616 * apropos.el (apropos-command): Fix `message' call: first arg
1617 should be a format spec. In this and all other cases that appear
1618 below and elsewhere in the source code, I made a change only when
1619 two conditions were satisfied: [1] I can think of a possibility
1620 that the arguments would cause an error, for example, the code in
1621 question relies on external variables such as filenames. [2] I
1622 was sure that the arg to `message' could not have been nil in the code.
1623
1624 * textmodes/tildify.el (tildify-region): Ditto.
1625
1626 * textmodes/reftex-index.el (reftex-index-change-entry)
1627 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1628 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1629 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1630 (org-priority, org-table-sum):
1631 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1632 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1633 (flyspell-word, flyspell-display-next-corrections):
1634 * textmodes/bibtex.el (bibtex-print-help-message):
1635 * textmodes/artist.el (artist-key-set-point-poly):
1636 * term/mac-win.el (mac-services-insert-text):
1637 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1638 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1639 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1640 (vhdl-compose-configuration):
1641 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1642 (sh-set-indent, sh-learn-line-indent):
1643 * progmodes/ps-mode.el (ps-mode-target-column):
1644 * progmodes/idlwave.el (idlwave-make-tags)
1645 (idlwave-scan-library-catalogs):
1646 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1647 * progmodes/gud.el (gud-jdb-analyze-source):
1648 * progmodes/flymake.el (flymake-log):
1649 * progmodes/ebnf2ps.el (ebnf-generate-region):
1650 * progmodes/cmacexp.el (c-macro-expansion):
1651 * progmodes/ada-xref.el (ada-treat-cmd-string):
1652 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1653 (ada-justified-indent-current, ada-batch-reformat):
1654 * play/zone.el (zone):
1655 * play/landmark.el (lm-move):
1656 * play/decipher.el (decipher-show-alphabet):
1657 * net/newsticker.el (newsticker--display-jump)
1658 (newsticker--display-scroll):
1659 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1660 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1661 * mail/feedmail.el (feedmail-dump-message-to-queue):
1662 * eshell/esh-proc.el (eshell-remove-process-entry):
1663 * emulation/ws-mode.el (ws-last-error):
1664 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1665 (viper-record-kbd-macro):
1666 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1667 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1668 * emacs-lisp/find-func.el (find-function-noselect):
1669 * calendar/timeclock.el (timeclock-status-string)
1670 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1671 (timeclock-when-to-leave-string):
1672 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1673 * calc/calc-units.el (calc-enter-units-table):
1674 * calc/calc-mode.el (calc-mode-record-mode):
1675 * woman.el (woman-mini-help):
1676 * wdired.el (wdired-change-to-wdired-mode):
1677 * vc.el (vc-retrieve-snapshot):
1678 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1679 * startup.el (display-startup-echo-area-message):
1680 * simple.el (set-goal-column):
1681 * ses.el (ses-command-hook, ses-recalculate-cell):
1682 * server.el (server-process-filter):
1683 * printing.el (pr-interface-txt-print, pr-interface-printify)
1684 (pr-interface-ps):
1685 * pcvs.el (cvs-help):
1686 * log-edit.el (log-edit, log-edit-mode-help):
1687 * iswitchb.el (iswitchb-possible-new-buffer):
1688 * isearch.el (isearch-edit-string):
1689 * image-mode.el (image-mode, image-minor-mode):
1690 * ibuf-macs.el (define-ibuffer-filter):
1691 * hi-lock.el (hi-lock-find-patterns):
1692 * files.el (toggle-read-only):
1693 * ediff-util.el (ediff-copy-diff)
1694 (ediff-write-merge-buffer-and-maybe-kill):
1695 * echistory.el (Electric-history-undefined):
1696 * dnd.el (dnd-insert-text):
1697 * dired-aux.el (dired-query):
1698 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1699 * bookmark.el (bookmark-bmenu-locate):
1700 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1701 Fix `message' calls to ensure first arg is a format string.
1702 The change was made only when these two conditions were satisfied:
1703 [1] when there is a possibility that the arguments would cause an error
1704 for example, if the code in question relies on external variables
1705 such as filenames, and
1706 [2] if the arg to `message' could not have been nil in the code.
1707
1708 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1709 Not having a %s would be weird, though not technically wrong.
1710
1711 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1712
1713 * term/mac-win.el (mac-add-charset-info): Doc fix.
1714
1715 2005-09-17 Romain Francoise <romain@orebokech.com>
1716
1717 * shell.el (shell-resync-dirs): Handle echoing processes more
1718 reliably. Don't insert resync command if `comint-process-echoes'
1719 is non-nil.
1720
1721 2005-09-17 Magnus Henoch <mange@freemail.hu>
1722
1723 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1724 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1725 aspell versions >= 0.60.
1726 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1727 only if ispell-aspell-supports-utf8 is non-nil.
1728
1729 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1730
1731 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1732 buffer-local value to lisp-indent-function.
1733
1734 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1735
1736 * progmodes/glasses.el (glasses-make-readable): If
1737 glasses-separator differs from underscore, put appropriate
1738 overlays over underscore characters.
1739 (glasses-convert-to-unreadable): If glasses-separator differs from
1740 underscore, try to convert glasses-separator characters to
1741 underscores.
1742
1743 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1744
1745 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1746 Use with-syntax-table and dolist.
1747
1748 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1749
1750 * textmodes/reftex-auc.el:
1751 * textmodes/reftex-cite.el:
1752 * textmodes/reftex-dcr.el:
1753 * textmodes/reftex-global.el:
1754 * textmodes/reftex-parse.el:
1755 * textmodes/reftex-ref.el:
1756 * textmodes/reftex-sel.el:
1757 * textmodes/reftex-toc.el:
1758 * textmodes/reftex-vars.el:
1759 * textmodes/reftex.el: Small changes to remove compiler warnings.
1760
1761 * textmodes/reftex-index.el: Likewise.
1762 (reftex-query-index-phrase): More efficient use of markers.
1763
1764 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1765
1766 * image.el (image-load-path): New variable.
1767 (image-search-load-path): New function.
1768 (find-image): Search for images in `image-load-path'.
1769
1770 2005-09-15 Richard M. Stallman <rms@gnu.org>
1771
1772 * follow.el: Change Maintainer field.
1773
1774 2005-09-15 David Ponce <david@dponce.com>
1775
1776 * recentf.el (recentf-save-file-modes): New option.
1777 (recentf-save-list): Use it.
1778
1779 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1780
1781 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1782 (mode-line-mule-info, mode-line-modified): Move bindings from
1783 mouse-3 to mouse-1.
1784
1785 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1786
1787 * simple.el (sendmail-user-agent-compose): Revert last change.
1788
1789 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1790
1791 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1792 Use with-current-buffer.
1793 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1794 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1795 (ange-ftp-insert-directory): Remove unused var `short'.
1796 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1797
1798 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1799 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1800
1801 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1802 (check-calendar-holidays, diary-list-entries): Autoload.
1803 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1804 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1805
1806 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1807 which mistakenly removed a call to display-buffer.
1808
1809 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1810
1811 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1812
1813 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1814
1815 * progmodes/hideshow.el
1816 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1817 (hs-allow-nesting): New user var.
1818 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1819 (hs-hide-block-at-point): When nesting allowed,
1820 if there is already an overlay in place, delete it.
1821 (hs-safety-is-job-n): Delete func; remove call sites.
1822 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1823 (hs-overlay-at): New func.
1824 (hs-already-hidden-p, hs-show-block): Use it.
1825 (hs-hide-all): Don't pre-clean if nesting allowed.
1826 (hs-show-all): Temporarily disallow
1827 nesting around call to `hs-discard-overlays'.
1828
1829 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1830
1831 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1832 Delete unused local var.
1833
1834 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1835
1836 * help-fns.el (describe-categories): "?\ " -> "?\s".
1837 (help-do-arg-highlight): Recognize also ARG-n, as in
1838 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1839
1840 * international/codepage.el (dos-unsupported-char-glyph):
1841 * net/newsticker.el (tool-bar-map, w3-mode-map)
1842 (w3m-minor-mode-map):
1843 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1844 (ent-alist):
1845 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1846
1847 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1848
1849 * custom.el (custom-push-theme): Handle the case where a symbol is
1850 bound but face properties have not yet been assigned.
1851
1852 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1853 Fix behavior if noerase is `t' and there is no mail buffer.
1854
1855 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1856 if `continue' is nil, rather than signal an error.
1857
1858 2005-09-12 Richard M. Stallman <rms@gnu.org>
1859
1860 * font-lock.el (font-lock-keywords): Add autoload.
1861
1862 * help-fns.el (describe-variable): Rearrange to put source link
1863 in a predictable place.
1864
1865 * net/newsticker.el: New file.
1866
1867 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1868
1869 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1870 (calendar-basic-setup): Use the new nil arg.
1871 (number-of-diary-entries): Move to diary-lib.el.
1872
1873 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1874 (diary-list-entries): Use with-syntax-table and dolist.
1875 Rename from list-diary-entries.
1876 Use number-of-diary-entries if `number' is nil.
1877 (diary, diary-view-entries): Use this new name and new nil arg value.
1878 (number-of-diary-entries): Move from calendar.el.
1879 (diary-unhide-everything): New function.
1880 (include-other-diary-files, fancy-diary-display)
1881 (diary-show-all-entries, make-diary-entry): Use it.
1882 (diary-mail-entries): Use buffer-string.
1883 (mark-diary-entries): Fix long standing paren typo.
1884 (diary-sexp-entry): Use count-lines.
1885 (make-diary-entry): Avoid `previous-line'.
1886 (diary-mode-map): New var.
1887 (diary-mode): Redraw cal after saving. Setup header-line.
1888 (fancy-diary-display-mode): Use local-set-key.
1889
1890 * startup.el (command-line): Try calling various terminal-init-foo-bar
1891 functions by stripping hyphenated suffixes from $TERM.
1892
1893 * files.el (normal-mode): Check boundness of font-lock-keywords.
1894
1895 2005-09-12 Richard M. Stallman <rms@gnu.org>
1896
1897 * progmodes/compile.el: Don't decide a file's directory
1898 until the user actually tries to go there.
1899 (compilation-next-error-function):
1900 Pass compilation-find-file the directory from the file-struct.
1901 (compilation-internal-error-properties): Separate local FILE-STRUCT
1902 from FILE. Doc the args better. Rename arg FMT to FMTS.
1903 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1904 Expand it, and if nil, use default-directory.
1905 (compilation-get-file-structure): Don't mix specified directory
1906 with default directory. Put specified directory into
1907 file-struct. Don't make the file name absolute.
1908
1909 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1910 (compile-command): Add autoload.
1911 (compilation-disable-input): Add autoload.
1912
1913 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1914
1915 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1916 strings of the variables it can override.
1917 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1918 %Q and %q, for fully-qualified domain name and unqualified host name.
1919
1920 2005-09-11 Kim F. Storm <storm@cua.dk>
1921
1922 * emacs-lisp/authors.el (authors-aliases): Update list.
1923 (authors-fixed-entries): Update mldrag.el entry.
1924
1925 2005-09-10 Alan Mackenzie <acm@muc.de>
1926
1927 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1928 from the region narrowed to.
1929
1930 2005-09-10 Magnus Henoch <mange@freemail.hu>
1931
1932 * textmodes/ispell.el (ispell-check-version): Signal an error if
1933 aspell version is less than 0.60.
1934
1935 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1936
1937 * progmodes/octave-inf.el (inferior-octave-startup):
1938 Resync current dir at the end.
1939
1940 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1941
1942 * woman.el (woman-topic-at-point-default):
1943 Rename to woman-use-topic-at-point-default.
1944 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1945 (woman-file-name): Reflect renames above. Automatically use the
1946 word at point as topic if woman-use-topic-at-point is non-nil.
1947 Otherwise offer it as default but don't insert it in the
1948 minibuffer. Also use `test-completion' instead of `assoc' as
1949 suggested by Stefan Monnier.
1950
1951 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1952
1953 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1954 the attempt to do it over Tramp. This is not yet supported.
1955
1956 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1957
1958 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1959 (menu-bar-non-minibuffer-window-p): New functions.
1960 ("Split Window", "Save As..."): Use them.
1961 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1962 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1963 Use menu-bar-menu-frame-live-and-visible-p.
1964 ("Save Buffer", "Insert File", "Open Directory...")
1965 ("Open File...", "Visit New File..."):
1966 Use menu-bar-non-minibuffer-window-p.
1967 (kill-this-buffer-enabled-p, dired <menu-enable>):
1968 Use menu-bar-non-minibuffer-window-p.
1969
1970 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1971
1972 * cus-start.el (all): Don't complain about fringe-related
1973 built-ins if fringes are not supported. Ditto about
1974 selection-related built-ins. Fix the test for GTK-related built-ins.
1975
1976 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1977 ("Postscript Print Buffer", "Print Region", "Save As...")
1978 ("Save", "Insert File...", "Open Directory...")
1979 ("Open File...", "Visit New File..."")
1980 ("Truncate Long Lines in this Buffer"): Don't look at
1981 menu-updating-frame if this display does not support multiple frames.
1982
1983 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1984
1985 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1986
1987 2005-09-09 Emilio Lopes <eclig@gmx.net>
1988
1989 * woman.el: Format- and whitespace-related changes.
1990
1991 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1992
1993 * woman.el: Fix my email address.
1994
1995 2005-09-08 Richard M. Stallman <rms@gnu.org>
1996
1997 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1998 (sh-mode): Locally set skeleton-pair-default-alist.
1999
2000 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
2001
2002 * progmodes/flymake.el: Require `compile' unconditionally.
2003
2004 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
2005
2006 * woman.el (woman-file-name): Provide a default, not initial input.
2007
2008 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
2009
2010 * font-lock.el (font-lock-support-mode): Doc fix.
2011
2012 * descr-text.el (describe-property-list): Handle non-symbol prop names.
2013
2014 2005-09-08 Richard M. Stallman <rms@gnu.org>
2015
2016 * simple.el (blink-matching-open): Get rid of text props from
2017 the string shown in echo area. Don't permanently set point.
2018 Some rearrangements.
2019
2020 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
2021
2022 * recentf.el (recentf-filename-handler): Add custom choice
2023 `abbreviate-file-name'.
2024
2025 * msb.el (msb--very-many-menus): Fix typo.
2026
2027 * disp-table.el (standard-display-european): Don't set
2028 enable-multibyte-characters to nil.
2029
2030 2005-09-08 David Ponce <david@dponce.com>
2031
2032 * recentf.el (recentf-show-file-shortcuts-flag): New option.
2033 (recentf-expand-file-name): Doc fix.
2034 (recentf-dialog-mode-map): Define digit shortcuts.
2035 (recentf--files-with-key): New variable.
2036 (recentf-show-digit-shortcut-filter): New function.
2037 (recentf-open-files-items): New function.
2038 (recentf-open-files): Use it.
2039 (recentf-open-file-with-key): New command.
2040
2041 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
2042
2043 * buff-menu.el (Buffer-menu-sort-by-column): New function.
2044 Suggested by Kim F. Storm.
2045 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
2046 (Buffer-menu-make-sort-button): Use global keymap.
2047
2048 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
2049
2050 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
2051 (Man-getpage-in-background-advice): Remove defadvice; it isn't
2052 necessary any longer with the remapped command.
2053 (Man-bgproc-sentinel-advice): Remove defadvice which counts
2054 formatting time only.
2055
2056 * net/tramp.el (tramp-action-password)
2057 (tramp-multi-action-password): Compile the password prompt from
2058 `method', `user' and `host'. Sometimes it isn't obvious which
2059 password to enter, for example with remote files offered by
2060 recentf.el, or with multiple steps. Suggested by Robert Marshall
2061 <robert@chezmarshall.freeserve.co.uk>.
2062
2063 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2064
2065 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2066 Fix regexp for when "s///" is at the beginning of line.
2067
2068 2005-09-07 Jay Belanger <belanger@truman.edu>
2069
2070 * calc/calc-poly.el (math-expand-term): Multiply out any powers
2071 when in matrix mode.
2072
2073 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2074
2075 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
2076 non-anonymous functions.
2077
2078 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
2079
2080 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
2081 when using a header line. Otherwise, use mouse-1-click-follows-link.
2082
2083 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
2084 can't be moved; don't signal an error.
2085
2086 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
2087
2088 * cus-theme.el (custom-theme-write-faces): Save the current face
2089 spec, not the defface spec.
2090
2091 * custom.el (custom-known-themes): Clarify meaning of "standard".
2092 (custom-push-theme): Save old values in the standard theme.
2093 (disable-theme): Correct typo.
2094 (custom-face-theme-value) Deleted unused function.
2095 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
2096
2097 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2098
2099 * progmodes/compile.el (compilation-goto-locus): Take into account
2100 iconified frames when determining whether the buffer is
2101 already visible.
2102 Don't reset window height if the window already existed.
2103
2104 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
2105
2106 * custom.el (load-theme): Rename from require-theme.
2107 Add interactive spec.
2108 (enable-theme): Rename from custom-enable-theme.
2109 Add interactive spec.
2110 (disable-theme): Rename from custom-disable-theme.
2111 Add interactive spec.
2112 (custom-make-theme-feature): Doc fix.
2113 (custom-theme-directory): Doc fix.
2114 (provide-theme): Call enable-theme.
2115
2116 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2117
2118 * obsolete/lazy-lock.el (lazy-lock-mode):
2119 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
2120 font-lock-mode if it's off. Print a warning instead.
2121
2122 * progmodes/compile.el (compilation-start): Ignore errors if the
2123 process died before we get to send-eof.
2124
2125 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
2126 Undo last change. Enclosing the result in quotes broke things on Unix
2127 since tex-send-command passes it through shell-quote-argument.
2128 (tex-send-command): Pass `file' through convert-standard-filename
2129 when possible.
2130 (tex-uptodate-p): Handle the case where TeX hasn't put additional
2131 info in a transcript.
2132
2133 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
2134
2135 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
2136 fix compilation warning. Reorder the key definitions to group
2137 together keys emitted by the current version of xterm.
2138
2139 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
2140 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
2141 Reorder predicates to correct min-color usage.
2142
2143 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
2144
2145 * longlines.el (longlines-mode): Inhibit read-only when encoding.
2146 Kill local variables when longlines-mode is turned off.
2147
2148 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
2151
2152 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
2153
2154 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
2155
2156 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
2157 (font-lock-lines-before): Change default to being inactive.
2158 (font-lock-default-fontify-region): Obey font-lock-lines-before.
2159 (font-lock-after-change-function): Don't handle f-l-lines-before here.
2160
2161 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2162
2163 * net/tramp.el (tramp-handle-make-auto-save-file-name):
2164 Deactivate temporarily advice if active (not needed for Emacs 22,
2165 but for backwards compatibility).
2166 (tramp-exists-file-name-handler): Rewrite. First implementation
2167 was too simple.
2168 (tramp-advice-make-auto-save-file-name):
2169 Call `tramp-handle-make-auto-save-file-name' (again, just for
2170 backwards compatibility).
2171
2172 2005-08-31 Reto Zimmermann <reto@gnu.org>
2173
2174 * progmodes/vhdl-mode.el
2175 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
2176 (vhdl-end-p): Fix indentation bug "else" after "-- when".
2177 (vhdl-set-default-project): New function (easier setting of default).
2178 (vhdl-port-copy): Handle extended identifiers for generics.
2179 (vhdl-compiler-alist): Better description for error message regexp.
2180 (vhdl-make): Query for target, use previous as default.
2181 (vhdl-port-copy): Fix port copy for port names starting with "signal".
2182 (vhdl-font-lock-keywords-2): Fix fontification for record
2183 el. assign.
2184 (vhdl-speedbar-make-subpack-line): Add package body link.
2185 (vhdl-generate-makefile-1): Not include itself as dependency.
2186 (vhdl-font-lock-init): Highlight c-preprocessor directives.
2187 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
2188 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
2189 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
2190 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
2191 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
2192 (vhdl-import-project): Add string argument for `error'.
2193 (vhdl-compose-configuration)
2194 (vhdl-compose-configuration-architecture): Add configuration
2195 declaration generation.
2196 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
2197 (vhdl-trailer-re): Add "record" keyword (better indentation).
2198 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2199 "[^ \t-\"]+".
2200 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2201 (vhdl-testbench-entity-file-name)
2202 (vhdl-testbench-architecture-file-name): Allow separate
2203 customization of testbench file names.
2204 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2205 (vhdl-get-visible-signals): Allow newline within alias declaration.
2206 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2207 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
2208 (member-ignore-case): Alias for missing function in XEmacs.
2209 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
2210 (vhdl-update-sensitivity-list): Ignore case on read signals.
2211 (vhdl-replace-string): Adjust case only for file names.
2212 (vhdl-update-sensitivity-list): Fix search for read signals.
2213 (vhdl-update-sensitivity-list): Exclude formal parameters.
2214 (vhdl-get-visible-signals): Include aliases of signals.
2215 (vhdl-get-visible-signals): Fix signal name searching.
2216 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2217 (vhdl-fixup-whitespace-region): Fix for character
2218 literals (e.g. ':').
2219
2220 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
2221
2222 * ansi-color.el (comint-last-output-start):
2223 * bs.el (font-lock-verbose):
2224 * diff-mode.el (add-log-buffer-file-name-function):
2225 * dired-x.el (vm-folder-directory):
2226 * faces.el (help-xref-stack-item):
2227 * files.el (font-lock-keywords):
2228 * find-lisp.el (dired-buffers, dired-subdir-alist):
2229 * ido.el (cua-inhibit-cua-keys):
2230 * log-view.el (cvs-minor-wrap-function):
2231 * outline.el (font-lock-warning-face):
2232 * simple.el (compilation-current-error):
2233 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2234 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2235 * tooltip.el (comint-prompt-regexp):
2236 * w32-fns.el (explicit-shell-file-name):
2237 * term/mac-win.el (mac-charset-info-alist)
2238 (mac-services-selection, mac-system-script-code):
2239 * term/tty-colors.el (msdos-color-values):
2240 * term/w32-win.el (xlfd-regexp-registry-subnum):
2241 * term/x-win.el (x-keysym-table, x-selection-timeout)
2242 (x-session-id, x-session-previous-id):
2243 * textmodes/ispell.el (mail-yank-prefix):
2244 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2245 * textmodes/org.el (calc-embedded-close-formula)
2246 (calc-embedded-open-formula)
2247 (font-lock-unfontify-region-function):
2248 * textmodes/reftex-global.el (isearch-next-buffer-function)
2249 (TeX-master):
2250 * textmodes/reftex.el (font-lock-keywords):
2251 * textmodes/tex-mode.el (font-lock-comment-face)
2252 (font-lock-doc-face):
2253 * textmodes/texinfo.el (outline-heading-alist):
2254 Add defvars.
2255
2256 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2257 (artist-spray-chars, artist-mode-init, artist-replace-string)
2258 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2259 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2260 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2261
2262 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2263 (conf-align-assignments): "?\ " -> "?\s".
2264
2265 * textmodes/reftex-index.el (TeX-master): Add defvar.
2266 (reftex-index-phrases-marker): Move up defvar.
2267
2268 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2269 (reftex-toc-include-labels-indicator)
2270 (reftex-toc-include-index-indicator)
2271 (reftex-toc-max-level-indicator): Move up declarations.
2272
2273 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
2274 of args to `tramp-run-real-handler', even if it's empty in this case.
2275
2276 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2277
2278 * dired.el (dired-move-to-filename-regexp): Add date format for
2279 Mac OS X 10.3 in East Asian locales.
2280
2281 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2282
2283 * files.el (make-auto-save-file-name): Add file name handler call
2284 if applicable.
2285
2286 * net/tramp.el (tramp-file-name-handler-alist)
2287 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
2288 (tramp-handle-make-auto-save-file-name): Rename from
2289 `tramp-make-auto-save-file-name'.
2290 (tramp-exists-file-name-handler): New defun.
2291 (tramp-advice-make-auto-save-file-name): Make defadvice only when
2292 `make-auto-save-file-name' is not a magic file name operation.
2293
2294 2005-08-30 Richard M. Stallman <rms@gnu.org>
2295
2296 * files.el (risky-local-variable-p):
2297 Match `-predicates' and `-commands.
2298
2299 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2300 (custom-save-all): Visit the file if necessary;
2301 kill the buffer if we created it.
2302 (custom-save-delete): Don't visit file or kill buffer here.
2303
2304 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
2305
2306 * textmodes/org.el (org-special-keyword): New face.
2307 (org-table-copy-down, org-table-eval-formula)
2308 (org-table-recalculate, org-init-section-numbers):
2309 Use `string-to-number' instead of `string-to-int'.
2310 (org-get-location): Use `insert-buffer-substring' instead of
2311 `insert-buffer'.
2312 (org-modify-diary-entry-string): New function.
2313 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2314 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2315 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2316 active region.
2317 (org-export-as-html): Handle QUOTE keyword.
2318 (org-quote-string): New option.
2319 (org-bookmark-jump-unhide): New function, used for
2320 `bookmark-after-jump-hook'.
2321 (org-diary-default-entry): Apply only when not called through
2322 `org-agenda'.
2323
2324 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2325
2326 * net/eudc.el (mode-popup-menu):
2327 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2328 * progmodes/ada-mode.el (compile-auto-highlight)
2329 (skeleton-further-elements):
2330 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2331 * progmodes/cmacexp.el (msdos-shells):
2332 * progmodes/compile.el (font-lock-extra-managed-props)
2333 (font-lock-keywords, font-lock-maximum-size)
2334 (font-lock-support-mode):
2335 * progmodes/grep.el (font-lock-lines-before):
2336 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2337 * progmodes/mixal-mode.el (compile-command):
2338 * progmodes/perl-mode.el (font-lock-comment-face)
2339 (font-lock-doc-face, font-lock-string-face):
2340 * progmodes/prolog.el (comint-prompt-regexp):
2341 * progmodes/sh-script.el (font-lock-comment-face)
2342 (font-lock-set-defaults, font-lock-string-face):
2343 * progmodes/sql.el (font-lock-keyword-face)
2344 (font-lock-set-defaults, font-lock-string-face):
2345 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2346 (itimer-version, lazy-lock-defer-contextually)
2347 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2348 Add defvars.
2349
2350 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2351 (cperl-electric-keyword, cperl-electric-pod)
2352 (cperl-electric-backspace, cperl-forward-re)
2353 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2354 (vc-rcs-header, vc-sccs-header): Add defvars.
2355
2356 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2357 (font-lock-syntactic-keywords, gud-find-expr-function):
2358 Add defvars.
2359
2360 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2361 (gdb-frame-parameters): Declare before use.
2362
2363 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2364 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2365 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2366 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2367
2368 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2369 (idlwave-help-with-source): Use `insert-buffer-substring', not
2370 `insert-buffer'.
2371
2372 2005-08-29 Juri Linkov <juri@jurta.org>
2373
2374 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2375 Put outline-back-to-heading function call inside save-excursion.
2376
2377 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2378
2379 * man.el (Man-init-defvars, Man-translate-references)
2380 (Man-support-local-filenames, Man-highlight-references):
2381 * progmodes/sql.el (sql-interactive-mode):
2382 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2383
2384 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2385 (compilation-mode-font-lock-keywords): Add defvars.
2386 (checkdoc-interactive-loop): "?\ " -> "?\s".
2387
2388 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2389 (font-lock-doc-face, font-lock-string-face)
2390 (font-lock-keywords-case-fold-search): Add defvars.
2391 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2392
2393 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2394 Don't pass X and Y (they are ignored anyway).
2395 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2396 (mouse-delete-window): Make arguments optional.
2397
2398 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2399 (caesar-translate-table, minor-modes, news-buffer-save)
2400 (news-group-name, news-minor-modes): Add defvars.
2401
2402 * emacs-lisp/lselect.el (mouse-highlight-priority)
2403 (x-lost-selection-functions, zmacs-regions):
2404 * emacs-lisp/pp.el (font-lock-verbose):
2405 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2406 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2407 (ses-mode-map):
2408 * emacs-lisp/tcover-unsafep.el (safe-functions):
2409 * international/mule-cmds.el (mac-system-coding-system)
2410 (mac-system-locale):
2411 * language/ethio-util.el (rmail-current-message)
2412 (rmail-message-vector):
2413 * language/thai-util.el (thai-auto-composition-mode):
2414 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2415 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2416 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2417 (vm-primary-inbox, vm-spool-files):
2418 * mail/rmail.el (deleted-head, font-lock-fontified)
2419 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2420 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2421 (total-messages):
2422 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2423 (rmail-summary-mode-map):
2424 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2425 (rmail-last-label, rmail-last-multi-labels)
2426 (rmail-summary-vector, rmail-total-messages):
2427 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2428 * mail/rmailsum.el (msgnum):
2429 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2430 (rmail-current-message):
2431 * obsolete/fast-lock.el (font-lock-face-list):
2432 * obsolete/rnewspost.el (mail-reply-buffer):
2433 * obsolete/scribe.el (compile-command):
2434 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2435
2436 2005-08-28 John Paul Wallington <jpw@gnu.org>
2437
2438 * ibuf-ext.el (ibuffer-auto-update-changed):
2439 Use `frame-or-buffer-changed-p' to check whether we need to update.
2440 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2441 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2442 as a `frame-or-buffer-changed-p' state vector instead.
2443
2444 2005-08-27 Romain Francoise <romain@orebokech.com>
2445
2446 * textmodes/makeinfo.el (makeinfo-compile):
2447 Use `compilation-start'. Set `next-error-function' according to
2448 `disable-errors'.
2449 (makeinfo-next-error): New function.
2450 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2451 (makeinfo-buffer): Likewise.
2452
2453 * progmodes/compile.el (compilation-start): Add autoload cookie.
2454
2455 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2456 * textmodes/sgml-mode.el: Likewise.
2457 * progmodes/python.el: Likewise.
2458
2459 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2460
2461 * simple.el (blink-matching-paren-distance): Document the meaning
2462 of nil value, and allow to customize to nil.
2463
2464 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2465 command.com, not command.exe.
2466
2467 2005-08-26 John Wiegley <johnw@newartisans.com>
2468
2469 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2470 code around a bit so that an extraneous nil argument is not added
2471 to a command when no args are given.
2472
2473 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2474 double-quoted argument resolves to nil, return it as an empty
2475 string rather than as nil. This made it impossible to pass "" to
2476 a shell script as a null string argument.
2477
2478 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2479
2480 * outline.el (outline-invent-heading): New fun.
2481 (outline-promote, outline-demote): Use it.
2482 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2483 (outline-end-of-subtree): Remove unused var `opoint'.
2484
2485 2005-08-26 David Reitter <david.reitter@gmail.com>
2486
2487 * menu-bar.el (truncate-lines, write-file, print-buffer)
2488 (ps-print-buffer-faces, ps-print-buffer, split-window):
2489 Disable menu items when the frame they refer to is invisible, or when
2490 they refer to a buffer and the minibuffer is selected.
2491
2492 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2493
2494 * progmodes/flymake.el (flymake-highlight-err-lines):
2495 Use save-excursion around flymake-highlight-line to preserve point.
2496
2497 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2498
2499 * progmodes/octave-mod.el: Change Author and Maintainer address.
2500 (octave-maintainer-address): Change Kurt's email address.
2501 * progmodes/octave-inf.el: Change Author and Maintainer address.
2502 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2503
2504 2005-08-26 Kim F. Storm <storm@cua.dk>
2505
2506 * subr.el (version-list-<, version-list-<=, version-list-=):
2507 Renamed from integer-list-*.
2508 (version-list-not-zero): Likewise. Fix while loop.
2509 (version=): Use version-list-= instead of string-equal.
2510
2511 2005-08-26 Richard M. Stallman <rms@gnu.org>
2512
2513 * outline.el (outline-promote): Try shortening the heading.
2514 As last resort, read the heading to use.
2515 (outline-demote): As last resort, read the heading to use.
2516
2517 2005-08-26 Romain Francoise <romain@orebokech.com>
2518
2519 * progmodes/compile.el (compilation-start): Doc fix.
2520
2521 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2522 (antlr-font-lock-additional-keywords): Fix reference to
2523 `antlr-font-lock-literal-regexp' erroneously changed during the
2524 mass face rename.
2525 (antlr-run-tool): Use `compilation-start'.
2526
2527 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2528 instead of the obsolete `compile-internal'.
2529
2530 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2531
2532 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2533 (number, original-date):
2534 * calendar/cal-china.el (date):
2535 * calendar/cal-coptic.el (date):
2536 * calendar/cal-french.el (date):
2537 * calendar/cal-hebrew.el (date, entry, number, original-date):
2538 * calendar/cal-islam.el (date, number, original-date):
2539 * calendar/cal-iso.el (date):
2540 * calendar/cal-julian.el (date):
2541 * calendar/cal-mayan.el (date):
2542 * calendar/cal-menu.el (date, event):
2543 * calendar/cal-persia.el (date):
2544 * calendar/lunar.el (date):
2545 * calendar/solar.el (date): Add defvars.
2546
2547 * emerge.el:
2548 * ibuffer.el:
2549 * info-xref.el:
2550 * obsolete/bg-mouse.el:
2551 * obsolete/sun-curs.el:
2552 * obsolete/swedish.el: Move the `defvar's to the top level.
2553
2554 * smerge-mode.el (smerge-refined-change): Add :group.
2555
2556 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2557
2558 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2559 (smerge-keep-n): Remove props.
2560 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2561 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2562 now that it's done in smerge-keep-n.
2563 (smerge-refined-change): New face.
2564 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2565 (smerge-refine): New funs.
2566 (smerge-basic-map): Bind smerge-refine.
2567
2568 2005-08-25 Juri Linkov <juri@jurta.org>
2569
2570 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2571 compilation-process-setup-function and compilation-disable-input
2572 in grep-mode instead of let-bindings in grep.
2573
2574 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2575 Delete "Automatic File De/compression" (auto-compression-mode).
2576
2577 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2578
2579 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2580 Silence warning about non-existent variable.
2581
2582 2005-08-25 Richard M. Stallman <rms@gnu.org>
2583
2584 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2585 Rename "Describe Key" to "Describe Key or Mouse Operation".
2586
2587 * mail/mailalias.el (build-mail-aliases): Delete comments
2588 from the contents before processing them.
2589
2590 * isearch.el (isearch-edit-string): Erase the Search prompt
2591 if user enters an empty string and there is no default.
2592
2593 * comint.el (comint-file-name-prefix): Add autoload.
2594
2595 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2596
2597 * subr.el (play-sound): Rearrange to avoid warning.
2598
2599 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2600
2601 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2602 New hook.
2603 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2604
2605 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2606
2607 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2608
2609 * custom.el (custom-theme-set-variables): Sort minor modes last.
2610
2611 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2612
2613 * subr.el (version-separator, version-regexp-alist): New vars used by
2614 version comparison funs.
2615 (integer-list-<, integer-list-=, integer-list-<=)
2616 (integer-list-not-zero): New funs for integer list comparison.
2617 (version-to-list, version=, version<, version<=): New funs for version
2618 comparison.
2619
2620 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2621
2622 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2623 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2624 time to silence the byte-compiler.
2625
2626 * ibuffer.el (ibuffer-compile-make-eliding-form)
2627 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2628 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2629 so it's silly to get warnings for it).
2630 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2631 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2632 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2633 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2634 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2635 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2636 Defvar at compile time.
2637 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2638 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2639 Declare them before use.
2640
2641 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2642 (info-xref-good, info-xref-bad): Defvar at compile time.
2643
2644 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2645 Use `let*' instead of `let'.
2646
2647 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2648 (*mouse-y*, menu, char): Defvar at compile time.
2649 (sc::menu): Declare it before use.
2650 (sc::pack-one-line): Use `let', not `let*'.
2651
2652 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2653 (mail-send-hook): Defvar at compile time.
2654
2655 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2656 Defvar at compile time.
2657
2658 * term/sun-mouse.el (current-global-mousemap)
2659 (current-local-mousemap): Declare them before use.
2660
2661 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2662
2663 * bookmark.el (bookmark-after-jump-hook): New hook.
2664 (bookmark-jump): Run `bookmark-after-jump-hook'.
2665
2666 2005-08-23 Juri Linkov <juri@jurta.org>
2667
2668 * faces.el (minibuffer-prompt): Doc fix.
2669
2670 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2671
2672 * progmodes/xscheme.el: Trivial changes to silence warnings.
2673 (xscheme-previous-mode, xscheme-previous-process-state):
2674 Add defvars.
2675 (xscheme-last-input-end, xscheme-process-command-line)
2676 (xscheme-process-name, xscheme-buffer-name)
2677 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2678 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2679 (xscheme-control-g-synchronization-p)
2680 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2681 (default-xscheme-runlight, xscheme-runlight)
2682 (xscheme-runlight-string, xscheme-process-filter-state)
2683 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2684 Move to beginning of file.
2685 (scheme-interaction-mode-commands-alist)
2686 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2687 Declare them before use. Note: the initialization code for the variables
2688 has not been moved because it uses functions that reference the variables.
2689 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2690 (xscheme-prompt-for-expression-map): Declare them before use.
2691 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2692
2693 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2694
2695 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2696
2697 2005-08-22 Juri Linkov <juri@jurta.org>
2698
2699 * faces.el (set-face-underline): Delete this duplicate function
2700 and make an obsolete alias to set-face-underline-p.
2701 (set-face-underline-p): Use docstring of set-face-underline.
2702 (describe-face): Create hyperlink to parent face.
2703
2704 * info.el (Info-insert-dir): Use save-excursion around
2705 insert-buffer-substring.
2706 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2707 (Info-escape-percent): Delete function.
2708 (Info-fontify-node): Replace Info-escape-percent by
2709 replace-regexp-in-string with REP arg set to lambda that
2710 duplicates `%' and preserves text properties.
2711
2712 * progmodes/compile.el (compilation-disable-input): Doc fix.
2713 (define-compilation-mode): Doc fix and refill.
2714 (kill-compilation): Use `mode-name' in the error message.
2715 (compilation-find-file): Use `compilation-error' in the
2716 read-file-name's prompt.
2717
2718 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2719
2720 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2721 (smerge-auto-leave): Make undo re-enable the mode.
2722 (debug-ignored-errors): Add the user-error of impossible resolution.
2723 (smerge-resolve): Move things around a bit, in preparation for later.
2724 (smerge-diff): Don't fail if the buffer has no associated file.
2725 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2726 (smerge-conflict-overlay): New function.
2727 (smerge-match-conflict): Don't add text properties here.
2728 (smerge-find-conflict): Instead, add an overlay here.
2729 Also check for the case where we're inside a conflict already, so as to
2730 obviate the need for font-lock-multiline, which is unbearably slow with
2731 large conflicts and ciomplex font-lock patterns.
2732 (smerge-remove-props): Remove overlay rather than text-properties.
2733 (smerge-mode): Don't set font-lock-multiline.
2734 Remove overlays when turned off.
2735
2736 2005-08-21 Kim F. Storm <storm@cua.dk>
2737
2738 * ido.el (ido-ignore-item-p): Use save-match-data.
2739 Bind case-fold-search to ido-case-fold locally.
2740
2741 2005-08-20 Richard M. Stallman <rms@gnu.org>
2742
2743 * files.el (normal-mode): If font lock is on, turn it off and on.
2744
2745 * subr.el (replace-regexp-in-string): Doc fix.
2746
2747 * startup.el (command-line-1): Don't suppress startup screen
2748 due to existing processes.
2749
2750 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2751
2752 * progmodes/compile.el (compilation-disable-input): Default to nil.
2753
2754 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2755
2756 * progmodes/compile.el (compilation-disable-input): New defcustom.
2757 (compilation-start): If compilation-disable-input is non-nil, send
2758 EOF to the compilation process.
2759
2760 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2761
2762 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2763 Run the argument of tex-shell-cd-command through
2764 convert-standard-filename, to get the correct style of slashes on
2765 Windows, and enclose the result in quotes, in case the file name
2766 includes whitespace or other special characters.
2767
2768 2005-08-19 Andreas Schwab <schwab@suse.de>
2769
2770 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2771 process.
2772
2773 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2774
2775 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2776
2777 2005-08-18 Kim F. Storm <storm@cua.dk>
2778
2779 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2780
2781 2005-08-18 Richard M. Stallman <rms@gnu.org>
2782
2783 * scroll-lock.el: New file.
2784
2785 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2786
2787 * dired.el (dired-move-to-end-of-filename):
2788 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2789
2790 2005-08-18 Kim F. Storm <storm@cua.dk>
2791
2792 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2793 rather than toggle mode when custom value is nil.
2794 (ido-everywhere): Fix defun doc string.
2795
2796 2005-08-17 Richard M. Stallman <rms@gnu.org>
2797
2798 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2799 as tag instead of "Inviolable".
2800
2801 2005-08-17 Kim F. Storm <storm@cua.dk>
2802
2803 * windmove.el (windmove-coordinates-of-position): Remove.
2804 (windmove-coordinates-of-window-position): Remove.
2805 (windmove-reference-loc): Use posn-at-point instead.
2806
2807 * subr.el (insert-for-yank-1): Doc fix.
2808
2809 * ido.el (ido-enter-matching-directory): Rename from
2810 ido-enter-single-matching-directory. Change 'slash choice to
2811 'only. Add 'first choice.
2812 (ido-exhibit): Adapt to above changes.
2813
2814 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2815
2816 * Makefile.in: Expand comment about building loaddefs.el.
2817
2818 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2819
2820 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2821 Comment use of defadvice.
2822
2823 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2824
2825 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2826
2827 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2828 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2829 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2830 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2831 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2832 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2833 for backward compatibility for faces that did not appear in the
2834 previous Emacs release.
2835
2836 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2837
2838 2005-08-15 Kim F. Storm <storm@cua.dk>
2839
2840 * emulation/cua-base.el (cua-delete-region): Return t if
2841 deleted region was non-empty.
2842 (cua-replace-region): Inhibit overwrite-mode for
2843 self-insert-command if replaced region was non-empty.
2844 (cua--explicit-region-start, cua--status-string): Make them
2845 buffer-local at top-level...
2846 (cua-mode): ...rather than when mode is enabled.
2847
2848 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2849
2850 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2851 Set t for Emacs 21, 22, and so on.
2852
2853 2005-08-15 David Ponce <david@dponce.com>
2854
2855 * tree-widget.el: Update Commentary header.
2856 (tree-widget-theme): Doc fix.
2857 (tree-widget-space-width): New option.
2858 (tree-widget-image-properties): Look up in the default theme too.
2859 (tree-widget--cursors): Only for images with arrow pointer shape.
2860 (tree-widget-lookup-image): Pointer shape is hand by default.
2861 (tree-widget-icon): Rename generic icon widget from
2862 `tree-widget-control'.
2863 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2864 derive from `tree-widget-icon'.
2865 (tree-widget-handle): Improve default look and feel of the text
2866 representation.
2867 (tree-widget): Rename :*-control properties to :*-icon properties.
2868 Add :action and :help-echo properties.
2869 (tree-widget-after-toggle-functions): Move.
2870 (tree-widget-close-node, tree-widget-open-node): Remove.
2871 (tree-widget-before-create-icon-functions): New hook.
2872 (tree-widget-value-create): Update to allow customization of icons
2873 and nodes at run-time via that new hook.
2874 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2875 (tree-widget-icon-action, tree-widget-icon-help-echo)
2876 (tree-widget-action, tree-widget-help-echo): New functions.
2877
2878 2005-08-15 Kim F. Storm <storm@cua.dk>
2879
2880 * ido.el (ido-buffer-internal): Use with-no-warnings.
2881 (ido-make-merged-file-list): Use while-no-input.
2882
2883 2005-08-15 Richard M. Stallman <rms@gnu.org>
2884
2885 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2886 (flyspell-large-region): Fix doc and custom type.
2887
2888 2005-08-14 Richard M. Stallman <rms@gnu.org>
2889
2890 * files.el (interpreter-mode-alist): Doc fix.
2891
2892 * mail/rmail.el (rmail-nonignored-headers): New variable.
2893 (rmail-clear-headers): Use it.
2894 (rmail-reply): Better handling of mail-followup-to header.
2895
2896 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2897 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2898 don't try to refer to executable-font-lock-keywords.
2899 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2900 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2901 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2902 (sh-mode): Set comment-start-skip, local-abbrev-table,
2903 imenu-case-fold-search.
2904 (sh-set-shell): Don't set them here.
2905 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2906 Don't cache the results in the original alist; don't ever modify
2907 that alist.
2908
2909 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2910
2911 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2912 empty.
2913
2914 2005-08-15 Andreas Schwab <schwab@suse.de>
2915
2916 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2917
2918 * dired.el, info.el, mail/rmail.el: Revert last change.
2919
2920 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2921
2922 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2923 modification in `eval-after-load' form.
2924 * info.el: Likewise.
2925 * mail/rmail.el: Likewise.
2926
2927 2005-08-14 Juri Linkov <juri@jurta.org>
2928
2929 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2930 Remove highlighting of "Compilation started". Highlight only
2931 the word "finished" in "Compilation finished". Add highlighting
2932 of "interrupt", "killed", "terminated" and the exit code.
2933 (compilation-start): Add newline after header. Use exactly the
2934 same time stamp format as the finishing message.
2935 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2936
2937 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2938 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2939 Add highlighting of "interrupt", "killed", "terminated".
2940
2941 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2942 enabled and the current command is self-insert-command, call it
2943 explicitly with overwrite-mode bound to nil, to not allow it
2944 to delete the character after the selected region.
2945
2946 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2947
2948 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2949 move-end-of-line, end-of-line, and beginning-of-line to the list
2950 of commands after which the echo area is updated.
2951
2952 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2953
2954 * cus-edit.el (custom-save-all, custom-save-delete):
2955 Bind recentf-exclude to exclude custom-file.
2956
2957 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2958
2959 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2960 to go to the bottom of the mail message. Added to
2961 `rmail-summary-mode-map' with key "/".
2962 (rmail-summary-show-message): New (internal) function for use by
2963 both `rmail-summary-beginning/end-of-message'.
2964 (rmail-summary-beginning-of-message): Change to use
2965 rmail-summary-show-message.
2966
2967 * mail/rmail.el (rmail-end-of-message): New command to go to the
2968 end of the current message. Added to `rmail-mode-map' with key "/".
2969 (rmail-beginning-of-message): Fix to work as documented.
2970 (rmail-mode): Change documentation.
2971
2972 * progmodes/compile.el (compilation-start): Add the line
2973 "Compilation started" with compilation start time.
2974 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2975
2976 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2977
2978 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2979 of menu items.
2980
2981 2005-08-11 Richard M. Stallman <rms@gnu.org>
2982
2983 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2984
2985 * battery.el (battery-status-function): Don't use ignore-errors.
2986
2987 2005-08-11 Lute Kamstra <lute@gnu.org>
2988
2989 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2990 define-obsolete-variable-alias.
2991
2992 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2993
2994 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2995 (ange-ftp-send-cmd): Revert last change, and expand
2996 the comment explaining the problem.
2997
2998 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2999
3000 * ldefs-boot.el: Update.
3001
3002 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
3003 item to "Time, Load and Mail". Change help echo text.
3004
3005 * time.el (display-time-use-mail-icon, display-time-format)
3006 (display-time-string-forms): Shorten first line of docstrings.
3007
3008 2005-08-10 Lars Hansen <larsh@soem.dk>
3009
3010 * desktop.el (desktop-buffer-mode-handlers):
3011 Make non-customizable. Add autoload cookie. Change initial value to
3012 nil; add elements in respective modules instead. Fix doc string.
3013 (desktop-load-file): New function.
3014 (desktop-minor-mode-handlers): New autoloaded variable.
3015 (desktop-create-buffer): Call minor mode handlers.
3016 Use desktop-load-file to load major and minor mode modules prior to
3017 checking for a handler.
3018 (desktop-save): Don't add nil to desktop-minor-modes for minor
3019 modes with nil function in desktop-minor-mode-table. Don't delete
3020 desktop file before rewriting it.
3021 (desktop-locals-to-save): Add autoload cookie. Don't make
3022 automatically buffer-local. Add variables column-number-mode,
3023 size-indication-mode, indent-tabs-mode,
3024 indicate-buffer-boundaries, indicate-empty-lines and
3025 show-trailing-whitespace.
3026 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
3027 regexps. Don't use desktop-clear-preserve-buffers-regexp.
3028 (desktop-clear-preserve-buffers-regexp): Delete.
3029 (desktop-clear-preserve-buffers): Update initial value and docstring.
3030 (desktop-save-buffer): Fix doc string.
3031
3032 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
3033 (hilit-chg-desktop-restore): New function.
3034 (highlight-changes-mode): Add highlight-changes-mode to
3035 desktop-locals-to-save.
3036
3037 * dired.el: Add handler to desktop-buffer-mode-handlers.
3038 (dired-restore-desktop-buffer): Remove autoload cookie.
3039 (dired-mode): Add autoload cookie.
3040
3041 * info.el: Add handler to desktop-buffer-mode-handlers.
3042 (Info-restore-desktop-buffer): Remove autoload cookie.
3043 (Info-mode): Add autoload cookie.
3044
3045 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
3046 (mh-restore-desktop-buffer): Remove autoload cookie.
3047 (mh-folder-mode): Add autoload cookie.
3048
3049 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
3050 (rmail-restore-desktop-buffer): Remove autoload cookie.
3051
3052 2005-08-11 Masatake YAMATO <jet@gyve.org>
3053
3054 * hexl.el (hexl-address-region):
3055 (hexl-ascii-region, hexl-font-lock-keywords):
3056 (hexl-highlight-line-range): Use the term "region"
3057 instead of "area" for consistency with the other symbols
3058 defined in hexl.el.
3059
3060 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
3061
3062 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
3063 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
3064 out by Juri Linkov). Add `display-battery-mode'.
3065
3066 2005-08-09 Juri Linkov <juri@jurta.org>
3067
3068 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3069 Remove `-text' from face variable names.
3070 (compilation-error-file-name, compilation-warning-file-name)
3071 (compilation-info-file-name): Delete faces.
3072 (compilation-line-number, compilation-column-number):
3073 Remove face underlining.
3074 (compilation-message-face): Set to `underline' value by default.
3075 (compilation-error-face, compilation-warning-face)
3076 (compilation-info-face): Remove `-file-name' from face names.
3077 (compilation-error-text-face, compilation-warning-text-face)
3078 (compilation-info-text-face): Delete face variables.
3079 (compilation-text-face): Delete function.
3080
3081 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
3082 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
3083 (grep-error-face): Set to `compilation-error' instead of
3084 `compilation-error-face' (which is redefined to `grep-hit-face' in
3085 grep buffers).
3086 (grep-mode-font-lock-keywords): Remove `-text' from face variable
3087 names. Use `grep-error-face' instead of `compilation-error-text-face'.
3088
3089 * dired-aux.el (dired-do-query-replace-regexp):
3090 Use `query-replace-read-args'.
3091
3092 * replace.el (query-replace-read-from, query-replace-read-to)
3093 (query-replace-read-args): Rename arg `string' to `prompt'.
3094
3095 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
3096
3097 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3098
3099 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
3100 uploading files.
3101 (ange-ftp-canonize-filename): Handle file names beginning with ~
3102 correctly.
3103
3104 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3105
3106 * textmodes/fill.el (canonically-space-region)
3107 (fill-context-prefix, fill-french-nobreak-p)
3108 (fill-delete-newlines, fill-comment-paragraph)
3109 (justify-current-line): "?\ " -> "?\s".
3110
3111 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
3112
3113 * textmodes/fill.el (fill-nonuniform-paragraphs):
3114 Improve argument/docstring consistency.
3115
3116 2005-08-09 Richard M. Stallman <rms@gnu.org>
3117
3118 * textmodes/ispell.el (ispell-word): More fboundp checks.
3119
3120 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
3121 (find-file-noselect-1): Call it here, only if RAWFILE.
3122 (normal-mode): Always set some major mode.
3123 (save-some-buffers-action-alist): Change some explanation strings.
3124 (file-name-non-special): In the `quote' method, use unwind-protect.
3125
3126 2005-08-09 Magnus Henoch <mange@freemail.hu>
3127
3128 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
3129 (ispell-have-aspell-dictionaries): New variable.
3130 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
3131 (ispell-get-aspell-config-value): New function.
3132 (ispell-aspell-find-dictionary): New function.
3133 (ispell-aspell-add-aliases): New function.
3134 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
3135 appropriate. Don't look for ispell dictionaries if we use aspell.
3136 (ispell-menu-map): Don't build a submenu of dictionaries.
3137
3138 2005-08-09 Richard M. Stallman <rms@gnu.org>
3139
3140 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
3141 (sql-read-passwd): Use read-passwd.
3142
3143 * progmodes/idlw-toolbar.el (idlwave-toolbar)
3144 (idlwave-toolbar-is-possible): Add defvars.
3145
3146 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
3147 Avoid warnings.
3148
3149 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
3150 (idlwave-system-class-info, idlwave-executive-commands-alist):
3151 Use defvar.
3152
3153 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
3154
3155 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
3156 Avoid warnings.
3157
3158 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
3159 and content-type: headers.
3160
3161 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
3162
3163 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
3164 and rename some of them to be more self-explanatory.
3165
3166 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
3167
3168 * startup.el (command-line-1): Implement -scriptload.
3169
3170 * replace.el (occur-engine): Initial *Occur* output not undoable.
3171
3172 * menu-bar.el (menu-bar-file-menu): Rename some menu items
3173 and improve help strings.
3174
3175 * isearch.el (isearch-repeat): When changing direction,
3176 mark search successful.
3177
3178 * ediff-init.el: Use (featurep 'xemacs).
3179
3180 * comint.el (send-invisible): Identify buffer, if not selected.
3181
3182 * align.el: Delete autoload for c-guess-basic-syntax.
3183
3184 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3185
3186 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
3187 Improve argument/docstring consistency. Doc fixes.
3188 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
3189 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
3190 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
3191 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
3192 (r2bv-organization, r2bv-pages, r2bv-primary-author)
3193 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
3194 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
3195 Defvar at compile time.
3196
3197 2005-08-09 Juri Linkov <juri@jurta.org>
3198
3199 * info.el: Replace `info' with upper-case `Info' where appropriate.
3200 (info-title-1, info-title-2, info-title-3, info-title-4)
3201 (info-menu-header): Move up face definitions.
3202 (info-menu-star): Rename from `info-menu-5'.
3203 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3204 (Info-fontify-visited-nodes): Fix docstring.
3205 (Info-hide-note-references): Fix docstring.
3206 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3207 menu items in the same way as on cross-references.
3208 (info-apropos): Fix sorting order and formatting to be like in the
3209 stand-alone Info browser. Display error messages for 1 sec.
3210 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
3211 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3212 from the menu bar.
3213 (Info-insert-dir): Restore point after calling
3214 `insert-buffer-substring'.
3215
3216 2005-08-08 Richard M. Stallman <rms@gnu.org>
3217
3218 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3219 (recompute-lucid-menubar): Add defvars.
3220
3221 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3222
3223 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3224
3225 * net/net-utils.el (run-dig): Rename from `dig'.
3226
3227 * play/gametree.el (gametree-mode): Use make-local-variable,
3228 not make-variable-buffer-local.
3229
3230 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3231
3232 * ansi-color.el (ansi-color-make-extent)
3233 (ansi-color-set-extent-face): Use fboundp, not functionp.
3234
3235 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3236 not make-variable-buffer-local.
3237
3238 * bookmark.el (Info-current-file): Add defvar.
3239 (bookmark-jump-noselect): Use with-no-warnings.
3240
3241 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3242
3243 * ebuff-menu.el (Helper-return-blurb): Add defvar.
3244
3245 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3246
3247 * find-file.el (ada-procedure-start-regexp)
3248 (ada-package-start-regexp): Add defvars.
3249
3250 * info.el (Info-insert-dir): Use insert-buffer-substring.
3251
3252 * xml.el (xml-att-def-re): Add defvar.
3253
3254 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3255 calling convention.
3256
3257 * subr.el (while-no-input): Return t if there is input.
3258
3259 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
3260
3261 * cus-start.el (all): Add `overflow-newline-into-fringe'.
3262
3263 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
3264
3265 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3266 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3267
3268 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
3269
3270 * cmuscheme.el (scheme-start-file): Replace reference to
3271 `user-emacs-directory' by "~/.emacs.d/".
3272
3273 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
3274
3275 * info.el (Info-dir-remove-duplicates): Avoid case folding
3276 in loop; instead, keep downcased strings for comparison.
3277 Suggested by Helmut Eller.
3278
3279 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
3280
3281 Sync with Tramp 2.0.50.
3282
3283 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
3284 XEmacs case; not necessary anymore.
3285 (tramp-user-regexp): Allow "@" as part of user name.
3286 (tramp-handle-set-visited-file-modtime)
3287 (tramp-handle-insert-file-contents)
3288 (tramp-handle-write-region): No special handling for
3289 `last-coding-system-used, because this is done in
3290 `tramp-accept-process-output' now.
3291 (tramp-accept-process-output): New defun.
3292 (tramp-process-one-action, tramp-process-one-multi-action)
3293 (tramp-wait-for-regexp, tramp-wait-for-output)
3294 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
3295 Howells <dhowells@redhat.com>.
3296 (clear-visited-file-modtime): Defadvice removed. The check for
3297 unset buffer's modtime does not need to be based on
3298 `tramp-buffer-file-attributes'. Suggested by RMS.
3299 (tramp-message): Insert "\n" if not being at beginning of line.
3300 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3301 sequence with same logic.
3302 (tramp-completion-handle-expand-file-name): Discard call of
3303 `tramp-drop-volume-letter'. It is not necessary, and there have
3304 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3305 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3306 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3307 should always be visible.
3308 (tramp-handle-insert-directory, tramp-setup-complete)
3309 (tramp-set-process-query-on-exit-flag)
3310 (tramp-append-tramp-buffers): Pacify byte-compiler.
3311 (tramp-bug): Delete non-existing variables from list.
3312 Apply `tramp-load-report-modules' as pre-hook.
3313 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3314 `shell-prompt-pattern' because of non-7bit characters.
3315 Reported by Sebastian Luque <sluque@mun.ca>.
3316 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3317 (tramp-match-string-list): Remove function.
3318 (tramp-wait-for-regexp): Remove call of that function.
3319 Suggested by Kim F. Storm <storm@cua.dk>.
3320 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3321 instead of octal character code ?\600. The latter resulted in a
3322 syntax error with XEmacs.
3323
3324 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3325 XEmacs case; not necessary anymore.
3326 (tramp-smb-handle-write-region): No special handling for
3327 `last-coding-system-used, because this is done in
3328 `tramp-accept-process-output' now.
3329 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3330
3331 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3332
3333 * wid-edit.el (widget-choice-value-create):
3334 Unconditionally respect user choice. Set :explicit-choice back to nil
3335 when no longer needed.
3336 (widget-choice-action): Unconditionally respect user choice.
3337 Eliminate :explicit-choice-value.
3338
3339 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3340
3341 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3342 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3343 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3344 running new function `toggle-indicate-empty-lines'.
3345 Rename "Customize" item to "Customize fringe".
3346 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3347 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3348 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3349 Delete "Empty lines only" item.
3350 (menu-bar-showhide-fringe-ind-customize): New function.
3351 (menu-bar-showhide-fringe-ind-mixed)
3352 (menu-bar-showhide-fringe-ind-box)
3353 (menu-bar-showhide-fringe-ind-right)
3354 (menu-bar-showhide-fringe-ind-left)
3355 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3356 instead of `fringe-indicators'.
3357
3358 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3359
3360 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3361 Change the date of last update.
3362
3363 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3364
3365 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3366 (viper-exec-yank, viper-put-back): Don't display modification msg
3367 if in the minibuffer.
3368
3369 * viper-init.el (viper-replace-overlay-cursor-color)
3370 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3371 Make variables frame local.
3372
3373 * viper-util.el (viper-append-filter-alist): Use append instead of
3374 nconc.
3375
3376 * viper.el (viper-vi-state-mode-list)
3377 (viper-emacs-state-mode-list): Move help-mode and
3378 completion-list-mode from the first list to the second.
3379 (viper-mode): Docstring.
3380 (viper-go-away, viper-non-hook-settings): Don't localize
3381 minor-mode-alist in newer Emacsen. Add advice to
3382 set-cursor-color. Don't bind "\C-c\\".
3383
3384 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3385
3386 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3387 (scheme-macro-expand-command): New user options.
3388 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3389 (scheme-form-at-point, scheme-start-file)
3390 (scheme-interactively-start-process): New functions.
3391 (scheme-get-process): New function, extracted from `scheme-proc'.
3392 (run-scheme): Call `scheme-start-file' to get start file, and pass
3393 it to `make-comint'.
3394 (switch-to-scheme, scheme-proc):
3395 Call `scheme-interactively-start-process' if no Scheme buffer/process
3396 is available.
3397
3398 2005-08-06 Juri Linkov <juri@jurta.org>
3399
3400 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3401 Use `compilation-text-face', `compilation-info-text-face' and
3402 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3403 (compilation-error): New face.
3404 (compilation-error-file-name): Inherit from
3405 `compilation-error' instead of `font-lock-warning-face'.
3406 (compilation-warning-file-name): Inherit from
3407 `compilation-warning' instead of `font-lock-warning-face'.
3408 (compilation-info, compilation-error-file-name)
3409 (compilation-warning-file-name, compilation-info-file-name)
3410 (compilation-line-number, compilation-column-number): Doc fix.
3411 (compilation-error-text-face, compilation-warning-text-face)
3412 (compilation-info-text-face): New face variables.
3413 (compilation-line-face, compilation-column-face)
3414 (compilation-enter-directory-face)
3415 (compilation-leave-directory-face): Doc fix.
3416 (compilation-text-face): New function.
3417
3418 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3419 instead of 1 to display binary file names as info file links.
3420 (grep-error-face): Use `compilation-error-face' instead of
3421 `font-lock-keyword-face'.
3422 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3423 and `compilation-warning-text-face' instead of
3424 `font-lock-keyword-face'. Use `compilation-error-text-face'
3425 instead of `grep-error-face'.
3426
3427 2005-08-05 Kenichi Handa <handa@m17n.org>
3428
3429 * international/code-pages.el: Add autoload cookies for all coding
3430 systems.
3431
3432 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3433
3434 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3435
3436 2005-08-04 Juri Linkov <juri@jurta.org>
3437
3438 * progmodes/compile.el (compilation-mode-map):
3439 * progmodes/grep.el (grep-mode-map):
3440 Bind TAB to `compilation-next-error' and [backtab] to
3441 `compilation-previous-error'.
3442
3443 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3444 matching line numbers, column numbers and their ranges with regexp
3445 matching only line numbers.
3446 (grep-context-face): New face variable.
3447 (grep-mode-font-lock-keywords): Use it.
3448
3449 * faces.el (read-face-name): Delete duplicate faces.
3450
3451 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3452
3453 * thumbs.el (thumbs-find-image): Don't make variables
3454 automatically buffer local.
3455 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3456 (thumbs-image-num): Make automatically buffer local.
3457 (thumbs-show-thumbs-list): Use `make-local-variable', not
3458 `make-variable-buffer-local'.
3459 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3460
3461 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3462 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3463 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3464 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3465 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3466 (feelings-about, foullst, found, hello, history, howareyoulst)
3467 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3468 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3469 (neglst, obj, object, owner, please, problems, qlist)
3470 (random-adjective, relation, remlst, repetitive-shortness)
3471 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3472 (shortlst, something, sportslst, stallmanlst, states, subj)
3473 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3474 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3475 Defvar at compile time.
3476
3477 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3478 not `make-variable-buffer-local'.
3479
3480 2005-08-02 Kim F. Storm <storm@cua.dk>
3481
3482 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3483 rectangle overlay in selected window.
3484
3485 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3486
3487 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3488 instead of display group. Make `indicate-buffer-boundaries'
3489 customizable through Custom.
3490
3491 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3492
3493 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3494 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3495 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3496 (gdb-put-string): Fix typos in docstrings.
3497
3498 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3499
3500 Update copyright notices of files in progmodes directory for
3501 release of Emacs 22.1.
3502
3503 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3504
3505 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3506 Don't barf if the GUD buffer has been killed.
3507
3508 2005-08-01 Kim F. Storm <storm@cua.dk>
3509
3510 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3511
3512 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3513
3514 * simple.el (next-error-follow-minor-mode):
3515 make-variable-buffer-local -> make-local-variable.
3516
3517 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3518
3519 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3520 (byte-compile-form-make-variable-buffer-local): New functions to warn
3521 about misuses of make-variable-buffer-local where make-local-variable
3522 was meant.
3523
3524 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3525
3526 * bs.el (bs-attributes-list): Doc fix.
3527 (bs): Update url-link.
3528
3529 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3530 (desktop-load-default): Simplify.
3531
3532 * ibuffer.el (ibuffer-columnize-and-insert-list)
3533 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3534 (ibuffer-unmark-all, ibuffer-toggle-marks)
3535 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3536 (ibuffer-compile-make-format-form, ibuffer-format-column)
3537 (ibuffer-current-buffers-with-marks)
3538 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3539 (ibuffer): Doc fix.
3540 (ibuffer-mode): Fix typo in docstring.
3541 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3542 with `define-obsolete-variable-alias'.
3543 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3544
3545 2005-07-29 Kenichi Handa <handa@m17n.org>
3546
3547 * international/mule-cmds.el (select-message-coding-system):
3548 Be sure to use LF for end-of-line. If no coding system is decided,
3549 return iso-8859-1-unix.
3550
3551 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3552
3553 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3554 (ange-ftp-pending-error-line): New vars.
3555 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3556 to handle the non-fatal no-route-to-host messages.
3557 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3558
3559 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3560
3561 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3562 (isearch-quote-char, isearch-printing-char)
3563 (isearch-text-char-description): "?\ " -> "?\s".
3564 (isearch-lazy-highlight-cleanup)
3565 (isearch-lazy-highlight-initial-delay)
3566 (isearch-lazy-highlight-interval)
3567 (isearch-lazy-highlight-max-at-a-time)
3568 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3569 Declare with define-obsolete-*-alias macros.
3570 (isearch-forward): Fix typo in docstring.
3571 (search-invisible, search-ring-yank-pointer)
3572 (regexp-search-ring-yank-pointer): Doc fixes.
3573
3574 * recentf.el (recentf-menu-append-commands-p): Declare with
3575 `define-obsolete-variable-alias'.
3576 (recentf-max-saved-items, recentf-menu-filter)
3577 (recentf-arrange-by-rule-subfilter): Doc fixes.
3578 (recentf-menu-append-commands-flag)
3579 (recentf-initialize-file-name-history, recentf-expand-file-name)
3580 (recentf-clear-data): Fix typos in docstrings.
3581
3582 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3583
3584 * progmodes/gdb-ui.el: Smarten comments.
3585 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3586
3587 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3588
3589 * term/apollo.el (terminal-init-apollo): New function containing
3590 all former top level forms in the file.
3591 * term/bobcat.el (terminal-init-bobcat):
3592 * term/cygwin.el (terminal-init-cygwin):
3593 * term/iris-ansi.el (terminal-init-iris-ansi):
3594 * term/linux.el (terminal-init-linux):
3595 * term/news.el (terminal-init-news):
3596 * term/rxvt.el (terminal-init-rxvt):
3597 * term/sun.el (terminal-init-sun):
3598 * term/tvi970.el (terminal-init-tvi970):
3599 * term/vt100.el (terminal-init-vt100):
3600 * term/vt102.el (terminal-init-vt102):
3601 * term/vt125.el (terminal-init-vt125):
3602 * term/vt200.el (terminal-init-vt200):
3603 * term/vt201.el (terminal-init-vt201):
3604 * term/vt220.el (terminal-init-vt220):
3605 * term/vt240.el (terminal-init-vt240):
3606 * term/vt300.el (terminal-init-vt300):
3607 * term/vt320.el (terminal-init-vt320):
3608 * term/vt400.el (terminal-init-vt400):
3609 * term/vt420.el (terminal-init-vt420):
3610 * term/wyse50.el (terminal-init-wyse50):
3611 * term/xterm.el (terminal-init-xterm): Likewise.
3612
3613 * term/README: Describe the terminal-init-* functionality.
3614
3615 * startup.el (command-line): After loading the terminal initialization
3616 file call the corresponding terminal initialization function.
3617
3618 2005-07-27 Kenichi Handa <handa@m17n.org>
3619
3620 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3621 negative.
3622
3623 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3624 (ps-mule-composition-prologue): Fix for the case that
3625 RelativeCompose is false.
3626
3627 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3628
3629 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3630
3631 * descr-text.el (describe-char): Handle the case where the list of
3632 chars is displayed in a separate frame.
3633 Be a bit more discriminating when looking for the char.
3634
3635 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3636
3637 * bookmark.el (bookmark-automatically-show-annotations)
3638 (bookmark-read-annotation-text-func): Doc fixes.
3639 (bookmark-save): Improve argument/docstring consistency.
3640 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3641 (bookmark-alist-from-buffer)
3642 (bookmark-upgrade-file-format-from-0)
3643 (bookmark-grok-file-format-version)
3644 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3645 (bookmark-read-annotation-mode)
3646 (bookmark-insert-current-bookmark, bookmark-jump)
3647 (bookmark-exit-hook): Fix typos in docstrings.
3648 (bookmark-exit-hooks): Define as obsolete alias.
3649 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3650 not `bookmark-exit-hooks'. Fix docstring.
3651 (bookmark-bmenu-select): "?\ " -> "?\s".
3652
3653 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3654
3655 * startup.el (command-line): Fix typo.
3656
3657 2005-07-24 Richard M. Stallman <rms@gnu.org>
3658
3659 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3660 not emacs-quick-startup.
3661
3662 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3663
3664 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3665 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3666 instead of `reb-with-current-window'.
3667 (reb-prev-match): Likewise. Also, don't move left if the search
3668 was unsuccessful.
3669 (reb-initialize-buffer): New function.
3670 (re-builder, reb-change-syntax): Use it.
3671
3672 * man.el (Man-goto-page): Make second argument NOERROR optional.
3673
3674 2005-07-23 Richard M. Stallman <rms@gnu.org>
3675
3676 * man.el (Man-bgproc-sentinel): Check here for failure to find
3677 any man page in the output, and report the error here.
3678 (Man-arguments): Make it permanent local.
3679 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3680 (Man-mode): Pass t for NOERROR.
3681
3682 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3683 (grep-mode-font-lock-keywords):
3684 Don't use compilation-...-face for messages that are not file names.
3685
3686 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3687 Don't use compilation-...-face for messages that are not file names.
3688
3689 2005-07-22 Juri Linkov <juri@jurta.org>
3690
3691 * startup.el (normal-splash-screen): Update menu name.
3692
3693 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3694
3695 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3696
3697 * term/xterm.el: Load term/rxvt if the terminal is actually an
3698 rxvt terminal.
3699 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3700
3701 * term/rxvt.el (function-key-map): Use substitute-key-definition
3702 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3703
3704 * term/cygwin.el: New file.
3705
3706 2005-07-22 Kim F. Storm <storm@cua.dk>
3707
3708 * image-file.el (insert-image-file, image-file-yank-handler):
3709 Fix last change to maintain a (unique) yank-handler on yanked images.
3710
3711 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3712
3713 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3714 of the file size (as in "177B" for 177 bytes). This happens with
3715 "ls -lh" on FreeBSD.
3716
3717 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3718
3719 * hilit-chg.el (highlight-changes-global-initial-state)
3720 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3721 (hilit-chg-fixup, highlight-changes-mode):
3722 Fix typos in docstrings.
3723 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3724 Doc fixes.
3725
3726 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3727
3728 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3729 mode function using `eval-after-load'.
3730
3731 2005-07-21 Kim F. Storm <storm@cua.dk>
3732
3733 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3734 included when reporting an emacs crash, and tell about the DEBUG file.
3735
3736 * image-file.el (insert-image-file): Add yank-handler.
3737 (image-file-yank-handler): Yank handler to make unique copies of
3738 images when they are yanked into a buffer next to each other.
3739
3740 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3741
3742 * comint.el (comint-use-prompt-regexp, comint-send-input)
3743 (comint-source-default, comint-extract-string)
3744 (comint-get-source, comint-word, comint-completion)
3745 (comint-source, comint-prompt-read-only, comint-update-fence):
3746 Fix typos in docstrings.
3747 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3748 Declare with define-obsolete-*-alias macros.
3749 (comint-previous-matching-input-from-input)
3750 (comint-next-matching-input-from-input)
3751 (comint-previous-matching-input, comint-next-matching-input)
3752 (comint-forward-matching-input):
3753 Improve argument/docstring consistency.
3754
3755 * desktop.el (desktop-clear-preserve-buffers-regexp):
3756 Also preserve the *server* buffer.
3757
3758 * simple.el (clone-indirect-buffer): Doc fix.
3759 (fixup-whitespace, just-one-space)
3760 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3761 (next-error, next-error-highlight)
3762 (next-error-highlight-no-select, next-error-last-buffer)
3763 (next-error-buffer-p, next-error-find-buffer, next-error)
3764 (previous-error, next-error-no-select, previous-error-no-select)
3765 (open-line, split-line, minibuffer-prompt-width, kill-new)
3766 (binary-overwrite-mode): Fix typos in docstrings.
3767 (set-fill-column): Fix typo in message.
3768
3769 * skeleton.el (skeleton-proxy-new): Doc fix.
3770
3771 * strokes.el (strokes-load-hook): Doc fix.
3772 (strokes-grid-resolution, strokes-get-grid-position)
3773 (strokes-renormalize-to-grid, strokes-read-stroke)
3774 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3775 (strokes-global-map): Fix typos in docstrings.
3776 (strokes-help): Doc fix. Fix help message and pass it through
3777 `substitute-command-keys'.
3778
3779 * tempo.el (tempo-insert-prompt, tempo-interactive)
3780 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3781 (tempo-insert-string-functions, tempo-local-tags)
3782 (tempo-define-template, tempo-insert-template)
3783 (tempo-insert-prompt-compat, tempo-is-user-element)
3784 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3785 Fix typos in docstrings.
3786
3787 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3788 (vcursor-key-bindings, vcursor-use-vcursor-map)
3789 (vcursor-find-window, vcursor-scroll-down)
3790 (vcursor-disable, vcursor-beginning-of-buffer)
3791 (vcursor-end-of-buffer): Fix typos in docstrings.
3792 (vcursor-relative-move, vcursor-get-char-count):
3793 Improve argument/docstring consistency.
3794
3795 * version.el: "?\ " -> "?\s".
3796
3797 * wid-edit.el (widget-default-create, widget-after-change)
3798 (widget-default-format-handler, widget-checklist-add-item)
3799 (widget-radio-add-item, widget-choose, widget-specify-secret)
3800 (widget-field-value-create, widget-field-value-get)
3801 (widget-editable-list-format-handler)
3802 (widget-editable-list-entry-create, widget-group-value-create)
3803 (widget-documentation-link-add)
3804 (widget-documentation-string-value-create): "?\ " -> "?\s".
3805 (widget-convert-text): Doc fix.
3806 (widget-narrow-to-field, widget-field-find)
3807 (widget-url-link-action, widget-emacs-library-link-action)
3808 (widget-color-notify): Fix typos in docstrings.
3809
3810 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3811 (x-select-text, set-w32-system-coding-system)
3812 (w32-add-charset-info): Fix typos in docstrings.
3813
3814 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3815 (cua-enable-cua-keys, cua-use-hyper-key)
3816 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3817 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3818
3819 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3820
3821 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3822 `defalias' instead of faking it.
3823
3824 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3825 (eshell-ls-missing, eshell-ls-dired-initial-args)
3826 (eshell-ls-use-in-dired): Fix typos in docstrings.
3827
3828 2005-07-20 Kim F. Storm <storm@cua.dk>
3829
3830 * emulation/cua-base.el (cua-mode): Improve doc string.
3831
3832 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3833
3834 * abbrev.el (expand-region-abbrevs): Doc fix.
3835 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3836 Improve argument/docstring consistency.
3837
3838 * arc-mode.el (archive-get-descr, archive-alternate-display):
3839 Doc fixes.
3840 (archive-l-e): Improve argument/docstring consistency.
3841 (archive-tmpdir, archive-unixdate, archive-unixtime)
3842 (archive-chmod-entry): Fix typos in docstrings.
3843 (archive-unflag, archive-unflag-backwards)
3844 (archive-unmark-all-files): "?\ " -> "?\s".
3845
3846 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3847 (Buffer-menu-not-modified, Buffer-menu-execute)
3848 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3849 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3850
3851 * composite.el (compose-string, encode-composition-rule)
3852 (compose-last-chars): Fix typos in docstrings.
3853
3854 * desktop.el (desktop-enable, desktop-basefilename):
3855 Declare with `define-obsolete-variable-alias'.
3856 (desktop-internal-v2s): Don't quote keywords.
3857 (desktop-clear): "?\ " -> "?\s".
3858
3859 * dired.el (dired-align-file, dired-flag-backup-files)
3860 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3861 (dired-listing-switches, dired-ls-F-marks-symlinks)
3862 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3863 (dired-directory, dired-faces, dired, dired-revert)
3864 (dired-mode, dired-summary, dired-view-file)
3865 (dired-copy-filename-as-kill, dired-delete-file)
3866 (dired-no-confirm, dired-unmark-all-marks)
3867 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3868 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3869 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3870 Fix typos in message strings.
3871
3872 * dired-x.el (virtual-dired): Declare with `defalias'.
3873 (dired-mark-unmarked-files, dired-local-variables-file)
3874 (dired-omit-here-always): Doc fix.
3875 (dired-omit-mode, dired-find-subdir)
3876 (dired-enable-local-variables, dired-clean-up-buffers-too)
3877 (dired-extra-startup, dired-mark-extension, dired-jump)
3878 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3879 (dired-smart-shell-command, dired-guess-shell-alist-user)
3880 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3881 (dired-x-bind-find-file, dired-x-submit-report):
3882 Fix typos in docstrings.
3883 (dired-mark-unmarked-files): "?\ " -> "?\s".
3884
3885 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3886
3887 * faces.el (describe-face): "?\ " -> "?\s".
3888 (read-all-face-attributes, read-face-font, modify-face)
3889 (face-attr-construct, italic): Fix typos in docstrings.
3890 (frame-update-face-colors): Declare with
3891 `define-obsolete-function-alias'.
3892
3893 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3894 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3895 (magic-mode-alist, buffer-file-numbers-unique)
3896 (write-file-functions, get-free-disk-space):
3897 Fix typos in docstrings.
3898 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3899 (write-contents-hooks, write-file-hooks):
3900 Declare with `define-obsolete-variable-alias'.
3901
3902 * forms-d2.el (arch-rj): Fix typo in docstrings.
3903 (arch-tocol): Likewise. "?\ " -> "?\s".
3904
3905 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3906 Fix typo in docstring.
3907 (set-screen-width, set-screen-height): Delete redundant info in
3908 doctrings.
3909 (new-frame, screen-height, screen-width): Declare with
3910 `define-obsolete-function-alias'.
3911 (delete-frame-hook, blink-cursor): Declare with
3912 `define-obsolete-variable-alias'.
3913
3914 * paths.el (prune-directory-list): Fix typos in docstring.
3915
3916 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3917 (cvs-prefix-get): Fix typos in docstrings.
3918
3919 * ps-print.el (ps-extend-face-list, ps-extend-face)
3920 (ps-print-background-image): Fix typos in docstrings.
3921 (ps-default-fg, ps-default-bg): Doc fixes.
3922
3923 * s-region.el (s-region-bind): Doc fix.
3924 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3925
3926 * textmodes/org.el (org-table-formula-substitute-names)
3927 (org-table-get-vertical-vector): Doc fixes.
3928 (org-table-recalculate): Remove unused argument to `message'.
3929
3930 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3931
3932 * textmodes/org.el (org-table-column-names)
3933 (org-table-column-name-regexp)
3934 (org-table-named-field-locations): New variables.
3935 (org-archive-subtree): Protect `this-command' when calling
3936 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3937 the kill buffer.
3938 (org-complete): Remove fixed-formula completion.
3939 (org-edit-formulas-map): New variable.
3940 (org-table-edit-formulas): New command.
3941 (org-finish-edit-formulas, org-abort-edit-formulas)
3942 (org-show-variable, org-table-get-vertical-vector): New functions.
3943 (org-table-maybe-eval-formula): Handle `:=' fields.
3944 (org-table-get-stored-formulas, org-table-store-formulas)
3945 (org-table-get-formula, org-table-modify-formulas)
3946 (org-table-replace-in-formulas): Handle named field formulas.
3947 (org-table-get-specials): Store locations of named fields.
3948
3949 2005-07-19 Juri Linkov <juri@jurta.org>
3950
3951 * progmodes/grep.el (grep-regexp-alist)
3952 (grep-mode-font-lock-keywords, grep-process-setup):
3953 Use default GNU grep match color "01;31m" instead of "01;41m".
3954 (grep-regexp-alist, grep-mode-font-lock-keywords):
3955 Use `\\[[0-9]*m' instead of `\\[00m'.
3956 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3957 sgr_start where its handling is more important. Use the real
3958 length of sgr_start instead of constant 8.
3959 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3960 specially. Delete all remaining escape sequences.
3961 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3962 (grep-regexp-alist): Make hyperlink only for binary file name
3963 instead of the whole line.
3964 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3965 (grep-mode): Add autoload.
3966
3967 * emacs-lisp/find-func.el (find-function-regexp):
3968 Add `define-compilation-mode'.
3969
3970 2005-07-19 Juri Linkov <juri@jurta.org>
3971
3972 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3973 (compare-windows-sync-string-size, compare-windows-recenter)
3974 (compare-windows-highlight, compare-windows): Add version 22.1.
3975 (compare-windows) <defface>: Inherit from lazy-highlight instead
3976 of duplicating its default value.
3977
3978 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3979 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3980
3981 * descr-text.el (describe-char): Create link buttons for `charset'
3982 and `code point'. Add the current input method name with a link
3983 button to `to input' field. Print face names of display table
3984 characters in `The display table entry is displayed by' section
3985 instead of printing face-id in the `display' field.
3986 Guess hardcoded faces and create a link button for them.
3987 Skip empty fields when calculating max-width.
3988 Treat `widget-create' specially while inserting strings from the
3989 collected field list.
3990 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3991
3992 * diff-mode.el (diff-file-header): Change foreground color from
3993 yellow to green on light backgrounds.
3994 (diff-context): Inherit from `shadow' only for color/grayscale
3995 with more than 88 colors.
3996 (diff-indicator-removed, diff-indicator-added)
3997 (diff-indicator-changed): New faces.
3998 (diff-font-lock-keywords): Use new faces. Regroup rules.
3999 Add "^---$" for `normal' diff format. Fontify `#' lines with
4000 font-lock-comment-delimiter-face and font-lock-comment-face.
4001 Add `#' to ^[^...] in the rule for `diff-context-face'.
4002
4003 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
4004 a button-like box. Inherit from `highlight' on low colors.
4005 (shadow): Use shades of gray only for color/grayscale with
4006 more than 88 colors. Use green for light backgrounds with
4007 8 colors, and yellow for dark backgrounds with 8 colors.
4008
4009 * font-lock.el (font-lock-regexp-grouping-backslash):
4010 Don't inherit from escape-glyph (use bold for all cases).
4011
4012 * info.el (info-xref-visited): Use light foreground color `violet'
4013 for dark backgrounds instead of dark color `magenta3'.
4014 (info-title-1): Use `yellow' color for dark backgrounds.
4015
4016 * isearch.el (isearch): Use not-too-dark magenta3 instead of
4017 too-light magenta2.
4018
4019 * replace.el (match): Use slightly more light RoyalBlue3 instead
4020 of dark RoyalBlue4.
4021
4022 * wid-edit.el (widget-inactive): Inherit from `shadow'.
4023
4024 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
4025
4026 * novice.el (disabled-command-hook): Declare it with
4027 `define-obsolete-variable-alias'.
4028
4029 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
4030 (desktop-buffer-misc-functions, desktop-buffer-handlers)
4031 (desktop-load-default): Add release to obsolescence info.
4032 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
4033 (desktop-append-buffer-args, desktop-read):
4034 Fix typos in docstrings.
4035 (desktop-kill): Fix typo in message.
4036 (desktop-save): Doc fix.
4037
4038 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
4039
4040 * viper-cmd.el (viper-escape-to-state): Bug fix.
4041 (viper-envelop-ESC-key): Change the definition of fast
4042 keysequence so it'll work with keyboard macros.
4043
4044 * ediff.el (ediff-patch-buffer): Change the docstring.
4045
4046 2005-07-19 Kenichi Handa <handa@m17n.org>
4047
4048 * international/mule-cmds.el (select-safe-coding-system): Try to
4049 use an auto-coding (if any) before anything else. If the found
4050 auto-coding is invalid, show a warning message.
4051
4052 * international/mule.el (find-auto-coding): New function created
4053 by modifying the body of set-auto-coding.
4054 (set-auto-coding): Use find-auto-coding to find a coding.
4055
4056 2005-07-18 Richard M. Stallman <rms@gnu.org>
4057
4058 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
4059 not isearch-mode-end-hook-error.
4060 (allout-before-change-protect): Fix error message.
4061
4062 2005-07-18 Juri Linkov <juri@jurta.org>
4063
4064 * allout.el (allout-mode):
4065 * calculator.el (calculator-copy):
4066 * custom.el (custom-known-themes):
4067 * dired.el (dired-desktop-buffer-misc-data)
4068 (dired-restore-desktop-buffer):
4069 * dired-x.el (dired-omit-marker-char):
4070 * files.el (basic-save-buffer):
4071 * font-core.el (font-lock-mode):
4072 * calendar/calendar.el (calendar-goto-hebrew-date)
4073 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
4074 (calendar-goto-persian-date):
4075 * language/ethio-util.el (ethio-sera-to-fidel-region):
4076 * textmodes/picture.el (picture-mode):
4077 Delete duplicate duplicate words.
4078
4079 2005-07-18 Juri Linkov <juri@jurta.org>
4080
4081 * isearch.el (isearch-mode-map): Remove key bindings for regexp
4082 chars * ? } |.
4083 (isearch-fallback): Don't call `isearch-process-search-char'.
4084 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
4085 (isearch-process-search-char): Call `isearch-fallback' for regexp
4086 chars * ? } |.
4087 (isearch-return-char): Make obsolete with `make-obsolete' instead
4088 of simply documenting it as obsolete in the docstring.
4089 (isearch-fallback): Refill docstring.
4090
4091 * international/isearch-x.el
4092 (isearch-process-search-multibyte-characters): Remove unneeded
4093 `concat'. Add intermediate values to `junk-hist' instead of
4094 `minibuffer-history'. Test the length of `str'.
4095
4096 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
4097
4098 * allout.el (allout-resolve-xref): Fix typos in error strings.
4099 (allout-before-change-protect): Remove unneeded `concat'.
4100
4101 * array.el (array-mode, array-reconfigure-rows)
4102 (untabify-backward): Fix typos in docstrings.
4103 (array-reconfigure-rows): Use `insert-buffer-substring', not
4104 `insert-buffer'.
4105
4106 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
4107 * progmodes/ada-mode.el (ada-make-body):
4108 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
4109
4110 * dired.el (dired-log):
4111 * tar-mode.el (tar-subfile-save-buffer):
4112 * play/zone.el (zone-pgm-stress-destress):
4113 Use `insert-buffer-substring', not `insert-buffer'.
4114
4115 2005-07-17 Simon Josefsson <jas@extundo.com>
4116
4117 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
4118
4119 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
4120
4121 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
4122 Add plain auth method.
4123 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4124
4125 2005-07-17 Kim F. Storm <storm@cua.dk>
4126
4127 * ido.el (dired-other-window): Add ido property.
4128
4129 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
4130
4131 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4132 Fix typo in docstring.
4133 (byte-compile-interactive-only-functions): Add `insert-buffer' and
4134 `insert-file-literally'.
4135
4136 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
4137 info and delete redundant message. Doc fix.
4138 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
4139 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
4140
4141 2005-07-16 Richard M. Stallman <rms@gnu.org>
4142
4143 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
4144 (byte-compile-and): Use byte-compile-and-recursion.
4145 (byte-compile-or-recursion): New function.
4146 (byte-compile-or): Use that.
4147 (byte-compile-if): Guard the else-clause too.
4148 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4149
4150 * isearch.el (isearch-mode-end-hook-quit): New variable.
4151 (isearch-done): Bind it.
4152 (isearch-mode-end-hook): Doc fix.
4153
4154 * allout.el (allout-isearch-did-quit): Variable deleted.
4155 (allout-real-isearch-abort): Function name no longer used.
4156 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
4157 (allout-isearch-rectification): isearch-mode always exists.
4158 Don't set allout-isearch-did-quit.
4159 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
4160 allout-isearch-did-quit.
4161 (allout-enwrap-isearch): Just add the hook.
4162 (allout-isearch-abort): Function deleted.
4163 (allout-pre-command-business): Avoid warning.
4164
4165 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
4166 Correctly avoid warnings.
4167 (pascal-outline): Likewise.
4168
4169 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
4170
4171 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
4172
4173 * play/tetris.el (tetris-mode): Avoid warning.
4174
4175 * play/snake.el (snake-mode): Avoid warning.
4176
4177 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
4178 (gamegrid-set-display-table): Avoid warning.
4179 (gamegrid-set-timer): Likewise.
4180 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
4181 (gamegrid-add-score-with-update-game-score-1): Take FILE
4182 as argument.
4183 (gamegrid-add-score-with-update-game-score): Pass that argument.
4184 Rename have-shared-game-dir to gamegrid-shared-game-dir.
4185
4186 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
4187
4188 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
4189 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
4190
4191 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
4192 and insert-file.
4193
4194 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
4195 (sc-ask): Avoid warnings.
4196
4197 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4198 (eshell-hist-initialize): Use that var the natural way.
4199
4200 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4201
4202 * emacs-lisp/re-builder.el (reb-cook-regexp):
4203 Avoid warning calling lre-compile-string.
4204 (reb-color-display-p): Avoid warning.
4205
4206 * calculator.el (calculator-last-input): Guard uses
4207 of event-key and key-press-event-p.
4208 (event-key, key-press-event-p): Delete definitions.
4209
4210 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
4211 (find-gc-source-directory, find-gc-subrs-callers)
4212 (find-gc-noreturn-list, find-gc-source-files)
4213 (find-gc-subrs-called): Vars renamed and defvar'd.
4214
4215 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4216 (checkdoc-overlay-put, checkdoc-delete-overlay)
4217 (checkdoc-overlay-start, checkdoc-overlay-end)
4218 (checkdoc-mode-line-update, checkdoc-char=):
4219 Define such that compiler knows they are defined.
4220 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
4221 (checkdoc-read-event): Delete. Use read-event directly.
4222
4223 * whitespace.el (whitespace-make-overlay)
4224 (whitespace-overlay-put, whitespace-delete-overlay)
4225 (whitespace-overlay-start, whitespace-overlay-end):
4226 Define such that compiler knows they are defined.
4227 (whitespace): Move conditional inside.
4228
4229 * tempo.el (tempo-insert-template): Suppress warning.
4230
4231 * ediff-diff.el (longlines-mode): Add defvar.
4232
4233 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
4234
4235 * server.el: Bind "C-x #" in a way that works even if C-x is
4236 redefined to a command key, not a prefix key.
4237
4238 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4239
4240 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4241 cl-make-type-test till execution time.
4242
4243 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
4244
4245 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4246 arg ARG and use it.
4247
4248 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4249
4250 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4251
4252 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
4253
4254 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4255 a defcustom with two :set or :type keywords.
4256
4257 2005-07-15 Richard M. Stallman <rms@gnu.org>
4258
4259 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4260 Don't give ^M comment-end syntax.
4261
4262 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
4263
4264 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4265 Don't consider gdbmi (gdb-mi.el has its own update functions).
4266 (gdb-var-delete): Make it work for gdbmi as well.
4267 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4268
4269 * progmodes/gud.el (etags, sdb): Only require etags when needed.
4270 (gud-speedbar-menu-items): Correct logic for enabling items.
4271
4272 2005-07-15 Kim F. Storm <storm@cua.dk>
4273
4274 * ido.el: Fix commentary.
4275 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4276 Use with-no-warnings around ffap-guesser.
4277 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4278 Let bind minibuffer-completing-file-name to t.
4279
4280 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
4281
4282 * startup.el (site-run-file, keyboard-type): Doc fixes.
4283 (command-line): Check for "--basic-display" argument; also for
4284 "--quick", not "--bare-bones" (which was renamed).
4285 (fancy-splash-text): Add missing item "Getting New Versions".
4286 (normal-splash-screen): Fix typos and improve consistency with
4287 `fancy-splash-text'. Update copyright year.
4288
4289 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4290 valid binding for `help-char'.
4291
4292 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
4293
4294 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
4295
4296 * term.el (term-mode): Disable cua-mode for term buffers.
4297
4298 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
4299
4300 * add-log.el (add-log-mailing-address, change-log-merge):
4301 Doc fixes.
4302 (change-log-get-method-definition): Fix typo in docstring.
4303
4304 2005-07-14 Kim F. Storm <storm@cua.dk>
4305
4306 * emulation/cua-base.el:
4307 (cua--pre-command-handler-1, cua--pre-command-handler)
4308 (cua--post-command-handler-1, cua--post-command-handler):
4309 Split in two. Check (buffer local) value of cua-mode.
4310 (cua-selection-mode): New command.
4311
4312 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4313
4314 * custom.el (custom-initialize-safe-set)
4315 (custom-initialize-safe-default): Doc fixes.
4316
4317 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4318 and simplify :init-value again.
4319
4320 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4321 and simplify :init-value again. Delete autoload.
4322
4323 * startup.el (command-line): Use `custom-reevaluate-setting' again
4324 for tooltip-mode.
4325
4326 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4327 a defcustom with two :initialize keywords.
4328
4329 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4330
4331 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4332 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4333 (allout-post-command-business, allout-flag-region)
4334 (isearch-reenable-font-lock, allout-yank)
4335 (allout-insert-latex-header, allout-insert-latex-trailer)
4336 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4337 (allout-latex-verb-quote): Fix typos in docstrings.
4338 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4339 (allout-unprotected, allout-prefix-data):
4340 Improve argument/docstring consistency.
4341 (allout-chart-subtree): Fix argument spec.
4342 (allout-open-topic): Rename `use_sib_bullet' argument to
4343 `use-sib-bullet'. Doc fix.
4344
4345 * whitespace.el (whitespace-check-buffer-leading)
4346 (whitespace-check-buffer-trailing)
4347 (whitespace-check-buffer-indent)
4348 (whitespace-check-buffer-spacetab)
4349 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4350 (whitespace-check-leading-whitespace)
4351 (whitespace-check-trailing-whitespace)
4352 (whitespace-check-spacetab-whitespace)
4353 (whitespace-check-indent-whitespace)
4354 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4355 (whitespace-modes): Fix typos in docstrings.
4356 (defgroup, defcustom): Doc fixes.
4357
4358 * winner.el (winner-mode, winner-boring-buffers)
4359 (winner-pending-undo-ring): Doc fixes.
4360 (winner-ring): Remove unneeded `progn'.
4361 (winner-equal): `defsubst' it.
4362 (winner-redo): Fix message.
4363
4364 2005-07-13 Kim F. Storm <storm@cua.dk>
4365
4366 * simple.el (line-move-1): Always use vertical-motion to
4367 do the last (or only) line move to ensure some movement.
4368 Undo 2005-06-23 change--don't check for overlays.
4369
4370 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4371
4372 * term/mac-win.el (ccl-encode-mac-roman-font)
4373 (ccl-encode-mac-centraleurroman-font)
4374 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4375 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4376 Change charset-id boundary of dimension to ?\xef.
4377 (mac-char-fontspec-list): New constant.
4378 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4379 argument. Nil uses itself as family in font-spec. Previous
4380 behavior for nil is now provided by non-nil non-string argument.
4381 All callers changed. Add font-specs for Mac fonts to
4382 "fontset-default" unless iso8859-1 fonts are installed.
4383
4384 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4385
4386 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4387 a continuation line if the \ is preceded by SPC or TAB.
4388 (sh-get-indent-info): Simplify.
4389 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4390 Use with-current-buffer.
4391
4392 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4393 when the matched text is empty.
4394
4395 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4396
4397 * startup.el (command-line): Revert to previous handling of
4398 tooltip-mode. Explain in comment why the complexity is needed.
4399
4400 * tooltip.el (tooltip-mode): Revert to previous implementation of
4401 its defcustom.
4402
4403 * frame.el (blink-cursor-mode): Revert to previous implementation
4404 of its defcustom. Update comment.
4405
4406 2005-07-12 Lars Hansen <larsh@soem.dk>
4407
4408 * desktop.el: Update e-mail address.
4409
4410 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4411
4412 * term/mac-win.el (mac-services-mail-selection)
4413 (mac-services-mail-to): New functions.
4414 (mac-application-menu-map): Bind them.
4415
4416 2005-07-12 wulei <milton@wulei.net> (tiny change)
4417
4418 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4419
4420 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4421
4422 * custom.el (custom-reevaluate-setting): Doc fix.
4423
4424 2005-07-11 Jay Belanger <belanger@truman.edu>
4425
4426 * calc/calc.el (calc-embedded-announce-formula-alist)
4427 (calc-embedded-open-close-plain-alist)
4428 (calc-embedded-open-close-mode-alist): Add checks for additional
4429 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4430
4431 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4432
4433 * custom.el (custom-enable-theme): Don't add theme to
4434 `custom-enabled-themes' with `push' because there is no
4435 setf-method for `delq'.
4436
4437 2005-07-11 Richard M. Stallman <rms@gnu.org>
4438
4439 * custom.el (custom-declare-variable): Doc fix.
4440
4441 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4442 from the alists.
4443
4444 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4445 Do nothing if edebug-active.
4446
4447 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4448 (edebug-display): Do it here instead.
4449
4450 2005-07-10 Richard M. Stallman <rms@gnu.org>
4451
4452 * cus-face.el (custom-theme-set-faces): Make it work.
4453 (custom-reset-faces): Doc fix.
4454 (custom-theme-reset-internal-face, custom-theme-face-value):
4455 Functions deleted.
4456
4457 * custom.el (custom-push-theme): Maintain list of the settings
4458 of a given theme in its theme-settings property.
4459 Maintain position of old settings in the theme-value
4460 or theme-face property.
4461 (custom-enabled-themes): New variable.
4462 (custom-theme-enabled-p): New function.
4463 (provide-theme): Update custom-enabled-themes.
4464 Disable and reenable the `user' theme.
4465 (require-theme): Doc fix.
4466 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4467 (custom-theme-value, custom-theme-variable-value): Likewise.
4468 (custom-theme-reset-internal): Likewise.
4469 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4470 (custom-enable-theme, custom-disable-theme): New functions.
4471 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4472 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4473 (custom-theme-reset-variables): Simplify.
4474 (deftheme, custom-declare-theme, custom-make-theme-feature):
4475 Definitions moved.
4476
4477 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4478
4479 * longlines.el (longlines-show-region)
4480 (longlines-unshow-hard-newlines): Recognize hard newlines by
4481 non-nil hard property, instead of t.
4482
4483 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4484
4485 * viper-cmd.el (viper--key-maps): New variable.
4486 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4487 emulation-mode-map-alists.
4488 (viper-envelop-ESC-key): Use viper-subseq.
4489 (viper-search-forward/backward/next): Disable debug-on-error.
4490
4491 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4492 (viper-ESC-key): New defcustoms.
4493
4494 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4495
4496 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4497 (viper-subseq): Copy of subseq from cl.el.
4498
4499 * viper.el (viper-go-away, viper-set-hooks): Use
4500 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4501
4502 * viper-mous.el (viper-current-frame-saved): Use defvar.
4503
4504 * viper-init.el: Get rid of -face in face names.
4505
4506 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4507 Make it work with longlines mode
4508
4509 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4510
4511 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4512
4513 * ediff-init.el: Get rid of -face in face names.
4514
4515 2005-07-10 Richard M. Stallman <rms@gnu.org>
4516
4517 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4518 and with-timeout-unsuspend.
4519
4520 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4521 and with-timeout-unsuspend.
4522
4523 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4524 (with-timeout): Bind that variable to record timers.
4525 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4526
4527 * emacs-lisp/debug.el (debug-help-follow): New function.
4528 (debugger-mode-map): Use that instead of help-follow.
4529 (debugger-setup-buffer): Use eval-buffer-list
4530 to handle eval-buffer frames.
4531
4532 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4533
4534 * timezone.el (timezone-parse-date): Change first regexp
4535 so it will not mistakenly match dates with no time zone.
4536
4537 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4538
4539 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4540
4541 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4542
4543 * custom.el (custom-initialize-safe-set)
4544 (custom-initialize-safe-default): New functions.
4545
4546 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4547 and simplify :init-value.
4548
4549 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4550 and simplify :init-value. Delete obsolete comment.
4551
4552 * startup.el (command-line): Use `custom-reevaluate-setting' to
4553 handle `tooltip-mode'. Delete obsolete comment.
4554
4555 * files.el (set-visited-file-name): Avoid calling
4556 `file-name-nondirectory' with a nil argument.
4557
4558 2005-07-09 Richard M. Stallman <rms@gnu.org>
4559
4560 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4561 was called with nil for the buffer, handle the read position right.
4562 Handle read position for eval-region, too.
4563
4564 2005-07-09 Juri Linkov <juri@jurta.org>
4565
4566 * fringe.el (fringe-mode): Add period in docstring.
4567 (fringe-query-style): Build prompt depending on `all-frames' arg.
4568
4569 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4570 to not create links to unrelated functions in the Help buffer.
4571
4572 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4573 Doc fix.
4574
4575 * simple.el (next-error-hook): New variable.
4576 (next-error): Use it. Doc fix.
4577
4578 * textmodes/ispell.el (ispell-command-loop): Add current
4579 dictionary name and program name to mode-line-format.
4580 (ispell-region, ispell-process-line): Add current dictionary name
4581 and program name to messages.
4582
4583 2005-07-08 Jay Belanger <belanger@truman.edu>
4584
4585 * calc/calc.el (calc-embedded-announce-formula-alist)
4586 (calc-embedded-open-close-formula-alist)
4587 (calc-embedded-open-close-word-alist)
4588 (calc-embedded-open-close-plain-alist)
4589 (calc-embedded-open-close-new-formula-alist)
4590 (calc-embedded-open-close-mode-alist)
4591 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4592 (calc-embedded-mode-hook): New variables.
4593
4594 * calc/calc-embed.el (calc-embedded-firsttime)
4595 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4596 New variables.
4597 (calc-do-embedded): Use calc-embedded-firsttime,
4598 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4599 determine whether or not to run hooks.
4600 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4601 calc-embedded-firsttime-formula appropriately.
4602 Set calc-embedded delimiter variables according to mode.
4603
4604 2005-07-08 Richard M. Stallman <rms@gnu.org>
4605
4606 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4607 Check for "emacs", etc., as entire symbol, not just as word.
4608 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4609
4610 * files.el (set-visited-file-name): Report the error
4611 for "empty filename" earlier.
4612 (kill-some-buffers): Ignore buffers already dead.
4613
4614 * fringe.el (fringe-mode): Doc fix.
4615
4616 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4617 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4618 Use unwind-protect to ensure byte-compile-unresolved-functions
4619 is updated.
4620
4621 * whitespace.el (whitespace-buffer-leading-cleanup):
4622 Simplify w/ skip-chars-forward.
4623 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4624
4625 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4626 Unconditionally try to leave point at the same old place.
4627
4628 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4629
4630 * comint.el (comint-postoutput-scroll-to-bottom)
4631 (comint-show-maximum-output): Take scroll-margin into consideration.
4632
4633 2005-07-08 Kim F. Storm <storm@cua.dk>
4634
4635 * ido.el (ido-use-filename-at-point): New choice `guess'.
4636 (ido-file-internal): Try ffap-guesser if selected.
4637
4638 * ido.el (ido-before-fallback-functions): New hook.
4639 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4640 (ido-read-file-name): Run it.
4641
4642 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4643
4644 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4645 strings rather than a list of symbols to the completion function.
4646
4647 2005-07-07 Jay Belanger <belanger@truman.edu>
4648
4649 * calc/calc-units.el (math-apply-units): Change the places in
4650 which units are simplified.
4651
4652 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4653
4654 * cus-edit.el (customize-option, customize-option-other-window):
4655 Make them handle aliases.
4656
4657 * custom.el (custom-variable-p): Make it recursively follow
4658 aliases. Mention that in the docstring.
4659
4660 2005-07-07 Richard M. Stallman <rms@gnu.org>
4661
4662 * cus-start.el (exec-path): Use `directory' instead of `file'.
4663 Fix tag for nil.
4664
4665 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4666
4667 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4668 when called non-interactively. Doc fix.
4669
4670 2005-07-07 Lute Kamstra <lute@gnu.org>
4671
4672 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4673 new address as well.
4674
4675 2005-07-07 Kenichi Handa <handa@m17n.org>
4676
4677 * international/mule.el (make-coding-system):
4678 Describe `ascii-incompatible' property in the docstring.
4679 (set-file-name-coding-system): Signal an error if coding-system is
4680 ascii-incompatible.
4681 (set-keyboard-coding-system): Likewise.
4682
4683 * international/mule-cmds.el (set-default-coding-systems):
4684 Don't set default-file-name-coding-system and
4685 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4686
4687 * international/utf-16.el: Declare that all UTF-16-based coding
4688 systems are ASCII-incompatible.
4689
4690 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4691
4692 * progmodes/gud.el: Require font-lock for displaying errors.
4693 Used by gdb-ui.el.
4694
4695 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4696
4697 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4698 values for the pattern lists which are `read'able but not
4699 `append'able (like symbols).
4700
4701 2005-07-06 Richard M. Stallman <rms@gnu.org>
4702
4703 * progmodes/flymake.el (flymake-float-time): Instead of
4704 with-no-warnings, test for xemacs.
4705 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4706 to avoid warning.
4707
4708 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4709
4710 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4711
4712 2005-07-05 Lute Kamstra <lute@gnu.org>
4713
4714 * battery.el: Add support for Darwin (with much debugging help
4715 from Samuel Lauber <sam124@operamail.com>).
4716 (battery-status-function, battery-echo-area-format)
4717 (battery-mode-line-format): Add support for pmset on Darwin.
4718 (battery-load-low, battery-load-critical): New user options.
4719 (battery-pmset): New function.
4720
4721 2005-07-05 Lute Kamstra <lute@gnu.org>
4722
4723 Update FSF's address in GPL notices.
4724
4725 * textmodes/page-ext.el: Update FSF's address.
4726
4727 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4728
4729 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4730 filling from using prefix when filling a single-line docstring.
4731
4732 * progmodes/flymake.el: Remove useless eval-when-compile.
4733
4734 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4735
4736 2005-07-04 Richard M. Stallman <rms@gnu.org>
4737
4738 * textmodes/org.el (org-file-apps-defaults-gnu):
4739 Rename from org-file-apps-defaults-linux.
4740 (org-default-apps): Don't test system-type for `linux'.
4741 (org-file-apps): Doc fix.
4742
4743 2005-07-04 David Ponce <david@dponce.com>
4744
4745 * tree-widget.el: Improve header Commentary section.
4746 (tree-widget) [defgroup]
4747 (tree-widget-image-enable, tree-widget-themes-directory)
4748 (tree-widget-theme, tree-widget-image-properties-emacs)
4749 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4750 (tree-widget-image-formats, tree-widget-control)
4751 (tree-widget-empty-control, tree-widget-leaf-control
4752 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4753 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4754 (tree-widget-keep, tree-widget-after-toggle-functions)
4755 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4756 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4757 :help-echo message.
4758 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4759 (tree-widget-image-properties): Doc fix. Clearer implementation.
4760 (tree-widget--cursors): New constant.
4761 (tree-widget-lookup-image): New function split from
4762 `tree-widget-find-image'. Clearer implementation.
4763 (tree-widget-find-image): Use it.
4764 (tree-widget-button-keymap): Use `set-keymap-parent'.
4765 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4766 Define the sub-widgets here.
4767 (tree-widget-node): Check that :node is not a tree-widget.
4768 (tree-widget-get-super, tree-widget-open-control)
4769 (tree-widget-close-control, tree-widget-empty-control)
4770 (tree-widget-leaf-control, tree-widget-guide)
4771 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4772 (tree-widget-no-handle, tree-widget-value-delete)
4773 (tree-widget-map): Remove.
4774 (tree-widget-children-value-save): Doc fix. Simplified.
4775 (tree-widget-value-create): Update according to previous changes.
4776
4777 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4778
4779 * textmodes/org.el: Leading space replaced by TABS.
4780 (org-recalc-marks, org-table-rotate-recalc-marks)
4781 (org-table-get-specials): Treat "^" and "_" marks.
4782 (org-table-justify-field-maybe): Optional argument NEW.
4783 (org-table-eval-formula): Parsing of the format simplified.
4784 New modes C,I. Honor the %= parameter in the current table.
4785 Avoid unnecessary re-align by using the NEW argument to
4786 `org-table-justify-field-maybe'.
4787 (org-calc-default-modes): Default for date-format mimicks org-mode.
4788 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4789
4790 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4791
4792 * cus-face.el (custom-theme-set-faces): Make it handle face
4793 aliases whose alias declarations are pre- or autoloaded.
4794
4795 2005-07-04 Juri Linkov <juri@jurta.org>
4796
4797 * faces.el (read-face-name): Put the code for getting a face name
4798 from the buffer before adding the faces from the `face' property.
4799 Use `completing-read-multiple' instead of `completing-read'.
4800 Require `crm'. Add default value and post-process the returned
4801 list of faces.
4802
4803 * emacs-lisp/crm.el (crm-find-current-element)
4804 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4805
4806 * emacs-lisp/lisp-mode.el (eval-defun-1):
4807 * emacs-lisp/edebug.el (edebug-eval-defun):
4808 Remove unnecessary quotes.
4809
4810 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4811
4812 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4813 (prolog-indent-level): Fix typo in docstring.
4814
4815 * info.el (Info-history, Info-history-forward)
4816 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4817
4818 * add-log.el (add-change-log-entry):
4819 * comint.el (comint-dynamic-list-input-ring)
4820 (comint-dynamic-list-completions):
4821 * dabbrev.el (dabbrev-expand):
4822 * delim-col.el (delimit-columns-rectangle-line):
4823 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4824 (diff-unified->context):
4825 * ediff-init.el (ediff-abbrev-jobname):
4826 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4827 (ediff-replace-session-activity-marker-in-meta-buffer):
4828 * info.el (Info-summary):
4829 * lpr.el (printify-region):
4830 * printing.el (pr-create-interface):
4831 * ps-print.el (ps-print-quote):
4832 * ses.el (ses-column-widths, ses-print-cell)
4833 (ses-adjust-print-width, ses-center):
4834 * shell.el (shell-file-name-quote-list):
4835 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4836 (strokes-fill-current-buffer-with-whitespace)
4837 (strokes-xpm-for-stroke, strokes-list-strokes)
4838 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4839 * term.el (term-dynamic-list-input-ring)
4840 (term-dynamic-list-completions):
4841 * calc/calc.el (math-format-stack-value):
4842 * emacs-lisp/edebug.el (edebug-display-freq-count):
4843 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4844 (delphi-new-comment-line):
4845 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4846 * progmodes/executable.el (executable-set-magic):
4847 * progmodes/python.el (inferior-python-mode):
4848 * progmodes/scheme.el (scheme-mode-syntax-table):
4849 * progmodes/sh-script.el (sh-maybe-here-document):
4850 * progmodes/sql.el (sql-copy-column):
4851 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4852 * textmodes/bibtex.el (bibtex-mode):
4853 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4854 (sgml-auto-attributes):
4855 * textmodes/table.el (table-insert, table-shorten-cell)
4856 (table--generate-source-scan-lines, table-delete-row)
4857 (*table--cell-delete-char, table--spacify-frame)
4858 (table--horizontally-shift-above-and-below)
4859 (table--cell-insert-char, table--cell-blank-str)
4860 (table--fill-region-strictly):
4861 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4862 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4863
4864 * add-log.el (change-log):
4865 * apropos.el (apropos):
4866 * comint.el (comint-completion, comint-source):
4867 * dabbrev.el (dabbrev):
4868 * delim-col.el (columns):
4869 * diff-mode.el (diff-mode):
4870 * ediff.el (ediff):
4871 * ediff-diff.el (ediff-diff):
4872 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4873 * ediff-mult.el (ediff-mult):
4874 * ediff-ptch.el (ediff-ptch):
4875 * ediff-wind.el (ediff-window):
4876 * facemenu.el (facemenu):
4877 * indent.el (indent):
4878 * info.el (info):
4879 * jka-cmpr-hook.el (compression, jka-compr):
4880 * lpr.el (lpr):
4881 * outline.el (outlines):
4882 * pcmpl-cvs.el (pcmpl-cvs):
4883 * pcmpl-rpm.el (pcmpl-rpm):
4884 * printing.el (printing):
4885 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4886 (ps-print-vertical, ps-print-headers, ps-print-font)
4887 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4888 (ps-print-background, ps-print-printer, ps-print-page)
4889 (ps-print-miscellany):
4890 * ses.el (ses):
4891 * shell.el (shell, shell-directories, shell-faces):
4892 * startup.el (initialization):
4893 * strokes.el (strokes):
4894 * term.el (term):
4895 * uniquify.el (uniquify):
4896 * w32-vars.el (w32):
4897 * calc/calc.el (calc):
4898 * emacs-lisp/bytecomp.el (bytecomp):
4899 * emacs-lisp/cl-indent.el (lisp-indent):
4900 * emacs-lisp/edebug.el (edebug):
4901 * emacs-lisp/elp.el (elp):
4902 * emacs-lisp/testcover.el (testcover):
4903 * emacs-lisp/trace.el (trace):
4904 * emulation/viper-ex.el (viper-ex):
4905 * emulation/viper-mous.el (viper-mouse):
4906 * mail/mailalias.el (mailalias):
4907 * mail/supercite.el (supercite, supercite-frames)
4908 (supercite-attr, supercite-cite, supercite-hooks):
4909 * net/rcompile.el (remote-compile):
4910 * net/rlogin.el (rlogin):
4911 * obsolete/ooutline.el (outlines):
4912 * progmodes/delphi.el (delphi):
4913 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4914 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4915 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4916 (ebnf-optimization):
4917 * progmodes/etags.el (etags):
4918 * progmodes/executable.el (executable):
4919 * progmodes/idlwave.el (idlwave):
4920 * progmodes/pascal.el (pascal):
4921 * progmodes/prolog.el (prolog):
4922 * progmodes/python.el (python):
4923 * progmodes/scheme.el (scheme):
4924 * progmodes/sh-script.el (sh, sh-script):
4925 * progmodes/sql.el (SQL):
4926 * progmodes/tcl.el (tcl):
4927 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4928 * textmodes/enriched.el (enriched):
4929 * textmodes/makeinfo.el (makeinfo):
4930 * textmodes/sgml-mode.el (sgml):
4931 * textmodes/table.el (table-hooks):
4932 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4933 * textmodes/texinfo.el (texinfo):
4934 * textmodes/two-column.el (two-column):
4935 Finish `defgroup' description with period.
4936
4937 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4938 * eshell/esh-var.el (eshell-var):
4939 * progmodes/vhdl-mode.el (vhdl-testbench):
4940 * textmodes/org.el (org): Fix typos in docstrings.
4941
4942 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4943 consistency.
4944
4945 * progmodes/flymake.el (flymake-find-file): Remove.
4946 (flymake-float-time): Use `with-no-warnings'.
4947 (flymake-check-start-time, flymake-check-was-interrupted)
4948 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4949 (flymake-new-err-info): `defvar' at compile time.
4950
4951 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4952
4953 * replace.el (occur-hook): Doc fix.
4954 (occur-1): Don't call `occur-hook' if there are no matches.
4955
4956 2005-07-03 Richard M. Stallman <rms@gnu.org>
4957
4958 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4959 global-map, save the same map.
4960 (global-map): Don't alter it at top level.
4961 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4962 Then alter it here instead.
4963 (tpu-edt-off): Set global-map to the saved one.
4964
4965 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4966 All references simplified.
4967 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4968 (zmacs-regions): Add defvar.
4969 (repeat-complex-command-map): Everything about that deleted.
4970
4971 * textmodes/artist.el (artist-key-is-drawing)
4972 (artist-key-endpoint1, artist-key-poly-point-list)
4973 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4974 (artist-key-compl-table, artist-rb-save-data)
4975 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4976 Don't put them in eval-when-compile.
4977 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4978
4979 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4980 Use with-no-warnings.
4981
4982 * net/browse-url.el (dos-windows-version): Add defvar.
4983
4984 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4985
4986 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4987 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4988 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4989 Add defvar.
4990 (rmail-summary-beginning-of-message): Use with-no-warnings.
4991 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4992
4993 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4994 Use with-no-warnings.
4995
4996 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4997 (c-mark-function): Add point-moving-unit property.
4998 (vi-goto-line): Use with-no-warnings.
4999
5000 * emulation/edt.el (edt-last-copied-word): Add defvar.
5001 (zmacs-region-stays): Likewise.
5002 (edt-mark-section-wisely): Use c-mark-function for C.
5003 Use makr-defun for Fortran.
5004 (time-string): defvar deleted.
5005 (edt-display-the-time): Don't set time-string.
5006
5007 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
5008
5009 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
5010 Don't warn when name is not constant
5011 or for defining the group `emacs'.
5012
5013 * tooltip.el (gud-tooltip-mode): Add defvar.
5014
5015 * startup.el (default-frame-background-mode): Add defvar.
5016
5017 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
5018
5019 * info.el (tool-bar-map): Add defvar.
5020
5021 * dired.el (dnd-protocol-alist): Add defvar.
5022
5023 * dired-aux.el (dired-query): Display question with answer, when
5024 the user answers.
5025
5026 * custom.el (custom-add-option): Doc fix.
5027
5028 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
5029
5030 2005-07-03 Eli Zaretskii <eliz@gnu.org>
5031
5032 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
5033 bogus name from the last change.
5034
5035 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
5036
5037 * custom.el (custom-declare-variable): Fix typos in comment.
5038 (custom-known-themes): Doc fix.
5039 (custom-theme-directory): New defcustom.
5040 (require-theme): Make it check `custom-theme-directory'.
5041
5042 * cus-theme.el (custom-new-theme-mode): New function.
5043 (custom-theme-name, custom-theme-variables, custom-theme-faces)
5044 (custom-theme-description): Add compiler defvars.
5045 (customize-create-theme): Add doc to the "*New Custom Theme*"
5046 buffer. Use `custom-new-theme-mode'.
5047 (custom-theme-write): Put the created buffer in emacs-lisp-mode
5048 and save it to the `custom-theme-directory'. Make this the
5049 default directory of the buffer.
5050
5051 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
5052
5053 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
5054 Fix unbalanced parentheses.
5055
5056 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5057
5058 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
5059 into flymake-mode and delegate to flymake-mode.
5060
5061 * find-file.el (ff-which-function-are-we-in): Clean up.
5062
5063 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
5064
5065 * replace.el (occur-rename-buffer): Fix docstring.
5066
5067 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
5068 (edt-last-copied-word, edt-learn-macro-count)
5069 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
5070 (edt-rect-start-point, edt-user-global-map, rect-start-point)
5071 (time-string, zmacs-region-stays):
5072 * emulation/edt-mapper.el (edt-save-function-key-map)
5073 (EDT-key-name): `defvar' to silence the byte-compiler.
5074
5075 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
5076
5077 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
5078 font-lock-regexp-backslash. Doc fix.
5079 (font-lock-regexp-backslash-grouping-construct): Rename from
5080 font-lock-regexp-backslash-construct. Doc fix.
5081 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
5082 grouping constructs.
5083
5084 2005-07-02 Eli Zaretskii <eliz@gnu.org>
5085
5086 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
5087 updating all the prerequisites.
5088
5089 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
5090
5091 * textmodes/org.el (org-agenda-start-on-weekday)
5092 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
5093 (org-agenda-use-time-grid, org-archive-location)
5094 (org-allow-space-in-links, org-usenet-links-prefer-google)
5095 (org-enable-table-editor, org-export-default-language)
5096 (org-export-html-show-new-buffer, org-fill-paragraph)
5097 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
5098 (org-goto-quit, org-occur, org-eval-in-calendar)
5099 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
5100 (org-agenda-diary-entry, org-remember-help)
5101 (org-table-convert-region, org-at-table-p)
5102 (org-table-move-row-down, org-table-move-row-up)
5103 (org-table-copy-region, org-table-toggle-vline-visibility)
5104 (org-table-get-stored-formulas, org-table-get-specials)
5105 (org-recalc-commands, org-table-eval-formula)
5106 (org-table-formula-substitute-names, orgtbl-make-binding)
5107 (org-format-org-table-html, org-format-table-table-html)
5108 (org-format-table-table-html-using-table-generate-source)
5109 (org-customize): Fix typos in docstrings.
5110 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
5111 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
5112 (org-back-to-heading): Doc fixes.
5113 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
5114 (org-agenda-change-all-lines, org-get-header):
5115 Improve argument/docstring consistency.
5116 (orgtbl-error): Fix error message.
5117
5118 * progmodes/flymake.el (flymake-find-possible-master-files)
5119 (flymake-master-file-compare, flymake-get-line-err-count)
5120 (flymake-highlight-line, flymake-gui-warnings-enabled):
5121 Fix typos in docstrings.
5122 (flymake-parse-line, flymake-get-project-include-dirs-function)
5123 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
5124 Doc fixes.
5125 (flymake-get-project-include-dirs-function)
5126 (flymake-make-err-menu-data):
5127 Improve argument/docstring consistency.
5128
5129 2005-07-01 Lute Kamstra <lute@gnu.org>
5130
5131 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
5132 Catch errors with ignore-errors. Use temporary buffer.
5133 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
5134
5135 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
5136 background color faces.
5137 (facemenu-set-foreground, facemenu-set-background):
5138 Use facemenu-set-face-from-menu.
5139 (facemenu-set-face-from-menu): Treat face names that start with
5140 "fg:" or "bg:" as special.
5141 (facemenu-add-new-color): Don't create faces. Simplify.
5142
5143 2005-06-30 Richard M. Stallman <rms@gnu.org>
5144
5145 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
5146 (crm-find-current-element): Likewise.
5147
5148 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
5149
5150 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
5151
5152 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5153
5154 * arc-mode.el (archive-extract): Make it work as a mouse binding.
5155 (archive-mouse-extract): Make it an obsolete alias.
5156 (archive-mode-map): Don't use archive-mouse-extract any more.
5157 (archive-mode, archive-extract): write-contents-hooks ->
5158 write-contents-functions.
5159 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
5160 first arg.
5161 (archive-rename-entry): Update the call.
5162 (archive-zip-summarize): Remove unused var `method'.
5163 (archive-lzh-summarize): Remove unused var `creator'.
5164
5165 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
5166 dedicated frame upon exit.
5167
5168 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
5169 (archive-zip-extract, archive-zip-expunge)
5170 (archive-zip-update, archive-zip-update-case): Use executable-find.
5171 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
5172 Use restore-buffer-modified-p.
5173 (archive-extract, archive-add-new-member, archive-write-file-member):
5174 Use with-current-buffer.
5175 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
5176
5177 2005-06-30 Andreas Schwab <schwab@suse.de>
5178
5179 * progmodes/gud.el (gud-filter): Remove unneeded progn.
5180
5181 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5182
5183 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
5184
5185 2005-06-30 Juri Linkov <juri@jurta.org>
5186
5187 * faces.el (vertical-border): Inherit from mode-line-inactive
5188 only on tty.
5189
5190 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
5191
5192 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
5193 example, -NLINES in the `occur' docstring).
5194
5195 * replace.el (occur-1): When no matches are found, do not set the
5196 `buffer-read-only' and modified flags for the occur buffer,
5197 because it is deleted.
5198
5199 * emulation/cua-base.el (cua-check-pending-input)
5200 (cua-repeat-replace-region, cua-mode, cua-debug)
5201 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5202 Fix typos in docstrings.
5203
5204 * emulation/cua-gmrk.el (cua-toggle-global-mark)
5205 (cua-cut-region-to-global-mark)
5206 (cua--cut-rectangle-to-global-mark):
5207 Remove period from end of messages.
5208
5209 * emulation/cua-rect.el (cua-do-rectangle-padding):
5210 Remove period from end of messages.
5211 (cua--rectangle-seq-format): Fix typo in docstring.
5212 (cua-sequence-rectangle, cua-fill-char-rectangle):
5213 Improve argument/docstring consistency.
5214
5215 2005-06-29 Juri Linkov <juri@jurta.org>
5216
5217 * faces.el (default-frame-background-mode): New internal variable.
5218 (frame-set-background-mode): Use it.
5219
5220 * startup.el (normal-top-level): Set default-frame-background-mode
5221 instead of frame-background-mode. Before setting it, test for its
5222 nil value. Remove tests for frame-background-mode and frame
5223 parameter `reverse'. Add test for "unspecified-fg".
5224
5225 * term/xterm.el (xterm-rxvt-set-background-mode):
5226 * term/rxvt.el (rxvt-set-background-mode):
5227 Set default-frame-background-mode instead of frame-background-mode.
5228
5229 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5230
5231 * simple.el (set-variable): Warn about obsolete user variables.
5232
5233 * imenu.el (imenu--completion-buffer):
5234 * mouse.el (mouse-buffer-menu-alist):
5235 * msb.el (msb-invisible-buffer-p):
5236 * calendar/diary-lib.el (diary-header-line-format):
5237 * emacs-lisp/pp.el (pp-buffer):
5238 * progmodes/cperl-mode.el (cperl-do-auto-fill):
5239 * textmodes/picture.el (picture-replace-match):
5240 Change space constants followed by a sexp to "?\s ".
5241
5242 * play/decipher.el (decipher-loop-with-breaks):
5243 * textmodes/texinfo.el (texinfo-insert-@item): Change space
5244 constants "protected" from end of line by a comment to "?\s".
5245
5246 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5247
5248 * font-lock.el (save-buffer-state): Use `declare'.
5249
5250 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5251 reset the syntax-table to cperl-mode-syntax-table.
5252 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5253 "foo_print_bar" is not matched as a reserved keyword.
5254
5255 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
5256
5257 * textmodes/org.el (orgtbl-setup): New function, for delayed
5258 setup for the orgtbl commands.
5259 (org-calc-default-modes): New option.
5260 (orgtbl-make-binding): Use `defun' to get better help display.
5261 (org-diary): Call `org-compile-prefix-format'.
5262 (org-table-formula-substitute-names): New function.
5263 (org-agenda-day-view, org-agenda-week-view): New commands.
5264 (org-agenda-toggle-week-view): Command removed.
5265 (org-tbl-menu): Split off from org-org-menu.
5266 (org-mode): Move removal of outline-mode menus to here.
5267 (org-table-formula-debug): New option.
5268 (org-table-insert-row): Keep first field if just "#" or "*".
5269 (org-mode): Paragraph regexps fixed.
5270 (org-table-recalculate-regexp): New constant.
5271 (org-table-justify-field-maybe): Avoid replace if not necessary.
5272 (org-copy-special, org-cut-special): Use `call-interactively'.
5273 (org-table-copy-region): Take region from `interactive' call.
5274 (org-trim): Return string even if no match.
5275 (org-formula): New face.
5276 (org-set-font-lock-defaults): No longer highlight "FIXME".
5277 But highlight formula-related fields in table.
5278 (org-table-p): Use regexp, not fontification.
5279 (org-table-align): Handle white space at end of line.
5280 (org-table-formula-evaluate-inline): New option.
5281 (org-mode): Auto-wrapping in comment lines turned off.
5282 (org-table-copy-down): Evaluate only in copied field, not in
5283 destination.
5284 (org-table-current-formula): Variable removed.
5285 (org-table-store-formulas, org-table-get-stored-formulas)
5286 (org-table-modify-formulas, org-table-replace-in-formulas)
5287 (org-table-maybe-eval-formula): New functions.
5288 (org-table-get-formula): Modify to use stored formulas.
5289 (org-table-insert-column, org-table-delete-column)
5290 (org-table-move-column): Call `org-table-modify-formulas'.
5291 (org-complete): Add completion for keyword formulas.
5292 (orgtbl-mode): Pull orgtbl-mode-map to start of
5293 minor-mode-map-alist.
5294
5295 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5296
5297 * progmodes/python.el (python-check): Require `compile' before
5298 modifying its variables.
5299
5300 * newcomment.el (comment-indent-default): Don't get fooled by an early
5301 end of buffer.
5302
5303 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5304
5305 * ps-print.el (ps-print-version): Fix version number.
5306
5307 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
5308
5309 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5310
5311 2005-06-28 Richard M. Stallman <rms@gnu.org>
5312
5313 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5314 (flyspell-local-mouse-map): Declaration deleted.
5315 (flyspell-mouse-map): Bind only mouse-2.
5316 (flyspell-mode-map): Don't test flyspell-use-local-map.
5317 (flyspell-overlay-keymap-property-name): Var deleted.
5318 (flyspell-mode-on): Don't make local bindings for
5319 flyspell-mouse-map and flyspell-mode-map.
5320 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5321
5322 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5323
5324 * progmodes/compile.el (compilation-next-error-function):
5325 Don't switch buffers; operate on the current buffer.
5326
5327 * progmodes/compile.el (compilation-error-file-name)
5328 (compilation-warning-file-name, compilation-info-file-name)
5329 (compilation-line-number, compilation-column-number): New faces.
5330 (compilation-error-face, compilation-warning-face)
5331 (compilation-info-face, compilation-line-face)
5332 (compilation-column-face): Use them.
5333
5334 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5335
5336 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5337
5338 * bindings.el (global-map): Bind insertchar and its variants.
5339
5340 2005-06-27 Richard M. Stallman <rms@gnu.org>
5341
5342 * textmodes/artist.el (artist-text-overwrite)
5343 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5344
5345 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5346
5347 * ps-print.el: It was not working the page selection for printing.
5348 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5349 (ps-print-version): New version 6.6.7.
5350 (ps-end-sheet): New fun.
5351 (ps-header-sheet, ps-end-job): Call it.
5352
5353 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5354
5355 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5356
5357 2005-06-27 Lute Kamstra <lute@gnu.org>
5358
5359 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5360 background color faces.
5361 (facemenu-get-face): Delete function.
5362 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5363 (facemenu-add-new-color): Make second argument mandatory.
5364 Create the appropriate face and return it. Simplify.
5365 (facemenu-set-foreground, facemenu-set-background): Don't check if
5366 color is defined. Use return value of facemenu-add-new-color.
5367
5368 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5369
5370 * progmodes/gud.el (gud-filter): Add missing argument to
5371 with-selected-window.
5372
5373 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5374
5375 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5376 a :require to the defcustom.
5377
5378 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5379 defcustoms corresponding to minor modes.
5380
5381 2005-06-26 David Ponce <david@dponce.com>
5382
5383 * recentf.el: Require tree-widget instead of wid-edit.
5384 (recentf-filename-handler): Fix widget :type.
5385 (recentf-cancel-dialog, recentf-open-more-files)
5386 (recentf-open-files-action): Doc fix.
5387 (recentf-dialog-goto-first): New function.
5388 (recentf-dialog-mode-map): Set parent keymap first.
5389 (recentf-dialog-mode): Define with define-derived-mode.
5390 Don't display continuation lines in dialogs.
5391 (recentf-edit-list): Rename from recentf-edit-selected-items.
5392 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5393 Simplify.
5394 (recentf-edit-list-validate): New function.
5395 (recentf-edit-list): Update accordingly.
5396 (recentf-open-files-item-shift): Remove.
5397 (recentf-open-files-item): Convert menu elements into tree and
5398 link widgets. Don't create the widgets.
5399 (recentf-open-files): Update accordingly.
5400 (recentf-save-list): Untabify.
5401
5402 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5403
5404 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5405 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5406 partially contained in the active region. Do not take active
5407 region into account when called from Lisp, unless INTERACTIVE arg
5408 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5409 avoid trouble with fields. Make marker point nowhere when no
5410 longer used. Always return nil. Doc fix.
5411 (flush-lines): Add INTERACTIVE arg. Do not take active region
5412 into account when called from Lisp, unless INTERACTIVE arg is
5413 non-nil. Use `forward-line' instead of `beginning-of-line' to
5414 avoid trouble with fields. Make marker point nowhere when no
5415 longer used. Always return nil. Doc fix.
5416 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5417 interchangeable. Do not take active region into account when
5418 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5419 message in echo area when called from Lisp, unless INTERACTIVE arg
5420 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5421 Return the number of matches. Doc fix.
5422 (occur): Doc fix.
5423 (perform-replace): Make comment follow double space convention for
5424 the sake of `outline-minor-mode'.
5425
5426 * faces.el (facep): Doc fix.
5427
5428 2005-06-25 Richard M. Stallman <rms@gnu.org>
5429
5430 * facemenu.el (facemenu-enable-faces-p): New function.
5431 (facemenu-background-menu, facemenu-foreground-menu)
5432 (facemenu-face-menu): Add menu-enable property.
5433
5434 * jka-compr.el (jka-compr-insert-file-contents):
5435 Special handling if cannot find the uncompression program.
5436
5437 * cus-face.el (custom-face-attributes): Add autoload.
5438
5439 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5440 Bind comment-indent-function locally.
5441
5442 * window.el (save-selected-window): Use save-current-buffer.
5443
5444 * subr.el (with-selected-window): Use save-current-buffer.
5445
5446 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5447 and with-current-buffer.
5448
5449 2005-06-24 Richard M. Stallman <rms@gnu.org>
5450
5451 * simple.el (line-move-1): Fix previous change.
5452
5453 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5454
5455 * replace.el (occur-1): Set `buffer-read-only' and the
5456 buffer-modified flag before running `occur-hook' to protect
5457 against unintentional buffer switches that can lead to data loss.
5458
5459 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5460
5461 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5462 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5463 initial error.
5464
5465 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5466 after fresh input.
5467 (gdb-var-create-handler): Put name of expression in quotes.
5468
5469 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5470
5471 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5472 elements of RING in order, and without bogus nil elements.
5473
5474 2005-06-23 Richard M. Stallman <rms@gnu.org>
5475
5476 * simple.el (set-variable): Args renamed; doc fix.
5477 (line-move-1): When there are overlays around, use vertical-motion.
5478
5479 * faces.el (escape-glyph): Use brown against light background.
5480 (nobreak-space): Rename from no-break-space.
5481 Fix previous change.
5482
5483 * dired-aux.el (dired-do-copy): Fix arg prompt.
5484
5485 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5486
5487 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5488
5489 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5490 rather than "Distributor".
5491
5492 2005-06-23 Lute Kamstra <lute@gnu.org>
5493
5494 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5495 (debug-on-entry): Use it. New interactive declaration that uses
5496 function-called-at-point.
5497
5498 2005-06-23 Kim F. Storm <storm@cua.dk>
5499
5500 * subr.el (save-match-data): Add comment about using evaporate arg
5501 to set-match-data.
5502
5503 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5504
5505 * cus-edit.el (customize-face)
5506 (customize-face-other-window): Handle face aliases.
5507
5508 * faces.el (face-documentation, set-face-attribute)
5509 (face-spec-set): Handle face aliases.
5510
5511 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5512
5513 * help-mode.el (help-make-xrefs): If a symbol representing a face
5514 name is not followed by the word "face", it could still be a
5515 function or variable name, so don't bypass other checks.
5516
5517 2005-06-22 Juri Linkov <juri@jurta.org>
5518
5519 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5520 Replace aliased functions with calls where second arg `inherit' is t.
5521
5522 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5523
5524 * progmodes/gdb-ui.el (gdb-error): New variable.
5525 (gdb-error): New function.
5526 (gdb-annotation-rules): Act on error-begin and error annotations.
5527 (gdb-concat-output): Use font-lock-warning-face for errors.
5528
5529 2005-06-22 Miles Bader <miles@gnu.org>
5530
5531 * bindings.el (propertized-buffer-identification): Use renamed
5532 `Buffer-menu-buffer' face.
5533
5534 * faces.el (vertical-border): Rename from `vertical-divider'.
5535 (escape-glyph): Change dark-background color back to `cyan'.
5536
5537 2005-06-21 Juri Linkov <juri@jurta.org>
5538
5539 * faces.el (face-user-default-spec): Try getting `customized-face'
5540 prior to `saved-face'.
5541 (frame-background-mode): Refill docstring.
5542
5543 * emacs-lisp/lisp-mode.el (eval-defun-1):
5544 * emacs-lisp/edebug.el (edebug-eval-defun):
5545 Set `saved-face' temporarily to nil before calling form.
5546 Set `customized-face' to the new spec after that.
5547
5548 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5549
5550 * subr.el (1value, lambda, key-substitution-in-progress):
5551 Doc fixes.
5552
5553 * autoinsert.el (auto-insert-alist):
5554 * ses.el (ses-call-printer):
5555 * subr.el (noreturn):
5556 * emacs-lisp/lisp.el (check-parens):
5557 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5558 * net/browse-url.el (browse-url-mosaic):
5559 * progmodes/cc-defs.el (c-safe-scan-lists):
5560 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5561 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5562 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5563 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5564 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5565 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5566
5567 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5568
5569 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5570
5571 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5572
5573 * calendar/appt.el (appt-make-list): Activate the package, if
5574 not already active (for backwards compatibility).
5575
5576 2005-06-20 Kim F. Storm <storm@cua.dk>
5577
5578 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5579
5580 2005-06-20 Miles Bader <miles@gnu.org>
5581
5582 * faces.el (vertical-divider): New face.
5583
5584 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5585
5586 * simple.el (kill-whole-line): Doc fix.
5587 (next-error-buffer-p, next-error-find-buffer)
5588 (clone-indirect-buffer): Fix typos in docstrings.
5589 (comment-line-break-function): Doc fix: don't say variable
5590 is automatically buffer-local (it isn't).
5591
5592 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5593
5594 * net/tramp-ftp.el (top):
5595 * net/tramp-smb.el (top):
5596 * net/tramp-util.el (top):
5597 * net/tramp-uu.el (top):
5598 * net/tramp-vc.el (top):
5599 * net/tramp.el (top): Revert copyright years back to original
5600 ones. Tramp has a life outside GNU Emacs.
5601
5602 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5603
5604 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5605
5606 2005-06-18 Juri Linkov <juri@jurta.org>
5607
5608 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5609 end of first regexp to limit the match to the position between
5610 line number and source line with same separator character as used
5611 between file name and line number. In the second regexp limit
5612 mouse-face area to file name and line number by adding new group
5613 for them and referring it in HYPERLINK arg.
5614 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5615 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5616 previous line where grep markers may be already removed.
5617
5618 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5619
5620 * progmodes/ps-mode.el: Update version and maintainer's email address.
5621
5622 2005-06-18 Steve Youngs <steve@xemacs.org>
5623
5624 * net/browse-url.el (browse-url-browser-function)
5625 (browse-url-default-browser): Add firefox.
5626 (browse-url-firefox-program, browse-url-firefox-arguments)
5627 (browse-url-firefox-startup-arguments)
5628 (browse-url-firefox-new-window-is-tab): New defcustoms.
5629 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5630
5631 2005-06-17 Richard M. Stallman <rms@gnu.org>
5632
5633 * startup.el (command-line): Warn if specified user name has
5634 no home directory.
5635
5636 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5637 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5638
5639 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5640 Doc fixes.
5641
5642 * faces.el (underline): Try bold if terminal doesn't support underline.
5643
5644 * mail/sendmail.el (mail-setup-with-from): New variable.
5645 (mail-insert-from-field): New function.
5646 (sendmail-send-it): Call it.
5647 (mail-setup): Optionally call it here.
5648
5649 * term/linux.el: Call tty-no-underline.
5650
5651 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5652
5653 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5654
5655 2005-06-17 Miles Bader <miles@gnu.org>
5656
5657 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5658 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5659 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5660 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5661 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5662 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5663 Remove "-face" suffix from face names.
5664 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5665 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5666 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5667 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5668 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5669 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5670 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5671 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5672 New backward-compatibility aliases for renamed faces.
5673 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5674 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5675 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5676 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5677 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5678 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5679 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5680 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5681 Use renamed ediff faces.
5682
5683 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5684 Remove "-face" suffix from face names.
5685 (eshell-test-ok-face, eshell-test-failed-face):
5686 New backward-compatibility aliases for renamed faces.
5687 (eshell-run-test): Use renamed eshell-test faces.
5688
5689 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5690 face name.
5691 (eshell-prompt-face): New backward-compatibility alias for renamed
5692 face.
5693 (eshell-emit-prompt): Use renamed eshell-prompt face.
5694
5695 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5696 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5697 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5698 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5699 Remove "-face" suffix from face names.
5700 (eshell-ls-directory-face, eshell-ls-symlink-face)
5701 (eshell-ls-executable-face, eshell-ls-readonly-face)
5702 (eshell-ls-unreadable-face, eshell-ls-special-face)
5703 (eshell-ls-missing-face, eshell-ls-archive-face)
5704 (eshell-ls-backup-face, eshell-ls-product-face)
5705 (eshell-ls-clutter-face):
5706 New backward-compatibility aliases for renamed faces.
5707 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5708
5709 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5710 Remove "-face" suffix from face name.
5711 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5712 instead of literal face.
5713
5714 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5715
5716 * emacs-lisp/warnings.el (display-warning, lwarn)
5717 (warning-minimum-log-level): Doc fixes.
5718 (warning-minimum-level, warning-minimum-log-level):
5719 Add :debug to :type choices.
5720
5721 * progmodes/ada-mode.el (ada-format-paramlist)
5722 (ada-get-indent-case, ada-check-matching-start)
5723 (ada-check-defun-name, ada-goto-matching-decl-start)
5724 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5725 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5726 (ada-make-subprogram-body): Follow error conventions.
5727 (ada-case-exception-file, ada-indent-comment-as-code)
5728 (ada-indent-handle-comment-special, ada-indent-renames)
5729 (ada-indent-return, ada-search-directories-internal)
5730 (ada-tab-policy, ada-case-exception-substring)
5731 (ada-other-file-alist, ada-matching-start-re)
5732 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5733 (ada-imenu-generic-expression, ada-compile-goto-error)
5734 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5735 (ada-popup-menu, ada-add-extensions, ada-mode)
5736 (ada-region-selected, ada-create-case-exception)
5737 (ada-create-case-exception-substring, ada-after-keyword-p)
5738 (ada-activate-keys-for-case, ada-adjust-case-region)
5739 (ada-adjust-case-buffer, ada-format-paramlist)
5740 (ada-scan-paramlist, ada-insert-paramlist)
5741 (ada-indent-newline-indent)
5742 (ada-indent-newline-indent-conditional)
5743 (ada-justified-indent-current, ada-goto-previous-word)
5744 (ada-indent-current, ada-get-indent-open-paren)
5745 (ada-get-indent-paramlist, ada-get-indent-end)
5746 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5747 (ada-get-indent-block-start, ada-get-indent-subprog)
5748 (ada-get-indent-noindent, ada-get-indent-label)
5749 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5750 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5751 (ada-goto-stmt-end, ada-goto-next-word)
5752 (ada-check-matching-start, ada-check-defun-name)
5753 (ada-goto-matching-decl-start, ada-goto-matching-start)
5754 (ada-goto-matching-end, ada-search-ignore-string-comment)
5755 (ada-in-decl-p, ada-looking-at-semi-or)
5756 (ada-looking-at-semi-private, ada-in-paramlist-p)
5757 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5758 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5759 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5760 (ada-previous-package, ada-create-menu)
5761 (ada-fill-comment-paragraph-justify)
5762 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5763 (ada-other-file-name, ada-last-which-function-line)
5764 (ada-last-which-function-subprog, ada-which-function)
5765 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5766 (ada-gen-treat-proc, ada-check-emacs-version)
5767 (ada-continuation-indent, ada-align-region-separate):
5768 Fix typos in docstrings.
5769 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5770
5771 2005-06-16 Lute Kamstra <lute@gnu.org>
5772
5773 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5774 conditionally.
5775
5776 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5777
5778 * comint.el (comint-replace-by-expanded-filename)
5779 (comint-prompt-regexp, comint-delimiter-argument-list)
5780 (comint-preinput-scroll-to-bottom):
5781 * info.el (Info-hide-cookies-node):
5782 * ls-lisp.el (ls-lisp-classify):
5783 * find-file.el (ff-search-directories, ff-special-constructs)
5784 (ff-find-other-file):
5785 * font-lock.el (font-lock-keywords):
5786 * shell.el (shell-prompt-pattern)
5787 (shell-dynamic-complete-functions, shell-mode)
5788 (shell-delimiter-argument-list):
5789 * term.el (term-replace-by-expanded-filename)
5790 (term-prompt-regexp, term-delimiter-argument-list):
5791 * woman.el (woman-ignore, woman0-if):
5792 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5793 * emacs-lisp/elint.el (elint-init-env):
5794 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5795 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5796 * language/ethio-util.el (ethio-tilde-escape)
5797 (ethio-use-three-dot-question):
5798 * net/zone-mode.el (zone-mode-load-time-setup):
5799 * progmodes/cc-align.el (c-lineup-argcont):
5800 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5801 * progmodes/cperl-mode.el (cperl-set-style-back):
5802 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5803 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5804 Fix spellings in docstrings.
5805
5806 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5807 * progmodes/modula2.el (m2-for): Fix spellings.
5808
5809 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5810
5811 * simple.el (undo-more): Don't use `format' on `error' arguments.
5812 Improve argument/docstring consistency.
5813 (pending-undo-list): Doc fix.
5814
5815 * smerge-mode.el (smerge-ensure-match):
5816 * emulation/vip.el (vip-ex):
5817 * net/zone-mode.el (zone-mode-update-serial):
5818 * progmodes/idlwave.el (idlwave-complete):
5819 * progmodes/vhdl-mode.el (vhdl-visit-file)
5820 (vhdl-compose-wire-components):
5821 Don't use `format' on `error' arguments.
5822
5823 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5824 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5825 (tooltip-help-tips): Fix typos in docstrings.
5826
5827 2005-06-16 David Ponce <david@dponce.com>
5828
5829 * tree-widget.el (tree-widget-value-create): Simplify last change.
5830
5831 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5832
5833 * ido.el (ido-incomplete-regexp): New variable.
5834 (ido-set-matches-1): Handle invalid-regexp error and set
5835 ido-incomplete-regexp.
5836 (ido-incomplete-regexp): New face.
5837 (ido-completions): Use it.
5838 (ido-complete, ido-exit-minibuffer, ido-completions):
5839 Handle incomplete regexps.
5840 (ido-completions): Add check for complete match when entering a regexp.
5841
5842 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5843
5844 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5845
5846 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5847
5848 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5849 by field delimiters.
5850
5851 2005-06-15 David Ponce <david@dponce.com>
5852
5853 * tree-widget.el: eval-and-compile inlined functions so they will
5854 be available at run-time too.
5855 (tree-widget-super-format-handler)
5856 (tree-widget-format-handler): Remove.
5857 (tree-widget-value-create): Handle the :indent property.
5858
5859 2005-06-15 Miles Bader <miles@gnu.org>
5860
5861 * progmodes/which-func.el (which-func): Only inherit
5862 `font-lock-function-name-face' when that makes sense against the
5863 default mode-line face, otherwise set the face color explicitly.
5864
5865 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5866 faces instead of (non-existent) variables.
5867
5868 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5869
5870 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5871 (iswitchb-get-matched-buffers): Likewise. Simplify.
5872
5873 2005-06-14 Miles Bader <miles@gnu.org>
5874
5875 * progmodes/ld-script.el (ld-script-location-counter):
5876 Remove "-face" suffix from face name.
5877 (ld-script-location-counter-face):
5878 New backward-compatibility alias for renamed face.
5879 (ld-script-location-counter-face): Use renamed face.
5880
5881 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5882 (cperl-hash): Remove "-face" suffix from face names.
5883 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5884 New backward-compatibility aliases for renamed faces.
5885 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5886 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5887
5888 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5889 name.
5890 (which-func-face): New backward-compatibility alias for renamed face.
5891 (which-func-format): Use renamed which-func face.
5892
5893 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5894 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5895 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5896 names.
5897 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5898 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5899 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5900 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5901 (vhdl-speedbar-architecture-selected)
5902 (vhdl-speedbar-configuration-selected)
5903 (vhdl-speedbar-package-selected)
5904 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5905 names.
5906 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5907 Use renamed faces.
5908 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5909 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5910 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5911 Use renamed faces.
5912 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5913 names.
5914 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5915 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5916 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5917 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5918 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5919 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5920
5921 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5922 face name.
5923 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5924 (sh-heredoc-face): Use renamed sh-heredoc face.
5925
5926 * progmodes/idlw-help.el (idlwave-help-link):
5927 Remove "-face" suffix from face name.
5928 (idlwave-help-link-face):
5929 New backward-compatibility alias for renamed face.
5930 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5931
5932 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5933 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5934 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5935 New backward-compatibility aliases for renamed faces.
5936 (idlwave-shell-disabled-breakpoint-face)
5937 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5938
5939 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5940 Remove "-face" suffix from face names.
5941 (flymake-errline-face, flymake-warnline-face):
5942 New backward-compatibility aliases for renamed faces.
5943 (flymake-highlight-line): Use renamed flymake faces.
5944
5945 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5946 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5947 (ebrowse-member-class, ebrowse-progress):
5948 Remove "-face" suffix from face names.
5949 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5950 (ebrowse-file-name-face, ebrowse-default-face)
5951 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5952 (ebrowse-progress-face):
5953 New backward-compatibility aliases for renamed faces.
5954 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5955 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5956 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5957 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5958
5959 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5960 antlr-syntax)
5961 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5962 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5963 names.
5964 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5965 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5966 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5967 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5968 backward-compatibility aliases for renamed faces.
5969 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5970 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5971 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5972 remove "font-lock-". Use renamed antlr-mode faces.
5973 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5974 literal face-names with face variable references.
5975
5976 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5977 face name.
5978 (Buffer-menu-buffer-face): New backward-compatibility alias for
5979 renamed face.
5980 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5981
5982 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5983
5984 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5985 Eliminate "-face" suffix.
5986 (makefile-targets): Inherit from font-lock-function-name-face and
5987 eliminate "-face" suffix.
5988 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5989 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5990 actions, instead of prepending, to make it less visible.
5991 (makefile-previous-dependency, makefile-match-dependency):
5992 Don't match a target on a continuation line.
5993
5994 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5995
5996 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5997
5998 * progmodes/gdb-ui.el (menu): Re-order menu items.
5999 (gdb-tooltip-print): Respect tooltip-use-echo-area.
6000
6001 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
6002 Define in tooltip.el.
6003 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
6004 (gud-tooltip-tips): Respect tooltip-use-echo-area and
6005 gud-tooltip-echo-area.
6006
6007 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
6008 backward compatibility and make obsolete.
6009 (tooltip-help-tips): Use tooltip-use-echo-area.
6010 (tooltip-show-help-function): Rename to...
6011 (tooltip-show-help): ...this, because it is a function.
6012 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
6013
6014 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6015
6016 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
6017 (edebug-print-length, edebug-print-level, edebug-print-circle)
6018 (edebug-modify-breakpoint, edebug-eval-last-sexp)
6019 (edebug-eval-print-last-sexp): Doc fixes.
6020
6021 2005-06-14 Kim F. Storm <storm@cua.dk>
6022
6023 * ido.el (ido-mode): Make a new keymap every time we enable ido,
6024 as the coverage buffer/file/both may change.
6025
6026 2005-06-14 Lute Kamstra <lute@gnu.org>
6027
6028 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
6029 and run-mode-hooks. Simplify.
6030
6031 * mail/rmailedit.el (rmail-edit-mode):
6032 * progmodes/octave-inf.el (inferior-octave-mode):
6033 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
6034
6035 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
6036 and run-mode-hooks.
6037 (recentf-edit-list, recentf-open-files): Don't call
6038 kill-all-local-variables directly.
6039
6040 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
6041
6042 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
6043
6044 * emacs-lisp/byte-run.el (make-obsolete)
6045 (define-obsolete-function-alias): Rename arguments FUNCTION and
6046 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
6047 (make-obsolete-variable, define-obsolete-variable-alias):
6048 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
6049 respectively.
6050
6051 * isearchb.el (isearchb-activate):
6052 * pcvs.el (cvs-mode):
6053 * ses.el (ses-load):
6054 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
6055 * net/tramp.el (tramp-find-file-exists-command)
6056 (tramp-find-shell):
6057 * progmodes/ada-mode.el (ada-create-case-exception)
6058 (ada-create-case-exception-substring, ada-make-subprogram-body):
6059 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6060 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
6061 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
6062 * textmodes/org.el (org-promote, org-evaluate-time-range)
6063 (org-agenda-next-date-line, org-agenda-previous-date-line)
6064 (org-agenda-error, org-open-at-point, org-table-move-row)
6065 (org-format-table-table-html-using-table-generate-source)
6066 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
6067 * textmodes/reftex.el (reftex-access-scan-info):
6068 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
6069 (reftex-toc-promote-prepare): Follow error conventions.
6070
6071 * diff-mode.el (diff-mode): Fix typo in docstring.
6072
6073 * forms.el (forms--intuit-from-file): Fix reference to
6074 `forms-number-of-fields' in error message.
6075 (forms-print): Fix quoting in error message.
6076
6077 * forms.el (forms-mode):
6078 * emulation/vi.el (vi-goto-insert-state):
6079 * progmodes/flymake.el (flymake-new-err-info)
6080 (flymake-start-syntax-check-for-current-buffer)
6081 (flymake-simple-cleanup):
6082 * eshell/esh-var.el (eshell/export):
6083 * progmodes/gud.el (xdb):
6084 * textmodes/flyspell.el (flyspell-incorrect-hook)
6085 (flyspell-maybe-correct-transposition)
6086 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
6087
6088 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
6089
6090 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
6091 minibuffer prompt.
6092
6093 2005-06-13 Kim F. Storm <storm@cua.dk>
6094
6095 * subr.el (add-to-ordered-list): New defun.
6096
6097 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
6098 add cua--keymap-alist to emulation-mode-map-alists.
6099
6100 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6101
6102 * subr.el (complete-in-turn): New macro.
6103 (dynamic-completion-table, lazy-completion-table): Add debug info.
6104
6105 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
6106 in preference to face aliases.
6107
6108 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
6109 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
6110 Remove unused vars `start' and `firstline'.
6111 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
6112 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
6113
6114 2005-06-13 Eli Zaretskii <eliz@gnu.org>
6115
6116 * cus-start.el (all): Don't complain about missing GTK-related
6117 variables, unless either `gtk' is boundp or this isn't a
6118 `windows-nt' build.
6119
6120 2005-06-13 Lute Kamstra <lute@gnu.org>
6121
6122 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
6123 run-mode-hooks.
6124
6125 * ediff-mult.el (ediff-meta-mode):
6126 * ediff-util.el (ediff-mode): Use run-mode-hooks.
6127
6128 * ledit.el (ledit-mode): Use delay-mode-hooks.
6129
6130 * woman.el (woman-mode-line-format): Delete constant.
6131 (woman-mode-map): Initialize it properly.
6132 (woman-mode): Set mode-class property to special.
6133 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
6134 Set major-mode and mode-name. Don't set mode-line-format directly.
6135 (Man-getpage-in-background): Don't reference woman-mode-line-format.
6136
6137 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
6138 string argument obsolete.
6139
6140 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
6141
6142 * textmodes/org.el (org-CUA-compatible): New option.
6143 (org-disputed-keys): New variable.
6144 (org-key): New function.
6145 (orgtbl-make-binding): Add docstring to the created function.
6146 (org-mode): Set paragraph start/separate regexps.
6147 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
6148 (org-archive-location, org-archive-mark-done)
6149 (org-archive-stamp-time): New options.
6150 (org-archive-subtree): New command.
6151 (org-fill-paragraph): New function.
6152 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
6153 (org-fake-empty-table-line): Function removed.
6154 (org-format-org-table-html): Do not create empty table lines at
6155 separator lines. Improved table header treatment.
6156 (org-link-format): New option.
6157 (org-make-link): New function.
6158 (org-insert-link, org-store-link): Use org-make-link.
6159 (org-open-file): Quote file name for shell command, to allow
6160 spaces in file names.
6161 (org-link-regexp): Fix bug with mailto link.
6162 (org-link-maybe-angles-regexp, org-protected-link-regexp):
6163 New constants.
6164 (org-export-as-html): Deal with the optional angles around a link.
6165 Better treatment of file: links.
6166 (org-open-at-point): Replace @{ and @} with < and >.
6167 (org-run-mode-hooks): Function removed.
6168 (org-agenda-mode): No longer use `org-run-mode-hooks'.
6169
6170 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
6171
6172 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
6173 MI command -data-list-register-values.
6174 (gdb-post-prompt): Indent properly.
6175
6176 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
6177
6178 * hilit-chg.el (highlight-changes-colors): Rename from
6179 `highlight-changes-colours'.
6180 (highlight-changes-colours): Keep as obsolete alias.
6181 (highlight-changes-face-list): Doc fix.
6182 (hilit-chg-make-list): Use `highlight-changes-colors'.
6183
6184 2005-06-12 Mark A. Hershberger <mah@everybody.org>
6185
6186 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
6187 defun-prompt-regexp.
6188
6189 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6190
6191 * loadup.el: Don't say we are dumping under 2 names on windows-nt
6192 and cygwin.
6193
6194 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6195 Don't use an old loaddefs.el, as in Makefile.in.
6196
6197 2005-06-12 Lute Kamstra <lute@gnu.org>
6198
6199 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6200
6201 * man.el (Man-mode-map): Initialize it properly.
6202 (Man-mode): Set mode-class property to special.
6203
6204 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6205
6206 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6207
6208 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6209 A newline is needed in the docstring there.
6210
6211 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6212 Doc fixes.
6213
6214 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6215
6216 * printing.el: Doc fix. The menubar is no more changed when printing
6217 is loaded, it only changes when pr-menu-bind or pr-update-menus is
6218 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
6219 (pr-version): New version number (6.8.4).
6220 (pr-menu-bind): New command.
6221 (pr-update-menus): Docstring and code fix.
6222 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6223 Docstring fix.
6224 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6225 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6226
6227 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
6228
6229 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6230 "Returns" to "return", document useful return values, etc.
6231
6232 2005-06-11 Alan Mackenzie <acm@muc.de>
6233
6234 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6235 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6236 (adaptive-file-function): Minor amendment to doc-string.
6237
6238 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6239
6240 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
6241 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6242 Fix :type--it is `integer', not `string'.
6243
6244 * faces.el (modeline-highlight): Rename from (the erroneous)
6245 `modeline-higilight'.
6246
6247 2005-06-11 Lute Kamstra <lute@gnu.org>
6248
6249 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6250 lisp-interaction-mode-map but make it the parent.
6251 (edebug-eval-mode): Use define-derived-mode.
6252
6253 2005-06-11 Andreas Schwab <schwab@suse.de>
6254
6255 * bindings.el: Add binding of `ESC functionkey' for every
6256 `M-functionkey'.
6257 * hexl.el (hexl-mode-map): Likewise.
6258
6259 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
6260
6261 * progmodes/compile.el (compilation-error-regexp-alist-alist)
6262 [msft]: update regexp for newer msft compilers.
6263
6264 2005-06-10 Mark A. Hershberger <mah@everybody.org>
6265
6266 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6267 ATTLIST portions of included DTDs.
6268 (xml-parse-dtd): Eliminate use of inefficient match-data.
6269
6270 2005-06-10 Miles Bader <miles@gnu.org>
6271
6272 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6273 (mpuz-text): Remove "-face" suffix from face names.
6274 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6275 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6276 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6277
6278 * play/gomoku.el (gomoku-O, gomoku-X):
6279 Remove "-face" suffix from face names.
6280 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6281 New backward-compatibility aliases for renamed faces.
6282 (gomoku-font-lock-keywords): Use renamed gomoku faces.
6283
6284 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6285
6286 * thumbs.el: Fixes for changes of 2005-06-09.
6287 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6288 as a directory.
6289 (thumbs-thumbname): Remove directory separator from format string;
6290 `thumbs-thumbsdir' now returns a valid directory name.
6291 (thumbs-temp-dir): New defsubst.
6292 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6293 Use it.
6294
6295 * cus-edit.el (minibuffer):
6296 * files.el (make-backup-file-name-function):
6297 * filesets.el (filesets-external-viewers):
6298 * hilit-chg.el (highlight-changes-colours)
6299 (highlight-changes-face-list, highlight-changes-rotate-faces):
6300 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6301 * kmacro.el (kmacro-call-macro):
6302 * log-edit.el (log-edit-changelog-full-paragraphs):
6303 * mouse.el (mouse-1-click-follows-link):
6304 * skeleton.el (skeleton-autowrap):
6305 * subr.el (insert-for-yank-1):
6306 * tempo.el (tempo-insert-region):
6307 * terminal.el (terminal-emulator):
6308 * time.el (display-time-mail-face):
6309 * vc.el (vc-annotate):
6310 * vcursor.el (vcursor-copy-line):
6311 * woman.el (woman-bold-headings, woman-ignore)
6312 (woman-default-faces, woman-monochrome-faces):
6313 * calendar/todo-mode.el (todo-insert-threshold):
6314 * emulation/pc-select.el (pc-select-selection-keys-only)
6315 (pc-selection-mode):
6316 * emulation/vip.el (vip-find-char-forward):
6317 * emulation/viper-cmd.el (viper-find-char-forward):
6318 * international/mule-cmds.el
6319 (select-safe-coding-system-accept-default-p)
6320 (input-method-exit-on-invalid-key):
6321 * international/mule-diag.el (describe-coding-system):
6322 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6323 * net/browse-url.el (browse-url-xterm-program):
6324 * obsolete/lazy-lock.el (lazy-lock-mode):
6325 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6326 (cperl-mode):
6327 * progmodes/cpp.el (cpp-face-light-name-list)
6328 (cpp-face-dark-name-list):
6329 * progmodes/delphi.el (delphi-newline-always-indents):
6330 Fix spellings in docstrings.
6331
6332 * ido.el (ido-mode, ido-file-extensions-order)
6333 (ido-default-file-method, ido-default-buffer-method)
6334 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6335 (ido-decorations, ido-read-file-name-as-directory-commands)
6336 (ido-read-file-name-non-ido, ido-work-directory-list)
6337 (ido-ignore-item-temp-list, ido-current-directory)
6338 (ido-magic-forward-char, ido-enter-find-file)
6339 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6340 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6341
6342 2005-06-10 Lute Kamstra <lute@gnu.org>
6343
6344 * play/dunnet.el (dun-mode): Use define-derived-mode.
6345 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6346 obsolete alias.
6347
6348 * play/doctor.el (doctor-mode-map): Remove defvar.
6349 (doctor-mode): Use define-derived-mode.
6350
6351 * mail/mspools.el (mspools-mode):
6352 * net/eudc-hotlist.el (eudc-hotlist-mode):
6353 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6354
6355 2005-06-10 Miles Bader <miles@gnu.org>
6356
6357 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6358 Remove "-face" suffix from face names.
6359 (flyspell-incorrect-face, flyspell-duplicate-face):
6360 New backward-compatibility aliases for renamed faces.
6361 (flyspell-mode-on, make-flyspell-overlay)
6362 (flyspell-highlight-incorrect-region)
6363 (flyspell-highlight-duplicate-region)
6364 (flyspell-display-next-corrections)
6365 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6366
6367 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6368 from face name.
6369 (texinfo-heading-face): New backward-compatibility alias for
6370 renamed face.
6371 (texinfo-heading-face): Use renamed texinfo-heading face.
6372
6373 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6374 suffix from face names.
6375 (tex-math-face, tex-verbatim-face):
6376 New backward-compatibility aliases for renamed faces.
6377 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6378 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6379 literal face name.
6380
6381 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6382 name.
6383 (table-cell-face): New backward-compatibility alias for renamed face.
6384 (table--put-cell-face-property, table--update-cell-face):
6385 Use renamed table-cell face.
6386
6387 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6388 from face name.
6389 (sgml-namespace-face): New backward-compatibility alias for
6390 renamed face.
6391 (sgml-namespace-face): Use renamed sgml-namespace face.
6392
6393 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6394 (org-level-4, org-level-5, org-level-6, org-level-7)
6395 (org-level-8, org-warning, org-headline-done)
6396 (org-deadline-announce, org-scheduled-today)
6397 (org-scheduled-previously, org-link, org-done, org-table)
6398 (org-time-grid): Remove "-face" suffix from face names.
6399 (org-level-1-face, org-level-2-face, org-level-3-face)
6400 (org-level-4-face, org-level-5-face, org-level-6-face)
6401 (org-level-7-face, org-level-8-face, org-warning-face)
6402 (org-headline-done-face, org-deadline-announce-face)
6403 (org-scheduled-today-face, org-scheduled-previously-face)
6404 (org-link-face, org-done-face, org-table-face)
6405 (org-time-grid-face):
6406 New backward-compatibility aliases for renamed faces.
6407 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6408 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6409 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6410 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6411
6412 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6413 (viper-minibuffer-emacs, viper-minibuffer-insert)
6414 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6415 (viper-search-face, viper-replace-overlay-face)
6416 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6417 (viper-minibuffer-vi-face):
6418 New backward-compatibility aliases for renamed faces.
6419 (viper-search-face, viper-replace-overlay-face)
6420 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6421 (viper-minibuffer-vi-face): Use renamed viper faces.
6422
6423 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6424 Remove "-face" suffix from face names.
6425 (testcover-nohits-face, testcover-1value-face):
6426 New backward-compatibility aliases for renamed faces.
6427 (testcover-mark): Use renamed testcover faces.
6428
6429 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6430 face name.
6431 (diary-button-face): New backward-compatibility alias for renamed face.
6432 (diary-entry): Use renamed diary-button face.
6433
6434 * calendar/calendar.el (diary, calendar-today, holiday)
6435 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6436 (diary-face, calendar-today-face, holiday-face):
6437 New backward-compatibility aliases for renamed faces.
6438 (eval-after-load "facemenu", diary-entry-marker)
6439 (calendar-today-marker, calendar-holiday-marker, diary-face):
6440 Use renamed calendar faces.
6441
6442 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6443 (compare-windows-face): New backward-compatibility alias for
6444 renamed face.
6445 (compare-windows-highlight): Use renamed compare-windows face.
6446
6447 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6448 (strokes-char-face): New backward-compatibility alias for renamed face.
6449 (strokes-encode-buffer): Use renamed strokes-char face.
6450
6451 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6452 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6453 Remove "-face" suffix from face names.
6454 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6455 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6456 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6457 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6458 Use renamed pcvs faces.
6459 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6460 * pcvs-defs.el (cvs-mode-map): Likewise.
6461 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6462
6463 * info.el (info-title-1, info-title-2, info-title-3)
6464 (info-title-4): Remove "-face" suffix from and downcase face names.
6465 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6466 (Info-title-4-face):
6467 New backward-compatibility aliases for renamed faces.
6468 (Info-fontify-node): Use renamed info faces.
6469
6470 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6471 Remove "-face" suffix from face names.
6472 (highlight-changes-face, highlight-changes-delete-face):
6473 New backward-compatibility aliases for renamed faces.
6474 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6475 (hilit-chg-make-list): Use renamed highlight-changes faces.
6476
6477 * generic-x.el (show-tabs-tab, show-tabs-space):
6478 Remove "-face" suffix from face names.
6479 (show-tabs-tab-face, show-tabs-space-face):
6480 New backward-compatibility aliases for renamed faces.
6481 (show-tabs-generic-mode-font-lock-defaults-1)
6482 (show-tabs-generic-mode-font-lock-defaults-2):
6483 Use renamed show-tabs faces.
6484
6485 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6486 (smerge-markers): Remove "-face" suffix from face names.
6487 (smerge-mine-face, smerge-other-face, smerge-base-face)
6488 (smerge-markers-face):
6489 New backward-compatibility aliases for renamed faces.
6490 (smerge-mine-face, smerge-other-face, smerge-base-face)
6491 (smerge-markers-face): Use renamed smerge faces.
6492
6493 * log-view.el (log-view-file, log-view-message): Remove "-face"
6494 suffix from face names.
6495 (log-view-file-face, log-view-message-face):
6496 New backward-compatibility aliases for renamed faces.
6497 (log-view-file-face, log-view-message-face): Use renamed log-view
6498 faces.
6499
6500 * paren.el (show-paren-match, show-paren-mismatch):
6501 Remove "-face" suffix from face names.
6502 (show-paren-match-face, show-paren-mismatch-face):
6503 New backward-compatibility aliases for renamed faces.
6504 (show-paren-function): Use renamed show-paren faces.
6505
6506 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6507 (ruler-mode-margins, ruler-mode-fringes)
6508 (ruler-mode-column-number, ruler-mode-fill-column)
6509 (ruler-mode-comment-column, ruler-mode-goal-column)
6510 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6511 suffix from face names.
6512 (ruler-mode-default-face, ruler-mode-pad-face)
6513 (ruler-mode-margins-face, ruler-mode-fringes-face)
6514 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6515 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6516 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6517 New backward-compatibility aliases for renamed faces.
6518 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6519 (ruler-mode-column-number, ruler-mode-fill-column)
6520 (ruler-mode-comment-column, ruler-mode-goal-column)
6521 (ruler-mode-tab-stop, ruler-mode-current-column)
6522 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6523 faces.
6524
6525 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6526 face name.
6527 (whitespace-highlight-the-space): Use renamed face.
6528 (whitespace-highlight-face): New backward-compatibility alias for
6529 renamed face.
6530
6531 * woman.el (woman-italic, woman-bold, woman-unknown)
6532 (woman-addition, woman-symbol-face):
6533 Remove "-face" suffix from face names.
6534 (woman-italic-face, woman-bold-face, woman-unknown-face)
6535 (woman-addition-face):
6536 New backward-compatibility aliases for renamed faces.
6537 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6538 (woman-decode-region, woman-replace-match)
6539 (woman-display-extended-fonts, woman-special-characters)
6540 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6541 Use renamed woman faces.
6542
6543 * longlines.el (longlines-visible-face): Face removed.
6544
6545 * diff-mode.el (diff-header, diff-file-header, diff-index)
6546 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6547 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6548 suffix from face names.
6549 (diff-header-face, diff-file-header-face, diff-index-face)
6550 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6551 (diff-changed-face, diff-function-face, diff-context-face)
6552 (diff-nonexistent-face): New backward-compatibility aliases for
6553 renamed faces.
6554 (diff-header-face, diff-file-header-face)
6555 (diff-index, diff-index-face, diff-hunk-header)
6556 (diff-hunk-header-face, diff-removed, diff-removed-face)
6557 (diff-added, diff-added-face, diff-changed-face, diff-function)
6558 (diff-function-face, diff-context-face, diff-nonexistent)
6559 (diff-nonexistent-face): Use renamed diff-mode faces.
6560
6561 * progmodes/compile.el (compilation-warning-face)
6562 (compilation-info-face): Remove "-face" suffix from face names.
6563 (compilation-warning-face, compilation-info-face):
6564 New backward-compatibility aliases for renamed faces.
6565 (compilation-warning-face, compilation-info-face):
6566 Use renamed compilation faces.
6567
6568 * add-log.el (change-log-date, change-log-name)
6569 (change-log-email, change-log-file, change-log-list)
6570 (change-log-conditionals, change-log-function)
6571 (change-log-acknowledgement): Remove "-face" suffix from face names.
6572 (change-log-date-face, change-log-name-face)
6573 (change-log-email-face, change-log-file-face)
6574 (change-log-list-face, change-log-conditionals-face)
6575 (change-log-function-face, change-log-acknowledgement-face):
6576 New backward-compatibility aliases for renamed faces.
6577 (change-log-font-lock-keywords): Use renamed change-log faces.
6578
6579 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6580 (custom-set, custom-changed, custom-saved, custom-button)
6581 (custom-button-pressed, custom-documentation, custom-state)
6582 (custom-comment, custom-comment-tag, custom-variable-tag)
6583 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6584 (custom-group-tag): Remove "-face" suffix from face names.
6585 (custom-magic-alist, custom-magic-value-create)
6586 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6587 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6588 (custom-set-face, custom-changed-face, custom-saved-face)
6589 (custom-button-face, custom-button-pressed-face)
6590 (custom-documentation-face, custom-state-face)
6591 (custom-comment-face, custom-comment-tag-face)
6592 (custom-variable-tag-face, custom-variable-button-face)
6593 (custom-face-tag-face, custom-group-tag-face-1)
6594 (custom-group-tag-face):
6595 New backward-compatibility aliases for renamed faces.
6596
6597 * wid-edit.el (widget-documentation, widget-button)
6598 (widget-field, widget-single-line-field, widget-inactive)
6599 (widget-button-pressed): "-face" suffix removed from face names.
6600 (widget-documentation-face, widget-button-face)
6601 (widget-field-face, widget-single-line-field-face)
6602 (widget-inactive-face, widget-button-pressed-face):
6603 New backward-compatibility aliases for renamed faces.
6604 (widget-documentation-face, widget-button-face)
6605 (widget-button-pressed-face, widget-specify-field)
6606 (widget-specify-inactive): Use renamed widget faces.
6607
6608 2005-06-10 Kenichi Handa <handa@m17n.org>
6609
6610 * term/x-win.el (x-clipboard-yank): Remove condition-case
6611 wrapping.
6612
6613 2005-06-11 Kenichi Handa <handa@m17n.org>
6614
6615 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6616 date lines stricter.
6617
6618 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6619
6620 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6621 of x-get-selection.
6622
6623 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6624
6625 * comint.el (comint-mode, comint-snapshot-last-prompt):
6626 * frame.el (frame-current-scroll-bars):
6627 * term.el (term-mode, term-check-proc, term-input-sender)
6628 (term-simple-send, term-extract-string, term-word)
6629 (term-match-partial-filename):
6630 * window.el (window-current-scroll-bars):
6631 * emulation/cua-base.el (cua-normal-cursor-color)
6632 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6633 (cua-global-mark-cursor-color):
6634 * mail/undigest.el (rmail-forward-separator-regex):
6635 Fix typos in docstrings.
6636
6637 * comint.el (comint-check-proc, make-comint-in-buffer)
6638 (comint-source-default): Doc fixes.
6639
6640 * term.el (term-send-string): Improve argument/docstring consistency.
6641
6642 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6643
6644 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6645 call to `delete-region'.
6646 (comint-mode-hook): Do not enable Font Lock by default.
6647
6648 2005-06-09 Lute Kamstra <lute@gnu.org>
6649
6650 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6651 could be void.
6652
6653 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6654
6655 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6656 (debug): Use it.
6657 (debugger-step-through, debugger-continue, debugger-jump)
6658 (debugger-return-value): Set it when needed.
6659 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6660 Use inhibit-read-only.
6661
6662 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6663
6664 * window.el (shrink-window-if-larger-than-buffer)
6665 (window-size-fixed): Fix typo in docstring.
6666
6667 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6668 thumbnails directory on loading.
6669 (thumbs-conversion-program): Use `eq' to check the system type,
6670 not `equal'.
6671 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6672 not "/tmp". Fix docstring.
6673 (thumbs-thumbsdir): New function to return the thumbnails
6674 directory, creating it if needed.
6675 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6676 (thumbs-temp-file): Delete variable and make it into a function.
6677 (thumbs-resize-image, thumbs-modify-image): Use it.
6678 (thumbs-kill-buffer): Simplify.
6679 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6680 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6681 docstrings.
6682
6683 2005-06-09 Kim F. Storm <storm@cua.dk>
6684
6685 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6686 set-match-data to free markers in match-data.
6687
6688 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6689 match-data to unchain markers in match-data.
6690
6691 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6692
6693 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6694 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6695 unnecessary now.
6696
6697 2005-06-08 Richard M. Stallman <rms@gnu.org>
6698
6699 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6700 give the variable a doc string that doesn't say don't set it directly.
6701
6702 * textmodes/ispell.el (ispell-check-version):
6703 Use match-string-no-properties.
6704 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6705 (ispell-buffer-local-words): Likewise.
6706
6707 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6708 except on terminals with enough colors to really display it.
6709 (makefile-dependency-regex): Delete spurious `bb'.
6710
6711 * faces.el (escape-glyph): Use blue once again in last case.
6712 (no-break-space): Redefine so that it isn't invisible on a tty.
6713
6714 2005-06-08 Kim F. Storm <storm@cua.dk>
6715
6716 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6717 also when reading directory name.
6718
6719 2005-06-08 Lute Kamstra <lute@gnu.org>
6720
6721 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6722 (flyspell-mode-line-string): Remove autoload cookie.
6723 (flyspell-mode): Remove defvar.
6724
6725 2005-06-07 Lute Kamstra <lute@gnu.org>
6726
6727 * textmodes/org.el (org-run-mode-hooks): New function.
6728 (org-agenda-mode): Use it.
6729
6730 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6731
6732 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6733
6734 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6735
6736 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6737
6738 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6739
6740 * font-lock.el (font-lock-add-keywords): Doc fix.
6741
6742 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6743
6744 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6745 (tex-compile-default): In the absence of any history, use the order in
6746 tex-compile-alist to choose the preferred command.
6747 (tex-compile-commands): Reorder a bit.
6748
6749 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6750 (flyspell-incorrect-face, flyspell-duplicate-face):
6751 Use (X)Emacs-agnostic code.
6752 (flyspell-mode-map): Don't overwrite at each load. Remove code
6753 redundant with the subsequent add-minor-mode. Merge Emacs and
6754 XEmacs code.
6755 (flyspell-word): Minor simplification.
6756 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6757 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6758 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6759 Merge the corresponding Emacs code.
6760 (flyspell-correct-word, flyspell-xemacs-popup):
6761 Use flyspell-do-correct.
6762
6763 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6764 a dedicated window.
6765
6766 * international/latexenc.el (latexenc-find-file-coding-system):
6767 Undo part of last patch, to turn off a compiler warning.
6768
6769 2005-06-06 Juri Linkov <juri@jurta.org>
6770
6771 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6772 Rename `tmm-inactive-face' to `tmm-inactive'.
6773
6774 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6775
6776 * iswitchb.el: Rename faces.
6777
6778 2005-06-06 Kim F. Storm <storm@cua.dk>
6779
6780 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6781 (cua-global-mark): Remove -face suffix from face names.
6782
6783 * emulation/cua-gmrk.el (cua--init-global-mark):
6784 Remove cua-global-mark face setup.
6785
6786 2005-06-06 Richard M. Stallman <rms@gnu.org>
6787
6788 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6789 just like other allowed characters.
6790 (makefile-match-dependency): Exclude leading and training whitespace
6791 from the range of regexp subexp 1.
6792 (makefile-macroassign-regex): Don't try to match the body,
6793 just the name of the macro being defined.
6794
6795 * info.el (Info-read-node-name-2): New function.
6796 (Info-read-node-name-1): Use that.
6797 Add a completion-base-size-function property.
6798
6799 * simple.el (completion-setup-function): Look for
6800 completion-base-size-function property of minibuffer-completion-table.
6801
6802 * files.el (locate-file-completion): Doc fix.
6803
6804 * printing.el: Don't call pr-update-menus; user must do that.
6805
6806 * emacs-lisp/debug.el (debugger-window): New variable.
6807 (debug): Use debugger-window if it is set and still alive.
6808 Record debugger-window for next entry.
6809
6810 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6811
6812 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6813
6814 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6815 (hack-one-local-variable, hack-local-variables)
6816 (hack-local-variables-prop-line): Pass that arg.
6817
6818 2005-06-06 Kim F. Storm <storm@cua.dk>
6819
6820 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6821 (ido-indicator): Remove -face suffix from face names.
6822
6823 2005-06-06 Juri Linkov <juri@jurta.org>
6824
6825 * font-lock.el (font-lock-regexp-backslash)
6826 (font-lock-regexp-backslash-construct): New faces.
6827 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6828 after `('. Add `while-no-input' to control structures.
6829
6830 * faces.el (no-break-space, shadow): New faces.
6831 (escape-glyph): Use less loud colors pink2 and red4.
6832
6833 * diff-mode.el (diff-context-face)
6834 * dired.el (dired-ignored)
6835 * rfn-eshadow.el (file-name-shadow)
6836 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6837
6838 * info.el (Info-title-1-face): Use green instead of yellow because
6839 bold yellow is not readable on light backgrounds.
6840
6841 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6842 before selecting the desired mode to not spend time fontifying
6843 old contents.
6844
6845 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6846
6847 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6848 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6849
6850 * ps-print.el (ps-default-fg, ps-default-bg):
6851 Fix typos in docstrings.
6852
6853 * isearchb.el (isearchb): Don't pass a spurious second argument to
6854 `iswitchb-completions'.
6855
6856 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6857
6858 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6859 to preserve point.
6860 (gdb-find-file-hook): Add doc string.
6861
6862 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6863 C dereferenced pointer expression.
6864 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6865
6866 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6867
6868 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6869 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6870 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6871 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6872 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6873 Make background transparent.
6874
6875 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6876
6877 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6878 (font-lock-remove-keywords): Doc fix.
6879 (font-lock-mode-major-mode): Compiler defvar.
6880 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6881
6882 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6883 (font-lock-mode): Update `font-lock-mode-major-mode'.
6884 (font-lock-set-defaults): Compiler defvar.
6885 (font-lock-default-function): Take `font-lock-mode-major-mode'
6886 into account.
6887
6888 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6889 keep track of which major mode it enabled the minor mode for.
6890 Use find-file-hook again. Update docstring.
6891
6892 * simple.el (eval-expression-print-level)
6893 (eval-expression-print-length, eval-expression-debug-on-error):
6894 Doc fixes.
6895
6896 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6897
6898 * iswitchb.el (iswitchb-single-match-face)
6899 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6900 (iswitchb-invalid-regexp-face): New faces.
6901 (iswitchb-completions): Use them.
6902 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6903 now marked as an obsolete alias.
6904 (iswitchb-read-buffer): Remove check for bound font variables.
6905 (iswitchb-invalid-regexp): New free variable.
6906 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6907 set iswitchb-invalid-regexp.
6908 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6909 invalid regexps.
6910 (iswitchb-completions): Add check for complete match when entering
6911 a regexp.
6912 (iswitchb-completions): Remove require-match argument.
6913 (iswitchb-exhibit): Fix caller.
6914 (iswitchb-common-match-inserted): New variable.
6915 (iswitchb-complete, iswitchb-completion-help): Use it.
6916
6917 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6918
6919 * url-http.el (url-http-chunked-encoding-after-change-function):
6920 Use `url-http-debug' instead of `message'.
6921
6922 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6923
6924 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6925 callback argument.
6926
6927 2005-06-04 Kim F. Storm <storm@cua.dk>
6928
6929 * simple.el (line-move): Only call sit-for when moving backwards.
6930
6931 * ido.el (ido-make-merged-file-list-1): New defun split from
6932 ido-make-merged-file-list.
6933 (ido-make-merged-file-list): Bind throw-on-input around call to
6934 ido-make-merged-file-list-1. Return input-pending-p if
6935 interrupted by more input available.
6936 (ido-read-internal): Handle input-pending-p return value from
6937 ido-make-merged-file-list.
6938
6939 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6940
6941 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6942 compatibility code.
6943
6944 * international/latexenc.el (latexenc-find-file-coding-system):
6945 Don't inherit the EOL part of the coding-system from the
6946 tex-main buffer. Fit within 80 columns.
6947
6948 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6949
6950 * tmm.el (tmm-inactive-face): New face.
6951 (tmm-remove-inactive-mouse-face): New function.
6952 (tmm-prompt, tmm-add-one-shortcut)
6953 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6954 but not selectable.
6955
6956 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6957
6958 * faces.el (face-equal): Improve argument/docstring consistency.
6959
6960 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6961
6962 * progmodes/make-mode.el (makefile-targets-face)
6963 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6964 (makefile-bsdmake-dependency-regex)
6965 (makefile-makepp-rule-action-regex)
6966 (makefile-bsdmake-rule-action-regex): New constants.
6967 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6968
6969 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6970 Allow (...) within `...' for makepp messages.
6971
6972 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6973
6974 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6975
6976 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6977 "." files are deleted from all file lists before comparison.
6978
6979 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6980 (viper-ESC-key): Made them customizable.
6981
6982 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6983
6984 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6985
6986 * autorevert.el (auto-revert-buffers): Use save-match-data.
6987
6988 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6989
6990 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6991 menu items with a nil command binding.
6992
6993 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6994
6995 * emacs-lisp/cl-macs.el (defsetf):
6996 Improve argument/docstring consistency.
6997
6998 * faces.el (list-faces-display): Improve the formatting by
6999 computing the maximum length required for any face-name (reworked
7000 patch of 1999-01-11, accidentally deleted on 1999-07-21).
7001 (internal-find-face): Remove redundant info in docstring.
7002
7003 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
7004
7005 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
7006 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
7007 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
7008 (gdb-assembler-custom): Improve regexps.
7009 (def-gdb-auto-update-handler): Use window point to preserve point.
7010
7011 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7012
7013 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
7014
7015 2005-05-31 Jay Belanger <belanger@truman.edu>
7016
7017 * calc/calc-embed.el (calc-embedded-word): Change argument passed
7018 to calc-embedded.
7019 (calc-embedded-make-info): Have plain prefix argument select
7020 entire line.
7021
7022 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
7023
7024 * faces.el (list-faces-display): Signal error if passed a regexp
7025 that matches no face name.
7026
7027 * simple.el (filter-buffer-substring): Fix typo in docstring.
7028
7029 2005-05-31 Richard M. Stallman <rms@gnu.org>
7030
7031 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
7032 (vhdl-emacs-21): Doc fix.
7033 (vhdl-mode): Unconditionally set comment-padding.
7034 (vhdl-fixup-whitespace-region): Insert spaces only where
7035 there are none.
7036 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
7037
7038 2005-05-30 John Wiegley <johnw@newartisans.com>
7039
7040 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
7041 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
7042 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
7043 `directory-sep-char' to ?/, and all uses of `string-to-int' to
7044 `string-to-number'.
7045
7046 2005-05-30 Jay Belanger <belanger@truman.edu>
7047
7048 * calc/calc.el (calc-bug-address): Fix docstring.
7049 (calc-window-hook, calc-trail-window-hook): New variables.
7050 (calc-trail-display): Restore use of calc-trail-window-hook.
7051 (calc): Restore use of calc-window-hook.
7052
7053 2005-05-31 Masatake YAMATO <jet@gyve.org>
7054
7055 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
7056
7057 * help-fns.el (help-C-file-name): Add autoload mark for
7058 `find-function-noselect'.
7059
7060 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7061
7062 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
7063 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
7064
7065 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7066
7067 * calendar/diary-lib.el (mark-included-diary-files): Only kill
7068 included diary buffer if it was not already being visited.
7069 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
7070
7071 * calendar/icalendar.el (top-level): Do not require 'appt.
7072
7073 * mail/supercite.el (sc-select-attribution): Only use a list
7074 element from sc-attrib-selection-list if it returns a string.
7075 Reported by Davide G. M. Salvetti <salve@debian.org>.
7076
7077 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
7078
7079 * thumbs.el (thumbs-thumbname): The resulting thumbname now
7080 includes a hash value to improve its uniqueness, and has a ".jpg"
7081 extension. Also, it is now a valid filename on all systems.
7082 (thumbs-make-thumb): Use `let', not `let*'.
7083 (thumbs-show-thumbs-list): Check for JPEG availability.
7084
7085 2005-05-30 Richard M. Stallman <rms@gnu.org>
7086
7087 * filesets.el (filesets-menu-ensure-use-cached):
7088 Prevent warning when emacs-version>= is undefined.
7089
7090 * printing.el (pr-interactive-n-up): Use string-to-number.
7091
7092 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
7093
7094 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7095 Warn only when name to be defined is quoted.
7096
7097 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
7098
7099 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
7100 Make regexp more robust.
7101 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
7102 Force regeneration of disassembly.
7103
7104 2005-05-29 Jay Belanger <belanger@truman.edu>
7105
7106 * calc/calc.el (calc-user-invocation): Check if
7107 calc-invocation-macro is non-nil.
7108
7109 2005-05-29 Juri Linkov <juri@jurta.org>
7110
7111 * add-log.el (change-log-font-lock-keywords):
7112 Add `+' to e-mail regexp to accept mail address with keywords.
7113
7114 * man.el (Man-name-regexp): Add `:' to accept qualified names.
7115
7116 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7117
7118 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
7119
7120 * ielm.el (inferior-emacs-lisp-mode): Ditto.
7121
7122 2005-05-29 Richard M. Stallman <rms@gnu.org>
7123
7124 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7125 Undo the change that moves to end of the current word.
7126
7127 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7128
7129 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
7130 Throw error when count <= 0 to ensure input is a number.
7131 (gdb-read-memory-custom): Pick up address from buffer.
7132 (gdb-memory-mode): Allow user to increment and decrement
7133 memory address from header line.
7134
7135 2005-05-29 Richard M. Stallman <rms@gnu.org>
7136
7137 * flyspell.el (flyspell-version): Function deleted.
7138 (flyspell-auto-correct-previous-hook): Doc fix.
7139
7140 * jit-lock.el (jit-lock-function, jit-lock-after-change):
7141 Do nothing if memory is full.
7142
7143 * font-lock.el (font-lock-fontify-syntactically-region):
7144 Pass t for GREEDY to looking-back.
7145
7146 * saveplace.el (save-place-alist-to-file): Write the file
7147 using write-region.
7148
7149 * subr.el (looking-back): New argument GREEDY.
7150
7151 * progmodes/compile.el (compilation-start): Set the mode
7152 before inserting the initial text.
7153
7154 * progmodes/which-func.el (which-func-update-1): Turn the mode
7155 off in case of error by setting which-func-mode.
7156
7157 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
7158
7159 * flyspell.el (flyspell-auto-correct-previous-word):
7160 Narrow down to what's on the screen, and recenter overlays
7161 at the end of the next word.
7162
7163 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7164
7165 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
7166 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
7167 (flyspell-abbrev-p): Default to nil.
7168 (flyspell-use-global-abbrev-table-p): Doc fix.
7169 (flyspell-large-region): Allow nil as value.
7170 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
7171
7172 (mail-mode-flyspell-verify): More robust handling
7173 of `mail-header-separator'. More efficient signature detection.
7174 Allow for regexp metacharacters in message-header-separator.
7175 Adding `To' not to be checked in mail-mode-flyspell-verify.
7176
7177 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
7178 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
7179 Bind flyspell-auto-correct-binding.
7180 Bind C-. and C-, .
7181 (flyspell-mode-map): Likewise.
7182 (flyspell-mode): Doc fix.
7183 (flyspell-accept-buffer-local-defs): Preserve current buffer.
7184 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
7185 (flyspell-word-cache-result): New var, always local.
7186 (flyspell-check-pre-word-p): Doc fix.
7187 (flyspell-check-changed-word-p): Handle spc like newline.
7188 (flyspell-post-command-hook): Set flyspell-word-cache-result.
7189 (flyspell-word-search-backward, flyspell-word-search-forward):
7190 New functions.
7191 (flyspell-word): Return t if nothing to check.
7192 When parsing TeX code, check for after } or \.
7193 Use flyspell-word-search-backward to find previous word.
7194 Return nil if duplicated word.
7195 For word already checked, return same value as last time.
7196 Set flyspell-word-cache-result after checking.
7197 Don't clobber the return value.
7198 (flyspell-get-word): Major rewrite.
7199 (flyspell-external-point-words): New locals pword, pcount.
7200 Fix size used in progress message.
7201 Find the proper corresponding word in flyspell-large-region-buffer.
7202 (flyspell-region): Check for flyspell-large-region = nil.
7203 (flyspell-highlight-incorrect-region): Clean up overlays in region.
7204 (flyspell-auto-correct-word): Check that WORD is a cons.
7205 (flyspell-correct-word): Likewise.
7206
7207 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
7208
7209 * progmodes/make-mode.el (makefile-rule-action-regex)
7210 (makefile-macroassign-regex, makefile-makepp-mode)
7211 (makefile-bsdmake-mode): Continuation lines may be empty.
7212 Reported by Joshua Varner.
7213 (makefile-makepp-font-lock-keywords): Add $(stem).
7214
7215 2005-05-28 Karl Berry <karl@gnu.org>
7216
7217 * textmodes/tex-mode.el: Now that tex-send-command calls
7218 shell-quote-argument (2005-03-31 change), remove all calls to
7219 shell-quote-argument; they all end up invoking tex-send-command.
7220 The double quoting loses on filenames with non-safe characters,
7221 such as "@". Reported by Frederik Fouvry.
7222
7223 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7224
7225 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7226 about preserving point.
7227
7228 2005-05-27 Jay Belanger <belanger@truman.edu>
7229
7230 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7231 Info-goto-node.
7232
7233 * calc/calc-embed.el (calc-embed-arg): New variable.
7234 (calc-do-embedded-activate, calc-embedded-activate-formula)
7235 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7236 variable by new variable.
7237 (calc-embedded-make-info): Replace undeclared variable by new
7238 variable. When selecting region with positive prefix
7239 argument, use end of previous line instead of beginning of line.
7240
7241 * calc/calc-aent.el (calc-arg-values): Declare it.
7242
7243 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7244 Declare them.
7245
7246 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7247
7248 * calc/calc.el (calc-alg-map): Declare it.
7249
7250 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7251
7252 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7253
7254 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7255 (gdb-registers-buffer, toggle-gdb-all-registers):
7256 Toggle display of floating point registers.
7257 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7258
7259 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
7260 (toggle-gud-tooltip-dereference):
7261 Rename from gud-toggle-tooltip-dereference.
7262
7263 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7264
7265 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7266
7267 2005-05-27 Jay Belanger <belanger@truman.edu>
7268
7269 * calc/calc-prog.el (calc-kbd-report): Remove.
7270 (calc-kbd-query): Rewrite.
7271
7272 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
7273
7274 * image.el (image-library-alist): Move to image.c.
7275 (image-type-available-p): Doc fix.
7276
7277 2005-05-27 Lute Kamstra <lute@gnu.org>
7278
7279 * calc/calc.el (calc):
7280 * outline.el (outline-1, outline-2, outline-3, outline-4)
7281 (outline-5, outline-6, outline-7, outline-8):
7282 * textmodes/dns-mode.el (dns-mode):
7283 * textmodes/sgml-mode.el (sgml-namespace-face):
7284 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
7285 (tex-verbatim-face, tex-use-reftex):
7286 * textmodes/texinfo.el (texinfo-heading-face):
7287 Specify customization group.
7288
7289 * longlines.el: Don't require easy-mmode.
7290 (longlines-visible-face): Specify customization group.
7291
7292 2005-05-27 Kenichi Handa <handa@m17n.org>
7293
7294 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7295 encoding table of windows-1251.
7296
7297 * international/ucs-tables.el (ucs-set-table-for-input):
7298 If translation-table-for-input of a coding system is a symbol, get
7299 its translation-table property.
7300
7301 * international/code-pages.el: Don't register a coding system into
7302 non-iso-charset-alist more than once.
7303 (cp-make-coding-system): Likewise.
7304
7305 2005-05-26 John Wiegley <johnw@newartisans.com>
7306
7307 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7308 `eshell-resume-eval' is wrapped in a list, it indicates that the
7309 command was run asynchronously. In that case, unwrap the value
7310 before checking the delimiter value.
7311
7312 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7313 character before a space at the end of a line is \, assume the space
7314 is part of the last argument rather than a final argument separator.
7315
7316 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7317 is in use, and the target is `t' or `nil' (which are the most common
7318 values), don't assume that the symbol target is a buffer.
7319
7320 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7321
7322 * calendar/calendar.el (calendar-mode-line-format):
7323 Use mode-line-highlight as mouse-face.
7324
7325 * time.el (display-time-string-forms, display-time-update):
7326 Use mode-line-highlight as mouse-face.
7327
7328 2005-05-26 Jay Belanger <belanger@truman.edu>
7329
7330 * calc/calc.el (calc-language-alist): Remove extra defvar.
7331
7332 2005-05-26 Lute Kamstra <lute@gnu.org>
7333
7334 * arc-mode.el (archive-mode):
7335 * bookmark.el (bookmark-read-annotation-mode)
7336 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7337 * bs.el (bs-mode):
7338 * calc/calc-yank.el (calc-edit-mode):
7339 * calc/calc.el (calc-mode, calc-trail-mode):
7340 * calculator.el (calculator-mode):
7341 * chistory.el (command-history-mode):
7342 * comint.el:
7343 * cus-edit.el (custom-mode):
7344 * descr-text.el (describe-text-mode):
7345 * ebuff-menu.el (Electric-buffer-menu-mode):
7346 * ediff-util.el (ediff-mode):
7347 * emacs-lisp/re-builder.el (reb-mode):
7348 * emulation/vi.el (vi-mode-setup):
7349 * emulation/ws-mode.el (wordstar-mode):
7350 * eshell/esh-mode.el (eshell-mode):
7351 * forms.el (forms-mode):
7352 * help-mode.el (help-mode):
7353 * hexl.el (hexl-mode):
7354 * ibuffer.el (ibuffer-mode):
7355 * ielm.el (inferior-emacs-lisp-mode):
7356 * info.el (Info-mode, Info-edit-mode):
7357 * international/swedish.el:
7358 * ledit.el (ledit-from-lisp-mode):
7359 * locate.el (locate-mode):
7360 * mail/rmail.el (rmail-mode):
7361 * mail/rmailedit.el (rmail-edit-mode):
7362 * mail/rmailsum.el (rmail-summary-mode):
7363 * mail/supercite.el (sc-electric-mode):
7364 * net/eudc.el (eudc-mode):
7365 * net/quickurl.el (quickurl-list-mode):
7366 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7367 * obsolete/ooutline.el (outline-mode):
7368 * obsolete/options.el (Edit-options-mode):
7369 * obsolete/rnews.el (news-mode):
7370 * obsolete/rnewspost.el (news-reply-mode):
7371 * play/5x5.el (5x5-mode):
7372 * play/decipher.el (decipher-mode, decipher-stats-mode):
7373 * play/gomoku.el (gomoku-mode):
7374 * play/snake.el (snake-mode):
7375 * play/solitaire.el (solitaire-mode):
7376 * play/tetris.el (tetris-mode):
7377 * progmodes/ada-mode.el (ada-mode):
7378 * progmodes/antlr-mode.el (antlr-mode):
7379 * progmodes/autoconf.el (autoconf-mode):
7380 * progmodes/dcl-mode.el (dcl-mode):
7381 * progmodes/delphi.el (delphi-mode):
7382 * progmodes/ebrowse.el (ebrowse-tree-mode)
7383 (ebrowse-electric-list-mode, ebrowse-member-mode)
7384 (ebrowse-electric-position-mode):
7385 * progmodes/f90.el (f90-mode):
7386 * progmodes/fortran.el (fortran-mode):
7387 * progmodes/icon.el (icon-mode):
7388 * progmodes/idlw-help.el (idlwave-help-mode):
7389 * progmodes/idlw-shell.el (idlwave-shell-mode):
7390 * progmodes/idlwave.el (idlwave-mode):
7391 * progmodes/inf-lisp.el (inferior-lisp-mode):
7392 * progmodes/m4-mode.el (m4-mode):
7393 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7394 * progmodes/modula2.el (modula-2-mode):
7395 * progmodes/octave-inf.el (inferior-octave-mode):
7396 * progmodes/octave-mod.el (octave-mode):
7397 * progmodes/pascal.el (pascal-mode):
7398 * progmodes/sh-script.el (sh-mode):
7399 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7400 * progmodes/vhdl-mode.el (vhdl-mode):
7401 * progmodes/xscheme.el (scheme-interaction-mode):
7402 * replace.el (occur-mode):
7403 * ses.el (ses-mode):
7404 * simple.el (completion-list-mode):
7405 * skeleton.el:
7406 * speedbar.el (speedbar-mode):
7407 * term.el (term-mode):
7408 * terminal.el (terminal-edit-mode):
7409 * textmodes/reftex-index.el (reftex-index-mode)
7410 (reftex-index-phrases-mode):
7411 * textmodes/reftex-sel.el (reftex-select-label-mode)
7412 (reftex-select-bib-mode):
7413 * textmodes/reftex-toc.el (reftex-toc-mode):
7414 * wdired.el (wdired-change-to-wdired-mode):
7415 * wid-browse.el (widget-browse-mode):
7416 Use run-mode-hooks.
7417
7418 * array.el (array-mode):
7419 * calendar/todo-mode.el (todo-mode):
7420 * man.el (Man-mode):
7421 * play/landmark.el (lm-mode):
7422 * play/mpuz.el (mpuz-mode):
7423 Use kill-all-local-variables and run-mode-hooks.
7424
7425 * subr.el (delay-mode-hooks): Specify indentation.
7426
7427 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7428
7429 * xml.el (xml-substitute-special): Don't die for undefined xml
7430 entities.
7431
7432 2005-05-26 Jay Belanger <belanger@truman.edu>
7433
7434 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7435 of nil.
7436
7437 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7438
7439 * progmodes/gdb-ui.el (gdb-frame-address):
7440 Rename from gdb-current-address.
7441 (gdb-previous-frame-address): Rename from gdb-previous-address.
7442 (gdb-selected-frame): Rename from gdb-current-frame.
7443 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7444 (gdb-frame-number): Rename from gdb-current-stack-level.
7445 (gdb-ann3): Match new mode-name for disassembly buffer.
7446 Extend initialization of variables.
7447 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7448 (gdb-memory-mode): Use mouse-face in header line.
7449 (gdb-assembler-buffer-name): Call it disassembly and give frame
7450 in mode line.
7451 (gdb-source-spec-regexp, gdb-assembler-custom)
7452 (gdb-invalidate-assembler, gdb-frame-handler):
7453 Make robust to leading zeroes in address format.
7454
7455 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7456
7457 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7458 define `org-mode'.
7459 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7460
7461 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7462
7463 * log-edit.el (log-edit-changelog-entries): Distinguish between
7464 filenames like xfns.c and fns.c.
7465
7466 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7467
7468 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7469 point after reverting.
7470 (Buffer-menu-make-sort-button): Handle the case where
7471 `Buffer-menu-use-header-line' is nil.
7472
7473 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7474
7475 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7476 New funcs. In minibuffer-local-completion-map bind `]', `/'
7477 and `:' to them.
7478
7479 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7480
7481 * startup.el (normal-top-level): Allow modification of load-path while
7482 we're iterating over it.
7483
7484 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7485
7486 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7487 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7488 (thumbs-resize-interactive, thumbs-insert-image)
7489 (thumbs-insert-thumb, thumbs-dired-show-marked)
7490 (thumbs-find-image-at-point, thumbs-delete-images)
7491 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7492 (thumbs-increment-image-size, thumbs-decrement-image-size):
7493 Fix typos in docstrings.
7494
7495 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7496
7497 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7498 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7499 (cperl-mode): Use them.
7500
7501 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7502
7503 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7504 Doc fixes.
7505
7506 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7507
7508 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7509 Bind C-d to gdb-inferior-io-eof.
7510
7511 * dired.el (dired-dnd-popup-notice): Use message-box.
7512
7513 2005-05-23 Masatake YAMATO <jet@gyve.org>
7514
7515 * bindings.el (mode-line-major-mode-keymap):
7516 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7517
7518 * faces.el (mode-line-highlight): New face.
7519
7520 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7521 as mouse-face.
7522
7523 * bindings.el (top-level, help-echo, mode-line-modified)
7524 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7525 as mouse-face.
7526
7527 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7528
7529 * progmodes/cc-engine.el (c-guess-basic-syntax):
7530 Remove spurious call to `zerop'.
7531
7532 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7533
7534 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7535
7536 CC Mode update to 5.30.10:
7537
7538 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7539 could go past the limit in decoration level 2, thereby causing
7540 errors during interactive fontification.
7541
7542 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7543 the file is evaluated interactively.
7544
7545 * cc-engine.el (c-guess-basic-syntax): Handle operator
7546 declarations somewhat better in C++.
7547
7548 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7549 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7550 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7551 (awk-mode): Use it.
7552 (make-local-hook): Suppress warning about obsoleteness.
7553
7554 * cc-engine.el, cc-align.el, cc-cmds.el
7555 (c-append-backslashes-forward, c-delete-backslashes-forward)
7556 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7557 Compensate for return value from `forward-line' when it has moved
7558 but not to a different line due to eob.
7559
7560 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7561 `objc-method-intro' and `objc-method-args-cont'.
7562
7563 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7564
7565 CC Mode update to 5.30.10:
7566
7567 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7568 in the copyright statement. Incidentally, change "along with GNU
7569 Emacs" to "along with this program" where it occurs.
7570
7571 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7572 so that it is interactive, hence can be found by M-x awk-mode
7573 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7574 <gmorris+emacs@ast.cam.ac.uk>.
7575
7576 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7577 Mode's regexps.
7578
7579 2005-05-23 Kevin Ryde <user42@zip.com.au>
7580
7581 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7582 c-parse-state, to avoid a lisp error (on bad code).
7583
7584 2005-05-23 Lute Kamstra <lute@gnu.org>
7585
7586 * subr.el (font-lock-defaults): Remove defvar as it's already
7587 defined in font-core.el.
7588
7589 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7590
7591 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7592
7593 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7594 more general and work when GDB variable "print pretty" is on,
7595 as with Emacs, for example.
7596
7597 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7598
7599 * font-core.el: Update comment.
7600
7601 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7602 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7603
7604 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7605
7606 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7607
7608 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7609 and `yank-handler' in the doc strings.
7610
7611 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7612
7613 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7614
7615 2005-05-22 Richard M. Stallman <rms@gnu.org>
7616
7617 * help.el (describe-key): Move print-help-return-message call
7618 out of conditional.
7619
7620 * progmodes/etags.el (list-tags): Use with-no-warnings.
7621
7622 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7623 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7624 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7625
7626 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7627
7628 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7629 Add defvar.
7630
7631 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7632 Use defvar, not defconst.
7633
7634 * hexl.el (hexl-follow-line): Use with-no-warnings.
7635
7636 * emulation/tpu-extras.el: Use write-file-functions instead of
7637 write-file-hooks.
7638
7639 * dired.el (dired-font-lock-keywords): Fontify files with junk
7640 extensions even if marked by -F.
7641
7642 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7643
7644 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7645 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7646 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7647 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7648 (concatenate, list-length, get*, getf, cl-remprop):
7649 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7650 (etypecase, progv, lexical-let, lexical-let*)
7651 (multiple-value-bind, multiple-value-setq, shiftf):
7652 Improve argument/docstring consistency.
7653
7654 * subr.el (focus-frame, unfocus-frame):
7655 Revert deletion on 2005-05-01.
7656
7657 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7658
7659 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7660 doesn't exist.
7661
7662 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7663 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7664
7665 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7666
7667 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7668 already deleted variables: auto-fill-hook, blink-paren-hook,
7669 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7670 suspend-hooks, comment-indent-hook, meta-flag,
7671 before-change-function, after-change-function,
7672 font-lock-doc-string-face.
7673
7674 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7675
7676 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7677
7678 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7679
7680 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7681 rmail-dont-reply-to.
7682
7683 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7684
7685 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7686 literal blank when splitting new-header-values.
7687
7688 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7689
7690 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7691 string so that tmm doesn't create a completion entry for it.
7692
7693 * textmodes/table.el (table-disable-menu): Ditto.
7694
7695 2005-05-21 Richard M. Stallman <rms@gnu.org>
7696
7697 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7698
7699 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7700
7701 * net/rcompile.el (remote-compile): Use compilation-start.
7702
7703 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7704
7705 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7706
7707 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7708 Default to makefile-bsdmake-mode on BSD systems.
7709
7710 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7711 REGEXP may also be a search function now. The part of doc-string
7712 for describing the structure was 95% identical to that of
7713 `imenu--generic-function'. Unify it there.
7714
7715 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7716 Use function to find dependencies, because regexp alone is so complex,
7717 it easily goes into an endless loop.
7718 (makefile-makepp-mode): Also add submenu for Perl functions
7719 defined in the makefile.
7720 (makefile-bsdmake-mode): Special imenu-generic-expression no
7721 longer needed, due to function call.
7722 (makefile-match-dependency): Take BOUND into account when checking
7723 if we're through.
7724
7725 2005-05-20 Jay Belanger <belanger@truman.edu>
7726
7727 * calc/calc-units.el (calc-invalidate-units-table):
7728 Use inhibit-read-only.
7729 (math-build-units-table-buffer): Use view-mode.
7730
7731 2005-05-20 David Kastrup <dak@gnu.org>
7732
7733 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7734 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7735
7736 2005-05-20 Lute Kamstra <lute@gnu.org>
7737
7738 * diff-mode.el (diff-header-face, diff-file-header-face)
7739 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7740 (diff-added-face, diff-changed-face, diff-function-face)
7741 (diff-context-face, diff-nonexistent-face): Put them in the
7742 diff-mode customization group.
7743
7744 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7745
7746 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7747
7748 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7749
7750 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7751 Minor regexp-optimization.
7752
7753 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7754
7755 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7756 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7757 (org-agenda-add-time-grid-maybe): New function.
7758 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7759 (org-table-create): `dotimes' instead of `mapcar'.
7760 (org-xor): Simplify implementation.
7761 (org-agenda): `inhibit-redisplay' turned on.
7762 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7763 a consistent line after a state change.
7764 (org-agenda-remove-times-when-in-prefix): New option.
7765 (org-prefix-has-time): New variable.
7766 (org-parse-time-string): Optional argument NODEFAULT.
7767 (org-format-agenda-item): Parse items for time-of-day
7768 specifications and move these into the prefix if possible.
7769 (org-agenda-priority): Get current heading, not previous heading
7770 during agenda remote editing.
7771
7772 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7773
7774 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7775 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7776 (remove-duplicates, delete-duplicates, substitute)
7777 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7778 (nsubstitute-if-not, find, find-if, find-if-not, position)
7779 (position-if, position-if-not, count, count-if, count-if-not)
7780 (mismatch, search, sort*, stable-sort, merge, member*)
7781 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7782 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7783 (intersection, nintersection, set-difference, nset-difference)
7784 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7785 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7786 (nsublis, tree-equal): Improve argument/docstring consistency.
7787
7788 * subr.el (send-string, send-region):
7789 Remove obsolescence declaration.
7790 (window-dot, set-window-dot, read-input, show-buffer)
7791 (eval-current-buffer, string-to-int):
7792 Add release number to obsolescence declarations.
7793
7794 2005-05-19 Kim F. Storm <storm@cua.dk>
7795
7796 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7797 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7798
7799 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7800
7801 * faces.el (list-faces-display): Make back button respect optional
7802 regexp arg.
7803
7804 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7805
7806 * calculator.el (calculator-radix-grouping-mode)
7807 (calculator-radix-grouping-digits, calculator-displayer)
7808 (calculator-radix-grouping-separator, calculator-copy-displayer):
7809 * dabbrev.el (dabbrev-search-these-buffers-only):
7810 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7811 (diff-advance-after-apply-hunk, diff-mode-hook)
7812 (diff-minor-mode-prefix):
7813 * imenu.el (imenu-use-popup-menu):
7814 * jit-lock.el (jit-lock-context-time):
7815 * newcomment.el (comment-fill-column, comment-column)
7816 (comment-style, comment-padding, comment-multi-line)
7817 (comment-empty-lines, comment-auto-fill-only-comments):
7818 * reveal.el (reveal-around-mark):
7819 * uniquify.el (uniquify-buffer-name-style)
7820 (uniquify-after-kill-buffer-p)
7821 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7822 (uniquify-min-dir-content, uniquify-separator)
7823 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7824 * w32-vars.el (w32-fixed-font-alist):
7825 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7826 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7827 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7828 * progmodes/perl-mode.el (perl-indent-level)
7829 (perl-continued-statement-offset, perl-continued-brace-offset)
7830 (perl-brace-offset, perl-brace-imaginary-offset)
7831 (perl-label-offset, perl-indent-continued-arguments)
7832 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7833 * progmodes/tcl.el (tcl-indent-level)
7834 (tcl-continued-indent-level, tcl-auto-newline)
7835 (tcl-tab-always-indent, tcl-electric-hash-style)
7836 (tcl-help-directory-list, tcl-use-smart-word-finder)
7837 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7838 (inferior-tcl-source-command):
7839 * textmodes/fill.el (enable-kinsoku):
7840 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7841 * textmodes/table.el (table-yank-handler):
7842 Specify missing group (and type, if simple) in defcustom.
7843
7844 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7845
7846 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7847
7848 2005-05-19 Richard M. Stallman <rms@gnu.org>
7849
7850 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7851
7852 * subr.el (event-basic-type): Don't get an error.
7853 (left-fringe-p): Function deleted.
7854
7855 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7856 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7857
7858 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7859 in recursive copy.
7860
7861 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7862
7863 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7864
7865 * emacs-lisp/bytecomp.el
7866 (byte-compile-file-form-custom-declare-variable): Call
7867 byte-compile-nogroup-warn if appropriate.
7868
7869 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7870 (compilation-set-window): Don't call left-fringe-p; do it directly.
7871
7872 2005-05-19 Jay Belanger <belanger@truman.edu>
7873
7874 * calc/calc-graph.el (calc-graph-format-data): Make sure
7875 var-PlotRejects is bound before trying to check its value.
7876
7877 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7878
7879 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7880 definition of this variable from reftex-global.el to reftex.el,
7881 because it is needed in the menu.
7882
7883 2005-05-19 Lute Kamstra <lute@gnu.org>
7884
7885 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7886 years are fixed. Don't insert a space after a dash.
7887
7888 2005-05-19 Kim F. Storm <storm@cua.dk>
7889
7890 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7891
7892 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7893
7894 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7895 strings, because (eq ... ?\\) is fairly frequent.
7896
7897 * progmodes/make-mode.el (makefile-add-this-line-targets):
7898 Simplify and integrate into `makefile-pickup-targets'.
7899 (makefile-add-this-line-macro): Simplify and integrate into
7900 `makefile-pickup-macros.
7901 (makefile-pickup-filenames-as-targets): Simplify.
7902 (makefile-previous-dependency, makefile-match-dependency):
7903 Don't stumble over `::'.
7904
7905 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7906
7907 * subr.el (post-command-idle-hook, post-command-idle-delay):
7908 Remove obsoletion of post-command-idle-hook and
7909 post-command-idle-delay.
7910
7911 * faces.el (list-faces-display): Provide button when describe-face
7912 is called to take user back to the list of faces.
7913
7914 * help-fns.el (describe-variable): Remove hyperlinks in a
7915 variable's value as these are quite frequently inappropriate.
7916
7917 * follow.el (follow-submit-feedback, follow-mode):
7918 Remove references to post-command-idle-hook.
7919
7920 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7921
7922 * progmodes/make-mode.el (makefile-previous-dependency)
7923 (makefile-match-dependency): Check for := (and in bsd mode also
7924 !=) to give a better result, even when font-lock is not on.
7925
7926 2005-05-18 Jay Belanger <belanger@truman.edu>
7927
7928 * calc/calc-help.el (calc-s-prefix-help):
7929 Add `calc-copy-special-constant' to help string.
7930
7931 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7932
7933 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7934
7935 2005-05-18 Jay Belanger <belanger@truman.edu>
7936
7937 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7938 in linear factors are in proper order.
7939
7940 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7941
7942 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7943 Support for jurabib.
7944
7945 * textmodes/reftex.el (featurep): Define aliases for overlay
7946 commands, for XEmacs compatibility, and use these aliases in
7947 overlay initializations.
7948 (reftex-highlight): Use `reftex-move-overlay'.
7949 (reftex-unhighlight): Use `reftex-delete-overlay'.
7950 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7951 (reftex-access-search-path): Use `reftex-uniquify' instead of
7952 `reftex-uniq'
7953
7954 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7955 `before-string' property modification enables for Emacs as well.
7956 (reftex-select-item): Use `reftex-delete-overlay'.
7957 (reftex-select-mark): Use `reftex-make-overlay' and
7958 `reftex-overlay-put'.
7959 (reftex-select-unmark): Use `reftex-delete-overlay' and
7960 `reftex-overlay-put'.
7961
7962 2005-05-18 Lute Kamstra <lute@gnu.org>
7963
7964 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7965
7966 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7967
7968 * add-log.el (add-change-log-entry):
7969 * array.el (array-make-template, array-reconfigure-rows)
7970 (array-init-max-row, array-init-max-column)
7971 (array-init-columns-per-line, array-init-field-width):
7972 * replace.el (replace-match-maybe-edit, perform-replace):
7973 * textmodes/spell.el (spell-region):
7974 Replace `read-input' by `read-string'.
7975
7976 * forms.el (forms-mode):
7977 * finder.el (finder-compile-keywords):
7978 * shadowfile.el (shadow-read-files):
7979 Replace `eval-current-buffer' by `eval-buffer'.
7980
7981 * terminal.el (te-pass-through):
7982 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7983 (ange-ftp-raw-send-cmd):
7984 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7985 (send-process-next-char, telnet-initial-filter, telnet):
7986 Replace `send-string' by `process-send-string'.
7987
7988 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7989 (prolog-consult-region): Replace `send-string' by
7990 `process-send-string'; replace `send-region' by `process-send-region'.
7991
7992 * progmodes/delphi.el (delphi-log-msg):
7993 Replace `set-window-dot' by `set-window-point'.
7994
7995 * subr.el (window-dot, set-window-dot, read-input, send-string)
7996 (send-region, show-buffer, eval-current-buffer):
7997 Make really obsolete, as the comment says.
7998
7999 2005-05-17 Kim F. Storm <storm@cua.dk>
8000
8001 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
8002 (cua--init-keymaps): Bind C-return instead of S-return to set
8003 rectangle mark.
8004
8005 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
8006 instead of S-return to toggle/clear rectangle mark.
8007
8008 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
8009
8010 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8011 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
8012 Also fontify plain strings assigned to variables, mostly so that a
8013 colon has a face and is thus not taken as a dependency separator.
8014 (makefile-previous-dependency): Inline the new matcher, because it
8015 is too complex to work in both directions.
8016 (makefile-match-dependency): Eliminate `backward' arg (see above).
8017 Completely reimplemented so as to not sometimes go into an endless
8018 loop. It should also be more efficient, because first it only
8019 searches for `:', instead of applying the very complex regexp.
8020 (makefile-mode): Cancel `font-lock-support-mode', because blocks
8021 to be fontified in one piece can be too long for JIT.
8022 Makefiles are never *that* big.
8023
8024 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
8025
8026 * dired.el (dired-mode): Simplify.
8027
8028 2005-05-17 Lute Kamstra <lute@gnu.org>
8029
8030 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
8031 defcustom for the mode hook variable.
8032
8033 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
8034 Emacs Lisp Reference Manual.
8035
8036 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
8037
8038 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
8039 (evenp, list*):
8040 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
8041 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
8042
8043 * net/tramp-smb.el (tramp-smb-open-connection):
8044 Pass `tramp-chunksize' as fifth (required) argument.
8045
8046 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
8047
8048 * font-lock.el (lisp-font-lock-keywords-1):
8049 Set `font-lock-negation-char-face' for [^...] char group.
8050 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
8051
8052 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
8053 a var, and refine it to mask one more level of nested vars.
8054 (makefile-rule-action-regex): Turn it into a var, and refine it so
8055 it recognizes backslashed continuation lines as belonging to the
8056 same command.
8057 (makefile-macroassign-regex): Refine it so it recognizes
8058 backslashed continuation lines as belonging to the same command.
8059 (makefile-var-use-regex): Don't look at the next char, because it
8060 might be the same one to be skipped by the initial [^$], leading
8061 to an overlooked variable use.
8062 (makefile-make-font-lock-keywords): Remove two parameters, which
8063 are now variables that some of the modes set locally.
8064 Handle dependency and rule action matching through functions, because
8065 regexps alone match too often. Dependency matching now comes
8066 last, so it can check, whether a colon already matched something else.
8067 (makefile-mode): Inform that font-lock improves makefile parsing
8068 capabilities.
8069 (makefile-match-dependency, makefile-match-action): New functions.
8070
8071 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
8072
8073 * emacs-lisp/cl-extra.el (equalp): Doc fix.
8074
8075 * align.el (align-regexp):
8076 * ansi-color.el (ansi-color-get-face):
8077 * array.el (array-reconfigure-rows, array-init-max-row)
8078 (array-init-max-column, array-init-columns-per-line)
8079 (array-init-field-width):
8080 * dired-aux.el (dired-trample-file-versions):
8081 * dired-x.el (dired-mark-sexp):
8082 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
8083 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
8084 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
8085 * faces.el (face-read-integer):
8086 * files.el (backup-extract-version, insert-directory):
8087 * hexl.el (hexl-insert-decimal-char):
8088 * server.el (server-process-filter):
8089 * shell.el (shell-extract-num):
8090 * startup.el (command-line-1):
8091 * term.el (term-command-hook):
8092 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
8093 (time-stamp-do-number):
8094 * time.el (display-time-update):
8095 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
8096 (timezone-fix-time):
8097 * vms-patch.el (vms-suspend-resume-hook):
8098 * calendar/appt.el (appt-convert-time):
8099 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8100 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
8101 * calendar/cal-islam.el (mark-islamic-diary-entries):
8102 * calendar/calendar.el (calendar-cursor-to-date)
8103 (calendar-star-date):
8104 * calendar/diary-lib.el (diary-attrtype-convert)
8105 (mark-diary-entries, diary-entry-time):
8106 * calendar/solar.el (solar-get-number):
8107 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
8108 * emacs-lisp/re-builder.el (reb-display-subexp):
8109 * emulation/edt.el (edt-set-scroll-margins):
8110 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8111 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
8112 (vip-get-ex-count):
8113 * emulation/viper-ex.el (viper-get-ex-token)
8114 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
8115 * international/fontset.el (fontset-plain-name):
8116 * mail/feedmail.el (feedmail-look-at-queue-directory):
8117 * mail/mailalias.el (mail-get-names):
8118 * mail/rmail.el (rmail-convert-to-babyl-format):
8119 * mail/rmailsum.el (rmail-make-basic-summary-line)
8120 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
8121 (rmail-summary-goto-msg):
8122 * mail/smtpmail.el (smtpmail-read-response):
8123 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
8124 (ange-ftp-vms-add-file-entry):
8125 * play/gametree.el (gametree-looking-at-ply)
8126 (gametree-current-branch-score):
8127 * progmodes/ada-xref.el (ada-prj-find-prj-file)
8128 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
8129 * progmodes/cperl-mode.el (condition-case):
8130 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
8131 (ebrowse-set-member-buffer-column-width)
8132 (ebrowse-select-1st-to-9nth):
8133 * progmodes/etags.el (etags-snarf-tag):
8134 * progmodes/flymake.el (flymake-parse-line):
8135 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
8136 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
8137 (idlwave-shell-menu-def):
8138 * progmodes/ps-mode.el (ps-run-goto-error):
8139 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
8140 (vhdl-speedbar-contract-level):
8141 * term/mac-win.el (x-handle-numeric-switch):
8142 * term/sun-mouse.el (sun-get-frame-data):
8143 * term/w32-win.el (x-handle-numeric-switch):
8144 * term/x-win.el (x-handle-numeric-switch):
8145 * textmodes/ispell.el (ispell-parse-output):
8146 * textmodes/nroff-mode.el (nroff-outline-level):
8147 * textmodes/reftex-cite.el (reftex-bib-sort-year)
8148 (reftex-bib-sort-year-reverse, reftex-format-citation):
8149 * textmodes/reftex-parse.el (reftex-init-section-numbers)
8150 (reftex-section-number):
8151 * textmodes/texinfmt.el (texinfo-paragraphindent):
8152 Replace `string-to-int' by `string-to-number'.
8153
8154 * international/latexenc.el: Add page marker to force the "Local
8155 Variables:" string out of the last page.
8156
8157 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8158
8159 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
8160 tooltip-change-major-mode.
8161 (gud-tooltip-print-command): Remove case where gud-minor-mode
8162 is gdb ("--fullname").
8163 (gud-tooltip-tips): Turn GUD tooltips off for this case and
8164 explain to user.
8165
8166 2005-05-16 Jay Belanger <belanger@truman.edu>
8167
8168 * calc/calc-store.el (calc-copy-special-constant): New function.
8169
8170 * calc/calc-ext.el (calc-init-extensions): Add binding for
8171 `calc-copy-special-constant'.
8172
8173 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
8174 for the `calc-copy-special-constant' command.
8175
8176 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8177
8178 * subr.el (left-fringe-p): New function.
8179
8180 * progmodes/compile.el (compilation-setup): Set local value of
8181 overlay-arrow-string to "" always.
8182 (compilation-set-window): Left fringe then don't scroll.
8183 No left fringe then no arrow and scroll message to top.
8184 (compilation-context-lines): Adjust doc string accordingly.
8185
8186 2005-05-16 Kim F. Storm <storm@cua.dk>
8187
8188 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8189 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
8190 (ido-wide-find-dir-or-delete-dir): New command for M-d.
8191 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
8192 (ido-read-file-name): Handle commands with ido property value
8193 equal to find-file as reading a file name, to allow C-d to enter dired.
8194 (ibuffer-find-file): Add ido property with value find-file.
8195
8196 2005-05-15 Kim F. Storm <storm@cua.dk>
8197
8198 * subr.el (open-network-stream-nowait): Remove.
8199 (open-network-stream-server): Remove.
8200
8201 2005-05-15 Richard M. Stallman <rms@gnu.org>
8202
8203 * faces.el (describe-face): Output a definition link button.
8204
8205 * help-mode.el (help-face-def): New button type.
8206
8207 * emacs-lisp/copyright.el (copyright-fix-years):
8208 Match properly if the first year is 2-digit.
8209 Don't mess up the whitespace after the years by filling.
8210
8211 * dired-aux.el (dired-mark-confirm):
8212 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8213
8214 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8215 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8216 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8217
8218 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8219 Set font-lock-comment-start-skip.
8220
8221 * font-lock.el (font-lock-comment-start-skip): New variable.
8222 (font-lock-comment-end-skip): New variable.
8223 (font-lock-fontify-syntactically-region): Use them if non-nil.
8224
8225 2005-05-15 Jay Belanger <belanger@truman.edu>
8226
8227 * calc/calc-store.el (calc-store-value): Return a string rather
8228 than display it as a message.
8229 Use calc-var-name for variable name.
8230 (calc-store-into): Add the result of calc-store-value to message.
8231 (calc-copy-variable): Add a message.
8232 (calc-store-exchange): Improve error messages.
8233 (calc-store-binary, calc-store-map): Don't reset the values of
8234 special constants.
8235
8236 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8237
8238 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8239 manual to docstring.
8240
8241 * files.el (hack-local-variables-confirm): Add STRING argument.
8242 Make the function handle non file visiting buffers correctly.
8243 (hack-local-variables-prop-line, hack-local-variables)
8244 (hack-one-local-variable): Use STRING arg of
8245 `hack-local-variables-confirm'.
8246
8247 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8248
8249 Sync with Tramp 2.0.49.
8250
8251 * net/tramp.el (tramp-handle-dired-call-process)
8252 (tramp-handle-insert-directory):`insert-buffer' cannot be used
8253 because the contents of the Tramp buffer is changed before
8254 insertion (`expand-file' and alike).
8255 (tramp-handle-insert-directory): If `localname' has an empty
8256 nondirectory name, it must not be quoted.
8257 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
8258 variable `tramp-chunksize'. Change callees.
8259 (tramp-open-connection-setup-interactive-shell): Check remote host
8260 for buggy `send-process-string' implementation.
8261 Set `tramp-chunksize' if found. Reported by Michael Kifer
8262 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8263 (tramp-handle-shell-command): `insert-buffer' cannot be used
8264 because the contents of the Tramp buffer is changed before
8265 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
8266 <frederic.bothamy@free.fr>.
8267 (tramp-set-auto-save): Actions should be done for Tramp file name
8268 handler only. Ange-FTP has its own auto-save mechanism.
8269 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8270 (tramp-set-auto-save-file-modes): Set file modes of
8271 `buffer-auto-save-file-name' to ?\600 as fallback solution.
8272 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8273 (tramp-bug): Remove obsolete variable.
8274 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
8275 for presence of `mml-mode'. Make it running for older Emacsen as well.
8276
8277 2005-05-14 John Paul Wallington <jpw@pobox.com>
8278
8279 * ibuf-ext.el (define-ibuffer-filter filename):
8280 If `dired-directory' is a list, use its car.
8281
8282 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
8283
8284 * ibuffer.el (define-ibuffer-column filename):
8285 If `dired-directory' is a list, use its car.
8286
8287 2005-05-14 Richard M. Stallman <rms@gnu.org>
8288
8289 * subr.el (symbol-file): Doc fix.
8290
8291 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8292 (byte-compile-form): Call byte-compile-nogroup-warn.
8293 (byte-compile-warning-types): Doc fix.
8294
8295 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8296
8297 * progmodes/cc-engine.el (c-literal-faces):
8298 Add font-lock-comment-delimiter-face.
8299
8300 * net/net-utils.el (dig): Use with-no-warnings.
8301
8302 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8303 (sc-recite-frame-alist, sc-default-cite-frame)
8304 (sc-default-uncite-frame, sc-default-recite-frame)
8305 (sc-attrib-selection-list, sc-rewrite-header-list):
8306 Mark as risky-local-variable.
8307
8308 * international/ogonek.el (ogonek-jak, ogonek-how):
8309 Don't use beginning-of-buffer.
8310
8311 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8312
8313 * calendar/solar.el (solar-data-list): Move definition up.
8314
8315 * dnd.el (dnd-protocol-alist): Add autoload.
8316
8317 * progmodes/sh-script.el: Many doc usage fixes.
8318 (sh-indent-after-do): Change default to match common styles.
8319
8320 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8321
8322 * files.el (interpreter-mode-alist)
8323 (auto-mode-interpreter-regexp): Doc fixes.
8324
8325 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8326
8327 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8328
8329 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8330
8331 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8332
8333 * dired.el (dired-mode): make-variable-buffer-local =>
8334 make-local-variable.
8335
8336 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8337
8338 * term/mac-win.el (mac-select-convert-to-string): Try coding
8339 systems in mac-script-code-coding-systems if specified one cannot
8340 encode string for `com.apple.traditional-mac-plain-text'.
8341
8342 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8343
8344 * progmodes/make-mode.el (makefile-targets-face)
8345 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8346 (makefile-dependency-regex): Fix it to not make the colon in
8347 $(var:a=b) special.
8348 (makefile-rule-action-regex): New regexp for highlighting embedded
8349 Shell strings.
8350 (makefile-macroassign-regex): Handle != for highlighting as
8351 embedded Shell strings.
8352 (makefile-var-use-regex): New const.
8353 (makefile-statements, makefile-automake-statements)
8354 (makefile-gmake-statements, makefile-makepp-statements)
8355 (makefile-bsdmake-statements): New consts.
8356 (makefile-make-font-lock-keywords): New function.
8357 (makefile-automake-font-lock-keywords)
8358 (makefile-gmake-font-lock-keywords)
8359 (makefile-makepp-font-lock-keywords)
8360 (makefile-bsdmake-font-lock-keywords): New consts.
8361 (makefile-mode-map): Add switchers between the various submodes.
8362 (makefile-mode): Document the availability of the variants.
8363 (makefile-automake-mode, makefile-gmake-mode)
8364 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8365
8366 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8367 new variants of makefile-mode.
8368
8369 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8370
8371 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8372 the inheritance.
8373
8374 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8375
8376 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8377 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8378
8379 * files.el (normal-mode): Extend the scope of the
8380 `enable-local-variables' binding to include the `set-auto-mode' call.
8381 (magic-mode-alist): Doc fix.
8382
8383 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8384
8385 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8386 font-lock-comment-face rather than copying its setting.
8387
8388 2005-05-12 Andreas Schwab <schwab@suse.de>
8389
8390 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8391
8392 2005-05-12 Lute Kamstra <lute@gnu.org>
8393
8394 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8395 defcustom for the mode hook variable. Delete the last argument.
8396 * generic-x.el: Fix callers of define-generic-mode.
8397 (generic-x-modes): Delete group.
8398 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8399 generic-x customization group.
8400
8401 2005-05-12 Kim F. Storm <storm@cua.dk>
8402
8403 * font-lock.el (font-lock-negation-char-face): Default to "off".
8404
8405 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8406 font-lock-negation-char-face to ! in !=.
8407
8408 2005-05-12 Masatake YAMATO <jet@gyve.org>
8409
8410 * add-log.el (find-change-log): Fix typos in the docstring
8411 of function.
8412
8413 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8414
8415 * international/latexenc.el (latexenc-find-file-coding-system):
8416 Avoid `re-search-forward' when looking for input encoding because
8417 of speed and safety. Better regular expressions for recognizing
8418 input encoding. Limit a search for TeX-master/tex-main-file to
8419 the local variable section.
8420
8421 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8422
8423 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8424 syntax of $ to "'" (quote).
8425
8426 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8427
8428 * dnd.el (dnd-protocol-alist): Improve custom type.
8429
8430 * dired.el (dired-dnd-protocol-alist): New variable.
8431 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8432 `dired-mode-hook' to the end.
8433
8434 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8435
8436 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8437 comment-end if comment-start-skip is not set.
8438 Obey the font-lock-comment-delimiter-face variables.
8439
8440 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8441
8442 * files.el (executable-find): Move from executable.el. Use
8443 locate-file.
8444 * progmodes/executable.el (executable-find): Move to files.el.
8445
8446 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8447 when trying to ensure forward progress.
8448
8449 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8450
8451 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8452 (mouse-select, mouse-select-internal, mouse-extend-internal):
8453 Use it to implement mouse-1-click-follows-link functionality.
8454
8455 2005-05-11 Richard M. Stallman <rms@gnu.org>
8456
8457 * font-lock.el (font-lock-fontify-syntactically-region):
8458 Use font-lock-comment-delimiter-face for comment delimiters.
8459
8460 2005-05-10 Jay Belanger <belanger@truman.edu>
8461
8462 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8463 preserving embedded modes.
8464
8465 2005-05-10 Richard M. Stallman <rms@gnu.org>
8466
8467 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8468
8469 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8470 Move from ada-stmt.el.
8471 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8472
8473 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8474 Move to ada-mode.el.
8475 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8476
8477 * cus-edit.el (custom-file): Call file-chase-links.
8478
8479 * files.el (read-directory-name): Fix previous change.
8480 (hack-local-variables-confirm): New function.
8481 (hack-local-variables-prop-line, hack-local-variables)
8482 (hack-one-local-variable): Use it.
8483
8484 2005-05-10 Lute Kamstra <lute@gnu.org>
8485
8486 * font-lock.el (font-lock-keywords-alist)
8487 (font-lock-removed-keywords-alist): Clarify docstrings.
8488
8489 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8490
8491 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8492 (gdb-source-info): Check for preprocessor info.
8493 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8494 a macro for a function.
8495 (gdb-info-breakpoints-custom): Try to find file again if not already
8496 found (user might have used GDB dir command).
8497 (gdb-get-location): Update gdb-location-alist correctly for change
8498 to gdb-info-breakpoints-custom.
8499
8500 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8501 (gud-tooltip-print-command): Add gdbmi case.
8502 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8503 preprocessor info.
8504
8505 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8506
8507 * startup.el (fancy-splash-insert): Fix typo in doc string.
8508
8509 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8510
8511 * obsolete/float.el (string-to-float):
8512 * obsolete/hilit19.el (hilit-add-pattern):
8513 * obsolete/rnews.el (news-parse-range, news-select-message)
8514 (news-get-pruned-list-of-files): Replace `string-to-int' by
8515 `string-to-number'.
8516
8517 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8518 `find-file-not-found-hooks'; use `add-hook'.
8519 (uncompress-while-visiting): Set `write-file-functions', not
8520 `write-file-hooks'; use `add-hook'.
8521
8522 2005-05-09 Kim F. Storm <storm@cua.dk>
8523
8524 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8525 (cua-paste): Handle clipboard action.
8526 (cua--init-keymaps): Remap clipboard-kill-region and
8527 clipboard-kill-ring-save.
8528
8529 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8530
8531 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8532 Improve commentary.
8533
8534 * simple.el (next-error-overlay-arrow-position): Revert the change
8535 made on 2005-04-30.
8536
8537 2005-05-07 Jay Belanger <belanger@truman.edu>
8538
8539 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8540 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8541 `calc-sel-reselect'.
8542
8543 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8544 Calc is in embedded mode.
8545
8546 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8547
8548 * progmodes/compile.el (compilation-setup):
8549 Set overlay-arrow-string to an empty string on text terminals.
8550
8551 * textmodes/ispell.el (ispell-program-name): Try looking for
8552 "aspell" along exec-path, and if found, use it as the default
8553 speller program.
8554
8555 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8556
8557 * international/mule.el (sgml-xml-auto-coding-function):
8558 Recognize encoding='FOO' in single quotes as well as in double quotes.
8559
8560 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8561
8562 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8563 as well as `interactive', so that defmacro* would recognize
8564 `declare' forms.
8565
8566 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8567
8568 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8569 Explain more about the LIGHTER arg's usage in the doc string.
8570 Add commentary to clarify what the code does. Fix the regexp that
8571 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8572 since it could have characters special to regular expressions.
8573
8574 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8575
8576 * replace.el (occur-1): Bind inhibit-read-only so that
8577 erase-buffer doesn't barf on read-only text properties (likewise
8578 for add-text-properties in occur-engine). Mark buffer as unmodified.
8579 (occur-engine): Don't set buffer-read-only here.
8580
8581 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8582
8583 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8584 list-buffers-directory. This caused the *cvs-commit* buffer to be
8585 sometimes mistakenly reused as a *cvs* buffer.
8586
8587 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8588
8589 * tooltip.el: Move code for GUD tooltips into gud.el.
8590 (require): CL no longer needed to compile case.
8591 (tooltip-mode): Do not toggle functions for GUD tooltips.
8592 (tooltip-gud-tips-p): Remove. Replace with minor mode
8593 gud-tooltip-mode in gud.el.
8594 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8595 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8596 tooltip-gud prefix with gud-tooltip and obsolete.
8597 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8598 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8599 (tooltip-mouse-motion): Mouse movement functions/variable.
8600 Rename in gud.el by adding gud prefix.
8601 (tooltip-gud-original-filter, tooltip-gud-dereference)
8602 (tooltip-gud-event, tooltip-toggle-gud-tips)
8603 (tooltip-gud-process-output, tooltip-gud-print-command)
8604 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8605 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8606 (gdb-tooltip-print): Move to gdb-ui.el.
8607
8608 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8609 (require): CL needed to compile case.
8610 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8611 tooltip-gud-tips-p. Make it a minor-mode.
8612 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8613 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8614 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8615 (gud-tooltip-change-major-mode)
8616 (gud-tooltip-activate-mouse-motions-if-enabled)
8617 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8618 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8619 (gud-tooltip-original-filter, gud-tooltip-dereference)
8620 (gud-tooltip-event, tooltip-toggle-gud-tips)
8621 (gud-tooltip-process-output, gud-tooltip-print-command)
8622 (gud-tooltip-tips): Move from tooltip.el.
8623
8624 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8625 (gdb-cpp-define-alist-flags): Doc fix.
8626 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8627 gud-tooltip-mode is t.
8628
8629 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8630
8631 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8632 evaporate if their text is deleted.
8633 (goto-address-at-point): Make it work as a mouse binding as well.
8634 (goto-address-at-mouse): Obsolete it. Update users.
8635
8636 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8637
8638 * calendar/appt.el (top-level): No longer activate on load.
8639
8640 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8641
8642 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8643 * net/webjump.el (webjump):
8644 * progmodes/idlw-help.el (idlwave-do-context-help1)
8645 (idlwave-highlight-linked-completions):
8646 * textmodes/po.el (po-find-file-coding-system-guts):
8647 Replace `assoc-ignore-case' by `assoc-string'.
8648
8649 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8650
8651 * files.el (locate-file): Doc fix.
8652
8653 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8654 Remove the redundant test for ms-dos.
8655
8656 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8657 look for the preprocessor with exec-suffixes. If not found in
8658 standard places, look in exec-path. Remove most of the tests that
8659 used system-type.
8660
8661 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8662
8663 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8664
8665 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8666 file-name clash with jka-compr.el on 8+3 filesystems.
8667
8668 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8669
8670 * term/mac-win.el: Don't define or bind scroll bar functions if
8671 x-toolkit-scroll-bars is t.
8672 (x-select-text, x-get-selection-value): Clear
8673 x-last-selected-text-clipboard if x-select-enable-clipboard is
8674 nil.
8675 (PRIMARY): Put mac-scrap-name property.
8676 (mac-select-convert-to-file-url): New function.
8677 (public.file-url): New selection target type. Add to
8678 selection-converter-alist.
8679 (x-get-selection, x-selection-value): Handle it.
8680 (x-cut-buffer-or-selection-value): New alias.
8681
8682 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8683
8684 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8685 entry to avoid calling bibtex-find-entry with arg global
8686 being t. Remove arg key.
8687 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8688 (bibtex-copy-summary-as-kill): Change accordingly.
8689
8690 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8691
8692 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8693 (org-agenda-date-later): Use with-current-buffer.
8694
8695 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8696
8697 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8698 (define-obsolete-variable-alias): Doc Fixes.
8699
8700 2005-05-06 Kim F. Storm <storm@cua.dk>
8701
8702 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8703 vertical-motion when selective-display is active.
8704
8705 * ido.el (ido-setup-hook): New hook.
8706 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8707 (ido-input-stack): New var.
8708 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8709 ido-next-work-file binding to M-O.
8710 Bind M-f to ido-wide-find-file-or-pop-dir.
8711 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8712 (ido-read-internal): Run ido-setup-hook.
8713 Catch quit in read-file-name and read-string to cancel edit.
8714 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8715 Automatically pop-all when completing a directory name (RET).
8716 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8717 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8718 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8719 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8720 New functions for M-b/M-f to move among the directory components.
8721 (ido-make-merged-file-list): Catch quit to cancel merge.
8722 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8723 (ido-completion-help): No warnings for ido-completion-buffer-full.
8724
8725 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8726
8727 * font-lock.el (font-lock-negation-char-face): New face and variable.
8728 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8729 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8730 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8731 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8732
8733 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8734
8735 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8736 Fix typo in docstring.
8737
8738 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8739 (ebrowse-print-statistics-line)
8740 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8741
8742 * term/w32-win.el (image-library-alist): Add additional name for
8743 Xpm library.
8744
8745 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8746
8747 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8748 use gcc instead of cpp.
8749
8750 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8751 (gdb-create-define-alist): Use it.
8752 (gdb-cpp-define-alist-program): Update for MS-DOS.
8753
8754 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8755
8756 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8757
8758 2005-05-04 Richard M. Stallman <rms@gnu.org>
8759
8760 * help.el (describe-key): No error when UNTRANSLATED is nil.
8761
8762 * simple.el (line-move-1): Fix previous change to signal errors
8763 appropriately.
8764
8765 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8766
8767 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8768 (icalendar-duration-correction): Remove.
8769 (icalendar--get-event-properties): Split result at commas.
8770 (icalendar--decode-isoduration): New optional argument
8771 DURATION-CORRECTION.
8772 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8773 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8774 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8775 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8776 (icalendar--convert-anniversary-to-ical): New functions, extracted
8777 from icalendar-export-region, with bug fixes.
8778 (icalendar-export-region): Use the above functions.
8779 (icalendar-import-buffer): Check before saving diary file.
8780 (icalendar--convert-recurring-to-diary)
8781 (icalendar--convert-non-recurring-all-day-to-diary)
8782 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8783 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8784 (icalendar--convert-ical-to-diary): Use the above functions.
8785
8786 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8787
8788 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8789 Remove these recent additions.
8790 (c-mode): Restore to before 2005-04-28.
8791
8792 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8793 recent addition.
8794
8795 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8796 (gdb-define-alist): New variables.
8797 (gdb-create-define-alist): New function.
8798 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8799 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8800 with string-to-number.
8801 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8802
8803 * progmodes/gud.el: Replace string-to-int with string-to-number.
8804 (gud-find-file): Handle gdb-define-alist.
8805
8806 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8807
8808 2005-05-02 Jay Belanger <belanger@truman.edu>
8809
8810 * calc/calc-aent.el (math-read-token):
8811 * calc/calc-bin.el (calc-word-size):
8812 * calc/calc-ext.el (calc-read-number-fancy):
8813 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8814 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8815 * calc/calc-frac.el (calc-over-notation):
8816 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8817 (calc-graph-num-points, calc-graph-init):
8818 * calc/calc-prog.el (calc-read-parse-table-part)
8819 (calc-edit-macro-repeats):
8820 * calc/calc-yank.el (calc-do-grab-rectangle):
8821 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8822 Replace `string-to-int' by `string-to-number'.
8823
8824 2005-05-02 Kim F. Storm <storm@cua.dk>
8825
8826 * kmacro.el: Use executing-kbd-macro-index variable.
8827
8828 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8829
8830 * net/rlogin.el (rlogin-parse-words): Delete func.
8831 (rlogin): Use split-string, not rlogin-parse-words.
8832 Also, if there are option-like elements in the parsed args,
8833 take the host to be the first arg immediately following them.
8834 Suggested by Michael Mauger.
8835
8836 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8837
8838 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8839
8840 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8841
8842 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8843 (cc-mode-cpp-program): Rename to cc-define-list-program and
8844 move to cc-vars.el.
8845
8846 * progmodes/cc-vars.el (cc-define-list-program):
8847 Change to "gcc -E -dM -". Make customizable.
8848
8849 2005-05-02 Kim F. Storm <storm@cua.dk>
8850
8851 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8852
8853 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8854
8855 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8856
8857 * international/mule-util.el (truncate-string): Remove alias and
8858 obsolete declaration.
8859
8860 * international/mule-cmds.el (update-iso-coding-systems):
8861 Remove alias and obsolete declaration.
8862
8863 * international/mule.el (coding-system-parent): Remove alias and
8864 obsolete declaration.
8865
8866 * subr.el (define-function, sref): Remove aliases and obsolete
8867 declarations.
8868 (chars-in-region): Remove obsolete declaration.
8869
8870 2005-05-01 Richard M. Stallman <rms@gnu.org>
8871
8872 * info.el (Info-mode): Set widen-automatically to nil, locally.
8873
8874 * simple.el (widen-automatically): New variable.
8875 (pop-global-mark): Obey widen-automatically.
8876
8877 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8878
8879 * term/xterm.el (function-key-map): Call substitute-key-definition
8880 before the keymap size is increased by a lot of define-key calls.
8881
8882 2005-05-01 Richard M. Stallman <rms@gnu.org>
8883
8884 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8885 Rename ARG to ELEMENT. Doc fix.
8886
8887 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8888
8889 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8890 Remove references to allout-exposure/change to allout-new-exposure.
8891
8892 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8893 bytecode symbols.
8894
8895 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8896 (compiled-function-p, focus-frame, unfocus-frame):
8897 Remove aliases and obsolete declarations.
8898 Back out inadvertent changes from previous commit.
8899
8900 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8901
8902 * files.el (require-final-newline): Make Custom tags consistent
8903 with mode-require-final-newline.
8904 (mode-require-final-newline): Doc fix.
8905
8906 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8907
8908 * international/latexenc.el (latexenc-find-file-coding-system):
8909 Fix regular expressions.
8910
8911 2005-05-01 David Kastrup <dak@gnu.org>
8912
8913 * international/latexenc.el (latexenc-find-file-coding-system):
8914 Fix regular expressions.
8915
8916 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8917
8918 * subr.el (string-to-int): Make obsolete.
8919
8920 2005-04-30 Richard M. Stallman <rms@gnu.org>
8921
8922 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8923
8924 * loadup.el: load jka-comp-hook.
8925
8926 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8927 (jka-compr-handler): Add autoload. `put' calls moved
8928 to jka-comp-hook.el.
8929 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8930 (jka-compr-inhibit): Autoload.
8931
8932 * jka-comp-hook.el: New file.
8933 Enable the mode by default.
8934
8935 * files.el (backup-buffer-copy): Use copy-file instead
8936 of write-region, and put back the 'excl.
8937
8938 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8939
8940 * progmodes/flymake.el (flymake-split-string)
8941 (flymake-split-string, flymake-log, flymake-pid-to-names)
8942 (flymake-reg-names, flymake-get-source-buffer-name)
8943 (flymake-unreg-names, flymake-add-line-err-info)
8944 (flymake-add-err-info): Clarify docstrings.
8945 (flymake-popup-menu, flymake-make-emacs-menu)
8946 (flymake-make-xemacs-menu): Add docstrings.
8947 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8948 Set variables directly throughout.
8949
8950 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8951
8952 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8953 exists. Initialize cc-define-alist.
8954 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8955 If there is no file (Macroexpansion) don't create an alist.
8956
8957 2005-04-29 Sam Steingold <sds@gnu.org>
8958
8959 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8960 (cc-create-define-alist): Use it instead of the hard-coded string.
8961
8962 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8963
8964 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8965 for latexenc.
8966
8967 2005-04-29 Lute Kamstra <lute@gnu.org>
8968
8969 * emacs-lisp/generic.el: Improve commentary section.
8970 (define-generic-mode): Improve docstring.
8971
8972 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8973
8974 * textmodes/org.el (many places): Change to quiet the byte compiler.
8975 (org-prefix-format-compiled): New variable.
8976 (org-compile-prefix-format): New function.
8977 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8978 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8979 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8980 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8981 consistency with entries from `org-mode' files.
8982 (org-get-time-of-day): Fix bug with partial matches early in a line.
8983 (org-non-link-chars): New constant.
8984 (org-link-regexp): Respect `org-non-link-chars'.
8985 (org-agenda-day-view): Remove command.
8986 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8987 (org-follow-bbdb-link, org-store-link): Search also company field.
8988 (org-highlight-overlay): New variable.
8989 (org-highlight, org-unhighlight): New functions.
8990 (org-agenda-mode): Add pre-command-hook to remove highlight.
8991 (org-evaluate-time-range): Behavior depends upon whether time stamp
8992 contains a time or not.
8993 (org-show-subtree, org-show-entry): New functions.
8994 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8995
8996 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8997
8998 * comint.el (comint-output-filter-functions): Add autoload cookie.
8999
9000 2005-04-28 Kim F. Storm <storm@cua.dk>
9001
9002 * ido.el (ido-everywhere): Fix last change.
9003
9004 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9005
9006 * international/latexenc.el: New file.
9007 * international/mule-conf.el (file-coding-system-alist): For .tex,
9008 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
9009
9010 2005-04-28 Lute Kamstra <lute@gnu.org>
9011
9012 * font-lock.el (font-lock-add-keywords)
9013 (font-lock-remove-keywords): Clarify docstring.
9014 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
9015 Don't start docstrings with a `*'.
9016 (font-lock-update-removed-keyword-alist): Give it a docstring.
9017
9018 * generic-x.el: Update commentary section.
9019 Only require font-lock when compiling.
9020 Define all modes conditionally.
9021 Place all generic modes in the generic-x-modes customization group.
9022 (generic-x-modes): New customization group.
9023 (generic-default-modes, generic-mswindows-modes)
9024 (generic-unix-modes, generic-other-modes): New constants.
9025 (generic-define-mswindows-modes, generic-define-unix-modes):
9026 Update docstrings. Make them obsolete.
9027 (generic-extras-enable-list): New default value. Update docstring.
9028 Improve :type. Change :set function.
9029 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
9030 Fix docstring.
9031
9032 * emacs-lisp/generic.el (generic-mode-internal):
9033 Simplify font-lock-defaults.
9034 (define-generic-mode): Fix docstring.
9035
9036 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9037
9038 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
9039 font-lock-face property to highlight matches.
9040
9041 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
9042
9043 * progmodes/cc-mode.el (cc-create-define-alist): New function.
9044 (cc-define-alist): New variable.
9045 (c-mode): Make it local and initialize it.
9046
9047 * progmodes/gdb-ui.el (gdb-active-process): New variable.
9048 (gdb-exited): New function.
9049 (gdb-annotation-rules): Use it.
9050 (gdb-starting): Set gdb-active-process to t.
9051 (gdb-stopping): Amend doc string.
9052 (gdb-reset): Set gdb-active-process to nil.
9053
9054 * tooltip.el (tooltip-gud-tips): Show the associated #define
9055 directives when a C program under GDB is not executing.
9056
9057 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9058
9059 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
9060 font-lock-fontify-syntactic-keywords.
9061
9062 * font-lock.el (font-lock-default-fontify-region): Don't force
9063 parse-sexp-lookup-properties to nil.
9064
9065 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9066
9067 * man.el (man-mode-syntax-table): Set up `:' to have
9068 word-constituent syntax.
9069
9070 2005-04-27 Lute Kamstra <lute@gnu.org>
9071
9072 * novice.el (disable-command): Don't add spurious newlines to the
9073 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
9074
9075 2005-04-26 Jay Belanger <belanger@truman.edu>
9076
9077 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
9078 than one window before deleting window.
9079
9080 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
9081
9082 * shell.el (shell-prompt-pattern): Doc fix.
9083 (shell-mode): Set paragraph-separate buffer locally to "\\'".
9084
9085 * comint.el (comint-prompt-regexp, comint-get-old-input)
9086 (comint-use-prompt-regexp)
9087 (comint-use-prompt-regexp-instead-of-fields)
9088 (comint-replace-by-expanded-history, comint-send-input)
9089 (comint-output-filter, comint-get-old-input-default)
9090 (comint-line-beginning-position, comint-bol, comint-show-output)
9091 (comint-backward-matching-input, comint-forward-matching-input)
9092 (comint-next-prompt, comint-previous-prompt):
9093 Rename `comint-use-prompt-regexp-instead-of-fields' to
9094 `comint-use-prompt-regexp'. Keep old name as alias and declare
9095 obsolete.
9096 (comint-use-prompt-regexp): Shorten first line of doc string.
9097
9098 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
9099 Set paragraph-separate buffer locally to "\\'".
9100
9101 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
9102 Adapt to above name change.
9103
9104 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9105 (smbclient-prompt-regexp): Ditto.
9106
9107 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
9108
9109 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
9110
9111 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
9112 gdb-location-list.
9113 Break lines that are over 80 characters wide.
9114
9115 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9116
9117 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
9118 New fun and var, to preserve compatibility.
9119
9120 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
9121
9122 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
9123
9124 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
9125 name to file-newer-than-file-p.
9126
9127 2005-04-26 Richard M. Stallman <rms@gnu.org>
9128
9129 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
9130
9131 * progmodes/python.el (python-mode):
9132 Use new name eldoc-documentation-function.
9133
9134 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
9135
9136 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9137 (eldoc-documentation-function):
9138 Rename from eldoc-print-current-symbol-info-function. Calls changed.
9139
9140 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
9141
9142 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
9143
9144 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9145
9146 * term/xterm.el (function-key-map): Fix strings for
9147 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
9148 {C,S,A,C-S}-{f1-f12}.
9149
9150 2005-04-26 Kenichi Handa <handa@m17n.org>
9151
9152 * international/mule-cmds.el (select-safe-coding-system):
9153 Fix previous change.
9154
9155 2005-04-26 Lute Kamstra <lute@gnu.org>
9156
9157 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
9158
9159 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
9160 (font-lock-comment-delimiter-face): Ditto.
9161
9162 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
9163
9164 2005-04-25 Jay Belanger <belanger@truman.edu>
9165
9166 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
9167 to t while inserting information; use help-mode.
9168
9169 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9170
9171 * term.el (ansi-term-color-vector): Use the xterm colors.
9172 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
9173
9174 2005-04-25 Lute Kamstra <lute@gnu.org>
9175
9176 * font-core.el (font-lock-defaults): Fix docstring.
9177
9178 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
9179
9180 2005-04-25 Kenichi Handa <handa@m17n.org>
9181
9182 * international/mule-cmds.el (select-safe-coding-system):
9183 Don't check consistency with coding: spec, etc if raw-text or
9184 no-conversion was found to be safe.
9185
9186 2005-04-24 Richard M. Stallman <rms@gnu.org>
9187
9188 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
9189 citation markers at start of each line.
9190
9191 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
9192 citation markers at start of each line.
9193
9194 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
9195
9196 * files.el (mode-require-final-newline): Fix previous change.
9197 (require-final-newline): Fix type label.
9198
9199 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9200
9201 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9202 statement in buffer (broken by 2004-11-24 change).
9203
9204 2005-04-24 Kim F. Storm <storm@cua.dk>
9205
9206 * ido.el (ido-everywhere): Save and restore old read-buffer-function
9207 and read-file-name-function values. Don't overwrite existing
9208 non-nil values if ido-mode is enabled without ido-everywhere.
9209
9210 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
9211
9212 * files.el (mode-require-final-newline): Minor doc fix.
9213
9214 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9215
9216 * subr.el (syntax-after): Doc fix.
9217 (syntax-class): If argument is nil, return nil. Mask off upper 16
9218 bits, not 8 bits.
9219
9220 * files.el (mode-require-final-newline): Doc fix.
9221 (backup-buffer-copy): Fix last change.
9222
9223 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9224
9225 * term/mac-win.el: Require select. Set selection-coding-system to
9226 mac-system-coding-system. Call menu-bar-enable-clipboard.
9227 (x-last-selected-text-clipboard, x-last-selected-text-primary)
9228 (x-select-enable-clipboard): New variables.
9229 (x-select-text, x-get-selection, x-selection-value)
9230 (x-get-selection-value, mac-select-convert-to-string)
9231 (mac-services-open-file, mac-services-open-selection)
9232 (mac-services-insert-text): New functions.
9233 (CLIPBOARD, FIND): Put mac-scrap-name property.
9234 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9235 (public.tiff): Put mac-ostype property.
9236 (selection-converter-alist): Add entries for them.
9237 (mac-application-menu-map): New keymap.
9238 (interprogram-cut-function, interprogram-paste-function): Set to
9239 x-select-text and x-get-selection-value, respectively.
9240 (split-window-keep-point): Set to t.
9241
9242 2005-04-23 Richard M. Stallman <rms@gnu.org>
9243
9244 * files.el (read-directory-name): Always pass non-nil
9245 DEFAULT-FILENAME arg to read-file-name.
9246 (backup-buffer-copy, basic-save-buffer-2): Take care against
9247 writing thru an unexpected existing symlink.
9248 (revert-buffer): In indirect buffer, revert the base buffer.
9249 (magic-mode-alist): Doc fix.
9250 (buffer-stale-function): Doc fix.
9251 (minibuffer-with-setup-hook): Avoid warning.
9252 (mode-require-final-newline): Doc and custom fix.
9253
9254 * follow.el (follow-end-of-buffer): Use with-no-warnings.
9255
9256 * font-lock.el (font-lock-comment-face): On terminals with few colors,
9257 use the default appearance.
9258 (font-lock-comment-delimiter-face): New face, new variable.
9259
9260 * imenu.el (imenu--generic-function): The official position of a
9261 definition is the start of the line that BEG is in.
9262
9263 * midnight.el (midnight-timer): Move defvar up.
9264
9265 * mouse.el (mouse-drag-region-1): Delete some debugging code.
9266
9267 * saveplace.el (save-place-to-alist): Use with-no-warnings.
9268
9269 * startup.el (command-line): Use with-no-warnings.
9270
9271 * window.el (window-size-fixed): New defvar.
9272
9273 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9274
9275 * mail/rmail.el (rmail-font-lock-keywords):
9276 Use font-lock-comment-delimiter-face.
9277
9278 * mail/sendmail.el (mail-font-lock-keywords):
9279 Use font-lock-comment-delimiter-face.
9280
9281 * progmodes/compile.el (next-error-highlight-timer): New defvar.
9282
9283 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9284
9285 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9286 Specify t for LAXMATCH when matching directories.
9287 Save match data around compilation-compat-error-properties form.
9288
9289 2005-04-23 David Kastrup <dak@gnu.org>
9290
9291 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9292 Mention that the autoloaded aliases should be kept for AUCTeX.
9293
9294 2005-04-23 Andreas Schwab <schwab@suse.de>
9295
9296 * isearch.el (isearch-forward): Doc fix.
9297
9298 2005-04-23 Eli Zaretskii <eliz@gnu.org>
9299
9300 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9301 (jit-lock-stealth-nice): Change default value to 0.5.
9302
9303 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
9304
9305 * abbrev.el (write-abbrev-file): Write table entries in
9306 alphabetical order by table name.
9307
9308 2005-04-22 Kim F. Storm <storm@cua.dk>
9309
9310 * ido.el (ido-read-internal): Fix `list' completion.
9311
9312 2005-04-22 Kenichi Handa <handa@m17n.org>
9313
9314 * recentf.el (recentf-save-file-coding-system): New variable.
9315 (recentf-save-list): Encode the file by
9316 recentf-save-file-coding-system and add coding: tag.
9317
9318 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9319
9320 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9321
9322 2005-04-21 Lute Kamstra <lute@gnu.org>
9323
9324 * loadhist.el (unload-feature): Don't remove a function from hooks
9325 if it is about to be restored to an autoload . Remove functions
9326 that will become unbound from auto-mode-alist. Simplify the code.
9327
9328 * subr.el (assq-delete-all): New implementation that is linear,
9329 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9330 (rassq-delete-all): New function.
9331
9332 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9333 Add size-indication-mode.
9334
9335 2005-04-21 Kenichi Handa <handa@m17n.org>
9336
9337 * international/mule-cmds.el: Add autoload for widget-value in
9338 eval-when-compile.
9339
9340 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9341
9342 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9343 Add tooltip-mode.
9344
9345 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9346
9347 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9348
9349 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9350 (inferior-lisp-filter-regexp, inferior-lisp-program)
9351 (inferior-lisp-load-command, inferior-lisp-prompt)
9352 (inferior-lisp-mode-hook, lisp-source-modes)
9353 (inferior-lisp-load-hook): defvar->defcustom.
9354 (inferior-lisp-program, inferior-lisp-prompt)
9355 (inferior-lisp-load-hook): Doc fixes.
9356 (inferior-lisp-install-letter-bindings): Small change in
9357 introductory comment.
9358
9359 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9360
9361 * vc.el (vc-annotate-color-map): Change some colors so that text
9362 using them as foreground is readable on both white and black
9363 backgrounds.
9364
9365 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9366
9367 * international/mule-conf.el (translation-table-for-input):
9368 Remove redundant declaration.
9369
9370 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9371
9372 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9373
9374 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9375 (tooltip-toggle-gud-tips): New function.
9376
9377 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9378
9379 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9380 right angle brackets.
9381
9382 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9383
9384 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9385
9386 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9387
9388 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9389 Remove. Update callers to use expand-file-name instead.
9390
9391 * subr.el (syntax-class): New function.
9392
9393 * simple.el (blink-matching-open): Use it.
9394
9395 * paren.el (show-paren-function): Use it to recognize parens that are
9396 also used in 2-char comment markers.
9397
9398 2005-04-19 Lute Kamstra <lute@gnu.org>
9399
9400 * loadhist.el (unload-feature): Update for new format of
9401 load-history. Simplify the code.
9402
9403 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9404
9405 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9406 (mac-add-charset-info): New function. Initialize variable
9407 mac-charset-info-alist using it.
9408 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9409 for translation.
9410 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9411 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9412 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9413 New CCL programs.
9414
9415 2005-04-19 Kim F. Storm <storm@cua.dk>
9416
9417 * simple.el (next-buffer, prev-buffer, next-error)
9418 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9419 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9420
9421 * bindings.el (next-buffer, prev-buffer, next-error)
9422 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9423 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9424 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9425 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9426
9427 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9428
9429 * isearch.el (isearch-edit-string): Make the search-ring available for
9430 minibuffer history commands.
9431 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9432 the default history commands now work just as well.
9433 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9434
9435 2005-04-18 Kim F. Storm <storm@cua.dk>
9436
9437 * emulation/cua-base.el (cua--pre-command-handler): Add more
9438 elaborate check for shift modifier on non-window systems.
9439
9440 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9441
9442 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9443
9444 2005-04-18 Kim F. Storm <storm@cua.dk>
9445
9446 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9447 and make it optional. Don't test tooltip-gud-echo-area here.
9448 (tooltip-gud-process-output, gdb-tooltip-print):
9449 Pass tooltip-gud-echo-area to tooltip-show.
9450 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9451
9452 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9453
9454 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9455 `display-graphic-p' may not be bound yet.
9456
9457 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9458
9459 * startup.el (command-line): No longer enable Xterm Mouse mode by
9460 default in terminals compatible with xterm.
9461
9462 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9463
9464 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9465
9466 * tooltip.el (tooltip-gud-echo-area): Rename from
9467 tooltip-use-echo-area.
9468 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9469 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9470 area independently of where help tooltips are displayed.
9471
9472 2005-04-17 David Kastrup <dak@gnu.org>
9473
9474 * cus-theme.el (custom-theme-write-variables): Quote variables
9475 where necessary.
9476
9477 2005-04-17 Richard M. Stallman <rms@gnu.org>
9478
9479 * simple.el (yank-excluded-properties): Add follow-link to value.
9480
9481 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9482
9483 * startup.el (fancy-splash-max-time): Just 30 seconds.
9484 (fancy-splash-delay): Just 7.
9485 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9486
9487 * loadhist.el (unload-feature): Update for new format of load-history.
9488 Simplify the code.
9489
9490 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9491 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9492
9493 * mail/sendmail.el (mail-font-lock-keywords):
9494 Don't fontify subject text.
9495 Don't fontify the text of a citation.
9496
9497 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9498
9499 * comint.el (comint-output-filter): Run comint-output-filter-functions
9500 with point where the user had it.
9501
9502 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9503
9504 * international/ucs-tables.el (ucs-set-table-for-input):
9505 Disable when using unify-on-decoding.
9506
9507 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9508
9509 * emulation/cua-base.el (cua-global-mark-face): Add special case
9510 for displays supporting a high number of colors.
9511
9512 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9513
9514 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9515
9516 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9517
9518 * filesets.el (filesets-add-buffer): If user supplies a name of a
9519 non-existing fileset, create a new fileset.
9520
9521 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9522
9523 * textmodes/org.el (org-up-heading-all): Fix bug with
9524 `outline-up-heading-all'.
9525
9526 2005-04-16 Andreas Schwab <schwab@suse.de>
9527
9528 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9529 /etc/permissions.d/* and /etc/aliases.d/*.
9530
9531 2005-04-16 Kenichi Handa <handa@m17n.org>
9532
9533 * international/code-pages.el (cp-make-coding-system):
9534 Set `translation-table-for-input' property value to the symbol
9535 ucs-mule-to-mule-unicode, not to that value.
9536 (pt154): Escape guillemet by `\'.
9537
9538 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9539
9540 * loadup.el: Load tooltip if x-show-tip is fboundp.
9541
9542 * startup.el (command-line): Add comment.
9543
9544 * tooltip.el (tooltip-mode): Specify correct standard value for
9545 Custom in init-value.
9546
9547 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9548
9549 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9550 possible.
9551
9552 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9553
9554 * textmodes/org.el (org-agenda-date-prompt): Rename from
9555 `org-agenda-date-today'.
9556 (org-evaluate-time-range): Insert at point instead of directly
9557 after time range.
9558 (org-first-headline-recenter, org-subtree-end-visible-p)
9559 (org-optimize-window-after-visibility-change): New functions
9560 (org-agenda-post-command-hook): Don't allow point at end of line,
9561 to make sure it always hits the text properties.
9562 (org-agenda-next-date-line, org-agenda-previous-date-line):
9563 New commands.
9564 (org-set-regexps-and-options): Category may contain white space.
9565 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9566 Improve marker positions.
9567 (org-agenda-new-marker): Argument POS made optional.
9568 (org-agenda-get-timestamps): Deadlines which are done are listed
9569 in org-done-face now.
9570 (org-agenda-get-todos, org-agenda-get-timestamps)
9571 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9572 Set `undone-face' and `done-face' properties.
9573 (org-last-todo-state-is-todo): New variable.
9574 (org-todo): Set `org-last-todo-state-is-todo'.
9575 (org-agenda-todo): Change face according to
9576 `org-last-todo-state-is-todo'. And change other lines referring to
9577 the same entry.
9578 (org-calendar-goto-agenda): New command.
9579 (org-calendar-to-agenda-key): New option.
9580 (org-startup-folded): New allowed value `content'.
9581 (org-set-regexps-and-options): Accept new value `content' for
9582 `org-startup-folded'.
9583 (org-get-current-options): Handle new value `content' for
9584 `org-startup-folded'.
9585 (org-insert-todo-heading): New command.
9586 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9587 interactively in empty file and option
9588 `org-insert-mode-line-in-empty-file' has been set.
9589 (org-agenda-todo,org-agenda-priority): Modify to use
9590 `org-agenda-change-all-lines'.
9591 (org-warning-face): Change color on dark background
9592
9593 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9594
9595 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9596 use preferences AppleLocale and AppleLanguages, and variable
9597 mac-system-locale for default locale. On Mac OS Classic, use
9598 mac-system-coding-system for default coding systems.
9599
9600 * term/mac-win.el: Don't set file-name-coding-system.
9601 Decode variables system-name, emacs-build-system, user-login-name, and
9602 user-full-name by mac-system-coding-system on Mac OS Classic.
9603 (mac-system-coding-system): New variable.
9604
9605 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9606
9607 * startup.el (command-line): Handle `xterm-mouse-mode' before
9608 reading init file.
9609
9610 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9611
9612 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9613
9614 * progmodes/sh-script.el (sh-here-document-word): Make it a
9615 defcustom. Doc fix.
9616 (sh-add): Bash uses $(( )) for arithmetic.
9617 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9618 (sh-maybe-here-document): Remove quotes and leading whitespace
9619 from heredoc word when closing. Indent heredoc with tabs if word
9620 starts with "-".
9621
9622 2005-04-13 Richard M. Stallman <rms@gnu.org>
9623
9624 * simple.el (undo): Fix previous change.
9625
9626 * custom.el (defface): Doc fix.
9627
9628 2005-04-13 Lute Kamstra <lute@gnu.org>
9629
9630 * Makefile.in (DONTCOMPILE): Remove list.
9631 (compile, compile-always): Don't use DONTCOMPILE.
9632 (update-authors): Load the library in which batch-update-authors
9633 is defined.
9634 * makefile.w32-in (DONTCOMPILE): Remove list.
9635 (compile, compile-always): Fix comments.
9636 (update-authors): Load the library in which batch-update-authors
9637 is defined.
9638
9639 * generic-x.el (generic-mode-ini-file-find-file-hook):
9640 Rename to ini-generic-mode-find-file-hook.
9641 Keep generic-mode-ini-file-find-file-hook as an alias.
9642 (ini-generic-mode-find-file-hook): Rename from
9643 generic-mode-ini-file-find-file-hook. Fix docstring.
9644 (ini-generic-mode): Docstring change.
9645 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9646
9647 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9648 called from lisp.
9649
9650 * generic.el: Move to the emacs-lisp subdir.
9651
9652 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9653
9654 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9655 and C-S- function and cursor motion keys.
9656
9657 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9658
9659 * startup.el (command-line): Enable Xterm Mouse mode by default.
9660 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9661 for Custom. No longer show "Mouse" in mode line when enabled.
9662 Doc fix.
9663
9664 2005-04-12 Kim F. Storm <storm@cua.dk>
9665
9666 * emulation/cua-base.el (cua-rectangle-face)
9667 (cua-rectangle-noselect-face): Define face attributes here.
9668
9669 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9670
9671 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9672
9673 * startup.el (command-line): Turn off blinking cursor if
9674 cursorBlink in resources is off or false.
9675
9676 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9677
9678 * term/mac-win.el (dnd): Require dnd.
9679 (mac-drag-n-drop): Call dnd-handle-one-url.
9680 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9681 (kTextEncodingISOLatin2): Remove constants.
9682 (mac-script-code-coding-systems): New constant.
9683 (mac-handle-language-change): New function.
9684 (special-event-map): Bind it to `language-change' event.
9685 (mac-centraleurroman, mac-cyrillic): New coding systems.
9686 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9687 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9688 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9689 encode-mac-cyrillic, respectively.
9690
9691 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9692
9693 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9694 Don't set overlay-arrow-string to "=>" as this is done
9695 globally in C now.
9696
9697 2005-04-12 Lute Kamstra <lute@gnu.org>
9698
9699 * generic-x.el (rc-generic-mode, rul-generic-mode):
9700 Fix auto-mode-alist entries.
9701 (etc-fstab-generic-mode): Tweak fontification.
9702
9703 * generic.el (generic-make-keywords-list): Fix docstring.
9704 (generic-mode-internal): Simplify generic-font-lock-keywords.
9705
9706 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9707
9708 * whitespace.el (whitespace-buffer-leading)
9709 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9710 However, fix the highlight area for the leading and
9711 trailing whitespaces to show space.
9712
9713 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9714
9715 * whitespace.el (whitespace-version): Bump to 3.5
9716
9717 (whitespace-buffer-leading, whitespace-buffer-trailing):
9718 Invert sense of the test to highlight the whitespace.
9719
9720 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9721
9722 * progmodes/gud.el (gud-display-line): GUD uses its own
9723 overlay arrow now so don't set overlay-arrow-string.
9724 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9725
9726 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9727
9728 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9729 (term-ansi-current-reverse, term-ansi-current-invisible)
9730 (term-ansi-face-already-done): Change to boolean.
9731 (term-reset-terminal, term-handle-colors-array): Handle the above
9732 vars accordingly.
9733 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9734 (term-emulate-terminal): Use the new name.
9735
9736 * faces.el (secondary-selection): Use yellow1, not yellow.
9737 (trailing-whitespace): Use red1, not red.
9738
9739 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9740
9741 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9742 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9743 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9744
9745 * cus-edit.el (dnd): New group.
9746
9747 * term/w32-win.el (dnd): Require dnd
9748 (w32-drag-n-drop): Call dnd-handle-one-url.
9749
9750 * x-dnd.el: Require dnd.
9751 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9752 Call dnd-handle-one-url.
9753 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9754 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9755 to dnd-insert-text.
9756 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9757 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9758 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9759 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9760
9761 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9762
9763 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9764
9765 * wdired.el: Doc fixes.
9766 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9767 (wdired-use-dired-vertical-movement): Rename from
9768 wdired-always-move-to-filename-beginning.
9769 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9770 (wdired-change-to-wdired-mode): Change mode name.
9771 (wdired-newline): Delete.
9772
9773 2005-04-11 Richard M. Stallman <rms@gnu.org>
9774
9775 * whitespace.el (whitespace-highlight-the-space):
9776 Don't call whitespace-unhighlight-the-space here.
9777
9778 * simple.el (undo): Record t in undo-equiv-table
9779 for the redo record made by an undo-in-region.
9780
9781 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9782
9783 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9784 (gdb-frame-inferior-io-buffer): New Functions to control
9785 display of separate IO buffer.
9786 (menu): Add them to menu-bar.
9787 (gdb-display-buffer): Check for buffer another frame.
9788 Protect GUD buffer.
9789 (gdb-setup-windows): Create IO buffer if not already there.
9790 (gdb-memory-mode): Remove purecopy noops.
9791
9792 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9793
9794 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9795 and pass to self-insert-command.
9796
9797 2005-04-11 Lute Kamstra <lute@gnu.org>
9798
9799 * generic.el: Commentary section cleanup.
9800 (generic): Delete.
9801 (generic-use-find-file-hook, generic-lines-to-scan)
9802 (generic-find-file-regexp, generic-ignore-files-regexp)
9803 (default-generic-mode, generic-mode-find-file-hook)
9804 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9805 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9806 (generic-use-find-file-hook, generic-lines-to-scan)
9807 (generic-find-file-regexp, generic-ignore-files-regexp)
9808 (default-generic-mode, generic-mode-find-file-hook)
9809 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9810
9811 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9812
9813 * bookmark.el (bookmark-write-file): Catch errors writing file.
9814 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9815
9816 2005-04-10 Richard M. Stallman <rms@gnu.org>
9817
9818 * startup.el (fancy-splash-tail): Update copyright year.
9819 (command-line): Split part of -Q into -D.
9820 (emacs-basic-display): New defvar.
9821 (fancy-splash-text): Correct name of menu item.
9822
9823 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9824
9825 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9826 lines in one node.
9827
9828 * comint.el (comint-send-input): New arg ARTIFICIAL.
9829 Callers in this file changed.
9830
9831 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9832
9833 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9834
9835 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9836
9837 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9838 `ldap-search-internal'.
9839
9840 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9841
9842 * files.el (set-auto-mode-1): Use line-end-position.
9843
9844 * international/latin-1.el:
9845 * international/latin-2.el:
9846 * international/latin-3.el:
9847 * international/latin-4.el:
9848 * international/latin-5.el:
9849 * international/latin-8.el:
9850 * international/latin-9.el: Give punctuation syntax to NBSP.
9851
9852 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9853 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9854 Use char-classes to accept non-ascii letters, accepted in some recent
9855 bibtex implementations.
9856
9857 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9858
9859 * custom.el (custom-set-minor-mode): Any non-nil value for the
9860 variable should enable the mode when set through Custom.
9861
9862 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9863
9864 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9865 TAB binding so tab-always-indent is obeyed.
9866 (vhdl-minibuffer-local-map): Move initialization into declaration.
9867 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9868 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9869 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9870 (vhdl-current-line): Use line-beginning-position.
9871 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9872 with-output-to-temp-buffer, so the current position can be recorded.
9873
9874 2005-04-10 Masatake YAMATO <jet@gyve.org>
9875
9876 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9877 Add regexp for gcov.
9878
9879 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9880
9881 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9882 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9883 syntax which Emacs 20 doesn't support.
9884
9885 2005-04-09 Richard M. Stallman <rms@gnu.org>
9886
9887 * help.el (describe-key-briefly, describe-key):
9888 Replace strings as event types with "(any string)".
9889
9890 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9891
9892 * arc-mode.el (archive-mode-map): Move initialization into
9893 the declaration. Override *all* bindings of `undo'.
9894 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9895
9896 2005-04-09 Jay Belanger <belanger@truman.edu>
9897
9898 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9899
9900 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9901
9902 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9903 (xterm-register-default-colors): Update color values computation
9904 to match xterm-200.
9905
9906 2005-04-09 Kenichi Handa <handa@m17n.org>
9907
9908 * international/code-pages.el (iso-latin-7): Fix the map.
9909
9910 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9911
9912 * emacs-lisp/lisp.el (defun-prompt-regexp)
9913 (parens-require-spaces, buffer-end, end-of-defun)
9914 (insert-parentheses): Doc fixes.
9915
9916 2005-04-08 Kim F. Storm <storm@cua.dk>
9917
9918 * comint.el (comint-highlight-prompt): Fix face spec.
9919 * hi-lock.el (hi-green): Likewise.
9920
9921 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9922
9923 * cus-edit.el (custom-modified-face):
9924 * comint.el (comint-highlight-input): Fix previous changes.
9925 * term.el (term-handle-ansi-escape): Add a comment.
9926
9927 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9928
9929 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9930 in the buffer and in whitespace-highlighted-space.
9931 (whitespace-unhighlight-the-space): Simplify.
9932 (whitespace-buffer): Simplify.
9933
9934 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9935
9936 * textmodes/table.el (table-cell-face): Add special case for
9937 displays supporting a high number of colors.
9938 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9939 (vhdl-font-lock-reserved-words-face)
9940 (vhdl-speedbar-architecture-face)
9941 (vhdl-speedbar-instantiation-face)
9942 (vhdl-speedbar-architecture-selected-face)
9943 (vhdl-speedbar-instantiation-selected-face): Likewise.
9944 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9945 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9946 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9947 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9948 (ebrowse-progress-face): Likewise.
9949 * progmodes/compile.el (compilation-info-face): Likewise.
9950 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9951 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9952 * calendar/calendar.el (diary-face): Likewise.
9953 * woman.el (woman-italic-face, woman-bold-face)
9954 (woman-unknown-face): Likewise.
9955 * wid-edit.el (widget-button-pressed-face): Likewise.
9956 * whitespace.el (whitespace-highlight-face): Likewise.
9957 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9958 * pcvs-info.el (cvs-marked-face): Likewise.
9959 * info.el (info-xref): Likewise.
9960 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9961 * hilit-chg.el (highlight-changes-face)
9962 (highlight-changes-delete-face): Likewise.
9963 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9964 (hi-red-b): Likewise.
9965 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9966 * font-lock.el (font-lock-keyword-face)
9967 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9968 * cus-edit.el (custom-invalid-face, custom-modified-face)
9969 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9970 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9971 * comint.el (comint-highlight-prompt): Likewise.
9972
9973 2005-04-08 Lute Kamstra <lute@gnu.org>
9974
9975 * font-lock.el (font-lock-keywords): Docstring fixes.
9976
9977 2005-04-08 Kenichi Handa <handa@m17n.org>
9978
9979 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9980 chars are more than a limit, print " and more..." at the tail.
9981
9982 2005-04-08 Kim F. Storm <storm@cua.dk>
9983
9984 * emacs-lisp/authors.el (authors-aliases): Update list.
9985 (authors-ignored-files): New list.
9986 (authors-fixed-entries): Fix typo.
9987 (authors-renamed-files-alist): Update list.
9988 (authors-add): Check authors-ignored-files.
9989
9990 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9991
9992 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9993 optional, to ensure backward compatibility.
9994
9995 2005-04-08 Stephen Eglen <stephen@gnu.org>
9996
9997 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9998
9999 2005-04-08 Kim F. Storm <storm@cua.dk>
10000
10001 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
10002
10003 * mouse.el (mouse-on-link-p): Doc fix.
10004
10005 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
10006
10007 * ielm.el (ielm-prompt-read-only): Doc fix.
10008
10009 * comint.el (comint-prompt-read-only): Doc fix.
10010
10011 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
10012
10013 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
10014 ensure dired always handles wildcards passed to ffap.
10015 (find-file-at-point): Use it.
10016 (ffap-dired-wildcards): Doc fix.
10017
10018 2005-04-07 Juri Linkov <juri@jurta.org>
10019
10020 * simple.el (next-error-overlay-arrow-position): New defvar.
10021 Put "=>" on its property `overlay-arrow-string'. Add it to
10022 `overlay-arrow-variable-list'.
10023
10024 * progmodes/compile.el (compilation-setup):
10025 Set `next-error-overlay-arrow-position' to nil. Also set it to
10026 nil in the local hook `kill-buffer-hook'. Make local variable
10027 `overlay-arrow-string' and set it to "=>".
10028 (compilation-goto-locus): Set BOL position to
10029 `next-error-overlay-arrow-position' instead of
10030 `overlay-arrow-position'.
10031
10032 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
10033 locally instead of adding it to the global hook.
10034 (Info-kill-buffer): Move up.
10035
10036 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
10037
10038 * term/xterm.el (xterm-standard-colors): Update color values from
10039 xterm-200.
10040
10041 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
10042
10043 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
10044
10045 * fast-lock.el:
10046 * lazy-lock.el: Move them to the obsolete subdir.
10047
10048 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10049
10050 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
10051 (wdired-add-replace-advice): Remove.
10052 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
10053
10054 2005-04-06 Kim F. Storm <storm@cua.dk>
10055
10056 * startup.el (command-line): Add --bare-bones alias for -Q.
10057
10058 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10059
10060 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
10061 create the startup fontset if a font specification ends with
10062 `mac-roman'.
10063
10064 2005-04-06 Lute Kamstra <lute@gnu.org>
10065
10066 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
10067 change.
10068
10069 * emacs-lisp/copyright.el (copyright-update-year): Replace the
10070 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
10071
10072 2005-04-05 Lute Kamstra <lute@gnu.org>
10073
10074 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
10075 (define-generic-mode): Ditto. Fix debug declaration.
10076
10077 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10078 Put them in the generic-x group.
10079
10080 * calendar/timeclock.el (timeclock): Doc fix.
10081
10082 * generic.el (define-generic-mode): Don't use custom-current-group.
10083 Document default :group value.
10084 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
10085 (define-global-minor-mode): Don't use custom-current-group.
10086
10087 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
10088
10089 * startup.el (command-line-1): Display startup-echo-area-message
10090 when fancy splash screen is in use.
10091
10092 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
10093 (sh-escaped-newline): New face.
10094 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
10095 newline, and use sh-escaped-newline face.
10096
10097 * progmodes/tcl.el (tcl-escaped-newline): New face.
10098 (tcl-builtin-list): New variable.
10099 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
10100 newlines. Fix keywords subexpression number.
10101
10102 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
10103
10104 * textmodes/org.el (org-diary-default-entry): Fix call to
10105 `add-to-diary-entry'.
10106
10107 2005-04-05 Kim F. Storm <storm@cua.dk>
10108
10109 * ediff-init.el: Use (featurep 'xemacs).
10110
10111 2005-04-05 David Ponce <david@dponce.com>
10112
10113 * cus-edit.el (face): Derive from symbol widget. Display sample
10114 of the current face on the fly.
10115 (widget-face-sample-face-get, widget-face-notify): New functions.
10116 (widget-face-value-create): Remove.
10117
10118 * wid-edit.el (widget-field-end): Temporarily remove field
10119 narrowing before to call `get-char-property'.
10120
10121 2005-04-04 Jay Belanger <belanger@truman.edu>
10122
10123 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
10124 (math-read-subscripts): New variable.
10125 (math-read-preprocess-string): Process subscripts.
10126
10127 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
10128
10129 * comint.el (comint-prompt-read-only): Doc fix.
10130
10131 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
10132 `-1'. Doc fix.
10133
10134 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
10135
10136 * textmodes/org.el (org-insert-mode-line-in-empty-file):
10137 Change default value to nil.
10138
10139 2005-04-04 Lute Kamstra <lute@gnu.org>
10140
10141 * autorevert.el (auto-revert-mode): Specify :group.
10142 * battery.el (display-battery-mode): Specify :group.
10143 * diff-mode.el (diff-minor-mode): Specify :group.
10144 * font-core.el (font-lock-mode): Specify :group.
10145 * hl-line.el (hl-line-mode): Specify :group.
10146 * iimage.el (iimage): New customization group.
10147 (iimage-mode): Specify :group.
10148 * longlines.el (longlines-mode): Specify :group.
10149 * master.el: Don't require easy-mmode.
10150 (master): New customization group.
10151 (master-mode): Specify :group.
10152 * msb.el (msb-mode): Specify :group.
10153 * reveal.el (reveal-mode): Specify :group.
10154 * simple.el (next-error-follow-minor-mode): Specify :group.
10155 * smerge-mode.el (smerge-mode): Specify :group.
10156 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
10157 * emulation/cua-base.el (cua-mode): Specify :group.
10158 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
10159 * language/thai-util.el (thai-auto-composition-mode)
10160 (thai-word-mode): Specify :group.
10161 * mail/supercite.el (sc-minor-mode): Specify :group.
10162 * progmodes/cwarn.el (cwarn-mode): Specify :group.
10163 * progmodes/flymake.el (flymake-mode): Specify :group.
10164 * progmodes/glasses.el (glasses-mode): Specify :group.
10165 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
10166 * textmodes/enriched.el (enriched-mode): Specify :group.
10167 * textmodes/refill.el (refill-mode): Specify :group.
10168
10169 * add-log.el (change-log-font-lock-keywords): Names in
10170 parenthesized lists can contain spaces.
10171
10172 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
10173
10174 * startup.el (fancy-splash-text): Shorten default text of
10175 "Emacs Tutorial" line. Also, if the current language env
10176 indicates an available tutorial file other than TUTORIAL,
10177 extract its title and append it to the line in parentheses.
10178 (fancy-splash-insert): If arg is a thunk, funcall it.
10179
10180 2005-04-04 Jay Belanger <belanger@truman.edu>
10181
10182 * calc.el (calc-language-alist): Add tags to customization type.
10183
10184 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
10185
10186 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
10187 Doc fix.
10188
10189 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
10190
10191 * add-log.el (change-log-font-lock-keywords): The manual
10192 describing a Change Log entry, says: (...) "Aside from these
10193 header lines, every line in the change log starts with a space or
10194 a tab.". The font-lock was not highlighting lines started with
10195 spaces, added support for it.
10196
10197 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10198
10199 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
10200 (bibtex-generate-url-list): Update docstring accordingly. Put the
10201 complex example in the docstring.
10202 (bibtex-font-lock-url): Use pop.
10203
10204 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10205
10206 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10207
10208 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10209
10210 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10211
10212 * filesets.el (filesets-set-default): Doc fix.
10213
10214 2005-04-03 Lute Kamstra <lute@gnu.org>
10215
10216 * generic.el (define-generic-mode): Add argument to specify
10217 keywords for defcustom.
10218 (default-generic-mode): Specify :group.
10219
10220 * generic-x.el: Specify :group for all generic modes.
10221
10222 * desktop.el (desktop-no-desktop-file-hook)
10223 (desktop-after-read-hook): Doc fix.
10224
10225 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
10226
10227 * simple.el (visible-mode): Use explicit :group keyword.
10228 This changes the group of `visible-mode-hook' from paren-blinking
10229 to editing-basics.
10230
10231 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10232
10233 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
10234 mailbox specifications as well as URLs.
10235 (rmail-insert-inbox-text): Remove unused conditional branches.
10236
10237 2005-04-01 Jay Belanger <belanger@truman.edu>
10238
10239 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10240 (calc-gnuplot-print-command): Move definitions to calc.el.
10241
10242 * calc/calc-embed.el (calc-embedded-announce-formula)
10243 (calc-embedded-open-formula, calc-embedded-close-formula)
10244 (calc-embedded-open-word, calc-embedded-close-word)
10245 (calc-embedded-open-plain, calc-embedded-close-plain)
10246 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10247 (calc-embedded-open-mode, calc-embedded-close-mode):
10248 Move definitions to calc.el.
10249
10250 * calc/calc.el (calc-settings-file, calc-language-alist):
10251 Make customizable.
10252 (calc-embedded-announce-formula, calc-embedded-open-formula)
10253 (calc-embedded-close-formula, calc-embedded-open-word)
10254 (calc-embedded-close-word, calc-embedded-open-plain)
10255 (calc-embedded-close-plain, calc-embedded-open-new-formula)
10256 (calc-embedded-close-new-formula, calc-embedded-open-mode)
10257 (calc-embedded-close-mode, calc-gnuplot-name)
10258 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10259 from other files and make customizable.
10260
10261 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10262
10263 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10264 Use buffer-live-p.
10265 (cvs-mode-run): Don't call cvs-update-header here.
10266 (cvs-run-process): Call cvs-update-header.
10267 Use process properties for cvs-postprocess and cvs-buffer so that
10268 the sentinel can behave better if the temp buffer is killed.
10269 Use a pipe rather than a tty, to better handle unexpected prompts.
10270 (cvs-sentinel): Rewrite. Call cvs-update-header.
10271
10272 2005-04-01 Andre Spiegel <spiegel@gnu.org>
10273
10274 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10275 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
10276
10277 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10278
10279 * generic.el (define-generic-mode): Add indentation rule.
10280
10281 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
10282
10283 * files.el (mode-require-final-newline): Make Custom correctly
10284 report a nil value and allow to set it to nil via Custom.
10285 Doc fix.
10286
10287 2005-04-01 Kenichi Handa <handa@m17n.org>
10288
10289 * international/characters.el: Enable the correct case setting for
10290 dotless-i and dotted-I.
10291
10292 2005-04-01 Kim F. Storm <storm@cua.dk>
10293
10294 * ido.el (ido-file-internal): Fall back to non-ido command if
10295 initial directory is on slow ftp (or tramp) host.
10296
10297 2005-03-31 Richard M. Stallman <rms@gnu.org>
10298
10299 * emacs-lisp/autoload.el (make-autoload):
10300 Handle define-global-minor-mode.
10301
10302 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10303 Rename from easy-mmode-define-global-mode.
10304 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10305
10306 * progmodes/scheme.el (scheme-mode-syntax-table):
10307 Update syntax of | and # for two-character comment syntax.
10308
10309 2005-03-31 Lute Kamstra <lute@gnu.org>
10310
10311 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10312 (define-minor-mode): Call custom-current-group at load-time.
10313
10314 * generic.el (define-generic-mode): Add debug declaration.
10315 Add defcustom for the mode hook.
10316 (generic-mode-internal): Use run-mode-hooks.
10317
10318 2005-03-31 Kim F. Storm <storm@cua.dk>
10319
10320 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10321 (mouse-fixup-help-message): New defun called by show_help_echo
10322 to fixup mouse-2 prefix in help messages when applicable.
10323
10324 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10325
10326 2005-03-31 Kenichi Handa <handa@m17n.org>
10327
10328 * language/thai-word.el (thai-find-word-ends): Pay attention to
10329 the case that we reach the end of buffer.
10330
10331 * textmodes/fill.el (fill-text-properties-at): New function.
10332 (fill-newline): Use fill-text-properties-at instead of
10333 text-properties-at.
10334
10335 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10336
10337 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10338 not comint-quote-filename.
10339
10340 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10341
10342 * help-fns.el (help-with-tutorial): Revert last change.
10343
10344 2005-03-31 Kim F. Storm <storm@cua.dk>
10345
10346 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10347
10348 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10349
10350 * calendar/cal-china.el: Update reference to "Calendrical
10351 Calculations" book; there's a new edition.
10352 * calendar/cal-coptic.el: Likewise.
10353 * calendar/cal-french.el: Likewise.
10354 * calendar/cal-hebrew.el: Likewise.
10355 * calendar/cal-islam.el: Likewise.
10356 * calendar/cal-iso.el: Likewise.
10357 * calendar/cal-julian.el: Likewise.
10358 * calendar/cal-mayan.el: Likewise.
10359 * calendar/cal-persia.el: Likewise.
10360 * calendar/calendar.el: Likewise.
10361 * calendar/holidays.el: Likewise.
10362 * calendar/lunar.el: Likewise.
10363 * calendar/solar.el: Likewise.
10364
10365 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10366 white space from doc string.
10367
10368 2005-03-30 Jay Belanger <belanger@truman.edu>
10369
10370 * calc/calc-help.el (calc-full-help): Remove email address.
10371
10372 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10373
10374 * help-fns.el (help-with-tutorial): Delete title line.
10375
10376 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10377
10378 * calendar/cal-x.el (calendar-one-frame-setup)
10379 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10380 rather than 'symbol for set-window-dedicated-p.
10381
10382 * calendar/appt.el (appt-buffer-name): Make it a constant.
10383 (appt-add): Doc fix.
10384
10385 * filesets.el (filesets-menu-path, filesets-menu-before)
10386 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10387 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10388 (filesets-add-submenu): Delete and use add-submenu instead.
10389
10390 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10391
10392 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10393 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10394 (org-diary-default-entry): New function.
10395 (org-get-entries-from-diary): Better parsing of diary entries.
10396 (org-agenda-check-no-diary): New function.
10397 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10398 linking to diary entries.
10399 (org-agenda-execute-calendar-command): New function.
10400 (org-agenda): Improve visible section in window.
10401 Use `org-fit-agenda-window'.
10402 (org-fit-agenda-window): New option.
10403 (org-move-subtree-down): Better handling of empty lines
10404 at end of subtree.
10405 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10406 levels up.
10407 (org-fontify-done-headline): New option.
10408 (org-headline-done-face): New face.
10409 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10410 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10411 When current field is non-empty, it is copied to next row.
10412 (org-table-copy-from-above): Fix bug which made it
10413 impossible to copy fields containing only a single non-white character.
10414
10415 2005-03-30 Kim F. Storm <storm@cua.dk>
10416
10417 * kmacro.el (kmacro-end-macro): Isearch may store this command
10418 into the macro -- so ignore it when executing keyboard macro.
10419
10420 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10421
10422 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10423
10424 2005-03-29 Kenichi Handa <handa@m17n.org>
10425
10426 * language/thai.el ("Thai"): Set setup-function and exit-function
10427 for Thai language environment.
10428
10429 * language/thai-util.el: Require thai-word.
10430 (thai-word-mode-map): New variable.
10431 (thai-word-mode): New minor mode.
10432 (setup-thai-language-environment-internal): New function.
10433 (exit-thai-language-environment-internal): New function.
10434
10435 * language/thai-word.el (thai-word-table): Declare it by defvar,
10436 use dolist to initialize it.
10437 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10438 (thai-fill-find-break-point): New functions.
10439
10440 2005-03-29 Richard M. Stallman <rms@gnu.org>
10441
10442 * simple.el (idle-update-delay): Move definition up.
10443 (set-mark): Doc fix.
10444
10445 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10446
10447 * longlines.el: New file.
10448
10449 * simple.el (buffer-substring-filters): New variable.
10450 (filter-buffer-substring): New function.
10451 (kill-region, copy-region-as-kill): Use it.
10452
10453 * register.el (copy-to-register, append-to-register)
10454 (prepend-to-register): Use filter-buffer-substring.
10455
10456 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10457
10458 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10459 (gud-filter-pending-text): Move in front of gdb.
10460 (gud-overlay-arrow-position): New variable.
10461 (gud-sentinel, gud-display-line): Use it in place of
10462 overlay-arrow-position.
10463
10464 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10465
10466 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10467 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10468 (fortran-font-lock-keywords-4): New variable.
10469 (fortran-blocks-re, fortran-end-block-re)
10470 (fortran-start-block-re): New constants, for hideshow.
10471 (hs-special-modes-alist): Add a Fortran entry.
10472 (fortran-mode-map): Bind fortran-end-of-block,
10473 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10474 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10475 (fortran-looking-at-if-then, fortran-end-of-block)
10476 (fortran-beginning-of-block): New functions, for hideshow.
10477
10478 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10479 Doc fix. Tweak regexp.
10480 (f90-beginning-of-block): Push mark first.
10481
10482 2005-03-29 Jay Belanger <belanger@truman.edu>
10483
10484 * calc/calc.el: Update copyright date.
10485 (calc-version): Increase to 2.1.
10486 (calc-version-date): Remove.
10487
10488 * calc/calc-help.el: Update copyright date.
10489 (calc-full-help): Remove reference to calc-version-date.
10490 Update copyright date.
10491
10492 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10493
10494 * vc.el (vc-do-command): Use a pipe for async processes, so password
10495 prompts don't show up at places where the user can't reply.
10496
10497 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10498
10499 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10500 on the file name we pass to the inferior shell.
10501
10502 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10503
10504 * progmodes/which-func.el (which-function): Be robust in the face of an
10505 imenu--make-index-alist failure.
10506
10507 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10508
10509 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10510
10511 * progmodes/python.el (python-preoutput-filter): Fix last change.
10512
10513 2005-03-29 Lute Kamstra <lute@gnu.org>
10514
10515 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10516 functions and compiled macros.
10517 (debug-convert-byte-code): Handle macros too.
10518 (debug-on-entry-1): Don't signal an error when trying to clear a
10519 function that is not set to debug on entry.
10520
10521 2005-03-29 Jay Belanger <belanger@truman.edu>
10522
10523 * calc/calc-lang.el: Add functions to math-function-table
10524 properties of tex and math.
10525
10526 2005-03-29 Kenichi Handa <handa@m17n.org>
10527
10528 * ps-mule.el (ps-mule-plot-string): Translate characters by
10529 ps-print-translation-table.
10530 (ps-mule-begin-job): Call find-charset-region/string with
10531 ps-print-translation-table.
10532 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10533
10534 * ps-print.el (ps-print-translation-table): New variable.
10535 (ps-plot-region): Translate characters by ps-print-translation-table.
10536
10537 2005-03-29 Juri Linkov <juri@jurta.org>
10538
10539 * simple.el (next-error-highlight-timer): New variable.
10540
10541 * progmodes/compile.el (compilation-goto-locus):
10542 Use `next-error-highlight-timer' instead of `sit-for'.
10543
10544 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10545
10546 * mail/supercite.el (sc-mail-field): Use assoc-string.
10547 (sc-get-address): Simplify regexps.
10548
10549 * files.el (minibuffer-with-setup-hook): New macro.
10550 (find-file-read-args): Use it to avoid let-binding
10551 minibuffer-with-setup-hook (which breaks turning on/off
10552 file-name-shadow-mode while in the prompt).
10553
10554 * complete.el (PC-read-include-file-name-internal):
10555 Use test-completion.
10556
10557 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10558
10559 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10560
10561 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10562
10563 * window.el (window-buffer-height): Use count-screen-lines.
10564
10565 * progmodes/python.el (python-preoutput-leftover): New var.
10566 (python-preoutput-filter): Use it.
10567 (python-send-receive): Loop until all the result has been received.
10568
10569 2005-03-28 Juri Linkov <juri@jurta.org>
10570
10571 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10572
10573 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10574 "Recover Crashed Session".
10575 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10576 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10577 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10578 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10579 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10580 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10581 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10582 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10583
10584 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10585 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10586 Ediff Sessions", "Toggle use of separate control buffer frame",
10587 "Use separate frame for Ediff control buffer".
10588
10589 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10590 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10591 "Rename Bookmark", "Delete Bookmark".
10592
10593 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10594 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10595 Add `:active Info-index-alternatives' to "Next Matching Item".
10596
10597 * wdired.el (wdired-change-to-wdired-mode):
10598 Mention `wdired-abort-changes' key in the initial message.
10599
10600 * international/mule.el (auto-coding-alist): Associate non-ascii
10601 image filename extensions with `no-conversion'.
10602
10603 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10604
10605 * international/iso-acc.el:
10606 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10607
10608 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10609
10610 * textmodes/sgml-mode.el (html-mode): Doc update.
10611
10612 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10613
10614 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10615
10616 * term.el (term-move-columns): Fix face after extending a line.
10617 (term-insert-spaces): Likewise.
10618 (term-reset-terminal): Fix off by one error.
10619
10620 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10621
10622 * international/mule.el (auto-coding-alist): Add .xpi files.
10623
10624 * files.el (auto-mode-alist): Add .xpi files.
10625
10626 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10627
10628 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10629
10630 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10631
10632 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10633
10634 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10635
10636 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10637 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10638
10639 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10640 cursor to Jan 1 when needed.
10641 (calendar-end-of-year): Fix -/+ typo.
10642 Reported by Chong Yidong <cyd@stupidchicken.com>.
10643
10644 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10645
10646 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10647
10648 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10649 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10650
10651 2005-03-25 Richard M. Stallman <rms@gnu.org>
10652
10653 * filesets.el (filesets-init): Add autoload.
10654
10655 * mail/mailalias.el (mail-directory): Doc fix.
10656
10657 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10658
10659 * mail/mailalias.el (mail-directory-process): Do nothing if
10660 mail-directory-process is an atom.
10661 (mail-get-names): Ignore mail-directory-names if it is an atom.
10662 (mail-directory-process defvar): Doc fix.
10663 (mail-names): Doc fix.
10664
10665 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10666
10667 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10668
10669 2005-03-26 Kenichi Handa <handa@m17n.org>
10670
10671 * international/mule-util.el (detect-coding-with-priority):
10672 Call update-coding-systems-internal before detect-coding-region.
10673
10674 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10675
10676 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10677 (gdb-frames-mode-map): Add follow-link property.
10678
10679 2005-03-25 Jay Belanger <belanger@truman.edu>
10680
10681 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10682 for variables.
10683
10684 2005-03-25 Juri Linkov <juri@jurta.org>
10685
10686 * image-mode.el: Optimize image filename extension regexps in
10687 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10688 in `auto-mode-alist'.
10689 (image-mode): Add `image-toggle-display-text' to local hook
10690 `change-major-mode-hook'. Display the image as an image by
10691 default. Set `cursor-type' and `truncate-lines' if the image
10692 is already displayed. Take into account the current mode (image
10693 or text) in message.
10694 (image-minor-mode): New minor mode.
10695 (image-mode-maybe, image-toggle-display-text): New functions.
10696 (image-toggle-display): Use called-interactively-p.
10697 Let-bind `inhibit-read-only' to t.
10698
10699 * image-mode.el (image-minor-mode): Set `cursor-type' and
10700 `truncate-lines' if the image is already displayed. Add turning
10701 image-minor-mode off to `change-major-mode-hook'. Add message.
10702 Call `image-toggle-display-text' after turning image-minor-mode off.
10703
10704 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10705
10706 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10707 Terminal.app, use utf-8.
10708 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10709 (set-locale-environment): Use it.
10710
10711 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10712
10713 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10714
10715 * progmodes/python.el (python-close-block-statement-p)
10716 (python-outdent-p, python-current-defun): Use symbol-end.
10717
10718 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10719
10720 * files.el (save-some-buffers): Doc fix.
10721
10722 2005-03-25 Werner Lemberg <wl@gnu.org>
10723
10724 * complete.el, thumbs.el: Replace `legal' with `valid'.
10725 * calendar/calendar.el: Replace `legal' with `valid'.
10726 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10727 * mail/supercite.el: Replace `legal' with `valid'.
10728 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10729 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10730 Replace `legal' with `valid'.
10731 * textmodes/reftex-vars.el, textmodes/reftex.el:
10732 Replace `legal' with `valid'.
10733
10734 2005-03-25 Werner Lemberg <wl@gnu.org>
10735
10736 * calc/calc-forms.el, calc/calc-sel.el:
10737 * midnight.el, vc-cvs.el:
10738 * emacs-lisp/cl-macs.el:
10739 * emulation/vip.el:
10740 * eshell/esh-io.el, eshell/esh-var.el:
10741 * mail/supercite.el:
10742 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10743 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10744 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10745 * progmodes/sh-script.el, progmodes/xscheme.el:
10746 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10747 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10748 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10749 * textmodes/reftex.el, textmodes/org.el:
10750 Replace `illegal' with `invalid'.
10751
10752 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10753
10754 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10755 (flymake-find-buildfile, flymake-find-possible-master-files)
10756 (flymake-check-include, flymake-parse-line): Replace loops over the
10757 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10758
10759 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10760 Substitute file-name-as-directory in the rest of the file.
10761 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10762 (flymake-replace-region): Remove unused arg `buffer'.
10763 (flymake-check-patch-master-file-buffer): Update calls to it.
10764 (flymake-add-err-info): Remove unused var `count'.
10765 (flymake-mode): Use define-minor-mode.
10766
10767 * progmodes/flymake.el: Use with-current-buffer.
10768 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10769 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10770 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10771 Avoid testing for `xemacs'.
10772 (flymake-nop): Move.
10773 (flymake-region-has-flymake-overlays): Return the computed value.
10774 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10775 Remove unused var `endline'.
10776 (flymake-get-line-count): Remove unused function.
10777 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10778
10779 * emulation/vi.el:
10780 * generic.el:
10781 * hilit-chg.el (global-highlight-changes):
10782 * hi-lock.el (hi-lock-mode):
10783 * follow.el: find-file-hooks -> find-file-hook.
10784
10785 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10786
10787 2005-03-24 Juri Linkov <juri@jurta.org>
10788
10789 * dired.el (dired-mode-map): Add menu item "Compare directories"
10790 for dired-compare-directories.
10791
10792 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10793 Doc fix. Replace `read-file-name' with `read-directory-name'.
10794
10795 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10796
10797 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10798
10799 2005-03-24 Jay Belanger <belanger@truman.edu>
10800
10801 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10802 relevant mode settings in calc-embedded-original-modes when modes
10803 are permanently changed.
10804
10805 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10806
10807 * autoinsert.el: find-file-hooks -> find-file-hook.
10808
10809 2005-03-24 Lute Kamstra <lute@gnu.org>
10810
10811 * generic.el (generic-font-lock-defaults): Make it obsolete.
10812 (generic-font-lock-keywords): New variable to replace
10813 generic-font-lock-defaults.
10814 (generic-mode-set-font-lock): Delete it.
10815 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10816 (generic-bracket-support): Add docstring.
10817
10818 * generic-x.el: Rename generic-font-lock-defaults to
10819 generic-font-lock-keywords throughout.
10820 (mailagent-rules-setup-function): Delete it.
10821 (mailagent-rules-generic-mode): Use anonymous function instead.
10822 (show-tabs-generic-mode-font-lock-defaults-1)
10823 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10824 Quote faces.
10825 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10826 not foreground.
10827
10828 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10829 Recognize define-generic-mode.
10830
10831 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10832
10833 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10834 if there's no completion table.
10835
10836 2005-03-23 Miles Bader <miles@gnu.org>
10837
10838 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10839 Remove tty-specific variants, as they're no longer needed.
10840
10841 2005-03-23 Lute Kamstra <lute@gnu.org>
10842
10843 * generic-x.el: Code cleanup: make args constant whenever possible.
10844 (installshield-statement-keyword-list)
10845 (installshield-system-functions-list)
10846 (installshield-system-variables-list, installshield-types-list)
10847 (installshield-funarg-constants-list): Make them constants.
10848
10849 * generic.el (generic-make-keywords-list): Add autoload cookie.
10850
10851 * calendar/time-date.el: Add comment on time value formats.
10852 Don't require parse-time.
10853 (with-decoded-time-value): New macro.
10854 (encode-time-value): New function.
10855 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10856 (days-to-time): Return a valid time value when arg is huge.
10857 (time-since): Use time-subtract.
10858 (time-to-number-of-days): Use time-to-seconds.
10859
10860 2005-03-23 David Ponce <david@dponce.com>
10861
10862 * recentf.el: (recentf-keep): New option.
10863 (recentf-menu-action): Default to `find-file'.
10864 (recentf-keep-non-readable-files-flag)
10865 (recentf-keep-non-readable-files-p)
10866 (recentf-file-readable-p, recentf-find-file)
10867 (recentf-cleanup-remote): Remove.
10868 (recentf-include-p): More robust.
10869 (recentf-keep-p): New function.
10870 (recentf-remove-if-non-kept): Rename from
10871 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10872 All callers updated.
10873 (recentf-menu-items-for-commands): Fix help string.
10874 (recentf-track-closed-file): Update. Doc fix.
10875 (recentf-cleanup): Update. Count removed files. Doc fix.
10876
10877 2005-03-23 Kim F. Storm <storm@cua.dk>
10878
10879 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10880 Don't inherit from fringe face (now happens automatically).
10881
10882 2005-03-22 Kim F. Storm <storm@cua.dk>
10883
10884 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10885 position values.
10886
10887 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10888
10889 * menu-bar.el (showhide-date-time): Remove.
10890 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10891 (menu-bar-make-mm-toggle): Simplify.
10892
10893 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10894
10895 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10896 Accept qualified variable and function names.
10897
10898 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10899
10900 * bindings.el (completion-ignored-extensions):
10901 Remove ".lis" for `vax-vms'.
10902
10903 2005-03-22 Andreas Schwab <schwab@suse.de>
10904
10905 * generic-x.el: Revert last change.
10906 * ldefs-boot.el: Update.
10907
10908 2005-03-22 Jay Belanger <belanger@truman.edu>
10909
10910 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10911 (calc-embedded-save-original-modes)
10912 (calc-embedded-restore-original-modes): New functions.
10913 (calc-do-embedded): Save original modes when entering embedded mode
10914 and restore when leaving embedded mode.
10915 (calc-embedded-modes-change): Change the value of
10916 calc-embedded-original-modes to reflect permanent changes.
10917
10918 2005-03-22 Lute Kamstra <lute@gnu.org>
10919
10920 * generic-x.el: Require generic again.
10921
10922 2005-03-22 Miles Bader <miles@gnu.org>
10923
10924 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10925 Tweak details to look good on both ttys and bitmap displays, light
10926 or dark background, etc.
10927
10928 2005-03-21 Kim F. Storm <storm@cua.dk>
10929
10930 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10931 mouse position.
10932
10933 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10934
10935 * icomplete.el: Don't forcibly turn on the mode upon load.
10936 (icomplete-mode): Use define-minor-mode.
10937 (icomplete-eoinput): Default to nil.
10938 (icomplete-minibuffer-setup): Remove autoload.
10939 (icomplete-tidy): Simplify.
10940 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10941 in the initial state or if the user has modified the field.
10942 Fix handling of icomplete-max-delay-chars.
10943 Remove code that handles the oddball case where
10944 minibuffer-completion-table is an integer.
10945 Wrap icomplete-completions in while-no-input in case building
10946 completions takes more time than expected.
10947 (icomplete-completions): Simplify.
10948
10949 2005-03-21 Richard M. Stallman <rms@gnu.org>
10950
10951 * jka-compr.el (jka-compr-really-do-compress):
10952 Make variable buffer-local.
10953
10954 * image-mode.el: Handle .xpm files too.
10955 (image-toggle-display): Preserve modification flag.
10956
10957 * help.el (where-is): Don't mention aliases with no key bindings.
10958
10959 2005-03-21 Lute Kamstra <lute@gnu.org>
10960
10961 * generic.el: Fix commentary section. Don't require cl for
10962 compilation.
10963 (generic-mode-list): Add autoload cookie.
10964 (generic-use-find-file-hook, generic-lines-to-scan)
10965 (generic-find-file-regexp, generic-ignore-files-regexp)
10966 (generic-mode, generic-mode-find-file-hook)
10967 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10968 (define-generic-mode): Make it a defmacro. Fix docstring.
10969 (generic-mode-internal): Code cleanup. Add autoload cookie.
10970 (generic-mode-set-comments): Code cleanup.
10971 * generic-x.el: Don't prevent compilation. Don't require generic.
10972 Follow coding conventions. Minor code cleanup.
10973 (etc-fstab-generic-mode): Add some keywords.
10974 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10975 define-generic-mode like a function declaration.
10976
10977 2005-03-21 Jay Belanger <belanger@truman.edu>
10978
10979 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10980 changing modes.
10981
10982 2005-03-21 Sam Steingold <sds@gnu.org>
10983
10984 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10985
10986 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10987
10988 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10989 Add underscore to "f$ lexicals" regexp.
10990
10991 2005-03-20 Juri Linkov <juri@jurta.org>
10992
10993 * subr.el (progress-reporter-do-update): When `min-value' is equal
10994 to `max-value', set `percentage' to 0 and prevent division by zero.
10995
10996 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10997
10998 Sync with Tramp 2.0.48.
10999
11000 * net/tramp.el (all): Change all addresses to .gnu.org.
11001 (tramp-append-tramp-buffers): New defun.
11002 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
11003 Catch `dont-send' signal.
11004 (tramp-set-auto-save-file-modes): Set always permissions, because
11005 there might be an old auto-saved file belonging to another
11006 original file. This could be a security threat. Reported by
11007 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
11008 Check for Emacs 21.3.50 removed.
11009
11010 * net/tramp-smb.el (all): Remove debug construct for
11011 `with-parsed-tramp-file-name'.
11012 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
11013 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
11014 No error message if DIRECTORY or FILENAME doesn't exist.
11015 (tramp-smb-open-connection): Check existence of
11016 `tramp-smb-program'.
11017
11018 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11019
11020 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
11021 Properly handle the case where the `m' or `s' command's argument is not
11022 yet terminated.
11023 (perl-indent-new-calculate): New function.
11024 (perl-indent-line): Use it.
11025
11026 2005-03-20 Miles Bader <miles@gnu.org>
11027
11028 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
11029 in text-mode too. Change to new face names.
11030 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
11031 Add `:weight bold' attribute.
11032 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
11033
11034 2005-03-19 Juri Linkov <juri@jurta.org>
11035
11036 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
11037
11038 * international/mule.el (auto-coding-alist): Sync with
11039 `auto-mode-alist' by adding upper case archive file extensions
11040 and adding ear/war to jar extension.
11041
11042 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
11043
11044 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
11045 running, restart it.
11046
11047 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
11048
11049 * finder.el (finder-current-item): Throw an error on an empty line.
11050
11051 * man.el (Man-follow-manual-reference): If current-word returns
11052 nil, use "".
11053
11054 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
11055
11056 * simple.el (goto-line): Doc fix.
11057
11058 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
11059
11060 * files.el (save-buffer): Doc fix.
11061
11062 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
11063
11064 * recentf.el (recentf-cleanup-remote): New variable.
11065 (recentf-cleanup): Use it to conditionally check availability of
11066 remote files.
11067
11068 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
11069
11070 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
11071 function names.
11072
11073 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11074
11075 * language/thai-word.el: New file.
11076
11077 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11078
11079 * files.el (backup-buffer): If the file's directory is not
11080 writable, use copy instead of move to backup the file.
11081
11082 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11083
11084 * obsolete/keyswap.el: Moved to obsolete/ from term/.
11085
11086 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11087
11088 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
11089 Use functionp instead of symbolp and fboundp. Reported by Drkm
11090 <darkman_spam@yahoo.fr>.
11091 (ps-print-version): New version 6.6.6.
11092
11093 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
11094
11095 * textmodes/table.el (table--line-column-position): New idiom.
11096 (table--row-column-insertion-point-p): New function to test
11097 validity of row and column insertion operation at a location.
11098 (table-global-menu, table-cell-menu): Use above functions for
11099 deterministic test operation.
11100 (table--editable-cell-p): Behave in deterministic fashion.
11101
11102 2005-03-18 Juri Linkov <juri@jurta.org>
11103
11104 * isearch.el (isearch-lazy-highlight-new-loop):
11105 Make arguments beg and end optional.
11106 (isearch-update): Remove optional arguments nil from
11107 isearch-lazy-highlight-new-loop.
11108 (isearch-lazy-highlight-search): Let-bind case-fold-search to
11109 isearch-lazy-highlight-case-fold-search instead of
11110 isearch-case-fold-search, and let-bind isearch-regexp to
11111 isearch-lazy-highlight-regexp.
11112 Use isearch-lazy-highlight-last-string instead of isearch-string.
11113
11114 * replace.el (perform-replace): Remove bindings of global
11115 variables isearch-string, isearch-regexp, isearch-case-fold-search.
11116 Add three new arguments to `replace-highlight'.
11117 (replace-highlight): Add arguments string, regexp, case-fold.
11118 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
11119 to allow isearch-lazy-highlight-new-loop to use these values
11120 to set corresponding isearch-lazy-highlight-* internal
11121 variables whose values lazy highlighting will use regardless of
11122 changes to global variables isearch-string, isearch-regexp,
11123 isearch-case-fold-search during lazy highlighting loop.
11124 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
11125 to `lazy-highlight-cleanup'.
11126
11127 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
11128 (ispell-highlight-face): Set default face to `isearch' when
11129 lazy highlighting is enabled.
11130 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
11131 priority to 1. Add lazy highlighting.
11132 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
11133 from `isearch-dehighlight'.
11134
11135 2005-03-18 David Ponce <david@dponce.com>
11136
11137 * files.el (hack-local-variables): Do a case-insensitive search
11138 for End.
11139
11140 2005-03-18 Juri Linkov <juri@jurta.org>
11141
11142 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
11143 `isearch-lazy-highlight-cleanup', add alias to old name and
11144 declare obsolete. Add release numbers to other obsolete vars.
11145 (isearch-done, isearch-lazy-highlight-new-loop):
11146 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
11147 (lazy-highlight-cleanup) <variable>: Doc fix.
11148 (isearch-lazy-highlight-update): Rename obsolete
11149 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
11150
11151 2005-03-18 Kenichi Handa <handa@m17n.org>
11152
11153 * language/thai-util.el: Fix categorization of Thai characters in
11154 thai-category-table.
11155 (thai-composition-pattern): Adjust it for the above change.
11156 (thai-self-insert-command, thai-compose-syllable): New functions.
11157 (thai-compose-region): Use thai-compose-syllable.
11158 (thai-compose-string): Likewise.
11159 (thai-composition-function): Likewise.
11160 (thai-auto-composition): New function.
11161 (thai-auto-composition-mode): New minor mode.
11162
11163 * language/thai.el: Fix patterns to be registered in
11164 composition-function-table.
11165
11166 * international/quail.el (quail-input-method): Locally bind
11167 inhibit-modification-hooks to t.
11168
11169 2005-03-17 Richard M. Stallman <rms@gnu.org>
11170
11171 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
11172 (perl-mode): Use run-mode-hooks.
11173
11174 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
11175 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
11176 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
11177
11178 * mail/sendmail.el (sendmail-send-it): Reenable the code
11179 to compute resend-to-address and use it.
11180
11181 * tar-mode.el (tar-mode): Turn off undo unconditionally.
11182
11183 * image-mode.el: New file.
11184
11185 * image.el (insert-sliced-image): Add autoload cookie.
11186
11187 * font-lock.el (font-lock-lines-before): New user option.
11188 (font-lock-after-change-function): Obey it.
11189
11190 * bindings.el (esc-map): Make M-g a prefix.
11191 Bind M-g g and M-g M-g to goto-line.
11192
11193 * faces.el (face-id): Doc fix.
11194
11195 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11196
11197 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11198 (rmail-show-message): Use rmail-unknown-mail-followup-to.
11199 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11200
11201 * mail/sendmail.el (mail-yank-ignored-headers)
11202 (mail-font-lock-keywords, mail-mode-fill-paragraph):
11203 Add Mail-Followup-To and Mail-Reply-To headers.
11204 (mail-citation-hook): Add autoload cookie.
11205 (mail-mode): Doc fix.
11206 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11207 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11208 (mail-mode-fill-paragraph): Handle those headers.
11209 (mail-mailing-lists): New variable.
11210 (mail-mail-reply-to, mail-mail-followup-to): New functions.
11211
11212 2005-03-17 Juri Linkov <juri@jurta.org>
11213
11214 * isearch.el (isearch-fallback): Check for `(car previous)'
11215 before calling `isearch-other-end-state'.
11216
11217 2005-03-17 Kim F. Storm <storm@cua.dk>
11218
11219 * simple.el (move-beginning-of-line): Move to beginning of buffer
11220 line, as well as beginning of screen line.
11221
11222 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
11223
11224 * calendar/diary-lib.el (mark-diary-entries): Use new optional
11225 argument REDRAW rather than calendar-redrawing variable.
11226 * calendar/calendar.el (calendar-redrawing): Delete.
11227 (redraw-calendar): Do not bind calendar-redrawing.
11228
11229 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
11230
11231 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11232 diary-file buffer.
11233
11234 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11235
11236 * help.el (describe-mode): Allow a :minor-mode-function property to
11237 specify a different minor mode toggle function than the variable.
11238 * simple.el (auto-fill-function):
11239 * subr.el (add-minor-mode): Use it.
11240
11241 2005-03-16 Kenichi Handa <handa@m17n.org>
11242
11243 * language/ethio-util.el (sera-being-called-by-w3): New variable.
11244 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11245 (ethio-fidel-to-sera-buffer): Likewise.
11246
11247 2005-03-16 Juri Linkov <juri@jurta.org>
11248
11249 * emacs-lisp/find-func.el (find-function-regexp):
11250 Add defun-emitting macro `menu-bar-make-toggle'.
11251
11252 * isearch.el: Put `isearch-scroll' property to
11253 `split-window-horizontally'.
11254
11255 * info.el: Update error messages for `debug-ignored-errors'.
11256 (Info-isearch-search): Doc fix.
11257 (Info-find-node): Move up code to go into info buffer before
11258 recording the node to the history.
11259 (Info-fontify-node): Fontify titles only if the next line
11260 has two or more `*', `=', `-', `.'.
11261 Display "go to this node" for empty (match-string 3).
11262
11263 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11264
11265 * term/mac-win.el: Add mouse pointer shape constants.
11266
11267 2005-03-15 Kim F. Storm <storm@cua.dk>
11268
11269 * simple.el (move-beginning-of-line): Use vertical-motion.
11270
11271 2005-03-15 Juri Linkov <juri@jurta.org>
11272
11273 * isearch.el (isearch-error): New variable.
11274 (isearch-invalid-regexp, isearch-within-brackets): Remove.
11275 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
11276 (isearch-within-brackets-state): Remove.
11277 (isearch-case-fold-search-state, isearch-pop-fun-state):
11278 Decrease frame index.
11279 (isearch-mode, isearch-top-state, isearch-push-state)
11280 (isearch-edit-string, isearch-abort, isearch-search-and-update)
11281 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11282 (isearch-search, isearch-lazy-highlight-new-loop):
11283 Replace `isearch-invalid-regexp' with `isearch-error'.
11284 Remove `isearch-within-brackets'.
11285 (isearch-search): Add `search-failed' handler to `condition-case'.
11286 (isearch-lazy-highlight-search): Add `condition-case' to catch
11287 errors and allow `isearch-lazy-highlight-update' to try
11288 highlighting from the beginning of the window.
11289 (isearch-repeat): Move up code to set isearch-wrapped to t
11290 before calling isearch-wrap-function.
11291
11292 * info.el (Info-isearch-initial-node): New internal variable.
11293 (Info-search): Signal an error in isearch mode when search leaves
11294 the initial node. Signal an error when `bound' is non-nil and
11295 nothing was found in the current subfile.
11296 (Info-isearch-search): Remove `condition-case'.
11297 (Info-isearch-wrap): Don't wrap when search failed during leaving
11298 the initial node. If `Info-isearch-search' is nil, wrap around
11299 the current node.
11300 (Info-isearch-start): New fun.
11301 (Info-mode): Add buffer-local hook `Info-isearch-start' to
11302 `isearch-mode-hook'.
11303
11304 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11305
11306 * simple.el (normal-erase-is-backspace): Set default to t if
11307 running on Mac.
11308
11309 * term/mac-win.el (function-key-map): Sync with x-win.el.
11310
11311 2005-03-15 Kenichi Handa <handa@m17n.org>
11312
11313 * international/mule-cmds.el (locale-language-names): Modify the
11314 format of elements and add more entries.
11315 (locale-preferred-coding-systems): Add more entries.
11316 (set-locale-environment): Adjust for the change of
11317 locale-language-names.
11318
11319 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11320
11321 * pcvs.el (smerge-ediff): Remove bogus autoload.
11322
11323 2005-03-14 Lute Kamstra <lute@gnu.org>
11324
11325 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11326 Ignore a `*' at the beginning of a line.
11327
11328 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11329 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11330 subr.el.
11331 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11332 to specify indentation.
11333
11334 * generic.el (define-generic-mode): Let generic-mode-list be a
11335 list of strings; test membership with equal.
11336
11337 2005-03-14 Kim F. Storm <storm@cua.dk>
11338
11339 * simple.el (next-line, previous-line): Add optional try-vscroll
11340 arg to recognize interactive use. Pass it on to line-move.
11341 (line-move): Don't perform auto-window-vscroll when defining or
11342 executing keyboard macro to ensure consistent behavior.
11343
11344 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11345
11346 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11347
11348 2005-03-13 Lute Kamstra <lute@gnu.org>
11349
11350 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11351 debugger-setup-buffer so that backtrace marks the frames set to
11352 debug-on-exit and we don't have to do it manually. Set an extra
11353 debug-on-exit for macro's.
11354 (debugger-setup-buffer): Don't mark the top frame manually.
11355
11356 2005-03-12 Lute Kamstra <lute@gnu.org>
11357
11358 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11359 lisp-indent-function throughout.
11360 (with-no-warnings): Set lisp-indent-function property.
11361
11362 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11363
11364 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11365 Add entry for backslash.
11366
11367 2005-03-12 Juri Linkov <juri@jurta.org>
11368
11369 * info.el (Info-search): Four fixes for backward search.
11370
11371 2005-03-11 Jay Belanger <belanger@truman.edu>
11372
11373 * calc/calc.el (calc-language-alist): New variable.
11374 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11375 (calc-embedded-find-modes): Use calc-language-alist instead of
11376 calc-embedded-language-alist.
11377
11378 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11379
11380 * calendar/calendar.el (calendar-redrawing): New internal
11381 variable.
11382 (redraw-calendar): Remove bogus save-excursion from previous
11383 change. Bind calendar-redrawing to t for mark-diary-entries.
11384 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11385 calendar if that is why we were called.
11386
11387 2005-03-11 Kenichi Handa <handa@m17n.org>
11388
11389 * international/mule.el (make-coding-system): Set property
11390 coding-system-define-form to nil.
11391 (define-coding-system-alias): Likewise.
11392
11393 2005-03-11 Kenichi Handa <handa@m17n.org>
11394
11395 These changes are suggested by Dave Love <fx@gnu.org>.
11396
11397 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11398 coding: tag.
11399 (adaptive-fill-regexp): Add more bullets.
11400 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11401 regexps.
11402
11403 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11404
11405 * help.el (describe-mode): Properly handle non-trivial lighters.
11406 Don't ignore minor modes that are not listed in minor-mode-list.
11407
11408 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11409 feature ON when the user requests to turn it OFF.
11410
11411 2005-03-10 Lute Kamstra <lute@gnu.org>
11412
11413 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11414 (implement-debug-on-entry): New function to replace debug-entry-code.
11415 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11416 second argument as the 2005-03-07 change makes it obsolete.
11417 (debug-on-entry, cancel-debug-on-entry): Update call to
11418 debug-on-entry-1.
11419 (debug, debugger-setup-buffer): Comment update.
11420 (debugger-frame-number): Update to work with implement-debug-on-entry.
11421
11422 2005-03-10 Jay Belanger <belanger@truman.edu>
11423
11424 * calc/calc-embed.el (math-ms-args): Declare it.
11425 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11426 math-ms-args.
11427 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11428 variables.
11429
11430 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11431
11432 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11433 Use message-box.
11434
11435 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11436 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11437 (tooltip-gud-tips): Simplify.
11438 (tooltip-gud-tips-p): Remove superfluous :set.
11439 (tooltip-gud-modes): Add fortran-mode.
11440 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11441
11442 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11443
11444 2005-03-09 Kim F. Storm <storm@cua.dk>
11445
11446 * play/animate.el (animate-place-char): Use forward-line instead
11447 of next-line to improve performance.
11448
11449 2005-03-09 Simon Josefsson <jas@extundo.com>
11450
11451 * net/browse-url.el (browse-url-default-browser): Doc fix.
11452
11453 2005-03-09 Miles Bader <miles@gnu.org>
11454
11455 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11456 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11457
11458 2005-03-09 Kenichi Handa <handa@m17n.org>
11459
11460 * international/latin-1.el: Set case and syntax for 255 only if
11461 set-case-syntax-set-multibyte is nil.
11462
11463 * textmodes/ispell.el (ispell-insert-word): New function.
11464 (ispell-word): Use ispell-insert-word to insert a new word.
11465 (ispell-process-line): Likewise.
11466 (ispell-complete-word): Likewise.
11467
11468 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11469
11470 * calendar/calendar.el (redraw-calendar): Preserve point.
11471 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11472 (calendar-week-start-day): Move after definition of
11473 redraw-calendar. Delete buffer test, since redraw-calendar has
11474 that now.
11475
11476 * calendar/diary-lib.el (mark-diary-entries): Only call
11477 redraw-calendar in the first of any recursive calls.
11478 Reported by Alan Shutko <ats@acm.org>.
11479
11480 2005-03-08 Juri Linkov <juri@jurta.org>
11481
11482 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11483 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11484 (html-radio-buttons): Add a space before the trailing `/>' where
11485 sgml-xml-mode is non-nil.
11486 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11487 the subsequent tag of the empty XML tag.
11488 (html-href-anchor): Don't set initial input to "http:".
11489 (html-image): Ask for the image URL and set point inside alt="".
11490 (html-name-anchor): Duplicate the name in the `id' attribute when
11491 sgml-xml-mode is non-nil.
11492 (html-paragraph): Remove \n before <p>.
11493 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11494 instead of `checked' when sgml-xml-mode is non-nil.
11495
11496 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11497 Remove 1 space before #RRGGBB to not truncate it on terminal
11498 windows w/o fringes. Remove 1 space between bg and fg examples
11499 to get more space.
11500 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11501 avoid byte-compile warnings.
11502
11503 * image-file.el (image-file-handler): Put `safe-magic' property to
11504 `image-file-handler'.
11505
11506 * info.el (Info-isearch-search): Emulate word search in
11507 isearching through multiple Info nodes with Info-search.
11508 (Info-isearch-wrap): Allow isearch-word.
11509
11510 2005-03-08 Lute Kamstra <lute@gnu.org>
11511
11512 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11513 stepping into the debugger's code is not possible.
11514 (debugger-jumping-flag): Docstring update.
11515
11516 2005-03-08 Jay Belanger <belanger@truman.edu>
11517
11518 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11519 embedded mode begins.
11520 (calc-embedded-language-alist): New variable.
11521 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11522 set default language mode.
11523
11524 2005-03-08 Kenichi Handa <handa@m17n.org>
11525
11526 * international/ccl.el (define-ccl-program): Fix docstring about
11527 extra 256 bytes assured for the output buffer.
11528
11529 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11530 Fix BUFFER_MAGNIFICATION to 2.
11531 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11532
11533 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11534
11535 * align.el (align-rules-list): Added an alignment rule for CSS
11536 declarations (applies to css-mode and html-mode buffers).
11537
11538 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11539
11540 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11541
11542 2005-03-07 Kim F. Storm <storm@cua.dk>
11543
11544 * simple.el (move-beginning-of-line): New command.
11545
11546 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11547
11548 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11549
11550 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11551 and move-beginning-of-line.
11552
11553 * apropos.el (apropos-print): Omit command from M-x ... RET.
11554
11555 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11556
11557 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11558 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11559
11560 2005-03-06 Richard M. Stallman <rms@gnu.org>
11561
11562 * bindings.el (esc-map): Bind M-g to goto-line.
11563
11564 * facemenu.el (global-map): Bind M-o, not M-g.
11565
11566 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11567
11568 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11569 "Open Directory" as for "Open File".
11570
11571 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11572
11573 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11574 (push-mark-command): Run activate-mark-hook.
11575
11576 2005-03-06 Richard M. Stallman <rms@gnu.org>
11577
11578 * help-mode.el (help-mode-finish): Don't alter the element
11579 in view-return-to-alist if there already is one.
11580
11581 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11582 make sure the current buffer is the expected one.
11583
11584 * novice.el (disabled-command-function): Output in *Disabled Command*.
11585 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11586
11587 * textmodes/flyspell.el (flyspell-large-region):
11588 Pass args differently for aspell.
11589
11590 * files.el (mode-require-final-newline): Doc fix.
11591
11592 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11593
11594 * progmodes/which-func.el (which-function):
11595 Specify NOERROR when calling imenu--make-index-alist.
11596
11597 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11598
11599 * simple.el (normal-erase-is-backspace): Define default value.
11600
11601 * custom.el (custom-theme-set-variables): Remove unused var
11602 `immediate'.
11603 (custom-reevaluate-setting): Simple function to handle variables
11604 that are defined before their default value can really be
11605 computed.
11606
11607 * startup.el (command-line): Use it for temporary-file-directory,
11608 small-emporary-file-directory, auto-save-file-name-transforms,
11609 blink-cursor-mode, and normal-erase-is-backspace.
11610
11611 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11612 progress, even with buggy anchored keywords.
11613
11614 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11615
11616 * simple.el (goto-line): Remove unbalanced final parenthesis.
11617
11618 2005-03-05 Richard M. Stallman <rms@gnu.org>
11619
11620 * simple.el (goto-line): Use a number at point as the default.
11621 With C-u as arg, switch buffers.
11622
11623 2005-03-05 Juri Linkov <juri@jurta.org>
11624
11625 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11626 with `no-blinking-cursor'.
11627
11628 * startup.el (no-blinking-cursor): New defvar.
11629 (command-line): Add `--no-blinking-cursor' to longopts.
11630 Set `no-blinking-cursor' to t for command line arguments
11631 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11632 with `no-blinking-cursor' in the condition for calling
11633 `blink-cursor-mode'.
11634
11635 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11636
11637 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11638 (menu-bar-options-save): Add blink-cursor-mode.
11639 (menu-bar-options-menu): Add blink-cursor-mode.
11640
11641 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11642
11643 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11644 (icalendar-export-file, icalendar-export-region)
11645 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11646 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11647
11648 2005-03-04 Lute Kamstra <lute@gnu.org>
11649
11650 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11651 (debug-function-list): Ditto.
11652
11653 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11654
11655 * textmodes/texinfmt.el (texinfo-append-refill):
11656 Redefine the types of line to which @refill
11657 is not appended by replacing a search for `@refill\\|@bye' with
11658 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11659 itemize@refill' bug and the unfilled long lines bug.
11660 (texinfmt-version): Update number and date.
11661
11662 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11663
11664 * international/code-pages.el (windows-1250, windows-125[2-8])
11665 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11666
11667 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11668
11669 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11670 bound yet.
11671
11672 2005-03-02 Romain Francoise <romain@orebokech.com>
11673
11674 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11675 buffer after removing limits.
11676 (ibuffer-pop-filter): Ditto.
11677 Update copyright.
11678
11679 2005-03-02 Miles Bader <miles@gnu.org>
11680
11681 * button.el (make-text-button): If the user doesn't specify a
11682 type, use the default. Rewrite to use `add-text-properties' and
11683 plist functions.
11684
11685 2005-03-01 Lute Kamstra <lute@gnu.org>
11686
11687 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11688 (debugger-jumping-flag): New var.
11689 (debug-entry-code): Use it.
11690 (debugger-jump): Use debugger-jumping-flag and add
11691 debugger-reenable to post-command-hook.
11692 (debugger-reenable): Use debugger-jumping-flag and remove itself
11693 from post-command-hook.
11694 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11695 debugger-reenable.
11696
11697 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11698
11699 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11700 inclusion of "itemize\\|", which may be unnecessary, is certainly
11701 inelegant, and stops refilling in itemize lists when formatting
11702 Japanese Texinfo files to Info.
11703 Update copyright to 2005.
11704
11705 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11706
11707 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11708 of an error if GDB can't find the source file.
11709
11710 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11711
11712 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11713 not just the calendar.
11714
11715 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11716 first.
11717 (diary-redraw-calendar): New function.
11718 (make-diary-entry): Add diary-redraw-calendar to local
11719 write-contents-functions. Turn off selective display before
11720 inserting in diary.
11721
11722 2005-03-01 Kim F. Storm <storm@cua.dk>
11723
11724 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11725
11726 2005-03-01 Lute Kamstra <lute@gnu.org>
11727
11728 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11729 that debug-entry-code can be safely removed from a function while
11730 this code is being evaluated. Revert the 2005-02-27 change as the
11731 new implementation no longer requires it. Make sure that a
11732 function body containing just a string is not mistaken for a docstring.
11733 (debug): Skip one more frame in case of debug on entry.
11734 (debugger-setup-buffer): Delete one more frame line in case of
11735 debug on entry.
11736 (debugger-frame-number): Update to use the new text introduced by
11737 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11738
11739 2005-02-28 Kim F. Storm <storm@cua.dk>
11740
11741 * double.el (double-translate-key): Call force-window-update after
11742 read-event to avoid crash in redisplay.
11743
11744 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11745
11746 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11747 (debug): Use it. Move the inhibit-trace earlier.
11748 (debug-entry-code): New const.
11749 (debug-on-entry-1): Use it.
11750
11751 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11752
11753 * international/utf-16.el (ccl-encode-mule-utf-16le):
11754 Fix BUFFER_MAGNIFICATION to 2.
11755 (ccl-encode-mule-utf-16be): Likewise.
11756
11757 2005-02-28 Kenichi Handa <handa@m17n.org>
11758
11759 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11760 Fix BUFFER_MAGNIFICATION to 4.
11761 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11762
11763 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11764
11765 * speedbar.el (speedbar-update-flag): Doc fix.
11766 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11767 argument.
11768
11769 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11770
11771 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11772 have a non-nil `invisible' property but are actually visible.
11773
11774 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11775 for perldoc sections.
11776 (perl-outline-regexp, perl-outline-level): New var and function.
11777 (perl-mode): Use them.
11778
11779 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11780
11781 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11782 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11783
11784 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11785
11786 * cus-edit.el: Comment change.
11787 (custom-buffer-create-internal): Slightly reword text at top of
11788 Custom buffers. Mention there that saving an option edits the
11789 init file. Add link to Emacs manual node on `custom-file'.
11790 (custom-magic-alist): Rewrite individual State messages to use
11791 capitalized keywords. Doc fix.
11792
11793 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11794
11795 * calendar/calendar.el (calendar-buffer): Move above
11796 calendar-week-start-day.
11797 (calendar-week-start-day): Doc fix. Add :set function.
11798 (calendar-minimum-window-height): New variable.
11799 (generate-calendar-window): Only resize window if selected-window
11800 is displaying the calendar buffer. Use new variable
11801 calendar-minimum-window-height.
11802 (generate-calendar): Reword error message.
11803 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11804
11805 2005-02-27 Andreas Schwab <schwab@suse.de>
11806
11807 * vc.el (vc-do-command): Don't run command asynchronously when
11808 operating in a remote directory.
11809
11810 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11811 change from sync with Tramp 2.0.47.
11812
11813 2005-02-27 Richard M. Stallman <rms@gnu.org>
11814
11815 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11816
11817 * textmodes/flyspell.el (flyspell-mode-on):
11818 Call ispell-change-dictionary only if necessary.
11819
11820 * emacs-lisp/re-builder.el (regexp-builder): New function.
11821
11822 * register.el (describe-register-1): Explicitly handle
11823 yank-excluded-properties = t.
11824
11825 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11826 (custom-magic-alist): Change the status descriptions again.
11827 (face widget-type): Total rewrite based on `restricted-sexp'
11828 to eliminate the confusing double hiding levels.
11829
11830 * emacs-lisp/debug.el (debug-on-entry-1):
11831 If function body is empty, add nil as body form.
11832
11833 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11834
11835 * emacs-lisp/trace.el (inhibit-trace): New var.
11836 (trace-make-advice): Use it.
11837
11838 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11839
11840 2005-02-26 Kim F. Storm <storm@cua.dk>
11841
11842 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11843 (mouse-on-link-p, mouse-drag-region-1): Use it.
11844
11845 2005-02-25 Lute Kamstra <lute@gnu.org>
11846
11847 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11848
11849 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11850
11851 * frame.el (blink-cursor-mode): Add :group keyword.
11852
11853 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11854
11855 * calendar/icalendar.el (icalendar--decode-isodatetime):
11856 New optional argument DAY-SHIFT.
11857 (icalendar-export-region): Fix coding-system-for-write.
11858 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11859 events by one.
11860
11861 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11862
11863 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11864
11865 2005-02-24 Kim F. Storm <storm@cua.dk>
11866
11867 * international/iso-acc.el (iso-accents-compose): Fix crash
11868 during redisplay. Call force-window-update after read-event
11869 and delete-region to signal that window is not accurate.
11870
11871 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11872
11873 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11874 Remove unused and inexistent var `inhibit-trace'.
11875 (debugger-mode): Use run-mode-hooks.
11876 (debugger-list-functions): Add buttons; setup xref stack.
11877
11878 2005-02-23 Richard M. Stallman <rms@gnu.org>
11879
11880 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11881 appointment says it was explicitly made.
11882 (appt-add): Set the 3rd element.
11883 (appt-make-list): Preserve explicit appointments.
11884
11885 * subr.el (find-tag-default): Catch errors in forward-sexp.
11886
11887 2005-02-23 Juri Linkov <juri@jurta.org>
11888
11889 * info.el (Info-isearch-search): New defcustom.
11890 (Info-isearch-search): Call the default isearch function
11891 when Info-isearch-search is nil.
11892 (Info-isearch-wrap): Use variable Info-isearch-search.
11893
11894 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11895
11896 * cus-edit.el: Comment change.
11897
11898 2005-02-22 Kim F. Storm <storm@cua.dk>
11899
11900 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11901 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11902
11903 2005-02-22 Simon Josefsson <jas@extundo.com>
11904
11905 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11906 New variable.
11907 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11908 Oskarsson" <myrkraverk@users.sourceforget.net>.
11909
11910 2005-02-22 Kim F. Storm <storm@cua.dk>
11911
11912 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11913 check that window of that event is the selected window.
11914 (mouse-drag-region-1): Compare mouse event window to selected
11915 window before setting point.
11916
11917 * tooltip.el (tooltip-show-help-function): Pass event to
11918 mouse-on-link-p so it can check selected window.
11919
11920 2005-02-22 Kenichi Handa <handa@m17n.org>
11921
11922 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11923 (ps-mule-show-warning): New function.
11924 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11925 characters are found.
11926
11927 * ps-print.el (ps-header-footer-string): Return a list of header
11928 and footer strings.
11929
11930 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11931
11932 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11933
11934 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11935
11936 * frame.el (blink-cursor-mode): Use define-minor-mode.
11937
11938 * term/mac-win.el (function-key-map): Use char-names more consistently.
11939 (file-name-coding-system): Only set it for MacOS-9. The other case is
11940 already handled in mule-cmds.el (where it also works when mac-win.el
11941 is not used).
11942
11943 2005-02-21 Kenichi Handa <handa@m17n.org>
11944
11945 * international/mule.el (ctext-pre-write-conversion): Always use
11946 " *code-converting-work*" buffer for work.
11947
11948 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11949
11950 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11951
11952 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11953
11954 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11955
11956 * ses.el (undo-more): Restore defadvice, but only the part that
11957 allows changes outside the restricted area of the buffer.
11958
11959 2005-02-20 Kim F. Storm <storm@cua.dk>
11960
11961 * simple.el (line-move): Add fourth optional arg try-vscroll which
11962 must be set to perform auto-window-vscroll.
11963 When moving backwards and doing auto-window-vscroll, automatically
11964 vscroll to the last part of lines which are taller than the window.
11965 (next-line, previous-line): Set try-vscroll arg on line-move.
11966
11967 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11968
11969 * replace.el (query-replace, query-replace-regexp)
11970 (replace-string, replace-regexp): When operating on region, make
11971 the minibuffer prompt say so.
11972
11973 * isearch.el (isearch-forward): Document isearch-query-replace and
11974 isearch-query-replace-regexp keybindings.
11975
11976 2005-02-19 Jay Belanger <belanger@truman.edu>
11977
11978 * calc/calc-aent.el (math-read-token): Add local variable.
11979
11980 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11981 (calc-edit-top): Move declaration to earlier in file.
11982 (calc-edit-macro-repeats): Add local variables.
11983
11984 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11985 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11986 calcFunc-tanh.
11987 Adjust integration rule for calcFunc-tan.
11988
11989 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11990
11991 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11992 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11993 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11994 (viper-skip-separators): Bug fix.
11995 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11996 particular major mode.
11997 (viper-del-backward-char-in-replace): Don't put deleted char on the
11998 kill ring.
11999
12000 * viper-ex.el (viper-color-display-p): New function.
12001 (viper-has-face-support-p): Use viper-color-display-p.
12002
12003 * viper-keym.el (viper-gnus-modifier-map): New keymap.
12004
12005 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
12006
12007 * viper-util.el (viper-glob-unix-files): Fix shell status check.
12008 (viper-file-remote-p): Make equivalent to file-remote-p.
12009
12010 * viper.el (viper-major-mode-modifier-list):
12011 Use viper-gnus-modifier-map.
12012
12013 2005-02-19 David Kastrup <dak@gnu.org>
12014
12015 * subr.el (subregexp-context-p): Fix garbled doc string by adding
12016 quoting.
12017
12018 2005-02-19 Jay Belanger <belanger@truman.edu>
12019
12020 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
12021 Remove extra definitions.
12022 (calc-coth): New function.
12023 (calcFunc-cot): Fix `let'.
12024
12025 2005-02-19 Eli Zaretskii <eliz@gnu.org>
12026
12027 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
12028 the reasons we use "type pc" in these faces.
12029
12030 * button.el (button): Ditto.
12031
12032 2005-02-19 Michael Mauger <mmaug@yahoo.com>
12033
12034 * replace.el (query-replace-read-from): Set the value of
12035 query-replace-from-history-variable to handle the case of an empty
12036 string entered to accept the suggested default.
12037
12038 * net/tramp.el (tramp-file-name-for-operation):
12039 Use dired-call-process instead of dired-call-process-command.
12040
12041 2005-02-19 Jay Belanger <belanger@truman.edu>
12042
12043 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
12044 (math-div-non-trig): New variables.
12045 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
12046 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
12047 (math-combine-prod, math-div-symb-fancy): Add simplifications for
12048 trig expressions.
12049
12050 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
12051
12052 * progmodes/gdb-ui.el (gdb-var-update-handler)
12053 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
12054 for watch expressions,
12055 (gdb-var-create-handler): Don't set speedbar-update-flag.
12056 (gdb-post-prompt): Simplify test for speedbar.
12057
12058 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12059
12060 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
12061 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
12062 we use the syntax table of the correct buffer.
12063 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
12064 Felix Gatzemeier.
12065
12066 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
12067 (ediff-file-remote-p): Make synonymous with file-remote-p.
12068 In all deffaces ediff-*-face-*, use min-colors.
12069
12070 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
12071 ediff-recurse-to-subdirectories.
12072 (ediff-mark-if-equal): Check that the arguments are strings, use
12073 ediff-same-contents (after to Felix Gatzemeier).
12074
12075 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
12076 nil.
12077
12078 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12079
12080 * log-view.el (log-view-message-re): Fix up Subversion regexp.
12081
12082 2005-02-18 David Kastrup <dak@gnu.org>
12083
12084 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
12085 use `mark-active' when defined.
12086
12087 2005-02-18 Kenichi Handa <handa@m17n.org>
12088
12089 * ps-print.el (ps-font-info-database): New entry
12090 ZapfChancery-MediumItalic with correct font name. Fix font name
12091 of the entry Zapf-Chancery-MediumItalic.
12092
12093 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
12094
12095 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
12096
12097 2005-02-16 Kim F. Storm <storm@cua.dk>
12098
12099 * ido.el (ido-fallback-command): Pass user input to fallback command.
12100
12101 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
12102
12103 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
12104 (gdb-find-file-hook): Add server prefix.
12105
12106 2005-02-16 Richard M. Stallman <rms@gnu.org>
12107
12108 * replace.el (perform-replace): Pass new args to replace-highlight.
12109 (replace-highlight): Take region args,
12110 and pass them to isearch-lazy-highlight-new-loop.
12111
12112 * novice.el (disabled-command-hook): Autoload the defalias
12113 and the make-obsolete-variable call.
12114
12115 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
12116
12117 * isearch.el (isearch-lazy-highlight-start-limit)
12118 (isearch-lazy-highlight-end-limit): New variables limit
12119 the region for highlighting.
12120 (isearch-lazy-highlight-new-loop): New args BEG and END.
12121 (isearch-lazy-highlight-search): Use the new vars.
12122 (isearch-lazy-highlight-update): Likewise.
12123
12124 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
12125
12126 * cus-start.el (all): Use default-boundp.
12127
12128 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
12129
12130 * menu-bar.el (menu-bar-select-frame): Handle current frame.
12131
12132 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
12133
12134 * autorevert.el (auto-revert-stop-on-user-input)
12135 (auto-revert-verbose): Doc fixes.
12136
12137 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
12138
12139 * international/mule-cmds.el (set-locale-environment): Remove call
12140 to set-selection-coding-system on Windows.
12141
12142 2005-02-15 Jay Belanger <belanger@truman.edu>
12143
12144 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
12145 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
12146 calcFunc-coth.
12147 (math-simplify-sqrt): Add simplifications.
12148
12149 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
12150 to list.
12151
12152 * calc/calc-ext.el: Add functions to autoloads.
12153
12154 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
12155 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
12156 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
12157 (math-csc-raw, math-cot-raw): New functions.
12158
12159 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
12160
12161 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
12162 the variable name in a message.
12163
12164 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
12165 calcFunc-csc, calcFunc-cot.
12166
12167 * calc/calcalg2.el: Add derivative and integration rules for
12168 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
12169 calcFunc-csch, calcFunc-coth.
12170 (math-do-integral-methods): Add to checks for when to use
12171 substitutions.
12172
12173 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
12174
12175 2005-02-15 Lute Kamstra <lute@gnu.org>
12176
12177 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12178 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
12179 <monnier@iro.umontreal.ca>
12180 (lisp-outline-level): Improve efficiency. Suggested by David
12181 Kastrup <dak@gnu.org>.
12182
12183 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
12184
12185 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
12186 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
12187 (gdb-set-gud-minor-mode-existing-buffers): New functions.
12188 (gdb-find-file-hook): New hook. Add it to find-file-hook.
12189 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
12190
12191 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
12192
12193 * cus-start.el (all): Comment change.
12194
12195 2005-02-14 Lute Kamstra <lute@gnu.org>
12196
12197 * cus-start.el (all): Check if symbol is void.
12198
12199 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
12200
12201 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12202 optional argument to \cite.
12203
12204 2005-02-14 Richard M. Stallman <rms@gnu.org>
12205
12206 * cus-edit.el (custom-buffer-create-internal): Update help message.
12207 (custom-magic-alist): Update help messages.
12208
12209 * cus-start.el (all): Allow a var to specify a standard value.
12210
12211 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
12212
12213 * custom.el (custom-theme-set-variables): Handle variable aliases.
12214
12215 * frame.el (blink-cursor-timer): Doc fix.
12216 (blink-cursor): Make it an alias for `blink-cursor-mode' and
12217 declare obsolete.
12218 (blink-cursor-mode): Define with defcustom and use correct
12219 standard expression in that defcustom.
12220 * startup.el (command-line): Adapt to above changes in frame.el.
12221
12222 2005-02-11 Lute Kamstra <lute@gnu.org>
12223
12224 * apropos.el (apropos-score-doc): Prevent division by zero.
12225
12226 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
12227
12228 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12229 (icalendar--get-event-property-attributes)
12230 (icalendar--get-event-properties)
12231 (icalendar--datetime-to-diary-date): New functions.
12232 (icalendar--split-value): Doc fix.
12233 (icalendar--datetime-to-noneuropean-date)
12234 (icalendar--datetime-to-european-date): New optional argument
12235 SEPARATOR. Return result as a string instead of a list.
12236 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12237 (icalendar--convert-string-for-export): Rename arg S to STRING.
12238 (icalendar-export-region): Doc fix. Change name of error buffer.
12239 Save output buffer.
12240 (icalendar-import-file): Add blank at end of prompt.
12241 (icalendar-import-buffer): Doc fix. Do not switch to error
12242 buffer. Indicate status in return value.
12243 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
12244 buffer. Save output buffer. Handle exception from recurrence
12245 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
12246 events. Fix problems with weekly all-day events.
12247
12248 2005-02-10 Richard M. Stallman <rms@gnu.org>
12249
12250 * simple.el (eval-expression-print-format):
12251 Avoid warning about edebug-active.
12252
12253 * help.el (help-for-help-internal): Rename from help-for-help.
12254 (help-for-help): Define with defalias.
12255
12256 * font-core.el (font-lock-default-function): Use with-no-warnings.
12257
12258 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12259
12260 * custom.el (defface): Doc fix.
12261
12262 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
12263
12264 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12265 width 0" to prevent word wrapping problems.
12266
12267 2005-02-09 Kim F. Storm <storm@cua.dk>
12268
12269 * ido.el (ido-file-extensions-order): New defcustom.
12270 (ido-file-extension-lessp, ido-file-extension-aux)
12271 (ido-file-extension-order): New advanced file ordering.
12272 (ido-file-lessp): New simple file ordering.
12273 (ido-sort-list): Remove.
12274 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12275 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12276
12277 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
12278
12279 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12280 that some versions of grep produce.
12281 (grep-mode-font-lock-keywords): Likewise.
12282
12283 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
12284
12285 * progmodes/gdb-ui.el (gdb-location-list): New variable.
12286 (gdb-cdir): Delete.
12287 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12288 (gdb-source-info): Treat case when source file is in another
12289 directory properly.
12290 (gdb-get-location): New function.
12291
12292 2005-02-07 Jay Belanger <belanger@truman.edu>
12293
12294 * calc/calc-prog.el (calc-write-parse-table-part)
12295 (calc-fix-token-name): Fix a check for language type.
12296
12297 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
12298
12299 2005-02-07 Andre Spiegel <spiegel@gnu.org>
12300
12301 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12302 as directory not writable.
12303
12304 2005-02-07 Kim F. Storm <storm@cua.dk>
12305
12306 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12307 (cua--standard-movement-commands): Remove list.
12308 Instead, set CUA property value to move for movement commands.
12309 (cua-movement-commands): Remove. Users must set CUA prop instead.
12310 (cua--pre-command-handler): Check CUA property.
12311 (cua--init-keymaps): Don't remap undo commands.
12312 (cua-mode): Don't call cua--rectangle-on-off.
12313
12314 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12315 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12316 (cua--rect-undo-set-point): New var.
12317 (cua--rectangle-undo-boundary): Setup undo apply entry.
12318 (cua--rect-undo-handler): New function for rectangle undo.
12319 (cua--rect-start-position, cua--rect-end-position): Add.
12320 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12321 for restored rectangle. Set point if cua--rect-undo-set-point.
12322
12323 2005-02-06 Jay Belanger <belanger@truman.edu>
12324
12325 * calc/calc-lang.el (calc-tex-language): Display more information
12326 in messages.
12327
12328 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12329 in TeX mode.
12330
12331 2005-02-06 Richard M. Stallman <rms@gnu.org>
12332
12333 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12334
12335 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12336
12337 * net/ldap.el (ldap-search-internal): Support attributes with
12338 optional descriptions separated by a semi-colon, as in
12339 "userCertificate;binary".
12340
12341 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12342
12343 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12344 isn't a cons (i.e. the version is 0).
12345
12346 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12347
12348 * help.el (help-for-help): Doc fix.
12349
12350 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12351
12352 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12353 GDB-Windows on the menu-bar as this works better.
12354
12355 2005-02-04 Jay Belanger <belanger@truman.edu>
12356
12357 * calc/calc-embed.el (calc-embedded-update): Don't put in
12358 unnecessary newlines. Adjust the end of formula marker.
12359
12360 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12361 (math-latex-parse-two-args): New function.
12362
12363 2005-02-03 Lute Kamstra <lute@gnu.org>
12364
12365 * help-fns.el (help-with-tutorial): Make sure that users cannot
12366 remove the entire text of the tutorial by means of `undo'.
12367
12368 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12369
12370 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12371 in recent changes, where the ispell process was repeatedly
12372 killed & restarted.
12373
12374 * international/mule-cmds.el (set-locale-environment): Set file-name
12375 coding system to utf-8 on Darwin systems.
12376 (set-default-coding-systems): Don't set default-file-name-coding-system
12377 on Darwin systems.
12378
12379 2005-02-03 Richard M. Stallman <rms@gnu.org>
12380
12381 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12382
12383 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12384
12385 * faces.el (list-faces-display): Add optional argument.
12386
12387 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12388
12389 * font-core.el (font-lock-default-function): Handle the rare case where
12390 only font-lock-keywords is set.
12391
12392 2005-02-02 Kenichi Handa <handa@m17n.org>
12393
12394 * international/characters.el: Cancel previous change for
12395 I-WITH-DOT-ABOVE and DOTLESS-i.
12396
12397 * international/latin-5.el: Cancel previous change.
12398
12399 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12400
12401 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12402
12403 2005-02-02 Kenichi Handa <handa@m17n.org>
12404
12405 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12406 DOTLESS-i.
12407
12408 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12409 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12410
12411 * case-table.el (get-upcase-table): New function.
12412 (copy-case-table): Copy upcaes table too if non-nil.
12413 (set-case-syntax-delims): Maintain upcase table too.
12414 (set-case-syntax-pair): Likewise.
12415 (set-upcase-syntax, set-downcase-syntax): New functions.
12416 (set-case-syntax): Maintain upcase table too.
12417
12418 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12419
12420 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12421
12422 * progmodes/gud.el (gud-goto-info): New function.
12423 (gud-tool-bar-map): Use correct icon.
12424
12425 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12426
12427 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12428 When delegating, order args in the funcall correctly.
12429
12430 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12431
12432 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12433
12434 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12435
12436 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12437 buffer not visiting a file.
12438
12439 2005-01-31 Jay Belanger <belanger@truman.edu>
12440
12441 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12442 bound on the line with the formula.
12443
12444 2005-01-31 Kim F. Storm <storm@cua.dk>
12445
12446 * ses.el (ses-create-cell-variable-range)
12447 (ses-destroy-cell-variable-range, ses-reset-header-string)
12448 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12449 (ses-insert-row): Fix format of apply undo entries.
12450
12451 2005-01-31 Jay Belanger <belanger@truman.edu>
12452
12453 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12454 parts.
12455
12456 * calc/calc-embed.el (calc-embedded-open-formula)
12457 (calc-embedded-close-formula): Ignore matrix environments.
12458
12459 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12460 TeX mode.
12461
12462 * calc/calc-lang.el (math-function-table, math-oper-table)
12463 (math-variable-table): Adjust the LaTeX portions.
12464
12465 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12466 (math-latex-ignore-words): New constant.
12467
12468 2005-01-31 Richard M. Stallman <rms@gnu.org>
12469
12470 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12471 (ispell-local-dictionary): Doc fix.
12472 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12473 Don't reinitialize at run time. Don't defcustom.
12474 All uses changed to append ispell-local-dictionary-alist,
12475 or check it first.
12476 (ispell-current-dictionary): New variable for dictionary in use.
12477 (ispell-dictionary): Now used only for global default.
12478 (ispell-start-process): Set ispell-current-dictionary,
12479 not ispell-dictionary.
12480 (ispell-change-dictionary): Use this only for setting
12481 user preferences.
12482 (ispell-internal-change-dictionary): New function
12483 to change the current dictionary in use.
12484 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12485 Use ispell-current-dictionary.
12486 Handle ispell-local-dictionary-overridden.
12487 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12488
12489 2005-01-31 Jay Belanger <belanger@truman.edu>
12490
12491 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12492
12493 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12494 (calc-mode-map): Add calc-latex-language.
12495
12496 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12497 (math-latex-print-frac): New functions.
12498 (math-oper-table, math-function-table, math-variable-table)
12499 (math-complex-format, math-input-filter): Add latex properties.
12500 (calc-set-language): Set math-expr-special-function-mapping.
12501
12502 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12503 (calc-write-parse-table-part): Add LaTeX support.
12504
12505 * calc/calc.el (calc-language): Adjust docstring.
12506 (calc-set-mode-line): Add LaTeX support.
12507 (math-expr-special-function-mapping): New variable.
12508 (math-tex-ignore-words): Add to list.
12509
12510 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12511 Add LaTeX support.
12512 (math-compose-expr): Add support for special functions.
12513
12514 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12515
12516 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12517
12518 * progmodes/gdb-ui.el (gdb-memory-address)
12519 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12520 (gdb-memory-mode-map, gdb-memory-format-keymap)
12521 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12522 (gdb-memory-unit-menu): New variables for a buffer
12523 that lets the user examine program memory.
12524 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12525 (gdb-memory-format-binary, gdb-memory-format-octal)
12526 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12527 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12528 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12529 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12530 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12531 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12532 (gdb-memory-mode, gdb-memory-buffer-name)
12533 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12534 New functions for above buffer.
12535
12536 2005-01-30 Richard M. Stallman <rms@gnu.org>
12537
12538 * cus-edit.el (custom-bury-buffer): Function deleted.
12539 (custom-buffer-done-function): Option deleted.
12540 (custom-buffer-done-kill): New (replacement option.
12541 (Custom-buffer-done): Call quit-window.
12542 (custom-buffer-create-internal): Update for above changes.
12543
12544 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12545
12546 * simple.el (undo-ask-before-discard): New var.
12547 (undo-outer-limit-truncate): Implement it.
12548 (undo-extra-outer-limit): Doc update.
12549
12550 2005-01-29 Richard M. Stallman <rms@gnu.org>
12551
12552 * ses.el (undo-more): Delete defadvice.
12553 (ses-begin-change): Doc fix.
12554
12555 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12556 instead of rebinding C-x u and C-_.
12557
12558 * files.el (normal-backup-enable-predicate): Return nil for files
12559 in /tmp, regardless of temporary-file-directory.
12560
12561 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12562
12563 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12564 (open-rectangle, delete-whitespace-rectangle-line)
12565 (clear-rectangle-line): If FILL, pass t instead of FILL
12566 for move-to-column's 2nd arg.
12567
12568 * simple.el (undo): Fix the test for continuing a series of undos.
12569 (undo-more): Set pending-undo-list to t when we reach end.
12570 (pending-undo-list): Move up defvar.
12571
12572 * wid-edit.el (widget-button-click):
12573 Shorten the range of the track-mouse binding.
12574
12575 * comint.el (comint-insert-input): Undo previous changes;
12576 use last-input-event in interactive spec.
12577
12578 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12579
12580 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12581 to nil before invoking call-process. Reset buffer's modified flag
12582 after fontifying it in the no-async branch.
12583
12584 * wid-edit.el (widget-specify-button): If mouse pointer shape
12585 cannot be changed, use mouse face instead.
12586
12587 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12588
12589 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12590 (gdb-goto-breakpoint): Make breakpoint handling work on template
12591 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12592 (gdb-assembler-custom): Update to recognize breakpoint information
12593 added on 2005-01-19.
12594
12595 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12596
12597 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12598 (dsssl-mode): Use define-derived-mode.
12599 (scheme-mode-initialize): Remove.
12600 (scheme-mode): Use run-mode-hooks.
12601
12602 * cus-edit.el (customize-group-other-window)
12603 (custom-buffer-create-other-window): Don't override special-display-*.
12604 (custom-mode-map): Make it dense.
12605
12606 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12607 sets the default value.
12608
12609 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12610
12611 * descr-text.el: Add more keywords.
12612
12613 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12614
12615 * speedbar.el: Avoid unnecessary use of locate-library.
12616
12617 * international/mule-cmds.el (standard-display-european-internal):
12618 Don't fiddle with latin-1 non-break space any more since it's now
12619 special cased in the C code.
12620 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12621
12622 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12623
12624 * cus-start.el (all): Add `undo-outer-limit'.
12625
12626 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12627
12628 * textmodes/bibtex.el (bibtex-format-entry):
12629 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12630 field lines.
12631 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12632 not on part of a buffer.
12633
12634 2005-01-25 Lute Kamstra <lute@gnu.org>
12635
12636 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12637 nonempty field text strings like "{letters\\macro{}more letters}".
12638 Clarify docstring.
12639 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12640 (bibtex-entry-offset, bibtex-parse-association)
12641 (bibtex-parse-field-name): Fix typos in docstrings.
12642 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12643
12644 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12645
12646 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12647 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12648 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12649 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12650
12651 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12652 isearch minor mode.
12653
12654 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12655
12656 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12657
12658 2005-01-24 Lute Kamstra <lute@gnu.org>
12659
12660 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12661 CASECHARS and NOT-CASECHARS regular expressions of the
12662 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12663 striding over charsets" error.
12664
12665 2005-01-24 Jay Belanger <belanger@truman.edu>
12666
12667 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12668 display variable name.
12669
12670 2005-01-24 Kenichi Handa <handa@m17n.org>
12671
12672 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12673 Fix setting of the element of encoded-kbd-iso2022-invocations.
12674
12675 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12676
12677 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12678 (gdb-threads-select): Change to also accept mouse events.
12679 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12680 (gdb-threads-mouse-select): Delete.
12681
12682 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12683
12684 * files.el (insert-directory): Take care of empty directory,
12685 listed without -a switch.
12686
12687 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12688
12689 * textmodes/refill.el (refill-post-command-function):
12690 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12691 to the list of functions that we should be careful not to undo.
12692 (refill-late-fill-paragraph-function): Remove.
12693 (refill-saved-state): New var.
12694 (refill-mode): Use it to save fill-paragraph-function.
12695 Save also the value of auto-fill-function.
12696
12697 * term/w32-win.el: Simplify code.
12698
12699 2005-01-23 Kim F. Storm <storm@cua.dk>
12700
12701 * simple.el (line-move): Adapt to new return value from
12702 pos-visible-in-window-p.
12703
12704 * simple.el (line-move): Fix last change. Check partial
12705 visibility at point rather than at window-start.
12706
12707 2005-01-22 Jason Rumney <jasonr@gnu.org>
12708
12709 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12710
12711 2005-01-22 David Kastrup <dak@gnu.org>
12712
12713 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12714
12715 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12716
12717 * type-break.el (type-break-mode): Add a test for
12718 type-break-file-name being non-nil.
12719
12720 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12721
12722 * net/eudc.el (top level): Call (message "") via progn, so that
12723 eudc-options-file is loaded.
12724
12725 2005-01-22 Kim F. Storm <storm@cua.dk>
12726
12727 * simple.el (line-move-1): Rename from line-move.
12728 (line-move): New function that adjusts vscroll for partially
12729 visible rows, and calls line-move-1 otherwise.
12730
12731 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12732
12733 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12734 since it's not a complete read-event implementation
12735
12736 2005-01-20 Jay Belanger <belanger@truman.edu>
12737
12738 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12739 for called function.
12740
12741 2005-01-20 Steven Tamm <steventamm@mac.com>
12742
12743 * term/mac-win.el (process-connection-type): Remove.
12744 Controlled now by s/darwin.h:PTY_ITERATION.
12745
12746 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12747
12748 * window.el (handle-select-window): Don't switch window when we're
12749 in the minibuffer.
12750
12751 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12752
12753 * subr.el (dotimes-with-progress-reporter): New macro.
12754
12755 * ses.el (ses-dotimes-msg): Remove macro.
12756 Use `dotimes-with-progress-reporter' instead.
12757
12758 2005-01-19 Steven Tamm <steventamm@mac.com>
12759
12760 * term/mac-win.el (process-connection-type): Use new
12761 operating-system-release variable to use ptys on Darwin 7 (OS X
12762 10.3) when using carbon build.
12763
12764 2005-01-19 Jay Belanger <belanger@truman.edu>
12765
12766 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12767 flags if the last command was a tab or M-tab.
12768
12769 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12770 in formula editing buffer.
12771
12772 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12773
12774 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12775 breakpoint image symbol in margin.
12776
12777 2005-01-19 Jay Belanger <belanger@truman.edu>
12778
12779 * calc/calc-prog.el (calc-execute-kbd-macro):
12780 Ignore calc-keep-arg-flag.
12781
12782 2005-01-19 Kenichi Handa <handa@m17n.org>
12783
12784 * textmodes/ispell.el (ispell-looking-at): New function.
12785 (ispell-process-line): Use ispell-looking-at to compare the ispell
12786 output and the buffer contents.
12787
12788 2005-01-18 Jay Belanger <belanger@truman.edu>
12789
12790 * calc/calc.el (calc-display-raw): Fix docstring.
12791
12792 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12793
12794 * simple.el (blink-matching-open): Strip extra info from syntax.
12795
12796 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12797 funny chars in the end-of-here-doc marker.
12798
12799 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12800
12801 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12802 that enable/disabled state of breakpoints is shown correctly in
12803 fringe and on ttys.
12804 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12805 Add breakpoint information as text properties.
12806 (gdb-mouse-toggle-breakpoint):
12807 Rename to gdb-mouse-set-clear-breakpoint.
12808 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12809 breakpoints in the margin.
12810 (gdb-remove-strings): Simplify.
12811
12812 2005-01-17 Jay Belanger <belanger@truman.edu>
12813
12814 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12815 erasing buffer.
12816
12817 2005-01-17 Richard M. Stallman <rms@gnu.org>
12818
12819 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12820 for calling grep-compute-defaults.
12821
12822 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12823 if buffer is empty.
12824
12825 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12826
12827 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12828
12829 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12830
12831 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12832 non-preloaded variables.
12833
12834 2005-01-17 Steven Tamm <steventamm@mac.com>
12835
12836 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12837 tex-shell cause to force interactivity when using pipes.
12838
12839 2005-01-17 Kim F. Storm <storm@cua.dk>
12840
12841 * simple.el (just-one-space): Make arg optional.
12842
12843 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12844
12845 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12846 posn-at-x-y to t to access left-margin.
12847
12848 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12849
12850 Sync with Tramp 2.0.47.
12851
12852 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12853 catching keep-date problems in cp/scp operations.
12854 (tramp-handle-copy-file): Don't call `set-file-modes'
12855 unconditionally. Specialized functions should know better what is
12856 necessary. This improves performance a little bit, and the
12857 functions could catch errors with `cp -p' and `scp -p'.
12858 (tramp-do-copy-or-rename-file-via-buffer)
12859 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12860 when appropriate.
12861 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12862 Call `set-file-modes' when appropriate.
12863 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12864 Johnsson <isak@hypergene.com>
12865 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12866 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12867 <joakim@verona.se>
12868 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12869 Emacs only.
12870
12871 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12872 `find-file-hooks' and `dired-mode-hook'.
12873 (tramp-minor-mode-map): Respective map. Add remapping for
12874 `compile' and `recompile'.
12875 (tramp-remap-command, tramp-recompile): New defuns.
12876 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12877 in buffer "*Compilation*". Call the commands asynchronously.
12878
12879 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12880 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12881 `shell-command', because it isn't magic in XEmacs. Reported by
12882 Adrian Aichner <adrian@xemacs.org>.
12883
12884 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12885 `substitute-in-file-name.
12886 (tramp-smb-handle-substitute-in-file-name): New defun.
12887 (tramp-smb-advice-PC-do-completion): Delete advice.
12888
12889 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12890
12891 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12892 Fix error in deleting region.
12893
12894 2005-01-15 Richard M. Stallman <rms@gnu.org>
12895
12896 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12897 In non-temp buffer, switch syntax table temporarily.
12898
12899 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12900
12901 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12902
12903 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12904
12905 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12906 (imenu--generic-function): Use START, not BEG, as pos of definition.
12907
12908 * simple.el (just-one-space): Argument specifies number of spaces.
12909
12910 * simple.el (eval-expression-print-format): Avoid warning
12911 about edebug-active.
12912
12913 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12914
12915 * progmodes/sh-script.el: Code copied from make-mode.el
12916 with small changes,
12917 (sh-mode-map): Bind C-c C-\.
12918 (sh-backslash-column, sh-backslash-align): New variables.
12919 (sh-backslash-region, sh-append-backslash): New functions.
12920
12921 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12922
12923 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12924 (rmail-pop-password, rmail-pop-password-required): Move to
12925 rmail-obsolete group.
12926 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12927 All callers updated.
12928 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12929 Take an argument specifying whether it is POP or IMAP mailbox we
12930 are using. All callers updated.
12931 (rmail-pop-password-error): Rename to
12932 rmail-remote-password-error. Added mailutils-specific error message.
12933 (rmail-movemail-search-path)
12934 (rmail-movemail-variant-in-use): New variables.
12935 (rmail-remote-password, rmail-remote-password-required):
12936 New customization variables.
12937 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12938 (rmail-parse-url): New function.
12939 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12940 with GNU mailutils movemail.
12941
12942 2005-01-15 Kevin Ryde <user42@zip.com.au>
12943
12944 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12945 suffix to space, $ or '$, to correctly position point when going
12946 to @table style constants like DBL_MAX.
12947
12948 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12949
12950 * type-break.el (type-break-mode, type-break-file-time)
12951 (type-break-file-keystroke-count, type-break-choose-file):
12952 Don't store data in or load data from the file if type-break-file-name
12953 is nil.
12954 (type-break-file-name): Doc update as per the above.
12955
12956 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12957
12958 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12959 lookup-key might return nil; handle that.
12960
12961 2005-01-15 Alan Mackenzie <acm@muc.de>
12962
12963 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12964 rather than the element found, thus enabling the tree to be setcar'd.
12965
12966 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12967
12968 * textmodes/org.el (org-show-following-heading): New option.
12969 (org-show-hierarchy-above): Use `org-show-following-heading'.
12970 (org-cycle): Documentation fix.
12971
12972 * textmodes/org.el (orgtbl-optimized): New option
12973 (orgtbl-mode): New command, a minor mode.
12974 (orgtbl-mode-map): New variable.
12975 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12976 (orgtbl-error, orgtbl-self-insert-command)
12977 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12978
12979 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12980 a local variable in each org-mode buffer.
12981
12982 * textmodes/org.el (org-set-regexps-and-options): Rename from
12983 `org-set-regexps'. Added checking for STARTUP keyword.
12984 (org-get-current-options): Add STARTUP options.
12985 (org-table-insert-row): Make mode intelligent about when
12986 realignment is needed.
12987 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12988 New commands.
12989 (org-enable-table-editor): New default value `optimized'.
12990 (org-table-blank-field): Support blanking regions if active.
12991
12992 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12993
12994 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12995 if the year is not given.
12996
12997 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12998 Add new escapes %m and %M, fixed bug with %F by adding
12999 save-match-data.
13000 (reftex-reference): Remove ?. from list of spaces.
13001 (reftex-label-info): Add automatic label prefix recognition.
13002
13003 * textmodes/reftex-index.el (reftex-index-next-phrase):
13004 Add slave parameter to call of `reftex-index-this-phrase'.
13005 (reftex-index-this-phrase): New optional argument.
13006 (reftex-index-region-phrases): Add slave parameter to call of
13007 `reftex-index-this-phrase'.
13008 (reftex-display-index): New argument redo.
13009 (reftex-index-rescan): Add 'redo to arguments of
13010 `reftex-display-index'.
13011 (reftex-index-Rescan, reftex-index-revert)
13012 (reftex-index-switch-index-tag): Add 'redo to arguments of
13013 `reftex-display-index'.
13014 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
13015 indexing. Fix bug with matching is there is a quote before or
13016 after the word.
13017
13018 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
13019 Fix bug when collecting citation keys in lines with comments.
13020 (reftex-citation): Prefix argument no longer rescans the document,
13021 but forces prompting for optional arguments of cite macros.
13022 (reftex-do-citation): Prompting for optional arguments implemented.
13023
13024 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13025 Add optional arguments to most cite commands.
13026 (reftex-cite-cleanup-optional-args): New option
13027 (reftex-cite-prompt-optional-args): New option.
13028 (reftex-trust-label-prefix): New option.
13029
13030 * textmodes/reftex-toc.el (reftex-toc-find-section):
13031 Add push-mark before changing the position in the buffer.
13032
13033 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
13034 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
13035
13036 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
13037
13038 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
13039 more carefully.
13040
13041 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13042
13043 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
13044 (sgml-mode): Use it.
13045 (sgml-get-context): Better keep track of implicitly closed tags.
13046
13047 2005-01-13 Kenichi Handa <handa@m17n.org>
13048
13049 * textmodes/ispell.el: These changes are to fix misalignment error
13050 caused by equivalent characters of different Emacs charsets.
13051 (ispell-unified-chars-table): New variable.
13052 (ispell-get-decoded-string): New function.
13053 (ispell-get-casechars, ispell-get-not-casechars)
13054 (ispell-get-otherchars): Call ispell-get-decoded-string.
13055
13056 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13057
13058 * custom.el (custom-declare-variable): Just put symbol instead
13059 of (defvar . symbol) in `current-load-list'.
13060
13061 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13062
13063 * emacs-lisp/elint.el: Fixed typo in Commentary section.
13064
13065 2005-01-12 Jay Belanger <belanger@truman.edu>
13066
13067 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
13068 to create a Calc summary.
13069
13070 2005-01-12 Kim F. Storm <storm@cua.dk>
13071
13072 * mouse.el (mouse-on-link-p): Change functionality and doc
13073 string to comply with latest description in lisp ref.
13074
13075 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
13076
13077 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
13078 Enable mouse clicks on mode-line, header-line and margin.
13079 (event-type): Give mouse event symbols an 'event-kind property
13080 with value 'mouse-click.
13081
13082 2005-01-12 Juri Linkov <juri@jurta.org>
13083
13084 * facemenu.el (list-colors-display): Add new arg buffer-name.
13085 Use it. Fix docstring. Replace code for identifying duplicate
13086 colors by the name with call to `list-colors-duplicates' which
13087 identifies duplicate colors by the value unless the color
13088 is one of special Windows colors. Set truncate-lines to t.
13089 Print sorted duplicate color names on each line. Indent to 22
13090 \(the longest color name in rgb.txt) instead of 20. Optimize.
13091 (list-colors-duplicates): New function.
13092 (facemenu-color-name-equal): Delete function.
13093
13094 * facemenu.el (list-colors-print): New function created from code
13095 in list-colors-display. Print #RRGGBB at the window right edge.
13096 (list-colors-display): When temp-buffer-show-function is not
13097 defined, call list-colors-print from temp-buffer-show-hook
13098 to get the right value of window-width in list-colors-print
13099 after the buffer is displayed.
13100
13101 * simple.el (pop-mark): Move deactivate-mark out of conditional
13102 part to deactivate the active mark regardless of the state of the
13103 mark ring.
13104
13105 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
13106 variables line in desktop files.
13107
13108 2005-01-12 Juri Linkov <juri@jurta.org>
13109
13110 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
13111 Bring together isearch highlight related options.
13112 (lazy-highlight): Replace group `replace' by `matching'.
13113 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13114 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13115 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
13116 and declare them obsolete.
13117 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
13118 (isearch-faces): Remove defgroup.
13119 (isearch-overlay, isearch-highlight, isearch-dehighlight):
13120 Move isearch highlighting code closer to lazy highlighting code.
13121
13122 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
13123 (query-replace-highlight, query-replace-lazy-highlight)
13124 (query-replace): Move definitions to the beginning of the file.
13125
13126 2005-01-11 Juri Linkov <juri@jurta.org>
13127
13128 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
13129 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
13130 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
13131
13132 * info.el (Info-history-forward): New variable.
13133 (Info-select-node): Reset Info-history-forward to nil.
13134 (Info-last): Turn into defalias.
13135 (Info-history-back): Rename from Info-last.
13136 Add current node to Info-history-forward.
13137 (Info-history-forward): New fun.
13138 (Info-mode-map): Replace Info-last by Info-history-back.
13139 Bind Info-history-forward to "r".
13140 (Info-mode-menu): Replace Info-last by Info-history-back.
13141 Fix menu item text. Add menu item for Info-history-forward.
13142 (info-tool-bar-map): Replace Info-last by Info-history-back.
13143 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
13144 for Info-history-forward.
13145 (Info-mode): Replace Info-last by Info-history-back in docstring.
13146 Add local variable Info-history-forward.
13147 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
13148
13149 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
13150
13151 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
13152 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
13153 Ignore select-window events rather than fiddle with
13154 mouse-autoselect-window.
13155
13156 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
13157
13158 * type-break.el (type-break-mode): Fix previous change.
13159
13160 2005-01-10 Jay Belanger <belanger@truman.edu>
13161
13162 * calc/calc-ext.el (calc-reset): Reset when inside embedded
13163 calculator; only reset when point is inside a calculator.
13164 Don't adjust the window height if the window takes up the whole height
13165 of the frame.
13166
13167 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
13168
13169 * ebuff-menu.el (Electric-buffer-menu-mode):
13170 Preserve value of buffer-local var header-line-format.
13171
13172 2005-01-09 Jay Belanger <belanger@truman.edu>
13173
13174 * calc/calc.el (calc-mode-var-list-restore-saved-values):
13175 Make sure settings file exists before accessing it.
13176
13177 * calc/calc-embed.el (calc-embedded-subst):
13178 Replace math-multi-subst-rec, which is only supposed to be called
13179 by math-multi-subst, by math-multi-subst.
13180
13181 2005-01-09 Andre Spiegel <spiegel@gnu.org>
13182
13183 * vc.el (vc-allow-async-revert): New user option.
13184 (vc-disable-async-diff): New internal variable.
13185 (vc-revert-buffer): Use them to disable asynchronous diff.
13186
13187 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
13188 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
13189 asynchronously if vc-disable-async-diff is t.
13190
13191 2005-01-09 Jay Belanger <belanger@truman.edu>
13192
13193 * calc/calc.el (defcalcmodevar): New macro.
13194 (calc-mode-var-list-restore-default-values)
13195 (calc-mode-var-list-restore-saved-values): New functions.
13196 (calc-mode-var-list): Use defcalcmodevar to define it.
13197 (calc-always-load-extensions, calc-line-numbering)
13198 (calc-line-breaking, calc-display-just, calc-display-origin)
13199 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13200 (calc-group-char, calc-point-char, calc-frac-format)
13201 (calc-prefer-frac, calc-hms-format, calc-date-format)
13202 (calc-float-format, calc-full-float-format, calc-complex-format)
13203 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13204 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13205 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13206 (calc-matrix-brackets, calc-language, calc-language-option)
13207 (calc-left-label, calc-right-label, calc-word-size)
13208 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13209 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13210 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13211 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13212 (calc-window-height, calc-display-trail, calc-show-selections)
13213 (calc-use-selections, calc-assoc-selections)
13214 (calc-display-working-message, calc-auto-why, calc-timing)
13215 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13216 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13217 (calc-gnuplot-default-device, calc-gnuplot-default-output)
13218 (calc-gnuplot-print-device, calc-gnuplot-print-output)
13219 (calc-gnuplot-geometry, calc-graph-default-resolution)
13220 (calc-graph-default-resolution-3d, calc-invocation-macro)
13221 (calc-show-banner): Use defcalcmodevar to declare them and set
13222 their default values.
13223
13224 * calc/calc-ext.el (calc-reset): Restore saved values of variables
13225 instead of default values (but restore default values if there is
13226 an argument of 0).
13227
13228 2005-01-09 David Kastrup <dak@gnu.org>
13229
13230 * desktop.el (desktop-restore-eager): Fix typo in type.
13231
13232 2005-01-08 Richard M. Stallman <rms@gnu.org>
13233
13234 * cus-edit.el (customize): Delete :link.
13235
13236 2005-01-08 Jay Belanger <belanger@truman.edu>
13237
13238 * calc/calc.el (calc-mode): Remove the extension from the
13239 `calc-settings-file' file name when loading it.
13240
13241 2005-01-08 Kim F. Storm <storm@cua.dk>
13242
13243 * info.el (Info-mode-map, Info-next-link-keymap)
13244 (Info-prev-link-keymap, Info-up-link-keymap):
13245 Map follow-link to mouse-face.
13246 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13247
13248 2005-01-08 Jay Belanger <belanger@truman.edu>
13249
13250 * calc/calc.el (calc-settings-file): Change default value.
13251 Suggested by cgw in a comment in calc-mode.el.
13252
13253 * calc/calc-mode.el (calc-settings-file-name):
13254 Compare calc-settings-file to user-init-file instead of ~/.emacs.
13255 Replace ~/.emacs in a prompt by calc-settings-file.
13256
13257 2005-01-07 Lars Hansen <larsh@math.ku.dk>
13258
13259 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13260 (desktop-lazy-idle-delay): New customizable variables.
13261 (desktop-buffer-args-list): New variable.
13262 (desktop-append-buffer-args): New function.
13263 (desktop-save): Call desktop-append-buffer-args for some buffers.
13264 (desktop-lazy-create-buffer): New function.
13265 (desktop-idle-create-buffers): New function.
13266 (desktop-read): Add message about buffers to restore lazily.
13267 (desktop-lazy-abort): New command.
13268 (desktop-clear): Call desktop-lazy-abort.
13269 (desktop-lazy-complete): New command.
13270
13271 2005-01-06 Richard M. Stallman <rms@gnu.org>
13272
13273 * emacs-lisp/find-func.el (find-face-definition):
13274 Rename from find-face.
13275
13276 2005-01-06 Kim F. Storm <storm@cua.dk>
13277
13278 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13279
13280 * man.el (Man-xref-man-page, Man-xref-header-file)
13281 (Man-xref-normal-file): Add follow-link property.
13282
13283 2005-01-06 Jay Belanger <belanger@truman.edu>
13284
13285 * calc/calc-units.el: Make sure the proper macro definitions are
13286 available when compiling.
13287
13288 2005-01-06 Juri Linkov <juri@jurta.org>
13289
13290 * isearch.el (isearch-lazy-highlight-update):
13291 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
13292
13293 2005-01-06 Miles Bader <miles@gnu.org>
13294
13295 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
13296 (isearch-lazy-highlight-face): Use new name.
13297
13298 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13299
13300 * uniquify.el (uniquify-rationalize-file-buffer-names):
13301 Re-add an interactive spec.
13302 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13303 to the same name.
13304
13305 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13306 (isearch-update, isearch-done): Adjust calls accordingly.
13307
13308 2005-01-05 Richard M. Stallman <rms@gnu.org>
13309
13310 * custom.el (custom-set-variables, custom-theme-set-variables):
13311 Clarify documentation.
13312
13313 * emacs-lisp/find-func.el (find-variable)
13314 (find-variable-other-window, find-variable-other-frame):
13315 Fix the TYPE args to find-function-read and find-function-do-it.
13316 (find-function): Doc fix.
13317 (find-function-at-point): Replace function-at-point alias.
13318
13319 2005-01-04 Richard M. Stallman <rms@gnu.org>
13320
13321 * cus-face.el (custom-declare-face):
13322 Record defface in current-load-list.
13323
13324 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13325
13326 * emacs-lisp/find-func.el: Doc fixes.
13327 (find-face-regexp): New variable.
13328 (find-function-regexp-alist): New variable.
13329 (find-function-C-source): Third arg is now TYPE.
13330 (find-function-search-for-symbol): Handle general TYPE.
13331 (find-function-read, find-function-do-it): Handle general TYPE.
13332 (find-definition-noselect, find-face): New functions.
13333 (function-at-point): Alias deleted.
13334
13335 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13336
13337 * battery.el (display-battery-mode): Rename from display-battery.
13338 Handle the case where it gets turned off.
13339
13340 2005-01-04 Richard M. Stallman <rms@gnu.org>
13341
13342 * cus-edit.el (customize): Make :link point to user doc.
13343
13344 * man.el (Man-fontify-manpage): Turn off undo generation.
13345
13346 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13347
13348 2005-01-04 Andreas Schwab <schwab@suse.de>
13349
13350 * files.el (insert-directory): Only look for error lines in
13351 inserted text. Don't move too far after processing --dired markers.
13352
13353 2005-01-04 Richard M. Stallman <rms@gnu.org>
13354
13355 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13356 Don't expand if the character is @, period, dash, etc.
13357 (define-mail-abbrev): Quote names that contain problem characters.
13358
13359 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13360
13361 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13362
13363 2005-01-03 Richard M. Stallman <rms@gnu.org>
13364
13365 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13366 (query-replace-highlight, query-replace-lazy-highlight)
13367 (query-replace): Definitions moved up. Doc fix.
13368
13369 2005-01-03 Richard M. Stallman <rms@gnu.org>
13370
13371 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13372 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13373 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13374 (lazy-highlight-face): Rename from isearch-lazy-...
13375 Change all references to them.
13376
13377 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13378
13379 * cus-edit.el (custom-file): Doc fix for defcustom.
13380 (custom-file): The function no longer sets the variable
13381 `custom-file' to its return value.
13382
13383 * startup.el (command-line): No longer load `custom-file'.
13384
13385 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13386
13387 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13388
13389 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13390 Don't confuse module-prefixed identifiers for labels.
13391 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13392
13393 2005-01-02 Richard M. Stallman <rms@gnu.org>
13394
13395 * files.el (basic-save-buffer-1): Fix previous change.
13396
13397 * loadhist.el (file-loadhist-lookup): New function.
13398 (file-provides, file-requires): Use it.
13399
13400 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13401 instead of calculating the right size.
13402
13403 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13404
13405 * vc-svn.el (vc-svn-diff): Stay local if possible.
13406
13407 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13408
13409 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13410
13411 * files.el (hack-local-variables): Fix last change.
13412
13413 2005-01-02 Jay Belanger <belanger@truman.edu>
13414
13415 * calc/calc-yank.el (calc-edit-top): New variable.
13416 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13417 object. Change header properties.
13418 (calc-edit-finish, calc-edit-finish-stack-object)
13419 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13420 edited object.
13421 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13422 for the beginning of the edited object.
13423 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13424 for the beginning of the edited object.
13425 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13426 (calc-finish-formula-edit, calc-macro-repeats)
13427 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13428 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13429 beginning of the edited object.
13430 (calc-user-define-edit): Change the header for editing macros.
13431 Remove unnecessary variable.
13432
13433 2005-01-01 Jay Belanger <belanger@truman.edu>
13434
13435 * calc/calc-yank.el (calc-edit-mode): Change default header.
13436 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13437 * calc/calc-store.el (calc-edit-variable): Change title to match new
13438 header.
13439 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13440 mode to match new header.
13441 (calc-user-define-edit): Change titles to include names of commands.
13442 (calc-finish-formula-edit): Adjust to handle new header.
13443 (calc-finish-macro-edit): Remove.
13444 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13445 (calc-edit-macro-command, calc-edit-macro-command-type)
13446 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13447 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13448 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13449 (calc-edit-macro-finish-edit): New functions.
13450 (calc-user-define-edit): Use new functions to edit named calc macros.
13451
13452 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13453
13454 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13455
13456 * ses.el (copy-region-as-kill): Deactivate mark.
13457
13458 2005-01-01 Richard M. Stallman <rms@gnu.org>
13459
13460 * replace.el (occur-1): If the output buffer is also an input,
13461 don't kill it, rename it.
13462
13463 * faces.el (set-face-background, set-face-foreground): Doc fix.
13464
13465 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13466 for :foreground and :background.
13467
13468 * dired.el (dired-view-command-alist): Variable deleted.
13469 (dired-view-file, dired-mouse-find-file-other-window):
13470 Delete the code to use it.
13471
13472 2005-01-01 Kim F. Storm <storm@cua.dk>
13473
13474 * image.el (insert-sliced-image): Use t for line-height property.
13475
13476 See ChangeLog.11 for earlier changes.
13477
13478 ;; Local Variables:
13479 ;; coding: iso-2022-7bit
13480 ;; End:
13481
13482 Copyright (C) 2005 Free Software Foundation, Inc.
13483 Copying and distribution of this file, with or without modification,
13484 are permitted provided the copyright notice and this notice are preserved.
13485
13486 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1