]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
2
3 Update allout.el to a new version.
4 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
5 for encryption functionality.
6 allout customization subgroup now positioned in `outlines' group
7 instead of prior `editing' group.
8 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9 (allout-encrypted-topic-p, allout-encrypted-text-type)
10 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
11 (allout-situate-encryption-key-verifier)
12 (allout-get-encryption-key-verifier, allout-verify-key)
13 (allout-next-topic-pending-encryption)
14 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New
15 functions.
16 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
17 (outline-key-verifier-handling, outline-key-hint-handling)
18 (outline-encrypt-unencrypted-on-saves): New defcustoms.
19 (allout-file-key-verifier-string, allout-encryption-scheme)
20 (allout-key-verifier-string, allout-key-hint-string)
21 (allout-after-save-decrypt): New variables.
22 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
23 (allout-after-saves-handler): New hook functions.
24 (allout-post-command-business): Do allout-after-save-decrypt.
25 (allout-enable-file-variable-adjustment): Custom var to enable
26 mechanism for adding and adjusting settings of Emacs file variables.
27 (allout-adjust-file-variable, allout-file-vars-section-data): New
28 functions, implement the mechanism.
29 (outlineify-sticky): Use the file vars mechanism.
30 (allout-inhibit-protection, allout-during-write-cue)
31 (allout-override-protect, allout-before-change-protect): Removed.
32 (allout-flag-region, allout-open-topic): Revised to adjust
33 read-only text.
34 (allout-open-line-not-read-only): Added to facilitate read-only
35 text based protection.
36 (allout-kill-line): Revised to adjust read-only text, clue the
37 user about the inhibition.
38 (allout-unprotected): Robustified with an unwind-protect.
39 (allout-shift-in, allout-shift-out): Disallow manually shifting a
40 topic deeper than the offspring depth of the previous topic -
41 avoiding confusing "containment discontinuities".
42 (allout-reindent-bodies): Fixed retention of body relative hanging
43 indent during promotion of collapsed bodies.
44 (allout-open-topic): Made it easy to open new topic with same
45 bullet as current topic - topic creation functions provided with
46 any universal argument provokes now prompt for bullet, defaulting
47 to the bullet of the previous topic.
48 (allout-plain-bullets-string, allout-distinctive-bullets-string):
49 Plain bullet alternates '.' period and ',' comma only. All other
50 bullets are relegated to special status (but customizable).
51 (allout-end-of-entry): Renamed from 'allout-end-of-current-entry
52 since it actually operates w.r.t. most immediately containing
53 entry, visible or not.
54 (allout-hide-current-entry, allout-show-current-entry): Use the
55 revised version.
56 (allout-old-expose-topic): Solidify deprecation.
57 (allout-end-of-subtree): Added, so we can span concealed as well
58 as visible topics.
59 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
60 (allout-end-of-current-heading): Tweaked to just respect the first
61 line.
62 (allout-get-body-text): Added.
63 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
64 when invoked interactively.
65 (allout-up-current-level): Use `interactive-p'.
66 (allout-mode, allout-init): Miscellaneous docstring and
67 operational refinements, as well as hookups of new encryption stuff.
68 (allout-beginning-of-current-entry): Now works as advertised.
69 (allout-end-of-current-entry): Relieved of superfluous
70 allout-show-entry.
71 (allout-isearch-rectification): Refine condition for isearching
72 (allout-isearch-abort, allout-enwrap-isearch).
73 (allout-flag-region, my-region-active-p): Relocated some macros.
74 (allout-title): Fallback title is '(buffer-name)', not
75 non-existing '(current-buffer-name)'.
76 (subst-char-in-string): Define if absent (for some XEmacs versions).
77 Corrected commentary 'keywords' to legitimate ones.
78 Updated comentary author info (using my current email address,
79 obscurified).
80
81 2005-10-20 Jari Aalto <jari.aalto@cante.net>
82
83 * mail/sendmail.el (mail-setup-hook, mail-aliases)
84 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
85 (mail-citation-prefix-regexp, mail-signature-file)
86 (mail-default-headers, mail-bury-selects-summary)
87 (mail-send-nonascii): Add autoload cookies.
88
89 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
90
91 * frame.el (blink-cursor-mode): Add `mac' to the list of
92 window-system's that support blinking cursor.
93
94 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
95
96 * textmodes/org.el (org-level-color-stars-only): Fix typo in doc
97 string.
98
99 2005-10-20 Eli Zaretskii <eliz@gnu.org>
100
101 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Bind
102 find-file-suppress-same-file-warnings to t, to avoid warnings due
103 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
104
105 2005-10-20 Romain Francoise <romain@orebokech.com>
106
107 * font-core.el (font-lock-mode): Doc fix.
108
109 2005-10-20 Kim F. Storm <storm@cua.dk>
110
111 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
112 (ido-set-current-directory): Don't add / after final @.
113 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
114 Explicitly handle ange-ftp completion oddities.
115 (ido-make-file-list): Don't rotate list at tramp root to avoid
116 triggering tramp file handler for expand-file-name via get-file-buffer.
117
118 2005-10-19 Jay Belanger <belanger@truman.edu>
119
120 * calc/calc-units.el (math-standard-units): Add units, adjust
121 symbols and update values.
122 (math-unit-prefixes): Add more prefixes.
123
124 2005-10-19 Romain Francoise <romain@orebokech.com>
125
126 * bookmark.el (bookmark-menu-heading): New face.
127 (bookmark-bmenu-list): Use it.
128 Don't fiddle with `baud-rate' at top-level.
129
130 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
131
132 * image.el (create-image, find-image): Mention max-image-size in
133 docstring.
134
135 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
136
137 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
138 Various docstring and line-width fixups.
139 (conf-mode): Use cond.
140 Set font-lock-defaults. Don't set comment-use-syntax.
141
142 2005-10-18 David Ponce <david@dponce.com>
143
144 * tree-widget.el (tree-widget-button-click): New function.
145 (tree-widget-button-keymap): Use it.
146
147 2005-10-18 Romain Francoise <romain@orebokech.com>
148
149 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
150 (bookmark-bmenu-hide-filenames): Add follow-link property.
151 Improve help-echo text.
152
153 * ffap.el (find-file-at-point): Doc fix.
154
155 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
156
157 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
158
159 2005-10-18 Masatake YAMATO <jet@gyve.org>
160
161 Install to the CVS repository what I forgot to install in my
162 2005-10-16 changes.
163
164 * progmodes/python.el (python-complete-symbol): Pass the common
165 prefix substring of completion to `display-completion-list'.
166
167 * textmodes/org.el (org-complete): Ditto.
168
169 2005-10-18 Masatake YAMATO <jet@gyve.org>
170
171 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
172
173 * woman.el (WoMan-xref-man-page): New button type derived
174 from `Man-abstract-xref-man-page'.
175 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
176
177 * man.el (Man-abstract-xref-man-page): New button type.
178 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
179 (Man-highlight-references): Add new optional argument `xref-man-type'.
180
181 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
182
183 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
184
185 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
186
187 * cus-edit.el (Custom-move-and-invoke): Delete.
188 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
189
190 * wid-edit.el (widget-move-and-invoke): New function, from
191 Custom-move-and-invoke.
192
193 2005-10-17 Bill Wohler <wohler@newt.com>
194
195 Move all remaining images from lisp/toolbar to etc/images, move
196 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
197 the low resolution images in their own directory (low-color).
198
199 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
200 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
201 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
202 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
203 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
204 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
205 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
206
207 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
208 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
209 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
210 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
211 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
212 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
213 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
214 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
215 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
216 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
217 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
218 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
219 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
220 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
221 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
222
223 To conform with convention, replace the underscore (_) in the
224 following image names with dash (-) or (/) as appropriate.
225
226 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
227 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
228 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
229 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
230 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
231 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
232 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
233 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
234 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
235 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
236 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
237 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
238 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
239 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
240 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
241
242 * info.el (info-tool-bar-map): Replace underscores in image names
243 with dashes.
244
245 * makefile.w32-in (WINS): Remove toolbar.
246
247 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
248
249 * tool-bar.el: Move to lisp from toolbar. Now that
250 toolbar is empty, it should be deleted when folks run "cvs up -P".
251
252 2005-10-18 Jay Belanger <belanger@truman.edu>
253
254 * calc/calc-store.el (calc-store-into): Get the proper variable name
255 to display in message.
256
257 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
258
259 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
260 expressions display in speedbar for all buffers when debugging.
261 (gdb-speedbar-expand-node): Ensure node contraction is always
262 updated.
263
264 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
265 (speedbar-insert-button, speedbar-make-button):
266 Use add-text-properties.
267 (speedbar-update-localized-contents)
268 (speedbar-update-directory-contents)
269 (speedbar-update-special-contents): Use dolist.
270 (speedbar-buffer-easymenu-definition): Add a menu separator.
271
272 2005-10-17 Jason Rumney <jasonr@gnu.org>
273
274 * makefile.w32-in: Use $(lisp) consistently.
275 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
276 for shell specific generation of mh-autoloads.
277
278 2005-10-17 Richard M. Stallman <rms@gnu.org>
279
280 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
281
282 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
283
284 * jit-lock.el (jit-lock-fontify-now):
285 Move jit-lock-context-unfontify-pos to avoid wasted work.
286
287 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
288
289 * net/tramp.el (tramp-completion-mode): New defvar. Used in
290 `tramp-completion-mode' for checking if we are in completion mode.
291 (tramp-completion-handle-file-name-all-completions): Reorder code
292 in order to complete for file names only in case there are no
293 method/user/host completions. This is necessary for cooperation
294 with ido. Reported by Kim F. Storm <storm@cua.dk>.
295
296 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
297
298 * longlines.el (longlines-search-forward)
299 (longlines-search-backward): Match any number of spaces.
300
301 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
302
303 * diff-mode.el (diff-mode): Doc fix.
304
305 2005-10-16 David Reitter <david.reitter@gmail.com>
306
307 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
308 as default on darwin and windows systems.
309
310 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
311
312 * arc-mode.el (archive-zip-extract): Doc fix.
313
314 2005-10-16 Romain Francoise <romain@orebokech.com>
315
316 * mouse.el (mouse-1-click-follows-link): Doc fix.
317
318 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
319
320 * savehist.el: Don't require CL at runtime.
321 (savehist-xemacs): Remove.
322 (savehist-coding-system): Use utf-8 if present, regardless of religion.
323 (savehist-no-conversion): Use (featurep 'xemacs).
324 (savehist-load): Check existence of start-itimer rather than XEmacs.
325 Use an idle timer.
326 (savehist-process-for-saving): Replace use of CL funs `subseq' and
327 `delete-if-not'.
328
329 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
330
331 * savehist.el: Newer version.
332 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
333 (savehist-last-checksum, savehist-no-conversion): New vars.
334 (savehist-autosave, savehist-process-for-saving, savehist-printable):
335 New functions.
336 (savehist-load, savehist-save): Use them.
337 (savehist-delimit): Remove.
338
339 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
340
341 * progmodes/compile.el (compilation-goto-locus): Display the
342 compilation buffer first and the source buffer second, in case they're
343 in overlapping frames. Don't raise the compilation frame if it was the
344 selected window upon entry. Pass the `other-window' arg to
345 pop-to-buffer.
346
347 * info.el (Info-fontify-node): Use dolist.
348 Change add-text-properties to put-text-property.
349
350 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
351
352 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
353 bound of search.
354
355 2005-10-16 Masatake YAMATO <jet@gyve.org>
356
357 * dabbrev.el (dabbrev-completion): Pass the common
358 prefix substring of completion to `display-completion-list'.
359
360 * filecache.el (file-cache-minibuffer-complete)
361 (file-cache-complete): Ditto.
362
363 * tempo.el (tempo-display-completions): Ditto.
364
365 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
366
367 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
368
369 * eshell/em-hist.el (eshell-list-history): Ditto.
370
371 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
372
373 * mail/mailalias.el (mail-complete): Ditto.
374
375 * progmodes/etags.el (complete-tag): Ditto.
376
377 * progmodes/make-mode.el (makefile-complete): Ditto.
378
379 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
380
381 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
382
383 * progmodes/pascal.el (pascal-complete-word)
384 (pascal-show-completions): Ditto.
385
386
387 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
388
389 * simple.el (completion-common-substring): New variable.
390 (completion-setup-function): Use `completion-common-substring'
391 to put faces.
392
393 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
394
395 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
396 (x-get-selection, mac-select-convert-to-string): Convert from/to
397 UTF-16 clipboard data as in native byte order, no BOM.
398
399 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
400
401 * progmodes/gud.el (gud-tool-bar-map): Rename the images
402 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
403 (gud-sentinel): Use speedbar-frame to check for speedbar.
404
405 2005-10-15 Richard M. Stallman <rms@gnu.org>
406
407 * savehist.el: New file.
408
409 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
410
411 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
412 Fix bug in \bf fontification.
413
414 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
415
416 * pcvs.el (cvs-edit-log-files): New var.
417 (cvs-mode-edit-log): New arg `file'.
418 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
419 Instead force the use of the original file and nothing else.
420 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
421 the cvs-minor-wrap-function is set.
422 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
423
424 2005-10-14 Bill Wohler <wohler@newt.com>
425
426 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
427 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
428 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
429 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
430 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
431 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
432 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
433 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
434 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
435 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
436 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
437 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
438 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
439 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
440 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
441
442 * progmodes/gud.el (gud-tool-bar-map): Rename the images
443 appropriately (for example, gud-break to gud/break).
444
445 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
446
447 * longlines.el (longlinges-search-function)
448 (longlines-search-forward, longlines-search-backward): New functions.
449 (longlines-mode): Set isearch-search-fun-function to
450 longlinges-search-function.
451
452 * mouse.el (mouse-drag-region-1): Handle the case where a
453 double-click event is bound to an arbitrary function.
454
455 2005-10-14 David Ponce <david@dponce.com>
456
457 * recentf.el (recentf-track-opened-file)
458 (recentf-track-closed-file, recentf-update-menu)
459 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
460 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
461 mouse-1-click-follows-link.
462
463 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
464
465 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
466 Gnome file-manager.png. Suggested by
467 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
468
469 * toolbar/README: Add diropen.xpm.
470
471 2005-10-13 Bill Wohler <wohler@newt.com>
472
473 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
474 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
475
476 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
477
478 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
479 Don't waste the byte-compiler's time on constant data.
480
481 2005-10-13 Kenichi Handa <handa@m17n.org>
482
483 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
484 byte with `escape-glyph' face.
485
486 * international/fontset.el (ccl-encode-unicode-font):
487 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
488 Handle the case that ucs-mule-to-mule-unicode translates a character to
489 ASCII (usually for IPA characters).
490
491 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
492
493 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
494 Don't hide the underline of titles if font-lock-mode is disabled.
495
496 2005-10-12 Bill Wohler <wohler@newt.com>
497
498 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
499 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
500 files in MH-E-SRC have been updated.
501 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
502
503 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
504
505 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
506 (mixal-mode-syntax-table): Add \n as end-comment.
507 (mixal-operation-codes-alist): Immediately initialize to full value.
508 (mixal-add-operation-code): Remove.
509 (mixal-describe-operation-code): Make the arg non-optional.
510 Use the interactive spec instead.
511 Use mixal-operation-codes-alist rather than mixal-operation-codes.
512 (mixal-font-lock-keywords): Don't highlight comments here any more.
513 (mixal-font-lock-syntactic-keywords): New var.
514 (mixal-mode): Use it. Fix comment-start-skip.
515
516 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
517
518 * startup.el (command-line-x-option-alist): -nb => -nbi
519
520 2005-10-12 Kim F. Storm <storm@cua.dk>
521
522 * startup.el (fancy-splash-default-action): Discard mouse click in
523 the spash screen window, as it has no sensible meaning in the
524 next window to be selected. Fixes error reported by Jan D.
525
526 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
527
528 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
529
530 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
531
532 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
533 Try to fix up minor layout issues like indentation, line break, etc...
534 (mixal-mode-syntax-table): Don't try to specify comment syntax,
535 because it doesn't work.
536 (mixal-operation-codes): Add some more codes.
537 (mixal-font-lock-keywords): Process comments here.
538 (mixal-mode): mixasm no longer needs -g option.
539
540 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
541
542 * progmodes/sh-script.el (sh-tmp-file):
543 Use mktemp -t. Finish support for es and rc shells.
544
545 2005-10-11 Jay Belanger <belanger@truman.edu>
546
547 * calc/calcalg2.el (calc-integral): With an argument, compute the
548 definite integral.
549
550 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
551
552 * mouse.el (mouse-drag-region-1): Don't try to catch a
553 double-click when doing follow-link (it's overridden anyway).
554
555 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
556
557 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
558 (autoload-print-form-outbuf): Add docstring.
559
560 2005-10-11 Juri Linkov <juri@jurta.org>
561
562 * info.el (Info-mode-menu): Delete menu item "Edit".
563 (Info-mode): Delete description of Info-edit from docstring,
564 and rearrange descriptions of Info commands in the order
565 they are documented in the Info manual.
566
567 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
568
569 * calendar/appt.el (appt-check): Use diary-selective-display var.
570
571 2005-10-10 Richard M. Stallman <rms@gnu.org>
572
573 * net/newsticker.el (newsticker-start, newsticker-show-news):
574 Add autoload cookies.
575
576 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
577
578 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
579
580 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
581
582 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
583
584 2005-10-10 Jay Belanger <belanger@truman.edu>
585
586 * calc/calc-arith.el (math-check-known-scalarp)
587 (math-check-known-matrixp): Check the values of arguments that are
588 variables.
589 (math-check-known-square-matrixp): New function.
590 (math-known-square-matrixp): Use math-check-known-square-matrixp.
591 (math-super-types): Add sqmatrix type.
592
593 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
594 mode name `square' to 'sqmatrix'.
595
596 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
597 mode name `square' to 'sqmatrix'.
598
599 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
600
601 * progmodes/etags.el (select-tags-table-mode): Don't use
602 selective-display.
603 (tags-select-tags-table): Pass `button' to the action function.
604 (select-tags-table): Place the side-info on button properties rather
605 than in hidden text. Abbreviate file names.
606 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
607 (select-tags-table-select): Add `button' argument.
608 Get side-info from the button property rather than from hidden text.
609
610 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
611
612 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
613 (gud-speedbar-buttons): Preserve point if possible.
614 (gud-sentinel): Restore previous speedbar display type.
615
616 * progmodes/gdb-ui.el (gdba): Improve diagram.
617 (def-gdb-auto-update-handler, gdb-info-locals-handler)
618 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
619 Call get-buffer-window once.
620
621 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
622
623 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
624 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
625 (pascal-indent-command): Remove unused var `ind'.
626 (pascal-indent-case): Remove unused var `oldpos'.
627 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
628 since it's now used as a proper minor mode map.
629 (pascal-outline): Rename to pascal-outline-mode.
630 (pascal-outline-mode): Use define-minor-mode.
631 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
632 selective-display.
633
634 2005-10-10 Andreas Schwab <schwab@suse.de>
635
636 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
637 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
638
639 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
640 outside source directory.
641
642 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
643
644 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
645 C-x' as a prefix.
646 (orgtbl-mode-map): Full keymap instead of sparse, because all
647 `self-insert-command' keys are redefined in this map.
648 (org-export-as-html): Specify charset for HTML file, by taking it
649 from the coding system.
650
651 2005-10-10 Kenichi Handa <handa@m17n.org>
652
653 * textmodes/flyspell.el (flyspell-check-word-p):
654 If unread-command-events is non-empty, don't call sit-for.
655
656 2005-10-09 Richard M. Stallman <rms@gnu.org>
657
658 * font-lock.el (font-lock-syntactic-keywords)
659 (font-lock-keywords): Doc fixes.
660
661 * textmodes/flyspell.el (flyspell-external-point-words):
662 Simplify logic, and don't try to check for consecutive appearances
663 of one incorrect word.
664
665 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
666
667 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
668 separator.
669
670 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
671 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
672 (gud-expansion-speedbar-buttons): New function.
673 (gud-speedbar-buttons): Check for gud-comint-buffer.
674
675 2005-10-09 Bill Wohler <wohler@newt.com>
676
677 * Makefile.in (updates): Add mh-loaddefs dependency.
678
679 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
680
681 * speedbar.el (speedbar-file-key-map): Fix typo.
682
683 2005-10-09 Daniel Brockman <daniel@brockman.se>
684
685 * cus-start.el (line-spacing): Add custom spec.
686
687 2005-10-09 Romain Francoise <romain@orebokech.com>
688
689 * textmodes/ispell.el (ispell-check-version): Fix last change.
690
691 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
692
693 * term/x-win.el: Remove -i, --icon-type from comment.
694
695 * startup.el (command-line-x-option-alist): Remove options -i,
696 -itype, --icon-type, added -nb, --no-bitmap-icon
697
698 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
699
700 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
701 instead of :active.
702
703 2005-10-08 Eric Hanchrow <offby1@blarg.net>
704
705 * textmodes/ispell.el (ispell-check-version):
706 Ignore hyphen, and all that follows, in aspell's version text.
707
708 2005-10-08 Jay Belanger <belanger@truman.edu>
709
710 * calc/calc-arith.el (math-known-square-matrixp): New function.
711 (math-pow-fancy): Check for matrices before distributing exponent
712 across products.
713
714 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
715 fullscreen keypad. Suggested by Luc Teirlinck.
716 (calc-keypad-show-input): Add space for formatting.
717
718 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
719 Add square matrix option.
720
721 * calc/calc-poly.el (math-expand-term): Check for matrices instead
722 of checking calc-matrix-mode when deciding how to expand.
723
724 * calc/calc.el (calc-set-mode-line): Add square matrix option.
725
726 2005-10-08 Lars Hansen <larsh@soem.dk>
727
728 * net/tramp.el (tramp-perl-directory-files-and-attributes):
729 Add error handling.
730 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
731
732 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
733
734 Sync with Tramp 2.0.51.
735
736 * net/tramp.el (tramp-handle-set-visited-file-modtime)
737 (tramp-handle-insert-file-contents, tramp-handle-write-region):
738 Insert special handling for `last-coding-system-used', again
739 it still seems to be necessary (unlike stated before).
740 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
741 (tramp-password-prompt-regexp): There might be other words before
742 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
743 (tramp-chunksize): Improve docstring.
744 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
745 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
746 Christian Joergensen <bugs@razor.dk>.
747
748 2005-10-07 Glenn Morris <rgm@gnu.org>
749
750 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
751 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
752 precision'.
753
754 2005-10-07 Romain Francoise <romain@orebokech.com>
755
756 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
757 (ibuffer-do-shell-command-pipe-replace)
758 (ibuffer-do-shell-command-file, ibuffer-do-eval)
759 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
760 (ibuffer-do-revert, ibuffer-do-replace-regexp)
761 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
762 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
763 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
764 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
765 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
766 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
767 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
768 Autoload file sans suffix.
769
770 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
771
772 2005-10-07 David Ponce <david@dponce.com>
773
774 * recentf.el (recentf-menu-open-all-flag): New option.
775 (recentf-digit-shortcut-command-name): New function.
776 (recentf--shortcuts-keymap): New variable.
777 (recentf-menu-shortcuts): New variable.
778 (recentf-make-menu-items): Initialize it. Replace the "More..."
779 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
780 (recentf-menu-value-shortcut): New function.
781 (recentf-make-menu-item): Use it. No more in-lined.
782 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
783 (recentf-open-most-recent-file): Rename from
784 `recentf-open-file-with-key'. Don't depend on key binding.
785 (recentf-mode-map): New variable.
786 (recentf-mode): Use it.
787
788 2005-10-06 Bill Wohler <wohler@newt.com>
789
790 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
791
792 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
793 (MH-E-SRC): New. Used by mh-autoloads.
794 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
795 files in MH-E-SRC have been updated.
796 (compile, recompile, bootstrap): Depend on mh-autoloads.
797
798 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
799
800 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
801 gud-break and gud-remove icons when the fringe is not available.
802
803 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
804 Typo.
805
806 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
807
808 * play/zone.el (zone): Wrap body with save-window-excursion.
809
810 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
811
812 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
813 Use the new `list-only' arg to diary-list-entries.
814
815 * calendar/diary-lib.el: Use overlays rather than selective-display.
816 (diary-selective-display): New var.
817 (diary-header-line-format): Use it.
818 (diary-list-entries): Add argument `list-only'.
819 Put the buffer in diary-mode. Don't add \^M at beg and end.
820 Replace \^M by invisible overlays.
821 (diary-unhide-everything): Replace \^M by invisible overlays.
822 (print-diary-entries): Look for overlays rather than \^M.
823 Add a space to the temp buffer name.
824 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
825 Put the buffer in diary-mode.
826 (list-sexp-diary-entries): Replace \^M by invisible overlays.
827 (diary-anniversary): Make the year arg optional.
828 (diary-time-regexp): New const.
829 (diary-font-lock-keywords): Use it to accept a few more time formats.
830
831 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
832
833 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
834
835 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
836 Fix bug introduced 2005-07-03: Use (car (last ...))
837 to faithfully reproduce replaced artist-last.
838 (artist-set-arrow-points-for-poly): Likewise.
839 Suggested by Johan Bockg\e,Ae\e(Brd.
840
841 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
842
843 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
844 * wid-edit.el (widget):
845 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
846 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
847
848 2005-10-06 Kenichi Handa <handa@m17n.org>
849
850 * international/mule-cmds.el (set-language-environment):
851 Fix setting up of case-table for unibyte mode.
852
853 * simple.el (what-cursor-position): If the character is displayed
854 by some `display' text property, show that. Don't use
855 single-key-description for eight-bit characters in multibyte mode.
856
857 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
858
859 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
860 (gdb-ann3): Set it.
861 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
862 (gdb-info-frames-custom): Use inverse-video for first five
863 characters of selected frame only.
864 (gdb-get-frame-number): Select frame even when point is on frame
865 number.
866
867 2005-10-06 Masatake YAMATO <jet@gyve.org>
868
869 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
870 Put `font-lock-function-name-face'.
871 (gdb-info-frames-custom): Put `font-lock-function-name-face'
872 and `font-lock-variable-name-face'
873 (gdb-registers-font-lock-keywords): New font lock keywords definition.
874 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
875 (gdb-memory-font-lock-keywords): New font lock keywords definition.
876 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
877 (gdb-local-font-lock-keywords): New font lock keywords definition.
878 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
879 (gdb-threads-font-lock-keywords): New font lock keywords definition.
880 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
881
882 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
883
884 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
885 (ediff-merge-region-is-non-clash-to-skip): Previously called
886 ediff-merge-region-is-non-clash.
887
888 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
889 Use insert-buffer-substring.
890
891 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
892 selecting files to patch. Also bug fixes.
893
894 * ediff-util.el (ediff-setup): Bug fix.
895 (ediff-next-difference): Never skip clashes that differ in white
896 space only.
897
898 * ediff-wind.el (ediff-setup-control-frame)
899 (ediff-destroy-control-frame): Check the menubar feature.
900
901 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
902 (viper-refresh-mode-line): Use make-local-variable to localize
903 some vars instead of make-variable-buffer-local. Suggested by
904 Stefan Monnier.
905
906 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
907 (viper-restore-cursor-type, viper-set-insert-cursor-type):
908 Use make-local-variable instead of make-variable-buffer-local.
909 Suggested by Stefan Monnier.
910
911 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
912 (viper-comint-mode-hook): Use make-local-variable on
913 require-final-newline.
914 (viper-non-hook-settings): Don't use make-variable-buffer-local.
915
916 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
917
918 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
919 also the second char of a comment-start sequence.
920 (scheme-sexp-comment-syntax-table): New var.
921 (lambda, define): Set their scheme-doc-string-elt property.
922 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
923 Use lisp-font-lock-syntactic-face-function now that it properly
924 handles |...| symbols.
925 (scheme-mode-variables): Set lisp-doc-string-elt-property,
926 parse-sexp-lookup-properties and font-lock-extra-managed-props.
927
928 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
929 bit from # to |.
930 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
931
932 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
933 (lisp-doc-string-elt-property): New var.
934 (lisp-font-lock-syntactic-face-function): Use it.
935 Rewrite to recognize docstrings even for forms not at toplevel.
936
937 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
938 annotation on the | part of #| rather than on the # part.
939 (scheme-font-lock-syntactic-face-function): New function, to
940 distinguish strings from |...| symbols.
941 (scheme-mode-variables): Use it. Also fix up the font-lock-time
942 syntax-table so that #|...|# is properly highlighted.
943
944 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
945 Don't mark as docstring the 3rd elem of an unknown toplevel form.
946
947 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
948
949 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
950 and C-e.
951
952 * emacs-lisp/eldoc.el: Move comments into docstrings.
953 (eldoc-message-commands): Initialize in its declaration.
954 Add move-beginning-of-line and move-end-of-line.
955 (eldoc-add-command, eldoc-add-command-completions)
956 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
957
958 * outline.el (outline-mark-subtree): Activate the mark.
959
960 * calendar/appt.el (appt-time-regexp): New var.
961 (appt-add, appt-make-list): Use it.
962 (appt-convert-time): Clean up.
963
964 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
965 Don't set any syntax-table property here.
966 (tex-font-lock-verb): New function. Do it here.
967 (tex-font-lock-syntactic-keywords): Use it.
968
969 2005-10-04 Richard M. Stallman <rms@gnu.org>
970
971 * wid-edit.el (widget-file-complete): Get the widget start point
972 the right way. Default directory to `/' if file has none.
973
974 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
975
976 * textmodes/flyspell.el (flyspell-mode-on):
977 Call ispell-maybe-find-aspell-dictionaries.
978
979 * textmodes/ispell.el (ispell-word, ispell-region):
980 Call ispell-maybe-find-aspell-dictionaries.
981 (ispell-accept-buffer-local-defs):
982 Don't call ispell-maybe-find-aspell-dictionaries
983
984 2005-10-04 Richard M. Stallman <rms@gnu.org>
985
986 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
987
988 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
989
990 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
991 instead of `fboundp' in order to allow for anonymous functions.
992
993 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
994
995 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
996 case the user clicks on the link while another window is selected.
997 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
998
999 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
1000 functionality.
1001 (dframe-help-echo): Save point in case mouse tracking is off.
1002
1003 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
1004
1005 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
1006
1007 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
1010 not change the global value of those vars.
1011
1012 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
1013 make-local-variable which we do not need any more.
1014
1015 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
1016
1017 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
1018 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
1019 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
1020 (speedbar-path-line): Define obsolete aliases.
1021 (speedbar-line-directory): Doc fix.
1022
1023 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
1024 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
1025 instead of speedbar-line-path.
1026
1027 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1028
1029 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
1030 to nil if dropping on a window. Handle dropping on a minibuffer window
1031 like dropping on a non-window part of Emacs.
1032
1033 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * net/ange-ftp.el: Use with-current-buffer.
1036 (ange-ftp-insert-directory): Do not follow symlinks any more.
1037
1038 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1039 Remove interactive spec.
1040
1041 2005-10-03 Kim F. Storm <storm@cua.dk>
1042
1043 * ido.el (ido-mode): Use custom-initialize-set.
1044
1045 2005-10-02 Richard M. Stallman <rms@gnu.org>
1046
1047 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
1048 Use insert-buffer-substring.
1049
1050 * net/tramp.el: Pacify byte compiler warnings in pacification code.
1051 (tramp-handle-file-local-copy): Use insert-buffer-substring.
1052
1053 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1054
1055 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
1056 in last change.
1057 (ange-ftp-insert-directory): Fix up the search for the case where
1058 `file' is absolute.
1059
1060 2005-10-02 Romain Francoise <romain@orebokech.com>
1061
1062 * progmodes/compile.el (compile-goto-error): Delete extra paren.
1063
1064 2005-10-02 Andreas Schwab <schwab@suse.de>
1065
1066 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
1067 directory component in the session info.
1068
1069 2005-10-01 Richard M. Stallman <rms@gnu.org>
1070
1071 * comint.el (comint-redirect-subvert-readonly): Doc fix.
1072
1073 * simple.el (next-error-internal): New function.
1074
1075 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
1076 (compilation-start): Pass new arg to compilation-buffer-name.
1077 (compile-goto-error): Use next-error-internal.
1078
1079 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1080
1081 * speedbar.el: Remove RCS tag.
1082 (speedbar-check-read-only): Handle non-existent files.
1083
1084 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
1085
1086 * info.el (Info-speedbar-hierarchy-buttons)
1087 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
1088
1089 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1090
1091 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
1092 Do not match newline.
1093 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
1094 (bibtex-summary): Remove unnecessary save-excursion.
1095 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
1096
1097 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1098
1099 * term/mac-win.el: Add charset info for "iso10646-1".
1100 Modify default fontset to use ATSUI-compatible fonts for some charsets
1101 if available.
1102
1103 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1104
1105 * speedbar.el: Re-apply arch tag.
1106 (speedbar-version): Rename to version 1.0. Suggested by Eric
1107 M. Ludlam.
1108 Reapply two changes from Emacs CVS' version of speedbar lost
1109 during the merge:
1110 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
1111 (speedbar-frame-parameters): Improve customize type.
1112
1113 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1114
1115 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
1116 (ange-ftp-file-directory-p): Fix the symlink case.
1117 (ange-ftp-insert-directory): When listing a single file, get a list of
1118 the parent buffer and extract the relevant line. Inspired from a patch
1119 by Katsumi Yamaoka <yamaoka@jpl.org>.
1120 (ange-ftp-file-name-sans-versions): Simplify.
1121
1122 2005-09-30 Bill Wohler <wohler@newt.com>
1123
1124 Move MH-E image files from toolbar and mail directories into
1125 etc/images.
1126
1127 * mail/reply2.*: Move to etc/images/mail/reply*.
1128
1129 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
1130 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
1131 etc/images.
1132
1133 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
1134 * toolbar/reply*: Move to etc/images/mail.
1135
1136 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
1137
1138 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
1139
1140 * speedbar.el: New version 1.0pre3.
1141
1142 Frame management code (including timer, and mouse click specifics)
1143 moved to dframe.el:
1144 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
1145 (speedbar-timer): Removed. Use dframe-timer.
1146 (speedbar-close-frame): Removed. Use dframe-close-frame.
1147 (speedbar-activity-change-focus-flag): Removed. Use
1148 dframe-activity-change-focus-flag.
1149 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
1150 dframe-update-speed.
1151
1152 (speedbar-current-frame): New macro. Use this instead of the
1153 variable speedbar-frame.
1154
1155 (speedbar-use-images, speedbar-expand-image-button-alist)
1156 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
1157
1158 (speedbar-find-image-on-load-path): Removed. Replaced by
1159 defezimage in ezimage.el.
1160 (speedbar-expand-image-button-alist): Removed. Replaced by
1161 ezimage-expand-image-button-alist in ezimage.el.
1162
1163 (speedbar-ignored-directory-regexp)
1164 (speedbar-add-ignored-directory-regexp)
1165 (speedbar-ignored-directory-expressions)
1166 (speedbar-line-directory, speedbar-buffers-line-directory)
1167 (speedbar-directory-line, speedbar-buffers-line-directory):
1168 Renamed, replacing `path' with `directory'.
1169
1170 (speedbar-create-directory, speedbar-expand-line-descendants)
1171 (speedbar-toggle-line-expansion)
1172 (speedbar-contract-line-descendants): New commands.
1173
1174 (speedbar-query-confirmation-method, speedbar-select-frame-method)
1175 (speedbar-use-tool-tips-flag): New options.
1176
1177 (speedbar-check-read-only, speedbar-require-version)
1178 (speedbar-insert-separator, speedbar-buffers-tail-notes)
1179 (speedbar-handle-delete-frame, speedbar-try-completion)
1180 (speedbar-update-localized-contents): New functions.
1181
1182 (speedbar-incompatible-version, speedbar-ro-to-do-point)
1183 (speedbar-object-read-only-indicator): New variables.
1184
1185 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1186 New hooks.
1187
1188 (speedbar-separator-face): New face.
1189
1190 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1191 (speedbar-ignored-modes): Add fundamental-mode.
1192 (speedbar-directory-unshown-regexp): Add . directories.
1193
1194 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1195 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1196 `]' for full expand/close.
1197 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1198
1199 (speedbar-check-vc): Support hidden files.
1200 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1201 (speedbar-this-file-in-vc): Use vc-state if available. If VC
1202 state is nil, it is not checked out.
1203
1204 (speedbar-line-text, speedbar-line-token): Support expand buttons
1205 with no text.
1206 (speedbar-refresh): Universal argument acts as power-click.
1207 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1208 that buffer to get variable values.
1209
1210 And many other bugfixes.
1211
1212 * dframe.el, ezimage.el, sb-image.el: New files.
1213
1214 * sb-*.xpm: Remove files. New image files installed into
1215 etc/images/ezimage.
1216
1217 2005-09-30 Kenichi Handa <handa@m17n.org>
1218
1219 * ps-mule.el (ps-mule-show-warning): If a character is in
1220 ps-print-translation-table, don't treat it as non-printable.
1221
1222 2005-09-30 David Ponce <david@dponce.com>
1223
1224 * tree-widget.el (tree-widget-themes-load-path): New variable.
1225 (tree-widget-themes-directory): Doc fix.
1226 (tree-widget-image-formats) [Emacs]: Doc fix.
1227 (tree-widget--locate-sub-directory): New function.
1228 (tree-widget-themes-directory): Use it.
1229
1230 * recentf.el (recentf-filename-handlers): Rename from
1231 `recentf-filename-handler'. Allow a list of functions.
1232 (recentf-menu-items-for-commands): Fix :help strings.
1233 (recentf-apply-filename-handlers): New function.
1234 (recentf-expand-file-name): Use it.
1235 (recentf-cleanup): Remove duplicates too.
1236
1237 2005-09-29 Juri Linkov <juri@jurta.org>
1238
1239 * faces.el: Rearrange face definitions to be in the same order as
1240 their face descriptions in "(emacs)Standard Faces".
1241
1242 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1243
1244 * tooltip.el (tooltip): Add group `basic-faces'.
1245
1246 * buff-menu.el (Buffer-menu-buffer): Remove group
1247 `font-lock-highlighting-faces'.
1248
1249 * progmodes/compile.el (compilation-error, compilation-warning)
1250 (compilation-info, compilation-line-number, compilation-column-number):
1251 Change group from `font-lock-highlighting-faces' to `compilation'.
1252
1253 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1254 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1255 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1256 (vhdl-font-lock-reserved-words-face)
1257 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1258 `font-lock-highlighting-faces'.
1259
1260 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1261
1262 2005-09-28 Kim F. Storm <storm@cua.dk>
1263
1264 * emulation/cua-base.el: Set CUA move property on additional commands:
1265 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1266 forward-sexp, backward-sexp, forward-list, backward-list.
1267
1268 2005-09-28 Romain Francoise <romain@orebokech.com>
1269
1270 * comint.el (comint-show-output): Really set point at the
1271 beginning of the output when not using `comint-use-prompt-regexp'.
1272
1273 2005-09-27 Jay Belanger <belanger@truman.edu>
1274
1275 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1276 in TeX mode.
1277
1278 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
1279
1280 * textmodes/org.el (org-table-sum): Fix format string.
1281
1282 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1283 Quote face names.
1284
1285 2005-09-26 Romain Francoise <romain@orebokech.com>
1286
1287 * isearch.el (isearch-forward-regexp): Close doc string.
1288
1289 2005-09-25 Richard M. Stallman <rms@gnu.org>
1290
1291 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1292
1293 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1294
1295 * progmodes/compile.el (compilation-error-properties):
1296 When getting the file from the previous error message,
1297 correctly decode the new data format.
1298
1299 * progmodes/cc-cmds.el (c-electric-paren):
1300 Call old-blink-paren only for close-paren.
1301
1302 2005-09-24 Andreas Schwab <schwab@suse.de>
1303
1304 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1305 condition.
1306
1307 2005-09-25 Romain Francoise <romain@orebokech.com>
1308
1309 * dired-aux.el (dired-copy-file-recursive):
1310 * dired.el (dired-delete-file):
1311 * ediff-mult.el (ediff-dir-diff-copy-file):
1312 * ediff-util.el (ediff-test-save-region):
1313 * forms.el (forms-mode):
1314 * ido.el (ido-file-internal, ido-delete-file-at-head):
1315 * log-edit.el (log-edit-done):
1316 * ses.el (ses-yank-resize):
1317 * play/gomoku.el (gomoku-human-plays, gomoku)
1318 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1319 (gomoku-offer-a-draw):
1320 * play/landmark.el (lm-human-resigns, lm):
1321 * net/eudcb-ldap.el (eudc-ldap-check-base):
1322 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1323 * progmodes/ebrowse.el (ebrowse-find-pattern):
1324 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1325 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1326 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1327
1328 * vc.el (vc-delete-file):
1329 * play/gomoku.el (gomoku-terminate-game, gomoku)
1330 (gomoku-prompt-for-move, gomoku-human-takes-back):
1331 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1332 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1333
1334 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1335
1336 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1337 color rxvt terminals by using the code xterm.el used to use before
1338 2005-04-09 in order to match the colors used by rxvt.
1339
1340 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1341
1342 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1343 colors rxvt-unicode terminals by using the same code as xterm.el.
1344
1345 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1346
1347 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1348 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1349 new symbol used for the tex-verbatim face.
1350
1351 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1352
1353 * woman.el (woman-file-name):
1354 * wid-edit.el (widget-file-prompt-value)
1355 (widget-coding-system-prompt-value):
1356 * w32-fns.el (set-w32-system-coding-system):
1357 * vc.el (vc-version-diff, vc-annotate):
1358 * textmodes/reftex-auc.el (reftex-arg-cite)
1359 (reftex-arg-index-tag):
1360 * textmodes/refer.el (refer-get-bib-files):
1361 * textmodes/artist.el (artist-figlet-choose-font):
1362 * terminal.el (terminal-emulator):
1363 * replace.el (occur-read-primary-args):
1364 * rect.el (string-rectangle, string-insert-rectangle):
1365 * ps-print.el (ps-print-preprint):
1366 * progmodes/pascal.el (pascal-goto-defun):
1367 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1368 * progmodes/compile.el (compilation-find-file):
1369 * printing.el (pr-interactive-n-up):
1370 * play/animate.el (animate-birthday-present):
1371 * net/rcompile.el (remote-compile):
1372 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1373 * mail/rmailsum.el (rmail-summary-search-backward)
1374 (rmail-summary-search):
1375 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1376 (rmail-output-read-file-name):
1377 * mail/rmail.el (rmail-search, rmail-search-backwards):
1378 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1379 * locate.el (locate):
1380 * international/quail.el (quail-show-keyboard-layout):
1381 * international/mule.el (set-buffer-file-coding-system)
1382 (revert-buffer-with-coding-system, set-file-name-coding-system)
1383 (set-terminal-coding-system, set-keyboard-coding-system)
1384 (set-next-selection-coding-system):
1385 * international/mule-diag.el (describe-coding-system)
1386 (describe-font, describe-fontset):
1387 * international/mule-cmds.el (universal-coding-system-argument)
1388 (search-unencodable-char, describe-input-method)
1389 (set-language-environment, describe-language-environment):
1390 * international/codepage.el (codepage-setup):
1391 * international/code-pages.el (codepage-setup):
1392 * info.el (Info-search, Info-follow-reference)
1393 (Info-search-backward):
1394 * emacs-lisp/advice.el (ad-read-advised-function)
1395 (ad-read-advice-class, ad-clear-cache, ad-activate)
1396 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1397 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1398 (ad-read-regexp):
1399 * ediff-util.el (ediff-toggle-regexp-match):
1400 * ediff-ptch.el (ediff-prompt-for-patch-file):
1401 * dired-aux.el (dired-diff):
1402 * diff.el (diff):
1403 * cus-edit.el (custom-variable-prompt):
1404 * calendar/timeclock.el (timeclock-ask-for-project):
1405 * calc/calcalg3.el (calc-get-fit-variables):
1406 * calc/calc-store.el (calc-edit-variable)
1407 (calc-permanent-variable):
1408 * vc-mcvs.el (vc-mcvs-register):
1409 * shadowfile.el (shadow-define-literal-group):
1410 * woman.el (woman-file-name):
1411 * vc.el (vc-version-diff, vc-merge):
1412 * textmodes/reftex-index.el (reftex-index-complete-tag):
1413 * format.el (format-decode-buffer, format-decode-region):
1414 * emulation/viper-cmd.el (viper-read-string-with-history):
1415 * emacs-lisp/debug.el (cancel-debug-on-entry):
1416 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1417 * ediff.el (ediff-merge-revisions)
1418 (ediff-merge-revisions-with-ancestor, ediff-revision):
1419 * completion.el (interactive-completion-string-reader):
1420 * calc/calc-prog.el (calc-user-define-formula):
1421 Follow convention for reading with the minibuffer.
1422
1423 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1424
1425 * progmodes/python.el (python-describe-symbol): Add globals() and
1426 locals() to the arguments of emacs.ehelp.
1427
1428 2005-09-24 Magnus Henoch <mange@freemail.hu>
1429
1430 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1431 New function, code extracted from ispell-valid-dictionary-list.
1432 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1433 Call it.
1434
1435 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1436
1437 * subr.el (version-regexp-alist): Extend valid syntax for version
1438 strings: allow any of the characters -,_,+ to separate the
1439 alpha/beta/rc part from the version part. Doc fix.
1440 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1441
1442 2005-09-23 David Reitter <david.reitter@gmail.com>
1443
1444 * mail/mailclient.el: New file.
1445
1446 2005-09-23 Richard M. Stallman <rms@gnu.org>
1447
1448 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1449 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1450 Doc fixes.
1451
1452 * progmodes/cc-mode.el (c-font-lock-init):
1453 Specify font-lock-lines-before.
1454
1455 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1456
1457 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1458 whole conflict.
1459
1460 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1461
1462 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1463 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1464 of `remap' feature when available. Additional key bindings for
1465 better tty support.
1466 (org-mode-restart, org-force-self-insert): New commands.
1467 (org-time-stamp-inactive): New command.
1468 (org-remap): New function.
1469 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1470 (org-enable-fixed-width-editor): Move to `org-structure'
1471 customization group.
1472 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1473 blank field after field motion commands.
1474
1475 2005-09-23 Kenichi Handa <handa@m17n.org>
1476
1477 * international/mule-cmds.el (set-language-environment):
1478 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1479 have to call utf-translate-cjk-load-tables.
1480
1481 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1482
1483 * mouse.el (mouse-move-drag-overlay): Fix last change.
1484
1485 2005-09-22 David Ponce <david@dponce.com>
1486
1487 * tree-widget.el (tree-widget-value-create): Fix previous change.
1488
1489 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1490
1491 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1492
1493 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1494
1495 * mouse.el (mouse-move-drag-overlay): New function.
1496 (mouse-drag-region-1): Use it.
1497 Try to simplify a bit the state handling. Handle clicks on links
1498 inside intangible areas.
1499 (mouse-save-then-kill): Minor simplification.
1500 (mouse-secondary-overlay): Make it always non-nil instead of
1501 recreating it each time.
1502 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1503 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1504 Simplify accordingly.
1505
1506 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1507
1508 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1509
1510 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1511
1512 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1513 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1514 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1515 to patch.
1516
1517 * ediff-util.el: Use insert-buffer-substring.
1518
1519 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1520
1521 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1522 field boundaries in the minibuffer.
1523 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1524 (viper-minibuffer-post-command-hook): New hook.
1525 (viper-line): Don't move cursor at bolp.
1526
1527 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1528
1529 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1530 avoid compiler warnings.
1531
1532 * emulation/viper-macs.el (ex-map): Better messages.
1533
1534 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1535
1536 * emulation/viper.el: Replace make-variable-buffer-local with
1537 viper-make-variable-buffer-local everywhere, to avoid warnings.
1538
1539 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1540
1541 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1542 Delete unused var `old-selected-window'.
1543 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1544 (mouse-drag-secondary): Delete unused var `start-frame'.
1545
1546 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1547
1548 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1549
1550 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1551
1552 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1553 Re-indent within 80 columns. Use inhibit-read-only.
1554
1555 2005-09-19 Romain Francoise <romain@orebokech.com>
1556
1557 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1558
1559 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1560
1561 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1562 unconditionally, since the after-change-function already did it.
1563
1564 2005-09-19 Miles Bader <miles@gnu.org>
1565
1566 * net/newsticker.el: Get rid of CVS keyword.
1567
1568 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1569
1570 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1571 The prompt is formatted later.
1572
1573 2005-09-19 David Ponce <david@dponce.com>
1574
1575 * tree-widget.el (tree-widget-value-create): Save the converted
1576 tree :node widget.
1577
1578 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1579
1580 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1581 variable `message'.
1582
1583 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1584
1585 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1586 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1587 <slawomir.nowaczyk.847@student.lu.se>.
1588
1589 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1590
1591 * image.el (image-load-path): Use symbol `data-directory' instead
1592 of its value, for backward compatibility with packages that bind
1593 it during `find-image'. Suggested by Katsumi Yamaoka.
1594 (image-search-load-path): Handle symbols whose values are strings.
1595
1596 2005-09-18 Romain Francoise <romain@orebokech.com>
1597
1598 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1599 with-current-buffer form in save-excursion.
1600
1601 2005-09-18 D Goel <deego@gnufans.org>
1602
1603 * apropos.el (apropos-command): Fix `message' call: first arg
1604 should be a format spec. In this and all other cases that appear
1605 below and elsewhere in the source code, I made a change only when
1606 two conditions were satisfied: [1] I can think of a possibility
1607 that the arguments would cause an error, for example, the code in
1608 question relies on external variables such as filenames. [2] I
1609 was sure that the arg to `message' could not have been nil in the code.
1610
1611 * textmodes/tildify.el (tildify-region): Ditto.
1612
1613 * textmodes/reftex-index.el (reftex-index-change-entry)
1614 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1615 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1616 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1617 (org-priority, org-table-sum):
1618 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1619 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1620 (flyspell-word, flyspell-display-next-corrections):
1621 * textmodes/bibtex.el (bibtex-print-help-message):
1622 * textmodes/artist.el (artist-key-set-point-poly):
1623 * term/mac-win.el (mac-services-insert-text):
1624 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1625 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1626 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1627 (vhdl-compose-configuration):
1628 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1629 (sh-set-indent, sh-learn-line-indent):
1630 * progmodes/ps-mode.el (ps-mode-target-column):
1631 * progmodes/idlwave.el (idlwave-make-tags)
1632 (idlwave-scan-library-catalogs):
1633 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1634 * progmodes/gud.el (gud-jdb-analyze-source):
1635 * progmodes/flymake.el (flymake-log):
1636 * progmodes/ebnf2ps.el (ebnf-generate-region):
1637 * progmodes/cmacexp.el (c-macro-expansion):
1638 * progmodes/ada-xref.el (ada-treat-cmd-string):
1639 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1640 (ada-justified-indent-current, ada-batch-reformat):
1641 * play/zone.el (zone):
1642 * play/landmark.el (lm-move):
1643 * play/decipher.el (decipher-show-alphabet):
1644 * net/newsticker.el (newsticker--display-jump)
1645 (newsticker--display-scroll):
1646 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1647 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1648 * mail/feedmail.el (feedmail-dump-message-to-queue):
1649 * eshell/esh-proc.el (eshell-remove-process-entry):
1650 * emulation/ws-mode.el (ws-last-error):
1651 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1652 (viper-record-kbd-macro):
1653 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1654 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1655 * emacs-lisp/find-func.el (find-function-noselect):
1656 * calendar/timeclock.el (timeclock-status-string)
1657 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1658 (timeclock-when-to-leave-string):
1659 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1660 * calc/calc-units.el (calc-enter-units-table):
1661 * calc/calc-mode.el (calc-mode-record-mode):
1662 * woman.el (woman-mini-help):
1663 * wdired.el (wdired-change-to-wdired-mode):
1664 * vc.el (vc-retrieve-snapshot):
1665 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1666 * startup.el (display-startup-echo-area-message):
1667 * simple.el (set-goal-column):
1668 * ses.el (ses-command-hook, ses-recalculate-cell):
1669 * server.el (server-process-filter):
1670 * printing.el (pr-interface-txt-print, pr-interface-printify)
1671 (pr-interface-ps):
1672 * pcvs.el (cvs-help):
1673 * log-edit.el (log-edit, log-edit-mode-help):
1674 * iswitchb.el (iswitchb-possible-new-buffer):
1675 * isearch.el (isearch-edit-string):
1676 * image-mode.el (image-mode, image-minor-mode):
1677 * ibuf-macs.el (define-ibuffer-filter):
1678 * hi-lock.el (hi-lock-find-patterns):
1679 * files.el (toggle-read-only):
1680 * ediff-util.el (ediff-copy-diff)
1681 (ediff-write-merge-buffer-and-maybe-kill):
1682 * echistory.el (Electric-history-undefined):
1683 * dnd.el (dnd-insert-text):
1684 * dired-aux.el (dired-query):
1685 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1686 * bookmark.el (bookmark-bmenu-locate):
1687 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1688 Fix `message' calls to ensure first arg is a format string.
1689 The change was made only when these two conditions were satisfied:
1690 [1] when there is a possibility that the arguments would cause an error
1691 for example, if the code in question relies on external variables
1692 such as filenames, and
1693 [2] if the arg to `message' could not have been nil in the code.
1694
1695 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1696 Not having a %s would be weird, though not technically wrong.
1697
1698 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1699
1700 * term/mac-win.el (mac-add-charset-info): Doc fix.
1701
1702 2005-09-17 Romain Francoise <romain@orebokech.com>
1703
1704 * shell.el (shell-resync-dirs): Handle echoing processes more
1705 reliably. Don't insert resync command if `comint-process-echoes'
1706 is non-nil.
1707
1708 2005-09-17 Magnus Henoch <mange@freemail.hu>
1709
1710 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1711 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1712 aspell versions >= 0.60.
1713 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1714 only if ispell-aspell-supports-utf8 is non-nil.
1715
1716 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1717
1718 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1719 buffer-local value to lisp-indent-function.
1720
1721 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1722
1723 * progmodes/glasses.el (glasses-make-readable): If
1724 glasses-separator differs from underscore, put appropriate
1725 overlays over underscore characters.
1726 (glasses-convert-to-unreadable): If glasses-separator differs from
1727 underscore, try to convert glasses-separator characters to
1728 underscores.
1729
1730 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1731
1732 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1733 Use with-syntax-table and dolist.
1734
1735 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1736
1737 * textmodes/reftex-auc.el:
1738 * textmodes/reftex-cite.el:
1739 * textmodes/reftex-dcr.el:
1740 * textmodes/reftex-global.el:
1741 * textmodes/reftex-parse.el:
1742 * textmodes/reftex-ref.el:
1743 * textmodes/reftex-sel.el:
1744 * textmodes/reftex-toc.el:
1745 * textmodes/reftex-vars.el:
1746 * textmodes/reftex.el: Small changes to remove compiler warnings.
1747
1748 * textmodes/reftex-index.el: Likewise.
1749 (reftex-query-index-phrase): More efficient use of markers.
1750
1751 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1752
1753 * image.el (image-load-path): New variable.
1754 (image-search-load-path): New function.
1755 (find-image): Search for images in `image-load-path'.
1756
1757 2005-09-15 Richard M. Stallman <rms@gnu.org>
1758
1759 * follow.el: Change Maintainer field.
1760
1761 2005-09-15 David Ponce <david@dponce.com>
1762
1763 * recentf.el (recentf-save-file-modes): New option.
1764 (recentf-save-list): Use it.
1765
1766 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1767
1768 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1769 (mode-line-mule-info, mode-line-modified): Move bindings from
1770 mouse-3 to mouse-1.
1771
1772 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1773
1774 * simple.el (sendmail-user-agent-compose): Revert last change.
1775
1776 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1777
1778 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1779 Use with-current-buffer.
1780 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1781 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1782 (ange-ftp-insert-directory): Remove unused var `short'.
1783 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1784
1785 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1786 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1787
1788 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1789 (check-calendar-holidays, diary-list-entries): Autoload.
1790 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1791 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1792
1793 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1794 which mistakenly removed a call to display-buffer.
1795
1796 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1797
1798 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1799
1800 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1801
1802 * progmodes/hideshow.el
1803 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1804 (hs-allow-nesting): New user var.
1805 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1806 (hs-hide-block-at-point): When nesting allowed,
1807 if there is already an overlay in place, delete it.
1808 (hs-safety-is-job-n): Delete func; remove call sites.
1809 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1810 (hs-overlay-at): New func.
1811 (hs-already-hidden-p, hs-show-block): Use it.
1812 (hs-hide-all): Don't pre-clean if nesting allowed.
1813 (hs-show-all): Temporarily disallow
1814 nesting around call to `hs-discard-overlays'.
1815
1816 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1817
1818 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1819 Delete unused local var.
1820
1821 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1822
1823 * help-fns.el (describe-categories): "?\ " -> "?\s".
1824 (help-do-arg-highlight): Recognize also ARG-n, as in
1825 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1826
1827 * international/codepage.el (dos-unsupported-char-glyph):
1828 * net/newsticker.el (tool-bar-map, w3-mode-map)
1829 (w3m-minor-mode-map):
1830 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1831 (ent-alist):
1832 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1833
1834 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1835
1836 * custom.el (custom-push-theme): Handle the case where a symbol is
1837 bound but face properties have not yet been assigned.
1838
1839 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1840 Fix behavior if noerase is `t' and there is no mail buffer.
1841
1842 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1843 if `continue' is nil, rather than signal an error.
1844
1845 2005-09-12 Richard M. Stallman <rms@gnu.org>
1846
1847 * font-lock.el (font-lock-keywords): Add autoload.
1848
1849 * help-fns.el (describe-variable): Rearrange to put source link
1850 in a predictable place.
1851
1852 * net/newsticker.el: New file.
1853
1854 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1855
1856 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1857 (calendar-basic-setup): Use the new nil arg.
1858 (number-of-diary-entries): Move to diary-lib.el.
1859
1860 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1861 (diary-list-entries): Use with-syntax-table and dolist.
1862 Rename from list-diary-entries.
1863 Use number-of-diary-entries if `number' is nil.
1864 (diary, diary-view-entries): Use this new name and new nil arg value.
1865 (number-of-diary-entries): Move from calendar.el.
1866 (diary-unhide-everything): New function.
1867 (include-other-diary-files, fancy-diary-display)
1868 (diary-show-all-entries, make-diary-entry): Use it.
1869 (diary-mail-entries): Use buffer-string.
1870 (mark-diary-entries): Fix long standing paren typo.
1871 (diary-sexp-entry): Use count-lines.
1872 (make-diary-entry): Avoid `previous-line'.
1873 (diary-mode-map): New var.
1874 (diary-mode): Redraw cal after saving. Setup header-line.
1875 (fancy-diary-display-mode): Use local-set-key.
1876
1877 * startup.el (command-line): Try calling various terminal-init-foo-bar
1878 functions by stripping hyphenated suffixes from $TERM.
1879
1880 * files.el (normal-mode): Check boundness of font-lock-keywords.
1881
1882 2005-09-12 Richard M. Stallman <rms@gnu.org>
1883
1884 * progmodes/compile.el: Don't decide a file's directory
1885 until the user actually tries to go there.
1886 (compilation-next-error-function):
1887 Pass compilation-find-file the directory from the file-struct.
1888 (compilation-internal-error-properties): Separate local FILE-STRUCT
1889 from FILE. Doc the args better. Rename arg FMT to FMTS.
1890 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1891 Expand it, and if nil, use default-directory.
1892 (compilation-get-file-structure): Don't mix specified directory
1893 with default directory. Put specified directory into
1894 file-struct. Don't make the file name absolute.
1895
1896 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1897 (compile-command): Add autoload.
1898 (compilation-disable-input): Add autoload.
1899
1900 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1901
1902 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1903 strings of the variables it can override.
1904 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1905 %Q and %q, for fully-qualified domain name and unqualified host name.
1906
1907 2005-09-11 Kim F. Storm <storm@cua.dk>
1908
1909 * emacs-lisp/authors.el (authors-aliases): Update list.
1910 (authors-fixed-entries): Update mldrag.el entry.
1911
1912 2005-09-10 Alan Mackenzie <acm@muc.de>
1913
1914 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1915 from the region narrowed to.
1916
1917 2005-09-10 Magnus Henoch <mange@freemail.hu>
1918
1919 * textmodes/ispell.el (ispell-check-version): Signal an error if
1920 aspell version is less than 0.60.
1921
1922 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1923
1924 * progmodes/octave-inf.el (inferior-octave-startup):
1925 Resync current dir at the end.
1926
1927 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1928
1929 * woman.el (woman-topic-at-point-default):
1930 Rename to woman-use-topic-at-point-default.
1931 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1932 (woman-file-name): Reflect renames above. Automatically use the
1933 word at point as topic if woman-use-topic-at-point is non-nil.
1934 Otherwise offer it as default but don't insert it in the
1935 minibuffer. Also use `test-completion' instead of `assoc' as
1936 suggested by Stefan Monnier.
1937
1938 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1939
1940 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1941 the attempt to do it over Tramp. This is not yet supported.
1942
1943 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1944
1945 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1946 (menu-bar-non-minibuffer-window-p): New functions.
1947 ("Split Window", "Save As..."): Use them.
1948 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1949 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1950 Use menu-bar-menu-frame-live-and-visible-p.
1951 ("Save Buffer", "Insert File", "Open Directory...")
1952 ("Open File...", "Visit New File..."):
1953 Use menu-bar-non-minibuffer-window-p.
1954 (kill-this-buffer-enabled-p, dired <menu-enable>):
1955 Use menu-bar-non-minibuffer-window-p.
1956
1957 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1958
1959 * cus-start.el (all): Don't complain about fringe-related
1960 built-ins if fringes are not supported. Ditto about
1961 selection-related built-ins. Fix the test for GTK-related built-ins.
1962
1963 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1964 ("Postscript Print Buffer", "Print Region", "Save As...")
1965 ("Save", "Insert File...", "Open Directory...")
1966 ("Open File...", "Visit New File..."")
1967 ("Truncate Long Lines in this Buffer"): Don't look at
1968 menu-updating-frame if this display does not support multiple frames.
1969
1970 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1971
1972 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1973
1974 2005-09-09 Emilio Lopes <eclig@gmx.net>
1975
1976 * woman.el: Format- and whitespace-related changes.
1977
1978 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1979
1980 * woman.el: Fix my email address.
1981
1982 2005-09-08 Richard M. Stallman <rms@gnu.org>
1983
1984 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
1985 (sh-mode): Locally set skeleton-pair-default-alist.
1986
1987 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
1988
1989 * progmodes/flymake.el: Require `compile' unconditionally.
1990
1991 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
1992
1993 * woman.el (woman-file-name): Provide a default, not initial input.
1994
1995 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
1996
1997 * font-lock.el (font-lock-support-mode): Doc fix.
1998
1999 * descr-text.el (describe-property-list): Handle non-symbol prop names.
2000
2001 2005-09-08 Richard M. Stallman <rms@gnu.org>
2002
2003 * simple.el (blink-matching-open): Get rid of text props from
2004 the string shown in echo area. Don't permanently set point.
2005 Some rearrangements.
2006
2007 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
2008
2009 * recentf.el (recentf-filename-handler): Add custom choice
2010 `abbreviate-file-name'.
2011
2012 * msb.el (msb--very-many-menus): Fix typo.
2013
2014 * disp-table.el (standard-display-european): Don't set
2015 enable-multibyte-characters to nil.
2016
2017 2005-09-08 David Ponce <david@dponce.com>
2018
2019 * recentf.el (recentf-show-file-shortcuts-flag): New option.
2020 (recentf-expand-file-name): Doc fix.
2021 (recentf-dialog-mode-map): Define digit shortcuts.
2022 (recentf--files-with-key): New variable.
2023 (recentf-show-digit-shortcut-filter): New function.
2024 (recentf-open-files-items): New function.
2025 (recentf-open-files): Use it.
2026 (recentf-open-file-with-key): New command.
2027
2028 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
2029
2030 * buff-menu.el (Buffer-menu-sort-by-column): New function.
2031 Suggested by Kim F. Storm.
2032 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
2033 (Buffer-menu-make-sort-button): Use global keymap.
2034
2035 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
2036
2037 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
2038 (Man-getpage-in-background-advice): Remove defadvice; it isn't
2039 necessary any longer with the remapped command.
2040 (Man-bgproc-sentinel-advice): Remove defadvice which counts
2041 formatting time only.
2042
2043 * net/tramp.el (tramp-action-password)
2044 (tramp-multi-action-password): Compile the password prompt from
2045 `method', `user' and `host'. Sometimes it isn't obvious which
2046 password to enter, for example with remote files offered by
2047 recentf.el, or with multiple steps. Suggested by Robert Marshall
2048 <robert@chezmarshall.freeserve.co.uk>.
2049
2050 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2051
2052 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2053 Fix regexp for when "s///" is at the beginning of line.
2054
2055 2005-09-07 Jay Belanger <belanger@truman.edu>
2056
2057 * calc/calc-poly.el (math-expand-term): Multiply out any powers
2058 when in matrix mode.
2059
2060 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2061
2062 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
2063 non-anonymous functions.
2064
2065 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
2066
2067 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
2068 when using a header line. Otherwise, use mouse-1-click-follows-link.
2069
2070 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
2071 can't be moved; don't signal an error.
2072
2073 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
2074
2075 * cus-theme.el (custom-theme-write-faces): Save the current face
2076 spec, not the defface spec.
2077
2078 * custom.el (custom-known-themes): Clarify meaning of "standard".
2079 (custom-push-theme): Save old values in the standard theme.
2080 (disable-theme): Correct typo.
2081 (custom-face-theme-value) Deleted unused function.
2082 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
2083
2084 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2085
2086 * progmodes/compile.el (compilation-goto-locus): Take into account
2087 iconified frames when determining whether the buffer is
2088 already visible.
2089 Don't reset window height if the window already existed.
2090
2091 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
2092
2093 * custom.el (load-theme): Rename from require-theme.
2094 Add interactive spec.
2095 (enable-theme): Rename from custom-enable-theme.
2096 Add interactive spec.
2097 (disable-theme): Rename from custom-disable-theme.
2098 Add interactive spec.
2099 (custom-make-theme-feature): Doc fix.
2100 (custom-theme-directory): Doc fix.
2101 (provide-theme): Call enable-theme.
2102
2103 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2104
2105 * obsolete/lazy-lock.el (lazy-lock-mode):
2106 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
2107 font-lock-mode if it's off. Print a warning instead.
2108
2109 * progmodes/compile.el (compilation-start): Ignore errors if the
2110 process died before we get to send-eof.
2111
2112 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
2113 Undo last change. Enclosing the result in quotes broke things on Unix
2114 since tex-send-command passes it through shell-quote-argument.
2115 (tex-send-command): Pass `file' through convert-standard-filename
2116 when possible.
2117 (tex-uptodate-p): Handle the case where TeX hasn't put additional
2118 info in a transcript.
2119
2120 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
2121
2122 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
2123 fix compilation warning. Reorder the key definitions to group
2124 together keys emitted by the current version of xterm.
2125
2126 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
2127 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
2128 Reorder predicates to correct min-color usage.
2129
2130 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
2131
2132 * longlines.el (longlines-mode): Inhibit read-only when encoding.
2133 Kill local variables when longlines-mode is turned off.
2134
2135 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2136
2137 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
2138
2139 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
2140
2141 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
2142
2143 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
2144 (font-lock-lines-before): Change default to being inactive.
2145 (font-lock-default-fontify-region): Obey font-lock-lines-before.
2146 (font-lock-after-change-function): Don't handle f-l-lines-before here.
2147
2148 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2149
2150 * net/tramp.el (tramp-handle-make-auto-save-file-name):
2151 Deactivate temporarily advice if active (not needed for Emacs 22,
2152 but for backwards compatibility).
2153 (tramp-exists-file-name-handler): Rewrite. First implementation
2154 was too simple.
2155 (tramp-advice-make-auto-save-file-name):
2156 Call `tramp-handle-make-auto-save-file-name' (again, just for
2157 backwards compatibility).
2158
2159 2005-08-31 Reto Zimmermann <reto@gnu.org>
2160
2161 * progmodes/vhdl-mode.el
2162 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
2163 (vhdl-end-p): Fix indentation bug "else" after "-- when".
2164 (vhdl-set-default-project): New function (easier setting of default).
2165 (vhdl-port-copy): Handle extended identifiers for generics.
2166 (vhdl-compiler-alist): Better description for error message regexp.
2167 (vhdl-make): Query for target, use previous as default.
2168 (vhdl-port-copy): Fix port copy for port names starting with "signal".
2169 (vhdl-font-lock-keywords-2): Fix fontification for record
2170 el. assign.
2171 (vhdl-speedbar-make-subpack-line): Add package body link.
2172 (vhdl-generate-makefile-1): Not include itself as dependency.
2173 (vhdl-font-lock-init): Highlight c-preprocessor directives.
2174 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
2175 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
2176 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
2177 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
2178 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
2179 (vhdl-import-project): Add string argument for `error'.
2180 (vhdl-compose-configuration)
2181 (vhdl-compose-configuration-architecture): Add configuration
2182 declaration generation.
2183 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
2184 (vhdl-trailer-re): Add "record" keyword (better indentation).
2185 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2186 "[^ \t-\"]+".
2187 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2188 (vhdl-testbench-entity-file-name)
2189 (vhdl-testbench-architecture-file-name): Allow separate
2190 customization of testbench file names.
2191 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2192 (vhdl-get-visible-signals): Allow newline within alias declaration.
2193 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2194 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
2195 (member-ignore-case): Alias for missing function in XEmacs.
2196 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
2197 (vhdl-update-sensitivity-list): Ignore case on read signals.
2198 (vhdl-replace-string): Adjust case only for file names.
2199 (vhdl-update-sensitivity-list): Fix search for read signals.
2200 (vhdl-update-sensitivity-list): Exclude formal parameters.
2201 (vhdl-get-visible-signals): Include aliases of signals.
2202 (vhdl-get-visible-signals): Fix signal name searching.
2203 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2204 (vhdl-fixup-whitespace-region): Fix for character
2205 literals (e.g. ':').
2206
2207 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
2208
2209 * ansi-color.el (comint-last-output-start):
2210 * bs.el (font-lock-verbose):
2211 * diff-mode.el (add-log-buffer-file-name-function):
2212 * dired-x.el (vm-folder-directory):
2213 * faces.el (help-xref-stack-item):
2214 * files.el (font-lock-keywords):
2215 * find-lisp.el (dired-buffers, dired-subdir-alist):
2216 * ido.el (cua-inhibit-cua-keys):
2217 * log-view.el (cvs-minor-wrap-function):
2218 * outline.el (font-lock-warning-face):
2219 * simple.el (compilation-current-error):
2220 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2221 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2222 * tooltip.el (comint-prompt-regexp):
2223 * w32-fns.el (explicit-shell-file-name):
2224 * term/mac-win.el (mac-charset-info-alist)
2225 (mac-services-selection, mac-system-script-code):
2226 * term/tty-colors.el (msdos-color-values):
2227 * term/w32-win.el (xlfd-regexp-registry-subnum):
2228 * term/x-win.el (x-keysym-table, x-selection-timeout)
2229 (x-session-id, x-session-previous-id):
2230 * textmodes/ispell.el (mail-yank-prefix):
2231 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2232 * textmodes/org.el (calc-embedded-close-formula)
2233 (calc-embedded-open-formula)
2234 (font-lock-unfontify-region-function):
2235 * textmodes/reftex-global.el (isearch-next-buffer-function)
2236 (TeX-master):
2237 * textmodes/reftex.el (font-lock-keywords):
2238 * textmodes/tex-mode.el (font-lock-comment-face)
2239 (font-lock-doc-face):
2240 * textmodes/texinfo.el (outline-heading-alist):
2241 Add defvars.
2242
2243 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2244 (artist-spray-chars, artist-mode-init, artist-replace-string)
2245 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2246 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2247 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2248
2249 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2250 (conf-align-assignments): "?\ " -> "?\s".
2251
2252 * textmodes/reftex-index.el (TeX-master): Add defvar.
2253 (reftex-index-phrases-marker): Move up defvar.
2254
2255 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2256 (reftex-toc-include-labels-indicator)
2257 (reftex-toc-include-index-indicator)
2258 (reftex-toc-max-level-indicator): Move up declarations.
2259
2260 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
2261 of args to `tramp-run-real-handler', even if it's empty in this case.
2262
2263 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2264
2265 * dired.el (dired-move-to-filename-regexp): Add date format for
2266 Mac OS X 10.3 in East Asian locales.
2267
2268 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2269
2270 * files.el (make-auto-save-file-name): Add file name handler call
2271 if applicable.
2272
2273 * net/tramp.el (tramp-file-name-handler-alist)
2274 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
2275 (tramp-handle-make-auto-save-file-name): Rename from
2276 `tramp-make-auto-save-file-name'.
2277 (tramp-exists-file-name-handler): New defun.
2278 (tramp-advice-make-auto-save-file-name): Make defadvice only when
2279 `make-auto-save-file-name' is not a magic file name operation.
2280
2281 2005-08-30 Richard M. Stallman <rms@gnu.org>
2282
2283 * files.el (risky-local-variable-p):
2284 Match `-predicates' and `-commands.
2285
2286 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2287 (custom-save-all): Visit the file if necessary;
2288 kill the buffer if we created it.
2289 (custom-save-delete): Don't visit file or kill buffer here.
2290
2291 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
2292
2293 * textmodes/org.el (org-special-keyword): New face.
2294 (org-table-copy-down, org-table-eval-formula)
2295 (org-table-recalculate, org-init-section-numbers):
2296 Use `string-to-number' instead of `string-to-int'.
2297 (org-get-location): Use `insert-buffer-substring' instead of
2298 `insert-buffer'.
2299 (org-modify-diary-entry-string): New function.
2300 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2301 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2302 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2303 active region.
2304 (org-export-as-html): Handle QUOTE keyword.
2305 (org-quote-string): New option.
2306 (org-bookmark-jump-unhide): New function, used for
2307 `bookmark-after-jump-hook'.
2308 (org-diary-default-entry): Apply only when not called through
2309 `org-agenda'.
2310
2311 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2312
2313 * net/eudc.el (mode-popup-menu):
2314 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2315 * progmodes/ada-mode.el (compile-auto-highlight)
2316 (skeleton-further-elements):
2317 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2318 * progmodes/cmacexp.el (msdos-shells):
2319 * progmodes/compile.el (font-lock-extra-managed-props)
2320 (font-lock-keywords, font-lock-maximum-size)
2321 (font-lock-support-mode):
2322 * progmodes/grep.el (font-lock-lines-before):
2323 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2324 * progmodes/mixal-mode.el (compile-command):
2325 * progmodes/perl-mode.el (font-lock-comment-face)
2326 (font-lock-doc-face, font-lock-string-face):
2327 * progmodes/prolog.el (comint-prompt-regexp):
2328 * progmodes/sh-script.el (font-lock-comment-face)
2329 (font-lock-set-defaults, font-lock-string-face):
2330 * progmodes/sql.el (font-lock-keyword-face)
2331 (font-lock-set-defaults, font-lock-string-face):
2332 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2333 (itimer-version, lazy-lock-defer-contextually)
2334 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2335 Add defvars.
2336
2337 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2338 (cperl-electric-keyword, cperl-electric-pod)
2339 (cperl-electric-backspace, cperl-forward-re)
2340 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2341 (vc-rcs-header, vc-sccs-header): Add defvars.
2342
2343 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2344 (font-lock-syntactic-keywords, gud-find-expr-function):
2345 Add defvars.
2346
2347 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2348 (gdb-frame-parameters): Declare before use.
2349
2350 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2351 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2352 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2353 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2354
2355 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2356 (idlwave-help-with-source): Use `insert-buffer-substring', not
2357 `insert-buffer'.
2358
2359 2005-08-29 Juri Linkov <juri@jurta.org>
2360
2361 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2362 Put outline-back-to-heading function call inside save-excursion.
2363
2364 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2365
2366 * man.el (Man-init-defvars, Man-translate-references)
2367 (Man-support-local-filenames, Man-highlight-references):
2368 * progmodes/sql.el (sql-interactive-mode):
2369 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2370
2371 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2372 (compilation-mode-font-lock-keywords): Add defvars.
2373 (checkdoc-interactive-loop): "?\ " -> "?\s".
2374
2375 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2376 (font-lock-doc-face, font-lock-string-face)
2377 (font-lock-keywords-case-fold-search): Add defvars.
2378 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2379
2380 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2381 Don't pass X and Y (they are ignored anyway).
2382 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2383 (mouse-delete-window): Make arguments optional.
2384
2385 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2386 (caesar-translate-table, minor-modes, news-buffer-save)
2387 (news-group-name, news-minor-modes): Add defvars.
2388
2389 * emacs-lisp/lselect.el (mouse-highlight-priority)
2390 (x-lost-selection-functions, zmacs-regions):
2391 * emacs-lisp/pp.el (font-lock-verbose):
2392 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2393 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2394 (ses-mode-map):
2395 * emacs-lisp/tcover-unsafep.el (safe-functions):
2396 * international/mule-cmds.el (mac-system-coding-system)
2397 (mac-system-locale):
2398 * language/ethio-util.el (rmail-current-message)
2399 (rmail-message-vector):
2400 * language/thai-util.el (thai-auto-composition-mode):
2401 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2402 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2403 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2404 (vm-primary-inbox, vm-spool-files):
2405 * mail/rmail.el (deleted-head, font-lock-fontified)
2406 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2407 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2408 (total-messages):
2409 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2410 (rmail-summary-mode-map):
2411 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2412 (rmail-last-label, rmail-last-multi-labels)
2413 (rmail-summary-vector, rmail-total-messages):
2414 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2415 * mail/rmailsum.el (msgnum):
2416 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2417 (rmail-current-message):
2418 * obsolete/fast-lock.el (font-lock-face-list):
2419 * obsolete/rnewspost.el (mail-reply-buffer):
2420 * obsolete/scribe.el (compile-command):
2421 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2422
2423 2005-08-28 John Paul Wallington <jpw@gnu.org>
2424
2425 * ibuf-ext.el (ibuffer-auto-update-changed):
2426 Use `frame-or-buffer-changed-p' to check whether we need to update.
2427 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2428 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2429 as a `frame-or-buffer-changed-p' state vector instead.
2430
2431 2005-08-27 Romain Francoise <romain@orebokech.com>
2432
2433 * textmodes/makeinfo.el (makeinfo-compile):
2434 Use `compilation-start'. Set `next-error-function' according to
2435 `disable-errors'.
2436 (makeinfo-next-error): New function.
2437 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2438 (makeinfo-buffer): Likewise.
2439
2440 * progmodes/compile.el (compilation-start): Add autoload cookie.
2441
2442 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2443 * textmodes/sgml-mode.el: Likewise.
2444 * progmodes/python.el: Likewise.
2445
2446 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2447
2448 * simple.el (blink-matching-paren-distance): Document the meaning
2449 of nil value, and allow to customize to nil.
2450
2451 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2452 command.com, not command.exe.
2453
2454 2005-08-26 John Wiegley <johnw@newartisans.com>
2455
2456 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2457 code around a bit so that an extraneous nil argument is not added
2458 to a command when no args are given.
2459
2460 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2461 double-quoted argument resolves to nil, return it as an empty
2462 string rather than as nil. This made it impossible to pass "" to
2463 a shell script as a null string argument.
2464
2465 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 * outline.el (outline-invent-heading): New fun.
2468 (outline-promote, outline-demote): Use it.
2469 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2470 (outline-end-of-subtree): Remove unused var `opoint'.
2471
2472 2005-08-26 David Reitter <david.reitter@gmail.com>
2473
2474 * menu-bar.el (truncate-lines, write-file, print-buffer)
2475 (ps-print-buffer-faces, ps-print-buffer, split-window):
2476 Disable menu items when the frame they refer to is invisible, or when
2477 they refer to a buffer and the minibuffer is selected.
2478
2479 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2480
2481 * progmodes/flymake.el (flymake-highlight-err-lines):
2482 Use save-excursion around flymake-highlight-line to preserve point.
2483
2484 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2485
2486 * progmodes/octave-mod.el: Change Author and Maintainer address.
2487 (octave-maintainer-address): Change Kurt's email address.
2488 * progmodes/octave-inf.el: Change Author and Maintainer address.
2489 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2490
2491 2005-08-26 Kim F. Storm <storm@cua.dk>
2492
2493 * subr.el (version-list-<, version-list-<=, version-list-=):
2494 Renamed from integer-list-*.
2495 (version-list-not-zero): Likewise. Fix while loop.
2496 (version=): Use version-list-= instead of string-equal.
2497
2498 2005-08-26 Richard M. Stallman <rms@gnu.org>
2499
2500 * outline.el (outline-promote): Try shortening the heading.
2501 As last resort, read the heading to use.
2502 (outline-demote): As last resort, read the heading to use.
2503
2504 2005-08-26 Romain Francoise <romain@orebokech.com>
2505
2506 * progmodes/compile.el (compilation-start): Doc fix.
2507
2508 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2509 (antlr-font-lock-additional-keywords): Fix reference to
2510 `antlr-font-lock-literal-regexp' erroneously changed during the
2511 mass face rename.
2512 (antlr-run-tool): Use `compilation-start'.
2513
2514 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2515 instead of the obsolete `compile-internal'.
2516
2517 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2518
2519 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2520 (number, original-date):
2521 * calendar/cal-china.el (date):
2522 * calendar/cal-coptic.el (date):
2523 * calendar/cal-french.el (date):
2524 * calendar/cal-hebrew.el (date, entry, number, original-date):
2525 * calendar/cal-islam.el (date, number, original-date):
2526 * calendar/cal-iso.el (date):
2527 * calendar/cal-julian.el (date):
2528 * calendar/cal-mayan.el (date):
2529 * calendar/cal-menu.el (date, event):
2530 * calendar/cal-persia.el (date):
2531 * calendar/lunar.el (date):
2532 * calendar/solar.el (date): Add defvars.
2533
2534 * emerge.el:
2535 * ibuffer.el:
2536 * info-xref.el:
2537 * obsolete/bg-mouse.el:
2538 * obsolete/sun-curs.el:
2539 * obsolete/swedish.el: Move the `defvar's to the top level.
2540
2541 * smerge-mode.el (smerge-refined-change): Add :group.
2542
2543 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2544
2545 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2546 (smerge-keep-n): Remove props.
2547 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2548 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2549 now that it's done in smerge-keep-n.
2550 (smerge-refined-change): New face.
2551 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2552 (smerge-refine): New funs.
2553 (smerge-basic-map): Bind smerge-refine.
2554
2555 2005-08-25 Juri Linkov <juri@jurta.org>
2556
2557 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2558 compilation-process-setup-function and compilation-disable-input
2559 in grep-mode instead of let-bindings in grep.
2560
2561 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2562 Delete "Automatic File De/compression" (auto-compression-mode).
2563
2564 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2565
2566 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2567 Silence warning about non-existent variable.
2568
2569 2005-08-25 Richard M. Stallman <rms@gnu.org>
2570
2571 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2572 Rename "Describe Key" to "Describe Key or Mouse Operation".
2573
2574 * mail/mailalias.el (build-mail-aliases): Delete comments
2575 from the contents before processing them.
2576
2577 * isearch.el (isearch-edit-string): Erase the Search prompt
2578 if user enters an empty string and there is no default.
2579
2580 * comint.el (comint-file-name-prefix): Add autoload.
2581
2582 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2583
2584 * subr.el (play-sound): Rearrange to avoid warning.
2585
2586 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2587
2588 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2589 New hook.
2590 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2591
2592 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2593
2594 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2595
2596 * custom.el (custom-theme-set-variables): Sort minor modes last.
2597
2598 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2599
2600 * subr.el (version-separator, version-regexp-alist): New vars used by
2601 version comparison funs.
2602 (integer-list-<, integer-list-=, integer-list-<=)
2603 (integer-list-not-zero): New funs for integer list comparison.
2604 (version-to-list, version=, version<, version<=): New funs for version
2605 comparison.
2606
2607 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2608
2609 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2610 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2611 time to silence the byte-compiler.
2612
2613 * ibuffer.el (ibuffer-compile-make-eliding-form)
2614 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2615 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2616 so it's silly to get warnings for it).
2617 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2618 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2619 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2620 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2621 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2622 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2623 Defvar at compile time.
2624 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2625 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2626 Declare them before use.
2627
2628 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2629 (info-xref-good, info-xref-bad): Defvar at compile time.
2630
2631 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2632 Use `let*' instead of `let'.
2633
2634 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2635 (*mouse-y*, menu, char): Defvar at compile time.
2636 (sc::menu): Declare it before use.
2637 (sc::pack-one-line): Use `let', not `let*'.
2638
2639 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2640 (mail-send-hook): Defvar at compile time.
2641
2642 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2643 Defvar at compile time.
2644
2645 * term/sun-mouse.el (current-global-mousemap)
2646 (current-local-mousemap): Declare them before use.
2647
2648 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2649
2650 * bookmark.el (bookmark-after-jump-hook): New hook.
2651 (bookmark-jump): Run `bookmark-after-jump-hook'.
2652
2653 2005-08-23 Juri Linkov <juri@jurta.org>
2654
2655 * faces.el (minibuffer-prompt): Doc fix.
2656
2657 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2658
2659 * progmodes/xscheme.el: Trivial changes to silence warnings.
2660 (xscheme-previous-mode, xscheme-previous-process-state):
2661 Add defvars.
2662 (xscheme-last-input-end, xscheme-process-command-line)
2663 (xscheme-process-name, xscheme-buffer-name)
2664 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2665 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2666 (xscheme-control-g-synchronization-p)
2667 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2668 (default-xscheme-runlight, xscheme-runlight)
2669 (xscheme-runlight-string, xscheme-process-filter-state)
2670 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2671 Move to beginning of file.
2672 (scheme-interaction-mode-commands-alist)
2673 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2674 Declare them before use. Note: the initialization code for the variables
2675 has not been moved because it uses functions that reference the variables.
2676 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2677 (xscheme-prompt-for-expression-map): Declare them before use.
2678 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2679
2680 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2681
2682 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2683
2684 2005-08-22 Juri Linkov <juri@jurta.org>
2685
2686 * faces.el (set-face-underline): Delete this duplicate function
2687 and make an obsolete alias to set-face-underline-p.
2688 (set-face-underline-p): Use docstring of set-face-underline.
2689 (describe-face): Create hyperlink to parent face.
2690
2691 * info.el (Info-insert-dir): Use save-excursion around
2692 insert-buffer-substring.
2693 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2694 (Info-escape-percent): Delete function.
2695 (Info-fontify-node): Replace Info-escape-percent by
2696 replace-regexp-in-string with REP arg set to lambda that
2697 duplicates `%' and preserves text properties.
2698
2699 * progmodes/compile.el (compilation-disable-input): Doc fix.
2700 (define-compilation-mode): Doc fix and refill.
2701 (kill-compilation): Use `mode-name' in the error message.
2702 (compilation-find-file): Use `compilation-error' in the
2703 read-file-name's prompt.
2704
2705 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2706
2707 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2708 (smerge-auto-leave): Make undo re-enable the mode.
2709 (debug-ignored-errors): Add the user-error of impossible resolution.
2710 (smerge-resolve): Move things around a bit, in preparation for later.
2711 (smerge-diff): Don't fail if the buffer has no associated file.
2712 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2713 (smerge-conflict-overlay): New function.
2714 (smerge-match-conflict): Don't add text properties here.
2715 (smerge-find-conflict): Instead, add an overlay here.
2716 Also check for the case where we're inside a conflict already, so as to
2717 obviate the need for font-lock-multiline, which is unbearably slow with
2718 large conflicts and ciomplex font-lock patterns.
2719 (smerge-remove-props): Remove overlay rather than text-properties.
2720 (smerge-mode): Don't set font-lock-multiline.
2721 Remove overlays when turned off.
2722
2723 2005-08-21 Kim F. Storm <storm@cua.dk>
2724
2725 * ido.el (ido-ignore-item-p): Use save-match-data.
2726 Bind case-fold-search to ido-case-fold locally.
2727
2728 2005-08-20 Richard M. Stallman <rms@gnu.org>
2729
2730 * files.el (normal-mode): If font lock is on, turn it off and on.
2731
2732 * subr.el (replace-regexp-in-string): Doc fix.
2733
2734 * startup.el (command-line-1): Don't suppress startup screen
2735 due to existing processes.
2736
2737 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2738
2739 * progmodes/compile.el (compilation-disable-input): Default to nil.
2740
2741 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2742
2743 * progmodes/compile.el (compilation-disable-input): New defcustom.
2744 (compilation-start): If compilation-disable-input is non-nil, send
2745 EOF to the compilation process.
2746
2747 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2748
2749 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2750 Run the argument of tex-shell-cd-command through
2751 convert-standard-filename, to get the correct style of slashes on
2752 Windows, and enclose the result in quotes, in case the file name
2753 includes whitespace or other special characters.
2754
2755 2005-08-19 Andreas Schwab <schwab@suse.de>
2756
2757 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2758 process.
2759
2760 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2761
2762 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2763
2764 2005-08-18 Kim F. Storm <storm@cua.dk>
2765
2766 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2767
2768 2005-08-18 Richard M. Stallman <rms@gnu.org>
2769
2770 * scroll-lock.el: New file.
2771
2772 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2773
2774 * dired.el (dired-move-to-end-of-filename):
2775 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2776
2777 2005-08-18 Kim F. Storm <storm@cua.dk>
2778
2779 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2780 rather than toggle mode when custom value is nil.
2781 (ido-everywhere): Fix defun doc string.
2782
2783 2005-08-17 Richard M. Stallman <rms@gnu.org>
2784
2785 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2786 as tag instead of "Inviolable".
2787
2788 2005-08-17 Kim F. Storm <storm@cua.dk>
2789
2790 * windmove.el (windmove-coordinates-of-position): Remove.
2791 (windmove-coordinates-of-window-position): Remove.
2792 (windmove-reference-loc): Use posn-at-point instead.
2793
2794 * subr.el (insert-for-yank-1): Doc fix.
2795
2796 * ido.el (ido-enter-matching-directory): Rename from
2797 ido-enter-single-matching-directory. Change 'slash choice to
2798 'only. Add 'first choice.
2799 (ido-exhibit): Adapt to above changes.
2800
2801 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2802
2803 * Makefile.in: Expand comment about building loaddefs.el.
2804
2805 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2806
2807 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2808 Comment use of defadvice.
2809
2810 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2811
2812 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2813
2814 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2815 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2816 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2817 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2818 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2819 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2820 for backward compatibility for faces that did not appear in the
2821 previous Emacs release.
2822
2823 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2824
2825 2005-08-15 Kim F. Storm <storm@cua.dk>
2826
2827 * emulation/cua-base.el (cua-delete-region): Return t if
2828 deleted region was non-empty.
2829 (cua-replace-region): Inhibit overwrite-mode for
2830 self-insert-command if replaced region was non-empty.
2831 (cua--explicit-region-start, cua--status-string): Make them
2832 buffer-local at top-level...
2833 (cua-mode): ...rather than when mode is enabled.
2834
2835 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2836
2837 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2838 Set t for Emacs 21, 22, and so on.
2839
2840 2005-08-15 David Ponce <david@dponce.com>
2841
2842 * tree-widget.el: Update Commentary header.
2843 (tree-widget-theme): Doc fix.
2844 (tree-widget-space-width): New option.
2845 (tree-widget-image-properties): Look up in the default theme too.
2846 (tree-widget--cursors): Only for images with arrow pointer shape.
2847 (tree-widget-lookup-image): Pointer shape is hand by default.
2848 (tree-widget-icon): Rename generic icon widget from
2849 `tree-widget-control'.
2850 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2851 derive from `tree-widget-icon'.
2852 (tree-widget-handle): Improve default look and feel of the text
2853 representation.
2854 (tree-widget): Rename :*-control properties to :*-icon properties.
2855 Add :action and :help-echo properties.
2856 (tree-widget-after-toggle-functions): Move.
2857 (tree-widget-close-node, tree-widget-open-node): Remove.
2858 (tree-widget-before-create-icon-functions): New hook.
2859 (tree-widget-value-create): Update to allow customization of icons
2860 and nodes at run-time via that new hook.
2861 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2862 (tree-widget-icon-action, tree-widget-icon-help-echo)
2863 (tree-widget-action, tree-widget-help-echo): New functions.
2864
2865 2005-08-15 Kim F. Storm <storm@cua.dk>
2866
2867 * ido.el (ido-buffer-internal): Use with-no-warnings.
2868 (ido-make-merged-file-list): Use while-no-input.
2869
2870 2005-08-15 Richard M. Stallman <rms@gnu.org>
2871
2872 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2873 (flyspell-large-region): Fix doc and custom type.
2874
2875 2005-08-14 Richard M. Stallman <rms@gnu.org>
2876
2877 * files.el (interpreter-mode-alist): Doc fix.
2878
2879 * mail/rmail.el (rmail-nonignored-headers): New variable.
2880 (rmail-clear-headers): Use it.
2881 (rmail-reply): Better handling of mail-followup-to header.
2882
2883 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2884 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2885 don't try to refer to executable-font-lock-keywords.
2886 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2887 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2888 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2889 (sh-mode): Set comment-start-skip, local-abbrev-table,
2890 imenu-case-fold-search.
2891 (sh-set-shell): Don't set them here.
2892 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2893 Don't cache the results in the original alist; don't ever modify
2894 that alist.
2895
2896 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2897
2898 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2899 empty.
2900
2901 2005-08-15 Andreas Schwab <schwab@suse.de>
2902
2903 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2904
2905 * dired.el, info.el, mail/rmail.el: Revert last change.
2906
2907 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2908
2909 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2910 modification in `eval-after-load' form.
2911 * info.el: Likewise.
2912 * mail/rmail.el: Likewise.
2913
2914 2005-08-14 Juri Linkov <juri@jurta.org>
2915
2916 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2917 Remove highlighting of "Compilation started". Highlight only
2918 the word "finished" in "Compilation finished". Add highlighting
2919 of "interrupt", "killed", "terminated" and the exit code.
2920 (compilation-start): Add newline after header. Use exactly the
2921 same time stamp format as the finishing message.
2922 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2923
2924 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2925 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2926 Add highlighting of "interrupt", "killed", "terminated".
2927
2928 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2929 enabled and the current command is self-insert-command, call it
2930 explicitly with overwrite-mode bound to nil, to not allow it
2931 to delete the character after the selected region.
2932
2933 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2934
2935 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2936 move-end-of-line, end-of-line, and beginning-of-line to the list
2937 of commands after which the echo area is updated.
2938
2939 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2940
2941 * cus-edit.el (custom-save-all, custom-save-delete):
2942 Bind recentf-exclude to exclude custom-file.
2943
2944 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2945
2946 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2947 to go to the bottom of the mail message. Added to
2948 `rmail-summary-mode-map' with key "/".
2949 (rmail-summary-show-message): New (internal) function for use by
2950 both `rmail-summary-beginning/end-of-message'.
2951 (rmail-summary-beginning-of-message): Change to use
2952 rmail-summary-show-message.
2953
2954 * mail/rmail.el (rmail-end-of-message): New command to go to the
2955 end of the current message. Added to `rmail-mode-map' with key "/".
2956 (rmail-beginning-of-message): Fix to work as documented.
2957 (rmail-mode): Change documentation.
2958
2959 * progmodes/compile.el (compilation-start): Add the line
2960 "Compilation started" with compilation start time.
2961 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2962
2963 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2964
2965 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2966 of menu items.
2967
2968 2005-08-11 Richard M. Stallman <rms@gnu.org>
2969
2970 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2971
2972 * battery.el (battery-status-function): Don't use ignore-errors.
2973
2974 2005-08-11 Lute Kamstra <lute@gnu.org>
2975
2976 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2977 define-obsolete-variable-alias.
2978
2979 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2980
2981 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2982 (ange-ftp-send-cmd): Revert last change, and expand
2983 the comment explaining the problem.
2984
2985 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
2986
2987 * ldefs-boot.el: Update.
2988
2989 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
2990 item to "Time, Load and Mail". Change help echo text.
2991
2992 * time.el (display-time-use-mail-icon, display-time-format)
2993 (display-time-string-forms): Shorten first line of docstrings.
2994
2995 2005-08-10 Lars Hansen <larsh@soem.dk>
2996
2997 * desktop.el (desktop-buffer-mode-handlers):
2998 Make non-customizable. Add autoload cookie. Change initial value to
2999 nil; add elements in respective modules instead. Fix doc string.
3000 (desktop-load-file): New function.
3001 (desktop-minor-mode-handlers): New autoloaded variable.
3002 (desktop-create-buffer): Call minor mode handlers.
3003 Use desktop-load-file to load major and minor mode modules prior to
3004 checking for a handler.
3005 (desktop-save): Don't add nil to desktop-minor-modes for minor
3006 modes with nil function in desktop-minor-mode-table. Don't delete
3007 desktop file before rewriting it.
3008 (desktop-locals-to-save): Add autoload cookie. Don't make
3009 automatically buffer-local. Add variables column-number-mode,
3010 size-indication-mode, indent-tabs-mode,
3011 indicate-buffer-boundaries, indicate-empty-lines and
3012 show-trailing-whitespace.
3013 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
3014 regexps. Don't use desktop-clear-preserve-buffers-regexp.
3015 (desktop-clear-preserve-buffers-regexp): Delete.
3016 (desktop-clear-preserve-buffers): Update initial value and docstring.
3017 (desktop-save-buffer): Fix doc string.
3018
3019 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
3020 (hilit-chg-desktop-restore): New function.
3021 (highlight-changes-mode): Add highlight-changes-mode to
3022 desktop-locals-to-save.
3023
3024 * dired.el: Add handler to desktop-buffer-mode-handlers.
3025 (dired-restore-desktop-buffer): Remove autoload cookie.
3026 (dired-mode): Add autoload cookie.
3027
3028 * info.el: Add handler to desktop-buffer-mode-handlers.
3029 (Info-restore-desktop-buffer): Remove autoload cookie.
3030 (Info-mode): Add autoload cookie.
3031
3032 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
3033 (mh-restore-desktop-buffer): Remove autoload cookie.
3034 (mh-folder-mode): Add autoload cookie.
3035
3036 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
3037 (rmail-restore-desktop-buffer): Remove autoload cookie.
3038
3039 2005-08-11 Masatake YAMATO <jet@gyve.org>
3040
3041 * hexl.el (hexl-address-region):
3042 (hexl-ascii-region, hexl-font-lock-keywords):
3043 (hexl-highlight-line-range): Use the term "region"
3044 instead of "area" for consistency with the other symbols
3045 defined in hexl.el.
3046
3047 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
3048
3049 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
3050 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
3051 out by Juri Linkov). Add `display-battery-mode'.
3052
3053 2005-08-09 Juri Linkov <juri@jurta.org>
3054
3055 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3056 Remove `-text' from face variable names.
3057 (compilation-error-file-name, compilation-warning-file-name)
3058 (compilation-info-file-name): Delete faces.
3059 (compilation-line-number, compilation-column-number):
3060 Remove face underlining.
3061 (compilation-message-face): Set to `underline' value by default.
3062 (compilation-error-face, compilation-warning-face)
3063 (compilation-info-face): Remove `-file-name' from face names.
3064 (compilation-error-text-face, compilation-warning-text-face)
3065 (compilation-info-text-face): Delete face variables.
3066 (compilation-text-face): Delete function.
3067
3068 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
3069 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
3070 (grep-error-face): Set to `compilation-error' instead of
3071 `compilation-error-face' (which is redefined to `grep-hit-face' in
3072 grep buffers).
3073 (grep-mode-font-lock-keywords): Remove `-text' from face variable
3074 names. Use `grep-error-face' instead of `compilation-error-text-face'.
3075
3076 * dired-aux.el (dired-do-query-replace-regexp):
3077 Use `query-replace-read-args'.
3078
3079 * replace.el (query-replace-read-from, query-replace-read-to)
3080 (query-replace-read-args): Rename arg `string' to `prompt'.
3081
3082 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
3083
3084 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3085
3086 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
3087 uploading files.
3088 (ange-ftp-canonize-filename): Handle file names beginning with ~
3089 correctly.
3090
3091 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3092
3093 * textmodes/fill.el (canonically-space-region)
3094 (fill-context-prefix, fill-french-nobreak-p)
3095 (fill-delete-newlines, fill-comment-paragraph)
3096 (justify-current-line): "?\ " -> "?\s".
3097
3098 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
3099
3100 * textmodes/fill.el (fill-nonuniform-paragraphs):
3101 Improve argument/docstring consistency.
3102
3103 2005-08-09 Richard M. Stallman <rms@gnu.org>
3104
3105 * textmodes/ispell.el (ispell-word): More fboundp checks.
3106
3107 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
3108 (find-file-noselect-1): Call it here, only if RAWFILE.
3109 (normal-mode): Always set some major mode.
3110 (save-some-buffers-action-alist): Change some explanation strings.
3111 (file-name-non-special): In the `quote' method, use unwind-protect.
3112
3113 2005-08-09 Magnus Henoch <mange@freemail.hu>
3114
3115 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
3116 (ispell-have-aspell-dictionaries): New variable.
3117 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
3118 (ispell-get-aspell-config-value): New function.
3119 (ispell-aspell-find-dictionary): New function.
3120 (ispell-aspell-add-aliases): New function.
3121 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
3122 appropriate. Don't look for ispell dictionaries if we use aspell.
3123 (ispell-menu-map): Don't build a submenu of dictionaries.
3124
3125 2005-08-09 Richard M. Stallman <rms@gnu.org>
3126
3127 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
3128 (sql-read-passwd): Use read-passwd.
3129
3130 * progmodes/idlw-toolbar.el (idlwave-toolbar)
3131 (idlwave-toolbar-is-possible): Add defvars.
3132
3133 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
3134 Avoid warnings.
3135
3136 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
3137 (idlwave-system-class-info, idlwave-executive-commands-alist):
3138 Use defvar.
3139
3140 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
3141
3142 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
3143 Avoid warnings.
3144
3145 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
3146 and content-type: headers.
3147
3148 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
3149
3150 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
3151 and rename some of them to be more self-explanatory.
3152
3153 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
3154
3155 * startup.el (command-line-1): Implement -scriptload.
3156
3157 * replace.el (occur-engine): Initial *Occur* output not undoable.
3158
3159 * menu-bar.el (menu-bar-file-menu): Rename some menu items
3160 and improve help strings.
3161
3162 * isearch.el (isearch-repeat): When changing direction,
3163 mark search successful.
3164
3165 * ediff-init.el: Use (featurep 'xemacs).
3166
3167 * comint.el (send-invisible): Identify buffer, if not selected.
3168
3169 * align.el: Delete autoload for c-guess-basic-syntax.
3170
3171 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3172
3173 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
3174 Improve argument/docstring consistency. Doc fixes.
3175 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
3176 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
3177 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
3178 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
3179 (r2bv-organization, r2bv-pages, r2bv-primary-author)
3180 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
3181 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
3182 Defvar at compile time.
3183
3184 2005-08-09 Juri Linkov <juri@jurta.org>
3185
3186 * info.el: Replace `info' with upper-case `Info' where appropriate.
3187 (info-title-1, info-title-2, info-title-3, info-title-4)
3188 (info-menu-header): Move up face definitions.
3189 (info-menu-star): Rename from `info-menu-5'.
3190 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3191 (Info-fontify-visited-nodes): Fix docstring.
3192 (Info-hide-note-references): Fix docstring.
3193 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3194 menu items in the same way as on cross-references.
3195 (info-apropos): Fix sorting order and formatting to be like in the
3196 stand-alone Info browser. Display error messages for 1 sec.
3197 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
3198 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3199 from the menu bar.
3200 (Info-insert-dir): Restore point after calling
3201 `insert-buffer-substring'.
3202
3203 2005-08-08 Richard M. Stallman <rms@gnu.org>
3204
3205 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3206 (recompute-lucid-menubar): Add defvars.
3207
3208 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3209
3210 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3211
3212 * net/net-utils.el (run-dig): Rename from `dig'.
3213
3214 * play/gametree.el (gametree-mode): Use make-local-variable,
3215 not make-variable-buffer-local.
3216
3217 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3218
3219 * ansi-color.el (ansi-color-make-extent)
3220 (ansi-color-set-extent-face): Use fboundp, not functionp.
3221
3222 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3223 not make-variable-buffer-local.
3224
3225 * bookmark.el (Info-current-file): Add defvar.
3226 (bookmark-jump-noselect): Use with-no-warnings.
3227
3228 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3229
3230 * ebuff-menu.el (Helper-return-blurb): Add defvar.
3231
3232 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3233
3234 * find-file.el (ada-procedure-start-regexp)
3235 (ada-package-start-regexp): Add defvars.
3236
3237 * info.el (Info-insert-dir): Use insert-buffer-substring.
3238
3239 * xml.el (xml-att-def-re): Add defvar.
3240
3241 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3242 calling convention.
3243
3244 * subr.el (while-no-input): Return t if there is input.
3245
3246 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
3247
3248 * cus-start.el (all): Add `overflow-newline-into-fringe'.
3249
3250 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
3251
3252 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3253 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3254
3255 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
3256
3257 * cmuscheme.el (scheme-start-file): Replace reference to
3258 `user-emacs-directory' by "~/.emacs.d/".
3259
3260 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
3261
3262 * info.el (Info-dir-remove-duplicates): Avoid case folding
3263 in loop; instead, keep downcased strings for comparison.
3264 Suggested by Helmut Eller.
3265
3266 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
3267
3268 Sync with Tramp 2.0.50.
3269
3270 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
3271 XEmacs case; not necessary anymore.
3272 (tramp-user-regexp): Allow "@" as part of user name.
3273 (tramp-handle-set-visited-file-modtime)
3274 (tramp-handle-insert-file-contents)
3275 (tramp-handle-write-region): No special handling for
3276 `last-coding-system-used, because this is done in
3277 `tramp-accept-process-output' now.
3278 (tramp-accept-process-output): New defun.
3279 (tramp-process-one-action, tramp-process-one-multi-action)
3280 (tramp-wait-for-regexp, tramp-wait-for-output)
3281 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
3282 Howells <dhowells@redhat.com>.
3283 (clear-visited-file-modtime): Defadvice removed. The check for
3284 unset buffer's modtime does not need to be based on
3285 `tramp-buffer-file-attributes'. Suggested by RMS.
3286 (tramp-message): Insert "\n" if not being at beginning of line.
3287 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3288 sequence with same logic.
3289 (tramp-completion-handle-expand-file-name): Discard call of
3290 `tramp-drop-volume-letter'. It is not necessary, and there have
3291 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3292 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3293 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3294 should always be visible.
3295 (tramp-handle-insert-directory, tramp-setup-complete)
3296 (tramp-set-process-query-on-exit-flag)
3297 (tramp-append-tramp-buffers): Pacify byte-compiler.
3298 (tramp-bug): Delete non-existing variables from list.
3299 Apply `tramp-load-report-modules' as pre-hook.
3300 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3301 `shell-prompt-pattern' because of non-7bit characters.
3302 Reported by Sebastian Luque <sluque@mun.ca>.
3303 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3304 (tramp-match-string-list): Remove function.
3305 (tramp-wait-for-regexp): Remove call of that function.
3306 Suggested by Kim F. Storm <storm@cua.dk>.
3307 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3308 instead of octal character code ?\600. The latter resulted in a
3309 syntax error with XEmacs.
3310
3311 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3312 XEmacs case; not necessary anymore.
3313 (tramp-smb-handle-write-region): No special handling for
3314 `last-coding-system-used, because this is done in
3315 `tramp-accept-process-output' now.
3316 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3317
3318 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3319
3320 * wid-edit.el (widget-choice-value-create):
3321 Unconditionally respect user choice. Set :explicit-choice back to nil
3322 when no longer needed.
3323 (widget-choice-action): Unconditionally respect user choice.
3324 Eliminate :explicit-choice-value.
3325
3326 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3327
3328 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3329 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3330 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3331 running new function `toggle-indicate-empty-lines'.
3332 Rename "Customize" item to "Customize fringe".
3333 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3334 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3335 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3336 Delete "Empty lines only" item.
3337 (menu-bar-showhide-fringe-ind-customize): New function.
3338 (menu-bar-showhide-fringe-ind-mixed)
3339 (menu-bar-showhide-fringe-ind-box)
3340 (menu-bar-showhide-fringe-ind-right)
3341 (menu-bar-showhide-fringe-ind-left)
3342 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3343 instead of `fringe-indicators'.
3344
3345 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3346
3347 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3348 Change the date of last update.
3349
3350 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3351
3352 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3353 (viper-exec-yank, viper-put-back): Don't display modification msg
3354 if in the minibuffer.
3355
3356 * viper-init.el (viper-replace-overlay-cursor-color)
3357 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3358 Make variables frame local.
3359
3360 * viper-util.el (viper-append-filter-alist): Use append instead of
3361 nconc.
3362
3363 * viper.el (viper-vi-state-mode-list)
3364 (viper-emacs-state-mode-list): Move help-mode and
3365 completion-list-mode from the first list to the second.
3366 (viper-mode): Docstring.
3367 (viper-go-away, viper-non-hook-settings): Don't localize
3368 minor-mode-alist in newer Emacsen. Add advice to
3369 set-cursor-color. Don't bind "\C-c\\".
3370
3371 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3372
3373 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3374 (scheme-macro-expand-command): New user options.
3375 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3376 (scheme-form-at-point, scheme-start-file)
3377 (scheme-interactively-start-process): New functions.
3378 (scheme-get-process): New function, extracted from `scheme-proc'.
3379 (run-scheme): Call `scheme-start-file' to get start file, and pass
3380 it to `make-comint'.
3381 (switch-to-scheme, scheme-proc):
3382 Call `scheme-interactively-start-process' if no Scheme buffer/process
3383 is available.
3384
3385 2005-08-06 Juri Linkov <juri@jurta.org>
3386
3387 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3388 Use `compilation-text-face', `compilation-info-text-face' and
3389 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3390 (compilation-error): New face.
3391 (compilation-error-file-name): Inherit from
3392 `compilation-error' instead of `font-lock-warning-face'.
3393 (compilation-warning-file-name): Inherit from
3394 `compilation-warning' instead of `font-lock-warning-face'.
3395 (compilation-info, compilation-error-file-name)
3396 (compilation-warning-file-name, compilation-info-file-name)
3397 (compilation-line-number, compilation-column-number): Doc fix.
3398 (compilation-error-text-face, compilation-warning-text-face)
3399 (compilation-info-text-face): New face variables.
3400 (compilation-line-face, compilation-column-face)
3401 (compilation-enter-directory-face)
3402 (compilation-leave-directory-face): Doc fix.
3403 (compilation-text-face): New function.
3404
3405 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3406 instead of 1 to display binary file names as info file links.
3407 (grep-error-face): Use `compilation-error-face' instead of
3408 `font-lock-keyword-face'.
3409 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3410 and `compilation-warning-text-face' instead of
3411 `font-lock-keyword-face'. Use `compilation-error-text-face'
3412 instead of `grep-error-face'.
3413
3414 2005-08-05 Kenichi Handa <handa@m17n.org>
3415
3416 * international/code-pages.el: Add autoload cookies for all coding
3417 systems.
3418
3419 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3420
3421 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3422
3423 2005-08-04 Juri Linkov <juri@jurta.org>
3424
3425 * progmodes/compile.el (compilation-mode-map):
3426 * progmodes/grep.el (grep-mode-map):
3427 Bind TAB to `compilation-next-error' and [backtab] to
3428 `compilation-previous-error'.
3429
3430 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3431 matching line numbers, column numbers and their ranges with regexp
3432 matching only line numbers.
3433 (grep-context-face): New face variable.
3434 (grep-mode-font-lock-keywords): Use it.
3435
3436 * faces.el (read-face-name): Delete duplicate faces.
3437
3438 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3439
3440 * thumbs.el (thumbs-find-image): Don't make variables
3441 automatically buffer local.
3442 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3443 (thumbs-image-num): Make automatically buffer local.
3444 (thumbs-show-thumbs-list): Use `make-local-variable', not
3445 `make-variable-buffer-local'.
3446 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3447
3448 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3449 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3450 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3451 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3452 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3453 (feelings-about, foullst, found, hello, history, howareyoulst)
3454 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3455 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3456 (neglst, obj, object, owner, please, problems, qlist)
3457 (random-adjective, relation, remlst, repetitive-shortness)
3458 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3459 (shortlst, something, sportslst, stallmanlst, states, subj)
3460 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3461 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3462 Defvar at compile time.
3463
3464 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3465 not `make-variable-buffer-local'.
3466
3467 2005-08-02 Kim F. Storm <storm@cua.dk>
3468
3469 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3470 rectangle overlay in selected window.
3471
3472 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3473
3474 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3475 instead of display group. Make `indicate-buffer-boundaries'
3476 customizable through Custom.
3477
3478 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3479
3480 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3481 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3482 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3483 (gdb-put-string): Fix typos in docstrings.
3484
3485 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3486
3487 Update copyright notices of files in progmodes directory for
3488 release of Emacs 22.1.
3489
3490 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3491
3492 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3493 Don't barf if the GUD buffer has been killed.
3494
3495 2005-08-01 Kim F. Storm <storm@cua.dk>
3496
3497 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3498
3499 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3500
3501 * simple.el (next-error-follow-minor-mode):
3502 make-variable-buffer-local -> make-local-variable.
3503
3504 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3505
3506 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3507 (byte-compile-form-make-variable-buffer-local): New functions to warn
3508 about misuses of make-variable-buffer-local where make-local-variable
3509 was meant.
3510
3511 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3512
3513 * bs.el (bs-attributes-list): Doc fix.
3514 (bs): Update url-link.
3515
3516 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3517 (desktop-load-default): Simplify.
3518
3519 * ibuffer.el (ibuffer-columnize-and-insert-list)
3520 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3521 (ibuffer-unmark-all, ibuffer-toggle-marks)
3522 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3523 (ibuffer-compile-make-format-form, ibuffer-format-column)
3524 (ibuffer-current-buffers-with-marks)
3525 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3526 (ibuffer): Doc fix.
3527 (ibuffer-mode): Fix typo in docstring.
3528 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3529 with `define-obsolete-variable-alias'.
3530 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3531
3532 2005-07-29 Kenichi Handa <handa@m17n.org>
3533
3534 * international/mule-cmds.el (select-message-coding-system):
3535 Be sure to use LF for end-of-line. If no coding system is decided,
3536 return iso-8859-1-unix.
3537
3538 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3539
3540 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3541 (ange-ftp-pending-error-line): New vars.
3542 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3543 to handle the non-fatal no-route-to-host messages.
3544 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3545
3546 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3547
3548 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3549 (isearch-quote-char, isearch-printing-char)
3550 (isearch-text-char-description): "?\ " -> "?\s".
3551 (isearch-lazy-highlight-cleanup)
3552 (isearch-lazy-highlight-initial-delay)
3553 (isearch-lazy-highlight-interval)
3554 (isearch-lazy-highlight-max-at-a-time)
3555 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3556 Declare with define-obsolete-*-alias macros.
3557 (isearch-forward): Fix typo in docstring.
3558 (search-invisible, search-ring-yank-pointer)
3559 (regexp-search-ring-yank-pointer): Doc fixes.
3560
3561 * recentf.el (recentf-menu-append-commands-p): Declare with
3562 `define-obsolete-variable-alias'.
3563 (recentf-max-saved-items, recentf-menu-filter)
3564 (recentf-arrange-by-rule-subfilter): Doc fixes.
3565 (recentf-menu-append-commands-flag)
3566 (recentf-initialize-file-name-history, recentf-expand-file-name)
3567 (recentf-clear-data): Fix typos in docstrings.
3568
3569 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3570
3571 * progmodes/gdb-ui.el: Smarten comments.
3572 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3573
3574 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3575
3576 * term/apollo.el (terminal-init-apollo): New function containing
3577 all former top level forms in the file.
3578 * term/bobcat.el (terminal-init-bobcat):
3579 * term/cygwin.el (terminal-init-cygwin):
3580 * term/iris-ansi.el (terminal-init-iris-ansi):
3581 * term/linux.el (terminal-init-linux):
3582 * term/news.el (terminal-init-news):
3583 * term/rxvt.el (terminal-init-rxvt):
3584 * term/sun.el (terminal-init-sun):
3585 * term/tvi970.el (terminal-init-tvi970):
3586 * term/vt100.el (terminal-init-vt100):
3587 * term/vt102.el (terminal-init-vt102):
3588 * term/vt125.el (terminal-init-vt125):
3589 * term/vt200.el (terminal-init-vt200):
3590 * term/vt201.el (terminal-init-vt201):
3591 * term/vt220.el (terminal-init-vt220):
3592 * term/vt240.el (terminal-init-vt240):
3593 * term/vt300.el (terminal-init-vt300):
3594 * term/vt320.el (terminal-init-vt320):
3595 * term/vt400.el (terminal-init-vt400):
3596 * term/vt420.el (terminal-init-vt420):
3597 * term/wyse50.el (terminal-init-wyse50):
3598 * term/xterm.el (terminal-init-xterm): Likewise.
3599
3600 * term/README: Describe the terminal-init-* functionality.
3601
3602 * startup.el (command-line): After loading the terminal initialization
3603 file call the corresponding terminal initialization function.
3604
3605 2005-07-27 Kenichi Handa <handa@m17n.org>
3606
3607 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3608 negative.
3609
3610 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3611 (ps-mule-composition-prologue): Fix for the case that
3612 RelativeCompose is false.
3613
3614 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3615
3616 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3617
3618 * descr-text.el (describe-char): Handle the case where the list of
3619 chars is displayed in a separate frame.
3620 Be a bit more discriminating when looking for the char.
3621
3622 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3623
3624 * bookmark.el (bookmark-automatically-show-annotations)
3625 (bookmark-read-annotation-text-func): Doc fixes.
3626 (bookmark-save): Improve argument/docstring consistency.
3627 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3628 (bookmark-alist-from-buffer)
3629 (bookmark-upgrade-file-format-from-0)
3630 (bookmark-grok-file-format-version)
3631 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3632 (bookmark-read-annotation-mode)
3633 (bookmark-insert-current-bookmark, bookmark-jump)
3634 (bookmark-exit-hook): Fix typos in docstrings.
3635 (bookmark-exit-hooks): Define as obsolete alias.
3636 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3637 not `bookmark-exit-hooks'. Fix docstring.
3638 (bookmark-bmenu-select): "?\ " -> "?\s".
3639
3640 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3641
3642 * startup.el (command-line): Fix typo.
3643
3644 2005-07-24 Richard M. Stallman <rms@gnu.org>
3645
3646 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3647 not emacs-quick-startup.
3648
3649 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3650
3651 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3652 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3653 instead of `reb-with-current-window'.
3654 (reb-prev-match): Likewise. Also, don't move left if the search
3655 was unsuccessful.
3656 (reb-initialize-buffer): New function.
3657 (re-builder, reb-change-syntax): Use it.
3658
3659 * man.el (Man-goto-page): Make second argument NOERROR optional.
3660
3661 2005-07-23 Richard M. Stallman <rms@gnu.org>
3662
3663 * man.el (Man-bgproc-sentinel): Check here for failure to find
3664 any man page in the output, and report the error here.
3665 (Man-arguments): Make it permanent local.
3666 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3667 (Man-mode): Pass t for NOERROR.
3668
3669 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3670 (grep-mode-font-lock-keywords):
3671 Don't use compilation-...-face for messages that are not file names.
3672
3673 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3674 Don't use compilation-...-face for messages that are not file names.
3675
3676 2005-07-22 Juri Linkov <juri@jurta.org>
3677
3678 * startup.el (normal-splash-screen): Update menu name.
3679
3680 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3681
3682 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3683
3684 * term/xterm.el: Load term/rxvt if the terminal is actually an
3685 rxvt terminal.
3686 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3687
3688 * term/rxvt.el (function-key-map): Use substitute-key-definition
3689 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3690
3691 * term/cygwin.el: New file.
3692
3693 2005-07-22 Kim F. Storm <storm@cua.dk>
3694
3695 * image-file.el (insert-image-file, image-file-yank-handler):
3696 Fix last change to maintain a (unique) yank-handler on yanked images.
3697
3698 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3699
3700 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3701 of the file size (as in "177B" for 177 bytes). This happens with
3702 "ls -lh" on FreeBSD.
3703
3704 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3705
3706 * hilit-chg.el (highlight-changes-global-initial-state)
3707 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3708 (hilit-chg-fixup, highlight-changes-mode):
3709 Fix typos in docstrings.
3710 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3711 Doc fixes.
3712
3713 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3714
3715 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3716 mode function using `eval-after-load'.
3717
3718 2005-07-21 Kim F. Storm <storm@cua.dk>
3719
3720 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3721 included when reporting an emacs crash, and tell about the DEBUG file.
3722
3723 * image-file.el (insert-image-file): Add yank-handler.
3724 (image-file-yank-handler): Yank handler to make unique copies of
3725 images when they are yanked into a buffer next to each other.
3726
3727 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3728
3729 * comint.el (comint-use-prompt-regexp, comint-send-input)
3730 (comint-source-default, comint-extract-string)
3731 (comint-get-source, comint-word, comint-completion)
3732 (comint-source, comint-prompt-read-only, comint-update-fence):
3733 Fix typos in docstrings.
3734 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3735 Declare with define-obsolete-*-alias macros.
3736 (comint-previous-matching-input-from-input)
3737 (comint-next-matching-input-from-input)
3738 (comint-previous-matching-input, comint-next-matching-input)
3739 (comint-forward-matching-input):
3740 Improve argument/docstring consistency.
3741
3742 * desktop.el (desktop-clear-preserve-buffers-regexp):
3743 Also preserve the *server* buffer.
3744
3745 * simple.el (clone-indirect-buffer): Doc fix.
3746 (fixup-whitespace, just-one-space)
3747 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3748 (next-error, next-error-highlight)
3749 (next-error-highlight-no-select, next-error-last-buffer)
3750 (next-error-buffer-p, next-error-find-buffer, next-error)
3751 (previous-error, next-error-no-select, previous-error-no-select)
3752 (open-line, split-line, minibuffer-prompt-width, kill-new)
3753 (binary-overwrite-mode): Fix typos in docstrings.
3754 (set-fill-column): Fix typo in message.
3755
3756 * skeleton.el (skeleton-proxy-new): Doc fix.
3757
3758 * strokes.el (strokes-load-hook): Doc fix.
3759 (strokes-grid-resolution, strokes-get-grid-position)
3760 (strokes-renormalize-to-grid, strokes-read-stroke)
3761 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3762 (strokes-global-map): Fix typos in docstrings.
3763 (strokes-help): Doc fix. Fix help message and pass it through
3764 `substitute-command-keys'.
3765
3766 * tempo.el (tempo-insert-prompt, tempo-interactive)
3767 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3768 (tempo-insert-string-functions, tempo-local-tags)
3769 (tempo-define-template, tempo-insert-template)
3770 (tempo-insert-prompt-compat, tempo-is-user-element)
3771 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3772 Fix typos in docstrings.
3773
3774 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3775 (vcursor-key-bindings, vcursor-use-vcursor-map)
3776 (vcursor-find-window, vcursor-scroll-down)
3777 (vcursor-disable, vcursor-beginning-of-buffer)
3778 (vcursor-end-of-buffer): Fix typos in docstrings.
3779 (vcursor-relative-move, vcursor-get-char-count):
3780 Improve argument/docstring consistency.
3781
3782 * version.el: "?\ " -> "?\s".
3783
3784 * wid-edit.el (widget-default-create, widget-after-change)
3785 (widget-default-format-handler, widget-checklist-add-item)
3786 (widget-radio-add-item, widget-choose, widget-specify-secret)
3787 (widget-field-value-create, widget-field-value-get)
3788 (widget-editable-list-format-handler)
3789 (widget-editable-list-entry-create, widget-group-value-create)
3790 (widget-documentation-link-add)
3791 (widget-documentation-string-value-create): "?\ " -> "?\s".
3792 (widget-convert-text): Doc fix.
3793 (widget-narrow-to-field, widget-field-find)
3794 (widget-url-link-action, widget-emacs-library-link-action)
3795 (widget-color-notify): Fix typos in docstrings.
3796
3797 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3798 (x-select-text, set-w32-system-coding-system)
3799 (w32-add-charset-info): Fix typos in docstrings.
3800
3801 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3802 (cua-enable-cua-keys, cua-use-hyper-key)
3803 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3804 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3805
3806 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3807
3808 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3809 `defalias' instead of faking it.
3810
3811 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3812 (eshell-ls-missing, eshell-ls-dired-initial-args)
3813 (eshell-ls-use-in-dired): Fix typos in docstrings.
3814
3815 2005-07-20 Kim F. Storm <storm@cua.dk>
3816
3817 * emulation/cua-base.el (cua-mode): Improve doc string.
3818
3819 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3820
3821 * abbrev.el (expand-region-abbrevs): Doc fix.
3822 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3823 Improve argument/docstring consistency.
3824
3825 * arc-mode.el (archive-get-descr, archive-alternate-display):
3826 Doc fixes.
3827 (archive-l-e): Improve argument/docstring consistency.
3828 (archive-tmpdir, archive-unixdate, archive-unixtime)
3829 (archive-chmod-entry): Fix typos in docstrings.
3830 (archive-unflag, archive-unflag-backwards)
3831 (archive-unmark-all-files): "?\ " -> "?\s".
3832
3833 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3834 (Buffer-menu-not-modified, Buffer-menu-execute)
3835 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3836 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3837
3838 * composite.el (compose-string, encode-composition-rule)
3839 (compose-last-chars): Fix typos in docstrings.
3840
3841 * desktop.el (desktop-enable, desktop-basefilename):
3842 Declare with `define-obsolete-variable-alias'.
3843 (desktop-internal-v2s): Don't quote keywords.
3844 (desktop-clear): "?\ " -> "?\s".
3845
3846 * dired.el (dired-align-file, dired-flag-backup-files)
3847 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3848 (dired-listing-switches, dired-ls-F-marks-symlinks)
3849 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3850 (dired-directory, dired-faces, dired, dired-revert)
3851 (dired-mode, dired-summary, dired-view-file)
3852 (dired-copy-filename-as-kill, dired-delete-file)
3853 (dired-no-confirm, dired-unmark-all-marks)
3854 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3855 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3856 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3857 Fix typos in message strings.
3858
3859 * dired-x.el (virtual-dired): Declare with `defalias'.
3860 (dired-mark-unmarked-files, dired-local-variables-file)
3861 (dired-omit-here-always): Doc fix.
3862 (dired-omit-mode, dired-find-subdir)
3863 (dired-enable-local-variables, dired-clean-up-buffers-too)
3864 (dired-extra-startup, dired-mark-extension, dired-jump)
3865 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3866 (dired-smart-shell-command, dired-guess-shell-alist-user)
3867 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3868 (dired-x-bind-find-file, dired-x-submit-report):
3869 Fix typos in docstrings.
3870 (dired-mark-unmarked-files): "?\ " -> "?\s".
3871
3872 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3873
3874 * faces.el (describe-face): "?\ " -> "?\s".
3875 (read-all-face-attributes, read-face-font, modify-face)
3876 (face-attr-construct, italic): Fix typos in docstrings.
3877 (frame-update-face-colors): Declare with
3878 `define-obsolete-function-alias'.
3879
3880 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3881 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3882 (magic-mode-alist, buffer-file-numbers-unique)
3883 (write-file-functions, get-free-disk-space):
3884 Fix typos in docstrings.
3885 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3886 (write-contents-hooks, write-file-hooks):
3887 Declare with `define-obsolete-variable-alias'.
3888
3889 * forms-d2.el (arch-rj): Fix typo in docstrings.
3890 (arch-tocol): Likewise. "?\ " -> "?\s".
3891
3892 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3893 Fix typo in docstring.
3894 (set-screen-width, set-screen-height): Delete redundant info in
3895 doctrings.
3896 (new-frame, screen-height, screen-width): Declare with
3897 `define-obsolete-function-alias'.
3898 (delete-frame-hook, blink-cursor): Declare with
3899 `define-obsolete-variable-alias'.
3900
3901 * paths.el (prune-directory-list): Fix typos in docstring.
3902
3903 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3904 (cvs-prefix-get): Fix typos in docstrings.
3905
3906 * ps-print.el (ps-extend-face-list, ps-extend-face)
3907 (ps-print-background-image): Fix typos in docstrings.
3908 (ps-default-fg, ps-default-bg): Doc fixes.
3909
3910 * s-region.el (s-region-bind): Doc fix.
3911 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3912
3913 * textmodes/org.el (org-table-formula-substitute-names)
3914 (org-table-get-vertical-vector): Doc fixes.
3915 (org-table-recalculate): Remove unused argument to `message'.
3916
3917 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3918
3919 * textmodes/org.el (org-table-column-names)
3920 (org-table-column-name-regexp)
3921 (org-table-named-field-locations): New variables.
3922 (org-archive-subtree): Protect `this-command' when calling
3923 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3924 the kill buffer.
3925 (org-complete): Remove fixed-formula completion.
3926 (org-edit-formulas-map): New variable.
3927 (org-table-edit-formulas): New command.
3928 (org-finish-edit-formulas, org-abort-edit-formulas)
3929 (org-show-variable, org-table-get-vertical-vector): New functions.
3930 (org-table-maybe-eval-formula): Handle `:=' fields.
3931 (org-table-get-stored-formulas, org-table-store-formulas)
3932 (org-table-get-formula, org-table-modify-formulas)
3933 (org-table-replace-in-formulas): Handle named field formulas.
3934 (org-table-get-specials): Store locations of named fields.
3935
3936 2005-07-19 Juri Linkov <juri@jurta.org>
3937
3938 * progmodes/grep.el (grep-regexp-alist)
3939 (grep-mode-font-lock-keywords, grep-process-setup):
3940 Use default GNU grep match color "01;31m" instead of "01;41m".
3941 (grep-regexp-alist, grep-mode-font-lock-keywords):
3942 Use `\\[[0-9]*m' instead of `\\[00m'.
3943 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3944 sgr_start where its handling is more important. Use the real
3945 length of sgr_start instead of constant 8.
3946 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3947 specially. Delete all remaining escape sequences.
3948 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3949 (grep-regexp-alist): Make hyperlink only for binary file name
3950 instead of the whole line.
3951 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3952 (grep-mode): Add autoload.
3953
3954 * emacs-lisp/find-func.el (find-function-regexp):
3955 Add `define-compilation-mode'.
3956
3957 2005-07-19 Juri Linkov <juri@jurta.org>
3958
3959 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3960 (compare-windows-sync-string-size, compare-windows-recenter)
3961 (compare-windows-highlight, compare-windows): Add version 22.1.
3962 (compare-windows) <defface>: Inherit from lazy-highlight instead
3963 of duplicating its default value.
3964
3965 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3966 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3967
3968 * descr-text.el (describe-char): Create link buttons for `charset'
3969 and `code point'. Add the current input method name with a link
3970 button to `to input' field. Print face names of display table
3971 characters in `The display table entry is displayed by' section
3972 instead of printing face-id in the `display' field.
3973 Guess hardcoded faces and create a link button for them.
3974 Skip empty fields when calculating max-width.
3975 Treat `widget-create' specially while inserting strings from the
3976 collected field list.
3977 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3978
3979 * diff-mode.el (diff-file-header): Change foreground color from
3980 yellow to green on light backgrounds.
3981 (diff-context): Inherit from `shadow' only for color/grayscale
3982 with more than 88 colors.
3983 (diff-indicator-removed, diff-indicator-added)
3984 (diff-indicator-changed): New faces.
3985 (diff-font-lock-keywords): Use new faces. Regroup rules.
3986 Add "^---$" for `normal' diff format. Fontify `#' lines with
3987 font-lock-comment-delimiter-face and font-lock-comment-face.
3988 Add `#' to ^[^...] in the rule for `diff-context-face'.
3989
3990 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
3991 a button-like box. Inherit from `highlight' on low colors.
3992 (shadow): Use shades of gray only for color/grayscale with
3993 more than 88 colors. Use green for light backgrounds with
3994 8 colors, and yellow for dark backgrounds with 8 colors.
3995
3996 * font-lock.el (font-lock-regexp-grouping-backslash):
3997 Don't inherit from escape-glyph (use bold for all cases).
3998
3999 * info.el (info-xref-visited): Use light foreground color `violet'
4000 for dark backgrounds instead of dark color `magenta3'.
4001 (info-title-1): Use `yellow' color for dark backgrounds.
4002
4003 * isearch.el (isearch): Use not-too-dark magenta3 instead of
4004 too-light magenta2.
4005
4006 * replace.el (match): Use slightly more light RoyalBlue3 instead
4007 of dark RoyalBlue4.
4008
4009 * wid-edit.el (widget-inactive): Inherit from `shadow'.
4010
4011 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
4012
4013 * novice.el (disabled-command-hook): Declare it with
4014 `define-obsolete-variable-alias'.
4015
4016 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
4017 (desktop-buffer-misc-functions, desktop-buffer-handlers)
4018 (desktop-load-default): Add release to obsolescence info.
4019 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
4020 (desktop-append-buffer-args, desktop-read):
4021 Fix typos in docstrings.
4022 (desktop-kill): Fix typo in message.
4023 (desktop-save): Doc fix.
4024
4025 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
4026
4027 * viper-cmd.el (viper-escape-to-state): Bug fix.
4028 (viper-envelop-ESC-key): Change the definition of fast
4029 keysequence so it'll work with keyboard macros.
4030
4031 * ediff.el (ediff-patch-buffer): Change the docstring.
4032
4033 2005-07-19 Kenichi Handa <handa@m17n.org>
4034
4035 * international/mule-cmds.el (select-safe-coding-system): Try to
4036 use an auto-coding (if any) before anything else. If the found
4037 auto-coding is invalid, show a warning message.
4038
4039 * international/mule.el (find-auto-coding): New function created
4040 by modifying the body of set-auto-coding.
4041 (set-auto-coding): Use find-auto-coding to find a coding.
4042
4043 2005-07-18 Richard M. Stallman <rms@gnu.org>
4044
4045 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
4046 not isearch-mode-end-hook-error.
4047 (allout-before-change-protect): Fix error message.
4048
4049 2005-07-18 Juri Linkov <juri@jurta.org>
4050
4051 * allout.el (allout-mode):
4052 * calculator.el (calculator-copy):
4053 * custom.el (custom-known-themes):
4054 * dired.el (dired-desktop-buffer-misc-data)
4055 (dired-restore-desktop-buffer):
4056 * dired-x.el (dired-omit-marker-char):
4057 * files.el (basic-save-buffer):
4058 * font-core.el (font-lock-mode):
4059 * calendar/calendar.el (calendar-goto-hebrew-date)
4060 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
4061 (calendar-goto-persian-date):
4062 * language/ethio-util.el (ethio-sera-to-fidel-region):
4063 * textmodes/picture.el (picture-mode):
4064 Delete duplicate duplicate words.
4065
4066 2005-07-18 Juri Linkov <juri@jurta.org>
4067
4068 * isearch.el (isearch-mode-map): Remove key bindings for regexp
4069 chars * ? } |.
4070 (isearch-fallback): Don't call `isearch-process-search-char'.
4071 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
4072 (isearch-process-search-char): Call `isearch-fallback' for regexp
4073 chars * ? } |.
4074 (isearch-return-char): Make obsolete with `make-obsolete' instead
4075 of simply documenting it as obsolete in the docstring.
4076 (isearch-fallback): Refill docstring.
4077
4078 * international/isearch-x.el
4079 (isearch-process-search-multibyte-characters): Remove unneeded
4080 `concat'. Add intermediate values to `junk-hist' instead of
4081 `minibuffer-history'. Test the length of `str'.
4082
4083 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
4084
4085 * allout.el (allout-resolve-xref): Fix typos in error strings.
4086 (allout-before-change-protect): Remove unneeded `concat'.
4087
4088 * array.el (array-mode, array-reconfigure-rows)
4089 (untabify-backward): Fix typos in docstrings.
4090 (array-reconfigure-rows): Use `insert-buffer-substring', not
4091 `insert-buffer'.
4092
4093 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
4094 * progmodes/ada-mode.el (ada-make-body):
4095 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
4096
4097 * dired.el (dired-log):
4098 * tar-mode.el (tar-subfile-save-buffer):
4099 * play/zone.el (zone-pgm-stress-destress):
4100 Use `insert-buffer-substring', not `insert-buffer'.
4101
4102 2005-07-17 Simon Josefsson <jas@extundo.com>
4103
4104 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
4105
4106 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
4107
4108 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
4109 Add plain auth method.
4110 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4111
4112 2005-07-17 Kim F. Storm <storm@cua.dk>
4113
4114 * ido.el (dired-other-window): Add ido property.
4115
4116 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
4117
4118 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4119 Fix typo in docstring.
4120 (byte-compile-interactive-only-functions): Add `insert-buffer' and
4121 `insert-file-literally'.
4122
4123 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
4124 info and delete redundant message. Doc fix.
4125 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
4126 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
4127
4128 2005-07-16 Richard M. Stallman <rms@gnu.org>
4129
4130 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
4131 (byte-compile-and): Use byte-compile-and-recursion.
4132 (byte-compile-or-recursion): New function.
4133 (byte-compile-or): Use that.
4134 (byte-compile-if): Guard the else-clause too.
4135 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4136
4137 * isearch.el (isearch-mode-end-hook-quit): New variable.
4138 (isearch-done): Bind it.
4139 (isearch-mode-end-hook): Doc fix.
4140
4141 * allout.el (allout-isearch-did-quit): Variable deleted.
4142 (allout-real-isearch-abort): Function name no longer used.
4143 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
4144 (allout-isearch-rectification): isearch-mode always exists.
4145 Don't set allout-isearch-did-quit.
4146 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
4147 allout-isearch-did-quit.
4148 (allout-enwrap-isearch): Just add the hook.
4149 (allout-isearch-abort): Function deleted.
4150 (allout-pre-command-business): Avoid warning.
4151
4152 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
4153 Correctly avoid warnings.
4154 (pascal-outline): Likewise.
4155
4156 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
4157
4158 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
4159
4160 * play/tetris.el (tetris-mode): Avoid warning.
4161
4162 * play/snake.el (snake-mode): Avoid warning.
4163
4164 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
4165 (gamegrid-set-display-table): Avoid warning.
4166 (gamegrid-set-timer): Likewise.
4167 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
4168 (gamegrid-add-score-with-update-game-score-1): Take FILE
4169 as argument.
4170 (gamegrid-add-score-with-update-game-score): Pass that argument.
4171 Rename have-shared-game-dir to gamegrid-shared-game-dir.
4172
4173 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
4174
4175 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
4176 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
4177
4178 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
4179 and insert-file.
4180
4181 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
4182 (sc-ask): Avoid warnings.
4183
4184 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4185 (eshell-hist-initialize): Use that var the natural way.
4186
4187 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4188
4189 * emacs-lisp/re-builder.el (reb-cook-regexp):
4190 Avoid warning calling lre-compile-string.
4191 (reb-color-display-p): Avoid warning.
4192
4193 * calculator.el (calculator-last-input): Guard uses
4194 of event-key and key-press-event-p.
4195 (event-key, key-press-event-p): Delete definitions.
4196
4197 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
4198 (find-gc-source-directory, find-gc-subrs-callers)
4199 (find-gc-noreturn-list, find-gc-source-files)
4200 (find-gc-subrs-called): Vars renamed and defvar'd.
4201
4202 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4203 (checkdoc-overlay-put, checkdoc-delete-overlay)
4204 (checkdoc-overlay-start, checkdoc-overlay-end)
4205 (checkdoc-mode-line-update, checkdoc-char=):
4206 Define such that compiler knows they are defined.
4207 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
4208 (checkdoc-read-event): Delete. Use read-event directly.
4209
4210 * whitespace.el (whitespace-make-overlay)
4211 (whitespace-overlay-put, whitespace-delete-overlay)
4212 (whitespace-overlay-start, whitespace-overlay-end):
4213 Define such that compiler knows they are defined.
4214 (whitespace): Move conditional inside.
4215
4216 * tempo.el (tempo-insert-template): Suppress warning.
4217
4218 * ediff-diff.el (longlines-mode): Add defvar.
4219
4220 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
4221
4222 * server.el: Bind "C-x #" in a way that works even if C-x is
4223 redefined to a command key, not a prefix key.
4224
4225 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4226
4227 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4228 cl-make-type-test till execution time.
4229
4230 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
4231
4232 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4233 arg ARG and use it.
4234
4235 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4236
4237 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4238
4239 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
4240
4241 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4242 a defcustom with two :set or :type keywords.
4243
4244 2005-07-15 Richard M. Stallman <rms@gnu.org>
4245
4246 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4247 Don't give ^M comment-end syntax.
4248
4249 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
4250
4251 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4252 Don't consider gdbmi (gdb-mi.el has its own update functions).
4253 (gdb-var-delete): Make it work for gdbmi as well.
4254 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4255
4256 * progmodes/gud.el (etags, sdb): Only require etags when needed.
4257 (gud-speedbar-menu-items): Correct logic for enabling items.
4258
4259 2005-07-15 Kim F. Storm <storm@cua.dk>
4260
4261 * ido.el: Fix commentary.
4262 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4263 Use with-no-warnings around ffap-guesser.
4264 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4265 Let bind minibuffer-completing-file-name to t.
4266
4267 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
4268
4269 * startup.el (site-run-file, keyboard-type): Doc fixes.
4270 (command-line): Check for "--basic-display" argument; also for
4271 "--quick", not "--bare-bones" (which was renamed).
4272 (fancy-splash-text): Add missing item "Getting New Versions".
4273 (normal-splash-screen): Fix typos and improve consistency with
4274 `fancy-splash-text'. Update copyright year.
4275
4276 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4277 valid binding for `help-char'.
4278
4279 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
4280
4281 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
4282
4283 * term.el (term-mode): Disable cua-mode for term buffers.
4284
4285 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
4286
4287 * add-log.el (add-log-mailing-address, change-log-merge):
4288 Doc fixes.
4289 (change-log-get-method-definition): Fix typo in docstring.
4290
4291 2005-07-14 Kim F. Storm <storm@cua.dk>
4292
4293 * emulation/cua-base.el:
4294 (cua--pre-command-handler-1, cua--pre-command-handler)
4295 (cua--post-command-handler-1, cua--post-command-handler):
4296 Split in two. Check (buffer local) value of cua-mode.
4297 (cua-selection-mode): New command.
4298
4299 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4300
4301 * custom.el (custom-initialize-safe-set)
4302 (custom-initialize-safe-default): Doc fixes.
4303
4304 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4305 and simplify :init-value again.
4306
4307 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4308 and simplify :init-value again. Delete autoload.
4309
4310 * startup.el (command-line): Use `custom-reevaluate-setting' again
4311 for tooltip-mode.
4312
4313 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4314 a defcustom with two :initialize keywords.
4315
4316 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4317
4318 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4319 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4320 (allout-post-command-business, allout-flag-region)
4321 (isearch-reenable-font-lock, allout-yank)
4322 (allout-insert-latex-header, allout-insert-latex-trailer)
4323 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4324 (allout-latex-verb-quote): Fix typos in docstrings.
4325 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4326 (allout-unprotected, allout-prefix-data):
4327 Improve argument/docstring consistency.
4328 (allout-chart-subtree): Fix argument spec.
4329 (allout-open-topic): Rename `use_sib_bullet' argument to
4330 `use-sib-bullet'. Doc fix.
4331
4332 * whitespace.el (whitespace-check-buffer-leading)
4333 (whitespace-check-buffer-trailing)
4334 (whitespace-check-buffer-indent)
4335 (whitespace-check-buffer-spacetab)
4336 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4337 (whitespace-check-leading-whitespace)
4338 (whitespace-check-trailing-whitespace)
4339 (whitespace-check-spacetab-whitespace)
4340 (whitespace-check-indent-whitespace)
4341 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4342 (whitespace-modes): Fix typos in docstrings.
4343 (defgroup, defcustom): Doc fixes.
4344
4345 * winner.el (winner-mode, winner-boring-buffers)
4346 (winner-pending-undo-ring): Doc fixes.
4347 (winner-ring): Remove unneeded `progn'.
4348 (winner-equal): `defsubst' it.
4349 (winner-redo): Fix message.
4350
4351 2005-07-13 Kim F. Storm <storm@cua.dk>
4352
4353 * simple.el (line-move-1): Always use vertical-motion to
4354 do the last (or only) line move to ensure some movement.
4355 Undo 2005-06-23 change--don't check for overlays.
4356
4357 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4358
4359 * term/mac-win.el (ccl-encode-mac-roman-font)
4360 (ccl-encode-mac-centraleurroman-font)
4361 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4362 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4363 Change charset-id boundary of dimension to ?\xef.
4364 (mac-char-fontspec-list): New constant.
4365 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4366 argument. Nil uses itself as family in font-spec. Previous
4367 behavior for nil is now provided by non-nil non-string argument.
4368 All callers changed. Add font-specs for Mac fonts to
4369 "fontset-default" unless iso8859-1 fonts are installed.
4370
4371 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4372
4373 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4374 a continuation line if the \ is preceded by SPC or TAB.
4375 (sh-get-indent-info): Simplify.
4376 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4377 Use with-current-buffer.
4378
4379 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4380 when the matched text is empty.
4381
4382 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4383
4384 * startup.el (command-line): Revert to previous handling of
4385 tooltip-mode. Explain in comment why the complexity is needed.
4386
4387 * tooltip.el (tooltip-mode): Revert to previous implementation of
4388 its defcustom.
4389
4390 * frame.el (blink-cursor-mode): Revert to previous implementation
4391 of its defcustom. Update comment.
4392
4393 2005-07-12 Lars Hansen <larsh@soem.dk>
4394
4395 * desktop.el: Update e-mail address.
4396
4397 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4398
4399 * term/mac-win.el (mac-services-mail-selection)
4400 (mac-services-mail-to): New functions.
4401 (mac-application-menu-map): Bind them.
4402
4403 2005-07-12 wulei <milton@wulei.net> (tiny change)
4404
4405 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4406
4407 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4408
4409 * custom.el (custom-reevaluate-setting): Doc fix.
4410
4411 2005-07-11 Jay Belanger <belanger@truman.edu>
4412
4413 * calc/calc.el (calc-embedded-announce-formula-alist)
4414 (calc-embedded-open-close-plain-alist)
4415 (calc-embedded-open-close-mode-alist): Add checks for additional
4416 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4417
4418 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4419
4420 * custom.el (custom-enable-theme): Don't add theme to
4421 `custom-enabled-themes' with `push' because there is no
4422 setf-method for `delq'.
4423
4424 2005-07-11 Richard M. Stallman <rms@gnu.org>
4425
4426 * custom.el (custom-declare-variable): Doc fix.
4427
4428 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4429 from the alists.
4430
4431 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4432 Do nothing if edebug-active.
4433
4434 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4435 (edebug-display): Do it here instead.
4436
4437 2005-07-10 Richard M. Stallman <rms@gnu.org>
4438
4439 * cus-face.el (custom-theme-set-faces): Make it work.
4440 (custom-reset-faces): Doc fix.
4441 (custom-theme-reset-internal-face, custom-theme-face-value):
4442 Functions deleted.
4443
4444 * custom.el (custom-push-theme): Maintain list of the settings
4445 of a given theme in its theme-settings property.
4446 Maintain position of old settings in the theme-value
4447 or theme-face property.
4448 (custom-enabled-themes): New variable.
4449 (custom-theme-enabled-p): New function.
4450 (provide-theme): Update custom-enabled-themes.
4451 Disable and reenable the `user' theme.
4452 (require-theme): Doc fix.
4453 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4454 (custom-theme-value, custom-theme-variable-value): Likewise.
4455 (custom-theme-reset-internal): Likewise.
4456 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4457 (custom-enable-theme, custom-disable-theme): New functions.
4458 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4459 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4460 (custom-theme-reset-variables): Simplify.
4461 (deftheme, custom-declare-theme, custom-make-theme-feature):
4462 Definitions moved.
4463
4464 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4465
4466 * longlines.el (longlines-show-region)
4467 (longlines-unshow-hard-newlines): Recognize hard newlines by
4468 non-nil hard property, instead of t.
4469
4470 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4471
4472 * viper-cmd.el (viper--key-maps): New variable.
4473 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4474 emulation-mode-map-alists.
4475 (viper-envelop-ESC-key): Use viper-subseq.
4476 (viper-search-forward/backward/next): Disable debug-on-error.
4477
4478 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4479 (viper-ESC-key): New defcustoms.
4480
4481 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4482
4483 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4484 (viper-subseq): Copy of subseq from cl.el.
4485
4486 * viper.el (viper-go-away, viper-set-hooks): Use
4487 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4488
4489 * viper-mous.el (viper-current-frame-saved): Use defvar.
4490
4491 * viper-init.el: Get rid of -face in face names.
4492
4493 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4494 Make it work with longlines mode
4495
4496 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4497
4498 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4499
4500 * ediff-init.el: Get rid of -face in face names.
4501
4502 2005-07-10 Richard M. Stallman <rms@gnu.org>
4503
4504 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4505 and with-timeout-unsuspend.
4506
4507 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4508 and with-timeout-unsuspend.
4509
4510 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4511 (with-timeout): Bind that variable to record timers.
4512 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4513
4514 * emacs-lisp/debug.el (debug-help-follow): New function.
4515 (debugger-mode-map): Use that instead of help-follow.
4516 (debugger-setup-buffer): Use eval-buffer-list
4517 to handle eval-buffer frames.
4518
4519 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4520
4521 * timezone.el (timezone-parse-date): Change first regexp
4522 so it will not mistakenly match dates with no time zone.
4523
4524 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4525
4526 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4527
4528 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4529
4530 * custom.el (custom-initialize-safe-set)
4531 (custom-initialize-safe-default): New functions.
4532
4533 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4534 and simplify :init-value.
4535
4536 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4537 and simplify :init-value. Delete obsolete comment.
4538
4539 * startup.el (command-line): Use `custom-reevaluate-setting' to
4540 handle `tooltip-mode'. Delete obsolete comment.
4541
4542 * files.el (set-visited-file-name): Avoid calling
4543 `file-name-nondirectory' with a nil argument.
4544
4545 2005-07-09 Richard M. Stallman <rms@gnu.org>
4546
4547 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4548 was called with nil for the buffer, handle the read position right.
4549 Handle read position for eval-region, too.
4550
4551 2005-07-09 Juri Linkov <juri@jurta.org>
4552
4553 * fringe.el (fringe-mode): Add period in docstring.
4554 (fringe-query-style): Build prompt depending on `all-frames' arg.
4555
4556 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4557 to not create links to unrelated functions in the Help buffer.
4558
4559 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4560 Doc fix.
4561
4562 * simple.el (next-error-hook): New variable.
4563 (next-error): Use it. Doc fix.
4564
4565 * textmodes/ispell.el (ispell-command-loop): Add current
4566 dictionary name and program name to mode-line-format.
4567 (ispell-region, ispell-process-line): Add current dictionary name
4568 and program name to messages.
4569
4570 2005-07-08 Jay Belanger <belanger@truman.edu>
4571
4572 * calc/calc.el (calc-embedded-announce-formula-alist)
4573 (calc-embedded-open-close-formula-alist)
4574 (calc-embedded-open-close-word-alist)
4575 (calc-embedded-open-close-plain-alist)
4576 (calc-embedded-open-close-new-formula-alist)
4577 (calc-embedded-open-close-mode-alist)
4578 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4579 (calc-embedded-mode-hook): New variables.
4580
4581 * calc/calc-embed.el (calc-embedded-firsttime)
4582 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4583 New variables.
4584 (calc-do-embedded): Use calc-embedded-firsttime,
4585 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4586 determine whether or not to run hooks.
4587 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4588 calc-embedded-firsttime-formula appropriately.
4589 Set calc-embedded delimiter variables according to mode.
4590
4591 2005-07-08 Richard M. Stallman <rms@gnu.org>
4592
4593 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4594 Check for "emacs", etc., as entire symbol, not just as word.
4595 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4596
4597 * files.el (set-visited-file-name): Report the error
4598 for "empty filename" earlier.
4599 (kill-some-buffers): Ignore buffers already dead.
4600
4601 * fringe.el (fringe-mode): Doc fix.
4602
4603 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4604 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4605 Use unwind-protect to ensure byte-compile-unresolved-functions
4606 is updated.
4607
4608 * whitespace.el (whitespace-buffer-leading-cleanup):
4609 Simplify w/ skip-chars-forward.
4610 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4611
4612 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4613 Unconditionally try to leave point at the same old place.
4614
4615 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4616
4617 * comint.el (comint-postoutput-scroll-to-bottom)
4618 (comint-show-maximum-output): Take scroll-margin into consideration.
4619
4620 2005-07-08 Kim F. Storm <storm@cua.dk>
4621
4622 * ido.el (ido-use-filename-at-point): New choice `guess'.
4623 (ido-file-internal): Try ffap-guesser if selected.
4624
4625 * ido.el (ido-before-fallback-functions): New hook.
4626 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4627 (ido-read-file-name): Run it.
4628
4629 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4632 strings rather than a list of symbols to the completion function.
4633
4634 2005-07-07 Jay Belanger <belanger@truman.edu>
4635
4636 * calc/calc-units.el (math-apply-units): Change the places in
4637 which units are simplified.
4638
4639 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4640
4641 * cus-edit.el (customize-option, customize-option-other-window):
4642 Make them handle aliases.
4643
4644 * custom.el (custom-variable-p): Make it recursively follow
4645 aliases. Mention that in the docstring.
4646
4647 2005-07-07 Richard M. Stallman <rms@gnu.org>
4648
4649 * cus-start.el (exec-path): Use `directory' instead of `file'.
4650 Fix tag for nil.
4651
4652 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4653
4654 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4655 when called non-interactively. Doc fix.
4656
4657 2005-07-07 Lute Kamstra <lute@gnu.org>
4658
4659 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4660 new address as well.
4661
4662 2005-07-07 Kenichi Handa <handa@m17n.org>
4663
4664 * international/mule.el (make-coding-system):
4665 Describe `ascii-incompatible' property in the docstring.
4666 (set-file-name-coding-system): Signal an error if coding-system is
4667 ascii-incompatible.
4668 (set-keyboard-coding-system): Likewise.
4669
4670 * international/mule-cmds.el (set-default-coding-systems):
4671 Don't set default-file-name-coding-system and
4672 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4673
4674 * international/utf-16.el: Declare that all UTF-16-based coding
4675 systems are ASCII-incompatible.
4676
4677 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4678
4679 * progmodes/gud.el: Require font-lock for displaying errors.
4680 Used by gdb-ui.el.
4681
4682 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4683
4684 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4685 values for the pattern lists which are `read'able but not
4686 `append'able (like symbols).
4687
4688 2005-07-06 Richard M. Stallman <rms@gnu.org>
4689
4690 * progmodes/flymake.el (flymake-float-time): Instead of
4691 with-no-warnings, test for xemacs.
4692 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4693 to avoid warning.
4694
4695 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4696
4697 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4698
4699 2005-07-05 Lute Kamstra <lute@gnu.org>
4700
4701 * battery.el: Add support for Darwin (with much debugging help
4702 from Samuel Lauber <sam124@operamail.com>).
4703 (battery-status-function, battery-echo-area-format)
4704 (battery-mode-line-format): Add support for pmset on Darwin.
4705 (battery-load-low, battery-load-critical): New user options.
4706 (battery-pmset): New function.
4707
4708 2005-07-05 Lute Kamstra <lute@gnu.org>
4709
4710 Update FSF's address in GPL notices.
4711
4712 * textmodes/page-ext.el: Update FSF's address.
4713
4714 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4715
4716 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4717 filling from using prefix when filling a single-line docstring.
4718
4719 * progmodes/flymake.el: Remove useless eval-when-compile.
4720
4721 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4722
4723 2005-07-04 Richard M. Stallman <rms@gnu.org>
4724
4725 * textmodes/org.el (org-file-apps-defaults-gnu):
4726 Rename from org-file-apps-defaults-linux.
4727 (org-default-apps): Don't test system-type for `linux'.
4728 (org-file-apps): Doc fix.
4729
4730 2005-07-04 David Ponce <david@dponce.com>
4731
4732 * tree-widget.el: Improve header Commentary section.
4733 (tree-widget) [defgroup]
4734 (tree-widget-image-enable, tree-widget-themes-directory)
4735 (tree-widget-theme, tree-widget-image-properties-emacs)
4736 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4737 (tree-widget-image-formats, tree-widget-control)
4738 (tree-widget-empty-control, tree-widget-leaf-control
4739 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4740 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4741 (tree-widget-keep, tree-widget-after-toggle-functions)
4742 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4743 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4744 :help-echo message.
4745 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4746 (tree-widget-image-properties): Doc fix. Clearer implementation.
4747 (tree-widget--cursors): New constant.
4748 (tree-widget-lookup-image): New function split from
4749 `tree-widget-find-image'. Clearer implementation.
4750 (tree-widget-find-image): Use it.
4751 (tree-widget-button-keymap): Use `set-keymap-parent'.
4752 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4753 Define the sub-widgets here.
4754 (tree-widget-node): Check that :node is not a tree-widget.
4755 (tree-widget-get-super, tree-widget-open-control)
4756 (tree-widget-close-control, tree-widget-empty-control)
4757 (tree-widget-leaf-control, tree-widget-guide)
4758 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4759 (tree-widget-no-handle, tree-widget-value-delete)
4760 (tree-widget-map): Remove.
4761 (tree-widget-children-value-save): Doc fix. Simplified.
4762 (tree-widget-value-create): Update according to previous changes.
4763
4764 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4765
4766 * textmodes/org.el: Leading space replaced by TABS.
4767 (org-recalc-marks, org-table-rotate-recalc-marks)
4768 (org-table-get-specials): Treat "^" and "_" marks.
4769 (org-table-justify-field-maybe): Optional argument NEW.
4770 (org-table-eval-formula): Parsing of the format simplified.
4771 New modes C,I. Honor the %= parameter in the current table.
4772 Avoid unnecessary re-align by using the NEW argument to
4773 `org-table-justify-field-maybe'.
4774 (org-calc-default-modes): Default for date-format mimicks org-mode.
4775 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4776
4777 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4778
4779 * cus-face.el (custom-theme-set-faces): Make it handle face
4780 aliases whose alias declarations are pre- or autoloaded.
4781
4782 2005-07-04 Juri Linkov <juri@jurta.org>
4783
4784 * faces.el (read-face-name): Put the code for getting a face name
4785 from the buffer before adding the faces from the `face' property.
4786 Use `completing-read-multiple' instead of `completing-read'.
4787 Require `crm'. Add default value and post-process the returned
4788 list of faces.
4789
4790 * emacs-lisp/crm.el (crm-find-current-element)
4791 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4792
4793 * emacs-lisp/lisp-mode.el (eval-defun-1):
4794 * emacs-lisp/edebug.el (edebug-eval-defun):
4795 Remove unnecessary quotes.
4796
4797 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4798
4799 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4800 (prolog-indent-level): Fix typo in docstring.
4801
4802 * info.el (Info-history, Info-history-forward)
4803 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4804
4805 * add-log.el (add-change-log-entry):
4806 * comint.el (comint-dynamic-list-input-ring)
4807 (comint-dynamic-list-completions):
4808 * dabbrev.el (dabbrev-expand):
4809 * delim-col.el (delimit-columns-rectangle-line):
4810 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4811 (diff-unified->context):
4812 * ediff-init.el (ediff-abbrev-jobname):
4813 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4814 (ediff-replace-session-activity-marker-in-meta-buffer):
4815 * info.el (Info-summary):
4816 * lpr.el (printify-region):
4817 * printing.el (pr-create-interface):
4818 * ps-print.el (ps-print-quote):
4819 * ses.el (ses-column-widths, ses-print-cell)
4820 (ses-adjust-print-width, ses-center):
4821 * shell.el (shell-file-name-quote-list):
4822 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4823 (strokes-fill-current-buffer-with-whitespace)
4824 (strokes-xpm-for-stroke, strokes-list-strokes)
4825 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4826 * term.el (term-dynamic-list-input-ring)
4827 (term-dynamic-list-completions):
4828 * calc/calc.el (math-format-stack-value):
4829 * emacs-lisp/edebug.el (edebug-display-freq-count):
4830 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4831 (delphi-new-comment-line):
4832 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4833 * progmodes/executable.el (executable-set-magic):
4834 * progmodes/python.el (inferior-python-mode):
4835 * progmodes/scheme.el (scheme-mode-syntax-table):
4836 * progmodes/sh-script.el (sh-maybe-here-document):
4837 * progmodes/sql.el (sql-copy-column):
4838 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4839 * textmodes/bibtex.el (bibtex-mode):
4840 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4841 (sgml-auto-attributes):
4842 * textmodes/table.el (table-insert, table-shorten-cell)
4843 (table--generate-source-scan-lines, table-delete-row)
4844 (*table--cell-delete-char, table--spacify-frame)
4845 (table--horizontally-shift-above-and-below)
4846 (table--cell-insert-char, table--cell-blank-str)
4847 (table--fill-region-strictly):
4848 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4849 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4850
4851 * add-log.el (change-log):
4852 * apropos.el (apropos):
4853 * comint.el (comint-completion, comint-source):
4854 * dabbrev.el (dabbrev):
4855 * delim-col.el (columns):
4856 * diff-mode.el (diff-mode):
4857 * ediff.el (ediff):
4858 * ediff-diff.el (ediff-diff):
4859 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4860 * ediff-mult.el (ediff-mult):
4861 * ediff-ptch.el (ediff-ptch):
4862 * ediff-wind.el (ediff-window):
4863 * facemenu.el (facemenu):
4864 * indent.el (indent):
4865 * info.el (info):
4866 * jka-cmpr-hook.el (compression, jka-compr):
4867 * lpr.el (lpr):
4868 * outline.el (outlines):
4869 * pcmpl-cvs.el (pcmpl-cvs):
4870 * pcmpl-rpm.el (pcmpl-rpm):
4871 * printing.el (printing):
4872 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4873 (ps-print-vertical, ps-print-headers, ps-print-font)
4874 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4875 (ps-print-background, ps-print-printer, ps-print-page)
4876 (ps-print-miscellany):
4877 * ses.el (ses):
4878 * shell.el (shell, shell-directories, shell-faces):
4879 * startup.el (initialization):
4880 * strokes.el (strokes):
4881 * term.el (term):
4882 * uniquify.el (uniquify):
4883 * w32-vars.el (w32):
4884 * calc/calc.el (calc):
4885 * emacs-lisp/bytecomp.el (bytecomp):
4886 * emacs-lisp/cl-indent.el (lisp-indent):
4887 * emacs-lisp/edebug.el (edebug):
4888 * emacs-lisp/elp.el (elp):
4889 * emacs-lisp/testcover.el (testcover):
4890 * emacs-lisp/trace.el (trace):
4891 * emulation/viper-ex.el (viper-ex):
4892 * emulation/viper-mous.el (viper-mouse):
4893 * mail/mailalias.el (mailalias):
4894 * mail/supercite.el (supercite, supercite-frames)
4895 (supercite-attr, supercite-cite, supercite-hooks):
4896 * net/rcompile.el (remote-compile):
4897 * net/rlogin.el (rlogin):
4898 * obsolete/ooutline.el (outlines):
4899 * progmodes/delphi.el (delphi):
4900 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4901 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4902 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4903 (ebnf-optimization):
4904 * progmodes/etags.el (etags):
4905 * progmodes/executable.el (executable):
4906 * progmodes/idlwave.el (idlwave):
4907 * progmodes/pascal.el (pascal):
4908 * progmodes/prolog.el (prolog):
4909 * progmodes/python.el (python):
4910 * progmodes/scheme.el (scheme):
4911 * progmodes/sh-script.el (sh, sh-script):
4912 * progmodes/sql.el (SQL):
4913 * progmodes/tcl.el (tcl):
4914 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4915 * textmodes/enriched.el (enriched):
4916 * textmodes/makeinfo.el (makeinfo):
4917 * textmodes/sgml-mode.el (sgml):
4918 * textmodes/table.el (table-hooks):
4919 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4920 * textmodes/texinfo.el (texinfo):
4921 * textmodes/two-column.el (two-column):
4922 Finish `defgroup' description with period.
4923
4924 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4925 * eshell/esh-var.el (eshell-var):
4926 * progmodes/vhdl-mode.el (vhdl-testbench):
4927 * textmodes/org.el (org): Fix typos in docstrings.
4928
4929 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4930 consistency.
4931
4932 * progmodes/flymake.el (flymake-find-file): Remove.
4933 (flymake-float-time): Use `with-no-warnings'.
4934 (flymake-check-start-time, flymake-check-was-interrupted)
4935 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4936 (flymake-new-err-info): `defvar' at compile time.
4937
4938 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4939
4940 * replace.el (occur-hook): Doc fix.
4941 (occur-1): Don't call `occur-hook' if there are no matches.
4942
4943 2005-07-03 Richard M. Stallman <rms@gnu.org>
4944
4945 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4946 global-map, save the same map.
4947 (global-map): Don't alter it at top level.
4948 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4949 Then alter it here instead.
4950 (tpu-edt-off): Set global-map to the saved one.
4951
4952 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4953 All references simplified.
4954 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4955 (zmacs-regions): Add defvar.
4956 (repeat-complex-command-map): Everything about that deleted.
4957
4958 * textmodes/artist.el (artist-key-is-drawing)
4959 (artist-key-endpoint1, artist-key-poly-point-list)
4960 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4961 (artist-key-compl-table, artist-rb-save-data)
4962 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4963 Don't put them in eval-when-compile.
4964 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4965
4966 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4967 Use with-no-warnings.
4968
4969 * net/browse-url.el (dos-windows-version): Add defvar.
4970
4971 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4972
4973 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4974 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4975 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4976 Add defvar.
4977 (rmail-summary-beginning-of-message): Use with-no-warnings.
4978 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4979
4980 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4981 Use with-no-warnings.
4982
4983 * emulation/vi.el (vi-mark-region): Use c-mark-function.
4984 (c-mark-function): Add point-moving-unit property.
4985 (vi-goto-line): Use with-no-warnings.
4986
4987 * emulation/edt.el (edt-last-copied-word): Add defvar.
4988 (zmacs-region-stays): Likewise.
4989 (edt-mark-section-wisely): Use c-mark-function for C.
4990 Use makr-defun for Fortran.
4991 (time-string): defvar deleted.
4992 (edt-display-the-time): Don't set time-string.
4993
4994 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
4995
4996 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
4997 Don't warn when name is not constant
4998 or for defining the group `emacs'.
4999
5000 * tooltip.el (gud-tooltip-mode): Add defvar.
5001
5002 * startup.el (default-frame-background-mode): Add defvar.
5003
5004 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
5005
5006 * info.el (tool-bar-map): Add defvar.
5007
5008 * dired.el (dnd-protocol-alist): Add defvar.
5009
5010 * dired-aux.el (dired-query): Display question with answer, when
5011 the user answers.
5012
5013 * custom.el (custom-add-option): Doc fix.
5014
5015 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
5016
5017 2005-07-03 Eli Zaretskii <eliz@gnu.org>
5018
5019 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
5020 bogus name from the last change.
5021
5022 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
5023
5024 * custom.el (custom-declare-variable): Fix typos in comment.
5025 (custom-known-themes): Doc fix.
5026 (custom-theme-directory): New defcustom.
5027 (require-theme): Make it check `custom-theme-directory'.
5028
5029 * cus-theme.el (custom-new-theme-mode): New function.
5030 (custom-theme-name, custom-theme-variables, custom-theme-faces)
5031 (custom-theme-description): Add compiler defvars.
5032 (customize-create-theme): Add doc to the "*New Custom Theme*"
5033 buffer. Use `custom-new-theme-mode'.
5034 (custom-theme-write): Put the created buffer in emacs-lisp-mode
5035 and save it to the `custom-theme-directory'. Make this the
5036 default directory of the buffer.
5037
5038 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
5039
5040 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
5041 Fix unbalanced parentheses.
5042
5043 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5044
5045 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
5046 into flymake-mode and delegate to flymake-mode.
5047
5048 * find-file.el (ff-which-function-are-we-in): Clean up.
5049
5050 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
5051
5052 * replace.el (occur-rename-buffer): Fix docstring.
5053
5054 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
5055 (edt-last-copied-word, edt-learn-macro-count)
5056 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
5057 (edt-rect-start-point, edt-user-global-map, rect-start-point)
5058 (time-string, zmacs-region-stays):
5059 * emulation/edt-mapper.el (edt-save-function-key-map)
5060 (EDT-key-name): `defvar' to silence the byte-compiler.
5061
5062 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
5063
5064 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
5065 font-lock-regexp-backslash. Doc fix.
5066 (font-lock-regexp-backslash-grouping-construct): Rename from
5067 font-lock-regexp-backslash-construct. Doc fix.
5068 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
5069 grouping constructs.
5070
5071 2005-07-02 Eli Zaretskii <eliz@gnu.org>
5072
5073 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
5074 updating all the prerequisites.
5075
5076 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
5077
5078 * textmodes/org.el (org-agenda-start-on-weekday)
5079 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
5080 (org-agenda-use-time-grid, org-archive-location)
5081 (org-allow-space-in-links, org-usenet-links-prefer-google)
5082 (org-enable-table-editor, org-export-default-language)
5083 (org-export-html-show-new-buffer, org-fill-paragraph)
5084 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
5085 (org-goto-quit, org-occur, org-eval-in-calendar)
5086 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
5087 (org-agenda-diary-entry, org-remember-help)
5088 (org-table-convert-region, org-at-table-p)
5089 (org-table-move-row-down, org-table-move-row-up)
5090 (org-table-copy-region, org-table-toggle-vline-visibility)
5091 (org-table-get-stored-formulas, org-table-get-specials)
5092 (org-recalc-commands, org-table-eval-formula)
5093 (org-table-formula-substitute-names, orgtbl-make-binding)
5094 (org-format-org-table-html, org-format-table-table-html)
5095 (org-format-table-table-html-using-table-generate-source)
5096 (org-customize): Fix typos in docstrings.
5097 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
5098 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
5099 (org-back-to-heading): Doc fixes.
5100 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
5101 (org-agenda-change-all-lines, org-get-header):
5102 Improve argument/docstring consistency.
5103 (orgtbl-error): Fix error message.
5104
5105 * progmodes/flymake.el (flymake-find-possible-master-files)
5106 (flymake-master-file-compare, flymake-get-line-err-count)
5107 (flymake-highlight-line, flymake-gui-warnings-enabled):
5108 Fix typos in docstrings.
5109 (flymake-parse-line, flymake-get-project-include-dirs-function)
5110 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
5111 Doc fixes.
5112 (flymake-get-project-include-dirs-function)
5113 (flymake-make-err-menu-data):
5114 Improve argument/docstring consistency.
5115
5116 2005-07-01 Lute Kamstra <lute@gnu.org>
5117
5118 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
5119 Catch errors with ignore-errors. Use temporary buffer.
5120 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
5121
5122 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
5123 background color faces.
5124 (facemenu-set-foreground, facemenu-set-background):
5125 Use facemenu-set-face-from-menu.
5126 (facemenu-set-face-from-menu): Treat face names that start with
5127 "fg:" or "bg:" as special.
5128 (facemenu-add-new-color): Don't create faces. Simplify.
5129
5130 2005-06-30 Richard M. Stallman <rms@gnu.org>
5131
5132 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
5133 (crm-find-current-element): Likewise.
5134
5135 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
5136
5137 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
5138
5139 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5140
5141 * arc-mode.el (archive-extract): Make it work as a mouse binding.
5142 (archive-mouse-extract): Make it an obsolete alias.
5143 (archive-mode-map): Don't use archive-mouse-extract any more.
5144 (archive-mode, archive-extract): write-contents-hooks ->
5145 write-contents-functions.
5146 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
5147 first arg.
5148 (archive-rename-entry): Update the call.
5149 (archive-zip-summarize): Remove unused var `method'.
5150 (archive-lzh-summarize): Remove unused var `creator'.
5151
5152 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
5153 dedicated frame upon exit.
5154
5155 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
5156 (archive-zip-extract, archive-zip-expunge)
5157 (archive-zip-update, archive-zip-update-case): Use executable-find.
5158 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
5159 Use restore-buffer-modified-p.
5160 (archive-extract, archive-add-new-member, archive-write-file-member):
5161 Use with-current-buffer.
5162 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
5163
5164 2005-06-30 Andreas Schwab <schwab@suse.de>
5165
5166 * progmodes/gud.el (gud-filter): Remove unneeded progn.
5167
5168 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5169
5170 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
5171
5172 2005-06-30 Juri Linkov <juri@jurta.org>
5173
5174 * faces.el (vertical-border): Inherit from mode-line-inactive
5175 only on tty.
5176
5177 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
5178
5179 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
5180 example, -NLINES in the `occur' docstring).
5181
5182 * replace.el (occur-1): When no matches are found, do not set the
5183 `buffer-read-only' and modified flags for the occur buffer,
5184 because it is deleted.
5185
5186 * emulation/cua-base.el (cua-check-pending-input)
5187 (cua-repeat-replace-region, cua-mode, cua-debug)
5188 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5189 Fix typos in docstrings.
5190
5191 * emulation/cua-gmrk.el (cua-toggle-global-mark)
5192 (cua-cut-region-to-global-mark)
5193 (cua--cut-rectangle-to-global-mark):
5194 Remove period from end of messages.
5195
5196 * emulation/cua-rect.el (cua-do-rectangle-padding):
5197 Remove period from end of messages.
5198 (cua--rectangle-seq-format): Fix typo in docstring.
5199 (cua-sequence-rectangle, cua-fill-char-rectangle):
5200 Improve argument/docstring consistency.
5201
5202 2005-06-29 Juri Linkov <juri@jurta.org>
5203
5204 * faces.el (default-frame-background-mode): New internal variable.
5205 (frame-set-background-mode): Use it.
5206
5207 * startup.el (normal-top-level): Set default-frame-background-mode
5208 instead of frame-background-mode. Before setting it, test for its
5209 nil value. Remove tests for frame-background-mode and frame
5210 parameter `reverse'. Add test for "unspecified-fg".
5211
5212 * term/xterm.el (xterm-rxvt-set-background-mode):
5213 * term/rxvt.el (rxvt-set-background-mode):
5214 Set default-frame-background-mode instead of frame-background-mode.
5215
5216 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5217
5218 * simple.el (set-variable): Warn about obsolete user variables.
5219
5220 * imenu.el (imenu--completion-buffer):
5221 * mouse.el (mouse-buffer-menu-alist):
5222 * msb.el (msb-invisible-buffer-p):
5223 * calendar/diary-lib.el (diary-header-line-format):
5224 * emacs-lisp/pp.el (pp-buffer):
5225 * progmodes/cperl-mode.el (cperl-do-auto-fill):
5226 * textmodes/picture.el (picture-replace-match):
5227 Change space constants followed by a sexp to "?\s ".
5228
5229 * play/decipher.el (decipher-loop-with-breaks):
5230 * textmodes/texinfo.el (texinfo-insert-@item): Change space
5231 constants "protected" from end of line by a comment to "?\s".
5232
5233 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5234
5235 * font-lock.el (save-buffer-state): Use `declare'.
5236
5237 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5238 reset the syntax-table to cperl-mode-syntax-table.
5239 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5240 "foo_print_bar" is not matched as a reserved keyword.
5241
5242 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
5243
5244 * textmodes/org.el (orgtbl-setup): New function, for delayed
5245 setup for the orgtbl commands.
5246 (org-calc-default-modes): New option.
5247 (orgtbl-make-binding): Use `defun' to get better help display.
5248 (org-diary): Call `org-compile-prefix-format'.
5249 (org-table-formula-substitute-names): New function.
5250 (org-agenda-day-view, org-agenda-week-view): New commands.
5251 (org-agenda-toggle-week-view): Command removed.
5252 (org-tbl-menu): Split off from org-org-menu.
5253 (org-mode): Move removal of outline-mode menus to here.
5254 (org-table-formula-debug): New option.
5255 (org-table-insert-row): Keep first field if just "#" or "*".
5256 (org-mode): Paragraph regexps fixed.
5257 (org-table-recalculate-regexp): New constant.
5258 (org-table-justify-field-maybe): Avoid replace if not necessary.
5259 (org-copy-special, org-cut-special): Use `call-interactively'.
5260 (org-table-copy-region): Take region from `interactive' call.
5261 (org-trim): Return string even if no match.
5262 (org-formula): New face.
5263 (org-set-font-lock-defaults): No longer highlight "FIXME".
5264 But highlight formula-related fields in table.
5265 (org-table-p): Use regexp, not fontification.
5266 (org-table-align): Handle white space at end of line.
5267 (org-table-formula-evaluate-inline): New option.
5268 (org-mode): Auto-wrapping in comment lines turned off.
5269 (org-table-copy-down): Evaluate only in copied field, not in
5270 destination.
5271 (org-table-current-formula): Variable removed.
5272 (org-table-store-formulas, org-table-get-stored-formulas)
5273 (org-table-modify-formulas, org-table-replace-in-formulas)
5274 (org-table-maybe-eval-formula): New functions.
5275 (org-table-get-formula): Modify to use stored formulas.
5276 (org-table-insert-column, org-table-delete-column)
5277 (org-table-move-column): Call `org-table-modify-formulas'.
5278 (org-complete): Add completion for keyword formulas.
5279 (orgtbl-mode): Pull orgtbl-mode-map to start of
5280 minor-mode-map-alist.
5281
5282 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5283
5284 * progmodes/python.el (python-check): Require `compile' before
5285 modifying its variables.
5286
5287 * newcomment.el (comment-indent-default): Don't get fooled by an early
5288 end of buffer.
5289
5290 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5291
5292 * ps-print.el (ps-print-version): Fix version number.
5293
5294 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
5295
5296 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5297
5298 2005-06-28 Richard M. Stallman <rms@gnu.org>
5299
5300 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5301 (flyspell-local-mouse-map): Declaration deleted.
5302 (flyspell-mouse-map): Bind only mouse-2.
5303 (flyspell-mode-map): Don't test flyspell-use-local-map.
5304 (flyspell-overlay-keymap-property-name): Var deleted.
5305 (flyspell-mode-on): Don't make local bindings for
5306 flyspell-mouse-map and flyspell-mode-map.
5307 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5308
5309 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5310
5311 * progmodes/compile.el (compilation-next-error-function):
5312 Don't switch buffers; operate on the current buffer.
5313
5314 * progmodes/compile.el (compilation-error-file-name)
5315 (compilation-warning-file-name, compilation-info-file-name)
5316 (compilation-line-number, compilation-column-number): New faces.
5317 (compilation-error-face, compilation-warning-face)
5318 (compilation-info-face, compilation-line-face)
5319 (compilation-column-face): Use them.
5320
5321 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5322
5323 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5324
5325 * bindings.el (global-map): Bind insertchar and its variants.
5326
5327 2005-06-27 Richard M. Stallman <rms@gnu.org>
5328
5329 * textmodes/artist.el (artist-text-overwrite)
5330 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5331
5332 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5333
5334 * ps-print.el: It was not working the page selection for printing.
5335 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5336 (ps-print-version): New version 6.6.7.
5337 (ps-end-sheet): New fun.
5338 (ps-header-sheet, ps-end-job): Call it.
5339
5340 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5341
5342 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5343
5344 2005-06-27 Lute Kamstra <lute@gnu.org>
5345
5346 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5347 background color faces.
5348 (facemenu-get-face): Delete function.
5349 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5350 (facemenu-add-new-color): Make second argument mandatory.
5351 Create the appropriate face and return it. Simplify.
5352 (facemenu-set-foreground, facemenu-set-background): Don't check if
5353 color is defined. Use return value of facemenu-add-new-color.
5354
5355 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5356
5357 * progmodes/gud.el (gud-filter): Add missing argument to
5358 with-selected-window.
5359
5360 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5361
5362 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5363 a :require to the defcustom.
5364
5365 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5366 defcustoms corresponding to minor modes.
5367
5368 2005-06-26 David Ponce <david@dponce.com>
5369
5370 * recentf.el: Require tree-widget instead of wid-edit.
5371 (recentf-filename-handler): Fix widget :type.
5372 (recentf-cancel-dialog, recentf-open-more-files)
5373 (recentf-open-files-action): Doc fix.
5374 (recentf-dialog-goto-first): New function.
5375 (recentf-dialog-mode-map): Set parent keymap first.
5376 (recentf-dialog-mode): Define with define-derived-mode.
5377 Don't display continuation lines in dialogs.
5378 (recentf-edit-list): Rename from recentf-edit-selected-items.
5379 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5380 Simplify.
5381 (recentf-edit-list-validate): New function.
5382 (recentf-edit-list): Update accordingly.
5383 (recentf-open-files-item-shift): Remove.
5384 (recentf-open-files-item): Convert menu elements into tree and
5385 link widgets. Don't create the widgets.
5386 (recentf-open-files): Update accordingly.
5387 (recentf-save-list): Untabify.
5388
5389 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5390
5391 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5392 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5393 partially contained in the active region. Do not take active
5394 region into account when called from Lisp, unless INTERACTIVE arg
5395 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5396 avoid trouble with fields. Make marker point nowhere when no
5397 longer used. Always return nil. Doc fix.
5398 (flush-lines): Add INTERACTIVE arg. Do not take active region
5399 into account when called from Lisp, unless INTERACTIVE arg is
5400 non-nil. Use `forward-line' instead of `beginning-of-line' to
5401 avoid trouble with fields. Make marker point nowhere when no
5402 longer used. Always return nil. Doc fix.
5403 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5404 interchangeable. Do not take active region into account when
5405 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5406 message in echo area when called from Lisp, unless INTERACTIVE arg
5407 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5408 Return the number of matches. Doc fix.
5409 (occur): Doc fix.
5410 (perform-replace): Make comment follow double space convention for
5411 the sake of `outline-minor-mode'.
5412
5413 * faces.el (facep): Doc fix.
5414
5415 2005-06-25 Richard M. Stallman <rms@gnu.org>
5416
5417 * facemenu.el (facemenu-enable-faces-p): New function.
5418 (facemenu-background-menu, facemenu-foreground-menu)
5419 (facemenu-face-menu): Add menu-enable property.
5420
5421 * jka-compr.el (jka-compr-insert-file-contents):
5422 Special handling if cannot find the uncompression program.
5423
5424 * cus-face.el (custom-face-attributes): Add autoload.
5425
5426 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5427 Bind comment-indent-function locally.
5428
5429 * window.el (save-selected-window): Use save-current-buffer.
5430
5431 * subr.el (with-selected-window): Use save-current-buffer.
5432
5433 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5434 and with-current-buffer.
5435
5436 2005-06-24 Richard M. Stallman <rms@gnu.org>
5437
5438 * simple.el (line-move-1): Fix previous change.
5439
5440 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5441
5442 * replace.el (occur-1): Set `buffer-read-only' and the
5443 buffer-modified flag before running `occur-hook' to protect
5444 against unintentional buffer switches that can lead to data loss.
5445
5446 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5447
5448 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5449 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5450 initial error.
5451
5452 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5453 after fresh input.
5454 (gdb-var-create-handler): Put name of expression in quotes.
5455
5456 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5457
5458 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5459 elements of RING in order, and without bogus nil elements.
5460
5461 2005-06-23 Richard M. Stallman <rms@gnu.org>
5462
5463 * simple.el (set-variable): Args renamed; doc fix.
5464 (line-move-1): When there are overlays around, use vertical-motion.
5465
5466 * faces.el (escape-glyph): Use brown against light background.
5467 (nobreak-space): Rename from no-break-space.
5468 Fix previous change.
5469
5470 * dired-aux.el (dired-do-copy): Fix arg prompt.
5471
5472 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5473
5474 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5475
5476 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5477 rather than "Distributor".
5478
5479 2005-06-23 Lute Kamstra <lute@gnu.org>
5480
5481 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5482 (debug-on-entry): Use it. New interactive declaration that uses
5483 function-called-at-point.
5484
5485 2005-06-23 Kim F. Storm <storm@cua.dk>
5486
5487 * subr.el (save-match-data): Add comment about using evaporate arg
5488 to set-match-data.
5489
5490 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5491
5492 * cus-edit.el (customize-face)
5493 (customize-face-other-window): Handle face aliases.
5494
5495 * faces.el (face-documentation, set-face-attribute)
5496 (face-spec-set): Handle face aliases.
5497
5498 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5499
5500 * help-mode.el (help-make-xrefs): If a symbol representing a face
5501 name is not followed by the word "face", it could still be a
5502 function or variable name, so don't bypass other checks.
5503
5504 2005-06-22 Juri Linkov <juri@jurta.org>
5505
5506 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5507 Replace aliased functions with calls where second arg `inherit' is t.
5508
5509 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5510
5511 * progmodes/gdb-ui.el (gdb-error): New variable.
5512 (gdb-error): New function.
5513 (gdb-annotation-rules): Act on error-begin and error annotations.
5514 (gdb-concat-output): Use font-lock-warning-face for errors.
5515
5516 2005-06-22 Miles Bader <miles@gnu.org>
5517
5518 * bindings.el (propertized-buffer-identification): Use renamed
5519 `Buffer-menu-buffer' face.
5520
5521 * faces.el (vertical-border): Rename from `vertical-divider'.
5522 (escape-glyph): Change dark-background color back to `cyan'.
5523
5524 2005-06-21 Juri Linkov <juri@jurta.org>
5525
5526 * faces.el (face-user-default-spec): Try getting `customized-face'
5527 prior to `saved-face'.
5528 (frame-background-mode): Refill docstring.
5529
5530 * emacs-lisp/lisp-mode.el (eval-defun-1):
5531 * emacs-lisp/edebug.el (edebug-eval-defun):
5532 Set `saved-face' temporarily to nil before calling form.
5533 Set `customized-face' to the new spec after that.
5534
5535 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5536
5537 * subr.el (1value, lambda, key-substitution-in-progress):
5538 Doc fixes.
5539
5540 * autoinsert.el (auto-insert-alist):
5541 * ses.el (ses-call-printer):
5542 * subr.el (noreturn):
5543 * emacs-lisp/lisp.el (check-parens):
5544 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5545 * net/browse-url.el (browse-url-mosaic):
5546 * progmodes/cc-defs.el (c-safe-scan-lists):
5547 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5548 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5549 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5550 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5551 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5552 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5553
5554 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5555
5556 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5557
5558 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5559
5560 * calendar/appt.el (appt-make-list): Activate the package, if
5561 not already active (for backwards compatibility).
5562
5563 2005-06-20 Kim F. Storm <storm@cua.dk>
5564
5565 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5566
5567 2005-06-20 Miles Bader <miles@gnu.org>
5568
5569 * faces.el (vertical-divider): New face.
5570
5571 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5572
5573 * simple.el (kill-whole-line): Doc fix.
5574 (next-error-buffer-p, next-error-find-buffer)
5575 (clone-indirect-buffer): Fix typos in docstrings.
5576 (comment-line-break-function): Doc fix: don't say variable
5577 is automatically buffer-local (it isn't).
5578
5579 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5580
5581 * net/tramp-ftp.el (top):
5582 * net/tramp-smb.el (top):
5583 * net/tramp-util.el (top):
5584 * net/tramp-uu.el (top):
5585 * net/tramp-vc.el (top):
5586 * net/tramp.el (top): Revert copyright years back to original
5587 ones. Tramp has a life outside GNU Emacs.
5588
5589 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5590
5591 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5592
5593 2005-06-18 Juri Linkov <juri@jurta.org>
5594
5595 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5596 end of first regexp to limit the match to the position between
5597 line number and source line with same separator character as used
5598 between file name and line number. In the second regexp limit
5599 mouse-face area to file name and line number by adding new group
5600 for them and referring it in HYPERLINK arg.
5601 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5602 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5603 previous line where grep markers may be already removed.
5604
5605 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5606
5607 * progmodes/ps-mode.el: Update version and maintainer's email address.
5608
5609 2005-06-18 Steve Youngs <steve@xemacs.org>
5610
5611 * net/browse-url.el (browse-url-browser-function)
5612 (browse-url-default-browser): Add firefox.
5613 (browse-url-firefox-program, browse-url-firefox-arguments)
5614 (browse-url-firefox-startup-arguments)
5615 (browse-url-firefox-new-window-is-tab): New defcustoms.
5616 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5617
5618 2005-06-17 Richard M. Stallman <rms@gnu.org>
5619
5620 * startup.el (command-line): Warn if specified user name has
5621 no home directory.
5622
5623 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5624 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5625
5626 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5627 Doc fixes.
5628
5629 * faces.el (underline): Try bold if terminal doesn't support underline.
5630
5631 * mail/sendmail.el (mail-setup-with-from): New variable.
5632 (mail-insert-from-field): New function.
5633 (sendmail-send-it): Call it.
5634 (mail-setup): Optionally call it here.
5635
5636 * term/linux.el: Call tty-no-underline.
5637
5638 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5639
5640 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5641
5642 2005-06-17 Miles Bader <miles@gnu.org>
5643
5644 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5645 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5646 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5647 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5648 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5649 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5650 Remove "-face" suffix from face names.
5651 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5652 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5653 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5654 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5655 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5656 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5657 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5658 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5659 New backward-compatibility aliases for renamed faces.
5660 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5661 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5662 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5663 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5664 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5665 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5666 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5667 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5668 Use renamed ediff faces.
5669
5670 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5671 Remove "-face" suffix from face names.
5672 (eshell-test-ok-face, eshell-test-failed-face):
5673 New backward-compatibility aliases for renamed faces.
5674 (eshell-run-test): Use renamed eshell-test faces.
5675
5676 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5677 face name.
5678 (eshell-prompt-face): New backward-compatibility alias for renamed
5679 face.
5680 (eshell-emit-prompt): Use renamed eshell-prompt face.
5681
5682 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5683 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5684 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5685 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5686 Remove "-face" suffix from face names.
5687 (eshell-ls-directory-face, eshell-ls-symlink-face)
5688 (eshell-ls-executable-face, eshell-ls-readonly-face)
5689 (eshell-ls-unreadable-face, eshell-ls-special-face)
5690 (eshell-ls-missing-face, eshell-ls-archive-face)
5691 (eshell-ls-backup-face, eshell-ls-product-face)
5692 (eshell-ls-clutter-face):
5693 New backward-compatibility aliases for renamed faces.
5694 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5695
5696 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5697 Remove "-face" suffix from face name.
5698 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5699 instead of literal face.
5700
5701 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5702
5703 * emacs-lisp/warnings.el (display-warning, lwarn)
5704 (warning-minimum-log-level): Doc fixes.
5705 (warning-minimum-level, warning-minimum-log-level):
5706 Add :debug to :type choices.
5707
5708 * progmodes/ada-mode.el (ada-format-paramlist)
5709 (ada-get-indent-case, ada-check-matching-start)
5710 (ada-check-defun-name, ada-goto-matching-decl-start)
5711 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5712 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5713 (ada-make-subprogram-body): Follow error conventions.
5714 (ada-case-exception-file, ada-indent-comment-as-code)
5715 (ada-indent-handle-comment-special, ada-indent-renames)
5716 (ada-indent-return, ada-search-directories-internal)
5717 (ada-tab-policy, ada-case-exception-substring)
5718 (ada-other-file-alist, ada-matching-start-re)
5719 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5720 (ada-imenu-generic-expression, ada-compile-goto-error)
5721 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5722 (ada-popup-menu, ada-add-extensions, ada-mode)
5723 (ada-region-selected, ada-create-case-exception)
5724 (ada-create-case-exception-substring, ada-after-keyword-p)
5725 (ada-activate-keys-for-case, ada-adjust-case-region)
5726 (ada-adjust-case-buffer, ada-format-paramlist)
5727 (ada-scan-paramlist, ada-insert-paramlist)
5728 (ada-indent-newline-indent)
5729 (ada-indent-newline-indent-conditional)
5730 (ada-justified-indent-current, ada-goto-previous-word)
5731 (ada-indent-current, ada-get-indent-open-paren)
5732 (ada-get-indent-paramlist, ada-get-indent-end)
5733 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5734 (ada-get-indent-block-start, ada-get-indent-subprog)
5735 (ada-get-indent-noindent, ada-get-indent-label)
5736 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5737 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5738 (ada-goto-stmt-end, ada-goto-next-word)
5739 (ada-check-matching-start, ada-check-defun-name)
5740 (ada-goto-matching-decl-start, ada-goto-matching-start)
5741 (ada-goto-matching-end, ada-search-ignore-string-comment)
5742 (ada-in-decl-p, ada-looking-at-semi-or)
5743 (ada-looking-at-semi-private, ada-in-paramlist-p)
5744 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5745 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5746 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5747 (ada-previous-package, ada-create-menu)
5748 (ada-fill-comment-paragraph-justify)
5749 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5750 (ada-other-file-name, ada-last-which-function-line)
5751 (ada-last-which-function-subprog, ada-which-function)
5752 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5753 (ada-gen-treat-proc, ada-check-emacs-version)
5754 (ada-continuation-indent, ada-align-region-separate):
5755 Fix typos in docstrings.
5756 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5757
5758 2005-06-16 Lute Kamstra <lute@gnu.org>
5759
5760 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5761 conditionally.
5762
5763 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5764
5765 * comint.el (comint-replace-by-expanded-filename)
5766 (comint-prompt-regexp, comint-delimiter-argument-list)
5767 (comint-preinput-scroll-to-bottom):
5768 * info.el (Info-hide-cookies-node):
5769 * ls-lisp.el (ls-lisp-classify):
5770 * find-file.el (ff-search-directories, ff-special-constructs)
5771 (ff-find-other-file):
5772 * font-lock.el (font-lock-keywords):
5773 * shell.el (shell-prompt-pattern)
5774 (shell-dynamic-complete-functions, shell-mode)
5775 (shell-delimiter-argument-list):
5776 * term.el (term-replace-by-expanded-filename)
5777 (term-prompt-regexp, term-delimiter-argument-list):
5778 * woman.el (woman-ignore, woman0-if):
5779 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5780 * emacs-lisp/elint.el (elint-init-env):
5781 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5782 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5783 * language/ethio-util.el (ethio-tilde-escape)
5784 (ethio-use-three-dot-question):
5785 * net/zone-mode.el (zone-mode-load-time-setup):
5786 * progmodes/cc-align.el (c-lineup-argcont):
5787 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5788 * progmodes/cperl-mode.el (cperl-set-style-back):
5789 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5790 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5791 Fix spellings in docstrings.
5792
5793 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5794 * progmodes/modula2.el (m2-for): Fix spellings.
5795
5796 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5797
5798 * simple.el (undo-more): Don't use `format' on `error' arguments.
5799 Improve argument/docstring consistency.
5800 (pending-undo-list): Doc fix.
5801
5802 * smerge-mode.el (smerge-ensure-match):
5803 * emulation/vip.el (vip-ex):
5804 * net/zone-mode.el (zone-mode-update-serial):
5805 * progmodes/idlwave.el (idlwave-complete):
5806 * progmodes/vhdl-mode.el (vhdl-visit-file)
5807 (vhdl-compose-wire-components):
5808 Don't use `format' on `error' arguments.
5809
5810 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5811 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5812 (tooltip-help-tips): Fix typos in docstrings.
5813
5814 2005-06-16 David Ponce <david@dponce.com>
5815
5816 * tree-widget.el (tree-widget-value-create): Simplify last change.
5817
5818 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5819
5820 * ido.el (ido-incomplete-regexp): New variable.
5821 (ido-set-matches-1): Handle invalid-regexp error and set
5822 ido-incomplete-regexp.
5823 (ido-incomplete-regexp): New face.
5824 (ido-completions): Use it.
5825 (ido-complete, ido-exit-minibuffer, ido-completions):
5826 Handle incomplete regexps.
5827 (ido-completions): Add check for complete match when entering a regexp.
5828
5829 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5830
5831 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5832
5833 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5834
5835 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5836 by field delimiters.
5837
5838 2005-06-15 David Ponce <david@dponce.com>
5839
5840 * tree-widget.el: eval-and-compile inlined functions so they will
5841 be available at run-time too.
5842 (tree-widget-super-format-handler)
5843 (tree-widget-format-handler): Remove.
5844 (tree-widget-value-create): Handle the :indent property.
5845
5846 2005-06-15 Miles Bader <miles@gnu.org>
5847
5848 * progmodes/which-func.el (which-func): Only inherit
5849 `font-lock-function-name-face' when that makes sense against the
5850 default mode-line face, otherwise set the face color explicitly.
5851
5852 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5853 faces instead of (non-existent) variables.
5854
5855 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5856
5857 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5858 (iswitchb-get-matched-buffers): Likewise. Simplify.
5859
5860 2005-06-14 Miles Bader <miles@gnu.org>
5861
5862 * progmodes/ld-script.el (ld-script-location-counter):
5863 Remove "-face" suffix from face name.
5864 (ld-script-location-counter-face):
5865 New backward-compatibility alias for renamed face.
5866 (ld-script-location-counter-face): Use renamed face.
5867
5868 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5869 (cperl-hash): Remove "-face" suffix from face names.
5870 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5871 New backward-compatibility aliases for renamed faces.
5872 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5873 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5874
5875 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5876 name.
5877 (which-func-face): New backward-compatibility alias for renamed face.
5878 (which-func-format): Use renamed which-func face.
5879
5880 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5881 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5882 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5883 names.
5884 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5885 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5886 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5887 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5888 (vhdl-speedbar-architecture-selected)
5889 (vhdl-speedbar-configuration-selected)
5890 (vhdl-speedbar-package-selected)
5891 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5892 names.
5893 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5894 Use renamed faces.
5895 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5896 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5897 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5898 Use renamed faces.
5899 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5900 names.
5901 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5902 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5903 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5904 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5905 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5906 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5907
5908 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5909 face name.
5910 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5911 (sh-heredoc-face): Use renamed sh-heredoc face.
5912
5913 * progmodes/idlw-help.el (idlwave-help-link):
5914 Remove "-face" suffix from face name.
5915 (idlwave-help-link-face):
5916 New backward-compatibility alias for renamed face.
5917 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5918
5919 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5920 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5921 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5922 New backward-compatibility aliases for renamed faces.
5923 (idlwave-shell-disabled-breakpoint-face)
5924 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5925
5926 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5927 Remove "-face" suffix from face names.
5928 (flymake-errline-face, flymake-warnline-face):
5929 New backward-compatibility aliases for renamed faces.
5930 (flymake-highlight-line): Use renamed flymake faces.
5931
5932 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5933 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5934 (ebrowse-member-class, ebrowse-progress):
5935 Remove "-face" suffix from face names.
5936 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5937 (ebrowse-file-name-face, ebrowse-default-face)
5938 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5939 (ebrowse-progress-face):
5940 New backward-compatibility aliases for renamed faces.
5941 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5942 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5943 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5944 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5945
5946 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5947 antlr-syntax)
5948 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5949 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5950 names.
5951 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5952 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5953 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5954 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5955 backward-compatibility aliases for renamed faces.
5956 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5957 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5958 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5959 remove "font-lock-". Use renamed antlr-mode faces.
5960 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5961 literal face-names with face variable references.
5962
5963 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5964 face name.
5965 (Buffer-menu-buffer-face): New backward-compatibility alias for
5966 renamed face.
5967 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5968
5969 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5970
5971 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5972 Eliminate "-face" suffix.
5973 (makefile-targets): Inherit from font-lock-function-name-face and
5974 eliminate "-face" suffix.
5975 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5976 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5977 actions, instead of prepending, to make it less visible.
5978 (makefile-previous-dependency, makefile-match-dependency):
5979 Don't match a target on a continuation line.
5980
5981 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5982
5983 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
5984
5985 * progmodes/gdb-ui.el (menu): Re-order menu items.
5986 (gdb-tooltip-print): Respect tooltip-use-echo-area.
5987
5988 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
5989 Define in tooltip.el.
5990 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
5991 (gud-tooltip-tips): Respect tooltip-use-echo-area and
5992 gud-tooltip-echo-area.
5993
5994 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
5995 backward compatibility and make obsolete.
5996 (tooltip-help-tips): Use tooltip-use-echo-area.
5997 (tooltip-show-help-function): Rename to...
5998 (tooltip-show-help): ...this, because it is a function.
5999 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
6000
6001 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6002
6003 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
6004 (edebug-print-length, edebug-print-level, edebug-print-circle)
6005 (edebug-modify-breakpoint, edebug-eval-last-sexp)
6006 (edebug-eval-print-last-sexp): Doc fixes.
6007
6008 2005-06-14 Kim F. Storm <storm@cua.dk>
6009
6010 * ido.el (ido-mode): Make a new keymap every time we enable ido,
6011 as the coverage buffer/file/both may change.
6012
6013 2005-06-14 Lute Kamstra <lute@gnu.org>
6014
6015 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
6016 and run-mode-hooks. Simplify.
6017
6018 * mail/rmailedit.el (rmail-edit-mode):
6019 * progmodes/octave-inf.el (inferior-octave-mode):
6020 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
6021
6022 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
6023 and run-mode-hooks.
6024 (recentf-edit-list, recentf-open-files): Don't call
6025 kill-all-local-variables directly.
6026
6027 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
6028
6029 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
6030
6031 * emacs-lisp/byte-run.el (make-obsolete)
6032 (define-obsolete-function-alias): Rename arguments FUNCTION and
6033 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
6034 (make-obsolete-variable, define-obsolete-variable-alias):
6035 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
6036 respectively.
6037
6038 * isearchb.el (isearchb-activate):
6039 * pcvs.el (cvs-mode):
6040 * ses.el (ses-load):
6041 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
6042 * net/tramp.el (tramp-find-file-exists-command)
6043 (tramp-find-shell):
6044 * progmodes/ada-mode.el (ada-create-case-exception)
6045 (ada-create-case-exception-substring, ada-make-subprogram-body):
6046 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6047 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
6048 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
6049 * textmodes/org.el (org-promote, org-evaluate-time-range)
6050 (org-agenda-next-date-line, org-agenda-previous-date-line)
6051 (org-agenda-error, org-open-at-point, org-table-move-row)
6052 (org-format-table-table-html-using-table-generate-source)
6053 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
6054 * textmodes/reftex.el (reftex-access-scan-info):
6055 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
6056 (reftex-toc-promote-prepare): Follow error conventions.
6057
6058 * diff-mode.el (diff-mode): Fix typo in docstring.
6059
6060 * forms.el (forms--intuit-from-file): Fix reference to
6061 `forms-number-of-fields' in error message.
6062 (forms-print): Fix quoting in error message.
6063
6064 * forms.el (forms-mode):
6065 * emulation/vi.el (vi-goto-insert-state):
6066 * progmodes/flymake.el (flymake-new-err-info)
6067 (flymake-start-syntax-check-for-current-buffer)
6068 (flymake-simple-cleanup):
6069 * eshell/esh-var.el (eshell/export):
6070 * progmodes/gud.el (xdb):
6071 * textmodes/flyspell.el (flyspell-incorrect-hook)
6072 (flyspell-maybe-correct-transposition)
6073 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
6074
6075 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
6076
6077 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
6078 minibuffer prompt.
6079
6080 2005-06-13 Kim F. Storm <storm@cua.dk>
6081
6082 * subr.el (add-to-ordered-list): New defun.
6083
6084 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
6085 add cua--keymap-alist to emulation-mode-map-alists.
6086
6087 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6088
6089 * subr.el (complete-in-turn): New macro.
6090 (dynamic-completion-table, lazy-completion-table): Add debug info.
6091
6092 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
6093 in preference to face aliases.
6094
6095 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
6096 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
6097 Remove unused vars `start' and `firstline'.
6098 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
6099 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
6100
6101 2005-06-13 Eli Zaretskii <eliz@gnu.org>
6102
6103 * cus-start.el (all): Don't complain about missing GTK-related
6104 variables, unless either `gtk' is boundp or this isn't a
6105 `windows-nt' build.
6106
6107 2005-06-13 Lute Kamstra <lute@gnu.org>
6108
6109 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
6110 run-mode-hooks.
6111
6112 * ediff-mult.el (ediff-meta-mode):
6113 * ediff-util.el (ediff-mode): Use run-mode-hooks.
6114
6115 * ledit.el (ledit-mode): Use delay-mode-hooks.
6116
6117 * woman.el (woman-mode-line-format): Delete constant.
6118 (woman-mode-map): Initialize it properly.
6119 (woman-mode): Set mode-class property to special.
6120 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
6121 Set major-mode and mode-name. Don't set mode-line-format directly.
6122 (Man-getpage-in-background): Don't reference woman-mode-line-format.
6123
6124 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
6125 string argument obsolete.
6126
6127 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
6128
6129 * textmodes/org.el (org-CUA-compatible): New option.
6130 (org-disputed-keys): New variable.
6131 (org-key): New function.
6132 (orgtbl-make-binding): Add docstring to the created function.
6133 (org-mode): Set paragraph start/separate regexps.
6134 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
6135 (org-archive-location, org-archive-mark-done)
6136 (org-archive-stamp-time): New options.
6137 (org-archive-subtree): New command.
6138 (org-fill-paragraph): New function.
6139 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
6140 (org-fake-empty-table-line): Function removed.
6141 (org-format-org-table-html): Do not create empty table lines at
6142 separator lines. Improved table header treatment.
6143 (org-link-format): New option.
6144 (org-make-link): New function.
6145 (org-insert-link, org-store-link): Use org-make-link.
6146 (org-open-file): Quote file name for shell command, to allow
6147 spaces in file names.
6148 (org-link-regexp): Fix bug with mailto link.
6149 (org-link-maybe-angles-regexp, org-protected-link-regexp):
6150 New constants.
6151 (org-export-as-html): Deal with the optional angles around a link.
6152 Better treatment of file: links.
6153 (org-open-at-point): Replace @{ and @} with < and >.
6154 (org-run-mode-hooks): Function removed.
6155 (org-agenda-mode): No longer use `org-run-mode-hooks'.
6156
6157 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
6158
6159 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
6160 MI command -data-list-register-values.
6161 (gdb-post-prompt): Indent properly.
6162
6163 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
6164
6165 * hilit-chg.el (highlight-changes-colors): Rename from
6166 `highlight-changes-colours'.
6167 (highlight-changes-colours): Keep as obsolete alias.
6168 (highlight-changes-face-list): Doc fix.
6169 (hilit-chg-make-list): Use `highlight-changes-colors'.
6170
6171 2005-06-12 Mark A. Hershberger <mah@everybody.org>
6172
6173 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
6174 defun-prompt-regexp.
6175
6176 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6177
6178 * loadup.el: Don't say we are dumping under 2 names on windows-nt
6179 and cygwin.
6180
6181 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6182 Don't use an old loaddefs.el, as in Makefile.in.
6183
6184 2005-06-12 Lute Kamstra <lute@gnu.org>
6185
6186 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6187
6188 * man.el (Man-mode-map): Initialize it properly.
6189 (Man-mode): Set mode-class property to special.
6190
6191 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6192
6193 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6194
6195 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6196 A newline is needed in the docstring there.
6197
6198 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6199 Doc fixes.
6200
6201 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6202
6203 * printing.el: Doc fix. The menubar is no more changed when printing
6204 is loaded, it only changes when pr-menu-bind or pr-update-menus is
6205 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
6206 (pr-version): New version number (6.8.4).
6207 (pr-menu-bind): New command.
6208 (pr-update-menus): Docstring and code fix.
6209 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6210 Docstring fix.
6211 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6212 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6213
6214 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
6215
6216 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6217 "Returns" to "return", document useful return values, etc.
6218
6219 2005-06-11 Alan Mackenzie <acm@muc.de>
6220
6221 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6222 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6223 (adaptive-file-function): Minor amendment to doc-string.
6224
6225 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6226
6227 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
6228 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6229 Fix :type--it is `integer', not `string'.
6230
6231 * faces.el (modeline-highlight): Rename from (the erroneous)
6232 `modeline-higilight'.
6233
6234 2005-06-11 Lute Kamstra <lute@gnu.org>
6235
6236 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6237 lisp-interaction-mode-map but make it the parent.
6238 (edebug-eval-mode): Use define-derived-mode.
6239
6240 2005-06-11 Andreas Schwab <schwab@suse.de>
6241
6242 * bindings.el: Add binding of `ESC functionkey' for every
6243 `M-functionkey'.
6244 * hexl.el (hexl-mode-map): Likewise.
6245
6246 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
6247
6248 * progmodes/compile.el (compilation-error-regexp-alist-alist)
6249 [msft]: update regexp for newer msft compilers.
6250
6251 2005-06-10 Mark A. Hershberger <mah@everybody.org>
6252
6253 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6254 ATTLIST portions of included DTDs.
6255 (xml-parse-dtd): Eliminate use of inefficient match-data.
6256
6257 2005-06-10 Miles Bader <miles@gnu.org>
6258
6259 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6260 (mpuz-text): Remove "-face" suffix from face names.
6261 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6262 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6263 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6264
6265 * play/gomoku.el (gomoku-O, gomoku-X):
6266 Remove "-face" suffix from face names.
6267 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6268 New backward-compatibility aliases for renamed faces.
6269 (gomoku-font-lock-keywords): Use renamed gomoku faces.
6270
6271 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6272
6273 * thumbs.el: Fixes for changes of 2005-06-09.
6274 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6275 as a directory.
6276 (thumbs-thumbname): Remove directory separator from format string;
6277 `thumbs-thumbsdir' now returns a valid directory name.
6278 (thumbs-temp-dir): New defsubst.
6279 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6280 Use it.
6281
6282 * cus-edit.el (minibuffer):
6283 * files.el (make-backup-file-name-function):
6284 * filesets.el (filesets-external-viewers):
6285 * hilit-chg.el (highlight-changes-colours)
6286 (highlight-changes-face-list, highlight-changes-rotate-faces):
6287 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6288 * kmacro.el (kmacro-call-macro):
6289 * log-edit.el (log-edit-changelog-full-paragraphs):
6290 * mouse.el (mouse-1-click-follows-link):
6291 * skeleton.el (skeleton-autowrap):
6292 * subr.el (insert-for-yank-1):
6293 * tempo.el (tempo-insert-region):
6294 * terminal.el (terminal-emulator):
6295 * time.el (display-time-mail-face):
6296 * vc.el (vc-annotate):
6297 * vcursor.el (vcursor-copy-line):
6298 * woman.el (woman-bold-headings, woman-ignore)
6299 (woman-default-faces, woman-monochrome-faces):
6300 * calendar/todo-mode.el (todo-insert-threshold):
6301 * emulation/pc-select.el (pc-select-selection-keys-only)
6302 (pc-selection-mode):
6303 * emulation/vip.el (vip-find-char-forward):
6304 * emulation/viper-cmd.el (viper-find-char-forward):
6305 * international/mule-cmds.el
6306 (select-safe-coding-system-accept-default-p)
6307 (input-method-exit-on-invalid-key):
6308 * international/mule-diag.el (describe-coding-system):
6309 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6310 * net/browse-url.el (browse-url-xterm-program):
6311 * obsolete/lazy-lock.el (lazy-lock-mode):
6312 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6313 (cperl-mode):
6314 * progmodes/cpp.el (cpp-face-light-name-list)
6315 (cpp-face-dark-name-list):
6316 * progmodes/delphi.el (delphi-newline-always-indents):
6317 Fix spellings in docstrings.
6318
6319 * ido.el (ido-mode, ido-file-extensions-order)
6320 (ido-default-file-method, ido-default-buffer-method)
6321 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6322 (ido-decorations, ido-read-file-name-as-directory-commands)
6323 (ido-read-file-name-non-ido, ido-work-directory-list)
6324 (ido-ignore-item-temp-list, ido-current-directory)
6325 (ido-magic-forward-char, ido-enter-find-file)
6326 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6327 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6328
6329 2005-06-10 Lute Kamstra <lute@gnu.org>
6330
6331 * play/dunnet.el (dun-mode): Use define-derived-mode.
6332 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6333 obsolete alias.
6334
6335 * play/doctor.el (doctor-mode-map): Remove defvar.
6336 (doctor-mode): Use define-derived-mode.
6337
6338 * mail/mspools.el (mspools-mode):
6339 * net/eudc-hotlist.el (eudc-hotlist-mode):
6340 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6341
6342 2005-06-10 Miles Bader <miles@gnu.org>
6343
6344 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6345 Remove "-face" suffix from face names.
6346 (flyspell-incorrect-face, flyspell-duplicate-face):
6347 New backward-compatibility aliases for renamed faces.
6348 (flyspell-mode-on, make-flyspell-overlay)
6349 (flyspell-highlight-incorrect-region)
6350 (flyspell-highlight-duplicate-region)
6351 (flyspell-display-next-corrections)
6352 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6353
6354 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6355 from face name.
6356 (texinfo-heading-face): New backward-compatibility alias for
6357 renamed face.
6358 (texinfo-heading-face): Use renamed texinfo-heading face.
6359
6360 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6361 suffix from face names.
6362 (tex-math-face, tex-verbatim-face):
6363 New backward-compatibility aliases for renamed faces.
6364 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6365 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6366 literal face name.
6367
6368 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6369 name.
6370 (table-cell-face): New backward-compatibility alias for renamed face.
6371 (table--put-cell-face-property, table--update-cell-face):
6372 Use renamed table-cell face.
6373
6374 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6375 from face name.
6376 (sgml-namespace-face): New backward-compatibility alias for
6377 renamed face.
6378 (sgml-namespace-face): Use renamed sgml-namespace face.
6379
6380 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6381 (org-level-4, org-level-5, org-level-6, org-level-7)
6382 (org-level-8, org-warning, org-headline-done)
6383 (org-deadline-announce, org-scheduled-today)
6384 (org-scheduled-previously, org-link, org-done, org-table)
6385 (org-time-grid): Remove "-face" suffix from face names.
6386 (org-level-1-face, org-level-2-face, org-level-3-face)
6387 (org-level-4-face, org-level-5-face, org-level-6-face)
6388 (org-level-7-face, org-level-8-face, org-warning-face)
6389 (org-headline-done-face, org-deadline-announce-face)
6390 (org-scheduled-today-face, org-scheduled-previously-face)
6391 (org-link-face, org-done-face, org-table-face)
6392 (org-time-grid-face):
6393 New backward-compatibility aliases for renamed faces.
6394 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6395 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6396 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6397 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6398
6399 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6400 (viper-minibuffer-emacs, viper-minibuffer-insert)
6401 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6402 (viper-search-face, viper-replace-overlay-face)
6403 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6404 (viper-minibuffer-vi-face):
6405 New backward-compatibility aliases for renamed faces.
6406 (viper-search-face, viper-replace-overlay-face)
6407 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6408 (viper-minibuffer-vi-face): Use renamed viper faces.
6409
6410 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6411 Remove "-face" suffix from face names.
6412 (testcover-nohits-face, testcover-1value-face):
6413 New backward-compatibility aliases for renamed faces.
6414 (testcover-mark): Use renamed testcover faces.
6415
6416 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6417 face name.
6418 (diary-button-face): New backward-compatibility alias for renamed face.
6419 (diary-entry): Use renamed diary-button face.
6420
6421 * calendar/calendar.el (diary, calendar-today, holiday)
6422 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6423 (diary-face, calendar-today-face, holiday-face):
6424 New backward-compatibility aliases for renamed faces.
6425 (eval-after-load "facemenu", diary-entry-marker)
6426 (calendar-today-marker, calendar-holiday-marker, diary-face):
6427 Use renamed calendar faces.
6428
6429 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6430 (compare-windows-face): New backward-compatibility alias for
6431 renamed face.
6432 (compare-windows-highlight): Use renamed compare-windows face.
6433
6434 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6435 (strokes-char-face): New backward-compatibility alias for renamed face.
6436 (strokes-encode-buffer): Use renamed strokes-char face.
6437
6438 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6439 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6440 Remove "-face" suffix from face names.
6441 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6442 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6443 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6444 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6445 Use renamed pcvs faces.
6446 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6447 * pcvs-defs.el (cvs-mode-map): Likewise.
6448 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6449
6450 * info.el (info-title-1, info-title-2, info-title-3)
6451 (info-title-4): Remove "-face" suffix from and downcase face names.
6452 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6453 (Info-title-4-face):
6454 New backward-compatibility aliases for renamed faces.
6455 (Info-fontify-node): Use renamed info faces.
6456
6457 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6458 Remove "-face" suffix from face names.
6459 (highlight-changes-face, highlight-changes-delete-face):
6460 New backward-compatibility aliases for renamed faces.
6461 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6462 (hilit-chg-make-list): Use renamed highlight-changes faces.
6463
6464 * generic-x.el (show-tabs-tab, show-tabs-space):
6465 Remove "-face" suffix from face names.
6466 (show-tabs-tab-face, show-tabs-space-face):
6467 New backward-compatibility aliases for renamed faces.
6468 (show-tabs-generic-mode-font-lock-defaults-1)
6469 (show-tabs-generic-mode-font-lock-defaults-2):
6470 Use renamed show-tabs faces.
6471
6472 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6473 (smerge-markers): Remove "-face" suffix from face names.
6474 (smerge-mine-face, smerge-other-face, smerge-base-face)
6475 (smerge-markers-face):
6476 New backward-compatibility aliases for renamed faces.
6477 (smerge-mine-face, smerge-other-face, smerge-base-face)
6478 (smerge-markers-face): Use renamed smerge faces.
6479
6480 * log-view.el (log-view-file, log-view-message): Remove "-face"
6481 suffix from face names.
6482 (log-view-file-face, log-view-message-face):
6483 New backward-compatibility aliases for renamed faces.
6484 (log-view-file-face, log-view-message-face): Use renamed log-view
6485 faces.
6486
6487 * paren.el (show-paren-match, show-paren-mismatch):
6488 Remove "-face" suffix from face names.
6489 (show-paren-match-face, show-paren-mismatch-face):
6490 New backward-compatibility aliases for renamed faces.
6491 (show-paren-function): Use renamed show-paren faces.
6492
6493 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6494 (ruler-mode-margins, ruler-mode-fringes)
6495 (ruler-mode-column-number, ruler-mode-fill-column)
6496 (ruler-mode-comment-column, ruler-mode-goal-column)
6497 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6498 suffix from face names.
6499 (ruler-mode-default-face, ruler-mode-pad-face)
6500 (ruler-mode-margins-face, ruler-mode-fringes-face)
6501 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6502 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6503 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6504 New backward-compatibility aliases for renamed faces.
6505 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6506 (ruler-mode-column-number, ruler-mode-fill-column)
6507 (ruler-mode-comment-column, ruler-mode-goal-column)
6508 (ruler-mode-tab-stop, ruler-mode-current-column)
6509 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6510 faces.
6511
6512 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6513 face name.
6514 (whitespace-highlight-the-space): Use renamed face.
6515 (whitespace-highlight-face): New backward-compatibility alias for
6516 renamed face.
6517
6518 * woman.el (woman-italic, woman-bold, woman-unknown)
6519 (woman-addition, woman-symbol-face):
6520 Remove "-face" suffix from face names.
6521 (woman-italic-face, woman-bold-face, woman-unknown-face)
6522 (woman-addition-face):
6523 New backward-compatibility aliases for renamed faces.
6524 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6525 (woman-decode-region, woman-replace-match)
6526 (woman-display-extended-fonts, woman-special-characters)
6527 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6528 Use renamed woman faces.
6529
6530 * longlines.el (longlines-visible-face): Face removed.
6531
6532 * diff-mode.el (diff-header, diff-file-header, diff-index)
6533 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6534 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6535 suffix from face names.
6536 (diff-header-face, diff-file-header-face, diff-index-face)
6537 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6538 (diff-changed-face, diff-function-face, diff-context-face)
6539 (diff-nonexistent-face): New backward-compatibility aliases for
6540 renamed faces.
6541 (diff-header-face, diff-file-header-face)
6542 (diff-index, diff-index-face, diff-hunk-header)
6543 (diff-hunk-header-face, diff-removed, diff-removed-face)
6544 (diff-added, diff-added-face, diff-changed-face, diff-function)
6545 (diff-function-face, diff-context-face, diff-nonexistent)
6546 (diff-nonexistent-face): Use renamed diff-mode faces.
6547
6548 * progmodes/compile.el (compilation-warning-face)
6549 (compilation-info-face): Remove "-face" suffix from face names.
6550 (compilation-warning-face, compilation-info-face):
6551 New backward-compatibility aliases for renamed faces.
6552 (compilation-warning-face, compilation-info-face):
6553 Use renamed compilation faces.
6554
6555 * add-log.el (change-log-date, change-log-name)
6556 (change-log-email, change-log-file, change-log-list)
6557 (change-log-conditionals, change-log-function)
6558 (change-log-acknowledgement): Remove "-face" suffix from face names.
6559 (change-log-date-face, change-log-name-face)
6560 (change-log-email-face, change-log-file-face)
6561 (change-log-list-face, change-log-conditionals-face)
6562 (change-log-function-face, change-log-acknowledgement-face):
6563 New backward-compatibility aliases for renamed faces.
6564 (change-log-font-lock-keywords): Use renamed change-log faces.
6565
6566 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6567 (custom-set, custom-changed, custom-saved, custom-button)
6568 (custom-button-pressed, custom-documentation, custom-state)
6569 (custom-comment, custom-comment-tag, custom-variable-tag)
6570 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6571 (custom-group-tag): Remove "-face" suffix from face names.
6572 (custom-magic-alist, custom-magic-value-create)
6573 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6574 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6575 (custom-set-face, custom-changed-face, custom-saved-face)
6576 (custom-button-face, custom-button-pressed-face)
6577 (custom-documentation-face, custom-state-face)
6578 (custom-comment-face, custom-comment-tag-face)
6579 (custom-variable-tag-face, custom-variable-button-face)
6580 (custom-face-tag-face, custom-group-tag-face-1)
6581 (custom-group-tag-face):
6582 New backward-compatibility aliases for renamed faces.
6583
6584 * wid-edit.el (widget-documentation, widget-button)
6585 (widget-field, widget-single-line-field, widget-inactive)
6586 (widget-button-pressed): "-face" suffix removed from face names.
6587 (widget-documentation-face, widget-button-face)
6588 (widget-field-face, widget-single-line-field-face)
6589 (widget-inactive-face, widget-button-pressed-face):
6590 New backward-compatibility aliases for renamed faces.
6591 (widget-documentation-face, widget-button-face)
6592 (widget-button-pressed-face, widget-specify-field)
6593 (widget-specify-inactive): Use renamed widget faces.
6594
6595 2005-06-10 Kenichi Handa <handa@m17n.org>
6596
6597 * term/x-win.el (x-clipboard-yank): Remove condition-case
6598 wrapping.
6599
6600 2005-06-11 Kenichi Handa <handa@m17n.org>
6601
6602 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6603 date lines stricter.
6604
6605 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6606
6607 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6608 of x-get-selection.
6609
6610 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6611
6612 * comint.el (comint-mode, comint-snapshot-last-prompt):
6613 * frame.el (frame-current-scroll-bars):
6614 * term.el (term-mode, term-check-proc, term-input-sender)
6615 (term-simple-send, term-extract-string, term-word)
6616 (term-match-partial-filename):
6617 * window.el (window-current-scroll-bars):
6618 * emulation/cua-base.el (cua-normal-cursor-color)
6619 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6620 (cua-global-mark-cursor-color):
6621 * mail/undigest.el (rmail-forward-separator-regex):
6622 Fix typos in docstrings.
6623
6624 * comint.el (comint-check-proc, make-comint-in-buffer)
6625 (comint-source-default): Doc fixes.
6626
6627 * term.el (term-send-string): Improve argument/docstring consistency.
6628
6629 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6630
6631 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6632 call to `delete-region'.
6633 (comint-mode-hook): Do not enable Font Lock by default.
6634
6635 2005-06-09 Lute Kamstra <lute@gnu.org>
6636
6637 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6638 could be void.
6639
6640 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6641
6642 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6643 (debug): Use it.
6644 (debugger-step-through, debugger-continue, debugger-jump)
6645 (debugger-return-value): Set it when needed.
6646 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6647 Use inhibit-read-only.
6648
6649 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6650
6651 * window.el (shrink-window-if-larger-than-buffer)
6652 (window-size-fixed): Fix typo in docstring.
6653
6654 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6655 thumbnails directory on loading.
6656 (thumbs-conversion-program): Use `eq' to check the system type,
6657 not `equal'.
6658 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6659 not "/tmp". Fix docstring.
6660 (thumbs-thumbsdir): New function to return the thumbnails
6661 directory, creating it if needed.
6662 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6663 (thumbs-temp-file): Delete variable and make it into a function.
6664 (thumbs-resize-image, thumbs-modify-image): Use it.
6665 (thumbs-kill-buffer): Simplify.
6666 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6667 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6668 docstrings.
6669
6670 2005-06-09 Kim F. Storm <storm@cua.dk>
6671
6672 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6673 set-match-data to free markers in match-data.
6674
6675 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6676 match-data to unchain markers in match-data.
6677
6678 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6679
6680 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6681 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6682 unnecessary now.
6683
6684 2005-06-08 Richard M. Stallman <rms@gnu.org>
6685
6686 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6687 give the variable a doc string that doesn't say don't set it directly.
6688
6689 * textmodes/ispell.el (ispell-check-version):
6690 Use match-string-no-properties.
6691 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6692 (ispell-buffer-local-words): Likewise.
6693
6694 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6695 except on terminals with enough colors to really display it.
6696 (makefile-dependency-regex): Delete spurious `bb'.
6697
6698 * faces.el (escape-glyph): Use blue once again in last case.
6699 (no-break-space): Redefine so that it isn't invisible on a tty.
6700
6701 2005-06-08 Kim F. Storm <storm@cua.dk>
6702
6703 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6704 also when reading directory name.
6705
6706 2005-06-08 Lute Kamstra <lute@gnu.org>
6707
6708 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6709 (flyspell-mode-line-string): Remove autoload cookie.
6710 (flyspell-mode): Remove defvar.
6711
6712 2005-06-07 Lute Kamstra <lute@gnu.org>
6713
6714 * textmodes/org.el (org-run-mode-hooks): New function.
6715 (org-agenda-mode): Use it.
6716
6717 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6718
6719 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6720
6721 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6722
6723 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6724
6725 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6726
6727 * font-lock.el (font-lock-add-keywords): Doc fix.
6728
6729 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6730
6731 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6732 (tex-compile-default): In the absence of any history, use the order in
6733 tex-compile-alist to choose the preferred command.
6734 (tex-compile-commands): Reorder a bit.
6735
6736 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6737 (flyspell-incorrect-face, flyspell-duplicate-face):
6738 Use (X)Emacs-agnostic code.
6739 (flyspell-mode-map): Don't overwrite at each load. Remove code
6740 redundant with the subsequent add-minor-mode. Merge Emacs and
6741 XEmacs code.
6742 (flyspell-word): Minor simplification.
6743 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6744 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6745 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6746 Merge the corresponding Emacs code.
6747 (flyspell-correct-word, flyspell-xemacs-popup):
6748 Use flyspell-do-correct.
6749
6750 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6751 a dedicated window.
6752
6753 * international/latexenc.el (latexenc-find-file-coding-system):
6754 Undo part of last patch, to turn off a compiler warning.
6755
6756 2005-06-06 Juri Linkov <juri@jurta.org>
6757
6758 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6759 Rename `tmm-inactive-face' to `tmm-inactive'.
6760
6761 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6762
6763 * iswitchb.el: Rename faces.
6764
6765 2005-06-06 Kim F. Storm <storm@cua.dk>
6766
6767 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6768 (cua-global-mark): Remove -face suffix from face names.
6769
6770 * emulation/cua-gmrk.el (cua--init-global-mark):
6771 Remove cua-global-mark face setup.
6772
6773 2005-06-06 Richard M. Stallman <rms@gnu.org>
6774
6775 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6776 just like other allowed characters.
6777 (makefile-match-dependency): Exclude leading and training whitespace
6778 from the range of regexp subexp 1.
6779 (makefile-macroassign-regex): Don't try to match the body,
6780 just the name of the macro being defined.
6781
6782 * info.el (Info-read-node-name-2): New function.
6783 (Info-read-node-name-1): Use that.
6784 Add a completion-base-size-function property.
6785
6786 * simple.el (completion-setup-function): Look for
6787 completion-base-size-function property of minibuffer-completion-table.
6788
6789 * files.el (locate-file-completion): Doc fix.
6790
6791 * printing.el: Don't call pr-update-menus; user must do that.
6792
6793 * emacs-lisp/debug.el (debugger-window): New variable.
6794 (debug): Use debugger-window if it is set and still alive.
6795 Record debugger-window for next entry.
6796
6797 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6798
6799 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6800
6801 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6802 (hack-one-local-variable, hack-local-variables)
6803 (hack-local-variables-prop-line): Pass that arg.
6804
6805 2005-06-06 Kim F. Storm <storm@cua.dk>
6806
6807 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6808 (ido-indicator): Remove -face suffix from face names.
6809
6810 2005-06-06 Juri Linkov <juri@jurta.org>
6811
6812 * font-lock.el (font-lock-regexp-backslash)
6813 (font-lock-regexp-backslash-construct): New faces.
6814 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6815 after `('. Add `while-no-input' to control structures.
6816
6817 * faces.el (no-break-space, shadow): New faces.
6818 (escape-glyph): Use less loud colors pink2 and red4.
6819
6820 * diff-mode.el (diff-context-face)
6821 * dired.el (dired-ignored)
6822 * rfn-eshadow.el (file-name-shadow)
6823 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6824
6825 * info.el (Info-title-1-face): Use green instead of yellow because
6826 bold yellow is not readable on light backgrounds.
6827
6828 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6829 before selecting the desired mode to not spend time fontifying
6830 old contents.
6831
6832 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6833
6834 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6835 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6836
6837 * ps-print.el (ps-default-fg, ps-default-bg):
6838 Fix typos in docstrings.
6839
6840 * isearchb.el (isearchb): Don't pass a spurious second argument to
6841 `iswitchb-completions'.
6842
6843 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6844
6845 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6846 to preserve point.
6847 (gdb-find-file-hook): Add doc string.
6848
6849 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6850 C dereferenced pointer expression.
6851 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6852
6853 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6854
6855 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6856 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6857 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6858 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6859 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6860 Make background transparent.
6861
6862 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6863
6864 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6865 (font-lock-remove-keywords): Doc fix.
6866 (font-lock-mode-major-mode): Compiler defvar.
6867 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6868
6869 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6870 (font-lock-mode): Update `font-lock-mode-major-mode'.
6871 (font-lock-set-defaults): Compiler defvar.
6872 (font-lock-default-function): Take `font-lock-mode-major-mode'
6873 into account.
6874
6875 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6876 keep track of which major mode it enabled the minor mode for.
6877 Use find-file-hook again. Update docstring.
6878
6879 * simple.el (eval-expression-print-level)
6880 (eval-expression-print-length, eval-expression-debug-on-error):
6881 Doc fixes.
6882
6883 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6884
6885 * iswitchb.el (iswitchb-single-match-face)
6886 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6887 (iswitchb-invalid-regexp-face): New faces.
6888 (iswitchb-completions): Use them.
6889 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6890 now marked as an obsolete alias.
6891 (iswitchb-read-buffer): Remove check for bound font variables.
6892 (iswitchb-invalid-regexp): New free variable.
6893 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6894 set iswitchb-invalid-regexp.
6895 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6896 invalid regexps.
6897 (iswitchb-completions): Add check for complete match when entering
6898 a regexp.
6899 (iswitchb-completions): Remove require-match argument.
6900 (iswitchb-exhibit): Fix caller.
6901 (iswitchb-common-match-inserted): New variable.
6902 (iswitchb-complete, iswitchb-completion-help): Use it.
6903
6904 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6905
6906 * url-http.el (url-http-chunked-encoding-after-change-function):
6907 Use `url-http-debug' instead of `message'.
6908
6909 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6910
6911 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6912 callback argument.
6913
6914 2005-06-04 Kim F. Storm <storm@cua.dk>
6915
6916 * simple.el (line-move): Only call sit-for when moving backwards.
6917
6918 * ido.el (ido-make-merged-file-list-1): New defun split from
6919 ido-make-merged-file-list.
6920 (ido-make-merged-file-list): Bind throw-on-input around call to
6921 ido-make-merged-file-list-1. Return input-pending-p if
6922 interrupted by more input available.
6923 (ido-read-internal): Handle input-pending-p return value from
6924 ido-make-merged-file-list.
6925
6926 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6927
6928 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6929 compatibility code.
6930
6931 * international/latexenc.el (latexenc-find-file-coding-system):
6932 Don't inherit the EOL part of the coding-system from the
6933 tex-main buffer. Fit within 80 columns.
6934
6935 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6936
6937 * tmm.el (tmm-inactive-face): New face.
6938 (tmm-remove-inactive-mouse-face): New function.
6939 (tmm-prompt, tmm-add-one-shortcut)
6940 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6941 but not selectable.
6942
6943 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6944
6945 * faces.el (face-equal): Improve argument/docstring consistency.
6946
6947 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6948
6949 * progmodes/make-mode.el (makefile-targets-face)
6950 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6951 (makefile-bsdmake-dependency-regex)
6952 (makefile-makepp-rule-action-regex)
6953 (makefile-bsdmake-rule-action-regex): New constants.
6954 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6955
6956 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6957 Allow (...) within `...' for makepp messages.
6958
6959 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6960
6961 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6962
6963 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6964 "." files are deleted from all file lists before comparison.
6965
6966 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6967 (viper-ESC-key): Made them customizable.
6968
6969 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6970
6971 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6972
6973 * autorevert.el (auto-revert-buffers): Use save-match-data.
6974
6975 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6976
6977 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6978 menu items with a nil command binding.
6979
6980 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6981
6982 * emacs-lisp/cl-macs.el (defsetf):
6983 Improve argument/docstring consistency.
6984
6985 * faces.el (list-faces-display): Improve the formatting by
6986 computing the maximum length required for any face-name (reworked
6987 patch of 1999-01-11, accidentally deleted on 1999-07-21).
6988 (internal-find-face): Remove redundant info in docstring.
6989
6990 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
6991
6992 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
6993 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
6994 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
6995 (gdb-assembler-custom): Improve regexps.
6996 (def-gdb-auto-update-handler): Use window point to preserve point.
6997
6998 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6999
7000 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
7001
7002 2005-05-31 Jay Belanger <belanger@truman.edu>
7003
7004 * calc/calc-embed.el (calc-embedded-word): Change argument passed
7005 to calc-embedded.
7006 (calc-embedded-make-info): Have plain prefix argument select
7007 entire line.
7008
7009 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
7010
7011 * faces.el (list-faces-display): Signal error if passed a regexp
7012 that matches no face name.
7013
7014 * simple.el (filter-buffer-substring): Fix typo in docstring.
7015
7016 2005-05-31 Richard M. Stallman <rms@gnu.org>
7017
7018 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
7019 (vhdl-emacs-21): Doc fix.
7020 (vhdl-mode): Unconditionally set comment-padding.
7021 (vhdl-fixup-whitespace-region): Insert spaces only where
7022 there are none.
7023 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
7024
7025 2005-05-30 John Wiegley <johnw@newartisans.com>
7026
7027 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
7028 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
7029 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
7030 `directory-sep-char' to ?/, and all uses of `string-to-int' to
7031 `string-to-number'.
7032
7033 2005-05-30 Jay Belanger <belanger@truman.edu>
7034
7035 * calc/calc.el (calc-bug-address): Fix docstring.
7036 (calc-window-hook, calc-trail-window-hook): New variables.
7037 (calc-trail-display): Restore use of calc-trail-window-hook.
7038 (calc): Restore use of calc-window-hook.
7039
7040 2005-05-31 Masatake YAMATO <jet@gyve.org>
7041
7042 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
7043
7044 * help-fns.el (help-C-file-name): Add autoload mark for
7045 `find-function-noselect'.
7046
7047 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7048
7049 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
7050 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
7051
7052 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7053
7054 * calendar/diary-lib.el (mark-included-diary-files): Only kill
7055 included diary buffer if it was not already being visited.
7056 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
7057
7058 * calendar/icalendar.el (top-level): Do not require 'appt.
7059
7060 * mail/supercite.el (sc-select-attribution): Only use a list
7061 element from sc-attrib-selection-list if it returns a string.
7062 Reported by Davide G. M. Salvetti <salve@debian.org>.
7063
7064 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
7065
7066 * thumbs.el (thumbs-thumbname): The resulting thumbname now
7067 includes a hash value to improve its uniqueness, and has a ".jpg"
7068 extension. Also, it is now a valid filename on all systems.
7069 (thumbs-make-thumb): Use `let', not `let*'.
7070 (thumbs-show-thumbs-list): Check for JPEG availability.
7071
7072 2005-05-30 Richard M. Stallman <rms@gnu.org>
7073
7074 * filesets.el (filesets-menu-ensure-use-cached):
7075 Prevent warning when emacs-version>= is undefined.
7076
7077 * printing.el (pr-interactive-n-up): Use string-to-number.
7078
7079 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
7080
7081 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7082 Warn only when name to be defined is quoted.
7083
7084 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
7085
7086 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
7087 Make regexp more robust.
7088 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
7089 Force regeneration of disassembly.
7090
7091 2005-05-29 Jay Belanger <belanger@truman.edu>
7092
7093 * calc/calc.el (calc-user-invocation): Check if
7094 calc-invocation-macro is non-nil.
7095
7096 2005-05-29 Juri Linkov <juri@jurta.org>
7097
7098 * add-log.el (change-log-font-lock-keywords):
7099 Add `+' to e-mail regexp to accept mail address with keywords.
7100
7101 * man.el (Man-name-regexp): Add `:' to accept qualified names.
7102
7103 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7104
7105 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
7106
7107 * ielm.el (inferior-emacs-lisp-mode): Ditto.
7108
7109 2005-05-29 Richard M. Stallman <rms@gnu.org>
7110
7111 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7112 Undo the change that moves to end of the current word.
7113
7114 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7115
7116 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
7117 Throw error when count <= 0 to ensure input is a number.
7118 (gdb-read-memory-custom): Pick up address from buffer.
7119 (gdb-memory-mode): Allow user to increment and decrement
7120 memory address from header line.
7121
7122 2005-05-29 Richard M. Stallman <rms@gnu.org>
7123
7124 * flyspell.el (flyspell-version): Function deleted.
7125 (flyspell-auto-correct-previous-hook): Doc fix.
7126
7127 * jit-lock.el (jit-lock-function, jit-lock-after-change):
7128 Do nothing if memory is full.
7129
7130 * font-lock.el (font-lock-fontify-syntactically-region):
7131 Pass t for GREEDY to looking-back.
7132
7133 * saveplace.el (save-place-alist-to-file): Write the file
7134 using write-region.
7135
7136 * subr.el (looking-back): New argument GREEDY.
7137
7138 * progmodes/compile.el (compilation-start): Set the mode
7139 before inserting the initial text.
7140
7141 * progmodes/which-func.el (which-func-update-1): Turn the mode
7142 off in case of error by setting which-func-mode.
7143
7144 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
7145
7146 * flyspell.el (flyspell-auto-correct-previous-word):
7147 Narrow down to what's on the screen, and recenter overlays
7148 at the end of the next word.
7149
7150 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7151
7152 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
7153 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
7154 (flyspell-abbrev-p): Default to nil.
7155 (flyspell-use-global-abbrev-table-p): Doc fix.
7156 (flyspell-large-region): Allow nil as value.
7157 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
7158
7159 (mail-mode-flyspell-verify): More robust handling
7160 of `mail-header-separator'. More efficient signature detection.
7161 Allow for regexp metacharacters in message-header-separator.
7162 Adding `To' not to be checked in mail-mode-flyspell-verify.
7163
7164 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
7165 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
7166 Bind flyspell-auto-correct-binding.
7167 Bind C-. and C-, .
7168 (flyspell-mode-map): Likewise.
7169 (flyspell-mode): Doc fix.
7170 (flyspell-accept-buffer-local-defs): Preserve current buffer.
7171 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
7172 (flyspell-word-cache-result): New var, always local.
7173 (flyspell-check-pre-word-p): Doc fix.
7174 (flyspell-check-changed-word-p): Handle spc like newline.
7175 (flyspell-post-command-hook): Set flyspell-word-cache-result.
7176 (flyspell-word-search-backward, flyspell-word-search-forward):
7177 New functions.
7178 (flyspell-word): Return t if nothing to check.
7179 When parsing TeX code, check for after } or \.
7180 Use flyspell-word-search-backward to find previous word.
7181 Return nil if duplicated word.
7182 For word already checked, return same value as last time.
7183 Set flyspell-word-cache-result after checking.
7184 Don't clobber the return value.
7185 (flyspell-get-word): Major rewrite.
7186 (flyspell-external-point-words): New locals pword, pcount.
7187 Fix size used in progress message.
7188 Find the proper corresponding word in flyspell-large-region-buffer.
7189 (flyspell-region): Check for flyspell-large-region = nil.
7190 (flyspell-highlight-incorrect-region): Clean up overlays in region.
7191 (flyspell-auto-correct-word): Check that WORD is a cons.
7192 (flyspell-correct-word): Likewise.
7193
7194 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
7195
7196 * progmodes/make-mode.el (makefile-rule-action-regex)
7197 (makefile-macroassign-regex, makefile-makepp-mode)
7198 (makefile-bsdmake-mode): Continuation lines may be empty.
7199 Reported by Joshua Varner.
7200 (makefile-makepp-font-lock-keywords): Add $(stem).
7201
7202 2005-05-28 Karl Berry <karl@gnu.org>
7203
7204 * textmodes/tex-mode.el: Now that tex-send-command calls
7205 shell-quote-argument (2005-03-31 change), remove all calls to
7206 shell-quote-argument; they all end up invoking tex-send-command.
7207 The double quoting loses on filenames with non-safe characters,
7208 such as "@". Reported by Frederik Fouvry.
7209
7210 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7211
7212 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7213 about preserving point.
7214
7215 2005-05-27 Jay Belanger <belanger@truman.edu>
7216
7217 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7218 Info-goto-node.
7219
7220 * calc/calc-embed.el (calc-embed-arg): New variable.
7221 (calc-do-embedded-activate, calc-embedded-activate-formula)
7222 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7223 variable by new variable.
7224 (calc-embedded-make-info): Replace undeclared variable by new
7225 variable. When selecting region with positive prefix
7226 argument, use end of previous line instead of beginning of line.
7227
7228 * calc/calc-aent.el (calc-arg-values): Declare it.
7229
7230 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7231 Declare them.
7232
7233 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7234
7235 * calc/calc.el (calc-alg-map): Declare it.
7236
7237 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7238
7239 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7240
7241 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7242 (gdb-registers-buffer, toggle-gdb-all-registers):
7243 Toggle display of floating point registers.
7244 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7245
7246 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
7247 (toggle-gud-tooltip-dereference):
7248 Rename from gud-toggle-tooltip-dereference.
7249
7250 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7251
7252 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7253
7254 2005-05-27 Jay Belanger <belanger@truman.edu>
7255
7256 * calc/calc-prog.el (calc-kbd-report): Remove.
7257 (calc-kbd-query): Rewrite.
7258
7259 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
7260
7261 * image.el (image-library-alist): Move to image.c.
7262 (image-type-available-p): Doc fix.
7263
7264 2005-05-27 Lute Kamstra <lute@gnu.org>
7265
7266 * calc/calc.el (calc):
7267 * outline.el (outline-1, outline-2, outline-3, outline-4)
7268 (outline-5, outline-6, outline-7, outline-8):
7269 * textmodes/dns-mode.el (dns-mode):
7270 * textmodes/sgml-mode.el (sgml-namespace-face):
7271 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
7272 (tex-verbatim-face, tex-use-reftex):
7273 * textmodes/texinfo.el (texinfo-heading-face):
7274 Specify customization group.
7275
7276 * longlines.el: Don't require easy-mmode.
7277 (longlines-visible-face): Specify customization group.
7278
7279 2005-05-27 Kenichi Handa <handa@m17n.org>
7280
7281 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7282 encoding table of windows-1251.
7283
7284 * international/ucs-tables.el (ucs-set-table-for-input):
7285 If translation-table-for-input of a coding system is a symbol, get
7286 its translation-table property.
7287
7288 * international/code-pages.el: Don't register a coding system into
7289 non-iso-charset-alist more than once.
7290 (cp-make-coding-system): Likewise.
7291
7292 2005-05-26 John Wiegley <johnw@newartisans.com>
7293
7294 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7295 `eshell-resume-eval' is wrapped in a list, it indicates that the
7296 command was run asynchronously. In that case, unwrap the value
7297 before checking the delimiter value.
7298
7299 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7300 character before a space at the end of a line is \, assume the space
7301 is part of the last argument rather than a final argument separator.
7302
7303 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7304 is in use, and the target is `t' or `nil' (which are the most common
7305 values), don't assume that the symbol target is a buffer.
7306
7307 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7308
7309 * calendar/calendar.el (calendar-mode-line-format):
7310 Use mode-line-highlight as mouse-face.
7311
7312 * time.el (display-time-string-forms, display-time-update):
7313 Use mode-line-highlight as mouse-face.
7314
7315 2005-05-26 Jay Belanger <belanger@truman.edu>
7316
7317 * calc/calc.el (calc-language-alist): Remove extra defvar.
7318
7319 2005-05-26 Lute Kamstra <lute@gnu.org>
7320
7321 * arc-mode.el (archive-mode):
7322 * bookmark.el (bookmark-read-annotation-mode)
7323 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7324 * bs.el (bs-mode):
7325 * calc/calc-yank.el (calc-edit-mode):
7326 * calc/calc.el (calc-mode, calc-trail-mode):
7327 * calculator.el (calculator-mode):
7328 * chistory.el (command-history-mode):
7329 * comint.el:
7330 * cus-edit.el (custom-mode):
7331 * descr-text.el (describe-text-mode):
7332 * ebuff-menu.el (Electric-buffer-menu-mode):
7333 * ediff-util.el (ediff-mode):
7334 * emacs-lisp/re-builder.el (reb-mode):
7335 * emulation/vi.el (vi-mode-setup):
7336 * emulation/ws-mode.el (wordstar-mode):
7337 * eshell/esh-mode.el (eshell-mode):
7338 * forms.el (forms-mode):
7339 * help-mode.el (help-mode):
7340 * hexl.el (hexl-mode):
7341 * ibuffer.el (ibuffer-mode):
7342 * ielm.el (inferior-emacs-lisp-mode):
7343 * info.el (Info-mode, Info-edit-mode):
7344 * international/swedish.el:
7345 * ledit.el (ledit-from-lisp-mode):
7346 * locate.el (locate-mode):
7347 * mail/rmail.el (rmail-mode):
7348 * mail/rmailedit.el (rmail-edit-mode):
7349 * mail/rmailsum.el (rmail-summary-mode):
7350 * mail/supercite.el (sc-electric-mode):
7351 * net/eudc.el (eudc-mode):
7352 * net/quickurl.el (quickurl-list-mode):
7353 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7354 * obsolete/ooutline.el (outline-mode):
7355 * obsolete/options.el (Edit-options-mode):
7356 * obsolete/rnews.el (news-mode):
7357 * obsolete/rnewspost.el (news-reply-mode):
7358 * play/5x5.el (5x5-mode):
7359 * play/decipher.el (decipher-mode, decipher-stats-mode):
7360 * play/gomoku.el (gomoku-mode):
7361 * play/snake.el (snake-mode):
7362 * play/solitaire.el (solitaire-mode):
7363 * play/tetris.el (tetris-mode):
7364 * progmodes/ada-mode.el (ada-mode):
7365 * progmodes/antlr-mode.el (antlr-mode):
7366 * progmodes/autoconf.el (autoconf-mode):
7367 * progmodes/dcl-mode.el (dcl-mode):
7368 * progmodes/delphi.el (delphi-mode):
7369 * progmodes/ebrowse.el (ebrowse-tree-mode)
7370 (ebrowse-electric-list-mode, ebrowse-member-mode)
7371 (ebrowse-electric-position-mode):
7372 * progmodes/f90.el (f90-mode):
7373 * progmodes/fortran.el (fortran-mode):
7374 * progmodes/icon.el (icon-mode):
7375 * progmodes/idlw-help.el (idlwave-help-mode):
7376 * progmodes/idlw-shell.el (idlwave-shell-mode):
7377 * progmodes/idlwave.el (idlwave-mode):
7378 * progmodes/inf-lisp.el (inferior-lisp-mode):
7379 * progmodes/m4-mode.el (m4-mode):
7380 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7381 * progmodes/modula2.el (modula-2-mode):
7382 * progmodes/octave-inf.el (inferior-octave-mode):
7383 * progmodes/octave-mod.el (octave-mode):
7384 * progmodes/pascal.el (pascal-mode):
7385 * progmodes/sh-script.el (sh-mode):
7386 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7387 * progmodes/vhdl-mode.el (vhdl-mode):
7388 * progmodes/xscheme.el (scheme-interaction-mode):
7389 * replace.el (occur-mode):
7390 * ses.el (ses-mode):
7391 * simple.el (completion-list-mode):
7392 * skeleton.el:
7393 * speedbar.el (speedbar-mode):
7394 * term.el (term-mode):
7395 * terminal.el (terminal-edit-mode):
7396 * textmodes/reftex-index.el (reftex-index-mode)
7397 (reftex-index-phrases-mode):
7398 * textmodes/reftex-sel.el (reftex-select-label-mode)
7399 (reftex-select-bib-mode):
7400 * textmodes/reftex-toc.el (reftex-toc-mode):
7401 * wdired.el (wdired-change-to-wdired-mode):
7402 * wid-browse.el (widget-browse-mode):
7403 Use run-mode-hooks.
7404
7405 * array.el (array-mode):
7406 * calendar/todo-mode.el (todo-mode):
7407 * man.el (Man-mode):
7408 * play/landmark.el (lm-mode):
7409 * play/mpuz.el (mpuz-mode):
7410 Use kill-all-local-variables and run-mode-hooks.
7411
7412 * subr.el (delay-mode-hooks): Specify indentation.
7413
7414 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7415
7416 * xml.el (xml-substitute-special): Don't die for undefined xml
7417 entities.
7418
7419 2005-05-26 Jay Belanger <belanger@truman.edu>
7420
7421 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7422 of nil.
7423
7424 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7425
7426 * progmodes/gdb-ui.el (gdb-frame-address):
7427 Rename from gdb-current-address.
7428 (gdb-previous-frame-address): Rename from gdb-previous-address.
7429 (gdb-selected-frame): Rename from gdb-current-frame.
7430 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7431 (gdb-frame-number): Rename from gdb-current-stack-level.
7432 (gdb-ann3): Match new mode-name for disassembly buffer.
7433 Extend initialization of variables.
7434 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7435 (gdb-memory-mode): Use mouse-face in header line.
7436 (gdb-assembler-buffer-name): Call it disassembly and give frame
7437 in mode line.
7438 (gdb-source-spec-regexp, gdb-assembler-custom)
7439 (gdb-invalidate-assembler, gdb-frame-handler):
7440 Make robust to leading zeroes in address format.
7441
7442 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7443
7444 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7445 define `org-mode'.
7446 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7447
7448 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 * log-edit.el (log-edit-changelog-entries): Distinguish between
7451 filenames like xfns.c and fns.c.
7452
7453 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7454
7455 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7456 point after reverting.
7457 (Buffer-menu-make-sort-button): Handle the case where
7458 `Buffer-menu-use-header-line' is nil.
7459
7460 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7461
7462 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7463 New funcs. In minibuffer-local-completion-map bind `]', `/'
7464 and `:' to them.
7465
7466 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7467
7468 * startup.el (normal-top-level): Allow modification of load-path while
7469 we're iterating over it.
7470
7471 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7472
7473 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7474 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7475 (thumbs-resize-interactive, thumbs-insert-image)
7476 (thumbs-insert-thumb, thumbs-dired-show-marked)
7477 (thumbs-find-image-at-point, thumbs-delete-images)
7478 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7479 (thumbs-increment-image-size, thumbs-decrement-image-size):
7480 Fix typos in docstrings.
7481
7482 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7483
7484 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7485 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7486 (cperl-mode): Use them.
7487
7488 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7489
7490 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7491 Doc fixes.
7492
7493 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7494
7495 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7496 Bind C-d to gdb-inferior-io-eof.
7497
7498 * dired.el (dired-dnd-popup-notice): Use message-box.
7499
7500 2005-05-23 Masatake YAMATO <jet@gyve.org>
7501
7502 * bindings.el (mode-line-major-mode-keymap):
7503 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7504
7505 * faces.el (mode-line-highlight): New face.
7506
7507 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7508 as mouse-face.
7509
7510 * bindings.el (top-level, help-echo, mode-line-modified)
7511 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7512 as mouse-face.
7513
7514 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7515
7516 * progmodes/cc-engine.el (c-guess-basic-syntax):
7517 Remove spurious call to `zerop'.
7518
7519 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7520
7521 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7522
7523 CC Mode update to 5.30.10:
7524
7525 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7526 could go past the limit in decoration level 2, thereby causing
7527 errors during interactive fontification.
7528
7529 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7530 the file is evaluated interactively.
7531
7532 * cc-engine.el (c-guess-basic-syntax): Handle operator
7533 declarations somewhat better in C++.
7534
7535 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7536 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7537 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7538 (awk-mode): Use it.
7539 (make-local-hook): Suppress warning about obsoleteness.
7540
7541 * cc-engine.el, cc-align.el, cc-cmds.el
7542 (c-append-backslashes-forward, c-delete-backslashes-forward)
7543 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7544 Compensate for return value from `forward-line' when it has moved
7545 but not to a different line due to eob.
7546
7547 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7548 `objc-method-intro' and `objc-method-args-cont'.
7549
7550 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7551
7552 CC Mode update to 5.30.10:
7553
7554 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7555 in the copyright statement. Incidentally, change "along with GNU
7556 Emacs" to "along with this program" where it occurs.
7557
7558 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7559 so that it is interactive, hence can be found by M-x awk-mode
7560 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7561 <gmorris+emacs@ast.cam.ac.uk>.
7562
7563 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7564 Mode's regexps.
7565
7566 2005-05-23 Kevin Ryde <user42@zip.com.au>
7567
7568 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7569 c-parse-state, to avoid a lisp error (on bad code).
7570
7571 2005-05-23 Lute Kamstra <lute@gnu.org>
7572
7573 * subr.el (font-lock-defaults): Remove defvar as it's already
7574 defined in font-core.el.
7575
7576 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7577
7578 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7579
7580 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7581 more general and work when GDB variable "print pretty" is on,
7582 as with Emacs, for example.
7583
7584 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7585
7586 * font-core.el: Update comment.
7587
7588 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7589 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7590
7591 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7592
7593 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7594
7595 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7596 and `yank-handler' in the doc strings.
7597
7598 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7599
7600 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7601
7602 2005-05-22 Richard M. Stallman <rms@gnu.org>
7603
7604 * help.el (describe-key): Move print-help-return-message call
7605 out of conditional.
7606
7607 * progmodes/etags.el (list-tags): Use with-no-warnings.
7608
7609 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7610 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7611 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7612
7613 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7614
7615 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7616 Add defvar.
7617
7618 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7619 Use defvar, not defconst.
7620
7621 * hexl.el (hexl-follow-line): Use with-no-warnings.
7622
7623 * emulation/tpu-extras.el: Use write-file-functions instead of
7624 write-file-hooks.
7625
7626 * dired.el (dired-font-lock-keywords): Fontify files with junk
7627 extensions even if marked by -F.
7628
7629 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7630
7631 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7632 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7633 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7634 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7635 (concatenate, list-length, get*, getf, cl-remprop):
7636 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7637 (etypecase, progv, lexical-let, lexical-let*)
7638 (multiple-value-bind, multiple-value-setq, shiftf):
7639 Improve argument/docstring consistency.
7640
7641 * subr.el (focus-frame, unfocus-frame):
7642 Revert deletion on 2005-05-01.
7643
7644 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7645
7646 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7647 doesn't exist.
7648
7649 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7650 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7651
7652 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7653
7654 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7655 already deleted variables: auto-fill-hook, blink-paren-hook,
7656 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7657 suspend-hooks, comment-indent-hook, meta-flag,
7658 before-change-function, after-change-function,
7659 font-lock-doc-string-face.
7660
7661 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7662
7663 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7664
7665 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7666
7667 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7668 rmail-dont-reply-to.
7669
7670 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7671
7672 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7673 literal blank when splitting new-header-values.
7674
7675 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7676
7677 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7678 string so that tmm doesn't create a completion entry for it.
7679
7680 * textmodes/table.el (table-disable-menu): Ditto.
7681
7682 2005-05-21 Richard M. Stallman <rms@gnu.org>
7683
7684 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7685
7686 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7687
7688 * net/rcompile.el (remote-compile): Use compilation-start.
7689
7690 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7691
7692 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7693
7694 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7695 Default to makefile-bsdmake-mode on BSD systems.
7696
7697 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7698 REGEXP may also be a search function now. The part of doc-string
7699 for describing the structure was 95% identical to that of
7700 `imenu--generic-function'. Unify it there.
7701
7702 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7703 Use function to find dependencies, because regexp alone is so complex,
7704 it easily goes into an endless loop.
7705 (makefile-makepp-mode): Also add submenu for Perl functions
7706 defined in the makefile.
7707 (makefile-bsdmake-mode): Special imenu-generic-expression no
7708 longer needed, due to function call.
7709 (makefile-match-dependency): Take BOUND into account when checking
7710 if we're through.
7711
7712 2005-05-20 Jay Belanger <belanger@truman.edu>
7713
7714 * calc/calc-units.el (calc-invalidate-units-table):
7715 Use inhibit-read-only.
7716 (math-build-units-table-buffer): Use view-mode.
7717
7718 2005-05-20 David Kastrup <dak@gnu.org>
7719
7720 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7721 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7722
7723 2005-05-20 Lute Kamstra <lute@gnu.org>
7724
7725 * diff-mode.el (diff-header-face, diff-file-header-face)
7726 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7727 (diff-added-face, diff-changed-face, diff-function-face)
7728 (diff-context-face, diff-nonexistent-face): Put them in the
7729 diff-mode customization group.
7730
7731 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7732
7733 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7734
7735 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7736
7737 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7738 Minor regexp-optimization.
7739
7740 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7741
7742 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7743 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7744 (org-agenda-add-time-grid-maybe): New function.
7745 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7746 (org-table-create): `dotimes' instead of `mapcar'.
7747 (org-xor): Simplify implementation.
7748 (org-agenda): `inhibit-redisplay' turned on.
7749 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7750 a consistent line after a state change.
7751 (org-agenda-remove-times-when-in-prefix): New option.
7752 (org-prefix-has-time): New variable.
7753 (org-parse-time-string): Optional argument NODEFAULT.
7754 (org-format-agenda-item): Parse items for time-of-day
7755 specifications and move these into the prefix if possible.
7756 (org-agenda-priority): Get current heading, not previous heading
7757 during agenda remote editing.
7758
7759 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7760
7761 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7762 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7763 (remove-duplicates, delete-duplicates, substitute)
7764 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7765 (nsubstitute-if-not, find, find-if, find-if-not, position)
7766 (position-if, position-if-not, count, count-if, count-if-not)
7767 (mismatch, search, sort*, stable-sort, merge, member*)
7768 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7769 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7770 (intersection, nintersection, set-difference, nset-difference)
7771 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7772 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7773 (nsublis, tree-equal): Improve argument/docstring consistency.
7774
7775 * subr.el (send-string, send-region):
7776 Remove obsolescence declaration.
7777 (window-dot, set-window-dot, read-input, show-buffer)
7778 (eval-current-buffer, string-to-int):
7779 Add release number to obsolescence declarations.
7780
7781 2005-05-19 Kim F. Storm <storm@cua.dk>
7782
7783 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7784 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7785
7786 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7787
7788 * faces.el (list-faces-display): Make back button respect optional
7789 regexp arg.
7790
7791 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7792
7793 * calculator.el (calculator-radix-grouping-mode)
7794 (calculator-radix-grouping-digits, calculator-displayer)
7795 (calculator-radix-grouping-separator, calculator-copy-displayer):
7796 * dabbrev.el (dabbrev-search-these-buffers-only):
7797 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7798 (diff-advance-after-apply-hunk, diff-mode-hook)
7799 (diff-minor-mode-prefix):
7800 * imenu.el (imenu-use-popup-menu):
7801 * jit-lock.el (jit-lock-context-time):
7802 * newcomment.el (comment-fill-column, comment-column)
7803 (comment-style, comment-padding, comment-multi-line)
7804 (comment-empty-lines, comment-auto-fill-only-comments):
7805 * reveal.el (reveal-around-mark):
7806 * uniquify.el (uniquify-buffer-name-style)
7807 (uniquify-after-kill-buffer-p)
7808 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7809 (uniquify-min-dir-content, uniquify-separator)
7810 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7811 * w32-vars.el (w32-fixed-font-alist):
7812 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7813 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7814 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7815 * progmodes/perl-mode.el (perl-indent-level)
7816 (perl-continued-statement-offset, perl-continued-brace-offset)
7817 (perl-brace-offset, perl-brace-imaginary-offset)
7818 (perl-label-offset, perl-indent-continued-arguments)
7819 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7820 * progmodes/tcl.el (tcl-indent-level)
7821 (tcl-continued-indent-level, tcl-auto-newline)
7822 (tcl-tab-always-indent, tcl-electric-hash-style)
7823 (tcl-help-directory-list, tcl-use-smart-word-finder)
7824 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7825 (inferior-tcl-source-command):
7826 * textmodes/fill.el (enable-kinsoku):
7827 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7828 * textmodes/table.el (table-yank-handler):
7829 Specify missing group (and type, if simple) in defcustom.
7830
7831 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7832
7833 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7834
7835 2005-05-19 Richard M. Stallman <rms@gnu.org>
7836
7837 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7838
7839 * subr.el (event-basic-type): Don't get an error.
7840 (left-fringe-p): Function deleted.
7841
7842 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7843 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7844
7845 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7846 in recursive copy.
7847
7848 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7849
7850 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7851
7852 * emacs-lisp/bytecomp.el
7853 (byte-compile-file-form-custom-declare-variable): Call
7854 byte-compile-nogroup-warn if appropriate.
7855
7856 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7857 (compilation-set-window): Don't call left-fringe-p; do it directly.
7858
7859 2005-05-19 Jay Belanger <belanger@truman.edu>
7860
7861 * calc/calc-graph.el (calc-graph-format-data): Make sure
7862 var-PlotRejects is bound before trying to check its value.
7863
7864 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7865
7866 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7867 definition of this variable from reftex-global.el to reftex.el,
7868 because it is needed in the menu.
7869
7870 2005-05-19 Lute Kamstra <lute@gnu.org>
7871
7872 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7873 years are fixed. Don't insert a space after a dash.
7874
7875 2005-05-19 Kim F. Storm <storm@cua.dk>
7876
7877 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7878
7879 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7880
7881 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7882 strings, because (eq ... ?\\) is fairly frequent.
7883
7884 * progmodes/make-mode.el (makefile-add-this-line-targets):
7885 Simplify and integrate into `makefile-pickup-targets'.
7886 (makefile-add-this-line-macro): Simplify and integrate into
7887 `makefile-pickup-macros.
7888 (makefile-pickup-filenames-as-targets): Simplify.
7889 (makefile-previous-dependency, makefile-match-dependency):
7890 Don't stumble over `::'.
7891
7892 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7893
7894 * subr.el (post-command-idle-hook, post-command-idle-delay):
7895 Remove obsoletion of post-command-idle-hook and
7896 post-command-idle-delay.
7897
7898 * faces.el (list-faces-display): Provide button when describe-face
7899 is called to take user back to the list of faces.
7900
7901 * help-fns.el (describe-variable): Remove hyperlinks in a
7902 variable's value as these are quite frequently inappropriate.
7903
7904 * follow.el (follow-submit-feedback, follow-mode):
7905 Remove references to post-command-idle-hook.
7906
7907 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7908
7909 * progmodes/make-mode.el (makefile-previous-dependency)
7910 (makefile-match-dependency): Check for := (and in bsd mode also
7911 !=) to give a better result, even when font-lock is not on.
7912
7913 2005-05-18 Jay Belanger <belanger@truman.edu>
7914
7915 * calc/calc-help.el (calc-s-prefix-help):
7916 Add `calc-copy-special-constant' to help string.
7917
7918 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7919
7920 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7921
7922 2005-05-18 Jay Belanger <belanger@truman.edu>
7923
7924 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7925 in linear factors are in proper order.
7926
7927 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7928
7929 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7930 Support for jurabib.
7931
7932 * textmodes/reftex.el (featurep): Define aliases for overlay
7933 commands, for XEmacs compatibility, and use these aliases in
7934 overlay initializations.
7935 (reftex-highlight): Use `reftex-move-overlay'.
7936 (reftex-unhighlight): Use `reftex-delete-overlay'.
7937 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7938 (reftex-access-search-path): Use `reftex-uniquify' instead of
7939 `reftex-uniq'
7940
7941 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7942 `before-string' property modification enables for Emacs as well.
7943 (reftex-select-item): Use `reftex-delete-overlay'.
7944 (reftex-select-mark): Use `reftex-make-overlay' and
7945 `reftex-overlay-put'.
7946 (reftex-select-unmark): Use `reftex-delete-overlay' and
7947 `reftex-overlay-put'.
7948
7949 2005-05-18 Lute Kamstra <lute@gnu.org>
7950
7951 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7952
7953 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7954
7955 * add-log.el (add-change-log-entry):
7956 * array.el (array-make-template, array-reconfigure-rows)
7957 (array-init-max-row, array-init-max-column)
7958 (array-init-columns-per-line, array-init-field-width):
7959 * replace.el (replace-match-maybe-edit, perform-replace):
7960 * textmodes/spell.el (spell-region):
7961 Replace `read-input' by `read-string'.
7962
7963 * forms.el (forms-mode):
7964 * finder.el (finder-compile-keywords):
7965 * shadowfile.el (shadow-read-files):
7966 Replace `eval-current-buffer' by `eval-buffer'.
7967
7968 * terminal.el (te-pass-through):
7969 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7970 (ange-ftp-raw-send-cmd):
7971 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7972 (send-process-next-char, telnet-initial-filter, telnet):
7973 Replace `send-string' by `process-send-string'.
7974
7975 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7976 (prolog-consult-region): Replace `send-string' by
7977 `process-send-string'; replace `send-region' by `process-send-region'.
7978
7979 * progmodes/delphi.el (delphi-log-msg):
7980 Replace `set-window-dot' by `set-window-point'.
7981
7982 * subr.el (window-dot, set-window-dot, read-input, send-string)
7983 (send-region, show-buffer, eval-current-buffer):
7984 Make really obsolete, as the comment says.
7985
7986 2005-05-17 Kim F. Storm <storm@cua.dk>
7987
7988 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
7989 (cua--init-keymaps): Bind C-return instead of S-return to set
7990 rectangle mark.
7991
7992 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
7993 instead of S-return to toggle/clear rectangle mark.
7994
7995 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
7996
7997 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
7998 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
7999 Also fontify plain strings assigned to variables, mostly so that a
8000 colon has a face and is thus not taken as a dependency separator.
8001 (makefile-previous-dependency): Inline the new matcher, because it
8002 is too complex to work in both directions.
8003 (makefile-match-dependency): Eliminate `backward' arg (see above).
8004 Completely reimplemented so as to not sometimes go into an endless
8005 loop. It should also be more efficient, because first it only
8006 searches for `:', instead of applying the very complex regexp.
8007 (makefile-mode): Cancel `font-lock-support-mode', because blocks
8008 to be fontified in one piece can be too long for JIT.
8009 Makefiles are never *that* big.
8010
8011 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
8012
8013 * dired.el (dired-mode): Simplify.
8014
8015 2005-05-17 Lute Kamstra <lute@gnu.org>
8016
8017 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
8018 defcustom for the mode hook variable.
8019
8020 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
8021 Emacs Lisp Reference Manual.
8022
8023 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
8024
8025 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
8026 (evenp, list*):
8027 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
8028 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
8029
8030 * net/tramp-smb.el (tramp-smb-open-connection):
8031 Pass `tramp-chunksize' as fifth (required) argument.
8032
8033 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
8034
8035 * font-lock.el (lisp-font-lock-keywords-1):
8036 Set `font-lock-negation-char-face' for [^...] char group.
8037 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
8038
8039 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
8040 a var, and refine it to mask one more level of nested vars.
8041 (makefile-rule-action-regex): Turn it into a var, and refine it so
8042 it recognizes backslashed continuation lines as belonging to the
8043 same command.
8044 (makefile-macroassign-regex): Refine it so it recognizes
8045 backslashed continuation lines as belonging to the same command.
8046 (makefile-var-use-regex): Don't look at the next char, because it
8047 might be the same one to be skipped by the initial [^$], leading
8048 to an overlooked variable use.
8049 (makefile-make-font-lock-keywords): Remove two parameters, which
8050 are now variables that some of the modes set locally.
8051 Handle dependency and rule action matching through functions, because
8052 regexps alone match too often. Dependency matching now comes
8053 last, so it can check, whether a colon already matched something else.
8054 (makefile-mode): Inform that font-lock improves makefile parsing
8055 capabilities.
8056 (makefile-match-dependency, makefile-match-action): New functions.
8057
8058 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
8059
8060 * emacs-lisp/cl-extra.el (equalp): Doc fix.
8061
8062 * align.el (align-regexp):
8063 * ansi-color.el (ansi-color-get-face):
8064 * array.el (array-reconfigure-rows, array-init-max-row)
8065 (array-init-max-column, array-init-columns-per-line)
8066 (array-init-field-width):
8067 * dired-aux.el (dired-trample-file-versions):
8068 * dired-x.el (dired-mark-sexp):
8069 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
8070 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
8071 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
8072 * faces.el (face-read-integer):
8073 * files.el (backup-extract-version, insert-directory):
8074 * hexl.el (hexl-insert-decimal-char):
8075 * server.el (server-process-filter):
8076 * shell.el (shell-extract-num):
8077 * startup.el (command-line-1):
8078 * term.el (term-command-hook):
8079 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
8080 (time-stamp-do-number):
8081 * time.el (display-time-update):
8082 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
8083 (timezone-fix-time):
8084 * vms-patch.el (vms-suspend-resume-hook):
8085 * calendar/appt.el (appt-convert-time):
8086 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8087 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
8088 * calendar/cal-islam.el (mark-islamic-diary-entries):
8089 * calendar/calendar.el (calendar-cursor-to-date)
8090 (calendar-star-date):
8091 * calendar/diary-lib.el (diary-attrtype-convert)
8092 (mark-diary-entries, diary-entry-time):
8093 * calendar/solar.el (solar-get-number):
8094 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
8095 * emacs-lisp/re-builder.el (reb-display-subexp):
8096 * emulation/edt.el (edt-set-scroll-margins):
8097 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8098 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
8099 (vip-get-ex-count):
8100 * emulation/viper-ex.el (viper-get-ex-token)
8101 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
8102 * international/fontset.el (fontset-plain-name):
8103 * mail/feedmail.el (feedmail-look-at-queue-directory):
8104 * mail/mailalias.el (mail-get-names):
8105 * mail/rmail.el (rmail-convert-to-babyl-format):
8106 * mail/rmailsum.el (rmail-make-basic-summary-line)
8107 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
8108 (rmail-summary-goto-msg):
8109 * mail/smtpmail.el (smtpmail-read-response):
8110 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
8111 (ange-ftp-vms-add-file-entry):
8112 * play/gametree.el (gametree-looking-at-ply)
8113 (gametree-current-branch-score):
8114 * progmodes/ada-xref.el (ada-prj-find-prj-file)
8115 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
8116 * progmodes/cperl-mode.el (condition-case):
8117 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
8118 (ebrowse-set-member-buffer-column-width)
8119 (ebrowse-select-1st-to-9nth):
8120 * progmodes/etags.el (etags-snarf-tag):
8121 * progmodes/flymake.el (flymake-parse-line):
8122 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
8123 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
8124 (idlwave-shell-menu-def):
8125 * progmodes/ps-mode.el (ps-run-goto-error):
8126 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
8127 (vhdl-speedbar-contract-level):
8128 * term/mac-win.el (x-handle-numeric-switch):
8129 * term/sun-mouse.el (sun-get-frame-data):
8130 * term/w32-win.el (x-handle-numeric-switch):
8131 * term/x-win.el (x-handle-numeric-switch):
8132 * textmodes/ispell.el (ispell-parse-output):
8133 * textmodes/nroff-mode.el (nroff-outline-level):
8134 * textmodes/reftex-cite.el (reftex-bib-sort-year)
8135 (reftex-bib-sort-year-reverse, reftex-format-citation):
8136 * textmodes/reftex-parse.el (reftex-init-section-numbers)
8137 (reftex-section-number):
8138 * textmodes/texinfmt.el (texinfo-paragraphindent):
8139 Replace `string-to-int' by `string-to-number'.
8140
8141 * international/latexenc.el: Add page marker to force the "Local
8142 Variables:" string out of the last page.
8143
8144 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8145
8146 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
8147 tooltip-change-major-mode.
8148 (gud-tooltip-print-command): Remove case where gud-minor-mode
8149 is gdb ("--fullname").
8150 (gud-tooltip-tips): Turn GUD tooltips off for this case and
8151 explain to user.
8152
8153 2005-05-16 Jay Belanger <belanger@truman.edu>
8154
8155 * calc/calc-store.el (calc-copy-special-constant): New function.
8156
8157 * calc/calc-ext.el (calc-init-extensions): Add binding for
8158 `calc-copy-special-constant'.
8159
8160 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
8161 for the `calc-copy-special-constant' command.
8162
8163 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8164
8165 * subr.el (left-fringe-p): New function.
8166
8167 * progmodes/compile.el (compilation-setup): Set local value of
8168 overlay-arrow-string to "" always.
8169 (compilation-set-window): Left fringe then don't scroll.
8170 No left fringe then no arrow and scroll message to top.
8171 (compilation-context-lines): Adjust doc string accordingly.
8172
8173 2005-05-16 Kim F. Storm <storm@cua.dk>
8174
8175 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8176 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
8177 (ido-wide-find-dir-or-delete-dir): New command for M-d.
8178 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
8179 (ido-read-file-name): Handle commands with ido property value
8180 equal to find-file as reading a file name, to allow C-d to enter dired.
8181 (ibuffer-find-file): Add ido property with value find-file.
8182
8183 2005-05-15 Kim F. Storm <storm@cua.dk>
8184
8185 * subr.el (open-network-stream-nowait): Remove.
8186 (open-network-stream-server): Remove.
8187
8188 2005-05-15 Richard M. Stallman <rms@gnu.org>
8189
8190 * faces.el (describe-face): Output a definition link button.
8191
8192 * help-mode.el (help-face-def): New button type.
8193
8194 * emacs-lisp/copyright.el (copyright-fix-years):
8195 Match properly if the first year is 2-digit.
8196 Don't mess up the whitespace after the years by filling.
8197
8198 * dired-aux.el (dired-mark-confirm):
8199 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8200
8201 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8202 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8203 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8204
8205 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8206 Set font-lock-comment-start-skip.
8207
8208 * font-lock.el (font-lock-comment-start-skip): New variable.
8209 (font-lock-comment-end-skip): New variable.
8210 (font-lock-fontify-syntactically-region): Use them if non-nil.
8211
8212 2005-05-15 Jay Belanger <belanger@truman.edu>
8213
8214 * calc/calc-store.el (calc-store-value): Return a string rather
8215 than display it as a message.
8216 Use calc-var-name for variable name.
8217 (calc-store-into): Add the result of calc-store-value to message.
8218 (calc-copy-variable): Add a message.
8219 (calc-store-exchange): Improve error messages.
8220 (calc-store-binary, calc-store-map): Don't reset the values of
8221 special constants.
8222
8223 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8224
8225 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8226 manual to docstring.
8227
8228 * files.el (hack-local-variables-confirm): Add STRING argument.
8229 Make the function handle non file visiting buffers correctly.
8230 (hack-local-variables-prop-line, hack-local-variables)
8231 (hack-one-local-variable): Use STRING arg of
8232 `hack-local-variables-confirm'.
8233
8234 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8235
8236 Sync with Tramp 2.0.49.
8237
8238 * net/tramp.el (tramp-handle-dired-call-process)
8239 (tramp-handle-insert-directory):`insert-buffer' cannot be used
8240 because the contents of the Tramp buffer is changed before
8241 insertion (`expand-file' and alike).
8242 (tramp-handle-insert-directory): If `localname' has an empty
8243 nondirectory name, it must not be quoted.
8244 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
8245 variable `tramp-chunksize'. Change callees.
8246 (tramp-open-connection-setup-interactive-shell): Check remote host
8247 for buggy `send-process-string' implementation.
8248 Set `tramp-chunksize' if found. Reported by Michael Kifer
8249 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8250 (tramp-handle-shell-command): `insert-buffer' cannot be used
8251 because the contents of the Tramp buffer is changed before
8252 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
8253 <frederic.bothamy@free.fr>.
8254 (tramp-set-auto-save): Actions should be done for Tramp file name
8255 handler only. Ange-FTP has its own auto-save mechanism.
8256 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8257 (tramp-set-auto-save-file-modes): Set file modes of
8258 `buffer-auto-save-file-name' to ?\600 as fallback solution.
8259 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8260 (tramp-bug): Remove obsolete variable.
8261 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
8262 for presence of `mml-mode'. Make it running for older Emacsen as well.
8263
8264 2005-05-14 John Paul Wallington <jpw@pobox.com>
8265
8266 * ibuf-ext.el (define-ibuffer-filter filename):
8267 If `dired-directory' is a list, use its car.
8268
8269 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
8270
8271 * ibuffer.el (define-ibuffer-column filename):
8272 If `dired-directory' is a list, use its car.
8273
8274 2005-05-14 Richard M. Stallman <rms@gnu.org>
8275
8276 * subr.el (symbol-file): Doc fix.
8277
8278 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8279 (byte-compile-form): Call byte-compile-nogroup-warn.
8280 (byte-compile-warning-types): Doc fix.
8281
8282 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8283
8284 * progmodes/cc-engine.el (c-literal-faces):
8285 Add font-lock-comment-delimiter-face.
8286
8287 * net/net-utils.el (dig): Use with-no-warnings.
8288
8289 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8290 (sc-recite-frame-alist, sc-default-cite-frame)
8291 (sc-default-uncite-frame, sc-default-recite-frame)
8292 (sc-attrib-selection-list, sc-rewrite-header-list):
8293 Mark as risky-local-variable.
8294
8295 * international/ogonek.el (ogonek-jak, ogonek-how):
8296 Don't use beginning-of-buffer.
8297
8298 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8299
8300 * calendar/solar.el (solar-data-list): Move definition up.
8301
8302 * dnd.el (dnd-protocol-alist): Add autoload.
8303
8304 * progmodes/sh-script.el: Many doc usage fixes.
8305 (sh-indent-after-do): Change default to match common styles.
8306
8307 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8308
8309 * files.el (interpreter-mode-alist)
8310 (auto-mode-interpreter-regexp): Doc fixes.
8311
8312 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8313
8314 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8315
8316 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8317
8318 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8319
8320 * dired.el (dired-mode): make-variable-buffer-local =>
8321 make-local-variable.
8322
8323 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8324
8325 * term/mac-win.el (mac-select-convert-to-string): Try coding
8326 systems in mac-script-code-coding-systems if specified one cannot
8327 encode string for `com.apple.traditional-mac-plain-text'.
8328
8329 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8330
8331 * progmodes/make-mode.el (makefile-targets-face)
8332 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8333 (makefile-dependency-regex): Fix it to not make the colon in
8334 $(var:a=b) special.
8335 (makefile-rule-action-regex): New regexp for highlighting embedded
8336 Shell strings.
8337 (makefile-macroassign-regex): Handle != for highlighting as
8338 embedded Shell strings.
8339 (makefile-var-use-regex): New const.
8340 (makefile-statements, makefile-automake-statements)
8341 (makefile-gmake-statements, makefile-makepp-statements)
8342 (makefile-bsdmake-statements): New consts.
8343 (makefile-make-font-lock-keywords): New function.
8344 (makefile-automake-font-lock-keywords)
8345 (makefile-gmake-font-lock-keywords)
8346 (makefile-makepp-font-lock-keywords)
8347 (makefile-bsdmake-font-lock-keywords): New consts.
8348 (makefile-mode-map): Add switchers between the various submodes.
8349 (makefile-mode): Document the availability of the variants.
8350 (makefile-automake-mode, makefile-gmake-mode)
8351 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8352
8353 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8354 new variants of makefile-mode.
8355
8356 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8357
8358 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8359 the inheritance.
8360
8361 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8362
8363 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8364 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8365
8366 * files.el (normal-mode): Extend the scope of the
8367 `enable-local-variables' binding to include the `set-auto-mode' call.
8368 (magic-mode-alist): Doc fix.
8369
8370 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8371
8372 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8373 font-lock-comment-face rather than copying its setting.
8374
8375 2005-05-12 Andreas Schwab <schwab@suse.de>
8376
8377 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8378
8379 2005-05-12 Lute Kamstra <lute@gnu.org>
8380
8381 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8382 defcustom for the mode hook variable. Delete the last argument.
8383 * generic-x.el: Fix callers of define-generic-mode.
8384 (generic-x-modes): Delete group.
8385 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8386 generic-x customization group.
8387
8388 2005-05-12 Kim F. Storm <storm@cua.dk>
8389
8390 * font-lock.el (font-lock-negation-char-face): Default to "off".
8391
8392 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8393 font-lock-negation-char-face to ! in !=.
8394
8395 2005-05-12 Masatake YAMATO <jet@gyve.org>
8396
8397 * add-log.el (find-change-log): Fix typos in the docstring
8398 of function.
8399
8400 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8401
8402 * international/latexenc.el (latexenc-find-file-coding-system):
8403 Avoid `re-search-forward' when looking for input encoding because
8404 of speed and safety. Better regular expressions for recognizing
8405 input encoding. Limit a search for TeX-master/tex-main-file to
8406 the local variable section.
8407
8408 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8409
8410 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8411 syntax of $ to "'" (quote).
8412
8413 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8414
8415 * dnd.el (dnd-protocol-alist): Improve custom type.
8416
8417 * dired.el (dired-dnd-protocol-alist): New variable.
8418 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8419 `dired-mode-hook' to the end.
8420
8421 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8422
8423 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8424 comment-end if comment-start-skip is not set.
8425 Obey the font-lock-comment-delimiter-face variables.
8426
8427 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8428
8429 * files.el (executable-find): Move from executable.el. Use
8430 locate-file.
8431 * progmodes/executable.el (executable-find): Move to files.el.
8432
8433 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8434 when trying to ensure forward progress.
8435
8436 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8437
8438 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8439 (mouse-select, mouse-select-internal, mouse-extend-internal):
8440 Use it to implement mouse-1-click-follows-link functionality.
8441
8442 2005-05-11 Richard M. Stallman <rms@gnu.org>
8443
8444 * font-lock.el (font-lock-fontify-syntactically-region):
8445 Use font-lock-comment-delimiter-face for comment delimiters.
8446
8447 2005-05-10 Jay Belanger <belanger@truman.edu>
8448
8449 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8450 preserving embedded modes.
8451
8452 2005-05-10 Richard M. Stallman <rms@gnu.org>
8453
8454 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8455
8456 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8457 Move from ada-stmt.el.
8458 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8459
8460 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8461 Move to ada-mode.el.
8462 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8463
8464 * cus-edit.el (custom-file): Call file-chase-links.
8465
8466 * files.el (read-directory-name): Fix previous change.
8467 (hack-local-variables-confirm): New function.
8468 (hack-local-variables-prop-line, hack-local-variables)
8469 (hack-one-local-variable): Use it.
8470
8471 2005-05-10 Lute Kamstra <lute@gnu.org>
8472
8473 * font-lock.el (font-lock-keywords-alist)
8474 (font-lock-removed-keywords-alist): Clarify docstrings.
8475
8476 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8477
8478 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8479 (gdb-source-info): Check for preprocessor info.
8480 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8481 a macro for a function.
8482 (gdb-info-breakpoints-custom): Try to find file again if not already
8483 found (user might have used GDB dir command).
8484 (gdb-get-location): Update gdb-location-alist correctly for change
8485 to gdb-info-breakpoints-custom.
8486
8487 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8488 (gud-tooltip-print-command): Add gdbmi case.
8489 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8490 preprocessor info.
8491
8492 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8493
8494 * startup.el (fancy-splash-insert): Fix typo in doc string.
8495
8496 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8497
8498 * obsolete/float.el (string-to-float):
8499 * obsolete/hilit19.el (hilit-add-pattern):
8500 * obsolete/rnews.el (news-parse-range, news-select-message)
8501 (news-get-pruned-list-of-files): Replace `string-to-int' by
8502 `string-to-number'.
8503
8504 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8505 `find-file-not-found-hooks'; use `add-hook'.
8506 (uncompress-while-visiting): Set `write-file-functions', not
8507 `write-file-hooks'; use `add-hook'.
8508
8509 2005-05-09 Kim F. Storm <storm@cua.dk>
8510
8511 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8512 (cua-paste): Handle clipboard action.
8513 (cua--init-keymaps): Remap clipboard-kill-region and
8514 clipboard-kill-ring-save.
8515
8516 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8517
8518 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8519 Improve commentary.
8520
8521 * simple.el (next-error-overlay-arrow-position): Revert the change
8522 made on 2005-04-30.
8523
8524 2005-05-07 Jay Belanger <belanger@truman.edu>
8525
8526 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8527 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8528 `calc-sel-reselect'.
8529
8530 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8531 Calc is in embedded mode.
8532
8533 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8534
8535 * progmodes/compile.el (compilation-setup):
8536 Set overlay-arrow-string to an empty string on text terminals.
8537
8538 * textmodes/ispell.el (ispell-program-name): Try looking for
8539 "aspell" along exec-path, and if found, use it as the default
8540 speller program.
8541
8542 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8543
8544 * international/mule.el (sgml-xml-auto-coding-function):
8545 Recognize encoding='FOO' in single quotes as well as in double quotes.
8546
8547 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8548
8549 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8550 as well as `interactive', so that defmacro* would recognize
8551 `declare' forms.
8552
8553 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8554
8555 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8556 Explain more about the LIGHTER arg's usage in the doc string.
8557 Add commentary to clarify what the code does. Fix the regexp that
8558 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8559 since it could have characters special to regular expressions.
8560
8561 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8562
8563 * replace.el (occur-1): Bind inhibit-read-only so that
8564 erase-buffer doesn't barf on read-only text properties (likewise
8565 for add-text-properties in occur-engine). Mark buffer as unmodified.
8566 (occur-engine): Don't set buffer-read-only here.
8567
8568 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8569
8570 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8571 list-buffers-directory. This caused the *cvs-commit* buffer to be
8572 sometimes mistakenly reused as a *cvs* buffer.
8573
8574 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8575
8576 * tooltip.el: Move code for GUD tooltips into gud.el.
8577 (require): CL no longer needed to compile case.
8578 (tooltip-mode): Do not toggle functions for GUD tooltips.
8579 (tooltip-gud-tips-p): Remove. Replace with minor mode
8580 gud-tooltip-mode in gud.el.
8581 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8582 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8583 tooltip-gud prefix with gud-tooltip and obsolete.
8584 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8585 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8586 (tooltip-mouse-motion): Mouse movement functions/variable.
8587 Rename in gud.el by adding gud prefix.
8588 (tooltip-gud-original-filter, tooltip-gud-dereference)
8589 (tooltip-gud-event, tooltip-toggle-gud-tips)
8590 (tooltip-gud-process-output, tooltip-gud-print-command)
8591 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8592 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8593 (gdb-tooltip-print): Move to gdb-ui.el.
8594
8595 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8596 (require): CL needed to compile case.
8597 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8598 tooltip-gud-tips-p. Make it a minor-mode.
8599 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8600 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8601 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8602 (gud-tooltip-change-major-mode)
8603 (gud-tooltip-activate-mouse-motions-if-enabled)
8604 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8605 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8606 (gud-tooltip-original-filter, gud-tooltip-dereference)
8607 (gud-tooltip-event, tooltip-toggle-gud-tips)
8608 (gud-tooltip-process-output, gud-tooltip-print-command)
8609 (gud-tooltip-tips): Move from tooltip.el.
8610
8611 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8612 (gdb-cpp-define-alist-flags): Doc fix.
8613 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8614 gud-tooltip-mode is t.
8615
8616 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8617
8618 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8619 evaporate if their text is deleted.
8620 (goto-address-at-point): Make it work as a mouse binding as well.
8621 (goto-address-at-mouse): Obsolete it. Update users.
8622
8623 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8624
8625 * calendar/appt.el (top-level): No longer activate on load.
8626
8627 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8628
8629 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8630 * net/webjump.el (webjump):
8631 * progmodes/idlw-help.el (idlwave-do-context-help1)
8632 (idlwave-highlight-linked-completions):
8633 * textmodes/po.el (po-find-file-coding-system-guts):
8634 Replace `assoc-ignore-case' by `assoc-string'.
8635
8636 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8637
8638 * files.el (locate-file): Doc fix.
8639
8640 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8641 Remove the redundant test for ms-dos.
8642
8643 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8644 look for the preprocessor with exec-suffixes. If not found in
8645 standard places, look in exec-path. Remove most of the tests that
8646 used system-type.
8647
8648 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8649
8650 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8651
8652 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8653 file-name clash with jka-compr.el on 8+3 filesystems.
8654
8655 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8656
8657 * term/mac-win.el: Don't define or bind scroll bar functions if
8658 x-toolkit-scroll-bars is t.
8659 (x-select-text, x-get-selection-value): Clear
8660 x-last-selected-text-clipboard if x-select-enable-clipboard is
8661 nil.
8662 (PRIMARY): Put mac-scrap-name property.
8663 (mac-select-convert-to-file-url): New function.
8664 (public.file-url): New selection target type. Add to
8665 selection-converter-alist.
8666 (x-get-selection, x-selection-value): Handle it.
8667 (x-cut-buffer-or-selection-value): New alias.
8668
8669 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8670
8671 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8672 entry to avoid calling bibtex-find-entry with arg global
8673 being t. Remove arg key.
8674 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8675 (bibtex-copy-summary-as-kill): Change accordingly.
8676
8677 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8678
8679 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8680 (org-agenda-date-later): Use with-current-buffer.
8681
8682 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8683
8684 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8685 (define-obsolete-variable-alias): Doc Fixes.
8686
8687 2005-05-06 Kim F. Storm <storm@cua.dk>
8688
8689 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8690 vertical-motion when selective-display is active.
8691
8692 * ido.el (ido-setup-hook): New hook.
8693 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8694 (ido-input-stack): New var.
8695 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8696 ido-next-work-file binding to M-O.
8697 Bind M-f to ido-wide-find-file-or-pop-dir.
8698 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8699 (ido-read-internal): Run ido-setup-hook.
8700 Catch quit in read-file-name and read-string to cancel edit.
8701 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8702 Automatically pop-all when completing a directory name (RET).
8703 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8704 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8705 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8706 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8707 New functions for M-b/M-f to move among the directory components.
8708 (ido-make-merged-file-list): Catch quit to cancel merge.
8709 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8710 (ido-completion-help): No warnings for ido-completion-buffer-full.
8711
8712 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8713
8714 * font-lock.el (font-lock-negation-char-face): New face and variable.
8715 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8716 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8717 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8718 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8719
8720 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8721
8722 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8723 Fix typo in docstring.
8724
8725 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8726 (ebrowse-print-statistics-line)
8727 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8728
8729 * term/w32-win.el (image-library-alist): Add additional name for
8730 Xpm library.
8731
8732 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8733
8734 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8735 use gcc instead of cpp.
8736
8737 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8738 (gdb-create-define-alist): Use it.
8739 (gdb-cpp-define-alist-program): Update for MS-DOS.
8740
8741 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8742
8743 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8744
8745 2005-05-04 Richard M. Stallman <rms@gnu.org>
8746
8747 * help.el (describe-key): No error when UNTRANSLATED is nil.
8748
8749 * simple.el (line-move-1): Fix previous change to signal errors
8750 appropriately.
8751
8752 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8753
8754 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8755 (icalendar-duration-correction): Remove.
8756 (icalendar--get-event-properties): Split result at commas.
8757 (icalendar--decode-isoduration): New optional argument
8758 DURATION-CORRECTION.
8759 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8760 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8761 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8762 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8763 (icalendar--convert-anniversary-to-ical): New functions, extracted
8764 from icalendar-export-region, with bug fixes.
8765 (icalendar-export-region): Use the above functions.
8766 (icalendar-import-buffer): Check before saving diary file.
8767 (icalendar--convert-recurring-to-diary)
8768 (icalendar--convert-non-recurring-all-day-to-diary)
8769 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8770 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8771 (icalendar--convert-ical-to-diary): Use the above functions.
8772
8773 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8774
8775 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8776 Remove these recent additions.
8777 (c-mode): Restore to before 2005-04-28.
8778
8779 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8780 recent addition.
8781
8782 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8783 (gdb-define-alist): New variables.
8784 (gdb-create-define-alist): New function.
8785 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8786 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8787 with string-to-number.
8788 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8789
8790 * progmodes/gud.el: Replace string-to-int with string-to-number.
8791 (gud-find-file): Handle gdb-define-alist.
8792
8793 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8794
8795 2005-05-02 Jay Belanger <belanger@truman.edu>
8796
8797 * calc/calc-aent.el (math-read-token):
8798 * calc/calc-bin.el (calc-word-size):
8799 * calc/calc-ext.el (calc-read-number-fancy):
8800 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8801 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8802 * calc/calc-frac.el (calc-over-notation):
8803 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8804 (calc-graph-num-points, calc-graph-init):
8805 * calc/calc-prog.el (calc-read-parse-table-part)
8806 (calc-edit-macro-repeats):
8807 * calc/calc-yank.el (calc-do-grab-rectangle):
8808 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8809 Replace `string-to-int' by `string-to-number'.
8810
8811 2005-05-02 Kim F. Storm <storm@cua.dk>
8812
8813 * kmacro.el: Use executing-kbd-macro-index variable.
8814
8815 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8816
8817 * net/rlogin.el (rlogin-parse-words): Delete func.
8818 (rlogin): Use split-string, not rlogin-parse-words.
8819 Also, if there are option-like elements in the parsed args,
8820 take the host to be the first arg immediately following them.
8821 Suggested by Michael Mauger.
8822
8823 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8824
8825 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8826
8827 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8828
8829 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8830 (cc-mode-cpp-program): Rename to cc-define-list-program and
8831 move to cc-vars.el.
8832
8833 * progmodes/cc-vars.el (cc-define-list-program):
8834 Change to "gcc -E -dM -". Make customizable.
8835
8836 2005-05-02 Kim F. Storm <storm@cua.dk>
8837
8838 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8839
8840 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8841
8842 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8843
8844 * international/mule-util.el (truncate-string): Remove alias and
8845 obsolete declaration.
8846
8847 * international/mule-cmds.el (update-iso-coding-systems):
8848 Remove alias and obsolete declaration.
8849
8850 * international/mule.el (coding-system-parent): Remove alias and
8851 obsolete declaration.
8852
8853 * subr.el (define-function, sref): Remove aliases and obsolete
8854 declarations.
8855 (chars-in-region): Remove obsolete declaration.
8856
8857 2005-05-01 Richard M. Stallman <rms@gnu.org>
8858
8859 * info.el (Info-mode): Set widen-automatically to nil, locally.
8860
8861 * simple.el (widen-automatically): New variable.
8862 (pop-global-mark): Obey widen-automatically.
8863
8864 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8865
8866 * term/xterm.el (function-key-map): Call substitute-key-definition
8867 before the keymap size is increased by a lot of define-key calls.
8868
8869 2005-05-01 Richard M. Stallman <rms@gnu.org>
8870
8871 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8872 Rename ARG to ELEMENT. Doc fix.
8873
8874 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8875
8876 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8877 Remove references to allout-exposure/change to allout-new-exposure.
8878
8879 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8880 bytecode symbols.
8881
8882 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8883 (compiled-function-p, focus-frame, unfocus-frame):
8884 Remove aliases and obsolete declarations.
8885 Back out inadvertent changes from previous commit.
8886
8887 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8888
8889 * files.el (require-final-newline): Make Custom tags consistent
8890 with mode-require-final-newline.
8891 (mode-require-final-newline): Doc fix.
8892
8893 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8894
8895 * international/latexenc.el (latexenc-find-file-coding-system):
8896 Fix regular expressions.
8897
8898 2005-05-01 David Kastrup <dak@gnu.org>
8899
8900 * international/latexenc.el (latexenc-find-file-coding-system):
8901 Fix regular expressions.
8902
8903 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8904
8905 * subr.el (string-to-int): Make obsolete.
8906
8907 2005-04-30 Richard M. Stallman <rms@gnu.org>
8908
8909 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8910
8911 * loadup.el: load jka-comp-hook.
8912
8913 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8914 (jka-compr-handler): Add autoload. `put' calls moved
8915 to jka-comp-hook.el.
8916 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8917 (jka-compr-inhibit): Autoload.
8918
8919 * jka-comp-hook.el: New file.
8920 Enable the mode by default.
8921
8922 * files.el (backup-buffer-copy): Use copy-file instead
8923 of write-region, and put back the 'excl.
8924
8925 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8926
8927 * progmodes/flymake.el (flymake-split-string)
8928 (flymake-split-string, flymake-log, flymake-pid-to-names)
8929 (flymake-reg-names, flymake-get-source-buffer-name)
8930 (flymake-unreg-names, flymake-add-line-err-info)
8931 (flymake-add-err-info): Clarify docstrings.
8932 (flymake-popup-menu, flymake-make-emacs-menu)
8933 (flymake-make-xemacs-menu): Add docstrings.
8934 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8935 Set variables directly throughout.
8936
8937 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8938
8939 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8940 exists. Initialize cc-define-alist.
8941 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8942 If there is no file (Macroexpansion) don't create an alist.
8943
8944 2005-04-29 Sam Steingold <sds@gnu.org>
8945
8946 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8947 (cc-create-define-alist): Use it instead of the hard-coded string.
8948
8949 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8950
8951 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8952 for latexenc.
8953
8954 2005-04-29 Lute Kamstra <lute@gnu.org>
8955
8956 * emacs-lisp/generic.el: Improve commentary section.
8957 (define-generic-mode): Improve docstring.
8958
8959 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8960
8961 * textmodes/org.el (many places): Change to quiet the byte compiler.
8962 (org-prefix-format-compiled): New variable.
8963 (org-compile-prefix-format): New function.
8964 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8965 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8966 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8967 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8968 consistency with entries from `org-mode' files.
8969 (org-get-time-of-day): Fix bug with partial matches early in a line.
8970 (org-non-link-chars): New constant.
8971 (org-link-regexp): Respect `org-non-link-chars'.
8972 (org-agenda-day-view): Remove command.
8973 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8974 (org-follow-bbdb-link, org-store-link): Search also company field.
8975 (org-highlight-overlay): New variable.
8976 (org-highlight, org-unhighlight): New functions.
8977 (org-agenda-mode): Add pre-command-hook to remove highlight.
8978 (org-evaluate-time-range): Behavior depends upon whether time stamp
8979 contains a time or not.
8980 (org-show-subtree, org-show-entry): New functions.
8981 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8982
8983 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
8984
8985 * comint.el (comint-output-filter-functions): Add autoload cookie.
8986
8987 2005-04-28 Kim F. Storm <storm@cua.dk>
8988
8989 * ido.el (ido-everywhere): Fix last change.
8990
8991 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8992
8993 * international/latexenc.el: New file.
8994 * international/mule-conf.el (file-coding-system-alist): For .tex,
8995 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
8996
8997 2005-04-28 Lute Kamstra <lute@gnu.org>
8998
8999 * font-lock.el (font-lock-add-keywords)
9000 (font-lock-remove-keywords): Clarify docstring.
9001 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
9002 Don't start docstrings with a `*'.
9003 (font-lock-update-removed-keyword-alist): Give it a docstring.
9004
9005 * generic-x.el: Update commentary section.
9006 Only require font-lock when compiling.
9007 Define all modes conditionally.
9008 Place all generic modes in the generic-x-modes customization group.
9009 (generic-x-modes): New customization group.
9010 (generic-default-modes, generic-mswindows-modes)
9011 (generic-unix-modes, generic-other-modes): New constants.
9012 (generic-define-mswindows-modes, generic-define-unix-modes):
9013 Update docstrings. Make them obsolete.
9014 (generic-extras-enable-list): New default value. Update docstring.
9015 Improve :type. Change :set function.
9016 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
9017 Fix docstring.
9018
9019 * emacs-lisp/generic.el (generic-mode-internal):
9020 Simplify font-lock-defaults.
9021 (define-generic-mode): Fix docstring.
9022
9023 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9024
9025 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
9026 font-lock-face property to highlight matches.
9027
9028 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
9029
9030 * progmodes/cc-mode.el (cc-create-define-alist): New function.
9031 (cc-define-alist): New variable.
9032 (c-mode): Make it local and initialize it.
9033
9034 * progmodes/gdb-ui.el (gdb-active-process): New variable.
9035 (gdb-exited): New function.
9036 (gdb-annotation-rules): Use it.
9037 (gdb-starting): Set gdb-active-process to t.
9038 (gdb-stopping): Amend doc string.
9039 (gdb-reset): Set gdb-active-process to nil.
9040
9041 * tooltip.el (tooltip-gud-tips): Show the associated #define
9042 directives when a C program under GDB is not executing.
9043
9044 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9045
9046 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
9047 font-lock-fontify-syntactic-keywords.
9048
9049 * font-lock.el (font-lock-default-fontify-region): Don't force
9050 parse-sexp-lookup-properties to nil.
9051
9052 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9053
9054 * man.el (man-mode-syntax-table): Set up `:' to have
9055 word-constituent syntax.
9056
9057 2005-04-27 Lute Kamstra <lute@gnu.org>
9058
9059 * novice.el (disable-command): Don't add spurious newlines to the
9060 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
9061
9062 2005-04-26 Jay Belanger <belanger@truman.edu>
9063
9064 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
9065 than one window before deleting window.
9066
9067 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
9068
9069 * shell.el (shell-prompt-pattern): Doc fix.
9070 (shell-mode): Set paragraph-separate buffer locally to "\\'".
9071
9072 * comint.el (comint-prompt-regexp, comint-get-old-input)
9073 (comint-use-prompt-regexp)
9074 (comint-use-prompt-regexp-instead-of-fields)
9075 (comint-replace-by-expanded-history, comint-send-input)
9076 (comint-output-filter, comint-get-old-input-default)
9077 (comint-line-beginning-position, comint-bol, comint-show-output)
9078 (comint-backward-matching-input, comint-forward-matching-input)
9079 (comint-next-prompt, comint-previous-prompt):
9080 Rename `comint-use-prompt-regexp-instead-of-fields' to
9081 `comint-use-prompt-regexp'. Keep old name as alias and declare
9082 obsolete.
9083 (comint-use-prompt-regexp): Shorten first line of doc string.
9084
9085 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
9086 Set paragraph-separate buffer locally to "\\'".
9087
9088 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
9089 Adapt to above name change.
9090
9091 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9092 (smbclient-prompt-regexp): Ditto.
9093
9094 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
9095
9096 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
9097
9098 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
9099 gdb-location-list.
9100 Break lines that are over 80 characters wide.
9101
9102 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9103
9104 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
9105 New fun and var, to preserve compatibility.
9106
9107 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
9108
9109 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
9110
9111 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
9112 name to file-newer-than-file-p.
9113
9114 2005-04-26 Richard M. Stallman <rms@gnu.org>
9115
9116 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
9117
9118 * progmodes/python.el (python-mode):
9119 Use new name eldoc-documentation-function.
9120
9121 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
9122
9123 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9124 (eldoc-documentation-function):
9125 Rename from eldoc-print-current-symbol-info-function. Calls changed.
9126
9127 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
9128
9129 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
9130
9131 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9132
9133 * term/xterm.el (function-key-map): Fix strings for
9134 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
9135 {C,S,A,C-S}-{f1-f12}.
9136
9137 2005-04-26 Kenichi Handa <handa@m17n.org>
9138
9139 * international/mule-cmds.el (select-safe-coding-system):
9140 Fix previous change.
9141
9142 2005-04-26 Lute Kamstra <lute@gnu.org>
9143
9144 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
9145
9146 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
9147 (font-lock-comment-delimiter-face): Ditto.
9148
9149 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
9150
9151 2005-04-25 Jay Belanger <belanger@truman.edu>
9152
9153 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
9154 to t while inserting information; use help-mode.
9155
9156 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9157
9158 * term.el (ansi-term-color-vector): Use the xterm colors.
9159 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
9160
9161 2005-04-25 Lute Kamstra <lute@gnu.org>
9162
9163 * font-core.el (font-lock-defaults): Fix docstring.
9164
9165 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
9166
9167 2005-04-25 Kenichi Handa <handa@m17n.org>
9168
9169 * international/mule-cmds.el (select-safe-coding-system):
9170 Don't check consistency with coding: spec, etc if raw-text or
9171 no-conversion was found to be safe.
9172
9173 2005-04-24 Richard M. Stallman <rms@gnu.org>
9174
9175 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
9176 citation markers at start of each line.
9177
9178 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
9179 citation markers at start of each line.
9180
9181 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
9182
9183 * files.el (mode-require-final-newline): Fix previous change.
9184 (require-final-newline): Fix type label.
9185
9186 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9187
9188 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9189 statement in buffer (broken by 2004-11-24 change).
9190
9191 2005-04-24 Kim F. Storm <storm@cua.dk>
9192
9193 * ido.el (ido-everywhere): Save and restore old read-buffer-function
9194 and read-file-name-function values. Don't overwrite existing
9195 non-nil values if ido-mode is enabled without ido-everywhere.
9196
9197 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
9198
9199 * files.el (mode-require-final-newline): Minor doc fix.
9200
9201 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9202
9203 * subr.el (syntax-after): Doc fix.
9204 (syntax-class): If argument is nil, return nil. Mask off upper 16
9205 bits, not 8 bits.
9206
9207 * files.el (mode-require-final-newline): Doc fix.
9208 (backup-buffer-copy): Fix last change.
9209
9210 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9211
9212 * term/mac-win.el: Require select. Set selection-coding-system to
9213 mac-system-coding-system. Call menu-bar-enable-clipboard.
9214 (x-last-selected-text-clipboard, x-last-selected-text-primary)
9215 (x-select-enable-clipboard): New variables.
9216 (x-select-text, x-get-selection, x-selection-value)
9217 (x-get-selection-value, mac-select-convert-to-string)
9218 (mac-services-open-file, mac-services-open-selection)
9219 (mac-services-insert-text): New functions.
9220 (CLIPBOARD, FIND): Put mac-scrap-name property.
9221 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9222 (public.tiff): Put mac-ostype property.
9223 (selection-converter-alist): Add entries for them.
9224 (mac-application-menu-map): New keymap.
9225 (interprogram-cut-function, interprogram-paste-function): Set to
9226 x-select-text and x-get-selection-value, respectively.
9227 (split-window-keep-point): Set to t.
9228
9229 2005-04-23 Richard M. Stallman <rms@gnu.org>
9230
9231 * files.el (read-directory-name): Always pass non-nil
9232 DEFAULT-FILENAME arg to read-file-name.
9233 (backup-buffer-copy, basic-save-buffer-2): Take care against
9234 writing thru an unexpected existing symlink.
9235 (revert-buffer): In indirect buffer, revert the base buffer.
9236 (magic-mode-alist): Doc fix.
9237 (buffer-stale-function): Doc fix.
9238 (minibuffer-with-setup-hook): Avoid warning.
9239 (mode-require-final-newline): Doc and custom fix.
9240
9241 * follow.el (follow-end-of-buffer): Use with-no-warnings.
9242
9243 * font-lock.el (font-lock-comment-face): On terminals with few colors,
9244 use the default appearance.
9245 (font-lock-comment-delimiter-face): New face, new variable.
9246
9247 * imenu.el (imenu--generic-function): The official position of a
9248 definition is the start of the line that BEG is in.
9249
9250 * midnight.el (midnight-timer): Move defvar up.
9251
9252 * mouse.el (mouse-drag-region-1): Delete some debugging code.
9253
9254 * saveplace.el (save-place-to-alist): Use with-no-warnings.
9255
9256 * startup.el (command-line): Use with-no-warnings.
9257
9258 * window.el (window-size-fixed): New defvar.
9259
9260 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9261
9262 * mail/rmail.el (rmail-font-lock-keywords):
9263 Use font-lock-comment-delimiter-face.
9264
9265 * mail/sendmail.el (mail-font-lock-keywords):
9266 Use font-lock-comment-delimiter-face.
9267
9268 * progmodes/compile.el (next-error-highlight-timer): New defvar.
9269
9270 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9271
9272 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9273 Specify t for LAXMATCH when matching directories.
9274 Save match data around compilation-compat-error-properties form.
9275
9276 2005-04-23 David Kastrup <dak@gnu.org>
9277
9278 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9279 Mention that the autoloaded aliases should be kept for AUCTeX.
9280
9281 2005-04-23 Andreas Schwab <schwab@suse.de>
9282
9283 * isearch.el (isearch-forward): Doc fix.
9284
9285 2005-04-23 Eli Zaretskii <eliz@gnu.org>
9286
9287 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9288 (jit-lock-stealth-nice): Change default value to 0.5.
9289
9290 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
9291
9292 * abbrev.el (write-abbrev-file): Write table entries in
9293 alphabetical order by table name.
9294
9295 2005-04-22 Kim F. Storm <storm@cua.dk>
9296
9297 * ido.el (ido-read-internal): Fix `list' completion.
9298
9299 2005-04-22 Kenichi Handa <handa@m17n.org>
9300
9301 * recentf.el (recentf-save-file-coding-system): New variable.
9302 (recentf-save-list): Encode the file by
9303 recentf-save-file-coding-system and add coding: tag.
9304
9305 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9306
9307 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9308
9309 2005-04-21 Lute Kamstra <lute@gnu.org>
9310
9311 * loadhist.el (unload-feature): Don't remove a function from hooks
9312 if it is about to be restored to an autoload . Remove functions
9313 that will become unbound from auto-mode-alist. Simplify the code.
9314
9315 * subr.el (assq-delete-all): New implementation that is linear,
9316 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9317 (rassq-delete-all): New function.
9318
9319 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9320 Add size-indication-mode.
9321
9322 2005-04-21 Kenichi Handa <handa@m17n.org>
9323
9324 * international/mule-cmds.el: Add autoload for widget-value in
9325 eval-when-compile.
9326
9327 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9328
9329 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9330 Add tooltip-mode.
9331
9332 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9333
9334 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9335
9336 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9337 (inferior-lisp-filter-regexp, inferior-lisp-program)
9338 (inferior-lisp-load-command, inferior-lisp-prompt)
9339 (inferior-lisp-mode-hook, lisp-source-modes)
9340 (inferior-lisp-load-hook): defvar->defcustom.
9341 (inferior-lisp-program, inferior-lisp-prompt)
9342 (inferior-lisp-load-hook): Doc fixes.
9343 (inferior-lisp-install-letter-bindings): Small change in
9344 introductory comment.
9345
9346 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9347
9348 * vc.el (vc-annotate-color-map): Change some colors so that text
9349 using them as foreground is readable on both white and black
9350 backgrounds.
9351
9352 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9353
9354 * international/mule-conf.el (translation-table-for-input):
9355 Remove redundant declaration.
9356
9357 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9358
9359 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9360
9361 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9362 (tooltip-toggle-gud-tips): New function.
9363
9364 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9365
9366 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9367 right angle brackets.
9368
9369 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9370
9371 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9372
9373 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9374
9375 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9376 Remove. Update callers to use expand-file-name instead.
9377
9378 * subr.el (syntax-class): New function.
9379
9380 * simple.el (blink-matching-open): Use it.
9381
9382 * paren.el (show-paren-function): Use it to recognize parens that are
9383 also used in 2-char comment markers.
9384
9385 2005-04-19 Lute Kamstra <lute@gnu.org>
9386
9387 * loadhist.el (unload-feature): Update for new format of
9388 load-history. Simplify the code.
9389
9390 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9391
9392 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9393 (mac-add-charset-info): New function. Initialize variable
9394 mac-charset-info-alist using it.
9395 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9396 for translation.
9397 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9398 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9399 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9400 New CCL programs.
9401
9402 2005-04-19 Kim F. Storm <storm@cua.dk>
9403
9404 * simple.el (next-buffer, prev-buffer, next-error)
9405 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9406 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9407
9408 * bindings.el (next-buffer, prev-buffer, next-error)
9409 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9410 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9411 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9412 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9413
9414 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9415
9416 * isearch.el (isearch-edit-string): Make the search-ring available for
9417 minibuffer history commands.
9418 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9419 the default history commands now work just as well.
9420 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9421
9422 2005-04-18 Kim F. Storm <storm@cua.dk>
9423
9424 * emulation/cua-base.el (cua--pre-command-handler): Add more
9425 elaborate check for shift modifier on non-window systems.
9426
9427 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9428
9429 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9430
9431 2005-04-18 Kim F. Storm <storm@cua.dk>
9432
9433 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9434 and make it optional. Don't test tooltip-gud-echo-area here.
9435 (tooltip-gud-process-output, gdb-tooltip-print):
9436 Pass tooltip-gud-echo-area to tooltip-show.
9437 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9438
9439 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9440
9441 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9442 `display-graphic-p' may not be bound yet.
9443
9444 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9445
9446 * startup.el (command-line): No longer enable Xterm Mouse mode by
9447 default in terminals compatible with xterm.
9448
9449 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9450
9451 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9452
9453 * tooltip.el (tooltip-gud-echo-area): Rename from
9454 tooltip-use-echo-area.
9455 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9456 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9457 area independently of where help tooltips are displayed.
9458
9459 2005-04-17 David Kastrup <dak@gnu.org>
9460
9461 * cus-theme.el (custom-theme-write-variables): Quote variables
9462 where necessary.
9463
9464 2005-04-17 Richard M. Stallman <rms@gnu.org>
9465
9466 * simple.el (yank-excluded-properties): Add follow-link to value.
9467
9468 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9469
9470 * startup.el (fancy-splash-max-time): Just 30 seconds.
9471 (fancy-splash-delay): Just 7.
9472 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9473
9474 * loadhist.el (unload-feature): Update for new format of load-history.
9475 Simplify the code.
9476
9477 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9478 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9479
9480 * mail/sendmail.el (mail-font-lock-keywords):
9481 Don't fontify subject text.
9482 Don't fontify the text of a citation.
9483
9484 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9485
9486 * comint.el (comint-output-filter): Run comint-output-filter-functions
9487 with point where the user had it.
9488
9489 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9490
9491 * international/ucs-tables.el (ucs-set-table-for-input):
9492 Disable when using unify-on-decoding.
9493
9494 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9495
9496 * emulation/cua-base.el (cua-global-mark-face): Add special case
9497 for displays supporting a high number of colors.
9498
9499 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9500
9501 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9502
9503 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9504
9505 * filesets.el (filesets-add-buffer): If user supplies a name of a
9506 non-existing fileset, create a new fileset.
9507
9508 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9509
9510 * textmodes/org.el (org-up-heading-all): Fix bug with
9511 `outline-up-heading-all'.
9512
9513 2005-04-16 Andreas Schwab <schwab@suse.de>
9514
9515 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9516 /etc/permissions.d/* and /etc/aliases.d/*.
9517
9518 2005-04-16 Kenichi Handa <handa@m17n.org>
9519
9520 * international/code-pages.el (cp-make-coding-system):
9521 Set `translation-table-for-input' property value to the symbol
9522 ucs-mule-to-mule-unicode, not to that value.
9523 (pt154): Escape guillemet by `\'.
9524
9525 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9526
9527 * loadup.el: Load tooltip if x-show-tip is fboundp.
9528
9529 * startup.el (command-line): Add comment.
9530
9531 * tooltip.el (tooltip-mode): Specify correct standard value for
9532 Custom in init-value.
9533
9534 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9535
9536 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9537 possible.
9538
9539 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9540
9541 * textmodes/org.el (org-agenda-date-prompt): Rename from
9542 `org-agenda-date-today'.
9543 (org-evaluate-time-range): Insert at point instead of directly
9544 after time range.
9545 (org-first-headline-recenter, org-subtree-end-visible-p)
9546 (org-optimize-window-after-visibility-change): New functions
9547 (org-agenda-post-command-hook): Don't allow point at end of line,
9548 to make sure it always hits the text properties.
9549 (org-agenda-next-date-line, org-agenda-previous-date-line):
9550 New commands.
9551 (org-set-regexps-and-options): Category may contain white space.
9552 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9553 Improve marker positions.
9554 (org-agenda-new-marker): Argument POS made optional.
9555 (org-agenda-get-timestamps): Deadlines which are done are listed
9556 in org-done-face now.
9557 (org-agenda-get-todos, org-agenda-get-timestamps)
9558 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9559 Set `undone-face' and `done-face' properties.
9560 (org-last-todo-state-is-todo): New variable.
9561 (org-todo): Set `org-last-todo-state-is-todo'.
9562 (org-agenda-todo): Change face according to
9563 `org-last-todo-state-is-todo'. And change other lines referring to
9564 the same entry.
9565 (org-calendar-goto-agenda): New command.
9566 (org-calendar-to-agenda-key): New option.
9567 (org-startup-folded): New allowed value `content'.
9568 (org-set-regexps-and-options): Accept new value `content' for
9569 `org-startup-folded'.
9570 (org-get-current-options): Handle new value `content' for
9571 `org-startup-folded'.
9572 (org-insert-todo-heading): New command.
9573 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9574 interactively in empty file and option
9575 `org-insert-mode-line-in-empty-file' has been set.
9576 (org-agenda-todo,org-agenda-priority): Modify to use
9577 `org-agenda-change-all-lines'.
9578 (org-warning-face): Change color on dark background
9579
9580 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9581
9582 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9583 use preferences AppleLocale and AppleLanguages, and variable
9584 mac-system-locale for default locale. On Mac OS Classic, use
9585 mac-system-coding-system for default coding systems.
9586
9587 * term/mac-win.el: Don't set file-name-coding-system.
9588 Decode variables system-name, emacs-build-system, user-login-name, and
9589 user-full-name by mac-system-coding-system on Mac OS Classic.
9590 (mac-system-coding-system): New variable.
9591
9592 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9593
9594 * startup.el (command-line): Handle `xterm-mouse-mode' before
9595 reading init file.
9596
9597 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9598
9599 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9600
9601 * progmodes/sh-script.el (sh-here-document-word): Make it a
9602 defcustom. Doc fix.
9603 (sh-add): Bash uses $(( )) for arithmetic.
9604 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9605 (sh-maybe-here-document): Remove quotes and leading whitespace
9606 from heredoc word when closing. Indent heredoc with tabs if word
9607 starts with "-".
9608
9609 2005-04-13 Richard M. Stallman <rms@gnu.org>
9610
9611 * simple.el (undo): Fix previous change.
9612
9613 * custom.el (defface): Doc fix.
9614
9615 2005-04-13 Lute Kamstra <lute@gnu.org>
9616
9617 * Makefile.in (DONTCOMPILE): Remove list.
9618 (compile, compile-always): Don't use DONTCOMPILE.
9619 (update-authors): Load the library in which batch-update-authors
9620 is defined.
9621 * makefile.w32-in (DONTCOMPILE): Remove list.
9622 (compile, compile-always): Fix comments.
9623 (update-authors): Load the library in which batch-update-authors
9624 is defined.
9625
9626 * generic-x.el (generic-mode-ini-file-find-file-hook):
9627 Rename to ini-generic-mode-find-file-hook.
9628 Keep generic-mode-ini-file-find-file-hook as an alias.
9629 (ini-generic-mode-find-file-hook): Rename from
9630 generic-mode-ini-file-find-file-hook. Fix docstring.
9631 (ini-generic-mode): Docstring change.
9632 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9633
9634 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9635 called from lisp.
9636
9637 * generic.el: Move to the emacs-lisp subdir.
9638
9639 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9640
9641 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9642 and C-S- function and cursor motion keys.
9643
9644 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9645
9646 * startup.el (command-line): Enable Xterm Mouse mode by default.
9647 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9648 for Custom. No longer show "Mouse" in mode line when enabled.
9649 Doc fix.
9650
9651 2005-04-12 Kim F. Storm <storm@cua.dk>
9652
9653 * emulation/cua-base.el (cua-rectangle-face)
9654 (cua-rectangle-noselect-face): Define face attributes here.
9655
9656 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9657
9658 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9659
9660 * startup.el (command-line): Turn off blinking cursor if
9661 cursorBlink in resources is off or false.
9662
9663 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9664
9665 * term/mac-win.el (dnd): Require dnd.
9666 (mac-drag-n-drop): Call dnd-handle-one-url.
9667 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9668 (kTextEncodingISOLatin2): Remove constants.
9669 (mac-script-code-coding-systems): New constant.
9670 (mac-handle-language-change): New function.
9671 (special-event-map): Bind it to `language-change' event.
9672 (mac-centraleurroman, mac-cyrillic): New coding systems.
9673 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9674 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9675 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9676 encode-mac-cyrillic, respectively.
9677
9678 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9679
9680 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9681 Don't set overlay-arrow-string to "=>" as this is done
9682 globally in C now.
9683
9684 2005-04-12 Lute Kamstra <lute@gnu.org>
9685
9686 * generic-x.el (rc-generic-mode, rul-generic-mode):
9687 Fix auto-mode-alist entries.
9688 (etc-fstab-generic-mode): Tweak fontification.
9689
9690 * generic.el (generic-make-keywords-list): Fix docstring.
9691 (generic-mode-internal): Simplify generic-font-lock-keywords.
9692
9693 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9694
9695 * whitespace.el (whitespace-buffer-leading)
9696 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9697 However, fix the highlight area for the leading and
9698 trailing whitespaces to show space.
9699
9700 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9701
9702 * whitespace.el (whitespace-version): Bump to 3.5
9703
9704 (whitespace-buffer-leading, whitespace-buffer-trailing):
9705 Invert sense of the test to highlight the whitespace.
9706
9707 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9708
9709 * progmodes/gud.el (gud-display-line): GUD uses its own
9710 overlay arrow now so don't set overlay-arrow-string.
9711 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9712
9713 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9714
9715 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9716 (term-ansi-current-reverse, term-ansi-current-invisible)
9717 (term-ansi-face-already-done): Change to boolean.
9718 (term-reset-terminal, term-handle-colors-array): Handle the above
9719 vars accordingly.
9720 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9721 (term-emulate-terminal): Use the new name.
9722
9723 * faces.el (secondary-selection): Use yellow1, not yellow.
9724 (trailing-whitespace): Use red1, not red.
9725
9726 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9727
9728 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9729 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9730 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9731
9732 * cus-edit.el (dnd): New group.
9733
9734 * term/w32-win.el (dnd): Require dnd
9735 (w32-drag-n-drop): Call dnd-handle-one-url.
9736
9737 * x-dnd.el: Require dnd.
9738 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9739 Call dnd-handle-one-url.
9740 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9741 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9742 to dnd-insert-text.
9743 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9744 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9745 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9746 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9747
9748 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9749
9750 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9751
9752 * wdired.el: Doc fixes.
9753 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9754 (wdired-use-dired-vertical-movement): Rename from
9755 wdired-always-move-to-filename-beginning.
9756 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9757 (wdired-change-to-wdired-mode): Change mode name.
9758 (wdired-newline): Delete.
9759
9760 2005-04-11 Richard M. Stallman <rms@gnu.org>
9761
9762 * whitespace.el (whitespace-highlight-the-space):
9763 Don't call whitespace-unhighlight-the-space here.
9764
9765 * simple.el (undo): Record t in undo-equiv-table
9766 for the redo record made by an undo-in-region.
9767
9768 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9769
9770 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9771 (gdb-frame-inferior-io-buffer): New Functions to control
9772 display of separate IO buffer.
9773 (menu): Add them to menu-bar.
9774 (gdb-display-buffer): Check for buffer another frame.
9775 Protect GUD buffer.
9776 (gdb-setup-windows): Create IO buffer if not already there.
9777 (gdb-memory-mode): Remove purecopy noops.
9778
9779 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9780
9781 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9782 and pass to self-insert-command.
9783
9784 2005-04-11 Lute Kamstra <lute@gnu.org>
9785
9786 * generic.el: Commentary section cleanup.
9787 (generic): Delete.
9788 (generic-use-find-file-hook, generic-lines-to-scan)
9789 (generic-find-file-regexp, generic-ignore-files-regexp)
9790 (default-generic-mode, generic-mode-find-file-hook)
9791 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9792 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9793 (generic-use-find-file-hook, generic-lines-to-scan)
9794 (generic-find-file-regexp, generic-ignore-files-regexp)
9795 (default-generic-mode, generic-mode-find-file-hook)
9796 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9797
9798 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9799
9800 * bookmark.el (bookmark-write-file): Catch errors writing file.
9801 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9802
9803 2005-04-10 Richard M. Stallman <rms@gnu.org>
9804
9805 * startup.el (fancy-splash-tail): Update copyright year.
9806 (command-line): Split part of -Q into -D.
9807 (emacs-basic-display): New defvar.
9808 (fancy-splash-text): Correct name of menu item.
9809
9810 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9811
9812 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9813 lines in one node.
9814
9815 * comint.el (comint-send-input): New arg ARTIFICIAL.
9816 Callers in this file changed.
9817
9818 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9819
9820 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9821
9822 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9823
9824 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9825 `ldap-search-internal'.
9826
9827 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9828
9829 * files.el (set-auto-mode-1): Use line-end-position.
9830
9831 * international/latin-1.el:
9832 * international/latin-2.el:
9833 * international/latin-3.el:
9834 * international/latin-4.el:
9835 * international/latin-5.el:
9836 * international/latin-8.el:
9837 * international/latin-9.el: Give punctuation syntax to NBSP.
9838
9839 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9840 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9841 Use char-classes to accept non-ascii letters, accepted in some recent
9842 bibtex implementations.
9843
9844 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9845
9846 * custom.el (custom-set-minor-mode): Any non-nil value for the
9847 variable should enable the mode when set through Custom.
9848
9849 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9850
9851 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9852 TAB binding so tab-always-indent is obeyed.
9853 (vhdl-minibuffer-local-map): Move initialization into declaration.
9854 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9855 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9856 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9857 (vhdl-current-line): Use line-beginning-position.
9858 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9859 with-output-to-temp-buffer, so the current position can be recorded.
9860
9861 2005-04-10 Masatake YAMATO <jet@gyve.org>
9862
9863 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9864 Add regexp for gcov.
9865
9866 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9867
9868 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9869 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9870 syntax which Emacs 20 doesn't support.
9871
9872 2005-04-09 Richard M. Stallman <rms@gnu.org>
9873
9874 * help.el (describe-key-briefly, describe-key):
9875 Replace strings as event types with "(any string)".
9876
9877 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9878
9879 * arc-mode.el (archive-mode-map): Move initialization into
9880 the declaration. Override *all* bindings of `undo'.
9881 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9882
9883 2005-04-09 Jay Belanger <belanger@truman.edu>
9884
9885 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9886
9887 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9888
9889 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9890 (xterm-register-default-colors): Update color values computation
9891 to match xterm-200.
9892
9893 2005-04-09 Kenichi Handa <handa@m17n.org>
9894
9895 * international/code-pages.el (iso-latin-7): Fix the map.
9896
9897 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9898
9899 * emacs-lisp/lisp.el (defun-prompt-regexp)
9900 (parens-require-spaces, buffer-end, end-of-defun)
9901 (insert-parentheses): Doc fixes.
9902
9903 2005-04-08 Kim F. Storm <storm@cua.dk>
9904
9905 * comint.el (comint-highlight-prompt): Fix face spec.
9906 * hi-lock.el (hi-green): Likewise.
9907
9908 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9909
9910 * cus-edit.el (custom-modified-face):
9911 * comint.el (comint-highlight-input): Fix previous changes.
9912 * term.el (term-handle-ansi-escape): Add a comment.
9913
9914 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9915
9916 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9917 in the buffer and in whitespace-highlighted-space.
9918 (whitespace-unhighlight-the-space): Simplify.
9919 (whitespace-buffer): Simplify.
9920
9921 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9922
9923 * textmodes/table.el (table-cell-face): Add special case for
9924 displays supporting a high number of colors.
9925 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9926 (vhdl-font-lock-reserved-words-face)
9927 (vhdl-speedbar-architecture-face)
9928 (vhdl-speedbar-instantiation-face)
9929 (vhdl-speedbar-architecture-selected-face)
9930 (vhdl-speedbar-instantiation-selected-face): Likewise.
9931 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9932 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9933 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9934 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9935 (ebrowse-progress-face): Likewise.
9936 * progmodes/compile.el (compilation-info-face): Likewise.
9937 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9938 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9939 * calendar/calendar.el (diary-face): Likewise.
9940 * woman.el (woman-italic-face, woman-bold-face)
9941 (woman-unknown-face): Likewise.
9942 * wid-edit.el (widget-button-pressed-face): Likewise.
9943 * whitespace.el (whitespace-highlight-face): Likewise.
9944 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9945 * pcvs-info.el (cvs-marked-face): Likewise.
9946 * info.el (info-xref): Likewise.
9947 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9948 * hilit-chg.el (highlight-changes-face)
9949 (highlight-changes-delete-face): Likewise.
9950 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9951 (hi-red-b): Likewise.
9952 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9953 * font-lock.el (font-lock-keyword-face)
9954 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9955 * cus-edit.el (custom-invalid-face, custom-modified-face)
9956 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9957 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9958 * comint.el (comint-highlight-prompt): Likewise.
9959
9960 2005-04-08 Lute Kamstra <lute@gnu.org>
9961
9962 * font-lock.el (font-lock-keywords): Docstring fixes.
9963
9964 2005-04-08 Kenichi Handa <handa@m17n.org>
9965
9966 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9967 chars are more than a limit, print " and more..." at the tail.
9968
9969 2005-04-08 Kim F. Storm <storm@cua.dk>
9970
9971 * emacs-lisp/authors.el (authors-aliases): Update list.
9972 (authors-ignored-files): New list.
9973 (authors-fixed-entries): Fix typo.
9974 (authors-renamed-files-alist): Update list.
9975 (authors-add): Check authors-ignored-files.
9976
9977 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9978
9979 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9980 optional, to ensure backward compatibility.
9981
9982 2005-04-08 Stephen Eglen <stephen@gnu.org>
9983
9984 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
9985
9986 2005-04-08 Kim F. Storm <storm@cua.dk>
9987
9988 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
9989
9990 * mouse.el (mouse-on-link-p): Doc fix.
9991
9992 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
9993
9994 * ielm.el (ielm-prompt-read-only): Doc fix.
9995
9996 * comint.el (comint-prompt-read-only): Doc fix.
9997
9998 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
9999
10000 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
10001 ensure dired always handles wildcards passed to ffap.
10002 (find-file-at-point): Use it.
10003 (ffap-dired-wildcards): Doc fix.
10004
10005 2005-04-07 Juri Linkov <juri@jurta.org>
10006
10007 * simple.el (next-error-overlay-arrow-position): New defvar.
10008 Put "=>" on its property `overlay-arrow-string'. Add it to
10009 `overlay-arrow-variable-list'.
10010
10011 * progmodes/compile.el (compilation-setup):
10012 Set `next-error-overlay-arrow-position' to nil. Also set it to
10013 nil in the local hook `kill-buffer-hook'. Make local variable
10014 `overlay-arrow-string' and set it to "=>".
10015 (compilation-goto-locus): Set BOL position to
10016 `next-error-overlay-arrow-position' instead of
10017 `overlay-arrow-position'.
10018
10019 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
10020 locally instead of adding it to the global hook.
10021 (Info-kill-buffer): Move up.
10022
10023 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
10024
10025 * term/xterm.el (xterm-standard-colors): Update color values from
10026 xterm-200.
10027
10028 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
10031
10032 * fast-lock.el:
10033 * lazy-lock.el: Move them to the obsolete subdir.
10034
10035 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10036
10037 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
10038 (wdired-add-replace-advice): Remove.
10039 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
10040
10041 2005-04-06 Kim F. Storm <storm@cua.dk>
10042
10043 * startup.el (command-line): Add --bare-bones alias for -Q.
10044
10045 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10046
10047 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
10048 create the startup fontset if a font specification ends with
10049 `mac-roman'.
10050
10051 2005-04-06 Lute Kamstra <lute@gnu.org>
10052
10053 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
10054 change.
10055
10056 * emacs-lisp/copyright.el (copyright-update-year): Replace the
10057 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
10058
10059 2005-04-05 Lute Kamstra <lute@gnu.org>
10060
10061 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
10062 (define-generic-mode): Ditto. Fix debug declaration.
10063
10064 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10065 Put them in the generic-x group.
10066
10067 * calendar/timeclock.el (timeclock): Doc fix.
10068
10069 * generic.el (define-generic-mode): Don't use custom-current-group.
10070 Document default :group value.
10071 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
10072 (define-global-minor-mode): Don't use custom-current-group.
10073
10074 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
10075
10076 * startup.el (command-line-1): Display startup-echo-area-message
10077 when fancy splash screen is in use.
10078
10079 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
10080 (sh-escaped-newline): New face.
10081 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
10082 newline, and use sh-escaped-newline face.
10083
10084 * progmodes/tcl.el (tcl-escaped-newline): New face.
10085 (tcl-builtin-list): New variable.
10086 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
10087 newlines. Fix keywords subexpression number.
10088
10089 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
10090
10091 * textmodes/org.el (org-diary-default-entry): Fix call to
10092 `add-to-diary-entry'.
10093
10094 2005-04-05 Kim F. Storm <storm@cua.dk>
10095
10096 * ediff-init.el: Use (featurep 'xemacs).
10097
10098 2005-04-05 David Ponce <david@dponce.com>
10099
10100 * cus-edit.el (face): Derive from symbol widget. Display sample
10101 of the current face on the fly.
10102 (widget-face-sample-face-get, widget-face-notify): New functions.
10103 (widget-face-value-create): Remove.
10104
10105 * wid-edit.el (widget-field-end): Temporarily remove field
10106 narrowing before to call `get-char-property'.
10107
10108 2005-04-04 Jay Belanger <belanger@truman.edu>
10109
10110 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
10111 (math-read-subscripts): New variable.
10112 (math-read-preprocess-string): Process subscripts.
10113
10114 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
10115
10116 * comint.el (comint-prompt-read-only): Doc fix.
10117
10118 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
10119 `-1'. Doc fix.
10120
10121 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
10122
10123 * textmodes/org.el (org-insert-mode-line-in-empty-file):
10124 Change default value to nil.
10125
10126 2005-04-04 Lute Kamstra <lute@gnu.org>
10127
10128 * autorevert.el (auto-revert-mode): Specify :group.
10129 * battery.el (display-battery-mode): Specify :group.
10130 * diff-mode.el (diff-minor-mode): Specify :group.
10131 * font-core.el (font-lock-mode): Specify :group.
10132 * hl-line.el (hl-line-mode): Specify :group.
10133 * iimage.el (iimage): New customization group.
10134 (iimage-mode): Specify :group.
10135 * longlines.el (longlines-mode): Specify :group.
10136 * master.el: Don't require easy-mmode.
10137 (master): New customization group.
10138 (master-mode): Specify :group.
10139 * msb.el (msb-mode): Specify :group.
10140 * reveal.el (reveal-mode): Specify :group.
10141 * simple.el (next-error-follow-minor-mode): Specify :group.
10142 * smerge-mode.el (smerge-mode): Specify :group.
10143 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
10144 * emulation/cua-base.el (cua-mode): Specify :group.
10145 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
10146 * language/thai-util.el (thai-auto-composition-mode)
10147 (thai-word-mode): Specify :group.
10148 * mail/supercite.el (sc-minor-mode): Specify :group.
10149 * progmodes/cwarn.el (cwarn-mode): Specify :group.
10150 * progmodes/flymake.el (flymake-mode): Specify :group.
10151 * progmodes/glasses.el (glasses-mode): Specify :group.
10152 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
10153 * textmodes/enriched.el (enriched-mode): Specify :group.
10154 * textmodes/refill.el (refill-mode): Specify :group.
10155
10156 * add-log.el (change-log-font-lock-keywords): Names in
10157 parenthesized lists can contain spaces.
10158
10159 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
10160
10161 * startup.el (fancy-splash-text): Shorten default text of
10162 "Emacs Tutorial" line. Also, if the current language env
10163 indicates an available tutorial file other than TUTORIAL,
10164 extract its title and append it to the line in parentheses.
10165 (fancy-splash-insert): If arg is a thunk, funcall it.
10166
10167 2005-04-04 Jay Belanger <belanger@truman.edu>
10168
10169 * calc.el (calc-language-alist): Add tags to customization type.
10170
10171 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
10172
10173 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
10174 Doc fix.
10175
10176 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
10177
10178 * add-log.el (change-log-font-lock-keywords): The manual
10179 describing a Change Log entry, says: (...) "Aside from these
10180 header lines, every line in the change log starts with a space or
10181 a tab.". The font-lock was not highlighting lines started with
10182 spaces, added support for it.
10183
10184 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10185
10186 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
10187 (bibtex-generate-url-list): Update docstring accordingly. Put the
10188 complex example in the docstring.
10189 (bibtex-font-lock-url): Use pop.
10190
10191 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10192
10193 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10194
10195 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10196
10197 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10198
10199 * filesets.el (filesets-set-default): Doc fix.
10200
10201 2005-04-03 Lute Kamstra <lute@gnu.org>
10202
10203 * generic.el (define-generic-mode): Add argument to specify
10204 keywords for defcustom.
10205 (default-generic-mode): Specify :group.
10206
10207 * generic-x.el: Specify :group for all generic modes.
10208
10209 * desktop.el (desktop-no-desktop-file-hook)
10210 (desktop-after-read-hook): Doc fix.
10211
10212 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
10213
10214 * simple.el (visible-mode): Use explicit :group keyword.
10215 This changes the group of `visible-mode-hook' from paren-blinking
10216 to editing-basics.
10217
10218 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10219
10220 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
10221 mailbox specifications as well as URLs.
10222 (rmail-insert-inbox-text): Remove unused conditional branches.
10223
10224 2005-04-01 Jay Belanger <belanger@truman.edu>
10225
10226 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10227 (calc-gnuplot-print-command): Move definitions to calc.el.
10228
10229 * calc/calc-embed.el (calc-embedded-announce-formula)
10230 (calc-embedded-open-formula, calc-embedded-close-formula)
10231 (calc-embedded-open-word, calc-embedded-close-word)
10232 (calc-embedded-open-plain, calc-embedded-close-plain)
10233 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10234 (calc-embedded-open-mode, calc-embedded-close-mode):
10235 Move definitions to calc.el.
10236
10237 * calc/calc.el (calc-settings-file, calc-language-alist):
10238 Make customizable.
10239 (calc-embedded-announce-formula, calc-embedded-open-formula)
10240 (calc-embedded-close-formula, calc-embedded-open-word)
10241 (calc-embedded-close-word, calc-embedded-open-plain)
10242 (calc-embedded-close-plain, calc-embedded-open-new-formula)
10243 (calc-embedded-close-new-formula, calc-embedded-open-mode)
10244 (calc-embedded-close-mode, calc-gnuplot-name)
10245 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10246 from other files and make customizable.
10247
10248 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10249
10250 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10251 Use buffer-live-p.
10252 (cvs-mode-run): Don't call cvs-update-header here.
10253 (cvs-run-process): Call cvs-update-header.
10254 Use process properties for cvs-postprocess and cvs-buffer so that
10255 the sentinel can behave better if the temp buffer is killed.
10256 Use a pipe rather than a tty, to better handle unexpected prompts.
10257 (cvs-sentinel): Rewrite. Call cvs-update-header.
10258
10259 2005-04-01 Andre Spiegel <spiegel@gnu.org>
10260
10261 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10262 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
10263
10264 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10265
10266 * generic.el (define-generic-mode): Add indentation rule.
10267
10268 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
10269
10270 * files.el (mode-require-final-newline): Make Custom correctly
10271 report a nil value and allow to set it to nil via Custom.
10272 Doc fix.
10273
10274 2005-04-01 Kenichi Handa <handa@m17n.org>
10275
10276 * international/characters.el: Enable the correct case setting for
10277 dotless-i and dotted-I.
10278
10279 2005-04-01 Kim F. Storm <storm@cua.dk>
10280
10281 * ido.el (ido-file-internal): Fall back to non-ido command if
10282 initial directory is on slow ftp (or tramp) host.
10283
10284 2005-03-31 Richard M. Stallman <rms@gnu.org>
10285
10286 * emacs-lisp/autoload.el (make-autoload):
10287 Handle define-global-minor-mode.
10288
10289 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10290 Rename from easy-mmode-define-global-mode.
10291 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10292
10293 * progmodes/scheme.el (scheme-mode-syntax-table):
10294 Update syntax of | and # for two-character comment syntax.
10295
10296 2005-03-31 Lute Kamstra <lute@gnu.org>
10297
10298 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10299 (define-minor-mode): Call custom-current-group at load-time.
10300
10301 * generic.el (define-generic-mode): Add debug declaration.
10302 Add defcustom for the mode hook.
10303 (generic-mode-internal): Use run-mode-hooks.
10304
10305 2005-03-31 Kim F. Storm <storm@cua.dk>
10306
10307 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10308 (mouse-fixup-help-message): New defun called by show_help_echo
10309 to fixup mouse-2 prefix in help messages when applicable.
10310
10311 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10312
10313 2005-03-31 Kenichi Handa <handa@m17n.org>
10314
10315 * language/thai-word.el (thai-find-word-ends): Pay attention to
10316 the case that we reach the end of buffer.
10317
10318 * textmodes/fill.el (fill-text-properties-at): New function.
10319 (fill-newline): Use fill-text-properties-at instead of
10320 text-properties-at.
10321
10322 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10323
10324 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10325 not comint-quote-filename.
10326
10327 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10328
10329 * help-fns.el (help-with-tutorial): Revert last change.
10330
10331 2005-03-31 Kim F. Storm <storm@cua.dk>
10332
10333 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10334
10335 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10336
10337 * calendar/cal-china.el: Update reference to "Calendrical
10338 Calculations" book; there's a new edition.
10339 * calendar/cal-coptic.el: Likewise.
10340 * calendar/cal-french.el: Likewise.
10341 * calendar/cal-hebrew.el: Likewise.
10342 * calendar/cal-islam.el: Likewise.
10343 * calendar/cal-iso.el: Likewise.
10344 * calendar/cal-julian.el: Likewise.
10345 * calendar/cal-mayan.el: Likewise.
10346 * calendar/cal-persia.el: Likewise.
10347 * calendar/calendar.el: Likewise.
10348 * calendar/holidays.el: Likewise.
10349 * calendar/lunar.el: Likewise.
10350 * calendar/solar.el: Likewise.
10351
10352 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10353 white space from doc string.
10354
10355 2005-03-30 Jay Belanger <belanger@truman.edu>
10356
10357 * calc/calc-help.el (calc-full-help): Remove email address.
10358
10359 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10360
10361 * help-fns.el (help-with-tutorial): Delete title line.
10362
10363 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10364
10365 * calendar/cal-x.el (calendar-one-frame-setup)
10366 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10367 rather than 'symbol for set-window-dedicated-p.
10368
10369 * calendar/appt.el (appt-buffer-name): Make it a constant.
10370 (appt-add): Doc fix.
10371
10372 * filesets.el (filesets-menu-path, filesets-menu-before)
10373 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10374 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10375 (filesets-add-submenu): Delete and use add-submenu instead.
10376
10377 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10378
10379 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10380 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10381 (org-diary-default-entry): New function.
10382 (org-get-entries-from-diary): Better parsing of diary entries.
10383 (org-agenda-check-no-diary): New function.
10384 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10385 linking to diary entries.
10386 (org-agenda-execute-calendar-command): New function.
10387 (org-agenda): Improve visible section in window.
10388 Use `org-fit-agenda-window'.
10389 (org-fit-agenda-window): New option.
10390 (org-move-subtree-down): Better handling of empty lines
10391 at end of subtree.
10392 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10393 levels up.
10394 (org-fontify-done-headline): New option.
10395 (org-headline-done-face): New face.
10396 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10397 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10398 When current field is non-empty, it is copied to next row.
10399 (org-table-copy-from-above): Fix bug which made it
10400 impossible to copy fields containing only a single non-white character.
10401
10402 2005-03-30 Kim F. Storm <storm@cua.dk>
10403
10404 * kmacro.el (kmacro-end-macro): Isearch may store this command
10405 into the macro -- so ignore it when executing keyboard macro.
10406
10407 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10408
10409 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10410
10411 2005-03-29 Kenichi Handa <handa@m17n.org>
10412
10413 * language/thai.el ("Thai"): Set setup-function and exit-function
10414 for Thai language environment.
10415
10416 * language/thai-util.el: Require thai-word.
10417 (thai-word-mode-map): New variable.
10418 (thai-word-mode): New minor mode.
10419 (setup-thai-language-environment-internal): New function.
10420 (exit-thai-language-environment-internal): New function.
10421
10422 * language/thai-word.el (thai-word-table): Declare it by defvar,
10423 use dolist to initialize it.
10424 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10425 (thai-fill-find-break-point): New functions.
10426
10427 2005-03-29 Richard M. Stallman <rms@gnu.org>
10428
10429 * simple.el (idle-update-delay): Move definition up.
10430 (set-mark): Doc fix.
10431
10432 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10433
10434 * longlines.el: New file.
10435
10436 * simple.el (buffer-substring-filters): New variable.
10437 (filter-buffer-substring): New function.
10438 (kill-region, copy-region-as-kill): Use it.
10439
10440 * register.el (copy-to-register, append-to-register)
10441 (prepend-to-register): Use filter-buffer-substring.
10442
10443 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10444
10445 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10446 (gud-filter-pending-text): Move in front of gdb.
10447 (gud-overlay-arrow-position): New variable.
10448 (gud-sentinel, gud-display-line): Use it in place of
10449 overlay-arrow-position.
10450
10451 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10452
10453 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10454 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10455 (fortran-font-lock-keywords-4): New variable.
10456 (fortran-blocks-re, fortran-end-block-re)
10457 (fortran-start-block-re): New constants, for hideshow.
10458 (hs-special-modes-alist): Add a Fortran entry.
10459 (fortran-mode-map): Bind fortran-end-of-block,
10460 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10461 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10462 (fortran-looking-at-if-then, fortran-end-of-block)
10463 (fortran-beginning-of-block): New functions, for hideshow.
10464
10465 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10466 Doc fix. Tweak regexp.
10467 (f90-beginning-of-block): Push mark first.
10468
10469 2005-03-29 Jay Belanger <belanger@truman.edu>
10470
10471 * calc/calc.el: Update copyright date.
10472 (calc-version): Increase to 2.1.
10473 (calc-version-date): Remove.
10474
10475 * calc/calc-help.el: Update copyright date.
10476 (calc-full-help): Remove reference to calc-version-date.
10477 Update copyright date.
10478
10479 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10480
10481 * vc.el (vc-do-command): Use a pipe for async processes, so password
10482 prompts don't show up at places where the user can't reply.
10483
10484 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10485
10486 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10487 on the file name we pass to the inferior shell.
10488
10489 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10490
10491 * progmodes/which-func.el (which-function): Be robust in the face of an
10492 imenu--make-index-alist failure.
10493
10494 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10495
10496 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10497
10498 * progmodes/python.el (python-preoutput-filter): Fix last change.
10499
10500 2005-03-29 Lute Kamstra <lute@gnu.org>
10501
10502 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10503 functions and compiled macros.
10504 (debug-convert-byte-code): Handle macros too.
10505 (debug-on-entry-1): Don't signal an error when trying to clear a
10506 function that is not set to debug on entry.
10507
10508 2005-03-29 Jay Belanger <belanger@truman.edu>
10509
10510 * calc/calc-lang.el: Add functions to math-function-table
10511 properties of tex and math.
10512
10513 2005-03-29 Kenichi Handa <handa@m17n.org>
10514
10515 * ps-mule.el (ps-mule-plot-string): Translate characters by
10516 ps-print-translation-table.
10517 (ps-mule-begin-job): Call find-charset-region/string with
10518 ps-print-translation-table.
10519 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10520
10521 * ps-print.el (ps-print-translation-table): New variable.
10522 (ps-plot-region): Translate characters by ps-print-translation-table.
10523
10524 2005-03-29 Juri Linkov <juri@jurta.org>
10525
10526 * simple.el (next-error-highlight-timer): New variable.
10527
10528 * progmodes/compile.el (compilation-goto-locus):
10529 Use `next-error-highlight-timer' instead of `sit-for'.
10530
10531 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10532
10533 * mail/supercite.el (sc-mail-field): Use assoc-string.
10534 (sc-get-address): Simplify regexps.
10535
10536 * files.el (minibuffer-with-setup-hook): New macro.
10537 (find-file-read-args): Use it to avoid let-binding
10538 minibuffer-with-setup-hook (which breaks turning on/off
10539 file-name-shadow-mode while in the prompt).
10540
10541 * complete.el (PC-read-include-file-name-internal):
10542 Use test-completion.
10543
10544 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10545
10546 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10547
10548 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 * window.el (window-buffer-height): Use count-screen-lines.
10551
10552 * progmodes/python.el (python-preoutput-leftover): New var.
10553 (python-preoutput-filter): Use it.
10554 (python-send-receive): Loop until all the result has been received.
10555
10556 2005-03-28 Juri Linkov <juri@jurta.org>
10557
10558 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10559
10560 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10561 "Recover Crashed Session".
10562 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10563 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10564 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10565 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10566 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10567 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10568 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10569 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10570
10571 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10572 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10573 Ediff Sessions", "Toggle use of separate control buffer frame",
10574 "Use separate frame for Ediff control buffer".
10575
10576 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10577 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10578 "Rename Bookmark", "Delete Bookmark".
10579
10580 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10581 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10582 Add `:active Info-index-alternatives' to "Next Matching Item".
10583
10584 * wdired.el (wdired-change-to-wdired-mode):
10585 Mention `wdired-abort-changes' key in the initial message.
10586
10587 * international/mule.el (auto-coding-alist): Associate non-ascii
10588 image filename extensions with `no-conversion'.
10589
10590 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10591
10592 * international/iso-acc.el:
10593 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10594
10595 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10596
10597 * textmodes/sgml-mode.el (html-mode): Doc update.
10598
10599 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10600
10601 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10602
10603 * term.el (term-move-columns): Fix face after extending a line.
10604 (term-insert-spaces): Likewise.
10605 (term-reset-terminal): Fix off by one error.
10606
10607 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10608
10609 * international/mule.el (auto-coding-alist): Add .xpi files.
10610
10611 * files.el (auto-mode-alist): Add .xpi files.
10612
10613 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10614
10615 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10616
10617 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10618
10619 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10620
10621 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10622
10623 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10624 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10625
10626 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10627 cursor to Jan 1 when needed.
10628 (calendar-end-of-year): Fix -/+ typo.
10629 Reported by Chong Yidong <cyd@stupidchicken.com>.
10630
10631 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10632
10633 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10634
10635 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10636 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10637
10638 2005-03-25 Richard M. Stallman <rms@gnu.org>
10639
10640 * filesets.el (filesets-init): Add autoload.
10641
10642 * mail/mailalias.el (mail-directory): Doc fix.
10643
10644 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10645
10646 * mail/mailalias.el (mail-directory-process): Do nothing if
10647 mail-directory-process is an atom.
10648 (mail-get-names): Ignore mail-directory-names if it is an atom.
10649 (mail-directory-process defvar): Doc fix.
10650 (mail-names): Doc fix.
10651
10652 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10653
10654 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10655
10656 2005-03-26 Kenichi Handa <handa@m17n.org>
10657
10658 * international/mule-util.el (detect-coding-with-priority):
10659 Call update-coding-systems-internal before detect-coding-region.
10660
10661 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10662
10663 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10664 (gdb-frames-mode-map): Add follow-link property.
10665
10666 2005-03-25 Jay Belanger <belanger@truman.edu>
10667
10668 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10669 for variables.
10670
10671 2005-03-25 Juri Linkov <juri@jurta.org>
10672
10673 * image-mode.el: Optimize image filename extension regexps in
10674 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10675 in `auto-mode-alist'.
10676 (image-mode): Add `image-toggle-display-text' to local hook
10677 `change-major-mode-hook'. Display the image as an image by
10678 default. Set `cursor-type' and `truncate-lines' if the image
10679 is already displayed. Take into account the current mode (image
10680 or text) in message.
10681 (image-minor-mode): New minor mode.
10682 (image-mode-maybe, image-toggle-display-text): New functions.
10683 (image-toggle-display): Use called-interactively-p.
10684 Let-bind `inhibit-read-only' to t.
10685
10686 * image-mode.el (image-minor-mode): Set `cursor-type' and
10687 `truncate-lines' if the image is already displayed. Add turning
10688 image-minor-mode off to `change-major-mode-hook'. Add message.
10689 Call `image-toggle-display-text' after turning image-minor-mode off.
10690
10691 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10692
10693 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10694 Terminal.app, use utf-8.
10695 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10696 (set-locale-environment): Use it.
10697
10698 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10699
10700 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10701
10702 * progmodes/python.el (python-close-block-statement-p)
10703 (python-outdent-p, python-current-defun): Use symbol-end.
10704
10705 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10706
10707 * files.el (save-some-buffers): Doc fix.
10708
10709 2005-03-25 Werner Lemberg <wl@gnu.org>
10710
10711 * complete.el, thumbs.el: Replace `legal' with `valid'.
10712 * calendar/calendar.el: Replace `legal' with `valid'.
10713 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10714 * mail/supercite.el: Replace `legal' with `valid'.
10715 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10716 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10717 Replace `legal' with `valid'.
10718 * textmodes/reftex-vars.el, textmodes/reftex.el:
10719 Replace `legal' with `valid'.
10720
10721 2005-03-25 Werner Lemberg <wl@gnu.org>
10722
10723 * calc/calc-forms.el, calc/calc-sel.el:
10724 * midnight.el, vc-cvs.el:
10725 * emacs-lisp/cl-macs.el:
10726 * emulation/vip.el:
10727 * eshell/esh-io.el, eshell/esh-var.el:
10728 * mail/supercite.el:
10729 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10730 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10731 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10732 * progmodes/sh-script.el, progmodes/xscheme.el:
10733 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10734 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10735 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10736 * textmodes/reftex.el, textmodes/org.el:
10737 Replace `illegal' with `invalid'.
10738
10739 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10740
10741 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10742 (flymake-find-buildfile, flymake-find-possible-master-files)
10743 (flymake-check-include, flymake-parse-line): Replace loops over the
10744 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10745
10746 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10747 Substitute file-name-as-directory in the rest of the file.
10748 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10749 (flymake-replace-region): Remove unused arg `buffer'.
10750 (flymake-check-patch-master-file-buffer): Update calls to it.
10751 (flymake-add-err-info): Remove unused var `count'.
10752 (flymake-mode): Use define-minor-mode.
10753
10754 * progmodes/flymake.el: Use with-current-buffer.
10755 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10756 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10757 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10758 Avoid testing for `xemacs'.
10759 (flymake-nop): Move.
10760 (flymake-region-has-flymake-overlays): Return the computed value.
10761 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10762 Remove unused var `endline'.
10763 (flymake-get-line-count): Remove unused function.
10764 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10765
10766 * emulation/vi.el:
10767 * generic.el:
10768 * hilit-chg.el (global-highlight-changes):
10769 * hi-lock.el (hi-lock-mode):
10770 * follow.el: find-file-hooks -> find-file-hook.
10771
10772 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10773
10774 2005-03-24 Juri Linkov <juri@jurta.org>
10775
10776 * dired.el (dired-mode-map): Add menu item "Compare directories"
10777 for dired-compare-directories.
10778
10779 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10780 Doc fix. Replace `read-file-name' with `read-directory-name'.
10781
10782 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10783
10784 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10785
10786 2005-03-24 Jay Belanger <belanger@truman.edu>
10787
10788 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10789 relevant mode settings in calc-embedded-original-modes when modes
10790 are permanently changed.
10791
10792 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10793
10794 * autoinsert.el: find-file-hooks -> find-file-hook.
10795
10796 2005-03-24 Lute Kamstra <lute@gnu.org>
10797
10798 * generic.el (generic-font-lock-defaults): Make it obsolete.
10799 (generic-font-lock-keywords): New variable to replace
10800 generic-font-lock-defaults.
10801 (generic-mode-set-font-lock): Delete it.
10802 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10803 (generic-bracket-support): Add docstring.
10804
10805 * generic-x.el: Rename generic-font-lock-defaults to
10806 generic-font-lock-keywords throughout.
10807 (mailagent-rules-setup-function): Delete it.
10808 (mailagent-rules-generic-mode): Use anonymous function instead.
10809 (show-tabs-generic-mode-font-lock-defaults-1)
10810 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10811 Quote faces.
10812 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10813 not foreground.
10814
10815 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10816 Recognize define-generic-mode.
10817
10818 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10819
10820 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10821 if there's no completion table.
10822
10823 2005-03-23 Miles Bader <miles@gnu.org>
10824
10825 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10826 Remove tty-specific variants, as they're no longer needed.
10827
10828 2005-03-23 Lute Kamstra <lute@gnu.org>
10829
10830 * generic-x.el: Code cleanup: make args constant whenever possible.
10831 (installshield-statement-keyword-list)
10832 (installshield-system-functions-list)
10833 (installshield-system-variables-list, installshield-types-list)
10834 (installshield-funarg-constants-list): Make them constants.
10835
10836 * generic.el (generic-make-keywords-list): Add autoload cookie.
10837
10838 * calendar/time-date.el: Add comment on time value formats.
10839 Don't require parse-time.
10840 (with-decoded-time-value): New macro.
10841 (encode-time-value): New function.
10842 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10843 (days-to-time): Return a valid time value when arg is huge.
10844 (time-since): Use time-subtract.
10845 (time-to-number-of-days): Use time-to-seconds.
10846
10847 2005-03-23 David Ponce <david@dponce.com>
10848
10849 * recentf.el: (recentf-keep): New option.
10850 (recentf-menu-action): Default to `find-file'.
10851 (recentf-keep-non-readable-files-flag)
10852 (recentf-keep-non-readable-files-p)
10853 (recentf-file-readable-p, recentf-find-file)
10854 (recentf-cleanup-remote): Remove.
10855 (recentf-include-p): More robust.
10856 (recentf-keep-p): New function.
10857 (recentf-remove-if-non-kept): Rename from
10858 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10859 All callers updated.
10860 (recentf-menu-items-for-commands): Fix help string.
10861 (recentf-track-closed-file): Update. Doc fix.
10862 (recentf-cleanup): Update. Count removed files. Doc fix.
10863
10864 2005-03-23 Kim F. Storm <storm@cua.dk>
10865
10866 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10867 Don't inherit from fringe face (now happens automatically).
10868
10869 2005-03-22 Kim F. Storm <storm@cua.dk>
10870
10871 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10872 position values.
10873
10874 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10875
10876 * menu-bar.el (showhide-date-time): Remove.
10877 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10878 (menu-bar-make-mm-toggle): Simplify.
10879
10880 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10881
10882 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10883 Accept qualified variable and function names.
10884
10885 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10886
10887 * bindings.el (completion-ignored-extensions):
10888 Remove ".lis" for `vax-vms'.
10889
10890 2005-03-22 Andreas Schwab <schwab@suse.de>
10891
10892 * generic-x.el: Revert last change.
10893 * ldefs-boot.el: Update.
10894
10895 2005-03-22 Jay Belanger <belanger@truman.edu>
10896
10897 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10898 (calc-embedded-save-original-modes)
10899 (calc-embedded-restore-original-modes): New functions.
10900 (calc-do-embedded): Save original modes when entering embedded mode
10901 and restore when leaving embedded mode.
10902 (calc-embedded-modes-change): Change the value of
10903 calc-embedded-original-modes to reflect permanent changes.
10904
10905 2005-03-22 Lute Kamstra <lute@gnu.org>
10906
10907 * generic-x.el: Require generic again.
10908
10909 2005-03-22 Miles Bader <miles@gnu.org>
10910
10911 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10912 Tweak details to look good on both ttys and bitmap displays, light
10913 or dark background, etc.
10914
10915 2005-03-21 Kim F. Storm <storm@cua.dk>
10916
10917 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10918 mouse position.
10919
10920 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10921
10922 * icomplete.el: Don't forcibly turn on the mode upon load.
10923 (icomplete-mode): Use define-minor-mode.
10924 (icomplete-eoinput): Default to nil.
10925 (icomplete-minibuffer-setup): Remove autoload.
10926 (icomplete-tidy): Simplify.
10927 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10928 in the initial state or if the user has modified the field.
10929 Fix handling of icomplete-max-delay-chars.
10930 Remove code that handles the oddball case where
10931 minibuffer-completion-table is an integer.
10932 Wrap icomplete-completions in while-no-input in case building
10933 completions takes more time than expected.
10934 (icomplete-completions): Simplify.
10935
10936 2005-03-21 Richard M. Stallman <rms@gnu.org>
10937
10938 * jka-compr.el (jka-compr-really-do-compress):
10939 Make variable buffer-local.
10940
10941 * image-mode.el: Handle .xpm files too.
10942 (image-toggle-display): Preserve modification flag.
10943
10944 * help.el (where-is): Don't mention aliases with no key bindings.
10945
10946 2005-03-21 Lute Kamstra <lute@gnu.org>
10947
10948 * generic.el: Fix commentary section. Don't require cl for
10949 compilation.
10950 (generic-mode-list): Add autoload cookie.
10951 (generic-use-find-file-hook, generic-lines-to-scan)
10952 (generic-find-file-regexp, generic-ignore-files-regexp)
10953 (generic-mode, generic-mode-find-file-hook)
10954 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10955 (define-generic-mode): Make it a defmacro. Fix docstring.
10956 (generic-mode-internal): Code cleanup. Add autoload cookie.
10957 (generic-mode-set-comments): Code cleanup.
10958 * generic-x.el: Don't prevent compilation. Don't require generic.
10959 Follow coding conventions. Minor code cleanup.
10960 (etc-fstab-generic-mode): Add some keywords.
10961 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10962 define-generic-mode like a function declaration.
10963
10964 2005-03-21 Jay Belanger <belanger@truman.edu>
10965
10966 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10967 changing modes.
10968
10969 2005-03-21 Sam Steingold <sds@gnu.org>
10970
10971 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10972
10973 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10974
10975 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10976 Add underscore to "f$ lexicals" regexp.
10977
10978 2005-03-20 Juri Linkov <juri@jurta.org>
10979
10980 * subr.el (progress-reporter-do-update): When `min-value' is equal
10981 to `max-value', set `percentage' to 0 and prevent division by zero.
10982
10983 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
10984
10985 Sync with Tramp 2.0.48.
10986
10987 * net/tramp.el (all): Change all addresses to .gnu.org.
10988 (tramp-append-tramp-buffers): New defun.
10989 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
10990 Catch `dont-send' signal.
10991 (tramp-set-auto-save-file-modes): Set always permissions, because
10992 there might be an old auto-saved file belonging to another
10993 original file. This could be a security threat. Reported by
10994 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
10995 Check for Emacs 21.3.50 removed.
10996
10997 * net/tramp-smb.el (all): Remove debug construct for
10998 `with-parsed-tramp-file-name'.
10999 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
11000 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
11001 No error message if DIRECTORY or FILENAME doesn't exist.
11002 (tramp-smb-open-connection): Check existence of
11003 `tramp-smb-program'.
11004
11005 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11006
11007 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
11008 Properly handle the case where the `m' or `s' command's argument is not
11009 yet terminated.
11010 (perl-indent-new-calculate): New function.
11011 (perl-indent-line): Use it.
11012
11013 2005-03-20 Miles Bader <miles@gnu.org>
11014
11015 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
11016 in text-mode too. Change to new face names.
11017 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
11018 Add `:weight bold' attribute.
11019 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
11020
11021 2005-03-19 Juri Linkov <juri@jurta.org>
11022
11023 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
11024
11025 * international/mule.el (auto-coding-alist): Sync with
11026 `auto-mode-alist' by adding upper case archive file extensions
11027 and adding ear/war to jar extension.
11028
11029 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
11030
11031 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
11032 running, restart it.
11033
11034 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
11035
11036 * finder.el (finder-current-item): Throw an error on an empty line.
11037
11038 * man.el (Man-follow-manual-reference): If current-word returns
11039 nil, use "".
11040
11041 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
11042
11043 * simple.el (goto-line): Doc fix.
11044
11045 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
11046
11047 * files.el (save-buffer): Doc fix.
11048
11049 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
11050
11051 * recentf.el (recentf-cleanup-remote): New variable.
11052 (recentf-cleanup): Use it to conditionally check availability of
11053 remote files.
11054
11055 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
11056
11057 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
11058 function names.
11059
11060 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11061
11062 * language/thai-word.el: New file.
11063
11064 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11065
11066 * files.el (backup-buffer): If the file's directory is not
11067 writable, use copy instead of move to backup the file.
11068
11069 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11070
11071 * obsolete/keyswap.el: Moved to obsolete/ from term/.
11072
11073 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11074
11075 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
11076 Use functionp instead of symbolp and fboundp. Reported by Drkm
11077 <darkman_spam@yahoo.fr>.
11078 (ps-print-version): New version 6.6.6.
11079
11080 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
11081
11082 * textmodes/table.el (table--line-column-position): New idiom.
11083 (table--row-column-insertion-point-p): New function to test
11084 validity of row and column insertion operation at a location.
11085 (table-global-menu, table-cell-menu): Use above functions for
11086 deterministic test operation.
11087 (table--editable-cell-p): Behave in deterministic fashion.
11088
11089 2005-03-18 Juri Linkov <juri@jurta.org>
11090
11091 * isearch.el (isearch-lazy-highlight-new-loop):
11092 Make arguments beg and end optional.
11093 (isearch-update): Remove optional arguments nil from
11094 isearch-lazy-highlight-new-loop.
11095 (isearch-lazy-highlight-search): Let-bind case-fold-search to
11096 isearch-lazy-highlight-case-fold-search instead of
11097 isearch-case-fold-search, and let-bind isearch-regexp to
11098 isearch-lazy-highlight-regexp.
11099 Use isearch-lazy-highlight-last-string instead of isearch-string.
11100
11101 * replace.el (perform-replace): Remove bindings of global
11102 variables isearch-string, isearch-regexp, isearch-case-fold-search.
11103 Add three new arguments to `replace-highlight'.
11104 (replace-highlight): Add arguments string, regexp, case-fold.
11105 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
11106 to allow isearch-lazy-highlight-new-loop to use these values
11107 to set corresponding isearch-lazy-highlight-* internal
11108 variables whose values lazy highlighting will use regardless of
11109 changes to global variables isearch-string, isearch-regexp,
11110 isearch-case-fold-search during lazy highlighting loop.
11111 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
11112 to `lazy-highlight-cleanup'.
11113
11114 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
11115 (ispell-highlight-face): Set default face to `isearch' when
11116 lazy highlighting is enabled.
11117 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
11118 priority to 1. Add lazy highlighting.
11119 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
11120 from `isearch-dehighlight'.
11121
11122 2005-03-18 David Ponce <david@dponce.com>
11123
11124 * files.el (hack-local-variables): Do a case-insensitive search
11125 for End.
11126
11127 2005-03-18 Juri Linkov <juri@jurta.org>
11128
11129 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
11130 `isearch-lazy-highlight-cleanup', add alias to old name and
11131 declare obsolete. Add release numbers to other obsolete vars.
11132 (isearch-done, isearch-lazy-highlight-new-loop):
11133 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
11134 (lazy-highlight-cleanup) <variable>: Doc fix.
11135 (isearch-lazy-highlight-update): Rename obsolete
11136 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
11137
11138 2005-03-18 Kenichi Handa <handa@m17n.org>
11139
11140 * language/thai-util.el: Fix categorization of Thai characters in
11141 thai-category-table.
11142 (thai-composition-pattern): Adjust it for the above change.
11143 (thai-self-insert-command, thai-compose-syllable): New functions.
11144 (thai-compose-region): Use thai-compose-syllable.
11145 (thai-compose-string): Likewise.
11146 (thai-composition-function): Likewise.
11147 (thai-auto-composition): New function.
11148 (thai-auto-composition-mode): New minor mode.
11149
11150 * language/thai.el: Fix patterns to be registered in
11151 composition-function-table.
11152
11153 * international/quail.el (quail-input-method): Locally bind
11154 inhibit-modification-hooks to t.
11155
11156 2005-03-17 Richard M. Stallman <rms@gnu.org>
11157
11158 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
11159 (perl-mode): Use run-mode-hooks.
11160
11161 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
11162 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
11163 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
11164
11165 * mail/sendmail.el (sendmail-send-it): Reenable the code
11166 to compute resend-to-address and use it.
11167
11168 * tar-mode.el (tar-mode): Turn off undo unconditionally.
11169
11170 * image-mode.el: New file.
11171
11172 * image.el (insert-sliced-image): Add autoload cookie.
11173
11174 * font-lock.el (font-lock-lines-before): New user option.
11175 (font-lock-after-change-function): Obey it.
11176
11177 * bindings.el (esc-map): Make M-g a prefix.
11178 Bind M-g g and M-g M-g to goto-line.
11179
11180 * faces.el (face-id): Doc fix.
11181
11182 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11183
11184 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11185 (rmail-show-message): Use rmail-unknown-mail-followup-to.
11186 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11187
11188 * mail/sendmail.el (mail-yank-ignored-headers)
11189 (mail-font-lock-keywords, mail-mode-fill-paragraph):
11190 Add Mail-Followup-To and Mail-Reply-To headers.
11191 (mail-citation-hook): Add autoload cookie.
11192 (mail-mode): Doc fix.
11193 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11194 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11195 (mail-mode-fill-paragraph): Handle those headers.
11196 (mail-mailing-lists): New variable.
11197 (mail-mail-reply-to, mail-mail-followup-to): New functions.
11198
11199 2005-03-17 Juri Linkov <juri@jurta.org>
11200
11201 * isearch.el (isearch-fallback): Check for `(car previous)'
11202 before calling `isearch-other-end-state'.
11203
11204 2005-03-17 Kim F. Storm <storm@cua.dk>
11205
11206 * simple.el (move-beginning-of-line): Move to beginning of buffer
11207 line, as well as beginning of screen line.
11208
11209 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
11210
11211 * calendar/diary-lib.el (mark-diary-entries): Use new optional
11212 argument REDRAW rather than calendar-redrawing variable.
11213 * calendar/calendar.el (calendar-redrawing): Delete.
11214 (redraw-calendar): Do not bind calendar-redrawing.
11215
11216 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
11217
11218 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11219 diary-file buffer.
11220
11221 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11222
11223 * help.el (describe-mode): Allow a :minor-mode-function property to
11224 specify a different minor mode toggle function than the variable.
11225 * simple.el (auto-fill-function):
11226 * subr.el (add-minor-mode): Use it.
11227
11228 2005-03-16 Kenichi Handa <handa@m17n.org>
11229
11230 * language/ethio-util.el (sera-being-called-by-w3): New variable.
11231 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11232 (ethio-fidel-to-sera-buffer): Likewise.
11233
11234 2005-03-16 Juri Linkov <juri@jurta.org>
11235
11236 * emacs-lisp/find-func.el (find-function-regexp):
11237 Add defun-emitting macro `menu-bar-make-toggle'.
11238
11239 * isearch.el: Put `isearch-scroll' property to
11240 `split-window-horizontally'.
11241
11242 * info.el: Update error messages for `debug-ignored-errors'.
11243 (Info-isearch-search): Doc fix.
11244 (Info-find-node): Move up code to go into info buffer before
11245 recording the node to the history.
11246 (Info-fontify-node): Fontify titles only if the next line
11247 has two or more `*', `=', `-', `.'.
11248 Display "go to this node" for empty (match-string 3).
11249
11250 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11251
11252 * term/mac-win.el: Add mouse pointer shape constants.
11253
11254 2005-03-15 Kim F. Storm <storm@cua.dk>
11255
11256 * simple.el (move-beginning-of-line): Use vertical-motion.
11257
11258 2005-03-15 Juri Linkov <juri@jurta.org>
11259
11260 * isearch.el (isearch-error): New variable.
11261 (isearch-invalid-regexp, isearch-within-brackets): Remove.
11262 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
11263 (isearch-within-brackets-state): Remove.
11264 (isearch-case-fold-search-state, isearch-pop-fun-state):
11265 Decrease frame index.
11266 (isearch-mode, isearch-top-state, isearch-push-state)
11267 (isearch-edit-string, isearch-abort, isearch-search-and-update)
11268 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11269 (isearch-search, isearch-lazy-highlight-new-loop):
11270 Replace `isearch-invalid-regexp' with `isearch-error'.
11271 Remove `isearch-within-brackets'.
11272 (isearch-search): Add `search-failed' handler to `condition-case'.
11273 (isearch-lazy-highlight-search): Add `condition-case' to catch
11274 errors and allow `isearch-lazy-highlight-update' to try
11275 highlighting from the beginning of the window.
11276 (isearch-repeat): Move up code to set isearch-wrapped to t
11277 before calling isearch-wrap-function.
11278
11279 * info.el (Info-isearch-initial-node): New internal variable.
11280 (Info-search): Signal an error in isearch mode when search leaves
11281 the initial node. Signal an error when `bound' is non-nil and
11282 nothing was found in the current subfile.
11283 (Info-isearch-search): Remove `condition-case'.
11284 (Info-isearch-wrap): Don't wrap when search failed during leaving
11285 the initial node. If `Info-isearch-search' is nil, wrap around
11286 the current node.
11287 (Info-isearch-start): New fun.
11288 (Info-mode): Add buffer-local hook `Info-isearch-start' to
11289 `isearch-mode-hook'.
11290
11291 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11292
11293 * simple.el (normal-erase-is-backspace): Set default to t if
11294 running on Mac.
11295
11296 * term/mac-win.el (function-key-map): Sync with x-win.el.
11297
11298 2005-03-15 Kenichi Handa <handa@m17n.org>
11299
11300 * international/mule-cmds.el (locale-language-names): Modify the
11301 format of elements and add more entries.
11302 (locale-preferred-coding-systems): Add more entries.
11303 (set-locale-environment): Adjust for the change of
11304 locale-language-names.
11305
11306 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11307
11308 * pcvs.el (smerge-ediff): Remove bogus autoload.
11309
11310 2005-03-14 Lute Kamstra <lute@gnu.org>
11311
11312 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11313 Ignore a `*' at the beginning of a line.
11314
11315 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11316 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11317 subr.el.
11318 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11319 to specify indentation.
11320
11321 * generic.el (define-generic-mode): Let generic-mode-list be a
11322 list of strings; test membership with equal.
11323
11324 2005-03-14 Kim F. Storm <storm@cua.dk>
11325
11326 * simple.el (next-line, previous-line): Add optional try-vscroll
11327 arg to recognize interactive use. Pass it on to line-move.
11328 (line-move): Don't perform auto-window-vscroll when defining or
11329 executing keyboard macro to ensure consistent behavior.
11330
11331 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11332
11333 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11334
11335 2005-03-13 Lute Kamstra <lute@gnu.org>
11336
11337 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11338 debugger-setup-buffer so that backtrace marks the frames set to
11339 debug-on-exit and we don't have to do it manually. Set an extra
11340 debug-on-exit for macro's.
11341 (debugger-setup-buffer): Don't mark the top frame manually.
11342
11343 2005-03-12 Lute Kamstra <lute@gnu.org>
11344
11345 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11346 lisp-indent-function throughout.
11347 (with-no-warnings): Set lisp-indent-function property.
11348
11349 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11350
11351 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11352 Add entry for backslash.
11353
11354 2005-03-12 Juri Linkov <juri@jurta.org>
11355
11356 * info.el (Info-search): Four fixes for backward search.
11357
11358 2005-03-11 Jay Belanger <belanger@truman.edu>
11359
11360 * calc/calc.el (calc-language-alist): New variable.
11361 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11362 (calc-embedded-find-modes): Use calc-language-alist instead of
11363 calc-embedded-language-alist.
11364
11365 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11366
11367 * calendar/calendar.el (calendar-redrawing): New internal
11368 variable.
11369 (redraw-calendar): Remove bogus save-excursion from previous
11370 change. Bind calendar-redrawing to t for mark-diary-entries.
11371 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11372 calendar if that is why we were called.
11373
11374 2005-03-11 Kenichi Handa <handa@m17n.org>
11375
11376 * international/mule.el (make-coding-system): Set property
11377 coding-system-define-form to nil.
11378 (define-coding-system-alias): Likewise.
11379
11380 2005-03-11 Kenichi Handa <handa@m17n.org>
11381
11382 These changes are suggested by Dave Love <fx@gnu.org>.
11383
11384 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11385 coding: tag.
11386 (adaptive-fill-regexp): Add more bullets.
11387 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11388 regexps.
11389
11390 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11391
11392 * help.el (describe-mode): Properly handle non-trivial lighters.
11393 Don't ignore minor modes that are not listed in minor-mode-list.
11394
11395 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11396 feature ON when the user requests to turn it OFF.
11397
11398 2005-03-10 Lute Kamstra <lute@gnu.org>
11399
11400 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11401 (implement-debug-on-entry): New function to replace debug-entry-code.
11402 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11403 second argument as the 2005-03-07 change makes it obsolete.
11404 (debug-on-entry, cancel-debug-on-entry): Update call to
11405 debug-on-entry-1.
11406 (debug, debugger-setup-buffer): Comment update.
11407 (debugger-frame-number): Update to work with implement-debug-on-entry.
11408
11409 2005-03-10 Jay Belanger <belanger@truman.edu>
11410
11411 * calc/calc-embed.el (math-ms-args): Declare it.
11412 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11413 math-ms-args.
11414 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11415 variables.
11416
11417 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11418
11419 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11420 Use message-box.
11421
11422 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11423 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11424 (tooltip-gud-tips): Simplify.
11425 (tooltip-gud-tips-p): Remove superfluous :set.
11426 (tooltip-gud-modes): Add fortran-mode.
11427 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11428
11429 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11430
11431 2005-03-09 Kim F. Storm <storm@cua.dk>
11432
11433 * play/animate.el (animate-place-char): Use forward-line instead
11434 of next-line to improve performance.
11435
11436 2005-03-09 Simon Josefsson <jas@extundo.com>
11437
11438 * net/browse-url.el (browse-url-default-browser): Doc fix.
11439
11440 2005-03-09 Miles Bader <miles@gnu.org>
11441
11442 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11443 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11444
11445 2005-03-09 Kenichi Handa <handa@m17n.org>
11446
11447 * international/latin-1.el: Set case and syntax for 255 only if
11448 set-case-syntax-set-multibyte is nil.
11449
11450 * textmodes/ispell.el (ispell-insert-word): New function.
11451 (ispell-word): Use ispell-insert-word to insert a new word.
11452 (ispell-process-line): Likewise.
11453 (ispell-complete-word): Likewise.
11454
11455 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11456
11457 * calendar/calendar.el (redraw-calendar): Preserve point.
11458 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11459 (calendar-week-start-day): Move after definition of
11460 redraw-calendar. Delete buffer test, since redraw-calendar has
11461 that now.
11462
11463 * calendar/diary-lib.el (mark-diary-entries): Only call
11464 redraw-calendar in the first of any recursive calls.
11465 Reported by Alan Shutko <ats@acm.org>.
11466
11467 2005-03-08 Juri Linkov <juri@jurta.org>
11468
11469 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11470 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11471 (html-radio-buttons): Add a space before the trailing `/>' where
11472 sgml-xml-mode is non-nil.
11473 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11474 the subsequent tag of the empty XML tag.
11475 (html-href-anchor): Don't set initial input to "http:".
11476 (html-image): Ask for the image URL and set point inside alt="".
11477 (html-name-anchor): Duplicate the name in the `id' attribute when
11478 sgml-xml-mode is non-nil.
11479 (html-paragraph): Remove \n before <p>.
11480 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11481 instead of `checked' when sgml-xml-mode is non-nil.
11482
11483 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11484 Remove 1 space before #RRGGBB to not truncate it on terminal
11485 windows w/o fringes. Remove 1 space between bg and fg examples
11486 to get more space.
11487 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11488 avoid byte-compile warnings.
11489
11490 * image-file.el (image-file-handler): Put `safe-magic' property to
11491 `image-file-handler'.
11492
11493 * info.el (Info-isearch-search): Emulate word search in
11494 isearching through multiple Info nodes with Info-search.
11495 (Info-isearch-wrap): Allow isearch-word.
11496
11497 2005-03-08 Lute Kamstra <lute@gnu.org>
11498
11499 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11500 stepping into the debugger's code is not possible.
11501 (debugger-jumping-flag): Docstring update.
11502
11503 2005-03-08 Jay Belanger <belanger@truman.edu>
11504
11505 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11506 embedded mode begins.
11507 (calc-embedded-language-alist): New variable.
11508 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11509 set default language mode.
11510
11511 2005-03-08 Kenichi Handa <handa@m17n.org>
11512
11513 * international/ccl.el (define-ccl-program): Fix docstring about
11514 extra 256 bytes assured for the output buffer.
11515
11516 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11517 Fix BUFFER_MAGNIFICATION to 2.
11518 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11519
11520 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11521
11522 * align.el (align-rules-list): Added an alignment rule for CSS
11523 declarations (applies to css-mode and html-mode buffers).
11524
11525 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11526
11527 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11528
11529 2005-03-07 Kim F. Storm <storm@cua.dk>
11530
11531 * simple.el (move-beginning-of-line): New command.
11532
11533 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11534
11535 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11536
11537 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11538 and move-beginning-of-line.
11539
11540 * apropos.el (apropos-print): Omit command from M-x ... RET.
11541
11542 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11543
11544 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11545 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11546
11547 2005-03-06 Richard M. Stallman <rms@gnu.org>
11548
11549 * bindings.el (esc-map): Bind M-g to goto-line.
11550
11551 * facemenu.el (global-map): Bind M-o, not M-g.
11552
11553 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11554
11555 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11556 "Open Directory" as for "Open File".
11557
11558 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11559
11560 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11561 (push-mark-command): Run activate-mark-hook.
11562
11563 2005-03-06 Richard M. Stallman <rms@gnu.org>
11564
11565 * help-mode.el (help-mode-finish): Don't alter the element
11566 in view-return-to-alist if there already is one.
11567
11568 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11569 make sure the current buffer is the expected one.
11570
11571 * novice.el (disabled-command-function): Output in *Disabled Command*.
11572 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11573
11574 * textmodes/flyspell.el (flyspell-large-region):
11575 Pass args differently for aspell.
11576
11577 * files.el (mode-require-final-newline): Doc fix.
11578
11579 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11580
11581 * progmodes/which-func.el (which-function):
11582 Specify NOERROR when calling imenu--make-index-alist.
11583
11584 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11585
11586 * simple.el (normal-erase-is-backspace): Define default value.
11587
11588 * custom.el (custom-theme-set-variables): Remove unused var
11589 `immediate'.
11590 (custom-reevaluate-setting): Simple function to handle variables
11591 that are defined before their default value can really be
11592 computed.
11593
11594 * startup.el (command-line): Use it for temporary-file-directory,
11595 small-emporary-file-directory, auto-save-file-name-transforms,
11596 blink-cursor-mode, and normal-erase-is-backspace.
11597
11598 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11599 progress, even with buggy anchored keywords.
11600
11601 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11602
11603 * simple.el (goto-line): Remove unbalanced final parenthesis.
11604
11605 2005-03-05 Richard M. Stallman <rms@gnu.org>
11606
11607 * simple.el (goto-line): Use a number at point as the default.
11608 With C-u as arg, switch buffers.
11609
11610 2005-03-05 Juri Linkov <juri@jurta.org>
11611
11612 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11613 with `no-blinking-cursor'.
11614
11615 * startup.el (no-blinking-cursor): New defvar.
11616 (command-line): Add `--no-blinking-cursor' to longopts.
11617 Set `no-blinking-cursor' to t for command line arguments
11618 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11619 with `no-blinking-cursor' in the condition for calling
11620 `blink-cursor-mode'.
11621
11622 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11623
11624 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11625 (menu-bar-options-save): Add blink-cursor-mode.
11626 (menu-bar-options-menu): Add blink-cursor-mode.
11627
11628 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11629
11630 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11631 (icalendar-export-file, icalendar-export-region)
11632 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11633 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11634
11635 2005-03-04 Lute Kamstra <lute@gnu.org>
11636
11637 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11638 (debug-function-list): Ditto.
11639
11640 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11641
11642 * textmodes/texinfmt.el (texinfo-append-refill):
11643 Redefine the types of line to which @refill
11644 is not appended by replacing a search for `@refill\\|@bye' with
11645 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11646 itemize@refill' bug and the unfilled long lines bug.
11647 (texinfmt-version): Update number and date.
11648
11649 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11650
11651 * international/code-pages.el (windows-1250, windows-125[2-8])
11652 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11653
11654 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11655
11656 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11657 bound yet.
11658
11659 2005-03-02 Romain Francoise <romain@orebokech.com>
11660
11661 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11662 buffer after removing limits.
11663 (ibuffer-pop-filter): Ditto.
11664 Update copyright.
11665
11666 2005-03-02 Miles Bader <miles@gnu.org>
11667
11668 * button.el (make-text-button): If the user doesn't specify a
11669 type, use the default. Rewrite to use `add-text-properties' and
11670 plist functions.
11671
11672 2005-03-01 Lute Kamstra <lute@gnu.org>
11673
11674 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11675 (debugger-jumping-flag): New var.
11676 (debug-entry-code): Use it.
11677 (debugger-jump): Use debugger-jumping-flag and add
11678 debugger-reenable to post-command-hook.
11679 (debugger-reenable): Use debugger-jumping-flag and remove itself
11680 from post-command-hook.
11681 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11682 debugger-reenable.
11683
11684 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11685
11686 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11687 inclusion of "itemize\\|", which may be unnecessary, is certainly
11688 inelegant, and stops refilling in itemize lists when formatting
11689 Japanese Texinfo files to Info.
11690 Update copyright to 2005.
11691
11692 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11693
11694 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11695 of an error if GDB can't find the source file.
11696
11697 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11698
11699 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11700 not just the calendar.
11701
11702 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11703 first.
11704 (diary-redraw-calendar): New function.
11705 (make-diary-entry): Add diary-redraw-calendar to local
11706 write-contents-functions. Turn off selective display before
11707 inserting in diary.
11708
11709 2005-03-01 Kim F. Storm <storm@cua.dk>
11710
11711 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11712
11713 2005-03-01 Lute Kamstra <lute@gnu.org>
11714
11715 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11716 that debug-entry-code can be safely removed from a function while
11717 this code is being evaluated. Revert the 2005-02-27 change as the
11718 new implementation no longer requires it. Make sure that a
11719 function body containing just a string is not mistaken for a docstring.
11720 (debug): Skip one more frame in case of debug on entry.
11721 (debugger-setup-buffer): Delete one more frame line in case of
11722 debug on entry.
11723 (debugger-frame-number): Update to use the new text introduced by
11724 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11725
11726 2005-02-28 Kim F. Storm <storm@cua.dk>
11727
11728 * double.el (double-translate-key): Call force-window-update after
11729 read-event to avoid crash in redisplay.
11730
11731 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11732
11733 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11734 (debug): Use it. Move the inhibit-trace earlier.
11735 (debug-entry-code): New const.
11736 (debug-on-entry-1): Use it.
11737
11738 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11739
11740 * international/utf-16.el (ccl-encode-mule-utf-16le):
11741 Fix BUFFER_MAGNIFICATION to 2.
11742 (ccl-encode-mule-utf-16be): Likewise.
11743
11744 2005-02-28 Kenichi Handa <handa@m17n.org>
11745
11746 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11747 Fix BUFFER_MAGNIFICATION to 4.
11748 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11749
11750 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11751
11752 * speedbar.el (speedbar-update-flag): Doc fix.
11753 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11754 argument.
11755
11756 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11757
11758 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11759 have a non-nil `invisible' property but are actually visible.
11760
11761 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11762 for perldoc sections.
11763 (perl-outline-regexp, perl-outline-level): New var and function.
11764 (perl-mode): Use them.
11765
11766 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11767
11768 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11769 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11770
11771 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11772
11773 * cus-edit.el: Comment change.
11774 (custom-buffer-create-internal): Slightly reword text at top of
11775 Custom buffers. Mention there that saving an option edits the
11776 init file. Add link to Emacs manual node on `custom-file'.
11777 (custom-magic-alist): Rewrite individual State messages to use
11778 capitalized keywords. Doc fix.
11779
11780 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11781
11782 * calendar/calendar.el (calendar-buffer): Move above
11783 calendar-week-start-day.
11784 (calendar-week-start-day): Doc fix. Add :set function.
11785 (calendar-minimum-window-height): New variable.
11786 (generate-calendar-window): Only resize window if selected-window
11787 is displaying the calendar buffer. Use new variable
11788 calendar-minimum-window-height.
11789 (generate-calendar): Reword error message.
11790 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11791
11792 2005-02-27 Andreas Schwab <schwab@suse.de>
11793
11794 * vc.el (vc-do-command): Don't run command asynchronously when
11795 operating in a remote directory.
11796
11797 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11798 change from sync with Tramp 2.0.47.
11799
11800 2005-02-27 Richard M. Stallman <rms@gnu.org>
11801
11802 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11803
11804 * textmodes/flyspell.el (flyspell-mode-on):
11805 Call ispell-change-dictionary only if necessary.
11806
11807 * emacs-lisp/re-builder.el (regexp-builder): New function.
11808
11809 * register.el (describe-register-1): Explicitly handle
11810 yank-excluded-properties = t.
11811
11812 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11813 (custom-magic-alist): Change the status descriptions again.
11814 (face widget-type): Total rewrite based on `restricted-sexp'
11815 to eliminate the confusing double hiding levels.
11816
11817 * emacs-lisp/debug.el (debug-on-entry-1):
11818 If function body is empty, add nil as body form.
11819
11820 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11821
11822 * emacs-lisp/trace.el (inhibit-trace): New var.
11823 (trace-make-advice): Use it.
11824
11825 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11826
11827 2005-02-26 Kim F. Storm <storm@cua.dk>
11828
11829 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11830 (mouse-on-link-p, mouse-drag-region-1): Use it.
11831
11832 2005-02-25 Lute Kamstra <lute@gnu.org>
11833
11834 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11835
11836 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11837
11838 * frame.el (blink-cursor-mode): Add :group keyword.
11839
11840 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11841
11842 * calendar/icalendar.el (icalendar--decode-isodatetime):
11843 New optional argument DAY-SHIFT.
11844 (icalendar-export-region): Fix coding-system-for-write.
11845 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11846 events by one.
11847
11848 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11849
11850 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11851
11852 2005-02-24 Kim F. Storm <storm@cua.dk>
11853
11854 * international/iso-acc.el (iso-accents-compose): Fix crash
11855 during redisplay. Call force-window-update after read-event
11856 and delete-region to signal that window is not accurate.
11857
11858 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11859
11860 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11861 Remove unused and inexistent var `inhibit-trace'.
11862 (debugger-mode): Use run-mode-hooks.
11863 (debugger-list-functions): Add buttons; setup xref stack.
11864
11865 2005-02-23 Richard M. Stallman <rms@gnu.org>
11866
11867 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11868 appointment says it was explicitly made.
11869 (appt-add): Set the 3rd element.
11870 (appt-make-list): Preserve explicit appointments.
11871
11872 * subr.el (find-tag-default): Catch errors in forward-sexp.
11873
11874 2005-02-23 Juri Linkov <juri@jurta.org>
11875
11876 * info.el (Info-isearch-search): New defcustom.
11877 (Info-isearch-search): Call the default isearch function
11878 when Info-isearch-search is nil.
11879 (Info-isearch-wrap): Use variable Info-isearch-search.
11880
11881 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11882
11883 * cus-edit.el: Comment change.
11884
11885 2005-02-22 Kim F. Storm <storm@cua.dk>
11886
11887 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11888 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11889
11890 2005-02-22 Simon Josefsson <jas@extundo.com>
11891
11892 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11893 New variable.
11894 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11895 Oskarsson" <myrkraverk@users.sourceforget.net>.
11896
11897 2005-02-22 Kim F. Storm <storm@cua.dk>
11898
11899 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11900 check that window of that event is the selected window.
11901 (mouse-drag-region-1): Compare mouse event window to selected
11902 window before setting point.
11903
11904 * tooltip.el (tooltip-show-help-function): Pass event to
11905 mouse-on-link-p so it can check selected window.
11906
11907 2005-02-22 Kenichi Handa <handa@m17n.org>
11908
11909 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11910 (ps-mule-show-warning): New function.
11911 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11912 characters are found.
11913
11914 * ps-print.el (ps-header-footer-string): Return a list of header
11915 and footer strings.
11916
11917 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11918
11919 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11920
11921 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11922
11923 * frame.el (blink-cursor-mode): Use define-minor-mode.
11924
11925 * term/mac-win.el (function-key-map): Use char-names more consistently.
11926 (file-name-coding-system): Only set it for MacOS-9. The other case is
11927 already handled in mule-cmds.el (where it also works when mac-win.el
11928 is not used).
11929
11930 2005-02-21 Kenichi Handa <handa@m17n.org>
11931
11932 * international/mule.el (ctext-pre-write-conversion): Always use
11933 " *code-converting-work*" buffer for work.
11934
11935 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11936
11937 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11938
11939 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11940
11941 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11942
11943 * ses.el (undo-more): Restore defadvice, but only the part that
11944 allows changes outside the restricted area of the buffer.
11945
11946 2005-02-20 Kim F. Storm <storm@cua.dk>
11947
11948 * simple.el (line-move): Add fourth optional arg try-vscroll which
11949 must be set to perform auto-window-vscroll.
11950 When moving backwards and doing auto-window-vscroll, automatically
11951 vscroll to the last part of lines which are taller than the window.
11952 (next-line, previous-line): Set try-vscroll arg on line-move.
11953
11954 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11955
11956 * replace.el (query-replace, query-replace-regexp)
11957 (replace-string, replace-regexp): When operating on region, make
11958 the minibuffer prompt say so.
11959
11960 * isearch.el (isearch-forward): Document isearch-query-replace and
11961 isearch-query-replace-regexp keybindings.
11962
11963 2005-02-19 Jay Belanger <belanger@truman.edu>
11964
11965 * calc/calc-aent.el (math-read-token): Add local variable.
11966
11967 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11968 (calc-edit-top): Move declaration to earlier in file.
11969 (calc-edit-macro-repeats): Add local variables.
11970
11971 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11972 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11973 calcFunc-tanh.
11974 Adjust integration rule for calcFunc-tan.
11975
11976 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11977
11978 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11979 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11980 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11981 (viper-skip-separators): Bug fix.
11982 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
11983 particular major mode.
11984 (viper-del-backward-char-in-replace): Don't put deleted char on the
11985 kill ring.
11986
11987 * viper-ex.el (viper-color-display-p): New function.
11988 (viper-has-face-support-p): Use viper-color-display-p.
11989
11990 * viper-keym.el (viper-gnus-modifier-map): New keymap.
11991
11992 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
11993
11994 * viper-util.el (viper-glob-unix-files): Fix shell status check.
11995 (viper-file-remote-p): Make equivalent to file-remote-p.
11996
11997 * viper.el (viper-major-mode-modifier-list):
11998 Use viper-gnus-modifier-map.
11999
12000 2005-02-19 David Kastrup <dak@gnu.org>
12001
12002 * subr.el (subregexp-context-p): Fix garbled doc string by adding
12003 quoting.
12004
12005 2005-02-19 Jay Belanger <belanger@truman.edu>
12006
12007 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
12008 Remove extra definitions.
12009 (calc-coth): New function.
12010 (calcFunc-cot): Fix `let'.
12011
12012 2005-02-19 Eli Zaretskii <eliz@gnu.org>
12013
12014 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
12015 the reasons we use "type pc" in these faces.
12016
12017 * button.el (button): Ditto.
12018
12019 2005-02-19 Michael Mauger <mmaug@yahoo.com>
12020
12021 * replace.el (query-replace-read-from): Set the value of
12022 query-replace-from-history-variable to handle the case of an empty
12023 string entered to accept the suggested default.
12024
12025 * net/tramp.el (tramp-file-name-for-operation):
12026 Use dired-call-process instead of dired-call-process-command.
12027
12028 2005-02-19 Jay Belanger <belanger@truman.edu>
12029
12030 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
12031 (math-div-non-trig): New variables.
12032 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
12033 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
12034 (math-combine-prod, math-div-symb-fancy): Add simplifications for
12035 trig expressions.
12036
12037 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
12038
12039 * progmodes/gdb-ui.el (gdb-var-update-handler)
12040 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
12041 for watch expressions,
12042 (gdb-var-create-handler): Don't set speedbar-update-flag.
12043 (gdb-post-prompt): Simplify test for speedbar.
12044
12045 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12046
12047 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
12048 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
12049 we use the syntax table of the correct buffer.
12050 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
12051 Felix Gatzemeier.
12052
12053 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
12054 (ediff-file-remote-p): Make synonymous with file-remote-p.
12055 In all deffaces ediff-*-face-*, use min-colors.
12056
12057 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
12058 ediff-recurse-to-subdirectories.
12059 (ediff-mark-if-equal): Check that the arguments are strings, use
12060 ediff-same-contents (after to Felix Gatzemeier).
12061
12062 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
12063 nil.
12064
12065 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12066
12067 * log-view.el (log-view-message-re): Fix up Subversion regexp.
12068
12069 2005-02-18 David Kastrup <dak@gnu.org>
12070
12071 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
12072 use `mark-active' when defined.
12073
12074 2005-02-18 Kenichi Handa <handa@m17n.org>
12075
12076 * ps-print.el (ps-font-info-database): New entry
12077 ZapfChancery-MediumItalic with correct font name. Fix font name
12078 of the entry Zapf-Chancery-MediumItalic.
12079
12080 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
12081
12082 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
12083
12084 2005-02-16 Kim F. Storm <storm@cua.dk>
12085
12086 * ido.el (ido-fallback-command): Pass user input to fallback command.
12087
12088 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
12089
12090 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
12091 (gdb-find-file-hook): Add server prefix.
12092
12093 2005-02-16 Richard M. Stallman <rms@gnu.org>
12094
12095 * replace.el (perform-replace): Pass new args to replace-highlight.
12096 (replace-highlight): Take region args,
12097 and pass them to isearch-lazy-highlight-new-loop.
12098
12099 * novice.el (disabled-command-hook): Autoload the defalias
12100 and the make-obsolete-variable call.
12101
12102 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
12103
12104 * isearch.el (isearch-lazy-highlight-start-limit)
12105 (isearch-lazy-highlight-end-limit): New variables limit
12106 the region for highlighting.
12107 (isearch-lazy-highlight-new-loop): New args BEG and END.
12108 (isearch-lazy-highlight-search): Use the new vars.
12109 (isearch-lazy-highlight-update): Likewise.
12110
12111 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
12112
12113 * cus-start.el (all): Use default-boundp.
12114
12115 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
12116
12117 * menu-bar.el (menu-bar-select-frame): Handle current frame.
12118
12119 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
12120
12121 * autorevert.el (auto-revert-stop-on-user-input)
12122 (auto-revert-verbose): Doc fixes.
12123
12124 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
12125
12126 * international/mule-cmds.el (set-locale-environment): Remove call
12127 to set-selection-coding-system on Windows.
12128
12129 2005-02-15 Jay Belanger <belanger@truman.edu>
12130
12131 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
12132 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
12133 calcFunc-coth.
12134 (math-simplify-sqrt): Add simplifications.
12135
12136 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
12137 to list.
12138
12139 * calc/calc-ext.el: Add functions to autoloads.
12140
12141 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
12142 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
12143 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
12144 (math-csc-raw, math-cot-raw): New functions.
12145
12146 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
12147
12148 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
12149 the variable name in a message.
12150
12151 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
12152 calcFunc-csc, calcFunc-cot.
12153
12154 * calc/calcalg2.el: Add derivative and integration rules for
12155 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
12156 calcFunc-csch, calcFunc-coth.
12157 (math-do-integral-methods): Add to checks for when to use
12158 substitutions.
12159
12160 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
12161
12162 2005-02-15 Lute Kamstra <lute@gnu.org>
12163
12164 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12165 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
12166 <monnier@iro.umontreal.ca>
12167 (lisp-outline-level): Improve efficiency. Suggested by David
12168 Kastrup <dak@gnu.org>.
12169
12170 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
12171
12172 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
12173 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
12174 (gdb-set-gud-minor-mode-existing-buffers): New functions.
12175 (gdb-find-file-hook): New hook. Add it to find-file-hook.
12176 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
12177
12178 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
12179
12180 * cus-start.el (all): Comment change.
12181
12182 2005-02-14 Lute Kamstra <lute@gnu.org>
12183
12184 * cus-start.el (all): Check if symbol is void.
12185
12186 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
12187
12188 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12189 optional argument to \cite.
12190
12191 2005-02-14 Richard M. Stallman <rms@gnu.org>
12192
12193 * cus-edit.el (custom-buffer-create-internal): Update help message.
12194 (custom-magic-alist): Update help messages.
12195
12196 * cus-start.el (all): Allow a var to specify a standard value.
12197
12198 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
12199
12200 * custom.el (custom-theme-set-variables): Handle variable aliases.
12201
12202 * frame.el (blink-cursor-timer): Doc fix.
12203 (blink-cursor): Make it an alias for `blink-cursor-mode' and
12204 declare obsolete.
12205 (blink-cursor-mode): Define with defcustom and use correct
12206 standard expression in that defcustom.
12207 * startup.el (command-line): Adapt to above changes in frame.el.
12208
12209 2005-02-11 Lute Kamstra <lute@gnu.org>
12210
12211 * apropos.el (apropos-score-doc): Prevent division by zero.
12212
12213 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
12214
12215 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12216 (icalendar--get-event-property-attributes)
12217 (icalendar--get-event-properties)
12218 (icalendar--datetime-to-diary-date): New functions.
12219 (icalendar--split-value): Doc fix.
12220 (icalendar--datetime-to-noneuropean-date)
12221 (icalendar--datetime-to-european-date): New optional argument
12222 SEPARATOR. Return result as a string instead of a list.
12223 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12224 (icalendar--convert-string-for-export): Rename arg S to STRING.
12225 (icalendar-export-region): Doc fix. Change name of error buffer.
12226 Save output buffer.
12227 (icalendar-import-file): Add blank at end of prompt.
12228 (icalendar-import-buffer): Doc fix. Do not switch to error
12229 buffer. Indicate status in return value.
12230 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
12231 buffer. Save output buffer. Handle exception from recurrence
12232 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
12233 events. Fix problems with weekly all-day events.
12234
12235 2005-02-10 Richard M. Stallman <rms@gnu.org>
12236
12237 * simple.el (eval-expression-print-format):
12238 Avoid warning about edebug-active.
12239
12240 * help.el (help-for-help-internal): Rename from help-for-help.
12241 (help-for-help): Define with defalias.
12242
12243 * font-core.el (font-lock-default-function): Use with-no-warnings.
12244
12245 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12246
12247 * custom.el (defface): Doc fix.
12248
12249 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
12250
12251 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12252 width 0" to prevent word wrapping problems.
12253
12254 2005-02-09 Kim F. Storm <storm@cua.dk>
12255
12256 * ido.el (ido-file-extensions-order): New defcustom.
12257 (ido-file-extension-lessp, ido-file-extension-aux)
12258 (ido-file-extension-order): New advanced file ordering.
12259 (ido-file-lessp): New simple file ordering.
12260 (ido-sort-list): Remove.
12261 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12262 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12263
12264 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
12265
12266 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12267 that some versions of grep produce.
12268 (grep-mode-font-lock-keywords): Likewise.
12269
12270 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
12271
12272 * progmodes/gdb-ui.el (gdb-location-list): New variable.
12273 (gdb-cdir): Delete.
12274 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12275 (gdb-source-info): Treat case when source file is in another
12276 directory properly.
12277 (gdb-get-location): New function.
12278
12279 2005-02-07 Jay Belanger <belanger@truman.edu>
12280
12281 * calc/calc-prog.el (calc-write-parse-table-part)
12282 (calc-fix-token-name): Fix a check for language type.
12283
12284 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
12285
12286 2005-02-07 Andre Spiegel <spiegel@gnu.org>
12287
12288 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12289 as directory not writable.
12290
12291 2005-02-07 Kim F. Storm <storm@cua.dk>
12292
12293 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12294 (cua--standard-movement-commands): Remove list.
12295 Instead, set CUA property value to move for movement commands.
12296 (cua-movement-commands): Remove. Users must set CUA prop instead.
12297 (cua--pre-command-handler): Check CUA property.
12298 (cua--init-keymaps): Don't remap undo commands.
12299 (cua-mode): Don't call cua--rectangle-on-off.
12300
12301 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12302 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12303 (cua--rect-undo-set-point): New var.
12304 (cua--rectangle-undo-boundary): Setup undo apply entry.
12305 (cua--rect-undo-handler): New function for rectangle undo.
12306 (cua--rect-start-position, cua--rect-end-position): Add.
12307 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12308 for restored rectangle. Set point if cua--rect-undo-set-point.
12309
12310 2005-02-06 Jay Belanger <belanger@truman.edu>
12311
12312 * calc/calc-lang.el (calc-tex-language): Display more information
12313 in messages.
12314
12315 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12316 in TeX mode.
12317
12318 2005-02-06 Richard M. Stallman <rms@gnu.org>
12319
12320 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12321
12322 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12323
12324 * net/ldap.el (ldap-search-internal): Support attributes with
12325 optional descriptions separated by a semi-colon, as in
12326 "userCertificate;binary".
12327
12328 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12329
12330 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12331 isn't a cons (i.e. the version is 0).
12332
12333 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12334
12335 * help.el (help-for-help): Doc fix.
12336
12337 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12338
12339 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12340 GDB-Windows on the menu-bar as this works better.
12341
12342 2005-02-04 Jay Belanger <belanger@truman.edu>
12343
12344 * calc/calc-embed.el (calc-embedded-update): Don't put in
12345 unnecessary newlines. Adjust the end of formula marker.
12346
12347 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12348 (math-latex-parse-two-args): New function.
12349
12350 2005-02-03 Lute Kamstra <lute@gnu.org>
12351
12352 * help-fns.el (help-with-tutorial): Make sure that users cannot
12353 remove the entire text of the tutorial by means of `undo'.
12354
12355 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12356
12357 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12358 in recent changes, where the ispell process was repeatedly
12359 killed & restarted.
12360
12361 * international/mule-cmds.el (set-locale-environment): Set file-name
12362 coding system to utf-8 on Darwin systems.
12363 (set-default-coding-systems): Don't set default-file-name-coding-system
12364 on Darwin systems.
12365
12366 2005-02-03 Richard M. Stallman <rms@gnu.org>
12367
12368 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12369
12370 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12371
12372 * faces.el (list-faces-display): Add optional argument.
12373
12374 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12375
12376 * font-core.el (font-lock-default-function): Handle the rare case where
12377 only font-lock-keywords is set.
12378
12379 2005-02-02 Kenichi Handa <handa@m17n.org>
12380
12381 * international/characters.el: Cancel previous change for
12382 I-WITH-DOT-ABOVE and DOTLESS-i.
12383
12384 * international/latin-5.el: Cancel previous change.
12385
12386 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12387
12388 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12389
12390 2005-02-02 Kenichi Handa <handa@m17n.org>
12391
12392 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12393 DOTLESS-i.
12394
12395 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12396 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12397
12398 * case-table.el (get-upcase-table): New function.
12399 (copy-case-table): Copy upcaes table too if non-nil.
12400 (set-case-syntax-delims): Maintain upcase table too.
12401 (set-case-syntax-pair): Likewise.
12402 (set-upcase-syntax, set-downcase-syntax): New functions.
12403 (set-case-syntax): Maintain upcase table too.
12404
12405 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12406
12407 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12408
12409 * progmodes/gud.el (gud-goto-info): New function.
12410 (gud-tool-bar-map): Use correct icon.
12411
12412 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12413
12414 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12415 When delegating, order args in the funcall correctly.
12416
12417 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12418
12419 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12420
12421 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12422
12423 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12424 buffer not visiting a file.
12425
12426 2005-01-31 Jay Belanger <belanger@truman.edu>
12427
12428 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12429 bound on the line with the formula.
12430
12431 2005-01-31 Kim F. Storm <storm@cua.dk>
12432
12433 * ses.el (ses-create-cell-variable-range)
12434 (ses-destroy-cell-variable-range, ses-reset-header-string)
12435 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12436 (ses-insert-row): Fix format of apply undo entries.
12437
12438 2005-01-31 Jay Belanger <belanger@truman.edu>
12439
12440 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12441 parts.
12442
12443 * calc/calc-embed.el (calc-embedded-open-formula)
12444 (calc-embedded-close-formula): Ignore matrix environments.
12445
12446 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12447 TeX mode.
12448
12449 * calc/calc-lang.el (math-function-table, math-oper-table)
12450 (math-variable-table): Adjust the LaTeX portions.
12451
12452 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12453 (math-latex-ignore-words): New constant.
12454
12455 2005-01-31 Richard M. Stallman <rms@gnu.org>
12456
12457 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12458 (ispell-local-dictionary): Doc fix.
12459 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12460 Don't reinitialize at run time. Don't defcustom.
12461 All uses changed to append ispell-local-dictionary-alist,
12462 or check it first.
12463 (ispell-current-dictionary): New variable for dictionary in use.
12464 (ispell-dictionary): Now used only for global default.
12465 (ispell-start-process): Set ispell-current-dictionary,
12466 not ispell-dictionary.
12467 (ispell-change-dictionary): Use this only for setting
12468 user preferences.
12469 (ispell-internal-change-dictionary): New function
12470 to change the current dictionary in use.
12471 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12472 Use ispell-current-dictionary.
12473 Handle ispell-local-dictionary-overridden.
12474 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12475
12476 2005-01-31 Jay Belanger <belanger@truman.edu>
12477
12478 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12479
12480 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12481 (calc-mode-map): Add calc-latex-language.
12482
12483 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12484 (math-latex-print-frac): New functions.
12485 (math-oper-table, math-function-table, math-variable-table)
12486 (math-complex-format, math-input-filter): Add latex properties.
12487 (calc-set-language): Set math-expr-special-function-mapping.
12488
12489 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12490 (calc-write-parse-table-part): Add LaTeX support.
12491
12492 * calc/calc.el (calc-language): Adjust docstring.
12493 (calc-set-mode-line): Add LaTeX support.
12494 (math-expr-special-function-mapping): New variable.
12495 (math-tex-ignore-words): Add to list.
12496
12497 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12498 Add LaTeX support.
12499 (math-compose-expr): Add support for special functions.
12500
12501 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12502
12503 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12504
12505 * progmodes/gdb-ui.el (gdb-memory-address)
12506 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12507 (gdb-memory-mode-map, gdb-memory-format-keymap)
12508 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12509 (gdb-memory-unit-menu): New variables for a buffer
12510 that lets the user examine program memory.
12511 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12512 (gdb-memory-format-binary, gdb-memory-format-octal)
12513 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12514 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12515 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12516 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12517 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12518 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12519 (gdb-memory-mode, gdb-memory-buffer-name)
12520 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12521 New functions for above buffer.
12522
12523 2005-01-30 Richard M. Stallman <rms@gnu.org>
12524
12525 * cus-edit.el (custom-bury-buffer): Function deleted.
12526 (custom-buffer-done-function): Option deleted.
12527 (custom-buffer-done-kill): New (replacement option.
12528 (Custom-buffer-done): Call quit-window.
12529 (custom-buffer-create-internal): Update for above changes.
12530
12531 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12532
12533 * simple.el (undo-ask-before-discard): New var.
12534 (undo-outer-limit-truncate): Implement it.
12535 (undo-extra-outer-limit): Doc update.
12536
12537 2005-01-29 Richard M. Stallman <rms@gnu.org>
12538
12539 * ses.el (undo-more): Delete defadvice.
12540 (ses-begin-change): Doc fix.
12541
12542 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12543 instead of rebinding C-x u and C-_.
12544
12545 * files.el (normal-backup-enable-predicate): Return nil for files
12546 in /tmp, regardless of temporary-file-directory.
12547
12548 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12549
12550 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12551 (open-rectangle, delete-whitespace-rectangle-line)
12552 (clear-rectangle-line): If FILL, pass t instead of FILL
12553 for move-to-column's 2nd arg.
12554
12555 * simple.el (undo): Fix the test for continuing a series of undos.
12556 (undo-more): Set pending-undo-list to t when we reach end.
12557 (pending-undo-list): Move up defvar.
12558
12559 * wid-edit.el (widget-button-click):
12560 Shorten the range of the track-mouse binding.
12561
12562 * comint.el (comint-insert-input): Undo previous changes;
12563 use last-input-event in interactive spec.
12564
12565 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12566
12567 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12568 to nil before invoking call-process. Reset buffer's modified flag
12569 after fontifying it in the no-async branch.
12570
12571 * wid-edit.el (widget-specify-button): If mouse pointer shape
12572 cannot be changed, use mouse face instead.
12573
12574 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12575
12576 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12577 (gdb-goto-breakpoint): Make breakpoint handling work on template
12578 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12579 (gdb-assembler-custom): Update to recognize breakpoint information
12580 added on 2005-01-19.
12581
12582 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12583
12584 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12585 (dsssl-mode): Use define-derived-mode.
12586 (scheme-mode-initialize): Remove.
12587 (scheme-mode): Use run-mode-hooks.
12588
12589 * cus-edit.el (customize-group-other-window)
12590 (custom-buffer-create-other-window): Don't override special-display-*.
12591 (custom-mode-map): Make it dense.
12592
12593 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12594 sets the default value.
12595
12596 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12597
12598 * descr-text.el: Add more keywords.
12599
12600 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12601
12602 * speedbar.el: Avoid unnecessary use of locate-library.
12603
12604 * international/mule-cmds.el (standard-display-european-internal):
12605 Don't fiddle with latin-1 non-break space any more since it's now
12606 special cased in the C code.
12607 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12608
12609 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12610
12611 * cus-start.el (all): Add `undo-outer-limit'.
12612
12613 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12614
12615 * textmodes/bibtex.el (bibtex-format-entry):
12616 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12617 field lines.
12618 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12619 not on part of a buffer.
12620
12621 2005-01-25 Lute Kamstra <lute@gnu.org>
12622
12623 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12624 nonempty field text strings like "{letters\\macro{}more letters}".
12625 Clarify docstring.
12626 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12627 (bibtex-entry-offset, bibtex-parse-association)
12628 (bibtex-parse-field-name): Fix typos in docstrings.
12629 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12630
12631 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12632
12633 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12634 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12635 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12636 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12637
12638 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12639 isearch minor mode.
12640
12641 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12642
12643 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12644
12645 2005-01-24 Lute Kamstra <lute@gnu.org>
12646
12647 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12648 CASECHARS and NOT-CASECHARS regular expressions of the
12649 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12650 striding over charsets" error.
12651
12652 2005-01-24 Jay Belanger <belanger@truman.edu>
12653
12654 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12655 display variable name.
12656
12657 2005-01-24 Kenichi Handa <handa@m17n.org>
12658
12659 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12660 Fix setting of the element of encoded-kbd-iso2022-invocations.
12661
12662 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12663
12664 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12665 (gdb-threads-select): Change to also accept mouse events.
12666 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12667 (gdb-threads-mouse-select): Delete.
12668
12669 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12670
12671 * files.el (insert-directory): Take care of empty directory,
12672 listed without -a switch.
12673
12674 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12675
12676 * textmodes/refill.el (refill-post-command-function):
12677 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12678 to the list of functions that we should be careful not to undo.
12679 (refill-late-fill-paragraph-function): Remove.
12680 (refill-saved-state): New var.
12681 (refill-mode): Use it to save fill-paragraph-function.
12682 Save also the value of auto-fill-function.
12683
12684 * term/w32-win.el: Simplify code.
12685
12686 2005-01-23 Kim F. Storm <storm@cua.dk>
12687
12688 * simple.el (line-move): Adapt to new return value from
12689 pos-visible-in-window-p.
12690
12691 * simple.el (line-move): Fix last change. Check partial
12692 visibility at point rather than at window-start.
12693
12694 2005-01-22 Jason Rumney <jasonr@gnu.org>
12695
12696 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12697
12698 2005-01-22 David Kastrup <dak@gnu.org>
12699
12700 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12701
12702 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12703
12704 * type-break.el (type-break-mode): Add a test for
12705 type-break-file-name being non-nil.
12706
12707 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12708
12709 * net/eudc.el (top level): Call (message "") via progn, so that
12710 eudc-options-file is loaded.
12711
12712 2005-01-22 Kim F. Storm <storm@cua.dk>
12713
12714 * simple.el (line-move-1): Rename from line-move.
12715 (line-move): New function that adjusts vscroll for partially
12716 visible rows, and calls line-move-1 otherwise.
12717
12718 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12719
12720 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12721 since it's not a complete read-event implementation
12722
12723 2005-01-20 Jay Belanger <belanger@truman.edu>
12724
12725 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12726 for called function.
12727
12728 2005-01-20 Steven Tamm <steventamm@mac.com>
12729
12730 * term/mac-win.el (process-connection-type): Remove.
12731 Controlled now by s/darwin.h:PTY_ITERATION.
12732
12733 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12734
12735 * window.el (handle-select-window): Don't switch window when we're
12736 in the minibuffer.
12737
12738 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12739
12740 * subr.el (dotimes-with-progress-reporter): New macro.
12741
12742 * ses.el (ses-dotimes-msg): Remove macro.
12743 Use `dotimes-with-progress-reporter' instead.
12744
12745 2005-01-19 Steven Tamm <steventamm@mac.com>
12746
12747 * term/mac-win.el (process-connection-type): Use new
12748 operating-system-release variable to use ptys on Darwin 7 (OS X
12749 10.3) when using carbon build.
12750
12751 2005-01-19 Jay Belanger <belanger@truman.edu>
12752
12753 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12754 flags if the last command was a tab or M-tab.
12755
12756 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12757 in formula editing buffer.
12758
12759 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12760
12761 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12762 breakpoint image symbol in margin.
12763
12764 2005-01-19 Jay Belanger <belanger@truman.edu>
12765
12766 * calc/calc-prog.el (calc-execute-kbd-macro):
12767 Ignore calc-keep-arg-flag.
12768
12769 2005-01-19 Kenichi Handa <handa@m17n.org>
12770
12771 * textmodes/ispell.el (ispell-looking-at): New function.
12772 (ispell-process-line): Use ispell-looking-at to compare the ispell
12773 output and the buffer contents.
12774
12775 2005-01-18 Jay Belanger <belanger@truman.edu>
12776
12777 * calc/calc.el (calc-display-raw): Fix docstring.
12778
12779 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12780
12781 * simple.el (blink-matching-open): Strip extra info from syntax.
12782
12783 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12784 funny chars in the end-of-here-doc marker.
12785
12786 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12787
12788 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12789 that enable/disabled state of breakpoints is shown correctly in
12790 fringe and on ttys.
12791 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12792 Add breakpoint information as text properties.
12793 (gdb-mouse-toggle-breakpoint):
12794 Rename to gdb-mouse-set-clear-breakpoint.
12795 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12796 breakpoints in the margin.
12797 (gdb-remove-strings): Simplify.
12798
12799 2005-01-17 Jay Belanger <belanger@truman.edu>
12800
12801 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12802 erasing buffer.
12803
12804 2005-01-17 Richard M. Stallman <rms@gnu.org>
12805
12806 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12807 for calling grep-compute-defaults.
12808
12809 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12810 if buffer is empty.
12811
12812 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12813
12814 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12815
12816 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12817
12818 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12819 non-preloaded variables.
12820
12821 2005-01-17 Steven Tamm <steventamm@mac.com>
12822
12823 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12824 tex-shell cause to force interactivity when using pipes.
12825
12826 2005-01-17 Kim F. Storm <storm@cua.dk>
12827
12828 * simple.el (just-one-space): Make arg optional.
12829
12830 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12831
12832 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12833 posn-at-x-y to t to access left-margin.
12834
12835 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12836
12837 Sync with Tramp 2.0.47.
12838
12839 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12840 catching keep-date problems in cp/scp operations.
12841 (tramp-handle-copy-file): Don't call `set-file-modes'
12842 unconditionally. Specialized functions should know better what is
12843 necessary. This improves performance a little bit, and the
12844 functions could catch errors with `cp -p' and `scp -p'.
12845 (tramp-do-copy-or-rename-file-via-buffer)
12846 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12847 when appropriate.
12848 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12849 Call `set-file-modes' when appropriate.
12850 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12851 Johnsson <isak@hypergene.com>
12852 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12853 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12854 <joakim@verona.se>
12855 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12856 Emacs only.
12857
12858 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12859 `find-file-hooks' and `dired-mode-hook'.
12860 (tramp-minor-mode-map): Respective map. Add remapping for
12861 `compile' and `recompile'.
12862 (tramp-remap-command, tramp-recompile): New defuns.
12863 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12864 in buffer "*Compilation*". Call the commands asynchronously.
12865
12866 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12867 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12868 `shell-command', because it isn't magic in XEmacs. Reported by
12869 Adrian Aichner <adrian@xemacs.org>.
12870
12871 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12872 `substitute-in-file-name.
12873 (tramp-smb-handle-substitute-in-file-name): New defun.
12874 (tramp-smb-advice-PC-do-completion): Delete advice.
12875
12876 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12877
12878 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12879 Fix error in deleting region.
12880
12881 2005-01-15 Richard M. Stallman <rms@gnu.org>
12882
12883 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12884 In non-temp buffer, switch syntax table temporarily.
12885
12886 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12887
12888 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12889
12890 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12891
12892 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12893 (imenu--generic-function): Use START, not BEG, as pos of definition.
12894
12895 * simple.el (just-one-space): Argument specifies number of spaces.
12896
12897 * simple.el (eval-expression-print-format): Avoid warning
12898 about edebug-active.
12899
12900 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12901
12902 * progmodes/sh-script.el: Code copied from make-mode.el
12903 with small changes,
12904 (sh-mode-map): Bind C-c C-\.
12905 (sh-backslash-column, sh-backslash-align): New variables.
12906 (sh-backslash-region, sh-append-backslash): New functions.
12907
12908 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12909
12910 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12911 (rmail-pop-password, rmail-pop-password-required): Move to
12912 rmail-obsolete group.
12913 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12914 All callers updated.
12915 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12916 Take an argument specifying whether it is POP or IMAP mailbox we
12917 are using. All callers updated.
12918 (rmail-pop-password-error): Rename to
12919 rmail-remote-password-error. Added mailutils-specific error message.
12920 (rmail-movemail-search-path)
12921 (rmail-movemail-variant-in-use): New variables.
12922 (rmail-remote-password, rmail-remote-password-required):
12923 New customization variables.
12924 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12925 (rmail-parse-url): New function.
12926 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12927 with GNU mailutils movemail.
12928
12929 2005-01-15 Kevin Ryde <user42@zip.com.au>
12930
12931 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12932 suffix to space, $ or '$, to correctly position point when going
12933 to @table style constants like DBL_MAX.
12934
12935 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12936
12937 * type-break.el (type-break-mode, type-break-file-time)
12938 (type-break-file-keystroke-count, type-break-choose-file):
12939 Don't store data in or load data from the file if type-break-file-name
12940 is nil.
12941 (type-break-file-name): Doc update as per the above.
12942
12943 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12944
12945 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12946 lookup-key might return nil; handle that.
12947
12948 2005-01-15 Alan Mackenzie <acm@muc.de>
12949
12950 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12951 rather than the element found, thus enabling the tree to be setcar'd.
12952
12953 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12954
12955 * textmodes/org.el (org-show-following-heading): New option.
12956 (org-show-hierarchy-above): Use `org-show-following-heading'.
12957 (org-cycle): Documentation fix.
12958
12959 * textmodes/org.el (orgtbl-optimized): New option
12960 (orgtbl-mode): New command, a minor mode.
12961 (orgtbl-mode-map): New variable.
12962 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12963 (orgtbl-error, orgtbl-self-insert-command)
12964 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12965
12966 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12967 a local variable in each org-mode buffer.
12968
12969 * textmodes/org.el (org-set-regexps-and-options): Rename from
12970 `org-set-regexps'. Added checking for STARTUP keyword.
12971 (org-get-current-options): Add STARTUP options.
12972 (org-table-insert-row): Make mode intelligent about when
12973 realignment is needed.
12974 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12975 New commands.
12976 (org-enable-table-editor): New default value `optimized'.
12977 (org-table-blank-field): Support blanking regions if active.
12978
12979 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12980
12981 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12982 if the year is not given.
12983
12984 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
12985 Add new escapes %m and %M, fixed bug with %F by adding
12986 save-match-data.
12987 (reftex-reference): Remove ?. from list of spaces.
12988 (reftex-label-info): Add automatic label prefix recognition.
12989
12990 * textmodes/reftex-index.el (reftex-index-next-phrase):
12991 Add slave parameter to call of `reftex-index-this-phrase'.
12992 (reftex-index-this-phrase): New optional argument.
12993 (reftex-index-region-phrases): Add slave parameter to call of
12994 `reftex-index-this-phrase'.
12995 (reftex-display-index): New argument redo.
12996 (reftex-index-rescan): Add 'redo to arguments of
12997 `reftex-display-index'.
12998 (reftex-index-Rescan, reftex-index-revert)
12999 (reftex-index-switch-index-tag): Add 'redo to arguments of
13000 `reftex-display-index'.
13001 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
13002 indexing. Fix bug with matching is there is a quote before or
13003 after the word.
13004
13005 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
13006 Fix bug when collecting citation keys in lines with comments.
13007 (reftex-citation): Prefix argument no longer rescans the document,
13008 but forces prompting for optional arguments of cite macros.
13009 (reftex-do-citation): Prompting for optional arguments implemented.
13010
13011 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13012 Add optional arguments to most cite commands.
13013 (reftex-cite-cleanup-optional-args): New option
13014 (reftex-cite-prompt-optional-args): New option.
13015 (reftex-trust-label-prefix): New option.
13016
13017 * textmodes/reftex-toc.el (reftex-toc-find-section):
13018 Add push-mark before changing the position in the buffer.
13019
13020 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
13021 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
13022
13023 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
13024
13025 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
13026 more carefully.
13027
13028 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13029
13030 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
13031 (sgml-mode): Use it.
13032 (sgml-get-context): Better keep track of implicitly closed tags.
13033
13034 2005-01-13 Kenichi Handa <handa@m17n.org>
13035
13036 * textmodes/ispell.el: These changes are to fix misalignment error
13037 caused by equivalent characters of different Emacs charsets.
13038 (ispell-unified-chars-table): New variable.
13039 (ispell-get-decoded-string): New function.
13040 (ispell-get-casechars, ispell-get-not-casechars)
13041 (ispell-get-otherchars): Call ispell-get-decoded-string.
13042
13043 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13044
13045 * custom.el (custom-declare-variable): Just put symbol instead
13046 of (defvar . symbol) in `current-load-list'.
13047
13048 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13049
13050 * emacs-lisp/elint.el: Fixed typo in Commentary section.
13051
13052 2005-01-12 Jay Belanger <belanger@truman.edu>
13053
13054 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
13055 to create a Calc summary.
13056
13057 2005-01-12 Kim F. Storm <storm@cua.dk>
13058
13059 * mouse.el (mouse-on-link-p): Change functionality and doc
13060 string to comply with latest description in lisp ref.
13061
13062 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
13063
13064 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
13065 Enable mouse clicks on mode-line, header-line and margin.
13066 (event-type): Give mouse event symbols an 'event-kind property
13067 with value 'mouse-click.
13068
13069 2005-01-12 Juri Linkov <juri@jurta.org>
13070
13071 * facemenu.el (list-colors-display): Add new arg buffer-name.
13072 Use it. Fix docstring. Replace code for identifying duplicate
13073 colors by the name with call to `list-colors-duplicates' which
13074 identifies duplicate colors by the value unless the color
13075 is one of special Windows colors. Set truncate-lines to t.
13076 Print sorted duplicate color names on each line. Indent to 22
13077 \(the longest color name in rgb.txt) instead of 20. Optimize.
13078 (list-colors-duplicates): New function.
13079 (facemenu-color-name-equal): Delete function.
13080
13081 * facemenu.el (list-colors-print): New function created from code
13082 in list-colors-display. Print #RRGGBB at the window right edge.
13083 (list-colors-display): When temp-buffer-show-function is not
13084 defined, call list-colors-print from temp-buffer-show-hook
13085 to get the right value of window-width in list-colors-print
13086 after the buffer is displayed.
13087
13088 * simple.el (pop-mark): Move deactivate-mark out of conditional
13089 part to deactivate the active mark regardless of the state of the
13090 mark ring.
13091
13092 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
13093 variables line in desktop files.
13094
13095 2005-01-12 Juri Linkov <juri@jurta.org>
13096
13097 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
13098 Bring together isearch highlight related options.
13099 (lazy-highlight): Replace group `replace' by `matching'.
13100 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13101 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13102 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
13103 and declare them obsolete.
13104 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
13105 (isearch-faces): Remove defgroup.
13106 (isearch-overlay, isearch-highlight, isearch-dehighlight):
13107 Move isearch highlighting code closer to lazy highlighting code.
13108
13109 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
13110 (query-replace-highlight, query-replace-lazy-highlight)
13111 (query-replace): Move definitions to the beginning of the file.
13112
13113 2005-01-11 Juri Linkov <juri@jurta.org>
13114
13115 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
13116 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
13117 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
13118
13119 * info.el (Info-history-forward): New variable.
13120 (Info-select-node): Reset Info-history-forward to nil.
13121 (Info-last): Turn into defalias.
13122 (Info-history-back): Rename from Info-last.
13123 Add current node to Info-history-forward.
13124 (Info-history-forward): New fun.
13125 (Info-mode-map): Replace Info-last by Info-history-back.
13126 Bind Info-history-forward to "r".
13127 (Info-mode-menu): Replace Info-last by Info-history-back.
13128 Fix menu item text. Add menu item for Info-history-forward.
13129 (info-tool-bar-map): Replace Info-last by Info-history-back.
13130 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
13131 for Info-history-forward.
13132 (Info-mode): Replace Info-last by Info-history-back in docstring.
13133 Add local variable Info-history-forward.
13134 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
13135
13136 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
13137
13138 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
13139 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
13140 Ignore select-window events rather than fiddle with
13141 mouse-autoselect-window.
13142
13143 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
13144
13145 * type-break.el (type-break-mode): Fix previous change.
13146
13147 2005-01-10 Jay Belanger <belanger@truman.edu>
13148
13149 * calc/calc-ext.el (calc-reset): Reset when inside embedded
13150 calculator; only reset when point is inside a calculator.
13151 Don't adjust the window height if the window takes up the whole height
13152 of the frame.
13153
13154 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
13155
13156 * ebuff-menu.el (Electric-buffer-menu-mode):
13157 Preserve value of buffer-local var header-line-format.
13158
13159 2005-01-09 Jay Belanger <belanger@truman.edu>
13160
13161 * calc/calc.el (calc-mode-var-list-restore-saved-values):
13162 Make sure settings file exists before accessing it.
13163
13164 * calc/calc-embed.el (calc-embedded-subst):
13165 Replace math-multi-subst-rec, which is only supposed to be called
13166 by math-multi-subst, by math-multi-subst.
13167
13168 2005-01-09 Andre Spiegel <spiegel@gnu.org>
13169
13170 * vc.el (vc-allow-async-revert): New user option.
13171 (vc-disable-async-diff): New internal variable.
13172 (vc-revert-buffer): Use them to disable asynchronous diff.
13173
13174 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
13175 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
13176 asynchronously if vc-disable-async-diff is t.
13177
13178 2005-01-09 Jay Belanger <belanger@truman.edu>
13179
13180 * calc/calc.el (defcalcmodevar): New macro.
13181 (calc-mode-var-list-restore-default-values)
13182 (calc-mode-var-list-restore-saved-values): New functions.
13183 (calc-mode-var-list): Use defcalcmodevar to define it.
13184 (calc-always-load-extensions, calc-line-numbering)
13185 (calc-line-breaking, calc-display-just, calc-display-origin)
13186 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13187 (calc-group-char, calc-point-char, calc-frac-format)
13188 (calc-prefer-frac, calc-hms-format, calc-date-format)
13189 (calc-float-format, calc-full-float-format, calc-complex-format)
13190 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13191 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13192 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13193 (calc-matrix-brackets, calc-language, calc-language-option)
13194 (calc-left-label, calc-right-label, calc-word-size)
13195 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13196 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13197 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13198 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13199 (calc-window-height, calc-display-trail, calc-show-selections)
13200 (calc-use-selections, calc-assoc-selections)
13201 (calc-display-working-message, calc-auto-why, calc-timing)
13202 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13203 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13204 (calc-gnuplot-default-device, calc-gnuplot-default-output)
13205 (calc-gnuplot-print-device, calc-gnuplot-print-output)
13206 (calc-gnuplot-geometry, calc-graph-default-resolution)
13207 (calc-graph-default-resolution-3d, calc-invocation-macro)
13208 (calc-show-banner): Use defcalcmodevar to declare them and set
13209 their default values.
13210
13211 * calc/calc-ext.el (calc-reset): Restore saved values of variables
13212 instead of default values (but restore default values if there is
13213 an argument of 0).
13214
13215 2005-01-09 David Kastrup <dak@gnu.org>
13216
13217 * desktop.el (desktop-restore-eager): Fix typo in type.
13218
13219 2005-01-08 Richard M. Stallman <rms@gnu.org>
13220
13221 * cus-edit.el (customize): Delete :link.
13222
13223 2005-01-08 Jay Belanger <belanger@truman.edu>
13224
13225 * calc/calc.el (calc-mode): Remove the extension from the
13226 `calc-settings-file' file name when loading it.
13227
13228 2005-01-08 Kim F. Storm <storm@cua.dk>
13229
13230 * info.el (Info-mode-map, Info-next-link-keymap)
13231 (Info-prev-link-keymap, Info-up-link-keymap):
13232 Map follow-link to mouse-face.
13233 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13234
13235 2005-01-08 Jay Belanger <belanger@truman.edu>
13236
13237 * calc/calc.el (calc-settings-file): Change default value.
13238 Suggested by cgw in a comment in calc-mode.el.
13239
13240 * calc/calc-mode.el (calc-settings-file-name):
13241 Compare calc-settings-file to user-init-file instead of ~/.emacs.
13242 Replace ~/.emacs in a prompt by calc-settings-file.
13243
13244 2005-01-07 Lars Hansen <larsh@math.ku.dk>
13245
13246 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13247 (desktop-lazy-idle-delay): New customizable variables.
13248 (desktop-buffer-args-list): New variable.
13249 (desktop-append-buffer-args): New function.
13250 (desktop-save): Call desktop-append-buffer-args for some buffers.
13251 (desktop-lazy-create-buffer): New function.
13252 (desktop-idle-create-buffers): New function.
13253 (desktop-read): Add message about buffers to restore lazily.
13254 (desktop-lazy-abort): New command.
13255 (desktop-clear): Call desktop-lazy-abort.
13256 (desktop-lazy-complete): New command.
13257
13258 2005-01-06 Richard M. Stallman <rms@gnu.org>
13259
13260 * emacs-lisp/find-func.el (find-face-definition):
13261 Rename from find-face.
13262
13263 2005-01-06 Kim F. Storm <storm@cua.dk>
13264
13265 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13266
13267 * man.el (Man-xref-man-page, Man-xref-header-file)
13268 (Man-xref-normal-file): Add follow-link property.
13269
13270 2005-01-06 Jay Belanger <belanger@truman.edu>
13271
13272 * calc/calc-units.el: Make sure the proper macro definitions are
13273 available when compiling.
13274
13275 2005-01-06 Juri Linkov <juri@jurta.org>
13276
13277 * isearch.el (isearch-lazy-highlight-update):
13278 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
13279
13280 2005-01-06 Miles Bader <miles@gnu.org>
13281
13282 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
13283 (isearch-lazy-highlight-face): Use new name.
13284
13285 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13286
13287 * uniquify.el (uniquify-rationalize-file-buffer-names):
13288 Re-add an interactive spec.
13289 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13290 to the same name.
13291
13292 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13293 (isearch-update, isearch-done): Adjust calls accordingly.
13294
13295 2005-01-05 Richard M. Stallman <rms@gnu.org>
13296
13297 * custom.el (custom-set-variables, custom-theme-set-variables):
13298 Clarify documentation.
13299
13300 * emacs-lisp/find-func.el (find-variable)
13301 (find-variable-other-window, find-variable-other-frame):
13302 Fix the TYPE args to find-function-read and find-function-do-it.
13303 (find-function): Doc fix.
13304 (find-function-at-point): Replace function-at-point alias.
13305
13306 2005-01-04 Richard M. Stallman <rms@gnu.org>
13307
13308 * cus-face.el (custom-declare-face):
13309 Record defface in current-load-list.
13310
13311 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13312
13313 * emacs-lisp/find-func.el: Doc fixes.
13314 (find-face-regexp): New variable.
13315 (find-function-regexp-alist): New variable.
13316 (find-function-C-source): Third arg is now TYPE.
13317 (find-function-search-for-symbol): Handle general TYPE.
13318 (find-function-read, find-function-do-it): Handle general TYPE.
13319 (find-definition-noselect, find-face): New functions.
13320 (function-at-point): Alias deleted.
13321
13322 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13323
13324 * battery.el (display-battery-mode): Rename from display-battery.
13325 Handle the case where it gets turned off.
13326
13327 2005-01-04 Richard M. Stallman <rms@gnu.org>
13328
13329 * cus-edit.el (customize): Make :link point to user doc.
13330
13331 * man.el (Man-fontify-manpage): Turn off undo generation.
13332
13333 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13334
13335 2005-01-04 Andreas Schwab <schwab@suse.de>
13336
13337 * files.el (insert-directory): Only look for error lines in
13338 inserted text. Don't move too far after processing --dired markers.
13339
13340 2005-01-04 Richard M. Stallman <rms@gnu.org>
13341
13342 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13343 Don't expand if the character is @, period, dash, etc.
13344 (define-mail-abbrev): Quote names that contain problem characters.
13345
13346 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13347
13348 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13349
13350 2005-01-03 Richard M. Stallman <rms@gnu.org>
13351
13352 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13353 (query-replace-highlight, query-replace-lazy-highlight)
13354 (query-replace): Definitions moved up. Doc fix.
13355
13356 2005-01-03 Richard M. Stallman <rms@gnu.org>
13357
13358 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13359 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13360 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13361 (lazy-highlight-face): Rename from isearch-lazy-...
13362 Change all references to them.
13363
13364 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13365
13366 * cus-edit.el (custom-file): Doc fix for defcustom.
13367 (custom-file): The function no longer sets the variable
13368 `custom-file' to its return value.
13369
13370 * startup.el (command-line): No longer load `custom-file'.
13371
13372 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13373
13374 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13375
13376 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13377 Don't confuse module-prefixed identifiers for labels.
13378 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13379
13380 2005-01-02 Richard M. Stallman <rms@gnu.org>
13381
13382 * files.el (basic-save-buffer-1): Fix previous change.
13383
13384 * loadhist.el (file-loadhist-lookup): New function.
13385 (file-provides, file-requires): Use it.
13386
13387 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13388 instead of calculating the right size.
13389
13390 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13391
13392 * vc-svn.el (vc-svn-diff): Stay local if possible.
13393
13394 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13395
13396 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13397
13398 * files.el (hack-local-variables): Fix last change.
13399
13400 2005-01-02 Jay Belanger <belanger@truman.edu>
13401
13402 * calc/calc-yank.el (calc-edit-top): New variable.
13403 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13404 object. Change header properties.
13405 (calc-edit-finish, calc-edit-finish-stack-object)
13406 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13407 edited object.
13408 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13409 for the beginning of the edited object.
13410 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13411 for the beginning of the edited object.
13412 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13413 (calc-finish-formula-edit, calc-macro-repeats)
13414 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13415 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13416 beginning of the edited object.
13417 (calc-user-define-edit): Change the header for editing macros.
13418 Remove unnecessary variable.
13419
13420 2005-01-01 Jay Belanger <belanger@truman.edu>
13421
13422 * calc/calc-yank.el (calc-edit-mode): Change default header.
13423 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13424 * calc/calc-store.el (calc-edit-variable): Change title to match new
13425 header.
13426 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13427 mode to match new header.
13428 (calc-user-define-edit): Change titles to include names of commands.
13429 (calc-finish-formula-edit): Adjust to handle new header.
13430 (calc-finish-macro-edit): Remove.
13431 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13432 (calc-edit-macro-command, calc-edit-macro-command-type)
13433 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13434 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13435 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13436 (calc-edit-macro-finish-edit): New functions.
13437 (calc-user-define-edit): Use new functions to edit named calc macros.
13438
13439 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13440
13441 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13442
13443 * ses.el (copy-region-as-kill): Deactivate mark.
13444
13445 2005-01-01 Richard M. Stallman <rms@gnu.org>
13446
13447 * replace.el (occur-1): If the output buffer is also an input,
13448 don't kill it, rename it.
13449
13450 * faces.el (set-face-background, set-face-foreground): Doc fix.
13451
13452 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13453 for :foreground and :background.
13454
13455 * dired.el (dired-view-command-alist): Variable deleted.
13456 (dired-view-file, dired-mouse-find-file-other-window):
13457 Delete the code to use it.
13458
13459 2005-01-01 Kim F. Storm <storm@cua.dk>
13460
13461 * image.el (insert-sliced-image): Use t for line-height property.
13462
13463 See ChangeLog.11 for earlier changes.
13464
13465 ;; Local Variables:
13466 ;; coding: iso-2022-7bit
13467 ;; End:
13468
13469 Copyright (C) 2005 Free Software Foundation, Inc.
13470 Copying and distribution of this file, with or without modification,
13471 are permitted provided the copyright notice and this notice are preserved.
13472
13473 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1