]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
[gnu-emacs] / lisp / ChangeLog
1 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
4 group id is given.
5
6 2005-10-20 Romain Francoise <romain@orebokech.com>
7
8 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9
10 * replace.el (occur-engine): Add follow-link property.
11
12 * font-core.el (font-lock-mode): Doc fix.
13
14 2005-10-20 Richard M. Stallman <rms@gnu.org>
15
16 * net/rcirc.el: New file.
17
18 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
19
20 * term.el (term-term-name): Initialize to "eterm-color".
21
22 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
23
24 Update allout.el to a new version.
25 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
26 for encryption functionality.
27 allout customization subgroup now positioned in `outlines' group
28 instead of prior `editing' group.
29 (allout-encrypt-string, allout-encryption-produce-work-buffer)
30 (allout-encrypted-topic-p, allout-encrypted-text-type)
31 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
32 (allout-situate-encryption-key-verifier)
33 (allout-get-encryption-key-verifier, allout-verify-key)
34 (allout-next-topic-pending-encryption)
35 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New
36 functions.
37 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
38 (outline-key-verifier-handling, outline-key-hint-handling)
39 (outline-encrypt-unencrypted-on-saves): New defcustoms.
40 (allout-file-key-verifier-string, allout-encryption-scheme)
41 (allout-key-verifier-string, allout-key-hint-string)
42 (allout-after-save-decrypt): New variables.
43 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
44 (allout-after-saves-handler): New hook functions.
45 (allout-post-command-business): Do allout-after-save-decrypt.
46 (allout-enable-file-variable-adjustment): Custom var to enable
47 mechanism for adding and adjusting settings of Emacs file variables.
48 (allout-adjust-file-variable, allout-file-vars-section-data): New
49 functions, implement the mechanism.
50 (outlineify-sticky): Use the file vars mechanism.
51 (allout-inhibit-protection, allout-during-write-cue)
52 (allout-override-protect, allout-before-change-protect): Removed.
53 (allout-flag-region, allout-open-topic): Revised to adjust
54 read-only text.
55 (allout-open-line-not-read-only): Added to facilitate read-only
56 text based protection.
57 (allout-kill-line): Revised to adjust read-only text, clue the
58 user about the inhibition.
59 (allout-unprotected): Robustified with an unwind-protect.
60 (allout-shift-in, allout-shift-out): Disallow manually shifting a
61 topic deeper than the offspring depth of the previous topic -
62 avoiding confusing "containment discontinuities".
63 (allout-reindent-bodies): Fixed retention of body relative hanging
64 indent during promotion of collapsed bodies.
65 (allout-open-topic): Made it easy to open new topic with same
66 bullet as current topic - topic creation functions provided with
67 any universal argument provokes now prompt for bullet, defaulting
68 to the bullet of the previous topic.
69 (allout-plain-bullets-string, allout-distinctive-bullets-string):
70 Plain bullet alternates '.' period and ',' comma only. All other
71 bullets are relegated to special status (but customizable).
72 (allout-end-of-entry): Renamed from 'allout-end-of-current-entry
73 since it actually operates w.r.t. most immediately containing
74 entry, visible or not.
75 (allout-hide-current-entry, allout-show-current-entry): Use the
76 revised version.
77 (allout-old-expose-topic): Solidify deprecation.
78 (allout-end-of-subtree): Added, so we can span concealed as well
79 as visible topics.
80 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
81 (allout-end-of-current-heading): Tweaked to just respect the first
82 line.
83 (allout-get-body-text): Added.
84 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
85 when invoked interactively.
86 (allout-up-current-level): Use `interactive-p'.
87 (allout-mode, allout-init): Miscellaneous docstring and
88 operational refinements, as well as hookups of new encryption stuff.
89 (allout-beginning-of-current-entry): Now works as advertised.
90 (allout-end-of-current-entry): Relieved of superfluous
91 allout-show-entry.
92 (allout-isearch-rectification): Refine condition for isearching
93 (allout-isearch-abort, allout-enwrap-isearch).
94 (allout-flag-region, my-region-active-p): Relocated some macros.
95 (allout-title): Fallback title is '(buffer-name)', not
96 non-existing '(current-buffer-name)'.
97 (subst-char-in-string): Define if absent (for some XEmacs versions).
98 Corrected commentary 'keywords' to legitimate ones.
99 Updated comentary author info (using my current email address,
100 obscurified).
101
102 2005-10-20 Jari Aalto <jari.aalto@cante.net>
103
104 * mail/sendmail.el (mail-setup-hook, mail-aliases)
105 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
106 (mail-citation-prefix-regexp, mail-signature-file)
107 (mail-default-headers, mail-bury-selects-summary)
108 (mail-send-nonascii): Add autoload cookies.
109
110 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
111
112 * frame.el (blink-cursor-mode): Add `mac' to the list of
113 window-system's that support blinking cursor.
114
115 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
116
117 * textmodes/org.el (org-level-color-stars-only): Fix typo in doc
118 string.
119
120 2005-10-20 Eli Zaretskii <eliz@gnu.org>
121
122 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Bind
123 find-file-suppress-same-file-warnings to t, to avoid warnings due
124 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
125
126 2005-10-20 Kim F. Storm <storm@cua.dk>
127
128 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
129 (ido-set-current-directory): Don't add / after final @.
130 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
131 Explicitly handle ange-ftp completion oddities.
132 (ido-make-file-list): Don't rotate list at tramp root to avoid
133 triggering tramp file handler for expand-file-name via get-file-buffer.
134
135 2005-10-19 Jay Belanger <belanger@truman.edu>
136
137 * calc/calc-units.el (math-standard-units): Add units, adjust
138 symbols and update values.
139 (math-unit-prefixes): Add more prefixes.
140
141 2005-10-19 Romain Francoise <romain@orebokech.com>
142
143 * bookmark.el (bookmark-menu-heading): New face.
144 (bookmark-bmenu-list): Use it.
145 Don't fiddle with `baud-rate' at top-level.
146
147 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
148
149 * image.el (create-image, find-image): Mention max-image-size in
150 docstring.
151
152 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
153
154 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
155 Various docstring and line-width fixups.
156 (conf-mode): Use cond.
157 Set font-lock-defaults. Don't set comment-use-syntax.
158
159 2005-10-18 David Ponce <david@dponce.com>
160
161 * tree-widget.el (tree-widget-button-click): New function.
162 (tree-widget-button-keymap): Use it.
163
164 2005-10-18 Romain Francoise <romain@orebokech.com>
165
166 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
167 (bookmark-bmenu-hide-filenames): Add follow-link property.
168 Improve help-echo text.
169
170 * ffap.el (find-file-at-point): Doc fix.
171
172 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
173
174 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
175
176 2005-10-18 Masatake YAMATO <jet@gyve.org>
177
178 Install to the CVS repository what I forgot to install in my
179 2005-10-16 changes.
180
181 * progmodes/python.el (python-complete-symbol): Pass the common
182 prefix substring of completion to `display-completion-list'.
183
184 * textmodes/org.el (org-complete): Ditto.
185
186 2005-10-18 Masatake YAMATO <jet@gyve.org>
187
188 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
189
190 * woman.el (WoMan-xref-man-page): New button type derived
191 from `Man-abstract-xref-man-page'.
192 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
193
194 * man.el (Man-abstract-xref-man-page): New button type.
195 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
196 (Man-highlight-references): Add new optional argument `xref-man-type'.
197
198 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
199
200 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
201
202 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
203
204 * cus-edit.el (Custom-move-and-invoke): Delete.
205 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
206
207 * wid-edit.el (widget-move-and-invoke): New function, from
208 Custom-move-and-invoke.
209
210 2005-10-17 Bill Wohler <wohler@newt.com>
211
212 Move all remaining images from lisp/toolbar to etc/images, move
213 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
214 the low resolution images in their own directory (low-color).
215
216 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
217 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
218 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
219 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
220 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
221 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
222 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
223
224 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
225 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
226 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
227 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
228 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
229 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
230 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
231 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
232 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
233 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
234 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
235 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
236 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
237 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
238 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
239
240 To conform with convention, replace the underscore (_) in the
241 following image names with dash (-) or (/) as appropriate.
242
243 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
244 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
245 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
246 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
247 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
248 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
249 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
250 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
251 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
252 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
253 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
254 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
255 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
256 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
257 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
258
259 * info.el (info-tool-bar-map): Replace underscores in image names
260 with dashes.
261
262 * makefile.w32-in (WINS): Remove toolbar.
263
264 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
265
266 * tool-bar.el: Move to lisp from toolbar. Now that
267 toolbar is empty, it should be deleted when folks run "cvs up -P".
268
269 2005-10-18 Jay Belanger <belanger@truman.edu>
270
271 * calc/calc-store.el (calc-store-into): Get the proper variable name
272 to display in message.
273
274 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
275
276 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
277 expressions display in speedbar for all buffers when debugging.
278 (gdb-speedbar-expand-node): Ensure node contraction is always
279 updated.
280
281 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
282 (speedbar-insert-button, speedbar-make-button):
283 Use add-text-properties.
284 (speedbar-update-localized-contents)
285 (speedbar-update-directory-contents)
286 (speedbar-update-special-contents): Use dolist.
287 (speedbar-buffer-easymenu-definition): Add a menu separator.
288
289 2005-10-17 Jason Rumney <jasonr@gnu.org>
290
291 * makefile.w32-in: Use $(lisp) consistently.
292 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
293 for shell specific generation of mh-autoloads.
294
295 2005-10-17 Richard M. Stallman <rms@gnu.org>
296
297 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
298
299 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
300
301 * jit-lock.el (jit-lock-fontify-now):
302 Move jit-lock-context-unfontify-pos to avoid wasted work.
303
304 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
305
306 * net/tramp.el (tramp-completion-mode): New defvar. Used in
307 `tramp-completion-mode' for checking if we are in completion mode.
308 (tramp-completion-handle-file-name-all-completions): Reorder code
309 in order to complete for file names only in case there are no
310 method/user/host completions. This is necessary for cooperation
311 with ido. Reported by Kim F. Storm <storm@cua.dk>.
312
313 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
314
315 * longlines.el (longlines-search-forward)
316 (longlines-search-backward): Match any number of spaces.
317
318 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
319
320 * diff-mode.el (diff-mode): Doc fix.
321
322 2005-10-16 David Reitter <david.reitter@gmail.com>
323
324 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
325 as default on darwin and windows systems.
326
327 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
328
329 * arc-mode.el (archive-zip-extract): Doc fix.
330
331 2005-10-16 Romain Francoise <romain@orebokech.com>
332
333 * mouse.el (mouse-1-click-follows-link): Doc fix.
334
335 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
336
337 * savehist.el: Don't require CL at runtime.
338 (savehist-xemacs): Remove.
339 (savehist-coding-system): Use utf-8 if present, regardless of religion.
340 (savehist-no-conversion): Use (featurep 'xemacs).
341 (savehist-load): Check existence of start-itimer rather than XEmacs.
342 Use an idle timer.
343 (savehist-process-for-saving): Replace use of CL funs `subseq' and
344 `delete-if-not'.
345
346 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
347
348 * savehist.el: Newer version.
349 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
350 (savehist-last-checksum, savehist-no-conversion): New vars.
351 (savehist-autosave, savehist-process-for-saving, savehist-printable):
352 New functions.
353 (savehist-load, savehist-save): Use them.
354 (savehist-delimit): Remove.
355
356 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
357
358 * progmodes/compile.el (compilation-goto-locus): Display the
359 compilation buffer first and the source buffer second, in case they're
360 in overlapping frames. Don't raise the compilation frame if it was the
361 selected window upon entry. Pass the `other-window' arg to
362 pop-to-buffer.
363
364 * info.el (Info-fontify-node): Use dolist.
365 Change add-text-properties to put-text-property.
366
367 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
368
369 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
370 bound of search.
371
372 2005-10-16 Masatake YAMATO <jet@gyve.org>
373
374 * dabbrev.el (dabbrev-completion): Pass the common
375 prefix substring of completion to `display-completion-list'.
376
377 * filecache.el (file-cache-minibuffer-complete)
378 (file-cache-complete): Ditto.
379
380 * tempo.el (tempo-display-completions): Ditto.
381
382 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
383
384 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
385
386 * eshell/em-hist.el (eshell-list-history): Ditto.
387
388 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
389
390 * mail/mailalias.el (mail-complete): Ditto.
391
392 * progmodes/etags.el (complete-tag): Ditto.
393
394 * progmodes/make-mode.el (makefile-complete): Ditto.
395
396 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
397
398 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
399
400 * progmodes/pascal.el (pascal-complete-word)
401 (pascal-show-completions): Ditto.
402
403
404 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
405
406 * simple.el (completion-common-substring): New variable.
407 (completion-setup-function): Use `completion-common-substring'
408 to put faces.
409
410 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
411
412 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
413 (x-get-selection, mac-select-convert-to-string): Convert from/to
414 UTF-16 clipboard data as in native byte order, no BOM.
415
416 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
417
418 * progmodes/gud.el (gud-tool-bar-map): Rename the images
419 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
420 (gud-sentinel): Use speedbar-frame to check for speedbar.
421
422 2005-10-15 Richard M. Stallman <rms@gnu.org>
423
424 * savehist.el: New file.
425
426 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
427
428 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
429 Fix bug in \bf fontification.
430
431 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
432
433 * pcvs.el (cvs-edit-log-files): New var.
434 (cvs-mode-edit-log): New arg `file'.
435 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
436 Instead force the use of the original file and nothing else.
437 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
438 the cvs-minor-wrap-function is set.
439 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
440
441 2005-10-14 Bill Wohler <wohler@newt.com>
442
443 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
444 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
445 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
446 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
447 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
448 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
449 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
450 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
451 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
452 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
453 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
454 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
455 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
456 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
457 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
458
459 * progmodes/gud.el (gud-tool-bar-map): Rename the images
460 appropriately (for example, gud-break to gud/break).
461
462 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
463
464 * longlines.el (longlinges-search-function)
465 (longlines-search-forward, longlines-search-backward): New functions.
466 (longlines-mode): Set isearch-search-fun-function to
467 longlinges-search-function.
468
469 * mouse.el (mouse-drag-region-1): Handle the case where a
470 double-click event is bound to an arbitrary function.
471
472 2005-10-14 David Ponce <david@dponce.com>
473
474 * recentf.el (recentf-track-opened-file)
475 (recentf-track-closed-file, recentf-update-menu)
476 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
477 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
478 mouse-1-click-follows-link.
479
480 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
481
482 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
483 Gnome file-manager.png. Suggested by
484 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
485
486 * toolbar/README: Add diropen.xpm.
487
488 2005-10-13 Bill Wohler <wohler@newt.com>
489
490 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
491 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
492
493 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
496 Don't waste the byte-compiler's time on constant data.
497
498 2005-10-13 Kenichi Handa <handa@m17n.org>
499
500 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
501 byte with `escape-glyph' face.
502
503 * international/fontset.el (ccl-encode-unicode-font):
504 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
505 Handle the case that ucs-mule-to-mule-unicode translates a character to
506 ASCII (usually for IPA characters).
507
508 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
509
510 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
511 Don't hide the underline of titles if font-lock-mode is disabled.
512
513 2005-10-12 Bill Wohler <wohler@newt.com>
514
515 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
516 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
517 files in MH-E-SRC have been updated.
518 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
519
520 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
521
522 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
523 (mixal-mode-syntax-table): Add \n as end-comment.
524 (mixal-operation-codes-alist): Immediately initialize to full value.
525 (mixal-add-operation-code): Remove.
526 (mixal-describe-operation-code): Make the arg non-optional.
527 Use the interactive spec instead.
528 Use mixal-operation-codes-alist rather than mixal-operation-codes.
529 (mixal-font-lock-keywords): Don't highlight comments here any more.
530 (mixal-font-lock-syntactic-keywords): New var.
531 (mixal-mode): Use it. Fix comment-start-skip.
532
533 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
534
535 * startup.el (command-line-x-option-alist): -nb => -nbi
536
537 2005-10-12 Kim F. Storm <storm@cua.dk>
538
539 * startup.el (fancy-splash-default-action): Discard mouse click in
540 the spash screen window, as it has no sensible meaning in the
541 next window to be selected. Fixes error reported by Jan D.
542
543 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
544
545 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
546
547 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
548
549 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
550 Try to fix up minor layout issues like indentation, line break, etc...
551 (mixal-mode-syntax-table): Don't try to specify comment syntax,
552 because it doesn't work.
553 (mixal-operation-codes): Add some more codes.
554 (mixal-font-lock-keywords): Process comments here.
555 (mixal-mode): mixasm no longer needs -g option.
556
557 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
558
559 * progmodes/sh-script.el (sh-tmp-file):
560 Use mktemp -t. Finish support for es and rc shells.
561
562 2005-10-11 Jay Belanger <belanger@truman.edu>
563
564 * calc/calcalg2.el (calc-integral): With an argument, compute the
565 definite integral.
566
567 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
568
569 * mouse.el (mouse-drag-region-1): Don't try to catch a
570 double-click when doing follow-link (it's overridden anyway).
571
572 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
573
574 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
575 (autoload-print-form-outbuf): Add docstring.
576
577 2005-10-11 Juri Linkov <juri@jurta.org>
578
579 * info.el (Info-mode-menu): Delete menu item "Edit".
580 (Info-mode): Delete description of Info-edit from docstring,
581 and rearrange descriptions of Info commands in the order
582 they are documented in the Info manual.
583
584 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * calendar/appt.el (appt-check): Use diary-selective-display var.
587
588 2005-10-10 Richard M. Stallman <rms@gnu.org>
589
590 * net/newsticker.el (newsticker-start, newsticker-show-news):
591 Add autoload cookies.
592
593 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
594
595 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
596
597 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
598
599 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
600
601 2005-10-10 Jay Belanger <belanger@truman.edu>
602
603 * calc/calc-arith.el (math-check-known-scalarp)
604 (math-check-known-matrixp): Check the values of arguments that are
605 variables.
606 (math-check-known-square-matrixp): New function.
607 (math-known-square-matrixp): Use math-check-known-square-matrixp.
608 (math-super-types): Add sqmatrix type.
609
610 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
611 mode name `square' to 'sqmatrix'.
612
613 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
614 mode name `square' to 'sqmatrix'.
615
616 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
617
618 * progmodes/etags.el (select-tags-table-mode): Don't use
619 selective-display.
620 (tags-select-tags-table): Pass `button' to the action function.
621 (select-tags-table): Place the side-info on button properties rather
622 than in hidden text. Abbreviate file names.
623 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
624 (select-tags-table-select): Add `button' argument.
625 Get side-info from the button property rather than from hidden text.
626
627 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
628
629 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
630 (gud-speedbar-buttons): Preserve point if possible.
631 (gud-sentinel): Restore previous speedbar display type.
632
633 * progmodes/gdb-ui.el (gdba): Improve diagram.
634 (def-gdb-auto-update-handler, gdb-info-locals-handler)
635 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
636 Call get-buffer-window once.
637
638 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
641 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
642 (pascal-indent-command): Remove unused var `ind'.
643 (pascal-indent-case): Remove unused var `oldpos'.
644 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
645 since it's now used as a proper minor mode map.
646 (pascal-outline): Rename to pascal-outline-mode.
647 (pascal-outline-mode): Use define-minor-mode.
648 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
649 selective-display.
650
651 2005-10-10 Andreas Schwab <schwab@suse.de>
652
653 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
654 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
655
656 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
657 outside source directory.
658
659 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
660
661 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
662 C-x' as a prefix.
663 (orgtbl-mode-map): Full keymap instead of sparse, because all
664 `self-insert-command' keys are redefined in this map.
665 (org-export-as-html): Specify charset for HTML file, by taking it
666 from the coding system.
667
668 2005-10-10 Kenichi Handa <handa@m17n.org>
669
670 * textmodes/flyspell.el (flyspell-check-word-p):
671 If unread-command-events is non-empty, don't call sit-for.
672
673 2005-10-09 Richard M. Stallman <rms@gnu.org>
674
675 * font-lock.el (font-lock-syntactic-keywords)
676 (font-lock-keywords): Doc fixes.
677
678 * textmodes/flyspell.el (flyspell-external-point-words):
679 Simplify logic, and don't try to check for consecutive appearances
680 of one incorrect word.
681
682 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
683
684 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
685 separator.
686
687 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
688 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
689 (gud-expansion-speedbar-buttons): New function.
690 (gud-speedbar-buttons): Check for gud-comint-buffer.
691
692 2005-10-09 Bill Wohler <wohler@newt.com>
693
694 * Makefile.in (updates): Add mh-loaddefs dependency.
695
696 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
697
698 * speedbar.el (speedbar-file-key-map): Fix typo.
699
700 2005-10-09 Daniel Brockman <daniel@brockman.se>
701
702 * cus-start.el (line-spacing): Add custom spec.
703
704 2005-10-09 Romain Francoise <romain@orebokech.com>
705
706 * textmodes/ispell.el (ispell-check-version): Fix last change.
707
708 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
709
710 * term/x-win.el: Remove -i, --icon-type from comment.
711
712 * startup.el (command-line-x-option-alist): Remove options -i,
713 -itype, --icon-type, added -nb, --no-bitmap-icon
714
715 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
716
717 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
718 instead of :active.
719
720 2005-10-08 Eric Hanchrow <offby1@blarg.net>
721
722 * textmodes/ispell.el (ispell-check-version):
723 Ignore hyphen, and all that follows, in aspell's version text.
724
725 2005-10-08 Jay Belanger <belanger@truman.edu>
726
727 * calc/calc-arith.el (math-known-square-matrixp): New function.
728 (math-pow-fancy): Check for matrices before distributing exponent
729 across products.
730
731 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
732 fullscreen keypad. Suggested by Luc Teirlinck.
733 (calc-keypad-show-input): Add space for formatting.
734
735 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
736 Add square matrix option.
737
738 * calc/calc-poly.el (math-expand-term): Check for matrices instead
739 of checking calc-matrix-mode when deciding how to expand.
740
741 * calc/calc.el (calc-set-mode-line): Add square matrix option.
742
743 2005-10-08 Lars Hansen <larsh@soem.dk>
744
745 * net/tramp.el (tramp-perl-directory-files-and-attributes):
746 Add error handling.
747 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
748
749 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
750
751 Sync with Tramp 2.0.51.
752
753 * net/tramp.el (tramp-handle-set-visited-file-modtime)
754 (tramp-handle-insert-file-contents, tramp-handle-write-region):
755 Insert special handling for `last-coding-system-used', again
756 it still seems to be necessary (unlike stated before).
757 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
758 (tramp-password-prompt-regexp): There might be other words before
759 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
760 (tramp-chunksize): Improve docstring.
761 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
762 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
763 Christian Joergensen <bugs@razor.dk>.
764
765 2005-10-07 Glenn Morris <rgm@gnu.org>
766
767 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
768 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
769 precision'.
770
771 2005-10-07 Romain Francoise <romain@orebokech.com>
772
773 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
774 (ibuffer-do-shell-command-pipe-replace)
775 (ibuffer-do-shell-command-file, ibuffer-do-eval)
776 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
777 (ibuffer-do-revert, ibuffer-do-replace-regexp)
778 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
779 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
780 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
781 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
782 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
783 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
784 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
785 Autoload file sans suffix.
786
787 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
788
789 2005-10-07 David Ponce <david@dponce.com>
790
791 * recentf.el (recentf-menu-open-all-flag): New option.
792 (recentf-digit-shortcut-command-name): New function.
793 (recentf--shortcuts-keymap): New variable.
794 (recentf-menu-shortcuts): New variable.
795 (recentf-make-menu-items): Initialize it. Replace the "More..."
796 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
797 (recentf-menu-value-shortcut): New function.
798 (recentf-make-menu-item): Use it. No more in-lined.
799 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
800 (recentf-open-most-recent-file): Rename from
801 `recentf-open-file-with-key'. Don't depend on key binding.
802 (recentf-mode-map): New variable.
803 (recentf-mode): Use it.
804
805 2005-10-06 Bill Wohler <wohler@newt.com>
806
807 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
808
809 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
810 (MH-E-SRC): New. Used by mh-autoloads.
811 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
812 files in MH-E-SRC have been updated.
813 (compile, recompile, bootstrap): Depend on mh-autoloads.
814
815 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
816
817 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
818 gud-break and gud-remove icons when the fringe is not available.
819
820 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
821 Typo.
822
823 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
824
825 * play/zone.el (zone): Wrap body with save-window-excursion.
826
827 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
828
829 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
830 Use the new `list-only' arg to diary-list-entries.
831
832 * calendar/diary-lib.el: Use overlays rather than selective-display.
833 (diary-selective-display): New var.
834 (diary-header-line-format): Use it.
835 (diary-list-entries): Add argument `list-only'.
836 Put the buffer in diary-mode. Don't add \^M at beg and end.
837 Replace \^M by invisible overlays.
838 (diary-unhide-everything): Replace \^M by invisible overlays.
839 (print-diary-entries): Look for overlays rather than \^M.
840 Add a space to the temp buffer name.
841 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
842 Put the buffer in diary-mode.
843 (list-sexp-diary-entries): Replace \^M by invisible overlays.
844 (diary-anniversary): Make the year arg optional.
845 (diary-time-regexp): New const.
846 (diary-font-lock-keywords): Use it to accept a few more time formats.
847
848 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
849
850 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
851
852 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
853 Fix bug introduced 2005-07-03: Use (car (last ...))
854 to faithfully reproduce replaced artist-last.
855 (artist-set-arrow-points-for-poly): Likewise.
856 Suggested by Johan Bockg\e,Ae\e(Brd.
857
858 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
859
860 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
861 * wid-edit.el (widget):
862 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
863 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
864
865 2005-10-06 Kenichi Handa <handa@m17n.org>
866
867 * international/mule-cmds.el (set-language-environment):
868 Fix setting up of case-table for unibyte mode.
869
870 * simple.el (what-cursor-position): If the character is displayed
871 by some `display' text property, show that. Don't use
872 single-key-description for eight-bit characters in multibyte mode.
873
874 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
875
876 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
877 (gdb-ann3): Set it.
878 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
879 (gdb-info-frames-custom): Use inverse-video for first five
880 characters of selected frame only.
881 (gdb-get-frame-number): Select frame even when point is on frame
882 number.
883
884 2005-10-06 Masatake YAMATO <jet@gyve.org>
885
886 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
887 Put `font-lock-function-name-face'.
888 (gdb-info-frames-custom): Put `font-lock-function-name-face'
889 and `font-lock-variable-name-face'
890 (gdb-registers-font-lock-keywords): New font lock keywords definition.
891 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
892 (gdb-memory-font-lock-keywords): New font lock keywords definition.
893 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
894 (gdb-local-font-lock-keywords): New font lock keywords definition.
895 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
896 (gdb-threads-font-lock-keywords): New font lock keywords definition.
897 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
898
899 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
900
901 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
902 (ediff-merge-region-is-non-clash-to-skip): Previously called
903 ediff-merge-region-is-non-clash.
904
905 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
906 Use insert-buffer-substring.
907
908 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
909 selecting files to patch. Also bug fixes.
910
911 * ediff-util.el (ediff-setup): Bug fix.
912 (ediff-next-difference): Never skip clashes that differ in white
913 space only.
914
915 * ediff-wind.el (ediff-setup-control-frame)
916 (ediff-destroy-control-frame): Check the menubar feature.
917
918 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
919 (viper-refresh-mode-line): Use make-local-variable to localize
920 some vars instead of make-variable-buffer-local. Suggested by
921 Stefan Monnier.
922
923 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
924 (viper-restore-cursor-type, viper-set-insert-cursor-type):
925 Use make-local-variable instead of make-variable-buffer-local.
926 Suggested by Stefan Monnier.
927
928 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
929 (viper-comint-mode-hook): Use make-local-variable on
930 require-final-newline.
931 (viper-non-hook-settings): Don't use make-variable-buffer-local.
932
933 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
934
935 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
936 also the second char of a comment-start sequence.
937 (scheme-sexp-comment-syntax-table): New var.
938 (lambda, define): Set their scheme-doc-string-elt property.
939 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
940 Use lisp-font-lock-syntactic-face-function now that it properly
941 handles |...| symbols.
942 (scheme-mode-variables): Set lisp-doc-string-elt-property,
943 parse-sexp-lookup-properties and font-lock-extra-managed-props.
944
945 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
946 bit from # to |.
947 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
948
949 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
950 (lisp-doc-string-elt-property): New var.
951 (lisp-font-lock-syntactic-face-function): Use it.
952 Rewrite to recognize docstrings even for forms not at toplevel.
953
954 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
955 annotation on the | part of #| rather than on the # part.
956 (scheme-font-lock-syntactic-face-function): New function, to
957 distinguish strings from |...| symbols.
958 (scheme-mode-variables): Use it. Also fix up the font-lock-time
959 syntax-table so that #|...|# is properly highlighted.
960
961 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
962 Don't mark as docstring the 3rd elem of an unknown toplevel form.
963
964 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
965
966 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
967 and C-e.
968
969 * emacs-lisp/eldoc.el: Move comments into docstrings.
970 (eldoc-message-commands): Initialize in its declaration.
971 Add move-beginning-of-line and move-end-of-line.
972 (eldoc-add-command, eldoc-add-command-completions)
973 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
974
975 * outline.el (outline-mark-subtree): Activate the mark.
976
977 * calendar/appt.el (appt-time-regexp): New var.
978 (appt-add, appt-make-list): Use it.
979 (appt-convert-time): Clean up.
980
981 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
982 Don't set any syntax-table property here.
983 (tex-font-lock-verb): New function. Do it here.
984 (tex-font-lock-syntactic-keywords): Use it.
985
986 2005-10-04 Richard M. Stallman <rms@gnu.org>
987
988 * wid-edit.el (widget-file-complete): Get the widget start point
989 the right way. Default directory to `/' if file has none.
990
991 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
992
993 * textmodes/flyspell.el (flyspell-mode-on):
994 Call ispell-maybe-find-aspell-dictionaries.
995
996 * textmodes/ispell.el (ispell-word, ispell-region):
997 Call ispell-maybe-find-aspell-dictionaries.
998 (ispell-accept-buffer-local-defs):
999 Don't call ispell-maybe-find-aspell-dictionaries
1000
1001 2005-10-04 Richard M. Stallman <rms@gnu.org>
1002
1003 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
1004
1005 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
1006
1007 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
1008 instead of `fboundp' in order to allow for anonymous functions.
1009
1010 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
1011
1012 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
1013 case the user clicks on the link while another window is selected.
1014 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
1015
1016 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
1017 functionality.
1018 (dframe-help-echo): Save point in case mouse tracking is off.
1019
1020 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
1021
1022 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
1023
1024 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1025
1026 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
1027 not change the global value of those vars.
1028
1029 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
1030 make-local-variable which we do not need any more.
1031
1032 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
1033
1034 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
1035 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
1036 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
1037 (speedbar-path-line): Define obsolete aliases.
1038 (speedbar-line-directory): Doc fix.
1039
1040 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
1041 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
1042 instead of speedbar-line-path.
1043
1044 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1045
1046 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
1047 to nil if dropping on a window. Handle dropping on a minibuffer window
1048 like dropping on a non-window part of Emacs.
1049
1050 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * net/ange-ftp.el: Use with-current-buffer.
1053 (ange-ftp-insert-directory): Do not follow symlinks any more.
1054
1055 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1056 Remove interactive spec.
1057
1058 2005-10-03 Kim F. Storm <storm@cua.dk>
1059
1060 * ido.el (ido-mode): Use custom-initialize-set.
1061
1062 2005-10-02 Richard M. Stallman <rms@gnu.org>
1063
1064 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
1065 Use insert-buffer-substring.
1066
1067 * net/tramp.el: Pacify byte compiler warnings in pacification code.
1068 (tramp-handle-file-local-copy): Use insert-buffer-substring.
1069
1070 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1071
1072 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
1073 in last change.
1074 (ange-ftp-insert-directory): Fix up the search for the case where
1075 `file' is absolute.
1076
1077 2005-10-02 Romain Francoise <romain@orebokech.com>
1078
1079 * progmodes/compile.el (compile-goto-error): Delete extra paren.
1080
1081 2005-10-02 Andreas Schwab <schwab@suse.de>
1082
1083 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
1084 directory component in the session info.
1085
1086 2005-10-01 Richard M. Stallman <rms@gnu.org>
1087
1088 * comint.el (comint-redirect-subvert-readonly): Doc fix.
1089
1090 * simple.el (next-error-internal): New function.
1091
1092 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
1093 (compilation-start): Pass new arg to compilation-buffer-name.
1094 (compile-goto-error): Use next-error-internal.
1095
1096 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1097
1098 * speedbar.el: Remove RCS tag.
1099 (speedbar-check-read-only): Handle non-existent files.
1100
1101 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
1102
1103 * info.el (Info-speedbar-hierarchy-buttons)
1104 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
1105
1106 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1107
1108 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
1109 Do not match newline.
1110 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
1111 (bibtex-summary): Remove unnecessary save-excursion.
1112 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
1113
1114 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1115
1116 * term/mac-win.el: Add charset info for "iso10646-1".
1117 Modify default fontset to use ATSUI-compatible fonts for some charsets
1118 if available.
1119
1120 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1121
1122 * speedbar.el: Re-apply arch tag.
1123 (speedbar-version): Rename to version 1.0. Suggested by Eric
1124 M. Ludlam.
1125 Reapply two changes from Emacs CVS' version of speedbar lost
1126 during the merge:
1127 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
1128 (speedbar-frame-parameters): Improve customize type.
1129
1130 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1131
1132 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
1133 (ange-ftp-file-directory-p): Fix the symlink case.
1134 (ange-ftp-insert-directory): When listing a single file, get a list of
1135 the parent buffer and extract the relevant line. Inspired from a patch
1136 by Katsumi Yamaoka <yamaoka@jpl.org>.
1137 (ange-ftp-file-name-sans-versions): Simplify.
1138
1139 2005-09-30 Bill Wohler <wohler@newt.com>
1140
1141 Move MH-E image files from toolbar and mail directories into
1142 etc/images.
1143
1144 * mail/reply2.*: Move to etc/images/mail/reply*.
1145
1146 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
1147 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
1148 etc/images.
1149
1150 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
1151 * toolbar/reply*: Move to etc/images/mail.
1152
1153 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
1154
1155 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
1156
1157 * speedbar.el: New version 1.0pre3.
1158
1159 Frame management code (including timer, and mouse click specifics)
1160 moved to dframe.el:
1161 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
1162 (speedbar-timer): Removed. Use dframe-timer.
1163 (speedbar-close-frame): Removed. Use dframe-close-frame.
1164 (speedbar-activity-change-focus-flag): Removed. Use
1165 dframe-activity-change-focus-flag.
1166 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
1167 dframe-update-speed.
1168
1169 (speedbar-current-frame): New macro. Use this instead of the
1170 variable speedbar-frame.
1171
1172 (speedbar-use-images, speedbar-expand-image-button-alist)
1173 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
1174
1175 (speedbar-find-image-on-load-path): Removed. Replaced by
1176 defezimage in ezimage.el.
1177 (speedbar-expand-image-button-alist): Removed. Replaced by
1178 ezimage-expand-image-button-alist in ezimage.el.
1179
1180 (speedbar-ignored-directory-regexp)
1181 (speedbar-add-ignored-directory-regexp)
1182 (speedbar-ignored-directory-expressions)
1183 (speedbar-line-directory, speedbar-buffers-line-directory)
1184 (speedbar-directory-line, speedbar-buffers-line-directory):
1185 Renamed, replacing `path' with `directory'.
1186
1187 (speedbar-create-directory, speedbar-expand-line-descendants)
1188 (speedbar-toggle-line-expansion)
1189 (speedbar-contract-line-descendants): New commands.
1190
1191 (speedbar-query-confirmation-method, speedbar-select-frame-method)
1192 (speedbar-use-tool-tips-flag): New options.
1193
1194 (speedbar-check-read-only, speedbar-require-version)
1195 (speedbar-insert-separator, speedbar-buffers-tail-notes)
1196 (speedbar-handle-delete-frame, speedbar-try-completion)
1197 (speedbar-update-localized-contents): New functions.
1198
1199 (speedbar-incompatible-version, speedbar-ro-to-do-point)
1200 (speedbar-object-read-only-indicator): New variables.
1201
1202 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1203 New hooks.
1204
1205 (speedbar-separator-face): New face.
1206
1207 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1208 (speedbar-ignored-modes): Add fundamental-mode.
1209 (speedbar-directory-unshown-regexp): Add . directories.
1210
1211 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1212 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1213 `]' for full expand/close.
1214 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1215
1216 (speedbar-check-vc): Support hidden files.
1217 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1218 (speedbar-this-file-in-vc): Use vc-state if available. If VC
1219 state is nil, it is not checked out.
1220
1221 (speedbar-line-text, speedbar-line-token): Support expand buttons
1222 with no text.
1223 (speedbar-refresh): Universal argument acts as power-click.
1224 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1225 that buffer to get variable values.
1226
1227 And many other bugfixes.
1228
1229 * dframe.el, ezimage.el, sb-image.el: New files.
1230
1231 * sb-*.xpm: Remove files. New image files installed into
1232 etc/images/ezimage.
1233
1234 2005-09-30 Kenichi Handa <handa@m17n.org>
1235
1236 * ps-mule.el (ps-mule-show-warning): If a character is in
1237 ps-print-translation-table, don't treat it as non-printable.
1238
1239 2005-09-30 David Ponce <david@dponce.com>
1240
1241 * tree-widget.el (tree-widget-themes-load-path): New variable.
1242 (tree-widget-themes-directory): Doc fix.
1243 (tree-widget-image-formats) [Emacs]: Doc fix.
1244 (tree-widget--locate-sub-directory): New function.
1245 (tree-widget-themes-directory): Use it.
1246
1247 * recentf.el (recentf-filename-handlers): Rename from
1248 `recentf-filename-handler'. Allow a list of functions.
1249 (recentf-menu-items-for-commands): Fix :help strings.
1250 (recentf-apply-filename-handlers): New function.
1251 (recentf-expand-file-name): Use it.
1252 (recentf-cleanup): Remove duplicates too.
1253
1254 2005-09-29 Juri Linkov <juri@jurta.org>
1255
1256 * faces.el: Rearrange face definitions to be in the same order as
1257 their face descriptions in "(emacs)Standard Faces".
1258
1259 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1260
1261 * tooltip.el (tooltip): Add group `basic-faces'.
1262
1263 * buff-menu.el (Buffer-menu-buffer): Remove group
1264 `font-lock-highlighting-faces'.
1265
1266 * progmodes/compile.el (compilation-error, compilation-warning)
1267 (compilation-info, compilation-line-number, compilation-column-number):
1268 Change group from `font-lock-highlighting-faces' to `compilation'.
1269
1270 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1271 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1272 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1273 (vhdl-font-lock-reserved-words-face)
1274 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1275 `font-lock-highlighting-faces'.
1276
1277 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1278
1279 2005-09-28 Kim F. Storm <storm@cua.dk>
1280
1281 * emulation/cua-base.el: Set CUA move property on additional commands:
1282 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1283 forward-sexp, backward-sexp, forward-list, backward-list.
1284
1285 2005-09-28 Romain Francoise <romain@orebokech.com>
1286
1287 * comint.el (comint-show-output): Really set point at the
1288 beginning of the output when not using `comint-use-prompt-regexp'.
1289
1290 2005-09-27 Jay Belanger <belanger@truman.edu>
1291
1292 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1293 in TeX mode.
1294
1295 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
1296
1297 * textmodes/org.el (org-table-sum): Fix format string.
1298
1299 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1300 Quote face names.
1301
1302 2005-09-26 Romain Francoise <romain@orebokech.com>
1303
1304 * isearch.el (isearch-forward-regexp): Close doc string.
1305
1306 2005-09-25 Richard M. Stallman <rms@gnu.org>
1307
1308 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1309
1310 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1311
1312 * progmodes/compile.el (compilation-error-properties):
1313 When getting the file from the previous error message,
1314 correctly decode the new data format.
1315
1316 * progmodes/cc-cmds.el (c-electric-paren):
1317 Call old-blink-paren only for close-paren.
1318
1319 2005-09-24 Andreas Schwab <schwab@suse.de>
1320
1321 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1322 condition.
1323
1324 2005-09-25 Romain Francoise <romain@orebokech.com>
1325
1326 * dired-aux.el (dired-copy-file-recursive):
1327 * dired.el (dired-delete-file):
1328 * ediff-mult.el (ediff-dir-diff-copy-file):
1329 * ediff-util.el (ediff-test-save-region):
1330 * forms.el (forms-mode):
1331 * ido.el (ido-file-internal, ido-delete-file-at-head):
1332 * log-edit.el (log-edit-done):
1333 * ses.el (ses-yank-resize):
1334 * play/gomoku.el (gomoku-human-plays, gomoku)
1335 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1336 (gomoku-offer-a-draw):
1337 * play/landmark.el (lm-human-resigns, lm):
1338 * net/eudcb-ldap.el (eudc-ldap-check-base):
1339 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1340 * progmodes/ebrowse.el (ebrowse-find-pattern):
1341 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1342 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1343 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1344
1345 * vc.el (vc-delete-file):
1346 * play/gomoku.el (gomoku-terminate-game, gomoku)
1347 (gomoku-prompt-for-move, gomoku-human-takes-back):
1348 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1349 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1350
1351 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1352
1353 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1354 color rxvt terminals by using the code xterm.el used to use before
1355 2005-04-09 in order to match the colors used by rxvt.
1356
1357 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1358
1359 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1360 colors rxvt-unicode terminals by using the same code as xterm.el.
1361
1362 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1363
1364 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1365 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1366 new symbol used for the tex-verbatim face.
1367
1368 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1369
1370 * woman.el (woman-file-name):
1371 * wid-edit.el (widget-file-prompt-value)
1372 (widget-coding-system-prompt-value):
1373 * w32-fns.el (set-w32-system-coding-system):
1374 * vc.el (vc-version-diff, vc-annotate):
1375 * textmodes/reftex-auc.el (reftex-arg-cite)
1376 (reftex-arg-index-tag):
1377 * textmodes/refer.el (refer-get-bib-files):
1378 * textmodes/artist.el (artist-figlet-choose-font):
1379 * terminal.el (terminal-emulator):
1380 * replace.el (occur-read-primary-args):
1381 * rect.el (string-rectangle, string-insert-rectangle):
1382 * ps-print.el (ps-print-preprint):
1383 * progmodes/pascal.el (pascal-goto-defun):
1384 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1385 * progmodes/compile.el (compilation-find-file):
1386 * printing.el (pr-interactive-n-up):
1387 * play/animate.el (animate-birthday-present):
1388 * net/rcompile.el (remote-compile):
1389 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1390 * mail/rmailsum.el (rmail-summary-search-backward)
1391 (rmail-summary-search):
1392 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1393 (rmail-output-read-file-name):
1394 * mail/rmail.el (rmail-search, rmail-search-backwards):
1395 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1396 * locate.el (locate):
1397 * international/quail.el (quail-show-keyboard-layout):
1398 * international/mule.el (set-buffer-file-coding-system)
1399 (revert-buffer-with-coding-system, set-file-name-coding-system)
1400 (set-terminal-coding-system, set-keyboard-coding-system)
1401 (set-next-selection-coding-system):
1402 * international/mule-diag.el (describe-coding-system)
1403 (describe-font, describe-fontset):
1404 * international/mule-cmds.el (universal-coding-system-argument)
1405 (search-unencodable-char, describe-input-method)
1406 (set-language-environment, describe-language-environment):
1407 * international/codepage.el (codepage-setup):
1408 * international/code-pages.el (codepage-setup):
1409 * info.el (Info-search, Info-follow-reference)
1410 (Info-search-backward):
1411 * emacs-lisp/advice.el (ad-read-advised-function)
1412 (ad-read-advice-class, ad-clear-cache, ad-activate)
1413 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1414 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1415 (ad-read-regexp):
1416 * ediff-util.el (ediff-toggle-regexp-match):
1417 * ediff-ptch.el (ediff-prompt-for-patch-file):
1418 * dired-aux.el (dired-diff):
1419 * diff.el (diff):
1420 * cus-edit.el (custom-variable-prompt):
1421 * calendar/timeclock.el (timeclock-ask-for-project):
1422 * calc/calcalg3.el (calc-get-fit-variables):
1423 * calc/calc-store.el (calc-edit-variable)
1424 (calc-permanent-variable):
1425 * vc-mcvs.el (vc-mcvs-register):
1426 * shadowfile.el (shadow-define-literal-group):
1427 * woman.el (woman-file-name):
1428 * vc.el (vc-version-diff, vc-merge):
1429 * textmodes/reftex-index.el (reftex-index-complete-tag):
1430 * format.el (format-decode-buffer, format-decode-region):
1431 * emulation/viper-cmd.el (viper-read-string-with-history):
1432 * emacs-lisp/debug.el (cancel-debug-on-entry):
1433 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1434 * ediff.el (ediff-merge-revisions)
1435 (ediff-merge-revisions-with-ancestor, ediff-revision):
1436 * completion.el (interactive-completion-string-reader):
1437 * calc/calc-prog.el (calc-user-define-formula):
1438 Follow convention for reading with the minibuffer.
1439
1440 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1441
1442 * progmodes/python.el (python-describe-symbol): Add globals() and
1443 locals() to the arguments of emacs.ehelp.
1444
1445 2005-09-24 Magnus Henoch <mange@freemail.hu>
1446
1447 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1448 New function, code extracted from ispell-valid-dictionary-list.
1449 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1450 Call it.
1451
1452 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1453
1454 * subr.el (version-regexp-alist): Extend valid syntax for version
1455 strings: allow any of the characters -,_,+ to separate the
1456 alpha/beta/rc part from the version part. Doc fix.
1457 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1458
1459 2005-09-23 David Reitter <david.reitter@gmail.com>
1460
1461 * mail/mailclient.el: New file.
1462
1463 2005-09-23 Richard M. Stallman <rms@gnu.org>
1464
1465 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1466 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1467 Doc fixes.
1468
1469 * progmodes/cc-mode.el (c-font-lock-init):
1470 Specify font-lock-lines-before.
1471
1472 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1473
1474 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1475 whole conflict.
1476
1477 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1478
1479 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1480 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1481 of `remap' feature when available. Additional key bindings for
1482 better tty support.
1483 (org-mode-restart, org-force-self-insert): New commands.
1484 (org-time-stamp-inactive): New command.
1485 (org-remap): New function.
1486 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1487 (org-enable-fixed-width-editor): Move to `org-structure'
1488 customization group.
1489 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1490 blank field after field motion commands.
1491
1492 2005-09-23 Kenichi Handa <handa@m17n.org>
1493
1494 * international/mule-cmds.el (set-language-environment):
1495 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1496 have to call utf-translate-cjk-load-tables.
1497
1498 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1499
1500 * mouse.el (mouse-move-drag-overlay): Fix last change.
1501
1502 2005-09-22 David Ponce <david@dponce.com>
1503
1504 * tree-widget.el (tree-widget-value-create): Fix previous change.
1505
1506 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1507
1508 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1509
1510 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1511
1512 * mouse.el (mouse-move-drag-overlay): New function.
1513 (mouse-drag-region-1): Use it.
1514 Try to simplify a bit the state handling. Handle clicks on links
1515 inside intangible areas.
1516 (mouse-save-then-kill): Minor simplification.
1517 (mouse-secondary-overlay): Make it always non-nil instead of
1518 recreating it each time.
1519 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1520 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1521 Simplify accordingly.
1522
1523 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1524
1525 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1526
1527 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1528
1529 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1530 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1531 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1532 to patch.
1533
1534 * ediff-util.el: Use insert-buffer-substring.
1535
1536 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1537
1538 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1539 field boundaries in the minibuffer.
1540 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1541 (viper-minibuffer-post-command-hook): New hook.
1542 (viper-line): Don't move cursor at bolp.
1543
1544 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1545
1546 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1547 avoid compiler warnings.
1548
1549 * emulation/viper-macs.el (ex-map): Better messages.
1550
1551 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1552
1553 * emulation/viper.el: Replace make-variable-buffer-local with
1554 viper-make-variable-buffer-local everywhere, to avoid warnings.
1555
1556 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1557
1558 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1559 Delete unused var `old-selected-window'.
1560 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1561 (mouse-drag-secondary): Delete unused var `start-frame'.
1562
1563 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1564
1565 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1566
1567 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1568
1569 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1570 Re-indent within 80 columns. Use inhibit-read-only.
1571
1572 2005-09-19 Romain Francoise <romain@orebokech.com>
1573
1574 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1575
1576 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1579 unconditionally, since the after-change-function already did it.
1580
1581 2005-09-19 Miles Bader <miles@gnu.org>
1582
1583 * net/newsticker.el: Get rid of CVS keyword.
1584
1585 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1586
1587 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1588 The prompt is formatted later.
1589
1590 2005-09-19 David Ponce <david@dponce.com>
1591
1592 * tree-widget.el (tree-widget-value-create): Save the converted
1593 tree :node widget.
1594
1595 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1596
1597 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1598 variable `message'.
1599
1600 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1601
1602 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1603 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1604 <slawomir.nowaczyk.847@student.lu.se>.
1605
1606 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1607
1608 * image.el (image-load-path): Use symbol `data-directory' instead
1609 of its value, for backward compatibility with packages that bind
1610 it during `find-image'. Suggested by Katsumi Yamaoka.
1611 (image-search-load-path): Handle symbols whose values are strings.
1612
1613 2005-09-18 Romain Francoise <romain@orebokech.com>
1614
1615 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1616 with-current-buffer form in save-excursion.
1617
1618 2005-09-18 D Goel <deego@gnufans.org>
1619
1620 * apropos.el (apropos-command): Fix `message' call: first arg
1621 should be a format spec. In this and all other cases that appear
1622 below and elsewhere in the source code, I made a change only when
1623 two conditions were satisfied: [1] I can think of a possibility
1624 that the arguments would cause an error, for example, the code in
1625 question relies on external variables such as filenames. [2] I
1626 was sure that the arg to `message' could not have been nil in the code.
1627
1628 * textmodes/tildify.el (tildify-region): Ditto.
1629
1630 * textmodes/reftex-index.el (reftex-index-change-entry)
1631 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1632 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1633 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1634 (org-priority, org-table-sum):
1635 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1636 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1637 (flyspell-word, flyspell-display-next-corrections):
1638 * textmodes/bibtex.el (bibtex-print-help-message):
1639 * textmodes/artist.el (artist-key-set-point-poly):
1640 * term/mac-win.el (mac-services-insert-text):
1641 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1642 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1643 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1644 (vhdl-compose-configuration):
1645 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1646 (sh-set-indent, sh-learn-line-indent):
1647 * progmodes/ps-mode.el (ps-mode-target-column):
1648 * progmodes/idlwave.el (idlwave-make-tags)
1649 (idlwave-scan-library-catalogs):
1650 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1651 * progmodes/gud.el (gud-jdb-analyze-source):
1652 * progmodes/flymake.el (flymake-log):
1653 * progmodes/ebnf2ps.el (ebnf-generate-region):
1654 * progmodes/cmacexp.el (c-macro-expansion):
1655 * progmodes/ada-xref.el (ada-treat-cmd-string):
1656 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1657 (ada-justified-indent-current, ada-batch-reformat):
1658 * play/zone.el (zone):
1659 * play/landmark.el (lm-move):
1660 * play/decipher.el (decipher-show-alphabet):
1661 * net/newsticker.el (newsticker--display-jump)
1662 (newsticker--display-scroll):
1663 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1664 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1665 * mail/feedmail.el (feedmail-dump-message-to-queue):
1666 * eshell/esh-proc.el (eshell-remove-process-entry):
1667 * emulation/ws-mode.el (ws-last-error):
1668 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1669 (viper-record-kbd-macro):
1670 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1671 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1672 * emacs-lisp/find-func.el (find-function-noselect):
1673 * calendar/timeclock.el (timeclock-status-string)
1674 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1675 (timeclock-when-to-leave-string):
1676 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1677 * calc/calc-units.el (calc-enter-units-table):
1678 * calc/calc-mode.el (calc-mode-record-mode):
1679 * woman.el (woman-mini-help):
1680 * wdired.el (wdired-change-to-wdired-mode):
1681 * vc.el (vc-retrieve-snapshot):
1682 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1683 * startup.el (display-startup-echo-area-message):
1684 * simple.el (set-goal-column):
1685 * ses.el (ses-command-hook, ses-recalculate-cell):
1686 * server.el (server-process-filter):
1687 * printing.el (pr-interface-txt-print, pr-interface-printify)
1688 (pr-interface-ps):
1689 * pcvs.el (cvs-help):
1690 * log-edit.el (log-edit, log-edit-mode-help):
1691 * iswitchb.el (iswitchb-possible-new-buffer):
1692 * isearch.el (isearch-edit-string):
1693 * image-mode.el (image-mode, image-minor-mode):
1694 * ibuf-macs.el (define-ibuffer-filter):
1695 * hi-lock.el (hi-lock-find-patterns):
1696 * files.el (toggle-read-only):
1697 * ediff-util.el (ediff-copy-diff)
1698 (ediff-write-merge-buffer-and-maybe-kill):
1699 * echistory.el (Electric-history-undefined):
1700 * dnd.el (dnd-insert-text):
1701 * dired-aux.el (dired-query):
1702 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1703 * bookmark.el (bookmark-bmenu-locate):
1704 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1705 Fix `message' calls to ensure first arg is a format string.
1706 The change was made only when these two conditions were satisfied:
1707 [1] when there is a possibility that the arguments would cause an error
1708 for example, if the code in question relies on external variables
1709 such as filenames, and
1710 [2] if the arg to `message' could not have been nil in the code.
1711
1712 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1713 Not having a %s would be weird, though not technically wrong.
1714
1715 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1716
1717 * term/mac-win.el (mac-add-charset-info): Doc fix.
1718
1719 2005-09-17 Romain Francoise <romain@orebokech.com>
1720
1721 * shell.el (shell-resync-dirs): Handle echoing processes more
1722 reliably. Don't insert resync command if `comint-process-echoes'
1723 is non-nil.
1724
1725 2005-09-17 Magnus Henoch <mange@freemail.hu>
1726
1727 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1728 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1729 aspell versions >= 0.60.
1730 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1731 only if ispell-aspell-supports-utf8 is non-nil.
1732
1733 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1734
1735 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1736 buffer-local value to lisp-indent-function.
1737
1738 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1739
1740 * progmodes/glasses.el (glasses-make-readable): If
1741 glasses-separator differs from underscore, put appropriate
1742 overlays over underscore characters.
1743 (glasses-convert-to-unreadable): If glasses-separator differs from
1744 underscore, try to convert glasses-separator characters to
1745 underscores.
1746
1747 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1748
1749 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1750 Use with-syntax-table and dolist.
1751
1752 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1753
1754 * textmodes/reftex-auc.el:
1755 * textmodes/reftex-cite.el:
1756 * textmodes/reftex-dcr.el:
1757 * textmodes/reftex-global.el:
1758 * textmodes/reftex-parse.el:
1759 * textmodes/reftex-ref.el:
1760 * textmodes/reftex-sel.el:
1761 * textmodes/reftex-toc.el:
1762 * textmodes/reftex-vars.el:
1763 * textmodes/reftex.el: Small changes to remove compiler warnings.
1764
1765 * textmodes/reftex-index.el: Likewise.
1766 (reftex-query-index-phrase): More efficient use of markers.
1767
1768 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1769
1770 * image.el (image-load-path): New variable.
1771 (image-search-load-path): New function.
1772 (find-image): Search for images in `image-load-path'.
1773
1774 2005-09-15 Richard M. Stallman <rms@gnu.org>
1775
1776 * follow.el: Change Maintainer field.
1777
1778 2005-09-15 David Ponce <david@dponce.com>
1779
1780 * recentf.el (recentf-save-file-modes): New option.
1781 (recentf-save-list): Use it.
1782
1783 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1784
1785 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1786 (mode-line-mule-info, mode-line-modified): Move bindings from
1787 mouse-3 to mouse-1.
1788
1789 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1790
1791 * simple.el (sendmail-user-agent-compose): Revert last change.
1792
1793 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1794
1795 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1796 Use with-current-buffer.
1797 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1798 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1799 (ange-ftp-insert-directory): Remove unused var `short'.
1800 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1801
1802 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1803 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1804
1805 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1806 (check-calendar-holidays, diary-list-entries): Autoload.
1807 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1808 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1809
1810 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1811 which mistakenly removed a call to display-buffer.
1812
1813 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1814
1815 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1816
1817 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1818
1819 * progmodes/hideshow.el
1820 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1821 (hs-allow-nesting): New user var.
1822 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1823 (hs-hide-block-at-point): When nesting allowed,
1824 if there is already an overlay in place, delete it.
1825 (hs-safety-is-job-n): Delete func; remove call sites.
1826 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1827 (hs-overlay-at): New func.
1828 (hs-already-hidden-p, hs-show-block): Use it.
1829 (hs-hide-all): Don't pre-clean if nesting allowed.
1830 (hs-show-all): Temporarily disallow
1831 nesting around call to `hs-discard-overlays'.
1832
1833 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1834
1835 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1836 Delete unused local var.
1837
1838 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1839
1840 * help-fns.el (describe-categories): "?\ " -> "?\s".
1841 (help-do-arg-highlight): Recognize also ARG-n, as in
1842 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1843
1844 * international/codepage.el (dos-unsupported-char-glyph):
1845 * net/newsticker.el (tool-bar-map, w3-mode-map)
1846 (w3m-minor-mode-map):
1847 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1848 (ent-alist):
1849 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1850
1851 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1852
1853 * custom.el (custom-push-theme): Handle the case where a symbol is
1854 bound but face properties have not yet been assigned.
1855
1856 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1857 Fix behavior if noerase is `t' and there is no mail buffer.
1858
1859 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1860 if `continue' is nil, rather than signal an error.
1861
1862 2005-09-12 Richard M. Stallman <rms@gnu.org>
1863
1864 * font-lock.el (font-lock-keywords): Add autoload.
1865
1866 * help-fns.el (describe-variable): Rearrange to put source link
1867 in a predictable place.
1868
1869 * net/newsticker.el: New file.
1870
1871 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1872
1873 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1874 (calendar-basic-setup): Use the new nil arg.
1875 (number-of-diary-entries): Move to diary-lib.el.
1876
1877 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1878 (diary-list-entries): Use with-syntax-table and dolist.
1879 Rename from list-diary-entries.
1880 Use number-of-diary-entries if `number' is nil.
1881 (diary, diary-view-entries): Use this new name and new nil arg value.
1882 (number-of-diary-entries): Move from calendar.el.
1883 (diary-unhide-everything): New function.
1884 (include-other-diary-files, fancy-diary-display)
1885 (diary-show-all-entries, make-diary-entry): Use it.
1886 (diary-mail-entries): Use buffer-string.
1887 (mark-diary-entries): Fix long standing paren typo.
1888 (diary-sexp-entry): Use count-lines.
1889 (make-diary-entry): Avoid `previous-line'.
1890 (diary-mode-map): New var.
1891 (diary-mode): Redraw cal after saving. Setup header-line.
1892 (fancy-diary-display-mode): Use local-set-key.
1893
1894 * startup.el (command-line): Try calling various terminal-init-foo-bar
1895 functions by stripping hyphenated suffixes from $TERM.
1896
1897 * files.el (normal-mode): Check boundness of font-lock-keywords.
1898
1899 2005-09-12 Richard M. Stallman <rms@gnu.org>
1900
1901 * progmodes/compile.el: Don't decide a file's directory
1902 until the user actually tries to go there.
1903 (compilation-next-error-function):
1904 Pass compilation-find-file the directory from the file-struct.
1905 (compilation-internal-error-properties): Separate local FILE-STRUCT
1906 from FILE. Doc the args better. Rename arg FMT to FMTS.
1907 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1908 Expand it, and if nil, use default-directory.
1909 (compilation-get-file-structure): Don't mix specified directory
1910 with default directory. Put specified directory into
1911 file-struct. Don't make the file name absolute.
1912
1913 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1914 (compile-command): Add autoload.
1915 (compilation-disable-input): Add autoload.
1916
1917 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1918
1919 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1920 strings of the variables it can override.
1921 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1922 %Q and %q, for fully-qualified domain name and unqualified host name.
1923
1924 2005-09-11 Kim F. Storm <storm@cua.dk>
1925
1926 * emacs-lisp/authors.el (authors-aliases): Update list.
1927 (authors-fixed-entries): Update mldrag.el entry.
1928
1929 2005-09-10 Alan Mackenzie <acm@muc.de>
1930
1931 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1932 from the region narrowed to.
1933
1934 2005-09-10 Magnus Henoch <mange@freemail.hu>
1935
1936 * textmodes/ispell.el (ispell-check-version): Signal an error if
1937 aspell version is less than 0.60.
1938
1939 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1940
1941 * progmodes/octave-inf.el (inferior-octave-startup):
1942 Resync current dir at the end.
1943
1944 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1945
1946 * woman.el (woman-topic-at-point-default):
1947 Rename to woman-use-topic-at-point-default.
1948 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1949 (woman-file-name): Reflect renames above. Automatically use the
1950 word at point as topic if woman-use-topic-at-point is non-nil.
1951 Otherwise offer it as default but don't insert it in the
1952 minibuffer. Also use `test-completion' instead of `assoc' as
1953 suggested by Stefan Monnier.
1954
1955 2005-09-10 Andre Spiegel <spiegel@gnu.org>
1956
1957 * vc.el (vc-directory, vc-update-change-log): Throw an error on
1958 the attempt to do it over Tramp. This is not yet supported.
1959
1960 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1961
1962 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
1963 (menu-bar-non-minibuffer-window-p): New functions.
1964 ("Split Window", "Save As..."): Use them.
1965 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
1966 ("Print Buffer", "Truncate Long Lines in this Buffer"):
1967 Use menu-bar-menu-frame-live-and-visible-p.
1968 ("Save Buffer", "Insert File", "Open Directory...")
1969 ("Open File...", "Visit New File..."):
1970 Use menu-bar-non-minibuffer-window-p.
1971 (kill-this-buffer-enabled-p, dired <menu-enable>):
1972 Use menu-bar-non-minibuffer-window-p.
1973
1974 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1975
1976 * cus-start.el (all): Don't complain about fringe-related
1977 built-ins if fringes are not supported. Ditto about
1978 selection-related built-ins. Fix the test for GTK-related built-ins.
1979
1980 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
1981 ("Postscript Print Buffer", "Print Region", "Save As...")
1982 ("Save", "Insert File...", "Open Directory...")
1983 ("Open File...", "Visit New File..."")
1984 ("Truncate Long Lines in this Buffer"): Don't look at
1985 menu-updating-frame if this display does not support multiple frames.
1986
1987 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1988
1989 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
1990
1991 2005-09-09 Emilio Lopes <eclig@gmx.net>
1992
1993 * woman.el: Format- and whitespace-related changes.
1994
1995 2005-09-09 Eli Zaretskii <eliz@gnu.org>
1996
1997 * woman.el: Fix my email address.
1998
1999 2005-09-08 Richard M. Stallman <rms@gnu.org>
2000
2001 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
2002 (sh-mode): Locally set skeleton-pair-default-alist.
2003
2004 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
2005
2006 * progmodes/flymake.el: Require `compile' unconditionally.
2007
2008 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
2009
2010 * woman.el (woman-file-name): Provide a default, not initial input.
2011
2012 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
2013
2014 * font-lock.el (font-lock-support-mode): Doc fix.
2015
2016 * descr-text.el (describe-property-list): Handle non-symbol prop names.
2017
2018 2005-09-08 Richard M. Stallman <rms@gnu.org>
2019
2020 * simple.el (blink-matching-open): Get rid of text props from
2021 the string shown in echo area. Don't permanently set point.
2022 Some rearrangements.
2023
2024 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
2025
2026 * recentf.el (recentf-filename-handler): Add custom choice
2027 `abbreviate-file-name'.
2028
2029 * msb.el (msb--very-many-menus): Fix typo.
2030
2031 * disp-table.el (standard-display-european): Don't set
2032 enable-multibyte-characters to nil.
2033
2034 2005-09-08 David Ponce <david@dponce.com>
2035
2036 * recentf.el (recentf-show-file-shortcuts-flag): New option.
2037 (recentf-expand-file-name): Doc fix.
2038 (recentf-dialog-mode-map): Define digit shortcuts.
2039 (recentf--files-with-key): New variable.
2040 (recentf-show-digit-shortcut-filter): New function.
2041 (recentf-open-files-items): New function.
2042 (recentf-open-files): Use it.
2043 (recentf-open-file-with-key): New command.
2044
2045 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
2046
2047 * buff-menu.el (Buffer-menu-sort-by-column): New function.
2048 Suggested by Kim F. Storm.
2049 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
2050 (Buffer-menu-make-sort-button): Use global keymap.
2051
2052 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
2053
2054 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
2055 (Man-getpage-in-background-advice): Remove defadvice; it isn't
2056 necessary any longer with the remapped command.
2057 (Man-bgproc-sentinel-advice): Remove defadvice which counts
2058 formatting time only.
2059
2060 * net/tramp.el (tramp-action-password)
2061 (tramp-multi-action-password): Compile the password prompt from
2062 `method', `user' and `host'. Sometimes it isn't obvious which
2063 password to enter, for example with remote files offered by
2064 recentf.el, or with multiple steps. Suggested by Robert Marshall
2065 <robert@chezmarshall.freeserve.co.uk>.
2066
2067 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2068
2069 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2070 Fix regexp for when "s///" is at the beginning of line.
2071
2072 2005-09-07 Jay Belanger <belanger@truman.edu>
2073
2074 * calc/calc-poly.el (math-expand-term): Multiply out any powers
2075 when in matrix mode.
2076
2077 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2078
2079 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
2080 non-anonymous functions.
2081
2082 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
2083
2084 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
2085 when using a header line. Otherwise, use mouse-1-click-follows-link.
2086
2087 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
2088 can't be moved; don't signal an error.
2089
2090 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
2091
2092 * cus-theme.el (custom-theme-write-faces): Save the current face
2093 spec, not the defface spec.
2094
2095 * custom.el (custom-known-themes): Clarify meaning of "standard".
2096 (custom-push-theme): Save old values in the standard theme.
2097 (disable-theme): Correct typo.
2098 (custom-face-theme-value) Deleted unused function.
2099 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
2100
2101 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2102
2103 * progmodes/compile.el (compilation-goto-locus): Take into account
2104 iconified frames when determining whether the buffer is
2105 already visible.
2106 Don't reset window height if the window already existed.
2107
2108 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
2109
2110 * custom.el (load-theme): Rename from require-theme.
2111 Add interactive spec.
2112 (enable-theme): Rename from custom-enable-theme.
2113 Add interactive spec.
2114 (disable-theme): Rename from custom-disable-theme.
2115 Add interactive spec.
2116 (custom-make-theme-feature): Doc fix.
2117 (custom-theme-directory): Doc fix.
2118 (provide-theme): Call enable-theme.
2119
2120 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2121
2122 * obsolete/lazy-lock.el (lazy-lock-mode):
2123 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
2124 font-lock-mode if it's off. Print a warning instead.
2125
2126 * progmodes/compile.el (compilation-start): Ignore errors if the
2127 process died before we get to send-eof.
2128
2129 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
2130 Undo last change. Enclosing the result in quotes broke things on Unix
2131 since tex-send-command passes it through shell-quote-argument.
2132 (tex-send-command): Pass `file' through convert-standard-filename
2133 when possible.
2134 (tex-uptodate-p): Handle the case where TeX hasn't put additional
2135 info in a transcript.
2136
2137 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
2138
2139 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
2140 fix compilation warning. Reorder the key definitions to group
2141 together keys emitted by the current version of xterm.
2142
2143 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
2144 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
2145 Reorder predicates to correct min-color usage.
2146
2147 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
2148
2149 * longlines.el (longlines-mode): Inhibit read-only when encoding.
2150 Kill local variables when longlines-mode is turned off.
2151
2152 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2153
2154 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
2155
2156 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
2157
2158 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
2159
2160 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
2161 (font-lock-lines-before): Change default to being inactive.
2162 (font-lock-default-fontify-region): Obey font-lock-lines-before.
2163 (font-lock-after-change-function): Don't handle f-l-lines-before here.
2164
2165 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2166
2167 * net/tramp.el (tramp-handle-make-auto-save-file-name):
2168 Deactivate temporarily advice if active (not needed for Emacs 22,
2169 but for backwards compatibility).
2170 (tramp-exists-file-name-handler): Rewrite. First implementation
2171 was too simple.
2172 (tramp-advice-make-auto-save-file-name):
2173 Call `tramp-handle-make-auto-save-file-name' (again, just for
2174 backwards compatibility).
2175
2176 2005-08-31 Reto Zimmermann <reto@gnu.org>
2177
2178 * progmodes/vhdl-mode.el
2179 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
2180 (vhdl-end-p): Fix indentation bug "else" after "-- when".
2181 (vhdl-set-default-project): New function (easier setting of default).
2182 (vhdl-port-copy): Handle extended identifiers for generics.
2183 (vhdl-compiler-alist): Better description for error message regexp.
2184 (vhdl-make): Query for target, use previous as default.
2185 (vhdl-port-copy): Fix port copy for port names starting with "signal".
2186 (vhdl-font-lock-keywords-2): Fix fontification for record
2187 el. assign.
2188 (vhdl-speedbar-make-subpack-line): Add package body link.
2189 (vhdl-generate-makefile-1): Not include itself as dependency.
2190 (vhdl-font-lock-init): Highlight c-preprocessor directives.
2191 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
2192 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
2193 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
2194 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
2195 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
2196 (vhdl-import-project): Add string argument for `error'.
2197 (vhdl-compose-configuration)
2198 (vhdl-compose-configuration-architecture): Add configuration
2199 declaration generation.
2200 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
2201 (vhdl-trailer-re): Add "record" keyword (better indentation).
2202 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2203 "[^ \t-\"]+".
2204 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2205 (vhdl-testbench-entity-file-name)
2206 (vhdl-testbench-architecture-file-name): Allow separate
2207 customization of testbench file names.
2208 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2209 (vhdl-get-visible-signals): Allow newline within alias declaration.
2210 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2211 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
2212 (member-ignore-case): Alias for missing function in XEmacs.
2213 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
2214 (vhdl-update-sensitivity-list): Ignore case on read signals.
2215 (vhdl-replace-string): Adjust case only for file names.
2216 (vhdl-update-sensitivity-list): Fix search for read signals.
2217 (vhdl-update-sensitivity-list): Exclude formal parameters.
2218 (vhdl-get-visible-signals): Include aliases of signals.
2219 (vhdl-get-visible-signals): Fix signal name searching.
2220 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2221 (vhdl-fixup-whitespace-region): Fix for character
2222 literals (e.g. ':').
2223
2224 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
2225
2226 * ansi-color.el (comint-last-output-start):
2227 * bs.el (font-lock-verbose):
2228 * diff-mode.el (add-log-buffer-file-name-function):
2229 * dired-x.el (vm-folder-directory):
2230 * faces.el (help-xref-stack-item):
2231 * files.el (font-lock-keywords):
2232 * find-lisp.el (dired-buffers, dired-subdir-alist):
2233 * ido.el (cua-inhibit-cua-keys):
2234 * log-view.el (cvs-minor-wrap-function):
2235 * outline.el (font-lock-warning-face):
2236 * simple.el (compilation-current-error):
2237 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2238 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2239 * tooltip.el (comint-prompt-regexp):
2240 * w32-fns.el (explicit-shell-file-name):
2241 * term/mac-win.el (mac-charset-info-alist)
2242 (mac-services-selection, mac-system-script-code):
2243 * term/tty-colors.el (msdos-color-values):
2244 * term/w32-win.el (xlfd-regexp-registry-subnum):
2245 * term/x-win.el (x-keysym-table, x-selection-timeout)
2246 (x-session-id, x-session-previous-id):
2247 * textmodes/ispell.el (mail-yank-prefix):
2248 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2249 * textmodes/org.el (calc-embedded-close-formula)
2250 (calc-embedded-open-formula)
2251 (font-lock-unfontify-region-function):
2252 * textmodes/reftex-global.el (isearch-next-buffer-function)
2253 (TeX-master):
2254 * textmodes/reftex.el (font-lock-keywords):
2255 * textmodes/tex-mode.el (font-lock-comment-face)
2256 (font-lock-doc-face):
2257 * textmodes/texinfo.el (outline-heading-alist):
2258 Add defvars.
2259
2260 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2261 (artist-spray-chars, artist-mode-init, artist-replace-string)
2262 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2263 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2264 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2265
2266 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2267 (conf-align-assignments): "?\ " -> "?\s".
2268
2269 * textmodes/reftex-index.el (TeX-master): Add defvar.
2270 (reftex-index-phrases-marker): Move up defvar.
2271
2272 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2273 (reftex-toc-include-labels-indicator)
2274 (reftex-toc-include-index-indicator)
2275 (reftex-toc-max-level-indicator): Move up declarations.
2276
2277 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
2278 of args to `tramp-run-real-handler', even if it's empty in this case.
2279
2280 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2281
2282 * dired.el (dired-move-to-filename-regexp): Add date format for
2283 Mac OS X 10.3 in East Asian locales.
2284
2285 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2286
2287 * files.el (make-auto-save-file-name): Add file name handler call
2288 if applicable.
2289
2290 * net/tramp.el (tramp-file-name-handler-alist)
2291 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
2292 (tramp-handle-make-auto-save-file-name): Rename from
2293 `tramp-make-auto-save-file-name'.
2294 (tramp-exists-file-name-handler): New defun.
2295 (tramp-advice-make-auto-save-file-name): Make defadvice only when
2296 `make-auto-save-file-name' is not a magic file name operation.
2297
2298 2005-08-30 Richard M. Stallman <rms@gnu.org>
2299
2300 * files.el (risky-local-variable-p):
2301 Match `-predicates' and `-commands.
2302
2303 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2304 (custom-save-all): Visit the file if necessary;
2305 kill the buffer if we created it.
2306 (custom-save-delete): Don't visit file or kill buffer here.
2307
2308 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
2309
2310 * textmodes/org.el (org-special-keyword): New face.
2311 (org-table-copy-down, org-table-eval-formula)
2312 (org-table-recalculate, org-init-section-numbers):
2313 Use `string-to-number' instead of `string-to-int'.
2314 (org-get-location): Use `insert-buffer-substring' instead of
2315 `insert-buffer'.
2316 (org-modify-diary-entry-string): New function.
2317 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2318 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2319 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2320 active region.
2321 (org-export-as-html): Handle QUOTE keyword.
2322 (org-quote-string): New option.
2323 (org-bookmark-jump-unhide): New function, used for
2324 `bookmark-after-jump-hook'.
2325 (org-diary-default-entry): Apply only when not called through
2326 `org-agenda'.
2327
2328 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2329
2330 * net/eudc.el (mode-popup-menu):
2331 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2332 * progmodes/ada-mode.el (compile-auto-highlight)
2333 (skeleton-further-elements):
2334 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2335 * progmodes/cmacexp.el (msdos-shells):
2336 * progmodes/compile.el (font-lock-extra-managed-props)
2337 (font-lock-keywords, font-lock-maximum-size)
2338 (font-lock-support-mode):
2339 * progmodes/grep.el (font-lock-lines-before):
2340 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2341 * progmodes/mixal-mode.el (compile-command):
2342 * progmodes/perl-mode.el (font-lock-comment-face)
2343 (font-lock-doc-face, font-lock-string-face):
2344 * progmodes/prolog.el (comint-prompt-regexp):
2345 * progmodes/sh-script.el (font-lock-comment-face)
2346 (font-lock-set-defaults, font-lock-string-face):
2347 * progmodes/sql.el (font-lock-keyword-face)
2348 (font-lock-set-defaults, font-lock-string-face):
2349 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2350 (itimer-version, lazy-lock-defer-contextually)
2351 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2352 Add defvars.
2353
2354 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2355 (cperl-electric-keyword, cperl-electric-pod)
2356 (cperl-electric-backspace, cperl-forward-re)
2357 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2358 (vc-rcs-header, vc-sccs-header): Add defvars.
2359
2360 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2361 (font-lock-syntactic-keywords, gud-find-expr-function):
2362 Add defvars.
2363
2364 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2365 (gdb-frame-parameters): Declare before use.
2366
2367 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2368 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2369 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2370 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2371
2372 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2373 (idlwave-help-with-source): Use `insert-buffer-substring', not
2374 `insert-buffer'.
2375
2376 2005-08-29 Juri Linkov <juri@jurta.org>
2377
2378 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2379 Put outline-back-to-heading function call inside save-excursion.
2380
2381 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2382
2383 * man.el (Man-init-defvars, Man-translate-references)
2384 (Man-support-local-filenames, Man-highlight-references):
2385 * progmodes/sql.el (sql-interactive-mode):
2386 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2387
2388 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2389 (compilation-mode-font-lock-keywords): Add defvars.
2390 (checkdoc-interactive-loop): "?\ " -> "?\s".
2391
2392 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2393 (font-lock-doc-face, font-lock-string-face)
2394 (font-lock-keywords-case-fold-search): Add defvars.
2395 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2396
2397 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2398 Don't pass X and Y (they are ignored anyway).
2399 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2400 (mouse-delete-window): Make arguments optional.
2401
2402 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2403 (caesar-translate-table, minor-modes, news-buffer-save)
2404 (news-group-name, news-minor-modes): Add defvars.
2405
2406 * emacs-lisp/lselect.el (mouse-highlight-priority)
2407 (x-lost-selection-functions, zmacs-regions):
2408 * emacs-lisp/pp.el (font-lock-verbose):
2409 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2410 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2411 (ses-mode-map):
2412 * emacs-lisp/tcover-unsafep.el (safe-functions):
2413 * international/mule-cmds.el (mac-system-coding-system)
2414 (mac-system-locale):
2415 * language/ethio-util.el (rmail-current-message)
2416 (rmail-message-vector):
2417 * language/thai-util.el (thai-auto-composition-mode):
2418 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2419 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2420 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2421 (vm-primary-inbox, vm-spool-files):
2422 * mail/rmail.el (deleted-head, font-lock-fontified)
2423 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2424 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2425 (total-messages):
2426 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2427 (rmail-summary-mode-map):
2428 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2429 (rmail-last-label, rmail-last-multi-labels)
2430 (rmail-summary-vector, rmail-total-messages):
2431 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2432 * mail/rmailsum.el (msgnum):
2433 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2434 (rmail-current-message):
2435 * obsolete/fast-lock.el (font-lock-face-list):
2436 * obsolete/rnewspost.el (mail-reply-buffer):
2437 * obsolete/scribe.el (compile-command):
2438 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2439
2440 2005-08-28 John Paul Wallington <jpw@gnu.org>
2441
2442 * ibuf-ext.el (ibuffer-auto-update-changed):
2443 Use `frame-or-buffer-changed-p' to check whether we need to update.
2444 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2445 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2446 as a `frame-or-buffer-changed-p' state vector instead.
2447
2448 2005-08-27 Romain Francoise <romain@orebokech.com>
2449
2450 * textmodes/makeinfo.el (makeinfo-compile):
2451 Use `compilation-start'. Set `next-error-function' according to
2452 `disable-errors'.
2453 (makeinfo-next-error): New function.
2454 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2455 (makeinfo-buffer): Likewise.
2456
2457 * progmodes/compile.el (compilation-start): Add autoload cookie.
2458
2459 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2460 * textmodes/sgml-mode.el: Likewise.
2461 * progmodes/python.el: Likewise.
2462
2463 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2464
2465 * simple.el (blink-matching-paren-distance): Document the meaning
2466 of nil value, and allow to customize to nil.
2467
2468 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2469 command.com, not command.exe.
2470
2471 2005-08-26 John Wiegley <johnw@newartisans.com>
2472
2473 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2474 code around a bit so that an extraneous nil argument is not added
2475 to a command when no args are given.
2476
2477 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2478 double-quoted argument resolves to nil, return it as an empty
2479 string rather than as nil. This made it impossible to pass "" to
2480 a shell script as a null string argument.
2481
2482 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2483
2484 * outline.el (outline-invent-heading): New fun.
2485 (outline-promote, outline-demote): Use it.
2486 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2487 (outline-end-of-subtree): Remove unused var `opoint'.
2488
2489 2005-08-26 David Reitter <david.reitter@gmail.com>
2490
2491 * menu-bar.el (truncate-lines, write-file, print-buffer)
2492 (ps-print-buffer-faces, ps-print-buffer, split-window):
2493 Disable menu items when the frame they refer to is invisible, or when
2494 they refer to a buffer and the minibuffer is selected.
2495
2496 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2497
2498 * progmodes/flymake.el (flymake-highlight-err-lines):
2499 Use save-excursion around flymake-highlight-line to preserve point.
2500
2501 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2502
2503 * progmodes/octave-mod.el: Change Author and Maintainer address.
2504 (octave-maintainer-address): Change Kurt's email address.
2505 * progmodes/octave-inf.el: Change Author and Maintainer address.
2506 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2507
2508 2005-08-26 Kim F. Storm <storm@cua.dk>
2509
2510 * subr.el (version-list-<, version-list-<=, version-list-=):
2511 Renamed from integer-list-*.
2512 (version-list-not-zero): Likewise. Fix while loop.
2513 (version=): Use version-list-= instead of string-equal.
2514
2515 2005-08-26 Richard M. Stallman <rms@gnu.org>
2516
2517 * outline.el (outline-promote): Try shortening the heading.
2518 As last resort, read the heading to use.
2519 (outline-demote): As last resort, read the heading to use.
2520
2521 2005-08-26 Romain Francoise <romain@orebokech.com>
2522
2523 * progmodes/compile.el (compilation-start): Doc fix.
2524
2525 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2526 (antlr-font-lock-additional-keywords): Fix reference to
2527 `antlr-font-lock-literal-regexp' erroneously changed during the
2528 mass face rename.
2529 (antlr-run-tool): Use `compilation-start'.
2530
2531 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2532 instead of the obsolete `compile-internal'.
2533
2534 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2535
2536 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2537 (number, original-date):
2538 * calendar/cal-china.el (date):
2539 * calendar/cal-coptic.el (date):
2540 * calendar/cal-french.el (date):
2541 * calendar/cal-hebrew.el (date, entry, number, original-date):
2542 * calendar/cal-islam.el (date, number, original-date):
2543 * calendar/cal-iso.el (date):
2544 * calendar/cal-julian.el (date):
2545 * calendar/cal-mayan.el (date):
2546 * calendar/cal-menu.el (date, event):
2547 * calendar/cal-persia.el (date):
2548 * calendar/lunar.el (date):
2549 * calendar/solar.el (date): Add defvars.
2550
2551 * emerge.el:
2552 * ibuffer.el:
2553 * info-xref.el:
2554 * obsolete/bg-mouse.el:
2555 * obsolete/sun-curs.el:
2556 * obsolete/swedish.el: Move the `defvar's to the top level.
2557
2558 * smerge-mode.el (smerge-refined-change): Add :group.
2559
2560 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2561
2562 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2563 (smerge-keep-n): Remove props.
2564 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2565 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2566 now that it's done in smerge-keep-n.
2567 (smerge-refined-change): New face.
2568 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2569 (smerge-refine): New funs.
2570 (smerge-basic-map): Bind smerge-refine.
2571
2572 2005-08-25 Juri Linkov <juri@jurta.org>
2573
2574 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2575 compilation-process-setup-function and compilation-disable-input
2576 in grep-mode instead of let-bindings in grep.
2577
2578 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2579 Delete "Automatic File De/compression" (auto-compression-mode).
2580
2581 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2582
2583 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2584 Silence warning about non-existent variable.
2585
2586 2005-08-25 Richard M. Stallman <rms@gnu.org>
2587
2588 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2589 Rename "Describe Key" to "Describe Key or Mouse Operation".
2590
2591 * mail/mailalias.el (build-mail-aliases): Delete comments
2592 from the contents before processing them.
2593
2594 * isearch.el (isearch-edit-string): Erase the Search prompt
2595 if user enters an empty string and there is no default.
2596
2597 * comint.el (comint-file-name-prefix): Add autoload.
2598
2599 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2600
2601 * subr.el (play-sound): Rearrange to avoid warning.
2602
2603 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2604
2605 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2606 New hook.
2607 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2608
2609 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2610
2611 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2612
2613 * custom.el (custom-theme-set-variables): Sort minor modes last.
2614
2615 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2616
2617 * subr.el (version-separator, version-regexp-alist): New vars used by
2618 version comparison funs.
2619 (integer-list-<, integer-list-=, integer-list-<=)
2620 (integer-list-not-zero): New funs for integer list comparison.
2621 (version-to-list, version=, version<, version<=): New funs for version
2622 comparison.
2623
2624 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2625
2626 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2627 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2628 time to silence the byte-compiler.
2629
2630 * ibuffer.el (ibuffer-compile-make-eliding-form)
2631 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2632 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2633 so it's silly to get warnings for it).
2634 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2635 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2636 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2637 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2638 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2639 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2640 Defvar at compile time.
2641 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2642 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2643 Declare them before use.
2644
2645 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2646 (info-xref-good, info-xref-bad): Defvar at compile time.
2647
2648 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2649 Use `let*' instead of `let'.
2650
2651 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2652 (*mouse-y*, menu, char): Defvar at compile time.
2653 (sc::menu): Declare it before use.
2654 (sc::pack-one-line): Use `let', not `let*'.
2655
2656 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2657 (mail-send-hook): Defvar at compile time.
2658
2659 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2660 Defvar at compile time.
2661
2662 * term/sun-mouse.el (current-global-mousemap)
2663 (current-local-mousemap): Declare them before use.
2664
2665 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2666
2667 * bookmark.el (bookmark-after-jump-hook): New hook.
2668 (bookmark-jump): Run `bookmark-after-jump-hook'.
2669
2670 2005-08-23 Juri Linkov <juri@jurta.org>
2671
2672 * faces.el (minibuffer-prompt): Doc fix.
2673
2674 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2675
2676 * progmodes/xscheme.el: Trivial changes to silence warnings.
2677 (xscheme-previous-mode, xscheme-previous-process-state):
2678 Add defvars.
2679 (xscheme-last-input-end, xscheme-process-command-line)
2680 (xscheme-process-name, xscheme-buffer-name)
2681 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2682 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2683 (xscheme-control-g-synchronization-p)
2684 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2685 (default-xscheme-runlight, xscheme-runlight)
2686 (xscheme-runlight-string, xscheme-process-filter-state)
2687 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2688 Move to beginning of file.
2689 (scheme-interaction-mode-commands-alist)
2690 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2691 Declare them before use. Note: the initialization code for the variables
2692 has not been moved because it uses functions that reference the variables.
2693 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2694 (xscheme-prompt-for-expression-map): Declare them before use.
2695 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2696
2697 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2698
2699 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2700
2701 2005-08-22 Juri Linkov <juri@jurta.org>
2702
2703 * faces.el (set-face-underline): Delete this duplicate function
2704 and make an obsolete alias to set-face-underline-p.
2705 (set-face-underline-p): Use docstring of set-face-underline.
2706 (describe-face): Create hyperlink to parent face.
2707
2708 * info.el (Info-insert-dir): Use save-excursion around
2709 insert-buffer-substring.
2710 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2711 (Info-escape-percent): Delete function.
2712 (Info-fontify-node): Replace Info-escape-percent by
2713 replace-regexp-in-string with REP arg set to lambda that
2714 duplicates `%' and preserves text properties.
2715
2716 * progmodes/compile.el (compilation-disable-input): Doc fix.
2717 (define-compilation-mode): Doc fix and refill.
2718 (kill-compilation): Use `mode-name' in the error message.
2719 (compilation-find-file): Use `compilation-error' in the
2720 read-file-name's prompt.
2721
2722 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2723
2724 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2725 (smerge-auto-leave): Make undo re-enable the mode.
2726 (debug-ignored-errors): Add the user-error of impossible resolution.
2727 (smerge-resolve): Move things around a bit, in preparation for later.
2728 (smerge-diff): Don't fail if the buffer has no associated file.
2729 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2730 (smerge-conflict-overlay): New function.
2731 (smerge-match-conflict): Don't add text properties here.
2732 (smerge-find-conflict): Instead, add an overlay here.
2733 Also check for the case where we're inside a conflict already, so as to
2734 obviate the need for font-lock-multiline, which is unbearably slow with
2735 large conflicts and ciomplex font-lock patterns.
2736 (smerge-remove-props): Remove overlay rather than text-properties.
2737 (smerge-mode): Don't set font-lock-multiline.
2738 Remove overlays when turned off.
2739
2740 2005-08-21 Kim F. Storm <storm@cua.dk>
2741
2742 * ido.el (ido-ignore-item-p): Use save-match-data.
2743 Bind case-fold-search to ido-case-fold locally.
2744
2745 2005-08-20 Richard M. Stallman <rms@gnu.org>
2746
2747 * files.el (normal-mode): If font lock is on, turn it off and on.
2748
2749 * subr.el (replace-regexp-in-string): Doc fix.
2750
2751 * startup.el (command-line-1): Don't suppress startup screen
2752 due to existing processes.
2753
2754 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2755
2756 * progmodes/compile.el (compilation-disable-input): Default to nil.
2757
2758 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2759
2760 * progmodes/compile.el (compilation-disable-input): New defcustom.
2761 (compilation-start): If compilation-disable-input is non-nil, send
2762 EOF to the compilation process.
2763
2764 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2765
2766 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2767 Run the argument of tex-shell-cd-command through
2768 convert-standard-filename, to get the correct style of slashes on
2769 Windows, and enclose the result in quotes, in case the file name
2770 includes whitespace or other special characters.
2771
2772 2005-08-19 Andreas Schwab <schwab@suse.de>
2773
2774 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2775 process.
2776
2777 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2778
2779 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2780
2781 2005-08-18 Kim F. Storm <storm@cua.dk>
2782
2783 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2784
2785 2005-08-18 Richard M. Stallman <rms@gnu.org>
2786
2787 * scroll-lock.el: New file.
2788
2789 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2790
2791 * dired.el (dired-move-to-end-of-filename):
2792 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2793
2794 2005-08-18 Kim F. Storm <storm@cua.dk>
2795
2796 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2797 rather than toggle mode when custom value is nil.
2798 (ido-everywhere): Fix defun doc string.
2799
2800 2005-08-17 Richard M. Stallman <rms@gnu.org>
2801
2802 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2803 as tag instead of "Inviolable".
2804
2805 2005-08-17 Kim F. Storm <storm@cua.dk>
2806
2807 * windmove.el (windmove-coordinates-of-position): Remove.
2808 (windmove-coordinates-of-window-position): Remove.
2809 (windmove-reference-loc): Use posn-at-point instead.
2810
2811 * subr.el (insert-for-yank-1): Doc fix.
2812
2813 * ido.el (ido-enter-matching-directory): Rename from
2814 ido-enter-single-matching-directory. Change 'slash choice to
2815 'only. Add 'first choice.
2816 (ido-exhibit): Adapt to above changes.
2817
2818 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2819
2820 * Makefile.in: Expand comment about building loaddefs.el.
2821
2822 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2823
2824 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2825 Comment use of defadvice.
2826
2827 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2828
2829 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2830
2831 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2832 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2833 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2834 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2835 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2836 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2837 for backward compatibility for faces that did not appear in the
2838 previous Emacs release.
2839
2840 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2841
2842 2005-08-15 Kim F. Storm <storm@cua.dk>
2843
2844 * emulation/cua-base.el (cua-delete-region): Return t if
2845 deleted region was non-empty.
2846 (cua-replace-region): Inhibit overwrite-mode for
2847 self-insert-command if replaced region was non-empty.
2848 (cua--explicit-region-start, cua--status-string): Make them
2849 buffer-local at top-level...
2850 (cua-mode): ...rather than when mode is enabled.
2851
2852 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2853
2854 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2855 Set t for Emacs 21, 22, and so on.
2856
2857 2005-08-15 David Ponce <david@dponce.com>
2858
2859 * tree-widget.el: Update Commentary header.
2860 (tree-widget-theme): Doc fix.
2861 (tree-widget-space-width): New option.
2862 (tree-widget-image-properties): Look up in the default theme too.
2863 (tree-widget--cursors): Only for images with arrow pointer shape.
2864 (tree-widget-lookup-image): Pointer shape is hand by default.
2865 (tree-widget-icon): Rename generic icon widget from
2866 `tree-widget-control'.
2867 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2868 derive from `tree-widget-icon'.
2869 (tree-widget-handle): Improve default look and feel of the text
2870 representation.
2871 (tree-widget): Rename :*-control properties to :*-icon properties.
2872 Add :action and :help-echo properties.
2873 (tree-widget-after-toggle-functions): Move.
2874 (tree-widget-close-node, tree-widget-open-node): Remove.
2875 (tree-widget-before-create-icon-functions): New hook.
2876 (tree-widget-value-create): Update to allow customization of icons
2877 and nodes at run-time via that new hook.
2878 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2879 (tree-widget-icon-action, tree-widget-icon-help-echo)
2880 (tree-widget-action, tree-widget-help-echo): New functions.
2881
2882 2005-08-15 Kim F. Storm <storm@cua.dk>
2883
2884 * ido.el (ido-buffer-internal): Use with-no-warnings.
2885 (ido-make-merged-file-list): Use while-no-input.
2886
2887 2005-08-15 Richard M. Stallman <rms@gnu.org>
2888
2889 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2890 (flyspell-large-region): Fix doc and custom type.
2891
2892 2005-08-14 Richard M. Stallman <rms@gnu.org>
2893
2894 * files.el (interpreter-mode-alist): Doc fix.
2895
2896 * mail/rmail.el (rmail-nonignored-headers): New variable.
2897 (rmail-clear-headers): Use it.
2898 (rmail-reply): Better handling of mail-followup-to header.
2899
2900 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2901 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2902 don't try to refer to executable-font-lock-keywords.
2903 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2904 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2905 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2906 (sh-mode): Set comment-start-skip, local-abbrev-table,
2907 imenu-case-fold-search.
2908 (sh-set-shell): Don't set them here.
2909 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2910 Don't cache the results in the original alist; don't ever modify
2911 that alist.
2912
2913 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2914
2915 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2916 empty.
2917
2918 2005-08-15 Andreas Schwab <schwab@suse.de>
2919
2920 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2921
2922 * dired.el, info.el, mail/rmail.el: Revert last change.
2923
2924 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2925
2926 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2927 modification in `eval-after-load' form.
2928 * info.el: Likewise.
2929 * mail/rmail.el: Likewise.
2930
2931 2005-08-14 Juri Linkov <juri@jurta.org>
2932
2933 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2934 Remove highlighting of "Compilation started". Highlight only
2935 the word "finished" in "Compilation finished". Add highlighting
2936 of "interrupt", "killed", "terminated" and the exit code.
2937 (compilation-start): Add newline after header. Use exactly the
2938 same time stamp format as the finishing message.
2939 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2940
2941 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2942 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2943 Add highlighting of "interrupt", "killed", "terminated".
2944
2945 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2946 enabled and the current command is self-insert-command, call it
2947 explicitly with overwrite-mode bound to nil, to not allow it
2948 to delete the character after the selected region.
2949
2950 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2951
2952 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2953 move-end-of-line, end-of-line, and beginning-of-line to the list
2954 of commands after which the echo area is updated.
2955
2956 2005-08-12 Eli Zaretskii <eliz@gnu.org>
2957
2958 * cus-edit.el (custom-save-all, custom-save-delete):
2959 Bind recentf-exclude to exclude custom-file.
2960
2961 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
2962
2963 * mail/rmailsum.el (rmail-summary-end-of-message): New command
2964 to go to the bottom of the mail message. Added to
2965 `rmail-summary-mode-map' with key "/".
2966 (rmail-summary-show-message): New (internal) function for use by
2967 both `rmail-summary-beginning/end-of-message'.
2968 (rmail-summary-beginning-of-message): Change to use
2969 rmail-summary-show-message.
2970
2971 * mail/rmail.el (rmail-end-of-message): New command to go to the
2972 end of the current message. Added to `rmail-mode-map' with key "/".
2973 (rmail-beginning-of-message): Fix to work as documented.
2974 (rmail-mode): Change documentation.
2975
2976 * progmodes/compile.el (compilation-start): Add the line
2977 "Compilation started" with compilation start time.
2978 (compilation-mode-font-lock-keywords): Add `started' to keywords.
2979
2980 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
2981
2982 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
2983 of menu items.
2984
2985 2005-08-11 Richard M. Stallman <rms@gnu.org>
2986
2987 * simple.el (pop-global-mark): Reverse test of widen-automatically.
2988
2989 * battery.el (battery-status-function): Don't use ignore-errors.
2990
2991 2005-08-11 Lute Kamstra <lute@gnu.org>
2992
2993 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
2994 define-obsolete-variable-alias.
2995
2996 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
2997
2998 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
2999 (ange-ftp-send-cmd): Revert last change, and expand
3000 the comment explaining the problem.
3001
3002 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
3003
3004 * ldefs-boot.el: Update.
3005
3006 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
3007 item to "Time, Load and Mail". Change help echo text.
3008
3009 * time.el (display-time-use-mail-icon, display-time-format)
3010 (display-time-string-forms): Shorten first line of docstrings.
3011
3012 2005-08-10 Lars Hansen <larsh@soem.dk>
3013
3014 * desktop.el (desktop-buffer-mode-handlers):
3015 Make non-customizable. Add autoload cookie. Change initial value to
3016 nil; add elements in respective modules instead. Fix doc string.
3017 (desktop-load-file): New function.
3018 (desktop-minor-mode-handlers): New autoloaded variable.
3019 (desktop-create-buffer): Call minor mode handlers.
3020 Use desktop-load-file to load major and minor mode modules prior to
3021 checking for a handler.
3022 (desktop-save): Don't add nil to desktop-minor-modes for minor
3023 modes with nil function in desktop-minor-mode-table. Don't delete
3024 desktop file before rewriting it.
3025 (desktop-locals-to-save): Add autoload cookie. Don't make
3026 automatically buffer-local. Add variables column-number-mode,
3027 size-indication-mode, indent-tabs-mode,
3028 indicate-buffer-boundaries, indicate-empty-lines and
3029 show-trailing-whitespace.
3030 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
3031 regexps. Don't use desktop-clear-preserve-buffers-regexp.
3032 (desktop-clear-preserve-buffers-regexp): Delete.
3033 (desktop-clear-preserve-buffers): Update initial value and docstring.
3034 (desktop-save-buffer): Fix doc string.
3035
3036 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
3037 (hilit-chg-desktop-restore): New function.
3038 (highlight-changes-mode): Add highlight-changes-mode to
3039 desktop-locals-to-save.
3040
3041 * dired.el: Add handler to desktop-buffer-mode-handlers.
3042 (dired-restore-desktop-buffer): Remove autoload cookie.
3043 (dired-mode): Add autoload cookie.
3044
3045 * info.el: Add handler to desktop-buffer-mode-handlers.
3046 (Info-restore-desktop-buffer): Remove autoload cookie.
3047 (Info-mode): Add autoload cookie.
3048
3049 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
3050 (mh-restore-desktop-buffer): Remove autoload cookie.
3051 (mh-folder-mode): Add autoload cookie.
3052
3053 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
3054 (rmail-restore-desktop-buffer): Remove autoload cookie.
3055
3056 2005-08-11 Masatake YAMATO <jet@gyve.org>
3057
3058 * hexl.el (hexl-address-region):
3059 (hexl-ascii-region, hexl-font-lock-keywords):
3060 (hexl-highlight-line-range): Use the term "region"
3061 instead of "area" for consistency with the other symbols
3062 defined in hexl.el.
3063
3064 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
3065
3066 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
3067 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
3068 out by Juri Linkov). Add `display-battery-mode'.
3069
3070 2005-08-09 Juri Linkov <juri@jurta.org>
3071
3072 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3073 Remove `-text' from face variable names.
3074 (compilation-error-file-name, compilation-warning-file-name)
3075 (compilation-info-file-name): Delete faces.
3076 (compilation-line-number, compilation-column-number):
3077 Remove face underlining.
3078 (compilation-message-face): Set to `underline' value by default.
3079 (compilation-error-face, compilation-warning-face)
3080 (compilation-info-face): Remove `-file-name' from face names.
3081 (compilation-error-text-face, compilation-warning-text-face)
3082 (compilation-info-text-face): Delete face variables.
3083 (compilation-text-face): Delete function.
3084
3085 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
3086 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
3087 (grep-error-face): Set to `compilation-error' instead of
3088 `compilation-error-face' (which is redefined to `grep-hit-face' in
3089 grep buffers).
3090 (grep-mode-font-lock-keywords): Remove `-text' from face variable
3091 names. Use `grep-error-face' instead of `compilation-error-text-face'.
3092
3093 * dired-aux.el (dired-do-query-replace-regexp):
3094 Use `query-replace-read-args'.
3095
3096 * replace.el (query-replace-read-from, query-replace-read-to)
3097 (query-replace-read-args): Rename arg `string' to `prompt'.
3098
3099 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
3100
3101 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3102
3103 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
3104 uploading files.
3105 (ange-ftp-canonize-filename): Handle file names beginning with ~
3106 correctly.
3107
3108 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3109
3110 * textmodes/fill.el (canonically-space-region)
3111 (fill-context-prefix, fill-french-nobreak-p)
3112 (fill-delete-newlines, fill-comment-paragraph)
3113 (justify-current-line): "?\ " -> "?\s".
3114
3115 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
3116
3117 * textmodes/fill.el (fill-nonuniform-paragraphs):
3118 Improve argument/docstring consistency.
3119
3120 2005-08-09 Richard M. Stallman <rms@gnu.org>
3121
3122 * textmodes/ispell.el (ispell-word): More fboundp checks.
3123
3124 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
3125 (find-file-noselect-1): Call it here, only if RAWFILE.
3126 (normal-mode): Always set some major mode.
3127 (save-some-buffers-action-alist): Change some explanation strings.
3128 (file-name-non-special): In the `quote' method, use unwind-protect.
3129
3130 2005-08-09 Magnus Henoch <mange@freemail.hu>
3131
3132 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
3133 (ispell-have-aspell-dictionaries): New variable.
3134 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
3135 (ispell-get-aspell-config-value): New function.
3136 (ispell-aspell-find-dictionary): New function.
3137 (ispell-aspell-add-aliases): New function.
3138 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
3139 appropriate. Don't look for ispell dictionaries if we use aspell.
3140 (ispell-menu-map): Don't build a submenu of dictionaries.
3141
3142 2005-08-09 Richard M. Stallman <rms@gnu.org>
3143
3144 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
3145 (sql-read-passwd): Use read-passwd.
3146
3147 * progmodes/idlw-toolbar.el (idlwave-toolbar)
3148 (idlwave-toolbar-is-possible): Add defvars.
3149
3150 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
3151 Avoid warnings.
3152
3153 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
3154 (idlwave-system-class-info, idlwave-executive-commands-alist):
3155 Use defvar.
3156
3157 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
3158
3159 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
3160 Avoid warnings.
3161
3162 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
3163 and content-type: headers.
3164
3165 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
3166
3167 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
3168 and rename some of them to be more self-explanatory.
3169
3170 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
3171
3172 * startup.el (command-line-1): Implement -scriptload.
3173
3174 * replace.el (occur-engine): Initial *Occur* output not undoable.
3175
3176 * menu-bar.el (menu-bar-file-menu): Rename some menu items
3177 and improve help strings.
3178
3179 * isearch.el (isearch-repeat): When changing direction,
3180 mark search successful.
3181
3182 * ediff-init.el: Use (featurep 'xemacs).
3183
3184 * comint.el (send-invisible): Identify buffer, if not selected.
3185
3186 * align.el: Delete autoload for c-guess-basic-syntax.
3187
3188 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3189
3190 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
3191 Improve argument/docstring consistency. Doc fixes.
3192 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
3193 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
3194 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
3195 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
3196 (r2bv-organization, r2bv-pages, r2bv-primary-author)
3197 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
3198 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
3199 Defvar at compile time.
3200
3201 2005-08-09 Juri Linkov <juri@jurta.org>
3202
3203 * info.el: Replace `info' with upper-case `Info' where appropriate.
3204 (info-title-1, info-title-2, info-title-3, info-title-4)
3205 (info-menu-header): Move up face definitions.
3206 (info-menu-star): Rename from `info-menu-5'.
3207 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3208 (Info-fontify-visited-nodes): Fix docstring.
3209 (Info-hide-note-references): Fix docstring.
3210 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3211 menu items in the same way as on cross-references.
3212 (info-apropos): Fix sorting order and formatting to be like in the
3213 stand-alone Info browser. Display error messages for 1 sec.
3214 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
3215 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3216 from the menu bar.
3217 (Info-insert-dir): Restore point after calling
3218 `insert-buffer-substring'.
3219
3220 2005-08-08 Richard M. Stallman <rms@gnu.org>
3221
3222 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3223 (recompute-lucid-menubar): Add defvars.
3224
3225 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3226
3227 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3228
3229 * net/net-utils.el (run-dig): Rename from `dig'.
3230
3231 * play/gametree.el (gametree-mode): Use make-local-variable,
3232 not make-variable-buffer-local.
3233
3234 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3235
3236 * ansi-color.el (ansi-color-make-extent)
3237 (ansi-color-set-extent-face): Use fboundp, not functionp.
3238
3239 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3240 not make-variable-buffer-local.
3241
3242 * bookmark.el (Info-current-file): Add defvar.
3243 (bookmark-jump-noselect): Use with-no-warnings.
3244
3245 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3246
3247 * ebuff-menu.el (Helper-return-blurb): Add defvar.
3248
3249 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3250
3251 * find-file.el (ada-procedure-start-regexp)
3252 (ada-package-start-regexp): Add defvars.
3253
3254 * info.el (Info-insert-dir): Use insert-buffer-substring.
3255
3256 * xml.el (xml-att-def-re): Add defvar.
3257
3258 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3259 calling convention.
3260
3261 * subr.el (while-no-input): Return t if there is input.
3262
3263 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
3264
3265 * cus-start.el (all): Add `overflow-newline-into-fringe'.
3266
3267 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
3268
3269 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3270 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3271
3272 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
3273
3274 * cmuscheme.el (scheme-start-file): Replace reference to
3275 `user-emacs-directory' by "~/.emacs.d/".
3276
3277 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
3278
3279 * info.el (Info-dir-remove-duplicates): Avoid case folding
3280 in loop; instead, keep downcased strings for comparison.
3281 Suggested by Helmut Eller.
3282
3283 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
3284
3285 Sync with Tramp 2.0.50.
3286
3287 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
3288 XEmacs case; not necessary anymore.
3289 (tramp-user-regexp): Allow "@" as part of user name.
3290 (tramp-handle-set-visited-file-modtime)
3291 (tramp-handle-insert-file-contents)
3292 (tramp-handle-write-region): No special handling for
3293 `last-coding-system-used, because this is done in
3294 `tramp-accept-process-output' now.
3295 (tramp-accept-process-output): New defun.
3296 (tramp-process-one-action, tramp-process-one-multi-action)
3297 (tramp-wait-for-regexp, tramp-wait-for-output)
3298 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
3299 Howells <dhowells@redhat.com>.
3300 (clear-visited-file-modtime): Defadvice removed. The check for
3301 unset buffer's modtime does not need to be based on
3302 `tramp-buffer-file-attributes'. Suggested by RMS.
3303 (tramp-message): Insert "\n" if not being at beginning of line.
3304 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3305 sequence with same logic.
3306 (tramp-completion-handle-expand-file-name): Discard call of
3307 `tramp-drop-volume-letter'. It is not necessary, and there have
3308 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3309 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3310 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3311 should always be visible.
3312 (tramp-handle-insert-directory, tramp-setup-complete)
3313 (tramp-set-process-query-on-exit-flag)
3314 (tramp-append-tramp-buffers): Pacify byte-compiler.
3315 (tramp-bug): Delete non-existing variables from list.
3316 Apply `tramp-load-report-modules' as pre-hook.
3317 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3318 `shell-prompt-pattern' because of non-7bit characters.
3319 Reported by Sebastian Luque <sluque@mun.ca>.
3320 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3321 (tramp-match-string-list): Remove function.
3322 (tramp-wait-for-regexp): Remove call of that function.
3323 Suggested by Kim F. Storm <storm@cua.dk>.
3324 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3325 instead of octal character code ?\600. The latter resulted in a
3326 syntax error with XEmacs.
3327
3328 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3329 XEmacs case; not necessary anymore.
3330 (tramp-smb-handle-write-region): No special handling for
3331 `last-coding-system-used, because this is done in
3332 `tramp-accept-process-output' now.
3333 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3334
3335 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3336
3337 * wid-edit.el (widget-choice-value-create):
3338 Unconditionally respect user choice. Set :explicit-choice back to nil
3339 when no longer needed.
3340 (widget-choice-action): Unconditionally respect user choice.
3341 Eliminate :explicit-choice-value.
3342
3343 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3344
3345 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3346 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3347 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3348 running new function `toggle-indicate-empty-lines'.
3349 Rename "Customize" item to "Customize fringe".
3350 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3351 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3352 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3353 Delete "Empty lines only" item.
3354 (menu-bar-showhide-fringe-ind-customize): New function.
3355 (menu-bar-showhide-fringe-ind-mixed)
3356 (menu-bar-showhide-fringe-ind-box)
3357 (menu-bar-showhide-fringe-ind-right)
3358 (menu-bar-showhide-fringe-ind-left)
3359 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3360 instead of `fringe-indicators'.
3361
3362 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3363
3364 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3365 Change the date of last update.
3366
3367 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3368
3369 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3370 (viper-exec-yank, viper-put-back): Don't display modification msg
3371 if in the minibuffer.
3372
3373 * viper-init.el (viper-replace-overlay-cursor-color)
3374 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3375 Make variables frame local.
3376
3377 * viper-util.el (viper-append-filter-alist): Use append instead of
3378 nconc.
3379
3380 * viper.el (viper-vi-state-mode-list)
3381 (viper-emacs-state-mode-list): Move help-mode and
3382 completion-list-mode from the first list to the second.
3383 (viper-mode): Docstring.
3384 (viper-go-away, viper-non-hook-settings): Don't localize
3385 minor-mode-alist in newer Emacsen. Add advice to
3386 set-cursor-color. Don't bind "\C-c\\".
3387
3388 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3389
3390 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3391 (scheme-macro-expand-command): New user options.
3392 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3393 (scheme-form-at-point, scheme-start-file)
3394 (scheme-interactively-start-process): New functions.
3395 (scheme-get-process): New function, extracted from `scheme-proc'.
3396 (run-scheme): Call `scheme-start-file' to get start file, and pass
3397 it to `make-comint'.
3398 (switch-to-scheme, scheme-proc):
3399 Call `scheme-interactively-start-process' if no Scheme buffer/process
3400 is available.
3401
3402 2005-08-06 Juri Linkov <juri@jurta.org>
3403
3404 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3405 Use `compilation-text-face', `compilation-info-text-face' and
3406 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3407 (compilation-error): New face.
3408 (compilation-error-file-name): Inherit from
3409 `compilation-error' instead of `font-lock-warning-face'.
3410 (compilation-warning-file-name): Inherit from
3411 `compilation-warning' instead of `font-lock-warning-face'.
3412 (compilation-info, compilation-error-file-name)
3413 (compilation-warning-file-name, compilation-info-file-name)
3414 (compilation-line-number, compilation-column-number): Doc fix.
3415 (compilation-error-text-face, compilation-warning-text-face)
3416 (compilation-info-text-face): New face variables.
3417 (compilation-line-face, compilation-column-face)
3418 (compilation-enter-directory-face)
3419 (compilation-leave-directory-face): Doc fix.
3420 (compilation-text-face): New function.
3421
3422 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3423 instead of 1 to display binary file names as info file links.
3424 (grep-error-face): Use `compilation-error-face' instead of
3425 `font-lock-keyword-face'.
3426 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3427 and `compilation-warning-text-face' instead of
3428 `font-lock-keyword-face'. Use `compilation-error-text-face'
3429 instead of `grep-error-face'.
3430
3431 2005-08-05 Kenichi Handa <handa@m17n.org>
3432
3433 * international/code-pages.el: Add autoload cookies for all coding
3434 systems.
3435
3436 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3437
3438 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3439
3440 2005-08-04 Juri Linkov <juri@jurta.org>
3441
3442 * progmodes/compile.el (compilation-mode-map):
3443 * progmodes/grep.el (grep-mode-map):
3444 Bind TAB to `compilation-next-error' and [backtab] to
3445 `compilation-previous-error'.
3446
3447 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3448 matching line numbers, column numbers and their ranges with regexp
3449 matching only line numbers.
3450 (grep-context-face): New face variable.
3451 (grep-mode-font-lock-keywords): Use it.
3452
3453 * faces.el (read-face-name): Delete duplicate faces.
3454
3455 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3456
3457 * thumbs.el (thumbs-find-image): Don't make variables
3458 automatically buffer local.
3459 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3460 (thumbs-image-num): Make automatically buffer local.
3461 (thumbs-show-thumbs-list): Use `make-local-variable', not
3462 `make-variable-buffer-local'.
3463 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3464
3465 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3466 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3467 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3468 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3469 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3470 (feelings-about, foullst, found, hello, history, howareyoulst)
3471 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3472 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3473 (neglst, obj, object, owner, please, problems, qlist)
3474 (random-adjective, relation, remlst, repetitive-shortness)
3475 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3476 (shortlst, something, sportslst, stallmanlst, states, subj)
3477 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3478 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3479 Defvar at compile time.
3480
3481 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3482 not `make-variable-buffer-local'.
3483
3484 2005-08-02 Kim F. Storm <storm@cua.dk>
3485
3486 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3487 rectangle overlay in selected window.
3488
3489 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3490
3491 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3492 instead of display group. Make `indicate-buffer-boundaries'
3493 customizable through Custom.
3494
3495 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3496
3497 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3498 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3499 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3500 (gdb-put-string): Fix typos in docstrings.
3501
3502 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3503
3504 Update copyright notices of files in progmodes directory for
3505 release of Emacs 22.1.
3506
3507 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3508
3509 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3510 Don't barf if the GUD buffer has been killed.
3511
3512 2005-08-01 Kim F. Storm <storm@cua.dk>
3513
3514 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3515
3516 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3517
3518 * simple.el (next-error-follow-minor-mode):
3519 make-variable-buffer-local -> make-local-variable.
3520
3521 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3522
3523 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3524 (byte-compile-form-make-variable-buffer-local): New functions to warn
3525 about misuses of make-variable-buffer-local where make-local-variable
3526 was meant.
3527
3528 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3529
3530 * bs.el (bs-attributes-list): Doc fix.
3531 (bs): Update url-link.
3532
3533 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3534 (desktop-load-default): Simplify.
3535
3536 * ibuffer.el (ibuffer-columnize-and-insert-list)
3537 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3538 (ibuffer-unmark-all, ibuffer-toggle-marks)
3539 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3540 (ibuffer-compile-make-format-form, ibuffer-format-column)
3541 (ibuffer-current-buffers-with-marks)
3542 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3543 (ibuffer): Doc fix.
3544 (ibuffer-mode): Fix typo in docstring.
3545 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3546 with `define-obsolete-variable-alias'.
3547 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3548
3549 2005-07-29 Kenichi Handa <handa@m17n.org>
3550
3551 * international/mule-cmds.el (select-message-coding-system):
3552 Be sure to use LF for end-of-line. If no coding system is decided,
3553 return iso-8859-1-unix.
3554
3555 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3556
3557 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3558 (ange-ftp-pending-error-line): New vars.
3559 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3560 to handle the non-fatal no-route-to-host messages.
3561 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3562
3563 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3564
3565 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3566 (isearch-quote-char, isearch-printing-char)
3567 (isearch-text-char-description): "?\ " -> "?\s".
3568 (isearch-lazy-highlight-cleanup)
3569 (isearch-lazy-highlight-initial-delay)
3570 (isearch-lazy-highlight-interval)
3571 (isearch-lazy-highlight-max-at-a-time)
3572 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3573 Declare with define-obsolete-*-alias macros.
3574 (isearch-forward): Fix typo in docstring.
3575 (search-invisible, search-ring-yank-pointer)
3576 (regexp-search-ring-yank-pointer): Doc fixes.
3577
3578 * recentf.el (recentf-menu-append-commands-p): Declare with
3579 `define-obsolete-variable-alias'.
3580 (recentf-max-saved-items, recentf-menu-filter)
3581 (recentf-arrange-by-rule-subfilter): Doc fixes.
3582 (recentf-menu-append-commands-flag)
3583 (recentf-initialize-file-name-history, recentf-expand-file-name)
3584 (recentf-clear-data): Fix typos in docstrings.
3585
3586 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3587
3588 * progmodes/gdb-ui.el: Smarten comments.
3589 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3590
3591 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3592
3593 * term/apollo.el (terminal-init-apollo): New function containing
3594 all former top level forms in the file.
3595 * term/bobcat.el (terminal-init-bobcat):
3596 * term/cygwin.el (terminal-init-cygwin):
3597 * term/iris-ansi.el (terminal-init-iris-ansi):
3598 * term/linux.el (terminal-init-linux):
3599 * term/news.el (terminal-init-news):
3600 * term/rxvt.el (terminal-init-rxvt):
3601 * term/sun.el (terminal-init-sun):
3602 * term/tvi970.el (terminal-init-tvi970):
3603 * term/vt100.el (terminal-init-vt100):
3604 * term/vt102.el (terminal-init-vt102):
3605 * term/vt125.el (terminal-init-vt125):
3606 * term/vt200.el (terminal-init-vt200):
3607 * term/vt201.el (terminal-init-vt201):
3608 * term/vt220.el (terminal-init-vt220):
3609 * term/vt240.el (terminal-init-vt240):
3610 * term/vt300.el (terminal-init-vt300):
3611 * term/vt320.el (terminal-init-vt320):
3612 * term/vt400.el (terminal-init-vt400):
3613 * term/vt420.el (terminal-init-vt420):
3614 * term/wyse50.el (terminal-init-wyse50):
3615 * term/xterm.el (terminal-init-xterm): Likewise.
3616
3617 * term/README: Describe the terminal-init-* functionality.
3618
3619 * startup.el (command-line): After loading the terminal initialization
3620 file call the corresponding terminal initialization function.
3621
3622 2005-07-27 Kenichi Handa <handa@m17n.org>
3623
3624 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3625 negative.
3626
3627 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3628 (ps-mule-composition-prologue): Fix for the case that
3629 RelativeCompose is false.
3630
3631 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3632
3633 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3634
3635 * descr-text.el (describe-char): Handle the case where the list of
3636 chars is displayed in a separate frame.
3637 Be a bit more discriminating when looking for the char.
3638
3639 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3640
3641 * bookmark.el (bookmark-automatically-show-annotations)
3642 (bookmark-read-annotation-text-func): Doc fixes.
3643 (bookmark-save): Improve argument/docstring consistency.
3644 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3645 (bookmark-alist-from-buffer)
3646 (bookmark-upgrade-file-format-from-0)
3647 (bookmark-grok-file-format-version)
3648 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3649 (bookmark-read-annotation-mode)
3650 (bookmark-insert-current-bookmark, bookmark-jump)
3651 (bookmark-exit-hook): Fix typos in docstrings.
3652 (bookmark-exit-hooks): Define as obsolete alias.
3653 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3654 not `bookmark-exit-hooks'. Fix docstring.
3655 (bookmark-bmenu-select): "?\ " -> "?\s".
3656
3657 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3658
3659 * startup.el (command-line): Fix typo.
3660
3661 2005-07-24 Richard M. Stallman <rms@gnu.org>
3662
3663 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3664 not emacs-quick-startup.
3665
3666 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3667
3668 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3669 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3670 instead of `reb-with-current-window'.
3671 (reb-prev-match): Likewise. Also, don't move left if the search
3672 was unsuccessful.
3673 (reb-initialize-buffer): New function.
3674 (re-builder, reb-change-syntax): Use it.
3675
3676 * man.el (Man-goto-page): Make second argument NOERROR optional.
3677
3678 2005-07-23 Richard M. Stallman <rms@gnu.org>
3679
3680 * man.el (Man-bgproc-sentinel): Check here for failure to find
3681 any man page in the output, and report the error here.
3682 (Man-arguments): Make it permanent local.
3683 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3684 (Man-mode): Pass t for NOERROR.
3685
3686 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3687 (grep-mode-font-lock-keywords):
3688 Don't use compilation-...-face for messages that are not file names.
3689
3690 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3691 Don't use compilation-...-face for messages that are not file names.
3692
3693 2005-07-22 Juri Linkov <juri@jurta.org>
3694
3695 * startup.el (normal-splash-screen): Update menu name.
3696
3697 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3698
3699 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3700
3701 * term/xterm.el: Load term/rxvt if the terminal is actually an
3702 rxvt terminal.
3703 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3704
3705 * term/rxvt.el (function-key-map): Use substitute-key-definition
3706 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3707
3708 * term/cygwin.el: New file.
3709
3710 2005-07-22 Kim F. Storm <storm@cua.dk>
3711
3712 * image-file.el (insert-image-file, image-file-yank-handler):
3713 Fix last change to maintain a (unique) yank-handler on yanked images.
3714
3715 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3716
3717 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3718 of the file size (as in "177B" for 177 bytes). This happens with
3719 "ls -lh" on FreeBSD.
3720
3721 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3722
3723 * hilit-chg.el (highlight-changes-global-initial-state)
3724 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3725 (hilit-chg-fixup, highlight-changes-mode):
3726 Fix typos in docstrings.
3727 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3728 Doc fixes.
3729
3730 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3731
3732 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3733 mode function using `eval-after-load'.
3734
3735 2005-07-21 Kim F. Storm <storm@cua.dk>
3736
3737 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3738 included when reporting an emacs crash, and tell about the DEBUG file.
3739
3740 * image-file.el (insert-image-file): Add yank-handler.
3741 (image-file-yank-handler): Yank handler to make unique copies of
3742 images when they are yanked into a buffer next to each other.
3743
3744 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3745
3746 * comint.el (comint-use-prompt-regexp, comint-send-input)
3747 (comint-source-default, comint-extract-string)
3748 (comint-get-source, comint-word, comint-completion)
3749 (comint-source, comint-prompt-read-only, comint-update-fence):
3750 Fix typos in docstrings.
3751 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3752 Declare with define-obsolete-*-alias macros.
3753 (comint-previous-matching-input-from-input)
3754 (comint-next-matching-input-from-input)
3755 (comint-previous-matching-input, comint-next-matching-input)
3756 (comint-forward-matching-input):
3757 Improve argument/docstring consistency.
3758
3759 * desktop.el (desktop-clear-preserve-buffers-regexp):
3760 Also preserve the *server* buffer.
3761
3762 * simple.el (clone-indirect-buffer): Doc fix.
3763 (fixup-whitespace, just-one-space)
3764 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3765 (next-error, next-error-highlight)
3766 (next-error-highlight-no-select, next-error-last-buffer)
3767 (next-error-buffer-p, next-error-find-buffer, next-error)
3768 (previous-error, next-error-no-select, previous-error-no-select)
3769 (open-line, split-line, minibuffer-prompt-width, kill-new)
3770 (binary-overwrite-mode): Fix typos in docstrings.
3771 (set-fill-column): Fix typo in message.
3772
3773 * skeleton.el (skeleton-proxy-new): Doc fix.
3774
3775 * strokes.el (strokes-load-hook): Doc fix.
3776 (strokes-grid-resolution, strokes-get-grid-position)
3777 (strokes-renormalize-to-grid, strokes-read-stroke)
3778 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3779 (strokes-global-map): Fix typos in docstrings.
3780 (strokes-help): Doc fix. Fix help message and pass it through
3781 `substitute-command-keys'.
3782
3783 * tempo.el (tempo-insert-prompt, tempo-interactive)
3784 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3785 (tempo-insert-string-functions, tempo-local-tags)
3786 (tempo-define-template, tempo-insert-template)
3787 (tempo-insert-prompt-compat, tempo-is-user-element)
3788 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3789 Fix typos in docstrings.
3790
3791 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3792 (vcursor-key-bindings, vcursor-use-vcursor-map)
3793 (vcursor-find-window, vcursor-scroll-down)
3794 (vcursor-disable, vcursor-beginning-of-buffer)
3795 (vcursor-end-of-buffer): Fix typos in docstrings.
3796 (vcursor-relative-move, vcursor-get-char-count):
3797 Improve argument/docstring consistency.
3798
3799 * version.el: "?\ " -> "?\s".
3800
3801 * wid-edit.el (widget-default-create, widget-after-change)
3802 (widget-default-format-handler, widget-checklist-add-item)
3803 (widget-radio-add-item, widget-choose, widget-specify-secret)
3804 (widget-field-value-create, widget-field-value-get)
3805 (widget-editable-list-format-handler)
3806 (widget-editable-list-entry-create, widget-group-value-create)
3807 (widget-documentation-link-add)
3808 (widget-documentation-string-value-create): "?\ " -> "?\s".
3809 (widget-convert-text): Doc fix.
3810 (widget-narrow-to-field, widget-field-find)
3811 (widget-url-link-action, widget-emacs-library-link-action)
3812 (widget-color-notify): Fix typos in docstrings.
3813
3814 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3815 (x-select-text, set-w32-system-coding-system)
3816 (w32-add-charset-info): Fix typos in docstrings.
3817
3818 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3819 (cua-enable-cua-keys, cua-use-hyper-key)
3820 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3821 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3822
3823 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3824
3825 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3826 `defalias' instead of faking it.
3827
3828 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3829 (eshell-ls-missing, eshell-ls-dired-initial-args)
3830 (eshell-ls-use-in-dired): Fix typos in docstrings.
3831
3832 2005-07-20 Kim F. Storm <storm@cua.dk>
3833
3834 * emulation/cua-base.el (cua-mode): Improve doc string.
3835
3836 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3837
3838 * abbrev.el (expand-region-abbrevs): Doc fix.
3839 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3840 Improve argument/docstring consistency.
3841
3842 * arc-mode.el (archive-get-descr, archive-alternate-display):
3843 Doc fixes.
3844 (archive-l-e): Improve argument/docstring consistency.
3845 (archive-tmpdir, archive-unixdate, archive-unixtime)
3846 (archive-chmod-entry): Fix typos in docstrings.
3847 (archive-unflag, archive-unflag-backwards)
3848 (archive-unmark-all-files): "?\ " -> "?\s".
3849
3850 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3851 (Buffer-menu-not-modified, Buffer-menu-execute)
3852 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3853 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3854
3855 * composite.el (compose-string, encode-composition-rule)
3856 (compose-last-chars): Fix typos in docstrings.
3857
3858 * desktop.el (desktop-enable, desktop-basefilename):
3859 Declare with `define-obsolete-variable-alias'.
3860 (desktop-internal-v2s): Don't quote keywords.
3861 (desktop-clear): "?\ " -> "?\s".
3862
3863 * dired.el (dired-align-file, dired-flag-backup-files)
3864 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3865 (dired-listing-switches, dired-ls-F-marks-symlinks)
3866 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3867 (dired-directory, dired-faces, dired, dired-revert)
3868 (dired-mode, dired-summary, dired-view-file)
3869 (dired-copy-filename-as-kill, dired-delete-file)
3870 (dired-no-confirm, dired-unmark-all-marks)
3871 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3872 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3873 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3874 Fix typos in message strings.
3875
3876 * dired-x.el (virtual-dired): Declare with `defalias'.
3877 (dired-mark-unmarked-files, dired-local-variables-file)
3878 (dired-omit-here-always): Doc fix.
3879 (dired-omit-mode, dired-find-subdir)
3880 (dired-enable-local-variables, dired-clean-up-buffers-too)
3881 (dired-extra-startup, dired-mark-extension, dired-jump)
3882 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3883 (dired-smart-shell-command, dired-guess-shell-alist-user)
3884 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3885 (dired-x-bind-find-file, dired-x-submit-report):
3886 Fix typos in docstrings.
3887 (dired-mark-unmarked-files): "?\ " -> "?\s".
3888
3889 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3890
3891 * faces.el (describe-face): "?\ " -> "?\s".
3892 (read-all-face-attributes, read-face-font, modify-face)
3893 (face-attr-construct, italic): Fix typos in docstrings.
3894 (frame-update-face-colors): Declare with
3895 `define-obsolete-function-alias'.
3896
3897 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3898 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3899 (magic-mode-alist, buffer-file-numbers-unique)
3900 (write-file-functions, get-free-disk-space):
3901 Fix typos in docstrings.
3902 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3903 (write-contents-hooks, write-file-hooks):
3904 Declare with `define-obsolete-variable-alias'.
3905
3906 * forms-d2.el (arch-rj): Fix typo in docstrings.
3907 (arch-tocol): Likewise. "?\ " -> "?\s".
3908
3909 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3910 Fix typo in docstring.
3911 (set-screen-width, set-screen-height): Delete redundant info in
3912 doctrings.
3913 (new-frame, screen-height, screen-width): Declare with
3914 `define-obsolete-function-alias'.
3915 (delete-frame-hook, blink-cursor): Declare with
3916 `define-obsolete-variable-alias'.
3917
3918 * paths.el (prune-directory-list): Fix typos in docstring.
3919
3920 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3921 (cvs-prefix-get): Fix typos in docstrings.
3922
3923 * ps-print.el (ps-extend-face-list, ps-extend-face)
3924 (ps-print-background-image): Fix typos in docstrings.
3925 (ps-default-fg, ps-default-bg): Doc fixes.
3926
3927 * s-region.el (s-region-bind): Doc fix.
3928 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3929
3930 * textmodes/org.el (org-table-formula-substitute-names)
3931 (org-table-get-vertical-vector): Doc fixes.
3932 (org-table-recalculate): Remove unused argument to `message'.
3933
3934 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3935
3936 * textmodes/org.el (org-table-column-names)
3937 (org-table-column-name-regexp)
3938 (org-table-named-field-locations): New variables.
3939 (org-archive-subtree): Protect `this-command' when calling
3940 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3941 the kill buffer.
3942 (org-complete): Remove fixed-formula completion.
3943 (org-edit-formulas-map): New variable.
3944 (org-table-edit-formulas): New command.
3945 (org-finish-edit-formulas, org-abort-edit-formulas)
3946 (org-show-variable, org-table-get-vertical-vector): New functions.
3947 (org-table-maybe-eval-formula): Handle `:=' fields.
3948 (org-table-get-stored-formulas, org-table-store-formulas)
3949 (org-table-get-formula, org-table-modify-formulas)
3950 (org-table-replace-in-formulas): Handle named field formulas.
3951 (org-table-get-specials): Store locations of named fields.
3952
3953 2005-07-19 Juri Linkov <juri@jurta.org>
3954
3955 * progmodes/grep.el (grep-regexp-alist)
3956 (grep-mode-font-lock-keywords, grep-process-setup):
3957 Use default GNU grep match color "01;31m" instead of "01;41m".
3958 (grep-regexp-alist, grep-mode-font-lock-keywords):
3959 Use `\\[[0-9]*m' instead of `\\[00m'.
3960 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
3961 sgr_start where its handling is more important. Use the real
3962 length of sgr_start instead of constant 8.
3963 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
3964 specially. Delete all remaining escape sequences.
3965 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
3966 (grep-regexp-alist): Make hyperlink only for binary file name
3967 instead of the whole line.
3968 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
3969 (grep-mode): Add autoload.
3970
3971 * emacs-lisp/find-func.el (find-function-regexp):
3972 Add `define-compilation-mode'.
3973
3974 2005-07-19 Juri Linkov <juri@jurta.org>
3975
3976 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
3977 (compare-windows-sync-string-size, compare-windows-recenter)
3978 (compare-windows-highlight, compare-windows): Add version 22.1.
3979 (compare-windows) <defface>: Inherit from lazy-highlight instead
3980 of duplicating its default value.
3981
3982 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
3983 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
3984
3985 * descr-text.el (describe-char): Create link buttons for `charset'
3986 and `code point'. Add the current input method name with a link
3987 button to `to input' field. Print face names of display table
3988 characters in `The display table entry is displayed by' section
3989 instead of printing face-id in the `display' field.
3990 Guess hardcoded faces and create a link button for them.
3991 Skip empty fields when calculating max-width.
3992 Treat `widget-create' specially while inserting strings from the
3993 collected field list.
3994 (describe-char-after): Made obsolete in version 22.1, not 21.5.
3995
3996 * diff-mode.el (diff-file-header): Change foreground color from
3997 yellow to green on light backgrounds.
3998 (diff-context): Inherit from `shadow' only for color/grayscale
3999 with more than 88 colors.
4000 (diff-indicator-removed, diff-indicator-added)
4001 (diff-indicator-changed): New faces.
4002 (diff-font-lock-keywords): Use new faces. Regroup rules.
4003 Add "^---$" for `normal' diff format. Fontify `#' lines with
4004 font-lock-comment-delimiter-face and font-lock-comment-face.
4005 Add `#' to ^[^...] in the rule for `diff-context-face'.
4006
4007 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
4008 a button-like box. Inherit from `highlight' on low colors.
4009 (shadow): Use shades of gray only for color/grayscale with
4010 more than 88 colors. Use green for light backgrounds with
4011 8 colors, and yellow for dark backgrounds with 8 colors.
4012
4013 * font-lock.el (font-lock-regexp-grouping-backslash):
4014 Don't inherit from escape-glyph (use bold for all cases).
4015
4016 * info.el (info-xref-visited): Use light foreground color `violet'
4017 for dark backgrounds instead of dark color `magenta3'.
4018 (info-title-1): Use `yellow' color for dark backgrounds.
4019
4020 * isearch.el (isearch): Use not-too-dark magenta3 instead of
4021 too-light magenta2.
4022
4023 * replace.el (match): Use slightly more light RoyalBlue3 instead
4024 of dark RoyalBlue4.
4025
4026 * wid-edit.el (widget-inactive): Inherit from `shadow'.
4027
4028 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
4029
4030 * novice.el (disabled-command-hook): Declare it with
4031 `define-obsolete-variable-alias'.
4032
4033 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
4034 (desktop-buffer-misc-functions, desktop-buffer-handlers)
4035 (desktop-load-default): Add release to obsolescence info.
4036 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
4037 (desktop-append-buffer-args, desktop-read):
4038 Fix typos in docstrings.
4039 (desktop-kill): Fix typo in message.
4040 (desktop-save): Doc fix.
4041
4042 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
4043
4044 * viper-cmd.el (viper-escape-to-state): Bug fix.
4045 (viper-envelop-ESC-key): Change the definition of fast
4046 keysequence so it'll work with keyboard macros.
4047
4048 * ediff.el (ediff-patch-buffer): Change the docstring.
4049
4050 2005-07-19 Kenichi Handa <handa@m17n.org>
4051
4052 * international/mule-cmds.el (select-safe-coding-system): Try to
4053 use an auto-coding (if any) before anything else. If the found
4054 auto-coding is invalid, show a warning message.
4055
4056 * international/mule.el (find-auto-coding): New function created
4057 by modifying the body of set-auto-coding.
4058 (set-auto-coding): Use find-auto-coding to find a coding.
4059
4060 2005-07-18 Richard M. Stallman <rms@gnu.org>
4061
4062 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
4063 not isearch-mode-end-hook-error.
4064 (allout-before-change-protect): Fix error message.
4065
4066 2005-07-18 Juri Linkov <juri@jurta.org>
4067
4068 * allout.el (allout-mode):
4069 * calculator.el (calculator-copy):
4070 * custom.el (custom-known-themes):
4071 * dired.el (dired-desktop-buffer-misc-data)
4072 (dired-restore-desktop-buffer):
4073 * dired-x.el (dired-omit-marker-char):
4074 * files.el (basic-save-buffer):
4075 * font-core.el (font-lock-mode):
4076 * calendar/calendar.el (calendar-goto-hebrew-date)
4077 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
4078 (calendar-goto-persian-date):
4079 * language/ethio-util.el (ethio-sera-to-fidel-region):
4080 * textmodes/picture.el (picture-mode):
4081 Delete duplicate duplicate words.
4082
4083 2005-07-18 Juri Linkov <juri@jurta.org>
4084
4085 * isearch.el (isearch-mode-map): Remove key bindings for regexp
4086 chars * ? } |.
4087 (isearch-fallback): Don't call `isearch-process-search-char'.
4088 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
4089 (isearch-process-search-char): Call `isearch-fallback' for regexp
4090 chars * ? } |.
4091 (isearch-return-char): Make obsolete with `make-obsolete' instead
4092 of simply documenting it as obsolete in the docstring.
4093 (isearch-fallback): Refill docstring.
4094
4095 * international/isearch-x.el
4096 (isearch-process-search-multibyte-characters): Remove unneeded
4097 `concat'. Add intermediate values to `junk-hist' instead of
4098 `minibuffer-history'. Test the length of `str'.
4099
4100 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
4101
4102 * allout.el (allout-resolve-xref): Fix typos in error strings.
4103 (allout-before-change-protect): Remove unneeded `concat'.
4104
4105 * array.el (array-mode, array-reconfigure-rows)
4106 (untabify-backward): Fix typos in docstrings.
4107 (array-reconfigure-rows): Use `insert-buffer-substring', not
4108 `insert-buffer'.
4109
4110 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
4111 * progmodes/ada-mode.el (ada-make-body):
4112 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
4113
4114 * dired.el (dired-log):
4115 * tar-mode.el (tar-subfile-save-buffer):
4116 * play/zone.el (zone-pgm-stress-destress):
4117 Use `insert-buffer-substring', not `insert-buffer'.
4118
4119 2005-07-17 Simon Josefsson <jas@extundo.com>
4120
4121 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
4122
4123 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
4124
4125 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
4126 Add plain auth method.
4127 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4128
4129 2005-07-17 Kim F. Storm <storm@cua.dk>
4130
4131 * ido.el (dired-other-window): Add ido property.
4132
4133 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
4134
4135 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4136 Fix typo in docstring.
4137 (byte-compile-interactive-only-functions): Add `insert-buffer' and
4138 `insert-file-literally'.
4139
4140 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
4141 info and delete redundant message. Doc fix.
4142 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
4143 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
4144
4145 2005-07-16 Richard M. Stallman <rms@gnu.org>
4146
4147 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
4148 (byte-compile-and): Use byte-compile-and-recursion.
4149 (byte-compile-or-recursion): New function.
4150 (byte-compile-or): Use that.
4151 (byte-compile-if): Guard the else-clause too.
4152 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4153
4154 * isearch.el (isearch-mode-end-hook-quit): New variable.
4155 (isearch-done): Bind it.
4156 (isearch-mode-end-hook): Doc fix.
4157
4158 * allout.el (allout-isearch-did-quit): Variable deleted.
4159 (allout-real-isearch-abort): Function name no longer used.
4160 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
4161 (allout-isearch-rectification): isearch-mode always exists.
4162 Don't set allout-isearch-did-quit.
4163 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
4164 allout-isearch-did-quit.
4165 (allout-enwrap-isearch): Just add the hook.
4166 (allout-isearch-abort): Function deleted.
4167 (allout-pre-command-business): Avoid warning.
4168
4169 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
4170 Correctly avoid warnings.
4171 (pascal-outline): Likewise.
4172
4173 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
4174
4175 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
4176
4177 * play/tetris.el (tetris-mode): Avoid warning.
4178
4179 * play/snake.el (snake-mode): Avoid warning.
4180
4181 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
4182 (gamegrid-set-display-table): Avoid warning.
4183 (gamegrid-set-timer): Likewise.
4184 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
4185 (gamegrid-add-score-with-update-game-score-1): Take FILE
4186 as argument.
4187 (gamegrid-add-score-with-update-game-score): Pass that argument.
4188 Rename have-shared-game-dir to gamegrid-shared-game-dir.
4189
4190 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
4191
4192 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
4193 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
4194
4195 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
4196 and insert-file.
4197
4198 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
4199 (sc-ask): Avoid warnings.
4200
4201 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4202 (eshell-hist-initialize): Use that var the natural way.
4203
4204 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4205
4206 * emacs-lisp/re-builder.el (reb-cook-regexp):
4207 Avoid warning calling lre-compile-string.
4208 (reb-color-display-p): Avoid warning.
4209
4210 * calculator.el (calculator-last-input): Guard uses
4211 of event-key and key-press-event-p.
4212 (event-key, key-press-event-p): Delete definitions.
4213
4214 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
4215 (find-gc-source-directory, find-gc-subrs-callers)
4216 (find-gc-noreturn-list, find-gc-source-files)
4217 (find-gc-subrs-called): Vars renamed and defvar'd.
4218
4219 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4220 (checkdoc-overlay-put, checkdoc-delete-overlay)
4221 (checkdoc-overlay-start, checkdoc-overlay-end)
4222 (checkdoc-mode-line-update, checkdoc-char=):
4223 Define such that compiler knows they are defined.
4224 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
4225 (checkdoc-read-event): Delete. Use read-event directly.
4226
4227 * whitespace.el (whitespace-make-overlay)
4228 (whitespace-overlay-put, whitespace-delete-overlay)
4229 (whitespace-overlay-start, whitespace-overlay-end):
4230 Define such that compiler knows they are defined.
4231 (whitespace): Move conditional inside.
4232
4233 * tempo.el (tempo-insert-template): Suppress warning.
4234
4235 * ediff-diff.el (longlines-mode): Add defvar.
4236
4237 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
4238
4239 * server.el: Bind "C-x #" in a way that works even if C-x is
4240 redefined to a command key, not a prefix key.
4241
4242 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4243
4244 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4245 cl-make-type-test till execution time.
4246
4247 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
4248
4249 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4250 arg ARG and use it.
4251
4252 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4253
4254 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4255
4256 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
4257
4258 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4259 a defcustom with two :set or :type keywords.
4260
4261 2005-07-15 Richard M. Stallman <rms@gnu.org>
4262
4263 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4264 Don't give ^M comment-end syntax.
4265
4266 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
4267
4268 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4269 Don't consider gdbmi (gdb-mi.el has its own update functions).
4270 (gdb-var-delete): Make it work for gdbmi as well.
4271 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4272
4273 * progmodes/gud.el (etags, sdb): Only require etags when needed.
4274 (gud-speedbar-menu-items): Correct logic for enabling items.
4275
4276 2005-07-15 Kim F. Storm <storm@cua.dk>
4277
4278 * ido.el: Fix commentary.
4279 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4280 Use with-no-warnings around ffap-guesser.
4281 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4282 Let bind minibuffer-completing-file-name to t.
4283
4284 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
4285
4286 * startup.el (site-run-file, keyboard-type): Doc fixes.
4287 (command-line): Check for "--basic-display" argument; also for
4288 "--quick", not "--bare-bones" (which was renamed).
4289 (fancy-splash-text): Add missing item "Getting New Versions".
4290 (normal-splash-screen): Fix typos and improve consistency with
4291 `fancy-splash-text'. Update copyright year.
4292
4293 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4294 valid binding for `help-char'.
4295
4296 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
4297
4298 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
4299
4300 * term.el (term-mode): Disable cua-mode for term buffers.
4301
4302 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
4303
4304 * add-log.el (add-log-mailing-address, change-log-merge):
4305 Doc fixes.
4306 (change-log-get-method-definition): Fix typo in docstring.
4307
4308 2005-07-14 Kim F. Storm <storm@cua.dk>
4309
4310 * emulation/cua-base.el:
4311 (cua--pre-command-handler-1, cua--pre-command-handler)
4312 (cua--post-command-handler-1, cua--post-command-handler):
4313 Split in two. Check (buffer local) value of cua-mode.
4314 (cua-selection-mode): New command.
4315
4316 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4317
4318 * custom.el (custom-initialize-safe-set)
4319 (custom-initialize-safe-default): Doc fixes.
4320
4321 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4322 and simplify :init-value again.
4323
4324 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4325 and simplify :init-value again. Delete autoload.
4326
4327 * startup.el (command-line): Use `custom-reevaluate-setting' again
4328 for tooltip-mode.
4329
4330 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4331 a defcustom with two :initialize keywords.
4332
4333 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4334
4335 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4336 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4337 (allout-post-command-business, allout-flag-region)
4338 (isearch-reenable-font-lock, allout-yank)
4339 (allout-insert-latex-header, allout-insert-latex-trailer)
4340 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4341 (allout-latex-verb-quote): Fix typos in docstrings.
4342 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4343 (allout-unprotected, allout-prefix-data):
4344 Improve argument/docstring consistency.
4345 (allout-chart-subtree): Fix argument spec.
4346 (allout-open-topic): Rename `use_sib_bullet' argument to
4347 `use-sib-bullet'. Doc fix.
4348
4349 * whitespace.el (whitespace-check-buffer-leading)
4350 (whitespace-check-buffer-trailing)
4351 (whitespace-check-buffer-indent)
4352 (whitespace-check-buffer-spacetab)
4353 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4354 (whitespace-check-leading-whitespace)
4355 (whitespace-check-trailing-whitespace)
4356 (whitespace-check-spacetab-whitespace)
4357 (whitespace-check-indent-whitespace)
4358 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4359 (whitespace-modes): Fix typos in docstrings.
4360 (defgroup, defcustom): Doc fixes.
4361
4362 * winner.el (winner-mode, winner-boring-buffers)
4363 (winner-pending-undo-ring): Doc fixes.
4364 (winner-ring): Remove unneeded `progn'.
4365 (winner-equal): `defsubst' it.
4366 (winner-redo): Fix message.
4367
4368 2005-07-13 Kim F. Storm <storm@cua.dk>
4369
4370 * simple.el (line-move-1): Always use vertical-motion to
4371 do the last (or only) line move to ensure some movement.
4372 Undo 2005-06-23 change--don't check for overlays.
4373
4374 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4375
4376 * term/mac-win.el (ccl-encode-mac-roman-font)
4377 (ccl-encode-mac-centraleurroman-font)
4378 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4379 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4380 Change charset-id boundary of dimension to ?\xef.
4381 (mac-char-fontspec-list): New constant.
4382 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4383 argument. Nil uses itself as family in font-spec. Previous
4384 behavior for nil is now provided by non-nil non-string argument.
4385 All callers changed. Add font-specs for Mac fonts to
4386 "fontset-default" unless iso8859-1 fonts are installed.
4387
4388 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4389
4390 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4391 a continuation line if the \ is preceded by SPC or TAB.
4392 (sh-get-indent-info): Simplify.
4393 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4394 Use with-current-buffer.
4395
4396 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4397 when the matched text is empty.
4398
4399 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4400
4401 * startup.el (command-line): Revert to previous handling of
4402 tooltip-mode. Explain in comment why the complexity is needed.
4403
4404 * tooltip.el (tooltip-mode): Revert to previous implementation of
4405 its defcustom.
4406
4407 * frame.el (blink-cursor-mode): Revert to previous implementation
4408 of its defcustom. Update comment.
4409
4410 2005-07-12 Lars Hansen <larsh@soem.dk>
4411
4412 * desktop.el: Update e-mail address.
4413
4414 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4415
4416 * term/mac-win.el (mac-services-mail-selection)
4417 (mac-services-mail-to): New functions.
4418 (mac-application-menu-map): Bind them.
4419
4420 2005-07-12 wulei <milton@wulei.net> (tiny change)
4421
4422 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4423
4424 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4425
4426 * custom.el (custom-reevaluate-setting): Doc fix.
4427
4428 2005-07-11 Jay Belanger <belanger@truman.edu>
4429
4430 * calc/calc.el (calc-embedded-announce-formula-alist)
4431 (calc-embedded-open-close-plain-alist)
4432 (calc-embedded-open-close-mode-alist): Add checks for additional
4433 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4434
4435 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4436
4437 * custom.el (custom-enable-theme): Don't add theme to
4438 `custom-enabled-themes' with `push' because there is no
4439 setf-method for `delq'.
4440
4441 2005-07-11 Richard M. Stallman <rms@gnu.org>
4442
4443 * custom.el (custom-declare-variable): Doc fix.
4444
4445 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4446 from the alists.
4447
4448 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4449 Do nothing if edebug-active.
4450
4451 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4452 (edebug-display): Do it here instead.
4453
4454 2005-07-10 Richard M. Stallman <rms@gnu.org>
4455
4456 * cus-face.el (custom-theme-set-faces): Make it work.
4457 (custom-reset-faces): Doc fix.
4458 (custom-theme-reset-internal-face, custom-theme-face-value):
4459 Functions deleted.
4460
4461 * custom.el (custom-push-theme): Maintain list of the settings
4462 of a given theme in its theme-settings property.
4463 Maintain position of old settings in the theme-value
4464 or theme-face property.
4465 (custom-enabled-themes): New variable.
4466 (custom-theme-enabled-p): New function.
4467 (provide-theme): Update custom-enabled-themes.
4468 Disable and reenable the `user' theme.
4469 (require-theme): Doc fix.
4470 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4471 (custom-theme-value, custom-theme-variable-value): Likewise.
4472 (custom-theme-reset-internal): Likewise.
4473 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4474 (custom-enable-theme, custom-disable-theme): New functions.
4475 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4476 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4477 (custom-theme-reset-variables): Simplify.
4478 (deftheme, custom-declare-theme, custom-make-theme-feature):
4479 Definitions moved.
4480
4481 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4482
4483 * longlines.el (longlines-show-region)
4484 (longlines-unshow-hard-newlines): Recognize hard newlines by
4485 non-nil hard property, instead of t.
4486
4487 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4488
4489 * viper-cmd.el (viper--key-maps): New variable.
4490 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4491 emulation-mode-map-alists.
4492 (viper-envelop-ESC-key): Use viper-subseq.
4493 (viper-search-forward/backward/next): Disable debug-on-error.
4494
4495 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4496 (viper-ESC-key): New defcustoms.
4497
4498 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4499
4500 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4501 (viper-subseq): Copy of subseq from cl.el.
4502
4503 * viper.el (viper-go-away, viper-set-hooks): Use
4504 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4505
4506 * viper-mous.el (viper-current-frame-saved): Use defvar.
4507
4508 * viper-init.el: Get rid of -face in face names.
4509
4510 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4511 Make it work with longlines mode
4512
4513 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4514
4515 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4516
4517 * ediff-init.el: Get rid of -face in face names.
4518
4519 2005-07-10 Richard M. Stallman <rms@gnu.org>
4520
4521 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4522 and with-timeout-unsuspend.
4523
4524 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4525 and with-timeout-unsuspend.
4526
4527 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4528 (with-timeout): Bind that variable to record timers.
4529 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4530
4531 * emacs-lisp/debug.el (debug-help-follow): New function.
4532 (debugger-mode-map): Use that instead of help-follow.
4533 (debugger-setup-buffer): Use eval-buffer-list
4534 to handle eval-buffer frames.
4535
4536 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4537
4538 * timezone.el (timezone-parse-date): Change first regexp
4539 so it will not mistakenly match dates with no time zone.
4540
4541 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4542
4543 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4544
4545 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4546
4547 * custom.el (custom-initialize-safe-set)
4548 (custom-initialize-safe-default): New functions.
4549
4550 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4551 and simplify :init-value.
4552
4553 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4554 and simplify :init-value. Delete obsolete comment.
4555
4556 * startup.el (command-line): Use `custom-reevaluate-setting' to
4557 handle `tooltip-mode'. Delete obsolete comment.
4558
4559 * files.el (set-visited-file-name): Avoid calling
4560 `file-name-nondirectory' with a nil argument.
4561
4562 2005-07-09 Richard M. Stallman <rms@gnu.org>
4563
4564 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4565 was called with nil for the buffer, handle the read position right.
4566 Handle read position for eval-region, too.
4567
4568 2005-07-09 Juri Linkov <juri@jurta.org>
4569
4570 * fringe.el (fringe-mode): Add period in docstring.
4571 (fringe-query-style): Build prompt depending on `all-frames' arg.
4572
4573 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4574 to not create links to unrelated functions in the Help buffer.
4575
4576 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4577 Doc fix.
4578
4579 * simple.el (next-error-hook): New variable.
4580 (next-error): Use it. Doc fix.
4581
4582 * textmodes/ispell.el (ispell-command-loop): Add current
4583 dictionary name and program name to mode-line-format.
4584 (ispell-region, ispell-process-line): Add current dictionary name
4585 and program name to messages.
4586
4587 2005-07-08 Jay Belanger <belanger@truman.edu>
4588
4589 * calc/calc.el (calc-embedded-announce-formula-alist)
4590 (calc-embedded-open-close-formula-alist)
4591 (calc-embedded-open-close-word-alist)
4592 (calc-embedded-open-close-plain-alist)
4593 (calc-embedded-open-close-new-formula-alist)
4594 (calc-embedded-open-close-mode-alist)
4595 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4596 (calc-embedded-mode-hook): New variables.
4597
4598 * calc/calc-embed.el (calc-embedded-firsttime)
4599 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4600 New variables.
4601 (calc-do-embedded): Use calc-embedded-firsttime,
4602 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4603 determine whether or not to run hooks.
4604 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4605 calc-embedded-firsttime-formula appropriately.
4606 Set calc-embedded delimiter variables according to mode.
4607
4608 2005-07-08 Richard M. Stallman <rms@gnu.org>
4609
4610 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4611 Check for "emacs", etc., as entire symbol, not just as word.
4612 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4613
4614 * files.el (set-visited-file-name): Report the error
4615 for "empty filename" earlier.
4616 (kill-some-buffers): Ignore buffers already dead.
4617
4618 * fringe.el (fringe-mode): Doc fix.
4619
4620 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4621 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4622 Use unwind-protect to ensure byte-compile-unresolved-functions
4623 is updated.
4624
4625 * whitespace.el (whitespace-buffer-leading-cleanup):
4626 Simplify w/ skip-chars-forward.
4627 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4628
4629 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4630 Unconditionally try to leave point at the same old place.
4631
4632 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4633
4634 * comint.el (comint-postoutput-scroll-to-bottom)
4635 (comint-show-maximum-output): Take scroll-margin into consideration.
4636
4637 2005-07-08 Kim F. Storm <storm@cua.dk>
4638
4639 * ido.el (ido-use-filename-at-point): New choice `guess'.
4640 (ido-file-internal): Try ffap-guesser if selected.
4641
4642 * ido.el (ido-before-fallback-functions): New hook.
4643 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4644 (ido-read-file-name): Run it.
4645
4646 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4649 strings rather than a list of symbols to the completion function.
4650
4651 2005-07-07 Jay Belanger <belanger@truman.edu>
4652
4653 * calc/calc-units.el (math-apply-units): Change the places in
4654 which units are simplified.
4655
4656 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4657
4658 * cus-edit.el (customize-option, customize-option-other-window):
4659 Make them handle aliases.
4660
4661 * custom.el (custom-variable-p): Make it recursively follow
4662 aliases. Mention that in the docstring.
4663
4664 2005-07-07 Richard M. Stallman <rms@gnu.org>
4665
4666 * cus-start.el (exec-path): Use `directory' instead of `file'.
4667 Fix tag for nil.
4668
4669 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4670
4671 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4672 when called non-interactively. Doc fix.
4673
4674 2005-07-07 Lute Kamstra <lute@gnu.org>
4675
4676 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4677 new address as well.
4678
4679 2005-07-07 Kenichi Handa <handa@m17n.org>
4680
4681 * international/mule.el (make-coding-system):
4682 Describe `ascii-incompatible' property in the docstring.
4683 (set-file-name-coding-system): Signal an error if coding-system is
4684 ascii-incompatible.
4685 (set-keyboard-coding-system): Likewise.
4686
4687 * international/mule-cmds.el (set-default-coding-systems):
4688 Don't set default-file-name-coding-system and
4689 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4690
4691 * international/utf-16.el: Declare that all UTF-16-based coding
4692 systems are ASCII-incompatible.
4693
4694 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4695
4696 * progmodes/gud.el: Require font-lock for displaying errors.
4697 Used by gdb-ui.el.
4698
4699 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4700
4701 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4702 values for the pattern lists which are `read'able but not
4703 `append'able (like symbols).
4704
4705 2005-07-06 Richard M. Stallman <rms@gnu.org>
4706
4707 * progmodes/flymake.el (flymake-float-time): Instead of
4708 with-no-warnings, test for xemacs.
4709 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4710 to avoid warning.
4711
4712 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4713
4714 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4715
4716 2005-07-05 Lute Kamstra <lute@gnu.org>
4717
4718 * battery.el: Add support for Darwin (with much debugging help
4719 from Samuel Lauber <sam124@operamail.com>).
4720 (battery-status-function, battery-echo-area-format)
4721 (battery-mode-line-format): Add support for pmset on Darwin.
4722 (battery-load-low, battery-load-critical): New user options.
4723 (battery-pmset): New function.
4724
4725 2005-07-05 Lute Kamstra <lute@gnu.org>
4726
4727 Update FSF's address in GPL notices.
4728
4729 * textmodes/page-ext.el: Update FSF's address.
4730
4731 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4732
4733 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4734 filling from using prefix when filling a single-line docstring.
4735
4736 * progmodes/flymake.el: Remove useless eval-when-compile.
4737
4738 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4739
4740 2005-07-04 Richard M. Stallman <rms@gnu.org>
4741
4742 * textmodes/org.el (org-file-apps-defaults-gnu):
4743 Rename from org-file-apps-defaults-linux.
4744 (org-default-apps): Don't test system-type for `linux'.
4745 (org-file-apps): Doc fix.
4746
4747 2005-07-04 David Ponce <david@dponce.com>
4748
4749 * tree-widget.el: Improve header Commentary section.
4750 (tree-widget) [defgroup]
4751 (tree-widget-image-enable, tree-widget-themes-directory)
4752 (tree-widget-theme, tree-widget-image-properties-emacs)
4753 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4754 (tree-widget-image-formats, tree-widget-control)
4755 (tree-widget-empty-control, tree-widget-leaf-control
4756 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4757 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4758 (tree-widget-keep, tree-widget-after-toggle-functions)
4759 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4760 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4761 :help-echo message.
4762 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4763 (tree-widget-image-properties): Doc fix. Clearer implementation.
4764 (tree-widget--cursors): New constant.
4765 (tree-widget-lookup-image): New function split from
4766 `tree-widget-find-image'. Clearer implementation.
4767 (tree-widget-find-image): Use it.
4768 (tree-widget-button-keymap): Use `set-keymap-parent'.
4769 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4770 Define the sub-widgets here.
4771 (tree-widget-node): Check that :node is not a tree-widget.
4772 (tree-widget-get-super, tree-widget-open-control)
4773 (tree-widget-close-control, tree-widget-empty-control)
4774 (tree-widget-leaf-control, tree-widget-guide)
4775 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4776 (tree-widget-no-handle, tree-widget-value-delete)
4777 (tree-widget-map): Remove.
4778 (tree-widget-children-value-save): Doc fix. Simplified.
4779 (tree-widget-value-create): Update according to previous changes.
4780
4781 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4782
4783 * textmodes/org.el: Leading space replaced by TABS.
4784 (org-recalc-marks, org-table-rotate-recalc-marks)
4785 (org-table-get-specials): Treat "^" and "_" marks.
4786 (org-table-justify-field-maybe): Optional argument NEW.
4787 (org-table-eval-formula): Parsing of the format simplified.
4788 New modes C,I. Honor the %= parameter in the current table.
4789 Avoid unnecessary re-align by using the NEW argument to
4790 `org-table-justify-field-maybe'.
4791 (org-calc-default-modes): Default for date-format mimicks org-mode.
4792 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4793
4794 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4795
4796 * cus-face.el (custom-theme-set-faces): Make it handle face
4797 aliases whose alias declarations are pre- or autoloaded.
4798
4799 2005-07-04 Juri Linkov <juri@jurta.org>
4800
4801 * faces.el (read-face-name): Put the code for getting a face name
4802 from the buffer before adding the faces from the `face' property.
4803 Use `completing-read-multiple' instead of `completing-read'.
4804 Require `crm'. Add default value and post-process the returned
4805 list of faces.
4806
4807 * emacs-lisp/crm.el (crm-find-current-element)
4808 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4809
4810 * emacs-lisp/lisp-mode.el (eval-defun-1):
4811 * emacs-lisp/edebug.el (edebug-eval-defun):
4812 Remove unnecessary quotes.
4813
4814 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4815
4816 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4817 (prolog-indent-level): Fix typo in docstring.
4818
4819 * info.el (Info-history, Info-history-forward)
4820 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4821
4822 * add-log.el (add-change-log-entry):
4823 * comint.el (comint-dynamic-list-input-ring)
4824 (comint-dynamic-list-completions):
4825 * dabbrev.el (dabbrev-expand):
4826 * delim-col.el (delimit-columns-rectangle-line):
4827 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4828 (diff-unified->context):
4829 * ediff-init.el (ediff-abbrev-jobname):
4830 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4831 (ediff-replace-session-activity-marker-in-meta-buffer):
4832 * info.el (Info-summary):
4833 * lpr.el (printify-region):
4834 * printing.el (pr-create-interface):
4835 * ps-print.el (ps-print-quote):
4836 * ses.el (ses-column-widths, ses-print-cell)
4837 (ses-adjust-print-width, ses-center):
4838 * shell.el (shell-file-name-quote-list):
4839 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4840 (strokes-fill-current-buffer-with-whitespace)
4841 (strokes-xpm-for-stroke, strokes-list-strokes)
4842 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4843 * term.el (term-dynamic-list-input-ring)
4844 (term-dynamic-list-completions):
4845 * calc/calc.el (math-format-stack-value):
4846 * emacs-lisp/edebug.el (edebug-display-freq-count):
4847 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4848 (delphi-new-comment-line):
4849 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4850 * progmodes/executable.el (executable-set-magic):
4851 * progmodes/python.el (inferior-python-mode):
4852 * progmodes/scheme.el (scheme-mode-syntax-table):
4853 * progmodes/sh-script.el (sh-maybe-here-document):
4854 * progmodes/sql.el (sql-copy-column):
4855 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4856 * textmodes/bibtex.el (bibtex-mode):
4857 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4858 (sgml-auto-attributes):
4859 * textmodes/table.el (table-insert, table-shorten-cell)
4860 (table--generate-source-scan-lines, table-delete-row)
4861 (*table--cell-delete-char, table--spacify-frame)
4862 (table--horizontally-shift-above-and-below)
4863 (table--cell-insert-char, table--cell-blank-str)
4864 (table--fill-region-strictly):
4865 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4866 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4867
4868 * add-log.el (change-log):
4869 * apropos.el (apropos):
4870 * comint.el (comint-completion, comint-source):
4871 * dabbrev.el (dabbrev):
4872 * delim-col.el (columns):
4873 * diff-mode.el (diff-mode):
4874 * ediff.el (ediff):
4875 * ediff-diff.el (ediff-diff):
4876 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4877 * ediff-mult.el (ediff-mult):
4878 * ediff-ptch.el (ediff-ptch):
4879 * ediff-wind.el (ediff-window):
4880 * facemenu.el (facemenu):
4881 * indent.el (indent):
4882 * info.el (info):
4883 * jka-cmpr-hook.el (compression, jka-compr):
4884 * lpr.el (lpr):
4885 * outline.el (outlines):
4886 * pcmpl-cvs.el (pcmpl-cvs):
4887 * pcmpl-rpm.el (pcmpl-rpm):
4888 * printing.el (printing):
4889 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4890 (ps-print-vertical, ps-print-headers, ps-print-font)
4891 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4892 (ps-print-background, ps-print-printer, ps-print-page)
4893 (ps-print-miscellany):
4894 * ses.el (ses):
4895 * shell.el (shell, shell-directories, shell-faces):
4896 * startup.el (initialization):
4897 * strokes.el (strokes):
4898 * term.el (term):
4899 * uniquify.el (uniquify):
4900 * w32-vars.el (w32):
4901 * calc/calc.el (calc):
4902 * emacs-lisp/bytecomp.el (bytecomp):
4903 * emacs-lisp/cl-indent.el (lisp-indent):
4904 * emacs-lisp/edebug.el (edebug):
4905 * emacs-lisp/elp.el (elp):
4906 * emacs-lisp/testcover.el (testcover):
4907 * emacs-lisp/trace.el (trace):
4908 * emulation/viper-ex.el (viper-ex):
4909 * emulation/viper-mous.el (viper-mouse):
4910 * mail/mailalias.el (mailalias):
4911 * mail/supercite.el (supercite, supercite-frames)
4912 (supercite-attr, supercite-cite, supercite-hooks):
4913 * net/rcompile.el (remote-compile):
4914 * net/rlogin.el (rlogin):
4915 * obsolete/ooutline.el (outlines):
4916 * progmodes/delphi.el (delphi):
4917 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4918 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4919 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4920 (ebnf-optimization):
4921 * progmodes/etags.el (etags):
4922 * progmodes/executable.el (executable):
4923 * progmodes/idlwave.el (idlwave):
4924 * progmodes/pascal.el (pascal):
4925 * progmodes/prolog.el (prolog):
4926 * progmodes/python.el (python):
4927 * progmodes/scheme.el (scheme):
4928 * progmodes/sh-script.el (sh, sh-script):
4929 * progmodes/sql.el (SQL):
4930 * progmodes/tcl.el (tcl):
4931 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4932 * textmodes/enriched.el (enriched):
4933 * textmodes/makeinfo.el (makeinfo):
4934 * textmodes/sgml-mode.el (sgml):
4935 * textmodes/table.el (table-hooks):
4936 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4937 * textmodes/texinfo.el (texinfo):
4938 * textmodes/two-column.el (two-column):
4939 Finish `defgroup' description with period.
4940
4941 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4942 * eshell/esh-var.el (eshell-var):
4943 * progmodes/vhdl-mode.el (vhdl-testbench):
4944 * textmodes/org.el (org): Fix typos in docstrings.
4945
4946 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4947 consistency.
4948
4949 * progmodes/flymake.el (flymake-find-file): Remove.
4950 (flymake-float-time): Use `with-no-warnings'.
4951 (flymake-check-start-time, flymake-check-was-interrupted)
4952 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4953 (flymake-new-err-info): `defvar' at compile time.
4954
4955 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
4956
4957 * replace.el (occur-hook): Doc fix.
4958 (occur-1): Don't call `occur-hook' if there are no matches.
4959
4960 2005-07-03 Richard M. Stallman <rms@gnu.org>
4961
4962 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
4963 global-map, save the same map.
4964 (global-map): Don't alter it at top level.
4965 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
4966 Then alter it here instead.
4967 (tpu-edt-off): Set global-map to the saved one.
4968
4969 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
4970 All references simplified.
4971 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
4972 (zmacs-regions): Add defvar.
4973 (repeat-complex-command-map): Everything about that deleted.
4974
4975 * textmodes/artist.el (artist-key-is-drawing)
4976 (artist-key-endpoint1, artist-key-poly-point-list)
4977 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
4978 (artist-key-compl-table, artist-rb-save-data)
4979 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
4980 Don't put them in eval-when-compile.
4981 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
4982
4983 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
4984 Use with-no-warnings.
4985
4986 * net/browse-url.el (dos-windows-version): Add defvar.
4987
4988 * mail/supercite.el (filladapt-prefix-table): Add defvar.
4989
4990 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
4991 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
4992 (rmail-new-summary-line-count): Rename from new-summary-line-count.
4993 Add defvar.
4994 (rmail-summary-beginning-of-message): Use with-no-warnings.
4995 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
4996
4997 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
4998 Use with-no-warnings.
4999
5000 * emulation/vi.el (vi-mark-region): Use c-mark-function.
5001 (c-mark-function): Add point-moving-unit property.
5002 (vi-goto-line): Use with-no-warnings.
5003
5004 * emulation/edt.el (edt-last-copied-word): Add defvar.
5005 (zmacs-region-stays): Likewise.
5006 (edt-mark-section-wisely): Use c-mark-function for C.
5007 Use makr-defun for Fortran.
5008 (time-string): defvar deleted.
5009 (edt-display-the-time): Don't set time-string.
5010
5011 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
5012
5013 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
5014 Don't warn when name is not constant
5015 or for defining the group `emacs'.
5016
5017 * tooltip.el (gud-tooltip-mode): Add defvar.
5018
5019 * startup.el (default-frame-background-mode): Add defvar.
5020
5021 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
5022
5023 * info.el (tool-bar-map): Add defvar.
5024
5025 * dired.el (dnd-protocol-alist): Add defvar.
5026
5027 * dired-aux.el (dired-query): Display question with answer, when
5028 the user answers.
5029
5030 * custom.el (custom-add-option): Doc fix.
5031
5032 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
5033
5034 2005-07-03 Eli Zaretskii <eliz@gnu.org>
5035
5036 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
5037 bogus name from the last change.
5038
5039 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
5040
5041 * custom.el (custom-declare-variable): Fix typos in comment.
5042 (custom-known-themes): Doc fix.
5043 (custom-theme-directory): New defcustom.
5044 (require-theme): Make it check `custom-theme-directory'.
5045
5046 * cus-theme.el (custom-new-theme-mode): New function.
5047 (custom-theme-name, custom-theme-variables, custom-theme-faces)
5048 (custom-theme-description): Add compiler defvars.
5049 (customize-create-theme): Add doc to the "*New Custom Theme*"
5050 buffer. Use `custom-new-theme-mode'.
5051 (custom-theme-write): Put the created buffer in emacs-lisp-mode
5052 and save it to the `custom-theme-directory'. Make this the
5053 default directory of the buffer.
5054
5055 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
5056
5057 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
5058 Fix unbalanced parentheses.
5059
5060 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5061
5062 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
5063 into flymake-mode and delegate to flymake-mode.
5064
5065 * find-file.el (ff-which-function-are-we-in): Clean up.
5066
5067 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
5068
5069 * replace.el (occur-rename-buffer): Fix docstring.
5070
5071 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
5072 (edt-last-copied-word, edt-learn-macro-count)
5073 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
5074 (edt-rect-start-point, edt-user-global-map, rect-start-point)
5075 (time-string, zmacs-region-stays):
5076 * emulation/edt-mapper.el (edt-save-function-key-map)
5077 (EDT-key-name): `defvar' to silence the byte-compiler.
5078
5079 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
5080
5081 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
5082 font-lock-regexp-backslash. Doc fix.
5083 (font-lock-regexp-backslash-grouping-construct): Rename from
5084 font-lock-regexp-backslash-construct. Doc fix.
5085 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
5086 grouping constructs.
5087
5088 2005-07-02 Eli Zaretskii <eliz@gnu.org>
5089
5090 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
5091 updating all the prerequisites.
5092
5093 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
5094
5095 * textmodes/org.el (org-agenda-start-on-weekday)
5096 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
5097 (org-agenda-use-time-grid, org-archive-location)
5098 (org-allow-space-in-links, org-usenet-links-prefer-google)
5099 (org-enable-table-editor, org-export-default-language)
5100 (org-export-html-show-new-buffer, org-fill-paragraph)
5101 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
5102 (org-goto-quit, org-occur, org-eval-in-calendar)
5103 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
5104 (org-agenda-diary-entry, org-remember-help)
5105 (org-table-convert-region, org-at-table-p)
5106 (org-table-move-row-down, org-table-move-row-up)
5107 (org-table-copy-region, org-table-toggle-vline-visibility)
5108 (org-table-get-stored-formulas, org-table-get-specials)
5109 (org-recalc-commands, org-table-eval-formula)
5110 (org-table-formula-substitute-names, orgtbl-make-binding)
5111 (org-format-org-table-html, org-format-table-table-html)
5112 (org-format-table-table-html-using-table-generate-source)
5113 (org-customize): Fix typos in docstrings.
5114 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
5115 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
5116 (org-back-to-heading): Doc fixes.
5117 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
5118 (org-agenda-change-all-lines, org-get-header):
5119 Improve argument/docstring consistency.
5120 (orgtbl-error): Fix error message.
5121
5122 * progmodes/flymake.el (flymake-find-possible-master-files)
5123 (flymake-master-file-compare, flymake-get-line-err-count)
5124 (flymake-highlight-line, flymake-gui-warnings-enabled):
5125 Fix typos in docstrings.
5126 (flymake-parse-line, flymake-get-project-include-dirs-function)
5127 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
5128 Doc fixes.
5129 (flymake-get-project-include-dirs-function)
5130 (flymake-make-err-menu-data):
5131 Improve argument/docstring consistency.
5132
5133 2005-07-01 Lute Kamstra <lute@gnu.org>
5134
5135 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
5136 Catch errors with ignore-errors. Use temporary buffer.
5137 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
5138
5139 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
5140 background color faces.
5141 (facemenu-set-foreground, facemenu-set-background):
5142 Use facemenu-set-face-from-menu.
5143 (facemenu-set-face-from-menu): Treat face names that start with
5144 "fg:" or "bg:" as special.
5145 (facemenu-add-new-color): Don't create faces. Simplify.
5146
5147 2005-06-30 Richard M. Stallman <rms@gnu.org>
5148
5149 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
5150 (crm-find-current-element): Likewise.
5151
5152 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
5153
5154 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
5155
5156 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5157
5158 * arc-mode.el (archive-extract): Make it work as a mouse binding.
5159 (archive-mouse-extract): Make it an obsolete alias.
5160 (archive-mode-map): Don't use archive-mouse-extract any more.
5161 (archive-mode, archive-extract): write-contents-hooks ->
5162 write-contents-functions.
5163 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
5164 first arg.
5165 (archive-rename-entry): Update the call.
5166 (archive-zip-summarize): Remove unused var `method'.
5167 (archive-lzh-summarize): Remove unused var `creator'.
5168
5169 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
5170 dedicated frame upon exit.
5171
5172 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
5173 (archive-zip-extract, archive-zip-expunge)
5174 (archive-zip-update, archive-zip-update-case): Use executable-find.
5175 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
5176 Use restore-buffer-modified-p.
5177 (archive-extract, archive-add-new-member, archive-write-file-member):
5178 Use with-current-buffer.
5179 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
5180
5181 2005-06-30 Andreas Schwab <schwab@suse.de>
5182
5183 * progmodes/gud.el (gud-filter): Remove unneeded progn.
5184
5185 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5186
5187 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
5188
5189 2005-06-30 Juri Linkov <juri@jurta.org>
5190
5191 * faces.el (vertical-border): Inherit from mode-line-inactive
5192 only on tty.
5193
5194 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
5195
5196 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
5197 example, -NLINES in the `occur' docstring).
5198
5199 * replace.el (occur-1): When no matches are found, do not set the
5200 `buffer-read-only' and modified flags for the occur buffer,
5201 because it is deleted.
5202
5203 * emulation/cua-base.el (cua-check-pending-input)
5204 (cua-repeat-replace-region, cua-mode, cua-debug)
5205 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5206 Fix typos in docstrings.
5207
5208 * emulation/cua-gmrk.el (cua-toggle-global-mark)
5209 (cua-cut-region-to-global-mark)
5210 (cua--cut-rectangle-to-global-mark):
5211 Remove period from end of messages.
5212
5213 * emulation/cua-rect.el (cua-do-rectangle-padding):
5214 Remove period from end of messages.
5215 (cua--rectangle-seq-format): Fix typo in docstring.
5216 (cua-sequence-rectangle, cua-fill-char-rectangle):
5217 Improve argument/docstring consistency.
5218
5219 2005-06-29 Juri Linkov <juri@jurta.org>
5220
5221 * faces.el (default-frame-background-mode): New internal variable.
5222 (frame-set-background-mode): Use it.
5223
5224 * startup.el (normal-top-level): Set default-frame-background-mode
5225 instead of frame-background-mode. Before setting it, test for its
5226 nil value. Remove tests for frame-background-mode and frame
5227 parameter `reverse'. Add test for "unspecified-fg".
5228
5229 * term/xterm.el (xterm-rxvt-set-background-mode):
5230 * term/rxvt.el (rxvt-set-background-mode):
5231 Set default-frame-background-mode instead of frame-background-mode.
5232
5233 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5234
5235 * simple.el (set-variable): Warn about obsolete user variables.
5236
5237 * imenu.el (imenu--completion-buffer):
5238 * mouse.el (mouse-buffer-menu-alist):
5239 * msb.el (msb-invisible-buffer-p):
5240 * calendar/diary-lib.el (diary-header-line-format):
5241 * emacs-lisp/pp.el (pp-buffer):
5242 * progmodes/cperl-mode.el (cperl-do-auto-fill):
5243 * textmodes/picture.el (picture-replace-match):
5244 Change space constants followed by a sexp to "?\s ".
5245
5246 * play/decipher.el (decipher-loop-with-breaks):
5247 * textmodes/texinfo.el (texinfo-insert-@item): Change space
5248 constants "protected" from end of line by a comment to "?\s".
5249
5250 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5251
5252 * font-lock.el (save-buffer-state): Use `declare'.
5253
5254 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5255 reset the syntax-table to cperl-mode-syntax-table.
5256 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5257 "foo_print_bar" is not matched as a reserved keyword.
5258
5259 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
5260
5261 * textmodes/org.el (orgtbl-setup): New function, for delayed
5262 setup for the orgtbl commands.
5263 (org-calc-default-modes): New option.
5264 (orgtbl-make-binding): Use `defun' to get better help display.
5265 (org-diary): Call `org-compile-prefix-format'.
5266 (org-table-formula-substitute-names): New function.
5267 (org-agenda-day-view, org-agenda-week-view): New commands.
5268 (org-agenda-toggle-week-view): Command removed.
5269 (org-tbl-menu): Split off from org-org-menu.
5270 (org-mode): Move removal of outline-mode menus to here.
5271 (org-table-formula-debug): New option.
5272 (org-table-insert-row): Keep first field if just "#" or "*".
5273 (org-mode): Paragraph regexps fixed.
5274 (org-table-recalculate-regexp): New constant.
5275 (org-table-justify-field-maybe): Avoid replace if not necessary.
5276 (org-copy-special, org-cut-special): Use `call-interactively'.
5277 (org-table-copy-region): Take region from `interactive' call.
5278 (org-trim): Return string even if no match.
5279 (org-formula): New face.
5280 (org-set-font-lock-defaults): No longer highlight "FIXME".
5281 But highlight formula-related fields in table.
5282 (org-table-p): Use regexp, not fontification.
5283 (org-table-align): Handle white space at end of line.
5284 (org-table-formula-evaluate-inline): New option.
5285 (org-mode): Auto-wrapping in comment lines turned off.
5286 (org-table-copy-down): Evaluate only in copied field, not in
5287 destination.
5288 (org-table-current-formula): Variable removed.
5289 (org-table-store-formulas, org-table-get-stored-formulas)
5290 (org-table-modify-formulas, org-table-replace-in-formulas)
5291 (org-table-maybe-eval-formula): New functions.
5292 (org-table-get-formula): Modify to use stored formulas.
5293 (org-table-insert-column, org-table-delete-column)
5294 (org-table-move-column): Call `org-table-modify-formulas'.
5295 (org-complete): Add completion for keyword formulas.
5296 (orgtbl-mode): Pull orgtbl-mode-map to start of
5297 minor-mode-map-alist.
5298
5299 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5300
5301 * progmodes/python.el (python-check): Require `compile' before
5302 modifying its variables.
5303
5304 * newcomment.el (comment-indent-default): Don't get fooled by an early
5305 end of buffer.
5306
5307 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5308
5309 * ps-print.el (ps-print-version): Fix version number.
5310
5311 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
5312
5313 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5314
5315 2005-06-28 Richard M. Stallman <rms@gnu.org>
5316
5317 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5318 (flyspell-local-mouse-map): Declaration deleted.
5319 (flyspell-mouse-map): Bind only mouse-2.
5320 (flyspell-mode-map): Don't test flyspell-use-local-map.
5321 (flyspell-overlay-keymap-property-name): Var deleted.
5322 (flyspell-mode-on): Don't make local bindings for
5323 flyspell-mouse-map and flyspell-mode-map.
5324 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5325
5326 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5327
5328 * progmodes/compile.el (compilation-next-error-function):
5329 Don't switch buffers; operate on the current buffer.
5330
5331 * progmodes/compile.el (compilation-error-file-name)
5332 (compilation-warning-file-name, compilation-info-file-name)
5333 (compilation-line-number, compilation-column-number): New faces.
5334 (compilation-error-face, compilation-warning-face)
5335 (compilation-info-face, compilation-line-face)
5336 (compilation-column-face): Use them.
5337
5338 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5339
5340 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5341
5342 * bindings.el (global-map): Bind insertchar and its variants.
5343
5344 2005-06-27 Richard M. Stallman <rms@gnu.org>
5345
5346 * textmodes/artist.el (artist-text-overwrite)
5347 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5348
5349 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5350
5351 * ps-print.el: It was not working the page selection for printing.
5352 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5353 (ps-print-version): New version 6.6.7.
5354 (ps-end-sheet): New fun.
5355 (ps-header-sheet, ps-end-job): Call it.
5356
5357 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5358
5359 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5360
5361 2005-06-27 Lute Kamstra <lute@gnu.org>
5362
5363 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5364 background color faces.
5365 (facemenu-get-face): Delete function.
5366 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5367 (facemenu-add-new-color): Make second argument mandatory.
5368 Create the appropriate face and return it. Simplify.
5369 (facemenu-set-foreground, facemenu-set-background): Don't check if
5370 color is defined. Use return value of facemenu-add-new-color.
5371
5372 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5373
5374 * progmodes/gud.el (gud-filter): Add missing argument to
5375 with-selected-window.
5376
5377 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5378
5379 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5380 a :require to the defcustom.
5381
5382 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5383 defcustoms corresponding to minor modes.
5384
5385 2005-06-26 David Ponce <david@dponce.com>
5386
5387 * recentf.el: Require tree-widget instead of wid-edit.
5388 (recentf-filename-handler): Fix widget :type.
5389 (recentf-cancel-dialog, recentf-open-more-files)
5390 (recentf-open-files-action): Doc fix.
5391 (recentf-dialog-goto-first): New function.
5392 (recentf-dialog-mode-map): Set parent keymap first.
5393 (recentf-dialog-mode): Define with define-derived-mode.
5394 Don't display continuation lines in dialogs.
5395 (recentf-edit-list): Rename from recentf-edit-selected-items.
5396 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5397 Simplify.
5398 (recentf-edit-list-validate): New function.
5399 (recentf-edit-list): Update accordingly.
5400 (recentf-open-files-item-shift): Remove.
5401 (recentf-open-files-item): Convert menu elements into tree and
5402 link widgets. Don't create the widgets.
5403 (recentf-open-files): Update accordingly.
5404 (recentf-save-list): Untabify.
5405
5406 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5407
5408 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5409 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5410 partially contained in the active region. Do not take active
5411 region into account when called from Lisp, unless INTERACTIVE arg
5412 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5413 avoid trouble with fields. Make marker point nowhere when no
5414 longer used. Always return nil. Doc fix.
5415 (flush-lines): Add INTERACTIVE arg. Do not take active region
5416 into account when called from Lisp, unless INTERACTIVE arg is
5417 non-nil. Use `forward-line' instead of `beginning-of-line' to
5418 avoid trouble with fields. Make marker point nowhere when no
5419 longer used. Always return nil. Doc fix.
5420 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5421 interchangeable. Do not take active region into account when
5422 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5423 message in echo area when called from Lisp, unless INTERACTIVE arg
5424 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5425 Return the number of matches. Doc fix.
5426 (occur): Doc fix.
5427 (perform-replace): Make comment follow double space convention for
5428 the sake of `outline-minor-mode'.
5429
5430 * faces.el (facep): Doc fix.
5431
5432 2005-06-25 Richard M. Stallman <rms@gnu.org>
5433
5434 * facemenu.el (facemenu-enable-faces-p): New function.
5435 (facemenu-background-menu, facemenu-foreground-menu)
5436 (facemenu-face-menu): Add menu-enable property.
5437
5438 * jka-compr.el (jka-compr-insert-file-contents):
5439 Special handling if cannot find the uncompression program.
5440
5441 * cus-face.el (custom-face-attributes): Add autoload.
5442
5443 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5444 Bind comment-indent-function locally.
5445
5446 * window.el (save-selected-window): Use save-current-buffer.
5447
5448 * subr.el (with-selected-window): Use save-current-buffer.
5449
5450 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5451 and with-current-buffer.
5452
5453 2005-06-24 Richard M. Stallman <rms@gnu.org>
5454
5455 * simple.el (line-move-1): Fix previous change.
5456
5457 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5458
5459 * replace.el (occur-1): Set `buffer-read-only' and the
5460 buffer-modified flag before running `occur-hook' to protect
5461 against unintentional buffer switches that can lead to data loss.
5462
5463 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5464
5465 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5466 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5467 initial error.
5468
5469 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5470 after fresh input.
5471 (gdb-var-create-handler): Put name of expression in quotes.
5472
5473 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5474
5475 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5476 elements of RING in order, and without bogus nil elements.
5477
5478 2005-06-23 Richard M. Stallman <rms@gnu.org>
5479
5480 * simple.el (set-variable): Args renamed; doc fix.
5481 (line-move-1): When there are overlays around, use vertical-motion.
5482
5483 * faces.el (escape-glyph): Use brown against light background.
5484 (nobreak-space): Rename from no-break-space.
5485 Fix previous change.
5486
5487 * dired-aux.el (dired-do-copy): Fix arg prompt.
5488
5489 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5490
5491 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5492
5493 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5494 rather than "Distributor".
5495
5496 2005-06-23 Lute Kamstra <lute@gnu.org>
5497
5498 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5499 (debug-on-entry): Use it. New interactive declaration that uses
5500 function-called-at-point.
5501
5502 2005-06-23 Kim F. Storm <storm@cua.dk>
5503
5504 * subr.el (save-match-data): Add comment about using evaporate arg
5505 to set-match-data.
5506
5507 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5508
5509 * cus-edit.el (customize-face)
5510 (customize-face-other-window): Handle face aliases.
5511
5512 * faces.el (face-documentation, set-face-attribute)
5513 (face-spec-set): Handle face aliases.
5514
5515 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5516
5517 * help-mode.el (help-make-xrefs): If a symbol representing a face
5518 name is not followed by the word "face", it could still be a
5519 function or variable name, so don't bypass other checks.
5520
5521 2005-06-22 Juri Linkov <juri@jurta.org>
5522
5523 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5524 Replace aliased functions with calls where second arg `inherit' is t.
5525
5526 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5527
5528 * progmodes/gdb-ui.el (gdb-error): New variable.
5529 (gdb-error): New function.
5530 (gdb-annotation-rules): Act on error-begin and error annotations.
5531 (gdb-concat-output): Use font-lock-warning-face for errors.
5532
5533 2005-06-22 Miles Bader <miles@gnu.org>
5534
5535 * bindings.el (propertized-buffer-identification): Use renamed
5536 `Buffer-menu-buffer' face.
5537
5538 * faces.el (vertical-border): Rename from `vertical-divider'.
5539 (escape-glyph): Change dark-background color back to `cyan'.
5540
5541 2005-06-21 Juri Linkov <juri@jurta.org>
5542
5543 * faces.el (face-user-default-spec): Try getting `customized-face'
5544 prior to `saved-face'.
5545 (frame-background-mode): Refill docstring.
5546
5547 * emacs-lisp/lisp-mode.el (eval-defun-1):
5548 * emacs-lisp/edebug.el (edebug-eval-defun):
5549 Set `saved-face' temporarily to nil before calling form.
5550 Set `customized-face' to the new spec after that.
5551
5552 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5553
5554 * subr.el (1value, lambda, key-substitution-in-progress):
5555 Doc fixes.
5556
5557 * autoinsert.el (auto-insert-alist):
5558 * ses.el (ses-call-printer):
5559 * subr.el (noreturn):
5560 * emacs-lisp/lisp.el (check-parens):
5561 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5562 * net/browse-url.el (browse-url-mosaic):
5563 * progmodes/cc-defs.el (c-safe-scan-lists):
5564 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5565 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5566 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5567 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5568 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5569 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5570
5571 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5572
5573 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5574
5575 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5576
5577 * calendar/appt.el (appt-make-list): Activate the package, if
5578 not already active (for backwards compatibility).
5579
5580 2005-06-20 Kim F. Storm <storm@cua.dk>
5581
5582 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5583
5584 2005-06-20 Miles Bader <miles@gnu.org>
5585
5586 * faces.el (vertical-divider): New face.
5587
5588 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5589
5590 * simple.el (kill-whole-line): Doc fix.
5591 (next-error-buffer-p, next-error-find-buffer)
5592 (clone-indirect-buffer): Fix typos in docstrings.
5593 (comment-line-break-function): Doc fix: don't say variable
5594 is automatically buffer-local (it isn't).
5595
5596 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5597
5598 * net/tramp-ftp.el (top):
5599 * net/tramp-smb.el (top):
5600 * net/tramp-util.el (top):
5601 * net/tramp-uu.el (top):
5602 * net/tramp-vc.el (top):
5603 * net/tramp.el (top): Revert copyright years back to original
5604 ones. Tramp has a life outside GNU Emacs.
5605
5606 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5607
5608 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5609
5610 2005-06-18 Juri Linkov <juri@jurta.org>
5611
5612 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5613 end of first regexp to limit the match to the position between
5614 line number and source line with same separator character as used
5615 between file name and line number. In the second regexp limit
5616 mouse-face area to file name and line number by adding new group
5617 for them and referring it in HYPERLINK arg.
5618 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5619 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5620 previous line where grep markers may be already removed.
5621
5622 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5623
5624 * progmodes/ps-mode.el: Update version and maintainer's email address.
5625
5626 2005-06-18 Steve Youngs <steve@xemacs.org>
5627
5628 * net/browse-url.el (browse-url-browser-function)
5629 (browse-url-default-browser): Add firefox.
5630 (browse-url-firefox-program, browse-url-firefox-arguments)
5631 (browse-url-firefox-startup-arguments)
5632 (browse-url-firefox-new-window-is-tab): New defcustoms.
5633 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5634
5635 2005-06-17 Richard M. Stallman <rms@gnu.org>
5636
5637 * startup.el (command-line): Warn if specified user name has
5638 no home directory.
5639
5640 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5641 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5642
5643 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5644 Doc fixes.
5645
5646 * faces.el (underline): Try bold if terminal doesn't support underline.
5647
5648 * mail/sendmail.el (mail-setup-with-from): New variable.
5649 (mail-insert-from-field): New function.
5650 (sendmail-send-it): Call it.
5651 (mail-setup): Optionally call it here.
5652
5653 * term/linux.el: Call tty-no-underline.
5654
5655 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5656
5657 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5658
5659 2005-06-17 Miles Bader <miles@gnu.org>
5660
5661 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5662 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5663 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5664 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5665 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5666 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5667 Remove "-face" suffix from face names.
5668 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5669 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5670 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5671 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5672 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5673 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5674 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5675 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5676 New backward-compatibility aliases for renamed faces.
5677 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5678 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5679 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5680 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5681 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5682 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5683 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5684 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5685 Use renamed ediff faces.
5686
5687 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5688 Remove "-face" suffix from face names.
5689 (eshell-test-ok-face, eshell-test-failed-face):
5690 New backward-compatibility aliases for renamed faces.
5691 (eshell-run-test): Use renamed eshell-test faces.
5692
5693 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5694 face name.
5695 (eshell-prompt-face): New backward-compatibility alias for renamed
5696 face.
5697 (eshell-emit-prompt): Use renamed eshell-prompt face.
5698
5699 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5700 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5701 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5702 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5703 Remove "-face" suffix from face names.
5704 (eshell-ls-directory-face, eshell-ls-symlink-face)
5705 (eshell-ls-executable-face, eshell-ls-readonly-face)
5706 (eshell-ls-unreadable-face, eshell-ls-special-face)
5707 (eshell-ls-missing-face, eshell-ls-archive-face)
5708 (eshell-ls-backup-face, eshell-ls-product-face)
5709 (eshell-ls-clutter-face):
5710 New backward-compatibility aliases for renamed faces.
5711 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5712
5713 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5714 Remove "-face" suffix from face name.
5715 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5716 instead of literal face.
5717
5718 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5719
5720 * emacs-lisp/warnings.el (display-warning, lwarn)
5721 (warning-minimum-log-level): Doc fixes.
5722 (warning-minimum-level, warning-minimum-log-level):
5723 Add :debug to :type choices.
5724
5725 * progmodes/ada-mode.el (ada-format-paramlist)
5726 (ada-get-indent-case, ada-check-matching-start)
5727 (ada-check-defun-name, ada-goto-matching-decl-start)
5728 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5729 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5730 (ada-make-subprogram-body): Follow error conventions.
5731 (ada-case-exception-file, ada-indent-comment-as-code)
5732 (ada-indent-handle-comment-special, ada-indent-renames)
5733 (ada-indent-return, ada-search-directories-internal)
5734 (ada-tab-policy, ada-case-exception-substring)
5735 (ada-other-file-alist, ada-matching-start-re)
5736 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5737 (ada-imenu-generic-expression, ada-compile-goto-error)
5738 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5739 (ada-popup-menu, ada-add-extensions, ada-mode)
5740 (ada-region-selected, ada-create-case-exception)
5741 (ada-create-case-exception-substring, ada-after-keyword-p)
5742 (ada-activate-keys-for-case, ada-adjust-case-region)
5743 (ada-adjust-case-buffer, ada-format-paramlist)
5744 (ada-scan-paramlist, ada-insert-paramlist)
5745 (ada-indent-newline-indent)
5746 (ada-indent-newline-indent-conditional)
5747 (ada-justified-indent-current, ada-goto-previous-word)
5748 (ada-indent-current, ada-get-indent-open-paren)
5749 (ada-get-indent-paramlist, ada-get-indent-end)
5750 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5751 (ada-get-indent-block-start, ada-get-indent-subprog)
5752 (ada-get-indent-noindent, ada-get-indent-label)
5753 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5754 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5755 (ada-goto-stmt-end, ada-goto-next-word)
5756 (ada-check-matching-start, ada-check-defun-name)
5757 (ada-goto-matching-decl-start, ada-goto-matching-start)
5758 (ada-goto-matching-end, ada-search-ignore-string-comment)
5759 (ada-in-decl-p, ada-looking-at-semi-or)
5760 (ada-looking-at-semi-private, ada-in-paramlist-p)
5761 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5762 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5763 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5764 (ada-previous-package, ada-create-menu)
5765 (ada-fill-comment-paragraph-justify)
5766 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5767 (ada-other-file-name, ada-last-which-function-line)
5768 (ada-last-which-function-subprog, ada-which-function)
5769 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5770 (ada-gen-treat-proc, ada-check-emacs-version)
5771 (ada-continuation-indent, ada-align-region-separate):
5772 Fix typos in docstrings.
5773 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5774
5775 2005-06-16 Lute Kamstra <lute@gnu.org>
5776
5777 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5778 conditionally.
5779
5780 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5781
5782 * comint.el (comint-replace-by-expanded-filename)
5783 (comint-prompt-regexp, comint-delimiter-argument-list)
5784 (comint-preinput-scroll-to-bottom):
5785 * info.el (Info-hide-cookies-node):
5786 * ls-lisp.el (ls-lisp-classify):
5787 * find-file.el (ff-search-directories, ff-special-constructs)
5788 (ff-find-other-file):
5789 * font-lock.el (font-lock-keywords):
5790 * shell.el (shell-prompt-pattern)
5791 (shell-dynamic-complete-functions, shell-mode)
5792 (shell-delimiter-argument-list):
5793 * term.el (term-replace-by-expanded-filename)
5794 (term-prompt-regexp, term-delimiter-argument-list):
5795 * woman.el (woman-ignore, woman0-if):
5796 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5797 * emacs-lisp/elint.el (elint-init-env):
5798 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5799 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5800 * language/ethio-util.el (ethio-tilde-escape)
5801 (ethio-use-three-dot-question):
5802 * net/zone-mode.el (zone-mode-load-time-setup):
5803 * progmodes/cc-align.el (c-lineup-argcont):
5804 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5805 * progmodes/cperl-mode.el (cperl-set-style-back):
5806 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5807 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5808 Fix spellings in docstrings.
5809
5810 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5811 * progmodes/modula2.el (m2-for): Fix spellings.
5812
5813 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5814
5815 * simple.el (undo-more): Don't use `format' on `error' arguments.
5816 Improve argument/docstring consistency.
5817 (pending-undo-list): Doc fix.
5818
5819 * smerge-mode.el (smerge-ensure-match):
5820 * emulation/vip.el (vip-ex):
5821 * net/zone-mode.el (zone-mode-update-serial):
5822 * progmodes/idlwave.el (idlwave-complete):
5823 * progmodes/vhdl-mode.el (vhdl-visit-file)
5824 (vhdl-compose-wire-components):
5825 Don't use `format' on `error' arguments.
5826
5827 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5828 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5829 (tooltip-help-tips): Fix typos in docstrings.
5830
5831 2005-06-16 David Ponce <david@dponce.com>
5832
5833 * tree-widget.el (tree-widget-value-create): Simplify last change.
5834
5835 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5836
5837 * ido.el (ido-incomplete-regexp): New variable.
5838 (ido-set-matches-1): Handle invalid-regexp error and set
5839 ido-incomplete-regexp.
5840 (ido-incomplete-regexp): New face.
5841 (ido-completions): Use it.
5842 (ido-complete, ido-exit-minibuffer, ido-completions):
5843 Handle incomplete regexps.
5844 (ido-completions): Add check for complete match when entering a regexp.
5845
5846 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5847
5848 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5849
5850 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5851
5852 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5853 by field delimiters.
5854
5855 2005-06-15 David Ponce <david@dponce.com>
5856
5857 * tree-widget.el: eval-and-compile inlined functions so they will
5858 be available at run-time too.
5859 (tree-widget-super-format-handler)
5860 (tree-widget-format-handler): Remove.
5861 (tree-widget-value-create): Handle the :indent property.
5862
5863 2005-06-15 Miles Bader <miles@gnu.org>
5864
5865 * progmodes/which-func.el (which-func): Only inherit
5866 `font-lock-function-name-face' when that makes sense against the
5867 default mode-line face, otherwise set the face color explicitly.
5868
5869 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5870 faces instead of (non-existent) variables.
5871
5872 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5873
5874 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5875 (iswitchb-get-matched-buffers): Likewise. Simplify.
5876
5877 2005-06-14 Miles Bader <miles@gnu.org>
5878
5879 * progmodes/ld-script.el (ld-script-location-counter):
5880 Remove "-face" suffix from face name.
5881 (ld-script-location-counter-face):
5882 New backward-compatibility alias for renamed face.
5883 (ld-script-location-counter-face): Use renamed face.
5884
5885 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5886 (cperl-hash): Remove "-face" suffix from face names.
5887 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5888 New backward-compatibility aliases for renamed faces.
5889 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5890 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5891
5892 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5893 name.
5894 (which-func-face): New backward-compatibility alias for renamed face.
5895 (which-func-format): Use renamed which-func face.
5896
5897 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5898 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5899 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5900 names.
5901 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5902 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5903 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5904 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5905 (vhdl-speedbar-architecture-selected)
5906 (vhdl-speedbar-configuration-selected)
5907 (vhdl-speedbar-package-selected)
5908 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5909 names.
5910 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5911 Use renamed faces.
5912 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5913 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5914 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5915 Use renamed faces.
5916 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5917 names.
5918 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5919 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5920 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5921 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5922 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5923 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5924
5925 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5926 face name.
5927 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5928 (sh-heredoc-face): Use renamed sh-heredoc face.
5929
5930 * progmodes/idlw-help.el (idlwave-help-link):
5931 Remove "-face" suffix from face name.
5932 (idlwave-help-link-face):
5933 New backward-compatibility alias for renamed face.
5934 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5935
5936 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5937 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5938 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5939 New backward-compatibility aliases for renamed faces.
5940 (idlwave-shell-disabled-breakpoint-face)
5941 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5942
5943 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5944 Remove "-face" suffix from face names.
5945 (flymake-errline-face, flymake-warnline-face):
5946 New backward-compatibility aliases for renamed faces.
5947 (flymake-highlight-line): Use renamed flymake faces.
5948
5949 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5950 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5951 (ebrowse-member-class, ebrowse-progress):
5952 Remove "-face" suffix from face names.
5953 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5954 (ebrowse-file-name-face, ebrowse-default-face)
5955 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5956 (ebrowse-progress-face):
5957 New backward-compatibility aliases for renamed faces.
5958 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
5959 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
5960 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
5961 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
5962
5963 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
5964 antlr-syntax)
5965 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
5966 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
5967 names.
5968 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
5969 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
5970 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
5971 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
5972 backward-compatibility aliases for renamed faces.
5973 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
5974 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
5975 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
5976 remove "font-lock-". Use renamed antlr-mode faces.
5977 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
5978 literal face-names with face variable references.
5979
5980 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
5981 face name.
5982 (Buffer-menu-buffer-face): New backward-compatibility alias for
5983 renamed face.
5984 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
5985
5986 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
5987
5988 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
5989 Eliminate "-face" suffix.
5990 (makefile-targets): Inherit from font-lock-function-name-face and
5991 eliminate "-face" suffix.
5992 (makefile-shell): Remove attributes and eliminate "-face" suffix.
5993 (makefile-*-font-lock-keywords): Append makefile-targets in rule
5994 actions, instead of prepending, to make it less visible.
5995 (makefile-previous-dependency, makefile-match-dependency):
5996 Don't match a target on a continuation line.
5997
5998 * files.el (auto-mode-alist): Put Makefile in gmake mode.
5999
6000 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
6001
6002 * progmodes/gdb-ui.el (menu): Re-order menu items.
6003 (gdb-tooltip-print): Respect tooltip-use-echo-area.
6004
6005 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
6006 Define in tooltip.el.
6007 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
6008 (gud-tooltip-tips): Respect tooltip-use-echo-area and
6009 gud-tooltip-echo-area.
6010
6011 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
6012 backward compatibility and make obsolete.
6013 (tooltip-help-tips): Use tooltip-use-echo-area.
6014 (tooltip-show-help-function): Rename to...
6015 (tooltip-show-help): ...this, because it is a function.
6016 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
6017
6018 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6019
6020 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
6021 (edebug-print-length, edebug-print-level, edebug-print-circle)
6022 (edebug-modify-breakpoint, edebug-eval-last-sexp)
6023 (edebug-eval-print-last-sexp): Doc fixes.
6024
6025 2005-06-14 Kim F. Storm <storm@cua.dk>
6026
6027 * ido.el (ido-mode): Make a new keymap every time we enable ido,
6028 as the coverage buffer/file/both may change.
6029
6030 2005-06-14 Lute Kamstra <lute@gnu.org>
6031
6032 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
6033 and run-mode-hooks. Simplify.
6034
6035 * mail/rmailedit.el (rmail-edit-mode):
6036 * progmodes/octave-inf.el (inferior-octave-mode):
6037 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
6038
6039 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
6040 and run-mode-hooks.
6041 (recentf-edit-list, recentf-open-files): Don't call
6042 kill-all-local-variables directly.
6043
6044 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
6045
6046 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
6047
6048 * emacs-lisp/byte-run.el (make-obsolete)
6049 (define-obsolete-function-alias): Rename arguments FUNCTION and
6050 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
6051 (make-obsolete-variable, define-obsolete-variable-alias):
6052 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
6053 respectively.
6054
6055 * isearchb.el (isearchb-activate):
6056 * pcvs.el (cvs-mode):
6057 * ses.el (ses-load):
6058 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
6059 * net/tramp.el (tramp-find-file-exists-command)
6060 (tramp-find-shell):
6061 * progmodes/ada-mode.el (ada-create-case-exception)
6062 (ada-create-case-exception-substring, ada-make-subprogram-body):
6063 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6064 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
6065 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
6066 * textmodes/org.el (org-promote, org-evaluate-time-range)
6067 (org-agenda-next-date-line, org-agenda-previous-date-line)
6068 (org-agenda-error, org-open-at-point, org-table-move-row)
6069 (org-format-table-table-html-using-table-generate-source)
6070 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
6071 * textmodes/reftex.el (reftex-access-scan-info):
6072 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
6073 (reftex-toc-promote-prepare): Follow error conventions.
6074
6075 * diff-mode.el (diff-mode): Fix typo in docstring.
6076
6077 * forms.el (forms--intuit-from-file): Fix reference to
6078 `forms-number-of-fields' in error message.
6079 (forms-print): Fix quoting in error message.
6080
6081 * forms.el (forms-mode):
6082 * emulation/vi.el (vi-goto-insert-state):
6083 * progmodes/flymake.el (flymake-new-err-info)
6084 (flymake-start-syntax-check-for-current-buffer)
6085 (flymake-simple-cleanup):
6086 * eshell/esh-var.el (eshell/export):
6087 * progmodes/gud.el (xdb):
6088 * textmodes/flyspell.el (flyspell-incorrect-hook)
6089 (flyspell-maybe-correct-transposition)
6090 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
6091
6092 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
6093
6094 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
6095 minibuffer prompt.
6096
6097 2005-06-13 Kim F. Storm <storm@cua.dk>
6098
6099 * subr.el (add-to-ordered-list): New defun.
6100
6101 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
6102 add cua--keymap-alist to emulation-mode-map-alists.
6103
6104 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6105
6106 * subr.el (complete-in-turn): New macro.
6107 (dynamic-completion-table, lazy-completion-table): Add debug info.
6108
6109 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
6110 in preference to face aliases.
6111
6112 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
6113 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
6114 Remove unused vars `start' and `firstline'.
6115 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
6116 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
6117
6118 2005-06-13 Eli Zaretskii <eliz@gnu.org>
6119
6120 * cus-start.el (all): Don't complain about missing GTK-related
6121 variables, unless either `gtk' is boundp or this isn't a
6122 `windows-nt' build.
6123
6124 2005-06-13 Lute Kamstra <lute@gnu.org>
6125
6126 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
6127 run-mode-hooks.
6128
6129 * ediff-mult.el (ediff-meta-mode):
6130 * ediff-util.el (ediff-mode): Use run-mode-hooks.
6131
6132 * ledit.el (ledit-mode): Use delay-mode-hooks.
6133
6134 * woman.el (woman-mode-line-format): Delete constant.
6135 (woman-mode-map): Initialize it properly.
6136 (woman-mode): Set mode-class property to special.
6137 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
6138 Set major-mode and mode-name. Don't set mode-line-format directly.
6139 (Man-getpage-in-background): Don't reference woman-mode-line-format.
6140
6141 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
6142 string argument obsolete.
6143
6144 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
6145
6146 * textmodes/org.el (org-CUA-compatible): New option.
6147 (org-disputed-keys): New variable.
6148 (org-key): New function.
6149 (orgtbl-make-binding): Add docstring to the created function.
6150 (org-mode): Set paragraph start/separate regexps.
6151 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
6152 (org-archive-location, org-archive-mark-done)
6153 (org-archive-stamp-time): New options.
6154 (org-archive-subtree): New command.
6155 (org-fill-paragraph): New function.
6156 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
6157 (org-fake-empty-table-line): Function removed.
6158 (org-format-org-table-html): Do not create empty table lines at
6159 separator lines. Improved table header treatment.
6160 (org-link-format): New option.
6161 (org-make-link): New function.
6162 (org-insert-link, org-store-link): Use org-make-link.
6163 (org-open-file): Quote file name for shell command, to allow
6164 spaces in file names.
6165 (org-link-regexp): Fix bug with mailto link.
6166 (org-link-maybe-angles-regexp, org-protected-link-regexp):
6167 New constants.
6168 (org-export-as-html): Deal with the optional angles around a link.
6169 Better treatment of file: links.
6170 (org-open-at-point): Replace @{ and @} with < and >.
6171 (org-run-mode-hooks): Function removed.
6172 (org-agenda-mode): No longer use `org-run-mode-hooks'.
6173
6174 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
6175
6176 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
6177 MI command -data-list-register-values.
6178 (gdb-post-prompt): Indent properly.
6179
6180 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
6181
6182 * hilit-chg.el (highlight-changes-colors): Rename from
6183 `highlight-changes-colours'.
6184 (highlight-changes-colours): Keep as obsolete alias.
6185 (highlight-changes-face-list): Doc fix.
6186 (hilit-chg-make-list): Use `highlight-changes-colors'.
6187
6188 2005-06-12 Mark A. Hershberger <mah@everybody.org>
6189
6190 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
6191 defun-prompt-regexp.
6192
6193 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6194
6195 * loadup.el: Don't say we are dumping under 2 names on windows-nt
6196 and cygwin.
6197
6198 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6199 Don't use an old loaddefs.el, as in Makefile.in.
6200
6201 2005-06-12 Lute Kamstra <lute@gnu.org>
6202
6203 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6204
6205 * man.el (Man-mode-map): Initialize it properly.
6206 (Man-mode): Set mode-class property to special.
6207
6208 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6209
6210 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6211
6212 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6213 A newline is needed in the docstring there.
6214
6215 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6216 Doc fixes.
6217
6218 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6219
6220 * printing.el: Doc fix. The menubar is no more changed when printing
6221 is loaded, it only changes when pr-menu-bind or pr-update-menus is
6222 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
6223 (pr-version): New version number (6.8.4).
6224 (pr-menu-bind): New command.
6225 (pr-update-menus): Docstring and code fix.
6226 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6227 Docstring fix.
6228 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6229 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6230
6231 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
6232
6233 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6234 "Returns" to "return", document useful return values, etc.
6235
6236 2005-06-11 Alan Mackenzie <acm@muc.de>
6237
6238 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6239 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6240 (adaptive-file-function): Minor amendment to doc-string.
6241
6242 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6243
6244 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
6245 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6246 Fix :type--it is `integer', not `string'.
6247
6248 * faces.el (modeline-highlight): Rename from (the erroneous)
6249 `modeline-higilight'.
6250
6251 2005-06-11 Lute Kamstra <lute@gnu.org>
6252
6253 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6254 lisp-interaction-mode-map but make it the parent.
6255 (edebug-eval-mode): Use define-derived-mode.
6256
6257 2005-06-11 Andreas Schwab <schwab@suse.de>
6258
6259 * bindings.el: Add binding of `ESC functionkey' for every
6260 `M-functionkey'.
6261 * hexl.el (hexl-mode-map): Likewise.
6262
6263 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
6264
6265 * progmodes/compile.el (compilation-error-regexp-alist-alist)
6266 [msft]: update regexp for newer msft compilers.
6267
6268 2005-06-10 Mark A. Hershberger <mah@everybody.org>
6269
6270 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6271 ATTLIST portions of included DTDs.
6272 (xml-parse-dtd): Eliminate use of inefficient match-data.
6273
6274 2005-06-10 Miles Bader <miles@gnu.org>
6275
6276 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6277 (mpuz-text): Remove "-face" suffix from face names.
6278 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6279 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6280 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6281
6282 * play/gomoku.el (gomoku-O, gomoku-X):
6283 Remove "-face" suffix from face names.
6284 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6285 New backward-compatibility aliases for renamed faces.
6286 (gomoku-font-lock-keywords): Use renamed gomoku faces.
6287
6288 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6289
6290 * thumbs.el: Fixes for changes of 2005-06-09.
6291 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6292 as a directory.
6293 (thumbs-thumbname): Remove directory separator from format string;
6294 `thumbs-thumbsdir' now returns a valid directory name.
6295 (thumbs-temp-dir): New defsubst.
6296 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6297 Use it.
6298
6299 * cus-edit.el (minibuffer):
6300 * files.el (make-backup-file-name-function):
6301 * filesets.el (filesets-external-viewers):
6302 * hilit-chg.el (highlight-changes-colours)
6303 (highlight-changes-face-list, highlight-changes-rotate-faces):
6304 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6305 * kmacro.el (kmacro-call-macro):
6306 * log-edit.el (log-edit-changelog-full-paragraphs):
6307 * mouse.el (mouse-1-click-follows-link):
6308 * skeleton.el (skeleton-autowrap):
6309 * subr.el (insert-for-yank-1):
6310 * tempo.el (tempo-insert-region):
6311 * terminal.el (terminal-emulator):
6312 * time.el (display-time-mail-face):
6313 * vc.el (vc-annotate):
6314 * vcursor.el (vcursor-copy-line):
6315 * woman.el (woman-bold-headings, woman-ignore)
6316 (woman-default-faces, woman-monochrome-faces):
6317 * calendar/todo-mode.el (todo-insert-threshold):
6318 * emulation/pc-select.el (pc-select-selection-keys-only)
6319 (pc-selection-mode):
6320 * emulation/vip.el (vip-find-char-forward):
6321 * emulation/viper-cmd.el (viper-find-char-forward):
6322 * international/mule-cmds.el
6323 (select-safe-coding-system-accept-default-p)
6324 (input-method-exit-on-invalid-key):
6325 * international/mule-diag.el (describe-coding-system):
6326 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6327 * net/browse-url.el (browse-url-xterm-program):
6328 * obsolete/lazy-lock.el (lazy-lock-mode):
6329 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6330 (cperl-mode):
6331 * progmodes/cpp.el (cpp-face-light-name-list)
6332 (cpp-face-dark-name-list):
6333 * progmodes/delphi.el (delphi-newline-always-indents):
6334 Fix spellings in docstrings.
6335
6336 * ido.el (ido-mode, ido-file-extensions-order)
6337 (ido-default-file-method, ido-default-buffer-method)
6338 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6339 (ido-decorations, ido-read-file-name-as-directory-commands)
6340 (ido-read-file-name-non-ido, ido-work-directory-list)
6341 (ido-ignore-item-temp-list, ido-current-directory)
6342 (ido-magic-forward-char, ido-enter-find-file)
6343 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6344 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6345
6346 2005-06-10 Lute Kamstra <lute@gnu.org>
6347
6348 * play/dunnet.el (dun-mode): Use define-derived-mode.
6349 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6350 obsolete alias.
6351
6352 * play/doctor.el (doctor-mode-map): Remove defvar.
6353 (doctor-mode): Use define-derived-mode.
6354
6355 * mail/mspools.el (mspools-mode):
6356 * net/eudc-hotlist.el (eudc-hotlist-mode):
6357 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6358
6359 2005-06-10 Miles Bader <miles@gnu.org>
6360
6361 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6362 Remove "-face" suffix from face names.
6363 (flyspell-incorrect-face, flyspell-duplicate-face):
6364 New backward-compatibility aliases for renamed faces.
6365 (flyspell-mode-on, make-flyspell-overlay)
6366 (flyspell-highlight-incorrect-region)
6367 (flyspell-highlight-duplicate-region)
6368 (flyspell-display-next-corrections)
6369 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6370
6371 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6372 from face name.
6373 (texinfo-heading-face): New backward-compatibility alias for
6374 renamed face.
6375 (texinfo-heading-face): Use renamed texinfo-heading face.
6376
6377 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6378 suffix from face names.
6379 (tex-math-face, tex-verbatim-face):
6380 New backward-compatibility aliases for renamed faces.
6381 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6382 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6383 literal face name.
6384
6385 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6386 name.
6387 (table-cell-face): New backward-compatibility alias for renamed face.
6388 (table--put-cell-face-property, table--update-cell-face):
6389 Use renamed table-cell face.
6390
6391 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6392 from face name.
6393 (sgml-namespace-face): New backward-compatibility alias for
6394 renamed face.
6395 (sgml-namespace-face): Use renamed sgml-namespace face.
6396
6397 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6398 (org-level-4, org-level-5, org-level-6, org-level-7)
6399 (org-level-8, org-warning, org-headline-done)
6400 (org-deadline-announce, org-scheduled-today)
6401 (org-scheduled-previously, org-link, org-done, org-table)
6402 (org-time-grid): Remove "-face" suffix from face names.
6403 (org-level-1-face, org-level-2-face, org-level-3-face)
6404 (org-level-4-face, org-level-5-face, org-level-6-face)
6405 (org-level-7-face, org-level-8-face, org-warning-face)
6406 (org-headline-done-face, org-deadline-announce-face)
6407 (org-scheduled-today-face, org-scheduled-previously-face)
6408 (org-link-face, org-done-face, org-table-face)
6409 (org-time-grid-face):
6410 New backward-compatibility aliases for renamed faces.
6411 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6412 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6413 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6414 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6415
6416 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6417 (viper-minibuffer-emacs, viper-minibuffer-insert)
6418 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6419 (viper-search-face, viper-replace-overlay-face)
6420 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6421 (viper-minibuffer-vi-face):
6422 New backward-compatibility aliases for renamed faces.
6423 (viper-search-face, viper-replace-overlay-face)
6424 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6425 (viper-minibuffer-vi-face): Use renamed viper faces.
6426
6427 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6428 Remove "-face" suffix from face names.
6429 (testcover-nohits-face, testcover-1value-face):
6430 New backward-compatibility aliases for renamed faces.
6431 (testcover-mark): Use renamed testcover faces.
6432
6433 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6434 face name.
6435 (diary-button-face): New backward-compatibility alias for renamed face.
6436 (diary-entry): Use renamed diary-button face.
6437
6438 * calendar/calendar.el (diary, calendar-today, holiday)
6439 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6440 (diary-face, calendar-today-face, holiday-face):
6441 New backward-compatibility aliases for renamed faces.
6442 (eval-after-load "facemenu", diary-entry-marker)
6443 (calendar-today-marker, calendar-holiday-marker, diary-face):
6444 Use renamed calendar faces.
6445
6446 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6447 (compare-windows-face): New backward-compatibility alias for
6448 renamed face.
6449 (compare-windows-highlight): Use renamed compare-windows face.
6450
6451 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6452 (strokes-char-face): New backward-compatibility alias for renamed face.
6453 (strokes-encode-buffer): Use renamed strokes-char face.
6454
6455 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6456 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6457 Remove "-face" suffix from face names.
6458 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6459 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6460 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6461 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6462 Use renamed pcvs faces.
6463 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6464 * pcvs-defs.el (cvs-mode-map): Likewise.
6465 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6466
6467 * info.el (info-title-1, info-title-2, info-title-3)
6468 (info-title-4): Remove "-face" suffix from and downcase face names.
6469 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6470 (Info-title-4-face):
6471 New backward-compatibility aliases for renamed faces.
6472 (Info-fontify-node): Use renamed info faces.
6473
6474 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6475 Remove "-face" suffix from face names.
6476 (highlight-changes-face, highlight-changes-delete-face):
6477 New backward-compatibility aliases for renamed faces.
6478 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6479 (hilit-chg-make-list): Use renamed highlight-changes faces.
6480
6481 * generic-x.el (show-tabs-tab, show-tabs-space):
6482 Remove "-face" suffix from face names.
6483 (show-tabs-tab-face, show-tabs-space-face):
6484 New backward-compatibility aliases for renamed faces.
6485 (show-tabs-generic-mode-font-lock-defaults-1)
6486 (show-tabs-generic-mode-font-lock-defaults-2):
6487 Use renamed show-tabs faces.
6488
6489 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6490 (smerge-markers): Remove "-face" suffix from face names.
6491 (smerge-mine-face, smerge-other-face, smerge-base-face)
6492 (smerge-markers-face):
6493 New backward-compatibility aliases for renamed faces.
6494 (smerge-mine-face, smerge-other-face, smerge-base-face)
6495 (smerge-markers-face): Use renamed smerge faces.
6496
6497 * log-view.el (log-view-file, log-view-message): Remove "-face"
6498 suffix from face names.
6499 (log-view-file-face, log-view-message-face):
6500 New backward-compatibility aliases for renamed faces.
6501 (log-view-file-face, log-view-message-face): Use renamed log-view
6502 faces.
6503
6504 * paren.el (show-paren-match, show-paren-mismatch):
6505 Remove "-face" suffix from face names.
6506 (show-paren-match-face, show-paren-mismatch-face):
6507 New backward-compatibility aliases for renamed faces.
6508 (show-paren-function): Use renamed show-paren faces.
6509
6510 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6511 (ruler-mode-margins, ruler-mode-fringes)
6512 (ruler-mode-column-number, ruler-mode-fill-column)
6513 (ruler-mode-comment-column, ruler-mode-goal-column)
6514 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6515 suffix from face names.
6516 (ruler-mode-default-face, ruler-mode-pad-face)
6517 (ruler-mode-margins-face, ruler-mode-fringes-face)
6518 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6519 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6520 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6521 New backward-compatibility aliases for renamed faces.
6522 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6523 (ruler-mode-column-number, ruler-mode-fill-column)
6524 (ruler-mode-comment-column, ruler-mode-goal-column)
6525 (ruler-mode-tab-stop, ruler-mode-current-column)
6526 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6527 faces.
6528
6529 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6530 face name.
6531 (whitespace-highlight-the-space): Use renamed face.
6532 (whitespace-highlight-face): New backward-compatibility alias for
6533 renamed face.
6534
6535 * woman.el (woman-italic, woman-bold, woman-unknown)
6536 (woman-addition, woman-symbol-face):
6537 Remove "-face" suffix from face names.
6538 (woman-italic-face, woman-bold-face, woman-unknown-face)
6539 (woman-addition-face):
6540 New backward-compatibility aliases for renamed faces.
6541 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6542 (woman-decode-region, woman-replace-match)
6543 (woman-display-extended-fonts, woman-special-characters)
6544 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6545 Use renamed woman faces.
6546
6547 * longlines.el (longlines-visible-face): Face removed.
6548
6549 * diff-mode.el (diff-header, diff-file-header, diff-index)
6550 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6551 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6552 suffix from face names.
6553 (diff-header-face, diff-file-header-face, diff-index-face)
6554 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6555 (diff-changed-face, diff-function-face, diff-context-face)
6556 (diff-nonexistent-face): New backward-compatibility aliases for
6557 renamed faces.
6558 (diff-header-face, diff-file-header-face)
6559 (diff-index, diff-index-face, diff-hunk-header)
6560 (diff-hunk-header-face, diff-removed, diff-removed-face)
6561 (diff-added, diff-added-face, diff-changed-face, diff-function)
6562 (diff-function-face, diff-context-face, diff-nonexistent)
6563 (diff-nonexistent-face): Use renamed diff-mode faces.
6564
6565 * progmodes/compile.el (compilation-warning-face)
6566 (compilation-info-face): Remove "-face" suffix from face names.
6567 (compilation-warning-face, compilation-info-face):
6568 New backward-compatibility aliases for renamed faces.
6569 (compilation-warning-face, compilation-info-face):
6570 Use renamed compilation faces.
6571
6572 * add-log.el (change-log-date, change-log-name)
6573 (change-log-email, change-log-file, change-log-list)
6574 (change-log-conditionals, change-log-function)
6575 (change-log-acknowledgement): Remove "-face" suffix from face names.
6576 (change-log-date-face, change-log-name-face)
6577 (change-log-email-face, change-log-file-face)
6578 (change-log-list-face, change-log-conditionals-face)
6579 (change-log-function-face, change-log-acknowledgement-face):
6580 New backward-compatibility aliases for renamed faces.
6581 (change-log-font-lock-keywords): Use renamed change-log faces.
6582
6583 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6584 (custom-set, custom-changed, custom-saved, custom-button)
6585 (custom-button-pressed, custom-documentation, custom-state)
6586 (custom-comment, custom-comment-tag, custom-variable-tag)
6587 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6588 (custom-group-tag): Remove "-face" suffix from face names.
6589 (custom-magic-alist, custom-magic-value-create)
6590 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6591 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6592 (custom-set-face, custom-changed-face, custom-saved-face)
6593 (custom-button-face, custom-button-pressed-face)
6594 (custom-documentation-face, custom-state-face)
6595 (custom-comment-face, custom-comment-tag-face)
6596 (custom-variable-tag-face, custom-variable-button-face)
6597 (custom-face-tag-face, custom-group-tag-face-1)
6598 (custom-group-tag-face):
6599 New backward-compatibility aliases for renamed faces.
6600
6601 * wid-edit.el (widget-documentation, widget-button)
6602 (widget-field, widget-single-line-field, widget-inactive)
6603 (widget-button-pressed): "-face" suffix removed from face names.
6604 (widget-documentation-face, widget-button-face)
6605 (widget-field-face, widget-single-line-field-face)
6606 (widget-inactive-face, widget-button-pressed-face):
6607 New backward-compatibility aliases for renamed faces.
6608 (widget-documentation-face, widget-button-face)
6609 (widget-button-pressed-face, widget-specify-field)
6610 (widget-specify-inactive): Use renamed widget faces.
6611
6612 2005-06-10 Kenichi Handa <handa@m17n.org>
6613
6614 * term/x-win.el (x-clipboard-yank): Remove condition-case
6615 wrapping.
6616
6617 2005-06-11 Kenichi Handa <handa@m17n.org>
6618
6619 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6620 date lines stricter.
6621
6622 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6623
6624 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6625 of x-get-selection.
6626
6627 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6628
6629 * comint.el (comint-mode, comint-snapshot-last-prompt):
6630 * frame.el (frame-current-scroll-bars):
6631 * term.el (term-mode, term-check-proc, term-input-sender)
6632 (term-simple-send, term-extract-string, term-word)
6633 (term-match-partial-filename):
6634 * window.el (window-current-scroll-bars):
6635 * emulation/cua-base.el (cua-normal-cursor-color)
6636 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6637 (cua-global-mark-cursor-color):
6638 * mail/undigest.el (rmail-forward-separator-regex):
6639 Fix typos in docstrings.
6640
6641 * comint.el (comint-check-proc, make-comint-in-buffer)
6642 (comint-source-default): Doc fixes.
6643
6644 * term.el (term-send-string): Improve argument/docstring consistency.
6645
6646 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6647
6648 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6649 call to `delete-region'.
6650 (comint-mode-hook): Do not enable Font Lock by default.
6651
6652 2005-06-09 Lute Kamstra <lute@gnu.org>
6653
6654 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6655 could be void.
6656
6657 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6660 (debug): Use it.
6661 (debugger-step-through, debugger-continue, debugger-jump)
6662 (debugger-return-value): Set it when needed.
6663 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6664 Use inhibit-read-only.
6665
6666 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6667
6668 * window.el (shrink-window-if-larger-than-buffer)
6669 (window-size-fixed): Fix typo in docstring.
6670
6671 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6672 thumbnails directory on loading.
6673 (thumbs-conversion-program): Use `eq' to check the system type,
6674 not `equal'.
6675 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6676 not "/tmp". Fix docstring.
6677 (thumbs-thumbsdir): New function to return the thumbnails
6678 directory, creating it if needed.
6679 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6680 (thumbs-temp-file): Delete variable and make it into a function.
6681 (thumbs-resize-image, thumbs-modify-image): Use it.
6682 (thumbs-kill-buffer): Simplify.
6683 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6684 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6685 docstrings.
6686
6687 2005-06-09 Kim F. Storm <storm@cua.dk>
6688
6689 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6690 set-match-data to free markers in match-data.
6691
6692 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6693 match-data to unchain markers in match-data.
6694
6695 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6698 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6699 unnecessary now.
6700
6701 2005-06-08 Richard M. Stallman <rms@gnu.org>
6702
6703 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6704 give the variable a doc string that doesn't say don't set it directly.
6705
6706 * textmodes/ispell.el (ispell-check-version):
6707 Use match-string-no-properties.
6708 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6709 (ispell-buffer-local-words): Likewise.
6710
6711 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6712 except on terminals with enough colors to really display it.
6713 (makefile-dependency-regex): Delete spurious `bb'.
6714
6715 * faces.el (escape-glyph): Use blue once again in last case.
6716 (no-break-space): Redefine so that it isn't invisible on a tty.
6717
6718 2005-06-08 Kim F. Storm <storm@cua.dk>
6719
6720 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6721 also when reading directory name.
6722
6723 2005-06-08 Lute Kamstra <lute@gnu.org>
6724
6725 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6726 (flyspell-mode-line-string): Remove autoload cookie.
6727 (flyspell-mode): Remove defvar.
6728
6729 2005-06-07 Lute Kamstra <lute@gnu.org>
6730
6731 * textmodes/org.el (org-run-mode-hooks): New function.
6732 (org-agenda-mode): Use it.
6733
6734 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6735
6736 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6737
6738 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6739
6740 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6741
6742 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6743
6744 * font-lock.el (font-lock-add-keywords): Doc fix.
6745
6746 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6747
6748 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6749 (tex-compile-default): In the absence of any history, use the order in
6750 tex-compile-alist to choose the preferred command.
6751 (tex-compile-commands): Reorder a bit.
6752
6753 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6754 (flyspell-incorrect-face, flyspell-duplicate-face):
6755 Use (X)Emacs-agnostic code.
6756 (flyspell-mode-map): Don't overwrite at each load. Remove code
6757 redundant with the subsequent add-minor-mode. Merge Emacs and
6758 XEmacs code.
6759 (flyspell-word): Minor simplification.
6760 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6761 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6762 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6763 Merge the corresponding Emacs code.
6764 (flyspell-correct-word, flyspell-xemacs-popup):
6765 Use flyspell-do-correct.
6766
6767 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6768 a dedicated window.
6769
6770 * international/latexenc.el (latexenc-find-file-coding-system):
6771 Undo part of last patch, to turn off a compiler warning.
6772
6773 2005-06-06 Juri Linkov <juri@jurta.org>
6774
6775 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6776 Rename `tmm-inactive-face' to `tmm-inactive'.
6777
6778 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6779
6780 * iswitchb.el: Rename faces.
6781
6782 2005-06-06 Kim F. Storm <storm@cua.dk>
6783
6784 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6785 (cua-global-mark): Remove -face suffix from face names.
6786
6787 * emulation/cua-gmrk.el (cua--init-global-mark):
6788 Remove cua-global-mark face setup.
6789
6790 2005-06-06 Richard M. Stallman <rms@gnu.org>
6791
6792 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6793 just like other allowed characters.
6794 (makefile-match-dependency): Exclude leading and training whitespace
6795 from the range of regexp subexp 1.
6796 (makefile-macroassign-regex): Don't try to match the body,
6797 just the name of the macro being defined.
6798
6799 * info.el (Info-read-node-name-2): New function.
6800 (Info-read-node-name-1): Use that.
6801 Add a completion-base-size-function property.
6802
6803 * simple.el (completion-setup-function): Look for
6804 completion-base-size-function property of minibuffer-completion-table.
6805
6806 * files.el (locate-file-completion): Doc fix.
6807
6808 * printing.el: Don't call pr-update-menus; user must do that.
6809
6810 * emacs-lisp/debug.el (debugger-window): New variable.
6811 (debug): Use debugger-window if it is set and still alive.
6812 Record debugger-window for next entry.
6813
6814 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6815
6816 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6817
6818 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6819 (hack-one-local-variable, hack-local-variables)
6820 (hack-local-variables-prop-line): Pass that arg.
6821
6822 2005-06-06 Kim F. Storm <storm@cua.dk>
6823
6824 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6825 (ido-indicator): Remove -face suffix from face names.
6826
6827 2005-06-06 Juri Linkov <juri@jurta.org>
6828
6829 * font-lock.el (font-lock-regexp-backslash)
6830 (font-lock-regexp-backslash-construct): New faces.
6831 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6832 after `('. Add `while-no-input' to control structures.
6833
6834 * faces.el (no-break-space, shadow): New faces.
6835 (escape-glyph): Use less loud colors pink2 and red4.
6836
6837 * diff-mode.el (diff-context-face)
6838 * dired.el (dired-ignored)
6839 * rfn-eshadow.el (file-name-shadow)
6840 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6841
6842 * info.el (Info-title-1-face): Use green instead of yellow because
6843 bold yellow is not readable on light backgrounds.
6844
6845 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6846 before selecting the desired mode to not spend time fontifying
6847 old contents.
6848
6849 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6850
6851 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6852 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6853
6854 * ps-print.el (ps-default-fg, ps-default-bg):
6855 Fix typos in docstrings.
6856
6857 * isearchb.el (isearchb): Don't pass a spurious second argument to
6858 `iswitchb-completions'.
6859
6860 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6861
6862 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6863 to preserve point.
6864 (gdb-find-file-hook): Add doc string.
6865
6866 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6867 C dereferenced pointer expression.
6868 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6869
6870 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6871
6872 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6873 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6874 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6875 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6876 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6877 Make background transparent.
6878
6879 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6880
6881 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6882 (font-lock-remove-keywords): Doc fix.
6883 (font-lock-mode-major-mode): Compiler defvar.
6884 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6885
6886 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6887 (font-lock-mode): Update `font-lock-mode-major-mode'.
6888 (font-lock-set-defaults): Compiler defvar.
6889 (font-lock-default-function): Take `font-lock-mode-major-mode'
6890 into account.
6891
6892 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6893 keep track of which major mode it enabled the minor mode for.
6894 Use find-file-hook again. Update docstring.
6895
6896 * simple.el (eval-expression-print-level)
6897 (eval-expression-print-length, eval-expression-debug-on-error):
6898 Doc fixes.
6899
6900 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6901
6902 * iswitchb.el (iswitchb-single-match-face)
6903 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6904 (iswitchb-invalid-regexp-face): New faces.
6905 (iswitchb-completions): Use them.
6906 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6907 now marked as an obsolete alias.
6908 (iswitchb-read-buffer): Remove check for bound font variables.
6909 (iswitchb-invalid-regexp): New free variable.
6910 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6911 set iswitchb-invalid-regexp.
6912 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6913 invalid regexps.
6914 (iswitchb-completions): Add check for complete match when entering
6915 a regexp.
6916 (iswitchb-completions): Remove require-match argument.
6917 (iswitchb-exhibit): Fix caller.
6918 (iswitchb-common-match-inserted): New variable.
6919 (iswitchb-complete, iswitchb-completion-help): Use it.
6920
6921 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6922
6923 * url-http.el (url-http-chunked-encoding-after-change-function):
6924 Use `url-http-debug' instead of `message'.
6925
6926 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6927
6928 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6929 callback argument.
6930
6931 2005-06-04 Kim F. Storm <storm@cua.dk>
6932
6933 * simple.el (line-move): Only call sit-for when moving backwards.
6934
6935 * ido.el (ido-make-merged-file-list-1): New defun split from
6936 ido-make-merged-file-list.
6937 (ido-make-merged-file-list): Bind throw-on-input around call to
6938 ido-make-merged-file-list-1. Return input-pending-p if
6939 interrupted by more input available.
6940 (ido-read-internal): Handle input-pending-p return value from
6941 ido-make-merged-file-list.
6942
6943 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6944
6945 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6946 compatibility code.
6947
6948 * international/latexenc.el (latexenc-find-file-coding-system):
6949 Don't inherit the EOL part of the coding-system from the
6950 tex-main buffer. Fit within 80 columns.
6951
6952 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6953
6954 * tmm.el (tmm-inactive-face): New face.
6955 (tmm-remove-inactive-mouse-face): New function.
6956 (tmm-prompt, tmm-add-one-shortcut)
6957 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
6958 but not selectable.
6959
6960 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
6961
6962 * faces.el (face-equal): Improve argument/docstring consistency.
6963
6964 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
6965
6966 * progmodes/make-mode.el (makefile-targets-face)
6967 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
6968 (makefile-bsdmake-dependency-regex)
6969 (makefile-makepp-rule-action-regex)
6970 (makefile-bsdmake-rule-action-regex): New constants.
6971 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
6972
6973 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6974 Allow (...) within `...' for makepp messages.
6975
6976 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
6977
6978 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
6979
6980 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
6981 "." files are deleted from all file lists before comparison.
6982
6983 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6984 (viper-ESC-key): Made them customizable.
6985
6986 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
6987
6988 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
6989
6990 * autorevert.el (auto-revert-buffers): Use save-match-data.
6991
6992 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6993
6994 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
6995 menu items with a nil command binding.
6996
6997 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
6998
6999 * emacs-lisp/cl-macs.el (defsetf):
7000 Improve argument/docstring consistency.
7001
7002 * faces.el (list-faces-display): Improve the formatting by
7003 computing the maximum length required for any face-name (reworked
7004 patch of 1999-01-11, accidentally deleted on 1999-07-21).
7005 (internal-find-face): Remove redundant info in docstring.
7006
7007 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
7008
7009 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
7010 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
7011 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
7012 (gdb-assembler-custom): Improve regexps.
7013 (def-gdb-auto-update-handler): Use window point to preserve point.
7014
7015 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7016
7017 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
7018
7019 2005-05-31 Jay Belanger <belanger@truman.edu>
7020
7021 * calc/calc-embed.el (calc-embedded-word): Change argument passed
7022 to calc-embedded.
7023 (calc-embedded-make-info): Have plain prefix argument select
7024 entire line.
7025
7026 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
7027
7028 * faces.el (list-faces-display): Signal error if passed a regexp
7029 that matches no face name.
7030
7031 * simple.el (filter-buffer-substring): Fix typo in docstring.
7032
7033 2005-05-31 Richard M. Stallman <rms@gnu.org>
7034
7035 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
7036 (vhdl-emacs-21): Doc fix.
7037 (vhdl-mode): Unconditionally set comment-padding.
7038 (vhdl-fixup-whitespace-region): Insert spaces only where
7039 there are none.
7040 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
7041
7042 2005-05-30 John Wiegley <johnw@newartisans.com>
7043
7044 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
7045 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
7046 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
7047 `directory-sep-char' to ?/, and all uses of `string-to-int' to
7048 `string-to-number'.
7049
7050 2005-05-30 Jay Belanger <belanger@truman.edu>
7051
7052 * calc/calc.el (calc-bug-address): Fix docstring.
7053 (calc-window-hook, calc-trail-window-hook): New variables.
7054 (calc-trail-display): Restore use of calc-trail-window-hook.
7055 (calc): Restore use of calc-window-hook.
7056
7057 2005-05-31 Masatake YAMATO <jet@gyve.org>
7058
7059 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
7060
7061 * help-fns.el (help-C-file-name): Add autoload mark for
7062 `find-function-noselect'.
7063
7064 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7065
7066 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
7067 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
7068
7069 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7070
7071 * calendar/diary-lib.el (mark-included-diary-files): Only kill
7072 included diary buffer if it was not already being visited.
7073 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
7074
7075 * calendar/icalendar.el (top-level): Do not require 'appt.
7076
7077 * mail/supercite.el (sc-select-attribution): Only use a list
7078 element from sc-attrib-selection-list if it returns a string.
7079 Reported by Davide G. M. Salvetti <salve@debian.org>.
7080
7081 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
7082
7083 * thumbs.el (thumbs-thumbname): The resulting thumbname now
7084 includes a hash value to improve its uniqueness, and has a ".jpg"
7085 extension. Also, it is now a valid filename on all systems.
7086 (thumbs-make-thumb): Use `let', not `let*'.
7087 (thumbs-show-thumbs-list): Check for JPEG availability.
7088
7089 2005-05-30 Richard M. Stallman <rms@gnu.org>
7090
7091 * filesets.el (filesets-menu-ensure-use-cached):
7092 Prevent warning when emacs-version>= is undefined.
7093
7094 * printing.el (pr-interactive-n-up): Use string-to-number.
7095
7096 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
7097
7098 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7099 Warn only when name to be defined is quoted.
7100
7101 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
7102
7103 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
7104 Make regexp more robust.
7105 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
7106 Force regeneration of disassembly.
7107
7108 2005-05-29 Jay Belanger <belanger@truman.edu>
7109
7110 * calc/calc.el (calc-user-invocation): Check if
7111 calc-invocation-macro is non-nil.
7112
7113 2005-05-29 Juri Linkov <juri@jurta.org>
7114
7115 * add-log.el (change-log-font-lock-keywords):
7116 Add `+' to e-mail regexp to accept mail address with keywords.
7117
7118 * man.el (Man-name-regexp): Add `:' to accept qualified names.
7119
7120 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7121
7122 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
7123
7124 * ielm.el (inferior-emacs-lisp-mode): Ditto.
7125
7126 2005-05-29 Richard M. Stallman <rms@gnu.org>
7127
7128 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7129 Undo the change that moves to end of the current word.
7130
7131 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7132
7133 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
7134 Throw error when count <= 0 to ensure input is a number.
7135 (gdb-read-memory-custom): Pick up address from buffer.
7136 (gdb-memory-mode): Allow user to increment and decrement
7137 memory address from header line.
7138
7139 2005-05-29 Richard M. Stallman <rms@gnu.org>
7140
7141 * flyspell.el (flyspell-version): Function deleted.
7142 (flyspell-auto-correct-previous-hook): Doc fix.
7143
7144 * jit-lock.el (jit-lock-function, jit-lock-after-change):
7145 Do nothing if memory is full.
7146
7147 * font-lock.el (font-lock-fontify-syntactically-region):
7148 Pass t for GREEDY to looking-back.
7149
7150 * saveplace.el (save-place-alist-to-file): Write the file
7151 using write-region.
7152
7153 * subr.el (looking-back): New argument GREEDY.
7154
7155 * progmodes/compile.el (compilation-start): Set the mode
7156 before inserting the initial text.
7157
7158 * progmodes/which-func.el (which-func-update-1): Turn the mode
7159 off in case of error by setting which-func-mode.
7160
7161 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
7162
7163 * flyspell.el (flyspell-auto-correct-previous-word):
7164 Narrow down to what's on the screen, and recenter overlays
7165 at the end of the next word.
7166
7167 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7168
7169 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
7170 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
7171 (flyspell-abbrev-p): Default to nil.
7172 (flyspell-use-global-abbrev-table-p): Doc fix.
7173 (flyspell-large-region): Allow nil as value.
7174 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
7175
7176 (mail-mode-flyspell-verify): More robust handling
7177 of `mail-header-separator'. More efficient signature detection.
7178 Allow for regexp metacharacters in message-header-separator.
7179 Adding `To' not to be checked in mail-mode-flyspell-verify.
7180
7181 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
7182 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
7183 Bind flyspell-auto-correct-binding.
7184 Bind C-. and C-, .
7185 (flyspell-mode-map): Likewise.
7186 (flyspell-mode): Doc fix.
7187 (flyspell-accept-buffer-local-defs): Preserve current buffer.
7188 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
7189 (flyspell-word-cache-result): New var, always local.
7190 (flyspell-check-pre-word-p): Doc fix.
7191 (flyspell-check-changed-word-p): Handle spc like newline.
7192 (flyspell-post-command-hook): Set flyspell-word-cache-result.
7193 (flyspell-word-search-backward, flyspell-word-search-forward):
7194 New functions.
7195 (flyspell-word): Return t if nothing to check.
7196 When parsing TeX code, check for after } or \.
7197 Use flyspell-word-search-backward to find previous word.
7198 Return nil if duplicated word.
7199 For word already checked, return same value as last time.
7200 Set flyspell-word-cache-result after checking.
7201 Don't clobber the return value.
7202 (flyspell-get-word): Major rewrite.
7203 (flyspell-external-point-words): New locals pword, pcount.
7204 Fix size used in progress message.
7205 Find the proper corresponding word in flyspell-large-region-buffer.
7206 (flyspell-region): Check for flyspell-large-region = nil.
7207 (flyspell-highlight-incorrect-region): Clean up overlays in region.
7208 (flyspell-auto-correct-word): Check that WORD is a cons.
7209 (flyspell-correct-word): Likewise.
7210
7211 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
7212
7213 * progmodes/make-mode.el (makefile-rule-action-regex)
7214 (makefile-macroassign-regex, makefile-makepp-mode)
7215 (makefile-bsdmake-mode): Continuation lines may be empty.
7216 Reported by Joshua Varner.
7217 (makefile-makepp-font-lock-keywords): Add $(stem).
7218
7219 2005-05-28 Karl Berry <karl@gnu.org>
7220
7221 * textmodes/tex-mode.el: Now that tex-send-command calls
7222 shell-quote-argument (2005-03-31 change), remove all calls to
7223 shell-quote-argument; they all end up invoking tex-send-command.
7224 The double quoting loses on filenames with non-safe characters,
7225 such as "@". Reported by Frederik Fouvry.
7226
7227 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7228
7229 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7230 about preserving point.
7231
7232 2005-05-27 Jay Belanger <belanger@truman.edu>
7233
7234 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7235 Info-goto-node.
7236
7237 * calc/calc-embed.el (calc-embed-arg): New variable.
7238 (calc-do-embedded-activate, calc-embedded-activate-formula)
7239 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7240 variable by new variable.
7241 (calc-embedded-make-info): Replace undeclared variable by new
7242 variable. When selecting region with positive prefix
7243 argument, use end of previous line instead of beginning of line.
7244
7245 * calc/calc-aent.el (calc-arg-values): Declare it.
7246
7247 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7248 Declare them.
7249
7250 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7251
7252 * calc/calc.el (calc-alg-map): Declare it.
7253
7254 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7255
7256 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7257
7258 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7259 (gdb-registers-buffer, toggle-gdb-all-registers):
7260 Toggle display of floating point registers.
7261 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7262
7263 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
7264 (toggle-gud-tooltip-dereference):
7265 Rename from gud-toggle-tooltip-dereference.
7266
7267 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7268
7269 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7270
7271 2005-05-27 Jay Belanger <belanger@truman.edu>
7272
7273 * calc/calc-prog.el (calc-kbd-report): Remove.
7274 (calc-kbd-query): Rewrite.
7275
7276 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
7277
7278 * image.el (image-library-alist): Move to image.c.
7279 (image-type-available-p): Doc fix.
7280
7281 2005-05-27 Lute Kamstra <lute@gnu.org>
7282
7283 * calc/calc.el (calc):
7284 * outline.el (outline-1, outline-2, outline-3, outline-4)
7285 (outline-5, outline-6, outline-7, outline-8):
7286 * textmodes/dns-mode.el (dns-mode):
7287 * textmodes/sgml-mode.el (sgml-namespace-face):
7288 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
7289 (tex-verbatim-face, tex-use-reftex):
7290 * textmodes/texinfo.el (texinfo-heading-face):
7291 Specify customization group.
7292
7293 * longlines.el: Don't require easy-mmode.
7294 (longlines-visible-face): Specify customization group.
7295
7296 2005-05-27 Kenichi Handa <handa@m17n.org>
7297
7298 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7299 encoding table of windows-1251.
7300
7301 * international/ucs-tables.el (ucs-set-table-for-input):
7302 If translation-table-for-input of a coding system is a symbol, get
7303 its translation-table property.
7304
7305 * international/code-pages.el: Don't register a coding system into
7306 non-iso-charset-alist more than once.
7307 (cp-make-coding-system): Likewise.
7308
7309 2005-05-26 John Wiegley <johnw@newartisans.com>
7310
7311 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7312 `eshell-resume-eval' is wrapped in a list, it indicates that the
7313 command was run asynchronously. In that case, unwrap the value
7314 before checking the delimiter value.
7315
7316 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7317 character before a space at the end of a line is \, assume the space
7318 is part of the last argument rather than a final argument separator.
7319
7320 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7321 is in use, and the target is `t' or `nil' (which are the most common
7322 values), don't assume that the symbol target is a buffer.
7323
7324 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7325
7326 * calendar/calendar.el (calendar-mode-line-format):
7327 Use mode-line-highlight as mouse-face.
7328
7329 * time.el (display-time-string-forms, display-time-update):
7330 Use mode-line-highlight as mouse-face.
7331
7332 2005-05-26 Jay Belanger <belanger@truman.edu>
7333
7334 * calc/calc.el (calc-language-alist): Remove extra defvar.
7335
7336 2005-05-26 Lute Kamstra <lute@gnu.org>
7337
7338 * arc-mode.el (archive-mode):
7339 * bookmark.el (bookmark-read-annotation-mode)
7340 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7341 * bs.el (bs-mode):
7342 * calc/calc-yank.el (calc-edit-mode):
7343 * calc/calc.el (calc-mode, calc-trail-mode):
7344 * calculator.el (calculator-mode):
7345 * chistory.el (command-history-mode):
7346 * comint.el:
7347 * cus-edit.el (custom-mode):
7348 * descr-text.el (describe-text-mode):
7349 * ebuff-menu.el (Electric-buffer-menu-mode):
7350 * ediff-util.el (ediff-mode):
7351 * emacs-lisp/re-builder.el (reb-mode):
7352 * emulation/vi.el (vi-mode-setup):
7353 * emulation/ws-mode.el (wordstar-mode):
7354 * eshell/esh-mode.el (eshell-mode):
7355 * forms.el (forms-mode):
7356 * help-mode.el (help-mode):
7357 * hexl.el (hexl-mode):
7358 * ibuffer.el (ibuffer-mode):
7359 * ielm.el (inferior-emacs-lisp-mode):
7360 * info.el (Info-mode, Info-edit-mode):
7361 * international/swedish.el:
7362 * ledit.el (ledit-from-lisp-mode):
7363 * locate.el (locate-mode):
7364 * mail/rmail.el (rmail-mode):
7365 * mail/rmailedit.el (rmail-edit-mode):
7366 * mail/rmailsum.el (rmail-summary-mode):
7367 * mail/supercite.el (sc-electric-mode):
7368 * net/eudc.el (eudc-mode):
7369 * net/quickurl.el (quickurl-list-mode):
7370 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7371 * obsolete/ooutline.el (outline-mode):
7372 * obsolete/options.el (Edit-options-mode):
7373 * obsolete/rnews.el (news-mode):
7374 * obsolete/rnewspost.el (news-reply-mode):
7375 * play/5x5.el (5x5-mode):
7376 * play/decipher.el (decipher-mode, decipher-stats-mode):
7377 * play/gomoku.el (gomoku-mode):
7378 * play/snake.el (snake-mode):
7379 * play/solitaire.el (solitaire-mode):
7380 * play/tetris.el (tetris-mode):
7381 * progmodes/ada-mode.el (ada-mode):
7382 * progmodes/antlr-mode.el (antlr-mode):
7383 * progmodes/autoconf.el (autoconf-mode):
7384 * progmodes/dcl-mode.el (dcl-mode):
7385 * progmodes/delphi.el (delphi-mode):
7386 * progmodes/ebrowse.el (ebrowse-tree-mode)
7387 (ebrowse-electric-list-mode, ebrowse-member-mode)
7388 (ebrowse-electric-position-mode):
7389 * progmodes/f90.el (f90-mode):
7390 * progmodes/fortran.el (fortran-mode):
7391 * progmodes/icon.el (icon-mode):
7392 * progmodes/idlw-help.el (idlwave-help-mode):
7393 * progmodes/idlw-shell.el (idlwave-shell-mode):
7394 * progmodes/idlwave.el (idlwave-mode):
7395 * progmodes/inf-lisp.el (inferior-lisp-mode):
7396 * progmodes/m4-mode.el (m4-mode):
7397 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7398 * progmodes/modula2.el (modula-2-mode):
7399 * progmodes/octave-inf.el (inferior-octave-mode):
7400 * progmodes/octave-mod.el (octave-mode):
7401 * progmodes/pascal.el (pascal-mode):
7402 * progmodes/sh-script.el (sh-mode):
7403 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7404 * progmodes/vhdl-mode.el (vhdl-mode):
7405 * progmodes/xscheme.el (scheme-interaction-mode):
7406 * replace.el (occur-mode):
7407 * ses.el (ses-mode):
7408 * simple.el (completion-list-mode):
7409 * skeleton.el:
7410 * speedbar.el (speedbar-mode):
7411 * term.el (term-mode):
7412 * terminal.el (terminal-edit-mode):
7413 * textmodes/reftex-index.el (reftex-index-mode)
7414 (reftex-index-phrases-mode):
7415 * textmodes/reftex-sel.el (reftex-select-label-mode)
7416 (reftex-select-bib-mode):
7417 * textmodes/reftex-toc.el (reftex-toc-mode):
7418 * wdired.el (wdired-change-to-wdired-mode):
7419 * wid-browse.el (widget-browse-mode):
7420 Use run-mode-hooks.
7421
7422 * array.el (array-mode):
7423 * calendar/todo-mode.el (todo-mode):
7424 * man.el (Man-mode):
7425 * play/landmark.el (lm-mode):
7426 * play/mpuz.el (mpuz-mode):
7427 Use kill-all-local-variables and run-mode-hooks.
7428
7429 * subr.el (delay-mode-hooks): Specify indentation.
7430
7431 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7432
7433 * xml.el (xml-substitute-special): Don't die for undefined xml
7434 entities.
7435
7436 2005-05-26 Jay Belanger <belanger@truman.edu>
7437
7438 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7439 of nil.
7440
7441 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7442
7443 * progmodes/gdb-ui.el (gdb-frame-address):
7444 Rename from gdb-current-address.
7445 (gdb-previous-frame-address): Rename from gdb-previous-address.
7446 (gdb-selected-frame): Rename from gdb-current-frame.
7447 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7448 (gdb-frame-number): Rename from gdb-current-stack-level.
7449 (gdb-ann3): Match new mode-name for disassembly buffer.
7450 Extend initialization of variables.
7451 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7452 (gdb-memory-mode): Use mouse-face in header line.
7453 (gdb-assembler-buffer-name): Call it disassembly and give frame
7454 in mode line.
7455 (gdb-source-spec-regexp, gdb-assembler-custom)
7456 (gdb-invalidate-assembler, gdb-frame-handler):
7457 Make robust to leading zeroes in address format.
7458
7459 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7460
7461 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7462 define `org-mode'.
7463 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7464
7465 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7466
7467 * log-edit.el (log-edit-changelog-entries): Distinguish between
7468 filenames like xfns.c and fns.c.
7469
7470 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7471
7472 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7473 point after reverting.
7474 (Buffer-menu-make-sort-button): Handle the case where
7475 `Buffer-menu-use-header-line' is nil.
7476
7477 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7478
7479 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7480 New funcs. In minibuffer-local-completion-map bind `]', `/'
7481 and `:' to them.
7482
7483 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7484
7485 * startup.el (normal-top-level): Allow modification of load-path while
7486 we're iterating over it.
7487
7488 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7489
7490 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7491 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7492 (thumbs-resize-interactive, thumbs-insert-image)
7493 (thumbs-insert-thumb, thumbs-dired-show-marked)
7494 (thumbs-find-image-at-point, thumbs-delete-images)
7495 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7496 (thumbs-increment-image-size, thumbs-decrement-image-size):
7497 Fix typos in docstrings.
7498
7499 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7500
7501 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7502 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7503 (cperl-mode): Use them.
7504
7505 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7506
7507 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7508 Doc fixes.
7509
7510 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7511
7512 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7513 Bind C-d to gdb-inferior-io-eof.
7514
7515 * dired.el (dired-dnd-popup-notice): Use message-box.
7516
7517 2005-05-23 Masatake YAMATO <jet@gyve.org>
7518
7519 * bindings.el (mode-line-major-mode-keymap):
7520 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7521
7522 * faces.el (mode-line-highlight): New face.
7523
7524 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7525 as mouse-face.
7526
7527 * bindings.el (top-level, help-echo, mode-line-modified)
7528 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7529 as mouse-face.
7530
7531 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7532
7533 * progmodes/cc-engine.el (c-guess-basic-syntax):
7534 Remove spurious call to `zerop'.
7535
7536 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7537
7538 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7539
7540 CC Mode update to 5.30.10:
7541
7542 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7543 could go past the limit in decoration level 2, thereby causing
7544 errors during interactive fontification.
7545
7546 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7547 the file is evaluated interactively.
7548
7549 * cc-engine.el (c-guess-basic-syntax): Handle operator
7550 declarations somewhat better in C++.
7551
7552 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7553 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7554 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7555 (awk-mode): Use it.
7556 (make-local-hook): Suppress warning about obsoleteness.
7557
7558 * cc-engine.el, cc-align.el, cc-cmds.el
7559 (c-append-backslashes-forward, c-delete-backslashes-forward)
7560 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7561 Compensate for return value from `forward-line' when it has moved
7562 but not to a different line due to eob.
7563
7564 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7565 `objc-method-intro' and `objc-method-args-cont'.
7566
7567 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7568
7569 CC Mode update to 5.30.10:
7570
7571 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7572 in the copyright statement. Incidentally, change "along with GNU
7573 Emacs" to "along with this program" where it occurs.
7574
7575 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7576 so that it is interactive, hence can be found by M-x awk-mode
7577 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7578 <gmorris+emacs@ast.cam.ac.uk>.
7579
7580 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7581 Mode's regexps.
7582
7583 2005-05-23 Kevin Ryde <user42@zip.com.au>
7584
7585 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7586 c-parse-state, to avoid a lisp error (on bad code).
7587
7588 2005-05-23 Lute Kamstra <lute@gnu.org>
7589
7590 * subr.el (font-lock-defaults): Remove defvar as it's already
7591 defined in font-core.el.
7592
7593 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7594
7595 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7596
7597 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7598 more general and work when GDB variable "print pretty" is on,
7599 as with Emacs, for example.
7600
7601 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7602
7603 * font-core.el: Update comment.
7604
7605 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7606 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7607
7608 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7609
7610 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7611
7612 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7613 and `yank-handler' in the doc strings.
7614
7615 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7616
7617 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7618
7619 2005-05-22 Richard M. Stallman <rms@gnu.org>
7620
7621 * help.el (describe-key): Move print-help-return-message call
7622 out of conditional.
7623
7624 * progmodes/etags.el (list-tags): Use with-no-warnings.
7625
7626 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7627 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7628 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7629
7630 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7631
7632 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7633 Add defvar.
7634
7635 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7636 Use defvar, not defconst.
7637
7638 * hexl.el (hexl-follow-line): Use with-no-warnings.
7639
7640 * emulation/tpu-extras.el: Use write-file-functions instead of
7641 write-file-hooks.
7642
7643 * dired.el (dired-font-lock-keywords): Fontify files with junk
7644 extensions even if marked by -F.
7645
7646 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7647
7648 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7649 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7650 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7651 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7652 (concatenate, list-length, get*, getf, cl-remprop):
7653 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7654 (etypecase, progv, lexical-let, lexical-let*)
7655 (multiple-value-bind, multiple-value-setq, shiftf):
7656 Improve argument/docstring consistency.
7657
7658 * subr.el (focus-frame, unfocus-frame):
7659 Revert deletion on 2005-05-01.
7660
7661 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7662
7663 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7664 doesn't exist.
7665
7666 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7667 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7668
7669 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7670
7671 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7672 already deleted variables: auto-fill-hook, blink-paren-hook,
7673 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7674 suspend-hooks, comment-indent-hook, meta-flag,
7675 before-change-function, after-change-function,
7676 font-lock-doc-string-face.
7677
7678 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7679
7680 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7681
7682 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7683
7684 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7685 rmail-dont-reply-to.
7686
7687 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7688
7689 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7690 literal blank when splitting new-header-values.
7691
7692 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7693
7694 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7695 string so that tmm doesn't create a completion entry for it.
7696
7697 * textmodes/table.el (table-disable-menu): Ditto.
7698
7699 2005-05-21 Richard M. Stallman <rms@gnu.org>
7700
7701 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7702
7703 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7704
7705 * net/rcompile.el (remote-compile): Use compilation-start.
7706
7707 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7708
7709 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7710
7711 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7712 Default to makefile-bsdmake-mode on BSD systems.
7713
7714 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7715 REGEXP may also be a search function now. The part of doc-string
7716 for describing the structure was 95% identical to that of
7717 `imenu--generic-function'. Unify it there.
7718
7719 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7720 Use function to find dependencies, because regexp alone is so complex,
7721 it easily goes into an endless loop.
7722 (makefile-makepp-mode): Also add submenu for Perl functions
7723 defined in the makefile.
7724 (makefile-bsdmake-mode): Special imenu-generic-expression no
7725 longer needed, due to function call.
7726 (makefile-match-dependency): Take BOUND into account when checking
7727 if we're through.
7728
7729 2005-05-20 Jay Belanger <belanger@truman.edu>
7730
7731 * calc/calc-units.el (calc-invalidate-units-table):
7732 Use inhibit-read-only.
7733 (math-build-units-table-buffer): Use view-mode.
7734
7735 2005-05-20 David Kastrup <dak@gnu.org>
7736
7737 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7738 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7739
7740 2005-05-20 Lute Kamstra <lute@gnu.org>
7741
7742 * diff-mode.el (diff-header-face, diff-file-header-face)
7743 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7744 (diff-added-face, diff-changed-face, diff-function-face)
7745 (diff-context-face, diff-nonexistent-face): Put them in the
7746 diff-mode customization group.
7747
7748 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7749
7750 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7751
7752 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7753
7754 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7755 Minor regexp-optimization.
7756
7757 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7758
7759 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7760 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7761 (org-agenda-add-time-grid-maybe): New function.
7762 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7763 (org-table-create): `dotimes' instead of `mapcar'.
7764 (org-xor): Simplify implementation.
7765 (org-agenda): `inhibit-redisplay' turned on.
7766 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7767 a consistent line after a state change.
7768 (org-agenda-remove-times-when-in-prefix): New option.
7769 (org-prefix-has-time): New variable.
7770 (org-parse-time-string): Optional argument NODEFAULT.
7771 (org-format-agenda-item): Parse items for time-of-day
7772 specifications and move these into the prefix if possible.
7773 (org-agenda-priority): Get current heading, not previous heading
7774 during agenda remote editing.
7775
7776 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7777
7778 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7779 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7780 (remove-duplicates, delete-duplicates, substitute)
7781 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7782 (nsubstitute-if-not, find, find-if, find-if-not, position)
7783 (position-if, position-if-not, count, count-if, count-if-not)
7784 (mismatch, search, sort*, stable-sort, merge, member*)
7785 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7786 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7787 (intersection, nintersection, set-difference, nset-difference)
7788 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7789 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7790 (nsublis, tree-equal): Improve argument/docstring consistency.
7791
7792 * subr.el (send-string, send-region):
7793 Remove obsolescence declaration.
7794 (window-dot, set-window-dot, read-input, show-buffer)
7795 (eval-current-buffer, string-to-int):
7796 Add release number to obsolescence declarations.
7797
7798 2005-05-19 Kim F. Storm <storm@cua.dk>
7799
7800 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7801 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7802
7803 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7804
7805 * faces.el (list-faces-display): Make back button respect optional
7806 regexp arg.
7807
7808 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7809
7810 * calculator.el (calculator-radix-grouping-mode)
7811 (calculator-radix-grouping-digits, calculator-displayer)
7812 (calculator-radix-grouping-separator, calculator-copy-displayer):
7813 * dabbrev.el (dabbrev-search-these-buffers-only):
7814 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7815 (diff-advance-after-apply-hunk, diff-mode-hook)
7816 (diff-minor-mode-prefix):
7817 * imenu.el (imenu-use-popup-menu):
7818 * jit-lock.el (jit-lock-context-time):
7819 * newcomment.el (comment-fill-column, comment-column)
7820 (comment-style, comment-padding, comment-multi-line)
7821 (comment-empty-lines, comment-auto-fill-only-comments):
7822 * reveal.el (reveal-around-mark):
7823 * uniquify.el (uniquify-buffer-name-style)
7824 (uniquify-after-kill-buffer-p)
7825 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7826 (uniquify-min-dir-content, uniquify-separator)
7827 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7828 * w32-vars.el (w32-fixed-font-alist):
7829 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7830 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7831 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7832 * progmodes/perl-mode.el (perl-indent-level)
7833 (perl-continued-statement-offset, perl-continued-brace-offset)
7834 (perl-brace-offset, perl-brace-imaginary-offset)
7835 (perl-label-offset, perl-indent-continued-arguments)
7836 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7837 * progmodes/tcl.el (tcl-indent-level)
7838 (tcl-continued-indent-level, tcl-auto-newline)
7839 (tcl-tab-always-indent, tcl-electric-hash-style)
7840 (tcl-help-directory-list, tcl-use-smart-word-finder)
7841 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7842 (inferior-tcl-source-command):
7843 * textmodes/fill.el (enable-kinsoku):
7844 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7845 * textmodes/table.el (table-yank-handler):
7846 Specify missing group (and type, if simple) in defcustom.
7847
7848 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7849
7850 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7851
7852 2005-05-19 Richard M. Stallman <rms@gnu.org>
7853
7854 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7855
7856 * subr.el (event-basic-type): Don't get an error.
7857 (left-fringe-p): Function deleted.
7858
7859 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7860 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7861
7862 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7863 in recursive copy.
7864
7865 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7866
7867 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7868
7869 * emacs-lisp/bytecomp.el
7870 (byte-compile-file-form-custom-declare-variable): Call
7871 byte-compile-nogroup-warn if appropriate.
7872
7873 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7874 (compilation-set-window): Don't call left-fringe-p; do it directly.
7875
7876 2005-05-19 Jay Belanger <belanger@truman.edu>
7877
7878 * calc/calc-graph.el (calc-graph-format-data): Make sure
7879 var-PlotRejects is bound before trying to check its value.
7880
7881 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7882
7883 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7884 definition of this variable from reftex-global.el to reftex.el,
7885 because it is needed in the menu.
7886
7887 2005-05-19 Lute Kamstra <lute@gnu.org>
7888
7889 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7890 years are fixed. Don't insert a space after a dash.
7891
7892 2005-05-19 Kim F. Storm <storm@cua.dk>
7893
7894 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7895
7896 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7897
7898 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7899 strings, because (eq ... ?\\) is fairly frequent.
7900
7901 * progmodes/make-mode.el (makefile-add-this-line-targets):
7902 Simplify and integrate into `makefile-pickup-targets'.
7903 (makefile-add-this-line-macro): Simplify and integrate into
7904 `makefile-pickup-macros.
7905 (makefile-pickup-filenames-as-targets): Simplify.
7906 (makefile-previous-dependency, makefile-match-dependency):
7907 Don't stumble over `::'.
7908
7909 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7910
7911 * subr.el (post-command-idle-hook, post-command-idle-delay):
7912 Remove obsoletion of post-command-idle-hook and
7913 post-command-idle-delay.
7914
7915 * faces.el (list-faces-display): Provide button when describe-face
7916 is called to take user back to the list of faces.
7917
7918 * help-fns.el (describe-variable): Remove hyperlinks in a
7919 variable's value as these are quite frequently inappropriate.
7920
7921 * follow.el (follow-submit-feedback, follow-mode):
7922 Remove references to post-command-idle-hook.
7923
7924 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7925
7926 * progmodes/make-mode.el (makefile-previous-dependency)
7927 (makefile-match-dependency): Check for := (and in bsd mode also
7928 !=) to give a better result, even when font-lock is not on.
7929
7930 2005-05-18 Jay Belanger <belanger@truman.edu>
7931
7932 * calc/calc-help.el (calc-s-prefix-help):
7933 Add `calc-copy-special-constant' to help string.
7934
7935 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7936
7937 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7938
7939 2005-05-18 Jay Belanger <belanger@truman.edu>
7940
7941 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7942 in linear factors are in proper order.
7943
7944 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7945
7946 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7947 Support for jurabib.
7948
7949 * textmodes/reftex.el (featurep): Define aliases for overlay
7950 commands, for XEmacs compatibility, and use these aliases in
7951 overlay initializations.
7952 (reftex-highlight): Use `reftex-move-overlay'.
7953 (reftex-unhighlight): Use `reftex-delete-overlay'.
7954 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7955 (reftex-access-search-path): Use `reftex-uniquify' instead of
7956 `reftex-uniq'
7957
7958 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
7959 `before-string' property modification enables for Emacs as well.
7960 (reftex-select-item): Use `reftex-delete-overlay'.
7961 (reftex-select-mark): Use `reftex-make-overlay' and
7962 `reftex-overlay-put'.
7963 (reftex-select-unmark): Use `reftex-delete-overlay' and
7964 `reftex-overlay-put'.
7965
7966 2005-05-18 Lute Kamstra <lute@gnu.org>
7967
7968 * emacs-lisp/lisp.el (check-parens): Fix docstring.
7969
7970 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
7971
7972 * add-log.el (add-change-log-entry):
7973 * array.el (array-make-template, array-reconfigure-rows)
7974 (array-init-max-row, array-init-max-column)
7975 (array-init-columns-per-line, array-init-field-width):
7976 * replace.el (replace-match-maybe-edit, perform-replace):
7977 * textmodes/spell.el (spell-region):
7978 Replace `read-input' by `read-string'.
7979
7980 * forms.el (forms-mode):
7981 * finder.el (finder-compile-keywords):
7982 * shadowfile.el (shadow-read-files):
7983 Replace `eval-current-buffer' by `eval-buffer'.
7984
7985 * terminal.el (te-pass-through):
7986 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
7987 (ange-ftp-raw-send-cmd):
7988 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
7989 (send-process-next-char, telnet-initial-filter, telnet):
7990 Replace `send-string' by `process-send-string'.
7991
7992 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
7993 (prolog-consult-region): Replace `send-string' by
7994 `process-send-string'; replace `send-region' by `process-send-region'.
7995
7996 * progmodes/delphi.el (delphi-log-msg):
7997 Replace `set-window-dot' by `set-window-point'.
7998
7999 * subr.el (window-dot, set-window-dot, read-input, send-string)
8000 (send-region, show-buffer, eval-current-buffer):
8001 Make really obsolete, as the comment says.
8002
8003 2005-05-17 Kim F. Storm <storm@cua.dk>
8004
8005 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
8006 (cua--init-keymaps): Bind C-return instead of S-return to set
8007 rectangle mark.
8008
8009 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
8010 instead of S-return to toggle/clear rectangle mark.
8011
8012 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
8013
8014 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8015 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
8016 Also fontify plain strings assigned to variables, mostly so that a
8017 colon has a face and is thus not taken as a dependency separator.
8018 (makefile-previous-dependency): Inline the new matcher, because it
8019 is too complex to work in both directions.
8020 (makefile-match-dependency): Eliminate `backward' arg (see above).
8021 Completely reimplemented so as to not sometimes go into an endless
8022 loop. It should also be more efficient, because first it only
8023 searches for `:', instead of applying the very complex regexp.
8024 (makefile-mode): Cancel `font-lock-support-mode', because blocks
8025 to be fontified in one piece can be too long for JIT.
8026 Makefiles are never *that* big.
8027
8028 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
8029
8030 * dired.el (dired-mode): Simplify.
8031
8032 2005-05-17 Lute Kamstra <lute@gnu.org>
8033
8034 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
8035 defcustom for the mode hook variable.
8036
8037 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
8038 Emacs Lisp Reference Manual.
8039
8040 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
8041
8042 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
8043 (evenp, list*):
8044 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
8045 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
8046
8047 * net/tramp-smb.el (tramp-smb-open-connection):
8048 Pass `tramp-chunksize' as fifth (required) argument.
8049
8050 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
8051
8052 * font-lock.el (lisp-font-lock-keywords-1):
8053 Set `font-lock-negation-char-face' for [^...] char group.
8054 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
8055
8056 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
8057 a var, and refine it to mask one more level of nested vars.
8058 (makefile-rule-action-regex): Turn it into a var, and refine it so
8059 it recognizes backslashed continuation lines as belonging to the
8060 same command.
8061 (makefile-macroassign-regex): Refine it so it recognizes
8062 backslashed continuation lines as belonging to the same command.
8063 (makefile-var-use-regex): Don't look at the next char, because it
8064 might be the same one to be skipped by the initial [^$], leading
8065 to an overlooked variable use.
8066 (makefile-make-font-lock-keywords): Remove two parameters, which
8067 are now variables that some of the modes set locally.
8068 Handle dependency and rule action matching through functions, because
8069 regexps alone match too often. Dependency matching now comes
8070 last, so it can check, whether a colon already matched something else.
8071 (makefile-mode): Inform that font-lock improves makefile parsing
8072 capabilities.
8073 (makefile-match-dependency, makefile-match-action): New functions.
8074
8075 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
8076
8077 * emacs-lisp/cl-extra.el (equalp): Doc fix.
8078
8079 * align.el (align-regexp):
8080 * ansi-color.el (ansi-color-get-face):
8081 * array.el (array-reconfigure-rows, array-init-max-row)
8082 (array-init-max-column, array-init-columns-per-line)
8083 (array-init-field-width):
8084 * dired-aux.el (dired-trample-file-versions):
8085 * dired-x.el (dired-mark-sexp):
8086 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
8087 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
8088 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
8089 * faces.el (face-read-integer):
8090 * files.el (backup-extract-version, insert-directory):
8091 * hexl.el (hexl-insert-decimal-char):
8092 * server.el (server-process-filter):
8093 * shell.el (shell-extract-num):
8094 * startup.el (command-line-1):
8095 * term.el (term-command-hook):
8096 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
8097 (time-stamp-do-number):
8098 * time.el (display-time-update):
8099 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
8100 (timezone-fix-time):
8101 * vms-patch.el (vms-suspend-resume-hook):
8102 * calendar/appt.el (appt-convert-time):
8103 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8104 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
8105 * calendar/cal-islam.el (mark-islamic-diary-entries):
8106 * calendar/calendar.el (calendar-cursor-to-date)
8107 (calendar-star-date):
8108 * calendar/diary-lib.el (diary-attrtype-convert)
8109 (mark-diary-entries, diary-entry-time):
8110 * calendar/solar.el (solar-get-number):
8111 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
8112 * emacs-lisp/re-builder.el (reb-display-subexp):
8113 * emulation/edt.el (edt-set-scroll-margins):
8114 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8115 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
8116 (vip-get-ex-count):
8117 * emulation/viper-ex.el (viper-get-ex-token)
8118 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
8119 * international/fontset.el (fontset-plain-name):
8120 * mail/feedmail.el (feedmail-look-at-queue-directory):
8121 * mail/mailalias.el (mail-get-names):
8122 * mail/rmail.el (rmail-convert-to-babyl-format):
8123 * mail/rmailsum.el (rmail-make-basic-summary-line)
8124 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
8125 (rmail-summary-goto-msg):
8126 * mail/smtpmail.el (smtpmail-read-response):
8127 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
8128 (ange-ftp-vms-add-file-entry):
8129 * play/gametree.el (gametree-looking-at-ply)
8130 (gametree-current-branch-score):
8131 * progmodes/ada-xref.el (ada-prj-find-prj-file)
8132 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
8133 * progmodes/cperl-mode.el (condition-case):
8134 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
8135 (ebrowse-set-member-buffer-column-width)
8136 (ebrowse-select-1st-to-9nth):
8137 * progmodes/etags.el (etags-snarf-tag):
8138 * progmodes/flymake.el (flymake-parse-line):
8139 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
8140 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
8141 (idlwave-shell-menu-def):
8142 * progmodes/ps-mode.el (ps-run-goto-error):
8143 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
8144 (vhdl-speedbar-contract-level):
8145 * term/mac-win.el (x-handle-numeric-switch):
8146 * term/sun-mouse.el (sun-get-frame-data):
8147 * term/w32-win.el (x-handle-numeric-switch):
8148 * term/x-win.el (x-handle-numeric-switch):
8149 * textmodes/ispell.el (ispell-parse-output):
8150 * textmodes/nroff-mode.el (nroff-outline-level):
8151 * textmodes/reftex-cite.el (reftex-bib-sort-year)
8152 (reftex-bib-sort-year-reverse, reftex-format-citation):
8153 * textmodes/reftex-parse.el (reftex-init-section-numbers)
8154 (reftex-section-number):
8155 * textmodes/texinfmt.el (texinfo-paragraphindent):
8156 Replace `string-to-int' by `string-to-number'.
8157
8158 * international/latexenc.el: Add page marker to force the "Local
8159 Variables:" string out of the last page.
8160
8161 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8162
8163 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
8164 tooltip-change-major-mode.
8165 (gud-tooltip-print-command): Remove case where gud-minor-mode
8166 is gdb ("--fullname").
8167 (gud-tooltip-tips): Turn GUD tooltips off for this case and
8168 explain to user.
8169
8170 2005-05-16 Jay Belanger <belanger@truman.edu>
8171
8172 * calc/calc-store.el (calc-copy-special-constant): New function.
8173
8174 * calc/calc-ext.el (calc-init-extensions): Add binding for
8175 `calc-copy-special-constant'.
8176
8177 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
8178 for the `calc-copy-special-constant' command.
8179
8180 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8181
8182 * subr.el (left-fringe-p): New function.
8183
8184 * progmodes/compile.el (compilation-setup): Set local value of
8185 overlay-arrow-string to "" always.
8186 (compilation-set-window): Left fringe then don't scroll.
8187 No left fringe then no arrow and scroll message to top.
8188 (compilation-context-lines): Adjust doc string accordingly.
8189
8190 2005-05-16 Kim F. Storm <storm@cua.dk>
8191
8192 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8193 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
8194 (ido-wide-find-dir-or-delete-dir): New command for M-d.
8195 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
8196 (ido-read-file-name): Handle commands with ido property value
8197 equal to find-file as reading a file name, to allow C-d to enter dired.
8198 (ibuffer-find-file): Add ido property with value find-file.
8199
8200 2005-05-15 Kim F. Storm <storm@cua.dk>
8201
8202 * subr.el (open-network-stream-nowait): Remove.
8203 (open-network-stream-server): Remove.
8204
8205 2005-05-15 Richard M. Stallman <rms@gnu.org>
8206
8207 * faces.el (describe-face): Output a definition link button.
8208
8209 * help-mode.el (help-face-def): New button type.
8210
8211 * emacs-lisp/copyright.el (copyright-fix-years):
8212 Match properly if the first year is 2-digit.
8213 Don't mess up the whitespace after the years by filling.
8214
8215 * dired-aux.el (dired-mark-confirm):
8216 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8217
8218 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8219 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8220 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8221
8222 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8223 Set font-lock-comment-start-skip.
8224
8225 * font-lock.el (font-lock-comment-start-skip): New variable.
8226 (font-lock-comment-end-skip): New variable.
8227 (font-lock-fontify-syntactically-region): Use them if non-nil.
8228
8229 2005-05-15 Jay Belanger <belanger@truman.edu>
8230
8231 * calc/calc-store.el (calc-store-value): Return a string rather
8232 than display it as a message.
8233 Use calc-var-name for variable name.
8234 (calc-store-into): Add the result of calc-store-value to message.
8235 (calc-copy-variable): Add a message.
8236 (calc-store-exchange): Improve error messages.
8237 (calc-store-binary, calc-store-map): Don't reset the values of
8238 special constants.
8239
8240 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8241
8242 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8243 manual to docstring.
8244
8245 * files.el (hack-local-variables-confirm): Add STRING argument.
8246 Make the function handle non file visiting buffers correctly.
8247 (hack-local-variables-prop-line, hack-local-variables)
8248 (hack-one-local-variable): Use STRING arg of
8249 `hack-local-variables-confirm'.
8250
8251 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8252
8253 Sync with Tramp 2.0.49.
8254
8255 * net/tramp.el (tramp-handle-dired-call-process)
8256 (tramp-handle-insert-directory):`insert-buffer' cannot be used
8257 because the contents of the Tramp buffer is changed before
8258 insertion (`expand-file' and alike).
8259 (tramp-handle-insert-directory): If `localname' has an empty
8260 nondirectory name, it must not be quoted.
8261 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
8262 variable `tramp-chunksize'. Change callees.
8263 (tramp-open-connection-setup-interactive-shell): Check remote host
8264 for buggy `send-process-string' implementation.
8265 Set `tramp-chunksize' if found. Reported by Michael Kifer
8266 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8267 (tramp-handle-shell-command): `insert-buffer' cannot be used
8268 because the contents of the Tramp buffer is changed before
8269 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
8270 <frederic.bothamy@free.fr>.
8271 (tramp-set-auto-save): Actions should be done for Tramp file name
8272 handler only. Ange-FTP has its own auto-save mechanism.
8273 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8274 (tramp-set-auto-save-file-modes): Set file modes of
8275 `buffer-auto-save-file-name' to ?\600 as fallback solution.
8276 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8277 (tramp-bug): Remove obsolete variable.
8278 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
8279 for presence of `mml-mode'. Make it running for older Emacsen as well.
8280
8281 2005-05-14 John Paul Wallington <jpw@pobox.com>
8282
8283 * ibuf-ext.el (define-ibuffer-filter filename):
8284 If `dired-directory' is a list, use its car.
8285
8286 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
8287
8288 * ibuffer.el (define-ibuffer-column filename):
8289 If `dired-directory' is a list, use its car.
8290
8291 2005-05-14 Richard M. Stallman <rms@gnu.org>
8292
8293 * subr.el (symbol-file): Doc fix.
8294
8295 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8296 (byte-compile-form): Call byte-compile-nogroup-warn.
8297 (byte-compile-warning-types): Doc fix.
8298
8299 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8300
8301 * progmodes/cc-engine.el (c-literal-faces):
8302 Add font-lock-comment-delimiter-face.
8303
8304 * net/net-utils.el (dig): Use with-no-warnings.
8305
8306 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8307 (sc-recite-frame-alist, sc-default-cite-frame)
8308 (sc-default-uncite-frame, sc-default-recite-frame)
8309 (sc-attrib-selection-list, sc-rewrite-header-list):
8310 Mark as risky-local-variable.
8311
8312 * international/ogonek.el (ogonek-jak, ogonek-how):
8313 Don't use beginning-of-buffer.
8314
8315 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8316
8317 * calendar/solar.el (solar-data-list): Move definition up.
8318
8319 * dnd.el (dnd-protocol-alist): Add autoload.
8320
8321 * progmodes/sh-script.el: Many doc usage fixes.
8322 (sh-indent-after-do): Change default to match common styles.
8323
8324 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8325
8326 * files.el (interpreter-mode-alist)
8327 (auto-mode-interpreter-regexp): Doc fixes.
8328
8329 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8330
8331 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8332
8333 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8334
8335 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8336
8337 * dired.el (dired-mode): make-variable-buffer-local =>
8338 make-local-variable.
8339
8340 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8341
8342 * term/mac-win.el (mac-select-convert-to-string): Try coding
8343 systems in mac-script-code-coding-systems if specified one cannot
8344 encode string for `com.apple.traditional-mac-plain-text'.
8345
8346 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8347
8348 * progmodes/make-mode.el (makefile-targets-face)
8349 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8350 (makefile-dependency-regex): Fix it to not make the colon in
8351 $(var:a=b) special.
8352 (makefile-rule-action-regex): New regexp for highlighting embedded
8353 Shell strings.
8354 (makefile-macroassign-regex): Handle != for highlighting as
8355 embedded Shell strings.
8356 (makefile-var-use-regex): New const.
8357 (makefile-statements, makefile-automake-statements)
8358 (makefile-gmake-statements, makefile-makepp-statements)
8359 (makefile-bsdmake-statements): New consts.
8360 (makefile-make-font-lock-keywords): New function.
8361 (makefile-automake-font-lock-keywords)
8362 (makefile-gmake-font-lock-keywords)
8363 (makefile-makepp-font-lock-keywords)
8364 (makefile-bsdmake-font-lock-keywords): New consts.
8365 (makefile-mode-map): Add switchers between the various submodes.
8366 (makefile-mode): Document the availability of the variants.
8367 (makefile-automake-mode, makefile-gmake-mode)
8368 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8369
8370 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8371 new variants of makefile-mode.
8372
8373 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8374
8375 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8376 the inheritance.
8377
8378 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8379
8380 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8381 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8382
8383 * files.el (normal-mode): Extend the scope of the
8384 `enable-local-variables' binding to include the `set-auto-mode' call.
8385 (magic-mode-alist): Doc fix.
8386
8387 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8388
8389 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8390 font-lock-comment-face rather than copying its setting.
8391
8392 2005-05-12 Andreas Schwab <schwab@suse.de>
8393
8394 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8395
8396 2005-05-12 Lute Kamstra <lute@gnu.org>
8397
8398 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8399 defcustom for the mode hook variable. Delete the last argument.
8400 * generic-x.el: Fix callers of define-generic-mode.
8401 (generic-x-modes): Delete group.
8402 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8403 generic-x customization group.
8404
8405 2005-05-12 Kim F. Storm <storm@cua.dk>
8406
8407 * font-lock.el (font-lock-negation-char-face): Default to "off".
8408
8409 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8410 font-lock-negation-char-face to ! in !=.
8411
8412 2005-05-12 Masatake YAMATO <jet@gyve.org>
8413
8414 * add-log.el (find-change-log): Fix typos in the docstring
8415 of function.
8416
8417 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8418
8419 * international/latexenc.el (latexenc-find-file-coding-system):
8420 Avoid `re-search-forward' when looking for input encoding because
8421 of speed and safety. Better regular expressions for recognizing
8422 input encoding. Limit a search for TeX-master/tex-main-file to
8423 the local variable section.
8424
8425 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8426
8427 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8428 syntax of $ to "'" (quote).
8429
8430 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8431
8432 * dnd.el (dnd-protocol-alist): Improve custom type.
8433
8434 * dired.el (dired-dnd-protocol-alist): New variable.
8435 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8436 `dired-mode-hook' to the end.
8437
8438 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8439
8440 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8441 comment-end if comment-start-skip is not set.
8442 Obey the font-lock-comment-delimiter-face variables.
8443
8444 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8445
8446 * files.el (executable-find): Move from executable.el. Use
8447 locate-file.
8448 * progmodes/executable.el (executable-find): Move to files.el.
8449
8450 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8451 when trying to ensure forward progress.
8452
8453 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8454
8455 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8456 (mouse-select, mouse-select-internal, mouse-extend-internal):
8457 Use it to implement mouse-1-click-follows-link functionality.
8458
8459 2005-05-11 Richard M. Stallman <rms@gnu.org>
8460
8461 * font-lock.el (font-lock-fontify-syntactically-region):
8462 Use font-lock-comment-delimiter-face for comment delimiters.
8463
8464 2005-05-10 Jay Belanger <belanger@truman.edu>
8465
8466 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8467 preserving embedded modes.
8468
8469 2005-05-10 Richard M. Stallman <rms@gnu.org>
8470
8471 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8472
8473 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8474 Move from ada-stmt.el.
8475 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8476
8477 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8478 Move to ada-mode.el.
8479 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8480
8481 * cus-edit.el (custom-file): Call file-chase-links.
8482
8483 * files.el (read-directory-name): Fix previous change.
8484 (hack-local-variables-confirm): New function.
8485 (hack-local-variables-prop-line, hack-local-variables)
8486 (hack-one-local-variable): Use it.
8487
8488 2005-05-10 Lute Kamstra <lute@gnu.org>
8489
8490 * font-lock.el (font-lock-keywords-alist)
8491 (font-lock-removed-keywords-alist): Clarify docstrings.
8492
8493 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8494
8495 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8496 (gdb-source-info): Check for preprocessor info.
8497 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8498 a macro for a function.
8499 (gdb-info-breakpoints-custom): Try to find file again if not already
8500 found (user might have used GDB dir command).
8501 (gdb-get-location): Update gdb-location-alist correctly for change
8502 to gdb-info-breakpoints-custom.
8503
8504 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8505 (gud-tooltip-print-command): Add gdbmi case.
8506 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8507 preprocessor info.
8508
8509 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8510
8511 * startup.el (fancy-splash-insert): Fix typo in doc string.
8512
8513 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8514
8515 * obsolete/float.el (string-to-float):
8516 * obsolete/hilit19.el (hilit-add-pattern):
8517 * obsolete/rnews.el (news-parse-range, news-select-message)
8518 (news-get-pruned-list-of-files): Replace `string-to-int' by
8519 `string-to-number'.
8520
8521 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8522 `find-file-not-found-hooks'; use `add-hook'.
8523 (uncompress-while-visiting): Set `write-file-functions', not
8524 `write-file-hooks'; use `add-hook'.
8525
8526 2005-05-09 Kim F. Storm <storm@cua.dk>
8527
8528 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8529 (cua-paste): Handle clipboard action.
8530 (cua--init-keymaps): Remap clipboard-kill-region and
8531 clipboard-kill-ring-save.
8532
8533 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8534
8535 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8536 Improve commentary.
8537
8538 * simple.el (next-error-overlay-arrow-position): Revert the change
8539 made on 2005-04-30.
8540
8541 2005-05-07 Jay Belanger <belanger@truman.edu>
8542
8543 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8544 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8545 `calc-sel-reselect'.
8546
8547 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8548 Calc is in embedded mode.
8549
8550 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8551
8552 * progmodes/compile.el (compilation-setup):
8553 Set overlay-arrow-string to an empty string on text terminals.
8554
8555 * textmodes/ispell.el (ispell-program-name): Try looking for
8556 "aspell" along exec-path, and if found, use it as the default
8557 speller program.
8558
8559 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8560
8561 * international/mule.el (sgml-xml-auto-coding-function):
8562 Recognize encoding='FOO' in single quotes as well as in double quotes.
8563
8564 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8565
8566 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8567 as well as `interactive', so that defmacro* would recognize
8568 `declare' forms.
8569
8570 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8571
8572 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8573 Explain more about the LIGHTER arg's usage in the doc string.
8574 Add commentary to clarify what the code does. Fix the regexp that
8575 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8576 since it could have characters special to regular expressions.
8577
8578 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8579
8580 * replace.el (occur-1): Bind inhibit-read-only so that
8581 erase-buffer doesn't barf on read-only text properties (likewise
8582 for add-text-properties in occur-engine). Mark buffer as unmodified.
8583 (occur-engine): Don't set buffer-read-only here.
8584
8585 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8586
8587 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8588 list-buffers-directory. This caused the *cvs-commit* buffer to be
8589 sometimes mistakenly reused as a *cvs* buffer.
8590
8591 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8592
8593 * tooltip.el: Move code for GUD tooltips into gud.el.
8594 (require): CL no longer needed to compile case.
8595 (tooltip-mode): Do not toggle functions for GUD tooltips.
8596 (tooltip-gud-tips-p): Remove. Replace with minor mode
8597 gud-tooltip-mode in gud.el.
8598 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8599 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8600 tooltip-gud prefix with gud-tooltip and obsolete.
8601 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8602 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8603 (tooltip-mouse-motion): Mouse movement functions/variable.
8604 Rename in gud.el by adding gud prefix.
8605 (tooltip-gud-original-filter, tooltip-gud-dereference)
8606 (tooltip-gud-event, tooltip-toggle-gud-tips)
8607 (tooltip-gud-process-output, tooltip-gud-print-command)
8608 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8609 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8610 (gdb-tooltip-print): Move to gdb-ui.el.
8611
8612 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8613 (require): CL needed to compile case.
8614 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8615 tooltip-gud-tips-p. Make it a minor-mode.
8616 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8617 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8618 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8619 (gud-tooltip-change-major-mode)
8620 (gud-tooltip-activate-mouse-motions-if-enabled)
8621 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8622 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8623 (gud-tooltip-original-filter, gud-tooltip-dereference)
8624 (gud-tooltip-event, tooltip-toggle-gud-tips)
8625 (gud-tooltip-process-output, gud-tooltip-print-command)
8626 (gud-tooltip-tips): Move from tooltip.el.
8627
8628 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8629 (gdb-cpp-define-alist-flags): Doc fix.
8630 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8631 gud-tooltip-mode is t.
8632
8633 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8634
8635 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8636 evaporate if their text is deleted.
8637 (goto-address-at-point): Make it work as a mouse binding as well.
8638 (goto-address-at-mouse): Obsolete it. Update users.
8639
8640 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8641
8642 * calendar/appt.el (top-level): No longer activate on load.
8643
8644 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8645
8646 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8647 * net/webjump.el (webjump):
8648 * progmodes/idlw-help.el (idlwave-do-context-help1)
8649 (idlwave-highlight-linked-completions):
8650 * textmodes/po.el (po-find-file-coding-system-guts):
8651 Replace `assoc-ignore-case' by `assoc-string'.
8652
8653 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8654
8655 * files.el (locate-file): Doc fix.
8656
8657 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8658 Remove the redundant test for ms-dos.
8659
8660 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8661 look for the preprocessor with exec-suffixes. If not found in
8662 standard places, look in exec-path. Remove most of the tests that
8663 used system-type.
8664
8665 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8666
8667 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8668
8669 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8670 file-name clash with jka-compr.el on 8+3 filesystems.
8671
8672 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8673
8674 * term/mac-win.el: Don't define or bind scroll bar functions if
8675 x-toolkit-scroll-bars is t.
8676 (x-select-text, x-get-selection-value): Clear
8677 x-last-selected-text-clipboard if x-select-enable-clipboard is
8678 nil.
8679 (PRIMARY): Put mac-scrap-name property.
8680 (mac-select-convert-to-file-url): New function.
8681 (public.file-url): New selection target type. Add to
8682 selection-converter-alist.
8683 (x-get-selection, x-selection-value): Handle it.
8684 (x-cut-buffer-or-selection-value): New alias.
8685
8686 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8687
8688 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8689 entry to avoid calling bibtex-find-entry with arg global
8690 being t. Remove arg key.
8691 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8692 (bibtex-copy-summary-as-kill): Change accordingly.
8693
8694 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8695
8696 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8697 (org-agenda-date-later): Use with-current-buffer.
8698
8699 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8700
8701 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8702 (define-obsolete-variable-alias): Doc Fixes.
8703
8704 2005-05-06 Kim F. Storm <storm@cua.dk>
8705
8706 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8707 vertical-motion when selective-display is active.
8708
8709 * ido.el (ido-setup-hook): New hook.
8710 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8711 (ido-input-stack): New var.
8712 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8713 ido-next-work-file binding to M-O.
8714 Bind M-f to ido-wide-find-file-or-pop-dir.
8715 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8716 (ido-read-internal): Run ido-setup-hook.
8717 Catch quit in read-file-name and read-string to cancel edit.
8718 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8719 Automatically pop-all when completing a directory name (RET).
8720 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8721 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8722 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8723 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8724 New functions for M-b/M-f to move among the directory components.
8725 (ido-make-merged-file-list): Catch quit to cancel merge.
8726 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8727 (ido-completion-help): No warnings for ido-completion-buffer-full.
8728
8729 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8730
8731 * font-lock.el (font-lock-negation-char-face): New face and variable.
8732 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8733 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8734 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8735 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8736
8737 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8738
8739 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8740 Fix typo in docstring.
8741
8742 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8743 (ebrowse-print-statistics-line)
8744 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8745
8746 * term/w32-win.el (image-library-alist): Add additional name for
8747 Xpm library.
8748
8749 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8750
8751 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8752 use gcc instead of cpp.
8753
8754 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8755 (gdb-create-define-alist): Use it.
8756 (gdb-cpp-define-alist-program): Update for MS-DOS.
8757
8758 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8759
8760 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8761
8762 2005-05-04 Richard M. Stallman <rms@gnu.org>
8763
8764 * help.el (describe-key): No error when UNTRANSLATED is nil.
8765
8766 * simple.el (line-move-1): Fix previous change to signal errors
8767 appropriately.
8768
8769 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8770
8771 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8772 (icalendar-duration-correction): Remove.
8773 (icalendar--get-event-properties): Split result at commas.
8774 (icalendar--decode-isoduration): New optional argument
8775 DURATION-CORRECTION.
8776 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8777 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8778 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8779 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8780 (icalendar--convert-anniversary-to-ical): New functions, extracted
8781 from icalendar-export-region, with bug fixes.
8782 (icalendar-export-region): Use the above functions.
8783 (icalendar-import-buffer): Check before saving diary file.
8784 (icalendar--convert-recurring-to-diary)
8785 (icalendar--convert-non-recurring-all-day-to-diary)
8786 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8787 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8788 (icalendar--convert-ical-to-diary): Use the above functions.
8789
8790 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8791
8792 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8793 Remove these recent additions.
8794 (c-mode): Restore to before 2005-04-28.
8795
8796 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8797 recent addition.
8798
8799 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8800 (gdb-define-alist): New variables.
8801 (gdb-create-define-alist): New function.
8802 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8803 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8804 with string-to-number.
8805 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8806
8807 * progmodes/gud.el: Replace string-to-int with string-to-number.
8808 (gud-find-file): Handle gdb-define-alist.
8809
8810 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8811
8812 2005-05-02 Jay Belanger <belanger@truman.edu>
8813
8814 * calc/calc-aent.el (math-read-token):
8815 * calc/calc-bin.el (calc-word-size):
8816 * calc/calc-ext.el (calc-read-number-fancy):
8817 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8818 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8819 * calc/calc-frac.el (calc-over-notation):
8820 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8821 (calc-graph-num-points, calc-graph-init):
8822 * calc/calc-prog.el (calc-read-parse-table-part)
8823 (calc-edit-macro-repeats):
8824 * calc/calc-yank.el (calc-do-grab-rectangle):
8825 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8826 Replace `string-to-int' by `string-to-number'.
8827
8828 2005-05-02 Kim F. Storm <storm@cua.dk>
8829
8830 * kmacro.el: Use executing-kbd-macro-index variable.
8831
8832 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8833
8834 * net/rlogin.el (rlogin-parse-words): Delete func.
8835 (rlogin): Use split-string, not rlogin-parse-words.
8836 Also, if there are option-like elements in the parsed args,
8837 take the host to be the first arg immediately following them.
8838 Suggested by Michael Mauger.
8839
8840 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8841
8842 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8843
8844 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8845
8846 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8847 (cc-mode-cpp-program): Rename to cc-define-list-program and
8848 move to cc-vars.el.
8849
8850 * progmodes/cc-vars.el (cc-define-list-program):
8851 Change to "gcc -E -dM -". Make customizable.
8852
8853 2005-05-02 Kim F. Storm <storm@cua.dk>
8854
8855 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8856
8857 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8858
8859 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8860
8861 * international/mule-util.el (truncate-string): Remove alias and
8862 obsolete declaration.
8863
8864 * international/mule-cmds.el (update-iso-coding-systems):
8865 Remove alias and obsolete declaration.
8866
8867 * international/mule.el (coding-system-parent): Remove alias and
8868 obsolete declaration.
8869
8870 * subr.el (define-function, sref): Remove aliases and obsolete
8871 declarations.
8872 (chars-in-region): Remove obsolete declaration.
8873
8874 2005-05-01 Richard M. Stallman <rms@gnu.org>
8875
8876 * info.el (Info-mode): Set widen-automatically to nil, locally.
8877
8878 * simple.el (widen-automatically): New variable.
8879 (pop-global-mark): Obey widen-automatically.
8880
8881 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8882
8883 * term/xterm.el (function-key-map): Call substitute-key-definition
8884 before the keymap size is increased by a lot of define-key calls.
8885
8886 2005-05-01 Richard M. Stallman <rms@gnu.org>
8887
8888 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8889 Rename ARG to ELEMENT. Doc fix.
8890
8891 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8892
8893 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8894 Remove references to allout-exposure/change to allout-new-exposure.
8895
8896 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8897 bytecode symbols.
8898
8899 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8900 (compiled-function-p, focus-frame, unfocus-frame):
8901 Remove aliases and obsolete declarations.
8902 Back out inadvertent changes from previous commit.
8903
8904 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8905
8906 * files.el (require-final-newline): Make Custom tags consistent
8907 with mode-require-final-newline.
8908 (mode-require-final-newline): Doc fix.
8909
8910 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8911
8912 * international/latexenc.el (latexenc-find-file-coding-system):
8913 Fix regular expressions.
8914
8915 2005-05-01 David Kastrup <dak@gnu.org>
8916
8917 * international/latexenc.el (latexenc-find-file-coding-system):
8918 Fix regular expressions.
8919
8920 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8921
8922 * subr.el (string-to-int): Make obsolete.
8923
8924 2005-04-30 Richard M. Stallman <rms@gnu.org>
8925
8926 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8927
8928 * loadup.el: load jka-comp-hook.
8929
8930 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8931 (jka-compr-handler): Add autoload. `put' calls moved
8932 to jka-comp-hook.el.
8933 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8934 (jka-compr-inhibit): Autoload.
8935
8936 * jka-comp-hook.el: New file.
8937 Enable the mode by default.
8938
8939 * files.el (backup-buffer-copy): Use copy-file instead
8940 of write-region, and put back the 'excl.
8941
8942 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8943
8944 * progmodes/flymake.el (flymake-split-string)
8945 (flymake-split-string, flymake-log, flymake-pid-to-names)
8946 (flymake-reg-names, flymake-get-source-buffer-name)
8947 (flymake-unreg-names, flymake-add-line-err-info)
8948 (flymake-add-err-info): Clarify docstrings.
8949 (flymake-popup-menu, flymake-make-emacs-menu)
8950 (flymake-make-xemacs-menu): Add docstrings.
8951 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8952 Set variables directly throughout.
8953
8954 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8955
8956 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
8957 exists. Initialize cc-define-alist.
8958 (c-mode): Add cc-create-define-alist locally to after-save-hook.
8959 If there is no file (Macroexpansion) don't create an alist.
8960
8961 2005-04-29 Sam Steingold <sds@gnu.org>
8962
8963 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
8964 (cc-create-define-alist): Use it instead of the hard-coded string.
8965
8966 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8967
8968 * international/mule-conf.el (file-coding-system-alist): Fix regexp
8969 for latexenc.
8970
8971 2005-04-29 Lute Kamstra <lute@gnu.org>
8972
8973 * emacs-lisp/generic.el: Improve commentary section.
8974 (define-generic-mode): Improve docstring.
8975
8976 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
8977
8978 * textmodes/org.el (many places): Change to quiet the byte compiler.
8979 (org-prefix-format-compiled): New variable.
8980 (org-compile-prefix-format): New function.
8981 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
8982 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
8983 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
8984 (org-get-entries-from-diary): Use `org-get-time-of-day' for
8985 consistency with entries from `org-mode' files.
8986 (org-get-time-of-day): Fix bug with partial matches early in a line.
8987 (org-non-link-chars): New constant.
8988 (org-link-regexp): Respect `org-non-link-chars'.
8989 (org-agenda-day-view): Remove command.
8990 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
8991 (org-follow-bbdb-link, org-store-link): Search also company field.
8992 (org-highlight-overlay): New variable.
8993 (org-highlight, org-unhighlight): New functions.
8994 (org-agenda-mode): Add pre-command-hook to remove highlight.
8995 (org-evaluate-time-range): Behavior depends upon whether time stamp
8996 contains a time or not.
8997 (org-show-subtree, org-show-entry): New functions.
8998 (org-agenda-cleanup-fancy-diary): Remove empty lines.
8999
9000 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
9001
9002 * comint.el (comint-output-filter-functions): Add autoload cookie.
9003
9004 2005-04-28 Kim F. Storm <storm@cua.dk>
9005
9006 * ido.el (ido-everywhere): Fix last change.
9007
9008 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9009
9010 * international/latexenc.el: New file.
9011 * international/mule-conf.el (file-coding-system-alist): For .tex,
9012 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
9013
9014 2005-04-28 Lute Kamstra <lute@gnu.org>
9015
9016 * font-lock.el (font-lock-add-keywords)
9017 (font-lock-remove-keywords): Clarify docstring.
9018 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
9019 Don't start docstrings with a `*'.
9020 (font-lock-update-removed-keyword-alist): Give it a docstring.
9021
9022 * generic-x.el: Update commentary section.
9023 Only require font-lock when compiling.
9024 Define all modes conditionally.
9025 Place all generic modes in the generic-x-modes customization group.
9026 (generic-x-modes): New customization group.
9027 (generic-default-modes, generic-mswindows-modes)
9028 (generic-unix-modes, generic-other-modes): New constants.
9029 (generic-define-mswindows-modes, generic-define-unix-modes):
9030 Update docstrings. Make them obsolete.
9031 (generic-extras-enable-list): New default value. Update docstring.
9032 Improve :type. Change :set function.
9033 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
9034 Fix docstring.
9035
9036 * emacs-lisp/generic.el (generic-mode-internal):
9037 Simplify font-lock-defaults.
9038 (define-generic-mode): Fix docstring.
9039
9040 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9041
9042 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
9043 font-lock-face property to highlight matches.
9044
9045 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
9046
9047 * progmodes/cc-mode.el (cc-create-define-alist): New function.
9048 (cc-define-alist): New variable.
9049 (c-mode): Make it local and initialize it.
9050
9051 * progmodes/gdb-ui.el (gdb-active-process): New variable.
9052 (gdb-exited): New function.
9053 (gdb-annotation-rules): Use it.
9054 (gdb-starting): Set gdb-active-process to t.
9055 (gdb-stopping): Amend doc string.
9056 (gdb-reset): Set gdb-active-process to nil.
9057
9058 * tooltip.el (tooltip-gud-tips): Show the associated #define
9059 directives when a C program under GDB is not executing.
9060
9061 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9062
9063 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
9064 font-lock-fontify-syntactic-keywords.
9065
9066 * font-lock.el (font-lock-default-fontify-region): Don't force
9067 parse-sexp-lookup-properties to nil.
9068
9069 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9070
9071 * man.el (man-mode-syntax-table): Set up `:' to have
9072 word-constituent syntax.
9073
9074 2005-04-27 Lute Kamstra <lute@gnu.org>
9075
9076 * novice.el (disable-command): Don't add spurious newlines to the
9077 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
9078
9079 2005-04-26 Jay Belanger <belanger@truman.edu>
9080
9081 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
9082 than one window before deleting window.
9083
9084 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
9085
9086 * shell.el (shell-prompt-pattern): Doc fix.
9087 (shell-mode): Set paragraph-separate buffer locally to "\\'".
9088
9089 * comint.el (comint-prompt-regexp, comint-get-old-input)
9090 (comint-use-prompt-regexp)
9091 (comint-use-prompt-regexp-instead-of-fields)
9092 (comint-replace-by-expanded-history, comint-send-input)
9093 (comint-output-filter, comint-get-old-input-default)
9094 (comint-line-beginning-position, comint-bol, comint-show-output)
9095 (comint-backward-matching-input, comint-forward-matching-input)
9096 (comint-next-prompt, comint-previous-prompt):
9097 Rename `comint-use-prompt-regexp-instead-of-fields' to
9098 `comint-use-prompt-regexp'. Keep old name as alias and declare
9099 obsolete.
9100 (comint-use-prompt-regexp): Shorten first line of doc string.
9101
9102 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
9103 Set paragraph-separate buffer locally to "\\'".
9104
9105 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
9106 Adapt to above name change.
9107
9108 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9109 (smbclient-prompt-regexp): Ditto.
9110
9111 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
9112
9113 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
9114
9115 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
9116 gdb-location-list.
9117 Break lines that are over 80 characters wide.
9118
9119 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9120
9121 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
9122 New fun and var, to preserve compatibility.
9123
9124 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
9125
9126 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
9127
9128 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
9129 name to file-newer-than-file-p.
9130
9131 2005-04-26 Richard M. Stallman <rms@gnu.org>
9132
9133 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
9134
9135 * progmodes/python.el (python-mode):
9136 Use new name eldoc-documentation-function.
9137
9138 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
9139
9140 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9141 (eldoc-documentation-function):
9142 Rename from eldoc-print-current-symbol-info-function. Calls changed.
9143
9144 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
9145
9146 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
9147
9148 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9149
9150 * term/xterm.el (function-key-map): Fix strings for
9151 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
9152 {C,S,A,C-S}-{f1-f12}.
9153
9154 2005-04-26 Kenichi Handa <handa@m17n.org>
9155
9156 * international/mule-cmds.el (select-safe-coding-system):
9157 Fix previous change.
9158
9159 2005-04-26 Lute Kamstra <lute@gnu.org>
9160
9161 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
9162
9163 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
9164 (font-lock-comment-delimiter-face): Ditto.
9165
9166 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
9167
9168 2005-04-25 Jay Belanger <belanger@truman.edu>
9169
9170 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
9171 to t while inserting information; use help-mode.
9172
9173 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9174
9175 * term.el (ansi-term-color-vector): Use the xterm colors.
9176 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
9177
9178 2005-04-25 Lute Kamstra <lute@gnu.org>
9179
9180 * font-core.el (font-lock-defaults): Fix docstring.
9181
9182 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
9183
9184 2005-04-25 Kenichi Handa <handa@m17n.org>
9185
9186 * international/mule-cmds.el (select-safe-coding-system):
9187 Don't check consistency with coding: spec, etc if raw-text or
9188 no-conversion was found to be safe.
9189
9190 2005-04-24 Richard M. Stallman <rms@gnu.org>
9191
9192 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
9193 citation markers at start of each line.
9194
9195 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
9196 citation markers at start of each line.
9197
9198 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
9199
9200 * files.el (mode-require-final-newline): Fix previous change.
9201 (require-final-newline): Fix type label.
9202
9203 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9204
9205 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9206 statement in buffer (broken by 2004-11-24 change).
9207
9208 2005-04-24 Kim F. Storm <storm@cua.dk>
9209
9210 * ido.el (ido-everywhere): Save and restore old read-buffer-function
9211 and read-file-name-function values. Don't overwrite existing
9212 non-nil values if ido-mode is enabled without ido-everywhere.
9213
9214 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
9215
9216 * files.el (mode-require-final-newline): Minor doc fix.
9217
9218 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9219
9220 * subr.el (syntax-after): Doc fix.
9221 (syntax-class): If argument is nil, return nil. Mask off upper 16
9222 bits, not 8 bits.
9223
9224 * files.el (mode-require-final-newline): Doc fix.
9225 (backup-buffer-copy): Fix last change.
9226
9227 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9228
9229 * term/mac-win.el: Require select. Set selection-coding-system to
9230 mac-system-coding-system. Call menu-bar-enable-clipboard.
9231 (x-last-selected-text-clipboard, x-last-selected-text-primary)
9232 (x-select-enable-clipboard): New variables.
9233 (x-select-text, x-get-selection, x-selection-value)
9234 (x-get-selection-value, mac-select-convert-to-string)
9235 (mac-services-open-file, mac-services-open-selection)
9236 (mac-services-insert-text): New functions.
9237 (CLIPBOARD, FIND): Put mac-scrap-name property.
9238 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9239 (public.tiff): Put mac-ostype property.
9240 (selection-converter-alist): Add entries for them.
9241 (mac-application-menu-map): New keymap.
9242 (interprogram-cut-function, interprogram-paste-function): Set to
9243 x-select-text and x-get-selection-value, respectively.
9244 (split-window-keep-point): Set to t.
9245
9246 2005-04-23 Richard M. Stallman <rms@gnu.org>
9247
9248 * files.el (read-directory-name): Always pass non-nil
9249 DEFAULT-FILENAME arg to read-file-name.
9250 (backup-buffer-copy, basic-save-buffer-2): Take care against
9251 writing thru an unexpected existing symlink.
9252 (revert-buffer): In indirect buffer, revert the base buffer.
9253 (magic-mode-alist): Doc fix.
9254 (buffer-stale-function): Doc fix.
9255 (minibuffer-with-setup-hook): Avoid warning.
9256 (mode-require-final-newline): Doc and custom fix.
9257
9258 * follow.el (follow-end-of-buffer): Use with-no-warnings.
9259
9260 * font-lock.el (font-lock-comment-face): On terminals with few colors,
9261 use the default appearance.
9262 (font-lock-comment-delimiter-face): New face, new variable.
9263
9264 * imenu.el (imenu--generic-function): The official position of a
9265 definition is the start of the line that BEG is in.
9266
9267 * midnight.el (midnight-timer): Move defvar up.
9268
9269 * mouse.el (mouse-drag-region-1): Delete some debugging code.
9270
9271 * saveplace.el (save-place-to-alist): Use with-no-warnings.
9272
9273 * startup.el (command-line): Use with-no-warnings.
9274
9275 * window.el (window-size-fixed): New defvar.
9276
9277 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9278
9279 * mail/rmail.el (rmail-font-lock-keywords):
9280 Use font-lock-comment-delimiter-face.
9281
9282 * mail/sendmail.el (mail-font-lock-keywords):
9283 Use font-lock-comment-delimiter-face.
9284
9285 * progmodes/compile.el (next-error-highlight-timer): New defvar.
9286
9287 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9288
9289 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9290 Specify t for LAXMATCH when matching directories.
9291 Save match data around compilation-compat-error-properties form.
9292
9293 2005-04-23 David Kastrup <dak@gnu.org>
9294
9295 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9296 Mention that the autoloaded aliases should be kept for AUCTeX.
9297
9298 2005-04-23 Andreas Schwab <schwab@suse.de>
9299
9300 * isearch.el (isearch-forward): Doc fix.
9301
9302 2005-04-23 Eli Zaretskii <eliz@gnu.org>
9303
9304 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9305 (jit-lock-stealth-nice): Change default value to 0.5.
9306
9307 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
9308
9309 * abbrev.el (write-abbrev-file): Write table entries in
9310 alphabetical order by table name.
9311
9312 2005-04-22 Kim F. Storm <storm@cua.dk>
9313
9314 * ido.el (ido-read-internal): Fix `list' completion.
9315
9316 2005-04-22 Kenichi Handa <handa@m17n.org>
9317
9318 * recentf.el (recentf-save-file-coding-system): New variable.
9319 (recentf-save-list): Encode the file by
9320 recentf-save-file-coding-system and add coding: tag.
9321
9322 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9323
9324 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9325
9326 2005-04-21 Lute Kamstra <lute@gnu.org>
9327
9328 * loadhist.el (unload-feature): Don't remove a function from hooks
9329 if it is about to be restored to an autoload . Remove functions
9330 that will become unbound from auto-mode-alist. Simplify the code.
9331
9332 * subr.el (assq-delete-all): New implementation that is linear,
9333 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9334 (rassq-delete-all): New function.
9335
9336 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9337 Add size-indication-mode.
9338
9339 2005-04-21 Kenichi Handa <handa@m17n.org>
9340
9341 * international/mule-cmds.el: Add autoload for widget-value in
9342 eval-when-compile.
9343
9344 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9345
9346 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9347 Add tooltip-mode.
9348
9349 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9350
9351 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9352
9353 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9354 (inferior-lisp-filter-regexp, inferior-lisp-program)
9355 (inferior-lisp-load-command, inferior-lisp-prompt)
9356 (inferior-lisp-mode-hook, lisp-source-modes)
9357 (inferior-lisp-load-hook): defvar->defcustom.
9358 (inferior-lisp-program, inferior-lisp-prompt)
9359 (inferior-lisp-load-hook): Doc fixes.
9360 (inferior-lisp-install-letter-bindings): Small change in
9361 introductory comment.
9362
9363 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9364
9365 * vc.el (vc-annotate-color-map): Change some colors so that text
9366 using them as foreground is readable on both white and black
9367 backgrounds.
9368
9369 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9370
9371 * international/mule-conf.el (translation-table-for-input):
9372 Remove redundant declaration.
9373
9374 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9375
9376 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9377
9378 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9379 (tooltip-toggle-gud-tips): New function.
9380
9381 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9382
9383 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9384 right angle brackets.
9385
9386 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9387
9388 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9389
9390 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9391
9392 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9393 Remove. Update callers to use expand-file-name instead.
9394
9395 * subr.el (syntax-class): New function.
9396
9397 * simple.el (blink-matching-open): Use it.
9398
9399 * paren.el (show-paren-function): Use it to recognize parens that are
9400 also used in 2-char comment markers.
9401
9402 2005-04-19 Lute Kamstra <lute@gnu.org>
9403
9404 * loadhist.el (unload-feature): Update for new format of
9405 load-history. Simplify the code.
9406
9407 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9408
9409 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9410 (mac-add-charset-info): New function. Initialize variable
9411 mac-charset-info-alist using it.
9412 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9413 for translation.
9414 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9415 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9416 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9417 New CCL programs.
9418
9419 2005-04-19 Kim F. Storm <storm@cua.dk>
9420
9421 * simple.el (next-buffer, prev-buffer, next-error)
9422 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9423 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9424
9425 * bindings.el (next-buffer, prev-buffer, next-error)
9426 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9427 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9428 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9429 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9430
9431 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9432
9433 * isearch.el (isearch-edit-string): Make the search-ring available for
9434 minibuffer history commands.
9435 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9436 the default history commands now work just as well.
9437 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9438
9439 2005-04-18 Kim F. Storm <storm@cua.dk>
9440
9441 * emulation/cua-base.el (cua--pre-command-handler): Add more
9442 elaborate check for shift modifier on non-window systems.
9443
9444 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9445
9446 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9447
9448 2005-04-18 Kim F. Storm <storm@cua.dk>
9449
9450 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9451 and make it optional. Don't test tooltip-gud-echo-area here.
9452 (tooltip-gud-process-output, gdb-tooltip-print):
9453 Pass tooltip-gud-echo-area to tooltip-show.
9454 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9455
9456 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9457
9458 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9459 `display-graphic-p' may not be bound yet.
9460
9461 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9462
9463 * startup.el (command-line): No longer enable Xterm Mouse mode by
9464 default in terminals compatible with xterm.
9465
9466 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9467
9468 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9469
9470 * tooltip.el (tooltip-gud-echo-area): Rename from
9471 tooltip-use-echo-area.
9472 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9473 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9474 area independently of where help tooltips are displayed.
9475
9476 2005-04-17 David Kastrup <dak@gnu.org>
9477
9478 * cus-theme.el (custom-theme-write-variables): Quote variables
9479 where necessary.
9480
9481 2005-04-17 Richard M. Stallman <rms@gnu.org>
9482
9483 * simple.el (yank-excluded-properties): Add follow-link to value.
9484
9485 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9486
9487 * startup.el (fancy-splash-max-time): Just 30 seconds.
9488 (fancy-splash-delay): Just 7.
9489 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9490
9491 * loadhist.el (unload-feature): Update for new format of load-history.
9492 Simplify the code.
9493
9494 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9495 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9496
9497 * mail/sendmail.el (mail-font-lock-keywords):
9498 Don't fontify subject text.
9499 Don't fontify the text of a citation.
9500
9501 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9502
9503 * comint.el (comint-output-filter): Run comint-output-filter-functions
9504 with point where the user had it.
9505
9506 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9507
9508 * international/ucs-tables.el (ucs-set-table-for-input):
9509 Disable when using unify-on-decoding.
9510
9511 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9512
9513 * emulation/cua-base.el (cua-global-mark-face): Add special case
9514 for displays supporting a high number of colors.
9515
9516 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9517
9518 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9519
9520 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9521
9522 * filesets.el (filesets-add-buffer): If user supplies a name of a
9523 non-existing fileset, create a new fileset.
9524
9525 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9526
9527 * textmodes/org.el (org-up-heading-all): Fix bug with
9528 `outline-up-heading-all'.
9529
9530 2005-04-16 Andreas Schwab <schwab@suse.de>
9531
9532 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9533 /etc/permissions.d/* and /etc/aliases.d/*.
9534
9535 2005-04-16 Kenichi Handa <handa@m17n.org>
9536
9537 * international/code-pages.el (cp-make-coding-system):
9538 Set `translation-table-for-input' property value to the symbol
9539 ucs-mule-to-mule-unicode, not to that value.
9540 (pt154): Escape guillemet by `\'.
9541
9542 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9543
9544 * loadup.el: Load tooltip if x-show-tip is fboundp.
9545
9546 * startup.el (command-line): Add comment.
9547
9548 * tooltip.el (tooltip-mode): Specify correct standard value for
9549 Custom in init-value.
9550
9551 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9552
9553 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9554 possible.
9555
9556 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9557
9558 * textmodes/org.el (org-agenda-date-prompt): Rename from
9559 `org-agenda-date-today'.
9560 (org-evaluate-time-range): Insert at point instead of directly
9561 after time range.
9562 (org-first-headline-recenter, org-subtree-end-visible-p)
9563 (org-optimize-window-after-visibility-change): New functions
9564 (org-agenda-post-command-hook): Don't allow point at end of line,
9565 to make sure it always hits the text properties.
9566 (org-agenda-next-date-line, org-agenda-previous-date-line):
9567 New commands.
9568 (org-set-regexps-and-options): Category may contain white space.
9569 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9570 Improve marker positions.
9571 (org-agenda-new-marker): Argument POS made optional.
9572 (org-agenda-get-timestamps): Deadlines which are done are listed
9573 in org-done-face now.
9574 (org-agenda-get-todos, org-agenda-get-timestamps)
9575 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9576 Set `undone-face' and `done-face' properties.
9577 (org-last-todo-state-is-todo): New variable.
9578 (org-todo): Set `org-last-todo-state-is-todo'.
9579 (org-agenda-todo): Change face according to
9580 `org-last-todo-state-is-todo'. And change other lines referring to
9581 the same entry.
9582 (org-calendar-goto-agenda): New command.
9583 (org-calendar-to-agenda-key): New option.
9584 (org-startup-folded): New allowed value `content'.
9585 (org-set-regexps-and-options): Accept new value `content' for
9586 `org-startup-folded'.
9587 (org-get-current-options): Handle new value `content' for
9588 `org-startup-folded'.
9589 (org-insert-todo-heading): New command.
9590 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9591 interactively in empty file and option
9592 `org-insert-mode-line-in-empty-file' has been set.
9593 (org-agenda-todo,org-agenda-priority): Modify to use
9594 `org-agenda-change-all-lines'.
9595 (org-warning-face): Change color on dark background
9596
9597 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9598
9599 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9600 use preferences AppleLocale and AppleLanguages, and variable
9601 mac-system-locale for default locale. On Mac OS Classic, use
9602 mac-system-coding-system for default coding systems.
9603
9604 * term/mac-win.el: Don't set file-name-coding-system.
9605 Decode variables system-name, emacs-build-system, user-login-name, and
9606 user-full-name by mac-system-coding-system on Mac OS Classic.
9607 (mac-system-coding-system): New variable.
9608
9609 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9610
9611 * startup.el (command-line): Handle `xterm-mouse-mode' before
9612 reading init file.
9613
9614 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9615
9616 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9617
9618 * progmodes/sh-script.el (sh-here-document-word): Make it a
9619 defcustom. Doc fix.
9620 (sh-add): Bash uses $(( )) for arithmetic.
9621 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9622 (sh-maybe-here-document): Remove quotes and leading whitespace
9623 from heredoc word when closing. Indent heredoc with tabs if word
9624 starts with "-".
9625
9626 2005-04-13 Richard M. Stallman <rms@gnu.org>
9627
9628 * simple.el (undo): Fix previous change.
9629
9630 * custom.el (defface): Doc fix.
9631
9632 2005-04-13 Lute Kamstra <lute@gnu.org>
9633
9634 * Makefile.in (DONTCOMPILE): Remove list.
9635 (compile, compile-always): Don't use DONTCOMPILE.
9636 (update-authors): Load the library in which batch-update-authors
9637 is defined.
9638 * makefile.w32-in (DONTCOMPILE): Remove list.
9639 (compile, compile-always): Fix comments.
9640 (update-authors): Load the library in which batch-update-authors
9641 is defined.
9642
9643 * generic-x.el (generic-mode-ini-file-find-file-hook):
9644 Rename to ini-generic-mode-find-file-hook.
9645 Keep generic-mode-ini-file-find-file-hook as an alias.
9646 (ini-generic-mode-find-file-hook): Rename from
9647 generic-mode-ini-file-find-file-hook. Fix docstring.
9648 (ini-generic-mode): Docstring change.
9649 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9650
9651 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9652 called from lisp.
9653
9654 * generic.el: Move to the emacs-lisp subdir.
9655
9656 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9657
9658 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9659 and C-S- function and cursor motion keys.
9660
9661 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9662
9663 * startup.el (command-line): Enable Xterm Mouse mode by default.
9664 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9665 for Custom. No longer show "Mouse" in mode line when enabled.
9666 Doc fix.
9667
9668 2005-04-12 Kim F. Storm <storm@cua.dk>
9669
9670 * emulation/cua-base.el (cua-rectangle-face)
9671 (cua-rectangle-noselect-face): Define face attributes here.
9672
9673 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9674
9675 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9676
9677 * startup.el (command-line): Turn off blinking cursor if
9678 cursorBlink in resources is off or false.
9679
9680 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9681
9682 * term/mac-win.el (dnd): Require dnd.
9683 (mac-drag-n-drop): Call dnd-handle-one-url.
9684 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9685 (kTextEncodingISOLatin2): Remove constants.
9686 (mac-script-code-coding-systems): New constant.
9687 (mac-handle-language-change): New function.
9688 (special-event-map): Bind it to `language-change' event.
9689 (mac-centraleurroman, mac-cyrillic): New coding systems.
9690 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9691 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9692 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9693 encode-mac-cyrillic, respectively.
9694
9695 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9696
9697 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9698 Don't set overlay-arrow-string to "=>" as this is done
9699 globally in C now.
9700
9701 2005-04-12 Lute Kamstra <lute@gnu.org>
9702
9703 * generic-x.el (rc-generic-mode, rul-generic-mode):
9704 Fix auto-mode-alist entries.
9705 (etc-fstab-generic-mode): Tweak fontification.
9706
9707 * generic.el (generic-make-keywords-list): Fix docstring.
9708 (generic-mode-internal): Simplify generic-font-lock-keywords.
9709
9710 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9711
9712 * whitespace.el (whitespace-buffer-leading)
9713 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9714 However, fix the highlight area for the leading and
9715 trailing whitespaces to show space.
9716
9717 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9718
9719 * whitespace.el (whitespace-version): Bump to 3.5
9720
9721 (whitespace-buffer-leading, whitespace-buffer-trailing):
9722 Invert sense of the test to highlight the whitespace.
9723
9724 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9725
9726 * progmodes/gud.el (gud-display-line): GUD uses its own
9727 overlay arrow now so don't set overlay-arrow-string.
9728 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9729
9730 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9731
9732 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9733 (term-ansi-current-reverse, term-ansi-current-invisible)
9734 (term-ansi-face-already-done): Change to boolean.
9735 (term-reset-terminal, term-handle-colors-array): Handle the above
9736 vars accordingly.
9737 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9738 (term-emulate-terminal): Use the new name.
9739
9740 * faces.el (secondary-selection): Use yellow1, not yellow.
9741 (trailing-whitespace): Use red1, not red.
9742
9743 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9744
9745 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9746 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9747 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9748
9749 * cus-edit.el (dnd): New group.
9750
9751 * term/w32-win.el (dnd): Require dnd
9752 (w32-drag-n-drop): Call dnd-handle-one-url.
9753
9754 * x-dnd.el: Require dnd.
9755 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9756 Call dnd-handle-one-url.
9757 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9758 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9759 to dnd-insert-text.
9760 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9761 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9762 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9763 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9764
9765 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9766
9767 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9768
9769 * wdired.el: Doc fixes.
9770 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9771 (wdired-use-dired-vertical-movement): Rename from
9772 wdired-always-move-to-filename-beginning.
9773 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9774 (wdired-change-to-wdired-mode): Change mode name.
9775 (wdired-newline): Delete.
9776
9777 2005-04-11 Richard M. Stallman <rms@gnu.org>
9778
9779 * whitespace.el (whitespace-highlight-the-space):
9780 Don't call whitespace-unhighlight-the-space here.
9781
9782 * simple.el (undo): Record t in undo-equiv-table
9783 for the redo record made by an undo-in-region.
9784
9785 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9786
9787 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9788 (gdb-frame-inferior-io-buffer): New Functions to control
9789 display of separate IO buffer.
9790 (menu): Add them to menu-bar.
9791 (gdb-display-buffer): Check for buffer another frame.
9792 Protect GUD buffer.
9793 (gdb-setup-windows): Create IO buffer if not already there.
9794 (gdb-memory-mode): Remove purecopy noops.
9795
9796 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9797
9798 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9799 and pass to self-insert-command.
9800
9801 2005-04-11 Lute Kamstra <lute@gnu.org>
9802
9803 * generic.el: Commentary section cleanup.
9804 (generic): Delete.
9805 (generic-use-find-file-hook, generic-lines-to-scan)
9806 (generic-find-file-regexp, generic-ignore-files-regexp)
9807 (default-generic-mode, generic-mode-find-file-hook)
9808 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9809 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9810 (generic-use-find-file-hook, generic-lines-to-scan)
9811 (generic-find-file-regexp, generic-ignore-files-regexp)
9812 (default-generic-mode, generic-mode-find-file-hook)
9813 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9814
9815 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9816
9817 * bookmark.el (bookmark-write-file): Catch errors writing file.
9818 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9819
9820 2005-04-10 Richard M. Stallman <rms@gnu.org>
9821
9822 * startup.el (fancy-splash-tail): Update copyright year.
9823 (command-line): Split part of -Q into -D.
9824 (emacs-basic-display): New defvar.
9825 (fancy-splash-text): Correct name of menu item.
9826
9827 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9828
9829 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9830 lines in one node.
9831
9832 * comint.el (comint-send-input): New arg ARTIFICIAL.
9833 Callers in this file changed.
9834
9835 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9836
9837 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9838
9839 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9840
9841 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9842 `ldap-search-internal'.
9843
9844 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9845
9846 * files.el (set-auto-mode-1): Use line-end-position.
9847
9848 * international/latin-1.el:
9849 * international/latin-2.el:
9850 * international/latin-3.el:
9851 * international/latin-4.el:
9852 * international/latin-5.el:
9853 * international/latin-8.el:
9854 * international/latin-9.el: Give punctuation syntax to NBSP.
9855
9856 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9857 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9858 Use char-classes to accept non-ascii letters, accepted in some recent
9859 bibtex implementations.
9860
9861 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9862
9863 * custom.el (custom-set-minor-mode): Any non-nil value for the
9864 variable should enable the mode when set through Custom.
9865
9866 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9867
9868 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9869 TAB binding so tab-always-indent is obeyed.
9870 (vhdl-minibuffer-local-map): Move initialization into declaration.
9871 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9872 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9873 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9874 (vhdl-current-line): Use line-beginning-position.
9875 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9876 with-output-to-temp-buffer, so the current position can be recorded.
9877
9878 2005-04-10 Masatake YAMATO <jet@gyve.org>
9879
9880 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9881 Add regexp for gcov.
9882
9883 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9884
9885 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9886 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9887 syntax which Emacs 20 doesn't support.
9888
9889 2005-04-09 Richard M. Stallman <rms@gnu.org>
9890
9891 * help.el (describe-key-briefly, describe-key):
9892 Replace strings as event types with "(any string)".
9893
9894 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9895
9896 * arc-mode.el (archive-mode-map): Move initialization into
9897 the declaration. Override *all* bindings of `undo'.
9898 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9899
9900 2005-04-09 Jay Belanger <belanger@truman.edu>
9901
9902 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9903
9904 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9905
9906 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9907 (xterm-register-default-colors): Update color values computation
9908 to match xterm-200.
9909
9910 2005-04-09 Kenichi Handa <handa@m17n.org>
9911
9912 * international/code-pages.el (iso-latin-7): Fix the map.
9913
9914 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9915
9916 * emacs-lisp/lisp.el (defun-prompt-regexp)
9917 (parens-require-spaces, buffer-end, end-of-defun)
9918 (insert-parentheses): Doc fixes.
9919
9920 2005-04-08 Kim F. Storm <storm@cua.dk>
9921
9922 * comint.el (comint-highlight-prompt): Fix face spec.
9923 * hi-lock.el (hi-green): Likewise.
9924
9925 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9926
9927 * cus-edit.el (custom-modified-face):
9928 * comint.el (comint-highlight-input): Fix previous changes.
9929 * term.el (term-handle-ansi-escape): Add a comment.
9930
9931 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9932
9933 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9934 in the buffer and in whitespace-highlighted-space.
9935 (whitespace-unhighlight-the-space): Simplify.
9936 (whitespace-buffer): Simplify.
9937
9938 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9939
9940 * textmodes/table.el (table-cell-face): Add special case for
9941 displays supporting a high number of colors.
9942 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9943 (vhdl-font-lock-reserved-words-face)
9944 (vhdl-speedbar-architecture-face)
9945 (vhdl-speedbar-instantiation-face)
9946 (vhdl-speedbar-architecture-selected-face)
9947 (vhdl-speedbar-instantiation-selected-face): Likewise.
9948 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9949 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9950 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9951 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9952 (ebrowse-progress-face): Likewise.
9953 * progmodes/compile.el (compilation-info-face): Likewise.
9954 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9955 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
9956 * calendar/calendar.el (diary-face): Likewise.
9957 * woman.el (woman-italic-face, woman-bold-face)
9958 (woman-unknown-face): Likewise.
9959 * wid-edit.el (widget-button-pressed-face): Likewise.
9960 * whitespace.el (whitespace-highlight-face): Likewise.
9961 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
9962 * pcvs-info.el (cvs-marked-face): Likewise.
9963 * info.el (info-xref): Likewise.
9964 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
9965 * hilit-chg.el (highlight-changes-face)
9966 (highlight-changes-delete-face): Likewise.
9967 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
9968 (hi-red-b): Likewise.
9969 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
9970 * font-lock.el (font-lock-keyword-face)
9971 (font-lock-function-name-face, font-lock-warning-face): Likewise.
9972 * cus-edit.el (custom-invalid-face, custom-modified-face)
9973 (custom-set-face, custom-changed-face, custom-variable-tag-face)
9974 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
9975 * comint.el (comint-highlight-prompt): Likewise.
9976
9977 2005-04-08 Lute Kamstra <lute@gnu.org>
9978
9979 * font-lock.el (font-lock-keywords): Docstring fixes.
9980
9981 2005-04-08 Kenichi Handa <handa@m17n.org>
9982
9983 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
9984 chars are more than a limit, print " and more..." at the tail.
9985
9986 2005-04-08 Kim F. Storm <storm@cua.dk>
9987
9988 * emacs-lisp/authors.el (authors-aliases): Update list.
9989 (authors-ignored-files): New list.
9990 (authors-fixed-entries): Fix typo.
9991 (authors-renamed-files-alist): Update list.
9992 (authors-add): Check authors-ignored-files.
9993
9994 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
9995
9996 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
9997 optional, to ensure backward compatibility.
9998
9999 2005-04-08 Stephen Eglen <stephen@gnu.org>
10000
10001 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
10002
10003 2005-04-08 Kim F. Storm <storm@cua.dk>
10004
10005 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
10006
10007 * mouse.el (mouse-on-link-p): Doc fix.
10008
10009 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
10010
10011 * ielm.el (ielm-prompt-read-only): Doc fix.
10012
10013 * comint.el (comint-prompt-read-only): Doc fix.
10014
10015 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
10016
10017 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
10018 ensure dired always handles wildcards passed to ffap.
10019 (find-file-at-point): Use it.
10020 (ffap-dired-wildcards): Doc fix.
10021
10022 2005-04-07 Juri Linkov <juri@jurta.org>
10023
10024 * simple.el (next-error-overlay-arrow-position): New defvar.
10025 Put "=>" on its property `overlay-arrow-string'. Add it to
10026 `overlay-arrow-variable-list'.
10027
10028 * progmodes/compile.el (compilation-setup):
10029 Set `next-error-overlay-arrow-position' to nil. Also set it to
10030 nil in the local hook `kill-buffer-hook'. Make local variable
10031 `overlay-arrow-string' and set it to "=>".
10032 (compilation-goto-locus): Set BOL position to
10033 `next-error-overlay-arrow-position' instead of
10034 `overlay-arrow-position'.
10035
10036 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
10037 locally instead of adding it to the global hook.
10038 (Info-kill-buffer): Move up.
10039
10040 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
10041
10042 * term/xterm.el (xterm-standard-colors): Update color values from
10043 xterm-200.
10044
10045 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
10046
10047 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
10048
10049 * fast-lock.el:
10050 * lazy-lock.el: Move them to the obsolete subdir.
10051
10052 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10053
10054 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
10055 (wdired-add-replace-advice): Remove.
10056 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
10057
10058 2005-04-06 Kim F. Storm <storm@cua.dk>
10059
10060 * startup.el (command-line): Add --bare-bones alias for -Q.
10061
10062 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10063
10064 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
10065 create the startup fontset if a font specification ends with
10066 `mac-roman'.
10067
10068 2005-04-06 Lute Kamstra <lute@gnu.org>
10069
10070 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
10071 change.
10072
10073 * emacs-lisp/copyright.el (copyright-update-year): Replace the
10074 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
10075
10076 2005-04-05 Lute Kamstra <lute@gnu.org>
10077
10078 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
10079 (define-generic-mode): Ditto. Fix debug declaration.
10080
10081 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10082 Put them in the generic-x group.
10083
10084 * calendar/timeclock.el (timeclock): Doc fix.
10085
10086 * generic.el (define-generic-mode): Don't use custom-current-group.
10087 Document default :group value.
10088 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
10089 (define-global-minor-mode): Don't use custom-current-group.
10090
10091 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
10092
10093 * startup.el (command-line-1): Display startup-echo-area-message
10094 when fancy splash screen is in use.
10095
10096 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
10097 (sh-escaped-newline): New face.
10098 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
10099 newline, and use sh-escaped-newline face.
10100
10101 * progmodes/tcl.el (tcl-escaped-newline): New face.
10102 (tcl-builtin-list): New variable.
10103 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
10104 newlines. Fix keywords subexpression number.
10105
10106 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
10107
10108 * textmodes/org.el (org-diary-default-entry): Fix call to
10109 `add-to-diary-entry'.
10110
10111 2005-04-05 Kim F. Storm <storm@cua.dk>
10112
10113 * ediff-init.el: Use (featurep 'xemacs).
10114
10115 2005-04-05 David Ponce <david@dponce.com>
10116
10117 * cus-edit.el (face): Derive from symbol widget. Display sample
10118 of the current face on the fly.
10119 (widget-face-sample-face-get, widget-face-notify): New functions.
10120 (widget-face-value-create): Remove.
10121
10122 * wid-edit.el (widget-field-end): Temporarily remove field
10123 narrowing before to call `get-char-property'.
10124
10125 2005-04-04 Jay Belanger <belanger@truman.edu>
10126
10127 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
10128 (math-read-subscripts): New variable.
10129 (math-read-preprocess-string): Process subscripts.
10130
10131 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
10132
10133 * comint.el (comint-prompt-read-only): Doc fix.
10134
10135 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
10136 `-1'. Doc fix.
10137
10138 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
10139
10140 * textmodes/org.el (org-insert-mode-line-in-empty-file):
10141 Change default value to nil.
10142
10143 2005-04-04 Lute Kamstra <lute@gnu.org>
10144
10145 * autorevert.el (auto-revert-mode): Specify :group.
10146 * battery.el (display-battery-mode): Specify :group.
10147 * diff-mode.el (diff-minor-mode): Specify :group.
10148 * font-core.el (font-lock-mode): Specify :group.
10149 * hl-line.el (hl-line-mode): Specify :group.
10150 * iimage.el (iimage): New customization group.
10151 (iimage-mode): Specify :group.
10152 * longlines.el (longlines-mode): Specify :group.
10153 * master.el: Don't require easy-mmode.
10154 (master): New customization group.
10155 (master-mode): Specify :group.
10156 * msb.el (msb-mode): Specify :group.
10157 * reveal.el (reveal-mode): Specify :group.
10158 * simple.el (next-error-follow-minor-mode): Specify :group.
10159 * smerge-mode.el (smerge-mode): Specify :group.
10160 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
10161 * emulation/cua-base.el (cua-mode): Specify :group.
10162 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
10163 * language/thai-util.el (thai-auto-composition-mode)
10164 (thai-word-mode): Specify :group.
10165 * mail/supercite.el (sc-minor-mode): Specify :group.
10166 * progmodes/cwarn.el (cwarn-mode): Specify :group.
10167 * progmodes/flymake.el (flymake-mode): Specify :group.
10168 * progmodes/glasses.el (glasses-mode): Specify :group.
10169 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
10170 * textmodes/enriched.el (enriched-mode): Specify :group.
10171 * textmodes/refill.el (refill-mode): Specify :group.
10172
10173 * add-log.el (change-log-font-lock-keywords): Names in
10174 parenthesized lists can contain spaces.
10175
10176 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
10177
10178 * startup.el (fancy-splash-text): Shorten default text of
10179 "Emacs Tutorial" line. Also, if the current language env
10180 indicates an available tutorial file other than TUTORIAL,
10181 extract its title and append it to the line in parentheses.
10182 (fancy-splash-insert): If arg is a thunk, funcall it.
10183
10184 2005-04-04 Jay Belanger <belanger@truman.edu>
10185
10186 * calc.el (calc-language-alist): Add tags to customization type.
10187
10188 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
10189
10190 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
10191 Doc fix.
10192
10193 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
10194
10195 * add-log.el (change-log-font-lock-keywords): The manual
10196 describing a Change Log entry, says: (...) "Aside from these
10197 header lines, every line in the change log starts with a space or
10198 a tab.". The font-lock was not highlighting lines started with
10199 spaces, added support for it.
10200
10201 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10202
10203 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
10204 (bibtex-generate-url-list): Update docstring accordingly. Put the
10205 complex example in the docstring.
10206 (bibtex-font-lock-url): Use pop.
10207
10208 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10209
10210 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10211
10212 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10213
10214 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10215
10216 * filesets.el (filesets-set-default): Doc fix.
10217
10218 2005-04-03 Lute Kamstra <lute@gnu.org>
10219
10220 * generic.el (define-generic-mode): Add argument to specify
10221 keywords for defcustom.
10222 (default-generic-mode): Specify :group.
10223
10224 * generic-x.el: Specify :group for all generic modes.
10225
10226 * desktop.el (desktop-no-desktop-file-hook)
10227 (desktop-after-read-hook): Doc fix.
10228
10229 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
10230
10231 * simple.el (visible-mode): Use explicit :group keyword.
10232 This changes the group of `visible-mode-hook' from paren-blinking
10233 to editing-basics.
10234
10235 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10236
10237 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
10238 mailbox specifications as well as URLs.
10239 (rmail-insert-inbox-text): Remove unused conditional branches.
10240
10241 2005-04-01 Jay Belanger <belanger@truman.edu>
10242
10243 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10244 (calc-gnuplot-print-command): Move definitions to calc.el.
10245
10246 * calc/calc-embed.el (calc-embedded-announce-formula)
10247 (calc-embedded-open-formula, calc-embedded-close-formula)
10248 (calc-embedded-open-word, calc-embedded-close-word)
10249 (calc-embedded-open-plain, calc-embedded-close-plain)
10250 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10251 (calc-embedded-open-mode, calc-embedded-close-mode):
10252 Move definitions to calc.el.
10253
10254 * calc/calc.el (calc-settings-file, calc-language-alist):
10255 Make customizable.
10256 (calc-embedded-announce-formula, calc-embedded-open-formula)
10257 (calc-embedded-close-formula, calc-embedded-open-word)
10258 (calc-embedded-close-word, calc-embedded-open-plain)
10259 (calc-embedded-close-plain, calc-embedded-open-new-formula)
10260 (calc-embedded-close-new-formula, calc-embedded-open-mode)
10261 (calc-embedded-close-mode, calc-gnuplot-name)
10262 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10263 from other files and make customizable.
10264
10265 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10266
10267 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10268 Use buffer-live-p.
10269 (cvs-mode-run): Don't call cvs-update-header here.
10270 (cvs-run-process): Call cvs-update-header.
10271 Use process properties for cvs-postprocess and cvs-buffer so that
10272 the sentinel can behave better if the temp buffer is killed.
10273 Use a pipe rather than a tty, to better handle unexpected prompts.
10274 (cvs-sentinel): Rewrite. Call cvs-update-header.
10275
10276 2005-04-01 Andre Spiegel <spiegel@gnu.org>
10277
10278 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10279 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
10280
10281 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10282
10283 * generic.el (define-generic-mode): Add indentation rule.
10284
10285 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
10286
10287 * files.el (mode-require-final-newline): Make Custom correctly
10288 report a nil value and allow to set it to nil via Custom.
10289 Doc fix.
10290
10291 2005-04-01 Kenichi Handa <handa@m17n.org>
10292
10293 * international/characters.el: Enable the correct case setting for
10294 dotless-i and dotted-I.
10295
10296 2005-04-01 Kim F. Storm <storm@cua.dk>
10297
10298 * ido.el (ido-file-internal): Fall back to non-ido command if
10299 initial directory is on slow ftp (or tramp) host.
10300
10301 2005-03-31 Richard M. Stallman <rms@gnu.org>
10302
10303 * emacs-lisp/autoload.el (make-autoload):
10304 Handle define-global-minor-mode.
10305
10306 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10307 Rename from easy-mmode-define-global-mode.
10308 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10309
10310 * progmodes/scheme.el (scheme-mode-syntax-table):
10311 Update syntax of | and # for two-character comment syntax.
10312
10313 2005-03-31 Lute Kamstra <lute@gnu.org>
10314
10315 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10316 (define-minor-mode): Call custom-current-group at load-time.
10317
10318 * generic.el (define-generic-mode): Add debug declaration.
10319 Add defcustom for the mode hook.
10320 (generic-mode-internal): Use run-mode-hooks.
10321
10322 2005-03-31 Kim F. Storm <storm@cua.dk>
10323
10324 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10325 (mouse-fixup-help-message): New defun called by show_help_echo
10326 to fixup mouse-2 prefix in help messages when applicable.
10327
10328 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10329
10330 2005-03-31 Kenichi Handa <handa@m17n.org>
10331
10332 * language/thai-word.el (thai-find-word-ends): Pay attention to
10333 the case that we reach the end of buffer.
10334
10335 * textmodes/fill.el (fill-text-properties-at): New function.
10336 (fill-newline): Use fill-text-properties-at instead of
10337 text-properties-at.
10338
10339 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10340
10341 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10342 not comint-quote-filename.
10343
10344 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10345
10346 * help-fns.el (help-with-tutorial): Revert last change.
10347
10348 2005-03-31 Kim F. Storm <storm@cua.dk>
10349
10350 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10351
10352 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10353
10354 * calendar/cal-china.el: Update reference to "Calendrical
10355 Calculations" book; there's a new edition.
10356 * calendar/cal-coptic.el: Likewise.
10357 * calendar/cal-french.el: Likewise.
10358 * calendar/cal-hebrew.el: Likewise.
10359 * calendar/cal-islam.el: Likewise.
10360 * calendar/cal-iso.el: Likewise.
10361 * calendar/cal-julian.el: Likewise.
10362 * calendar/cal-mayan.el: Likewise.
10363 * calendar/cal-persia.el: Likewise.
10364 * calendar/calendar.el: Likewise.
10365 * calendar/holidays.el: Likewise.
10366 * calendar/lunar.el: Likewise.
10367 * calendar/solar.el: Likewise.
10368
10369 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10370 white space from doc string.
10371
10372 2005-03-30 Jay Belanger <belanger@truman.edu>
10373
10374 * calc/calc-help.el (calc-full-help): Remove email address.
10375
10376 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10377
10378 * help-fns.el (help-with-tutorial): Delete title line.
10379
10380 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10381
10382 * calendar/cal-x.el (calendar-one-frame-setup)
10383 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10384 rather than 'symbol for set-window-dedicated-p.
10385
10386 * calendar/appt.el (appt-buffer-name): Make it a constant.
10387 (appt-add): Doc fix.
10388
10389 * filesets.el (filesets-menu-path, filesets-menu-before)
10390 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10391 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10392 (filesets-add-submenu): Delete and use add-submenu instead.
10393
10394 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10395
10396 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10397 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10398 (org-diary-default-entry): New function.
10399 (org-get-entries-from-diary): Better parsing of diary entries.
10400 (org-agenda-check-no-diary): New function.
10401 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10402 linking to diary entries.
10403 (org-agenda-execute-calendar-command): New function.
10404 (org-agenda): Improve visible section in window.
10405 Use `org-fit-agenda-window'.
10406 (org-fit-agenda-window): New option.
10407 (org-move-subtree-down): Better handling of empty lines
10408 at end of subtree.
10409 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10410 levels up.
10411 (org-fontify-done-headline): New option.
10412 (org-headline-done-face): New face.
10413 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10414 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10415 When current field is non-empty, it is copied to next row.
10416 (org-table-copy-from-above): Fix bug which made it
10417 impossible to copy fields containing only a single non-white character.
10418
10419 2005-03-30 Kim F. Storm <storm@cua.dk>
10420
10421 * kmacro.el (kmacro-end-macro): Isearch may store this command
10422 into the macro -- so ignore it when executing keyboard macro.
10423
10424 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10425
10426 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10427
10428 2005-03-29 Kenichi Handa <handa@m17n.org>
10429
10430 * language/thai.el ("Thai"): Set setup-function and exit-function
10431 for Thai language environment.
10432
10433 * language/thai-util.el: Require thai-word.
10434 (thai-word-mode-map): New variable.
10435 (thai-word-mode): New minor mode.
10436 (setup-thai-language-environment-internal): New function.
10437 (exit-thai-language-environment-internal): New function.
10438
10439 * language/thai-word.el (thai-word-table): Declare it by defvar,
10440 use dolist to initialize it.
10441 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10442 (thai-fill-find-break-point): New functions.
10443
10444 2005-03-29 Richard M. Stallman <rms@gnu.org>
10445
10446 * simple.el (idle-update-delay): Move definition up.
10447 (set-mark): Doc fix.
10448
10449 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10450
10451 * longlines.el: New file.
10452
10453 * simple.el (buffer-substring-filters): New variable.
10454 (filter-buffer-substring): New function.
10455 (kill-region, copy-region-as-kill): Use it.
10456
10457 * register.el (copy-to-register, append-to-register)
10458 (prepend-to-register): Use filter-buffer-substring.
10459
10460 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10461
10462 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10463 (gud-filter-pending-text): Move in front of gdb.
10464 (gud-overlay-arrow-position): New variable.
10465 (gud-sentinel, gud-display-line): Use it in place of
10466 overlay-arrow-position.
10467
10468 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10469
10470 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10471 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10472 (fortran-font-lock-keywords-4): New variable.
10473 (fortran-blocks-re, fortran-end-block-re)
10474 (fortran-start-block-re): New constants, for hideshow.
10475 (hs-special-modes-alist): Add a Fortran entry.
10476 (fortran-mode-map): Bind fortran-end-of-block,
10477 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10478 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10479 (fortran-looking-at-if-then, fortran-end-of-block)
10480 (fortran-beginning-of-block): New functions, for hideshow.
10481
10482 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10483 Doc fix. Tweak regexp.
10484 (f90-beginning-of-block): Push mark first.
10485
10486 2005-03-29 Jay Belanger <belanger@truman.edu>
10487
10488 * calc/calc.el: Update copyright date.
10489 (calc-version): Increase to 2.1.
10490 (calc-version-date): Remove.
10491
10492 * calc/calc-help.el: Update copyright date.
10493 (calc-full-help): Remove reference to calc-version-date.
10494 Update copyright date.
10495
10496 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10497
10498 * vc.el (vc-do-command): Use a pipe for async processes, so password
10499 prompts don't show up at places where the user can't reply.
10500
10501 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10502
10503 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10504 on the file name we pass to the inferior shell.
10505
10506 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10507
10508 * progmodes/which-func.el (which-function): Be robust in the face of an
10509 imenu--make-index-alist failure.
10510
10511 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10512
10513 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10514
10515 * progmodes/python.el (python-preoutput-filter): Fix last change.
10516
10517 2005-03-29 Lute Kamstra <lute@gnu.org>
10518
10519 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10520 functions and compiled macros.
10521 (debug-convert-byte-code): Handle macros too.
10522 (debug-on-entry-1): Don't signal an error when trying to clear a
10523 function that is not set to debug on entry.
10524
10525 2005-03-29 Jay Belanger <belanger@truman.edu>
10526
10527 * calc/calc-lang.el: Add functions to math-function-table
10528 properties of tex and math.
10529
10530 2005-03-29 Kenichi Handa <handa@m17n.org>
10531
10532 * ps-mule.el (ps-mule-plot-string): Translate characters by
10533 ps-print-translation-table.
10534 (ps-mule-begin-job): Call find-charset-region/string with
10535 ps-print-translation-table.
10536 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10537
10538 * ps-print.el (ps-print-translation-table): New variable.
10539 (ps-plot-region): Translate characters by ps-print-translation-table.
10540
10541 2005-03-29 Juri Linkov <juri@jurta.org>
10542
10543 * simple.el (next-error-highlight-timer): New variable.
10544
10545 * progmodes/compile.el (compilation-goto-locus):
10546 Use `next-error-highlight-timer' instead of `sit-for'.
10547
10548 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 * mail/supercite.el (sc-mail-field): Use assoc-string.
10551 (sc-get-address): Simplify regexps.
10552
10553 * files.el (minibuffer-with-setup-hook): New macro.
10554 (find-file-read-args): Use it to avoid let-binding
10555 minibuffer-with-setup-hook (which breaks turning on/off
10556 file-name-shadow-mode while in the prompt).
10557
10558 * complete.el (PC-read-include-file-name-internal):
10559 Use test-completion.
10560
10561 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10562
10563 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10564
10565 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10566
10567 * window.el (window-buffer-height): Use count-screen-lines.
10568
10569 * progmodes/python.el (python-preoutput-leftover): New var.
10570 (python-preoutput-filter): Use it.
10571 (python-send-receive): Loop until all the result has been received.
10572
10573 2005-03-28 Juri Linkov <juri@jurta.org>
10574
10575 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10576
10577 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10578 "Recover Crashed Session".
10579 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10580 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10581 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10582 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10583 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10584 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10585 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10586 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10587
10588 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10589 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10590 Ediff Sessions", "Toggle use of separate control buffer frame",
10591 "Use separate frame for Ediff control buffer".
10592
10593 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10594 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10595 "Rename Bookmark", "Delete Bookmark".
10596
10597 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10598 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10599 Add `:active Info-index-alternatives' to "Next Matching Item".
10600
10601 * wdired.el (wdired-change-to-wdired-mode):
10602 Mention `wdired-abort-changes' key in the initial message.
10603
10604 * international/mule.el (auto-coding-alist): Associate non-ascii
10605 image filename extensions with `no-conversion'.
10606
10607 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10608
10609 * international/iso-acc.el:
10610 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10611
10612 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10613
10614 * textmodes/sgml-mode.el (html-mode): Doc update.
10615
10616 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10617
10618 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10619
10620 * term.el (term-move-columns): Fix face after extending a line.
10621 (term-insert-spaces): Likewise.
10622 (term-reset-terminal): Fix off by one error.
10623
10624 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10625
10626 * international/mule.el (auto-coding-alist): Add .xpi files.
10627
10628 * files.el (auto-mode-alist): Add .xpi files.
10629
10630 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10631
10632 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10633
10634 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10635
10636 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10637
10638 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10639
10640 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10641 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10642
10643 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10644 cursor to Jan 1 when needed.
10645 (calendar-end-of-year): Fix -/+ typo.
10646 Reported by Chong Yidong <cyd@stupidchicken.com>.
10647
10648 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10649
10650 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10651
10652 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10653 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10654
10655 2005-03-25 Richard M. Stallman <rms@gnu.org>
10656
10657 * filesets.el (filesets-init): Add autoload.
10658
10659 * mail/mailalias.el (mail-directory): Doc fix.
10660
10661 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10662
10663 * mail/mailalias.el (mail-directory-process): Do nothing if
10664 mail-directory-process is an atom.
10665 (mail-get-names): Ignore mail-directory-names if it is an atom.
10666 (mail-directory-process defvar): Doc fix.
10667 (mail-names): Doc fix.
10668
10669 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10670
10671 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10672
10673 2005-03-26 Kenichi Handa <handa@m17n.org>
10674
10675 * international/mule-util.el (detect-coding-with-priority):
10676 Call update-coding-systems-internal before detect-coding-region.
10677
10678 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10679
10680 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10681 (gdb-frames-mode-map): Add follow-link property.
10682
10683 2005-03-25 Jay Belanger <belanger@truman.edu>
10684
10685 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10686 for variables.
10687
10688 2005-03-25 Juri Linkov <juri@jurta.org>
10689
10690 * image-mode.el: Optimize image filename extension regexps in
10691 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10692 in `auto-mode-alist'.
10693 (image-mode): Add `image-toggle-display-text' to local hook
10694 `change-major-mode-hook'. Display the image as an image by
10695 default. Set `cursor-type' and `truncate-lines' if the image
10696 is already displayed. Take into account the current mode (image
10697 or text) in message.
10698 (image-minor-mode): New minor mode.
10699 (image-mode-maybe, image-toggle-display-text): New functions.
10700 (image-toggle-display): Use called-interactively-p.
10701 Let-bind `inhibit-read-only' to t.
10702
10703 * image-mode.el (image-minor-mode): Set `cursor-type' and
10704 `truncate-lines' if the image is already displayed. Add turning
10705 image-minor-mode off to `change-major-mode-hook'. Add message.
10706 Call `image-toggle-display-text' after turning image-minor-mode off.
10707
10708 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10709
10710 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10711 Terminal.app, use utf-8.
10712 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10713 (set-locale-environment): Use it.
10714
10715 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10716
10717 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10718
10719 * progmodes/python.el (python-close-block-statement-p)
10720 (python-outdent-p, python-current-defun): Use symbol-end.
10721
10722 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10723
10724 * files.el (save-some-buffers): Doc fix.
10725
10726 2005-03-25 Werner Lemberg <wl@gnu.org>
10727
10728 * complete.el, thumbs.el: Replace `legal' with `valid'.
10729 * calendar/calendar.el: Replace `legal' with `valid'.
10730 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10731 * mail/supercite.el: Replace `legal' with `valid'.
10732 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10733 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10734 Replace `legal' with `valid'.
10735 * textmodes/reftex-vars.el, textmodes/reftex.el:
10736 Replace `legal' with `valid'.
10737
10738 2005-03-25 Werner Lemberg <wl@gnu.org>
10739
10740 * calc/calc-forms.el, calc/calc-sel.el:
10741 * midnight.el, vc-cvs.el:
10742 * emacs-lisp/cl-macs.el:
10743 * emulation/vip.el:
10744 * eshell/esh-io.el, eshell/esh-var.el:
10745 * mail/supercite.el:
10746 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10747 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10748 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10749 * progmodes/sh-script.el, progmodes/xscheme.el:
10750 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10751 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10752 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10753 * textmodes/reftex.el, textmodes/org.el:
10754 Replace `illegal' with `invalid'.
10755
10756 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10757
10758 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10759 (flymake-find-buildfile, flymake-find-possible-master-files)
10760 (flymake-check-include, flymake-parse-line): Replace loops over the
10761 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10762
10763 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10764 Substitute file-name-as-directory in the rest of the file.
10765 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10766 (flymake-replace-region): Remove unused arg `buffer'.
10767 (flymake-check-patch-master-file-buffer): Update calls to it.
10768 (flymake-add-err-info): Remove unused var `count'.
10769 (flymake-mode): Use define-minor-mode.
10770
10771 * progmodes/flymake.el: Use with-current-buffer.
10772 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10773 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10774 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10775 Avoid testing for `xemacs'.
10776 (flymake-nop): Move.
10777 (flymake-region-has-flymake-overlays): Return the computed value.
10778 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10779 Remove unused var `endline'.
10780 (flymake-get-line-count): Remove unused function.
10781 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10782
10783 * emulation/vi.el:
10784 * generic.el:
10785 * hilit-chg.el (global-highlight-changes):
10786 * hi-lock.el (hi-lock-mode):
10787 * follow.el: find-file-hooks -> find-file-hook.
10788
10789 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10790
10791 2005-03-24 Juri Linkov <juri@jurta.org>
10792
10793 * dired.el (dired-mode-map): Add menu item "Compare directories"
10794 for dired-compare-directories.
10795
10796 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10797 Doc fix. Replace `read-file-name' with `read-directory-name'.
10798
10799 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10800
10801 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10802
10803 2005-03-24 Jay Belanger <belanger@truman.edu>
10804
10805 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10806 relevant mode settings in calc-embedded-original-modes when modes
10807 are permanently changed.
10808
10809 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10810
10811 * autoinsert.el: find-file-hooks -> find-file-hook.
10812
10813 2005-03-24 Lute Kamstra <lute@gnu.org>
10814
10815 * generic.el (generic-font-lock-defaults): Make it obsolete.
10816 (generic-font-lock-keywords): New variable to replace
10817 generic-font-lock-defaults.
10818 (generic-mode-set-font-lock): Delete it.
10819 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10820 (generic-bracket-support): Add docstring.
10821
10822 * generic-x.el: Rename generic-font-lock-defaults to
10823 generic-font-lock-keywords throughout.
10824 (mailagent-rules-setup-function): Delete it.
10825 (mailagent-rules-generic-mode): Use anonymous function instead.
10826 (show-tabs-generic-mode-font-lock-defaults-1)
10827 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10828 Quote faces.
10829 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10830 not foreground.
10831
10832 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10833 Recognize define-generic-mode.
10834
10835 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10836
10837 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10838 if there's no completion table.
10839
10840 2005-03-23 Miles Bader <miles@gnu.org>
10841
10842 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10843 Remove tty-specific variants, as they're no longer needed.
10844
10845 2005-03-23 Lute Kamstra <lute@gnu.org>
10846
10847 * generic-x.el: Code cleanup: make args constant whenever possible.
10848 (installshield-statement-keyword-list)
10849 (installshield-system-functions-list)
10850 (installshield-system-variables-list, installshield-types-list)
10851 (installshield-funarg-constants-list): Make them constants.
10852
10853 * generic.el (generic-make-keywords-list): Add autoload cookie.
10854
10855 * calendar/time-date.el: Add comment on time value formats.
10856 Don't require parse-time.
10857 (with-decoded-time-value): New macro.
10858 (encode-time-value): New function.
10859 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10860 (days-to-time): Return a valid time value when arg is huge.
10861 (time-since): Use time-subtract.
10862 (time-to-number-of-days): Use time-to-seconds.
10863
10864 2005-03-23 David Ponce <david@dponce.com>
10865
10866 * recentf.el: (recentf-keep): New option.
10867 (recentf-menu-action): Default to `find-file'.
10868 (recentf-keep-non-readable-files-flag)
10869 (recentf-keep-non-readable-files-p)
10870 (recentf-file-readable-p, recentf-find-file)
10871 (recentf-cleanup-remote): Remove.
10872 (recentf-include-p): More robust.
10873 (recentf-keep-p): New function.
10874 (recentf-remove-if-non-kept): Rename from
10875 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10876 All callers updated.
10877 (recentf-menu-items-for-commands): Fix help string.
10878 (recentf-track-closed-file): Update. Doc fix.
10879 (recentf-cleanup): Update. Count removed files. Doc fix.
10880
10881 2005-03-23 Kim F. Storm <storm@cua.dk>
10882
10883 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10884 Don't inherit from fringe face (now happens automatically).
10885
10886 2005-03-22 Kim F. Storm <storm@cua.dk>
10887
10888 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10889 position values.
10890
10891 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10892
10893 * menu-bar.el (showhide-date-time): Remove.
10894 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10895 (menu-bar-make-mm-toggle): Simplify.
10896
10897 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10898
10899 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10900 Accept qualified variable and function names.
10901
10902 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10903
10904 * bindings.el (completion-ignored-extensions):
10905 Remove ".lis" for `vax-vms'.
10906
10907 2005-03-22 Andreas Schwab <schwab@suse.de>
10908
10909 * generic-x.el: Revert last change.
10910 * ldefs-boot.el: Update.
10911
10912 2005-03-22 Jay Belanger <belanger@truman.edu>
10913
10914 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10915 (calc-embedded-save-original-modes)
10916 (calc-embedded-restore-original-modes): New functions.
10917 (calc-do-embedded): Save original modes when entering embedded mode
10918 and restore when leaving embedded mode.
10919 (calc-embedded-modes-change): Change the value of
10920 calc-embedded-original-modes to reflect permanent changes.
10921
10922 2005-03-22 Lute Kamstra <lute@gnu.org>
10923
10924 * generic-x.el: Require generic again.
10925
10926 2005-03-22 Miles Bader <miles@gnu.org>
10927
10928 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10929 Tweak details to look good on both ttys and bitmap displays, light
10930 or dark background, etc.
10931
10932 2005-03-21 Kim F. Storm <storm@cua.dk>
10933
10934 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10935 mouse position.
10936
10937 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10938
10939 * icomplete.el: Don't forcibly turn on the mode upon load.
10940 (icomplete-mode): Use define-minor-mode.
10941 (icomplete-eoinput): Default to nil.
10942 (icomplete-minibuffer-setup): Remove autoload.
10943 (icomplete-tidy): Simplify.
10944 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10945 in the initial state or if the user has modified the field.
10946 Fix handling of icomplete-max-delay-chars.
10947 Remove code that handles the oddball case where
10948 minibuffer-completion-table is an integer.
10949 Wrap icomplete-completions in while-no-input in case building
10950 completions takes more time than expected.
10951 (icomplete-completions): Simplify.
10952
10953 2005-03-21 Richard M. Stallman <rms@gnu.org>
10954
10955 * jka-compr.el (jka-compr-really-do-compress):
10956 Make variable buffer-local.
10957
10958 * image-mode.el: Handle .xpm files too.
10959 (image-toggle-display): Preserve modification flag.
10960
10961 * help.el (where-is): Don't mention aliases with no key bindings.
10962
10963 2005-03-21 Lute Kamstra <lute@gnu.org>
10964
10965 * generic.el: Fix commentary section. Don't require cl for
10966 compilation.
10967 (generic-mode-list): Add autoload cookie.
10968 (generic-use-find-file-hook, generic-lines-to-scan)
10969 (generic-find-file-regexp, generic-ignore-files-regexp)
10970 (generic-mode, generic-mode-find-file-hook)
10971 (generic-mode-ini-file-find-file-hook): Fix docstrings.
10972 (define-generic-mode): Make it a defmacro. Fix docstring.
10973 (generic-mode-internal): Code cleanup. Add autoload cookie.
10974 (generic-mode-set-comments): Code cleanup.
10975 * generic-x.el: Don't prevent compilation. Don't require generic.
10976 Follow coding conventions. Minor code cleanup.
10977 (etc-fstab-generic-mode): Add some keywords.
10978 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
10979 define-generic-mode like a function declaration.
10980
10981 2005-03-21 Jay Belanger <belanger@truman.edu>
10982
10983 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
10984 changing modes.
10985
10986 2005-03-21 Sam Steingold <sds@gnu.org>
10987
10988 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
10989
10990 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
10991
10992 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
10993 Add underscore to "f$ lexicals" regexp.
10994
10995 2005-03-20 Juri Linkov <juri@jurta.org>
10996
10997 * subr.el (progress-reporter-do-update): When `min-value' is equal
10998 to `max-value', set `percentage' to 0 and prevent division by zero.
10999
11000 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
11001
11002 Sync with Tramp 2.0.48.
11003
11004 * net/tramp.el (all): Change all addresses to .gnu.org.
11005 (tramp-append-tramp-buffers): New defun.
11006 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
11007 Catch `dont-send' signal.
11008 (tramp-set-auto-save-file-modes): Set always permissions, because
11009 there might be an old auto-saved file belonging to another
11010 original file. This could be a security threat. Reported by
11011 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
11012 Check for Emacs 21.3.50 removed.
11013
11014 * net/tramp-smb.el (all): Remove debug construct for
11015 `with-parsed-tramp-file-name'.
11016 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
11017 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
11018 No error message if DIRECTORY or FILENAME doesn't exist.
11019 (tramp-smb-open-connection): Check existence of
11020 `tramp-smb-program'.
11021
11022 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11023
11024 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
11025 Properly handle the case where the `m' or `s' command's argument is not
11026 yet terminated.
11027 (perl-indent-new-calculate): New function.
11028 (perl-indent-line): Use it.
11029
11030 2005-03-20 Miles Bader <miles@gnu.org>
11031
11032 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
11033 in text-mode too. Change to new face names.
11034 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
11035 Add `:weight bold' attribute.
11036 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
11037
11038 2005-03-19 Juri Linkov <juri@jurta.org>
11039
11040 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
11041
11042 * international/mule.el (auto-coding-alist): Sync with
11043 `auto-mode-alist' by adding upper case archive file extensions
11044 and adding ear/war to jar extension.
11045
11046 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
11047
11048 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
11049 running, restart it.
11050
11051 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
11052
11053 * finder.el (finder-current-item): Throw an error on an empty line.
11054
11055 * man.el (Man-follow-manual-reference): If current-word returns
11056 nil, use "".
11057
11058 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
11059
11060 * simple.el (goto-line): Doc fix.
11061
11062 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
11063
11064 * files.el (save-buffer): Doc fix.
11065
11066 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
11067
11068 * recentf.el (recentf-cleanup-remote): New variable.
11069 (recentf-cleanup): Use it to conditionally check availability of
11070 remote files.
11071
11072 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
11073
11074 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
11075 function names.
11076
11077 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11078
11079 * language/thai-word.el: New file.
11080
11081 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11082
11083 * files.el (backup-buffer): If the file's directory is not
11084 writable, use copy instead of move to backup the file.
11085
11086 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11087
11088 * obsolete/keyswap.el: Moved to obsolete/ from term/.
11089
11090 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11091
11092 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
11093 Use functionp instead of symbolp and fboundp. Reported by Drkm
11094 <darkman_spam@yahoo.fr>.
11095 (ps-print-version): New version 6.6.6.
11096
11097 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
11098
11099 * textmodes/table.el (table--line-column-position): New idiom.
11100 (table--row-column-insertion-point-p): New function to test
11101 validity of row and column insertion operation at a location.
11102 (table-global-menu, table-cell-menu): Use above functions for
11103 deterministic test operation.
11104 (table--editable-cell-p): Behave in deterministic fashion.
11105
11106 2005-03-18 Juri Linkov <juri@jurta.org>
11107
11108 * isearch.el (isearch-lazy-highlight-new-loop):
11109 Make arguments beg and end optional.
11110 (isearch-update): Remove optional arguments nil from
11111 isearch-lazy-highlight-new-loop.
11112 (isearch-lazy-highlight-search): Let-bind case-fold-search to
11113 isearch-lazy-highlight-case-fold-search instead of
11114 isearch-case-fold-search, and let-bind isearch-regexp to
11115 isearch-lazy-highlight-regexp.
11116 Use isearch-lazy-highlight-last-string instead of isearch-string.
11117
11118 * replace.el (perform-replace): Remove bindings of global
11119 variables isearch-string, isearch-regexp, isearch-case-fold-search.
11120 Add three new arguments to `replace-highlight'.
11121 (replace-highlight): Add arguments string, regexp, case-fold.
11122 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
11123 to allow isearch-lazy-highlight-new-loop to use these values
11124 to set corresponding isearch-lazy-highlight-* internal
11125 variables whose values lazy highlighting will use regardless of
11126 changes to global variables isearch-string, isearch-regexp,
11127 isearch-case-fold-search during lazy highlighting loop.
11128 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
11129 to `lazy-highlight-cleanup'.
11130
11131 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
11132 (ispell-highlight-face): Set default face to `isearch' when
11133 lazy highlighting is enabled.
11134 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
11135 priority to 1. Add lazy highlighting.
11136 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
11137 from `isearch-dehighlight'.
11138
11139 2005-03-18 David Ponce <david@dponce.com>
11140
11141 * files.el (hack-local-variables): Do a case-insensitive search
11142 for End.
11143
11144 2005-03-18 Juri Linkov <juri@jurta.org>
11145
11146 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
11147 `isearch-lazy-highlight-cleanup', add alias to old name and
11148 declare obsolete. Add release numbers to other obsolete vars.
11149 (isearch-done, isearch-lazy-highlight-new-loop):
11150 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
11151 (lazy-highlight-cleanup) <variable>: Doc fix.
11152 (isearch-lazy-highlight-update): Rename obsolete
11153 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
11154
11155 2005-03-18 Kenichi Handa <handa@m17n.org>
11156
11157 * language/thai-util.el: Fix categorization of Thai characters in
11158 thai-category-table.
11159 (thai-composition-pattern): Adjust it for the above change.
11160 (thai-self-insert-command, thai-compose-syllable): New functions.
11161 (thai-compose-region): Use thai-compose-syllable.
11162 (thai-compose-string): Likewise.
11163 (thai-composition-function): Likewise.
11164 (thai-auto-composition): New function.
11165 (thai-auto-composition-mode): New minor mode.
11166
11167 * language/thai.el: Fix patterns to be registered in
11168 composition-function-table.
11169
11170 * international/quail.el (quail-input-method): Locally bind
11171 inhibit-modification-hooks to t.
11172
11173 2005-03-17 Richard M. Stallman <rms@gnu.org>
11174
11175 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
11176 (perl-mode): Use run-mode-hooks.
11177
11178 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
11179 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
11180 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
11181
11182 * mail/sendmail.el (sendmail-send-it): Reenable the code
11183 to compute resend-to-address and use it.
11184
11185 * tar-mode.el (tar-mode): Turn off undo unconditionally.
11186
11187 * image-mode.el: New file.
11188
11189 * image.el (insert-sliced-image): Add autoload cookie.
11190
11191 * font-lock.el (font-lock-lines-before): New user option.
11192 (font-lock-after-change-function): Obey it.
11193
11194 * bindings.el (esc-map): Make M-g a prefix.
11195 Bind M-g g and M-g M-g to goto-line.
11196
11197 * faces.el (face-id): Doc fix.
11198
11199 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11200
11201 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11202 (rmail-show-message): Use rmail-unknown-mail-followup-to.
11203 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11204
11205 * mail/sendmail.el (mail-yank-ignored-headers)
11206 (mail-font-lock-keywords, mail-mode-fill-paragraph):
11207 Add Mail-Followup-To and Mail-Reply-To headers.
11208 (mail-citation-hook): Add autoload cookie.
11209 (mail-mode): Doc fix.
11210 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11211 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11212 (mail-mode-fill-paragraph): Handle those headers.
11213 (mail-mailing-lists): New variable.
11214 (mail-mail-reply-to, mail-mail-followup-to): New functions.
11215
11216 2005-03-17 Juri Linkov <juri@jurta.org>
11217
11218 * isearch.el (isearch-fallback): Check for `(car previous)'
11219 before calling `isearch-other-end-state'.
11220
11221 2005-03-17 Kim F. Storm <storm@cua.dk>
11222
11223 * simple.el (move-beginning-of-line): Move to beginning of buffer
11224 line, as well as beginning of screen line.
11225
11226 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
11227
11228 * calendar/diary-lib.el (mark-diary-entries): Use new optional
11229 argument REDRAW rather than calendar-redrawing variable.
11230 * calendar/calendar.el (calendar-redrawing): Delete.
11231 (redraw-calendar): Do not bind calendar-redrawing.
11232
11233 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
11234
11235 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11236 diary-file buffer.
11237
11238 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11239
11240 * help.el (describe-mode): Allow a :minor-mode-function property to
11241 specify a different minor mode toggle function than the variable.
11242 * simple.el (auto-fill-function):
11243 * subr.el (add-minor-mode): Use it.
11244
11245 2005-03-16 Kenichi Handa <handa@m17n.org>
11246
11247 * language/ethio-util.el (sera-being-called-by-w3): New variable.
11248 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11249 (ethio-fidel-to-sera-buffer): Likewise.
11250
11251 2005-03-16 Juri Linkov <juri@jurta.org>
11252
11253 * emacs-lisp/find-func.el (find-function-regexp):
11254 Add defun-emitting macro `menu-bar-make-toggle'.
11255
11256 * isearch.el: Put `isearch-scroll' property to
11257 `split-window-horizontally'.
11258
11259 * info.el: Update error messages for `debug-ignored-errors'.
11260 (Info-isearch-search): Doc fix.
11261 (Info-find-node): Move up code to go into info buffer before
11262 recording the node to the history.
11263 (Info-fontify-node): Fontify titles only if the next line
11264 has two or more `*', `=', `-', `.'.
11265 Display "go to this node" for empty (match-string 3).
11266
11267 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11268
11269 * term/mac-win.el: Add mouse pointer shape constants.
11270
11271 2005-03-15 Kim F. Storm <storm@cua.dk>
11272
11273 * simple.el (move-beginning-of-line): Use vertical-motion.
11274
11275 2005-03-15 Juri Linkov <juri@jurta.org>
11276
11277 * isearch.el (isearch-error): New variable.
11278 (isearch-invalid-regexp, isearch-within-brackets): Remove.
11279 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
11280 (isearch-within-brackets-state): Remove.
11281 (isearch-case-fold-search-state, isearch-pop-fun-state):
11282 Decrease frame index.
11283 (isearch-mode, isearch-top-state, isearch-push-state)
11284 (isearch-edit-string, isearch-abort, isearch-search-and-update)
11285 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11286 (isearch-search, isearch-lazy-highlight-new-loop):
11287 Replace `isearch-invalid-regexp' with `isearch-error'.
11288 Remove `isearch-within-brackets'.
11289 (isearch-search): Add `search-failed' handler to `condition-case'.
11290 (isearch-lazy-highlight-search): Add `condition-case' to catch
11291 errors and allow `isearch-lazy-highlight-update' to try
11292 highlighting from the beginning of the window.
11293 (isearch-repeat): Move up code to set isearch-wrapped to t
11294 before calling isearch-wrap-function.
11295
11296 * info.el (Info-isearch-initial-node): New internal variable.
11297 (Info-search): Signal an error in isearch mode when search leaves
11298 the initial node. Signal an error when `bound' is non-nil and
11299 nothing was found in the current subfile.
11300 (Info-isearch-search): Remove `condition-case'.
11301 (Info-isearch-wrap): Don't wrap when search failed during leaving
11302 the initial node. If `Info-isearch-search' is nil, wrap around
11303 the current node.
11304 (Info-isearch-start): New fun.
11305 (Info-mode): Add buffer-local hook `Info-isearch-start' to
11306 `isearch-mode-hook'.
11307
11308 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11309
11310 * simple.el (normal-erase-is-backspace): Set default to t if
11311 running on Mac.
11312
11313 * term/mac-win.el (function-key-map): Sync with x-win.el.
11314
11315 2005-03-15 Kenichi Handa <handa@m17n.org>
11316
11317 * international/mule-cmds.el (locale-language-names): Modify the
11318 format of elements and add more entries.
11319 (locale-preferred-coding-systems): Add more entries.
11320 (set-locale-environment): Adjust for the change of
11321 locale-language-names.
11322
11323 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11324
11325 * pcvs.el (smerge-ediff): Remove bogus autoload.
11326
11327 2005-03-14 Lute Kamstra <lute@gnu.org>
11328
11329 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11330 Ignore a `*' at the beginning of a line.
11331
11332 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11333 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11334 subr.el.
11335 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11336 to specify indentation.
11337
11338 * generic.el (define-generic-mode): Let generic-mode-list be a
11339 list of strings; test membership with equal.
11340
11341 2005-03-14 Kim F. Storm <storm@cua.dk>
11342
11343 * simple.el (next-line, previous-line): Add optional try-vscroll
11344 arg to recognize interactive use. Pass it on to line-move.
11345 (line-move): Don't perform auto-window-vscroll when defining or
11346 executing keyboard macro to ensure consistent behavior.
11347
11348 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11349
11350 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11351
11352 2005-03-13 Lute Kamstra <lute@gnu.org>
11353
11354 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11355 debugger-setup-buffer so that backtrace marks the frames set to
11356 debug-on-exit and we don't have to do it manually. Set an extra
11357 debug-on-exit for macro's.
11358 (debugger-setup-buffer): Don't mark the top frame manually.
11359
11360 2005-03-12 Lute Kamstra <lute@gnu.org>
11361
11362 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11363 lisp-indent-function throughout.
11364 (with-no-warnings): Set lisp-indent-function property.
11365
11366 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11367
11368 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11369 Add entry for backslash.
11370
11371 2005-03-12 Juri Linkov <juri@jurta.org>
11372
11373 * info.el (Info-search): Four fixes for backward search.
11374
11375 2005-03-11 Jay Belanger <belanger@truman.edu>
11376
11377 * calc/calc.el (calc-language-alist): New variable.
11378 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11379 (calc-embedded-find-modes): Use calc-language-alist instead of
11380 calc-embedded-language-alist.
11381
11382 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11383
11384 * calendar/calendar.el (calendar-redrawing): New internal
11385 variable.
11386 (redraw-calendar): Remove bogus save-excursion from previous
11387 change. Bind calendar-redrawing to t for mark-diary-entries.
11388 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11389 calendar if that is why we were called.
11390
11391 2005-03-11 Kenichi Handa <handa@m17n.org>
11392
11393 * international/mule.el (make-coding-system): Set property
11394 coding-system-define-form to nil.
11395 (define-coding-system-alias): Likewise.
11396
11397 2005-03-11 Kenichi Handa <handa@m17n.org>
11398
11399 These changes are suggested by Dave Love <fx@gnu.org>.
11400
11401 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11402 coding: tag.
11403 (adaptive-fill-regexp): Add more bullets.
11404 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11405 regexps.
11406
11407 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11408
11409 * help.el (describe-mode): Properly handle non-trivial lighters.
11410 Don't ignore minor modes that are not listed in minor-mode-list.
11411
11412 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11413 feature ON when the user requests to turn it OFF.
11414
11415 2005-03-10 Lute Kamstra <lute@gnu.org>
11416
11417 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11418 (implement-debug-on-entry): New function to replace debug-entry-code.
11419 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11420 second argument as the 2005-03-07 change makes it obsolete.
11421 (debug-on-entry, cancel-debug-on-entry): Update call to
11422 debug-on-entry-1.
11423 (debug, debugger-setup-buffer): Comment update.
11424 (debugger-frame-number): Update to work with implement-debug-on-entry.
11425
11426 2005-03-10 Jay Belanger <belanger@truman.edu>
11427
11428 * calc/calc-embed.el (math-ms-args): Declare it.
11429 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11430 math-ms-args.
11431 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11432 variables.
11433
11434 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11435
11436 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11437 Use message-box.
11438
11439 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11440 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11441 (tooltip-gud-tips): Simplify.
11442 (tooltip-gud-tips-p): Remove superfluous :set.
11443 (tooltip-gud-modes): Add fortran-mode.
11444 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11445
11446 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11447
11448 2005-03-09 Kim F. Storm <storm@cua.dk>
11449
11450 * play/animate.el (animate-place-char): Use forward-line instead
11451 of next-line to improve performance.
11452
11453 2005-03-09 Simon Josefsson <jas@extundo.com>
11454
11455 * net/browse-url.el (browse-url-default-browser): Doc fix.
11456
11457 2005-03-09 Miles Bader <miles@gnu.org>
11458
11459 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11460 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11461
11462 2005-03-09 Kenichi Handa <handa@m17n.org>
11463
11464 * international/latin-1.el: Set case and syntax for 255 only if
11465 set-case-syntax-set-multibyte is nil.
11466
11467 * textmodes/ispell.el (ispell-insert-word): New function.
11468 (ispell-word): Use ispell-insert-word to insert a new word.
11469 (ispell-process-line): Likewise.
11470 (ispell-complete-word): Likewise.
11471
11472 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11473
11474 * calendar/calendar.el (redraw-calendar): Preserve point.
11475 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11476 (calendar-week-start-day): Move after definition of
11477 redraw-calendar. Delete buffer test, since redraw-calendar has
11478 that now.
11479
11480 * calendar/diary-lib.el (mark-diary-entries): Only call
11481 redraw-calendar in the first of any recursive calls.
11482 Reported by Alan Shutko <ats@acm.org>.
11483
11484 2005-03-08 Juri Linkov <juri@jurta.org>
11485
11486 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11487 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11488 (html-radio-buttons): Add a space before the trailing `/>' where
11489 sgml-xml-mode is non-nil.
11490 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11491 the subsequent tag of the empty XML tag.
11492 (html-href-anchor): Don't set initial input to "http:".
11493 (html-image): Ask for the image URL and set point inside alt="".
11494 (html-name-anchor): Duplicate the name in the `id' attribute when
11495 sgml-xml-mode is non-nil.
11496 (html-paragraph): Remove \n before <p>.
11497 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11498 instead of `checked' when sgml-xml-mode is non-nil.
11499
11500 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11501 Remove 1 space before #RRGGBB to not truncate it on terminal
11502 windows w/o fringes. Remove 1 space between bg and fg examples
11503 to get more space.
11504 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11505 avoid byte-compile warnings.
11506
11507 * image-file.el (image-file-handler): Put `safe-magic' property to
11508 `image-file-handler'.
11509
11510 * info.el (Info-isearch-search): Emulate word search in
11511 isearching through multiple Info nodes with Info-search.
11512 (Info-isearch-wrap): Allow isearch-word.
11513
11514 2005-03-08 Lute Kamstra <lute@gnu.org>
11515
11516 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11517 stepping into the debugger's code is not possible.
11518 (debugger-jumping-flag): Docstring update.
11519
11520 2005-03-08 Jay Belanger <belanger@truman.edu>
11521
11522 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11523 embedded mode begins.
11524 (calc-embedded-language-alist): New variable.
11525 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11526 set default language mode.
11527
11528 2005-03-08 Kenichi Handa <handa@m17n.org>
11529
11530 * international/ccl.el (define-ccl-program): Fix docstring about
11531 extra 256 bytes assured for the output buffer.
11532
11533 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11534 Fix BUFFER_MAGNIFICATION to 2.
11535 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11536
11537 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11538
11539 * align.el (align-rules-list): Added an alignment rule for CSS
11540 declarations (applies to css-mode and html-mode buffers).
11541
11542 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11543
11544 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11545
11546 2005-03-07 Kim F. Storm <storm@cua.dk>
11547
11548 * simple.el (move-beginning-of-line): New command.
11549
11550 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11551
11552 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11553
11554 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11555 and move-beginning-of-line.
11556
11557 * apropos.el (apropos-print): Omit command from M-x ... RET.
11558
11559 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11560
11561 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11562 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11563
11564 2005-03-06 Richard M. Stallman <rms@gnu.org>
11565
11566 * bindings.el (esc-map): Bind M-g to goto-line.
11567
11568 * facemenu.el (global-map): Bind M-o, not M-g.
11569
11570 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11571
11572 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11573 "Open Directory" as for "Open File".
11574
11575 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11576
11577 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11578 (push-mark-command): Run activate-mark-hook.
11579
11580 2005-03-06 Richard M. Stallman <rms@gnu.org>
11581
11582 * help-mode.el (help-mode-finish): Don't alter the element
11583 in view-return-to-alist if there already is one.
11584
11585 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11586 make sure the current buffer is the expected one.
11587
11588 * novice.el (disabled-command-function): Output in *Disabled Command*.
11589 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11590
11591 * textmodes/flyspell.el (flyspell-large-region):
11592 Pass args differently for aspell.
11593
11594 * files.el (mode-require-final-newline): Doc fix.
11595
11596 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11597
11598 * progmodes/which-func.el (which-function):
11599 Specify NOERROR when calling imenu--make-index-alist.
11600
11601 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11602
11603 * simple.el (normal-erase-is-backspace): Define default value.
11604
11605 * custom.el (custom-theme-set-variables): Remove unused var
11606 `immediate'.
11607 (custom-reevaluate-setting): Simple function to handle variables
11608 that are defined before their default value can really be
11609 computed.
11610
11611 * startup.el (command-line): Use it for temporary-file-directory,
11612 small-emporary-file-directory, auto-save-file-name-transforms,
11613 blink-cursor-mode, and normal-erase-is-backspace.
11614
11615 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11616 progress, even with buggy anchored keywords.
11617
11618 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11619
11620 * simple.el (goto-line): Remove unbalanced final parenthesis.
11621
11622 2005-03-05 Richard M. Stallman <rms@gnu.org>
11623
11624 * simple.el (goto-line): Use a number at point as the default.
11625 With C-u as arg, switch buffers.
11626
11627 2005-03-05 Juri Linkov <juri@jurta.org>
11628
11629 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11630 with `no-blinking-cursor'.
11631
11632 * startup.el (no-blinking-cursor): New defvar.
11633 (command-line): Add `--no-blinking-cursor' to longopts.
11634 Set `no-blinking-cursor' to t for command line arguments
11635 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11636 with `no-blinking-cursor' in the condition for calling
11637 `blink-cursor-mode'.
11638
11639 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11640
11641 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11642 (menu-bar-options-save): Add blink-cursor-mode.
11643 (menu-bar-options-menu): Add blink-cursor-mode.
11644
11645 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11646
11647 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11648 (icalendar-export-file, icalendar-export-region)
11649 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11650 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11651
11652 2005-03-04 Lute Kamstra <lute@gnu.org>
11653
11654 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11655 (debug-function-list): Ditto.
11656
11657 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11658
11659 * textmodes/texinfmt.el (texinfo-append-refill):
11660 Redefine the types of line to which @refill
11661 is not appended by replacing a search for `@refill\\|@bye' with
11662 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11663 itemize@refill' bug and the unfilled long lines bug.
11664 (texinfmt-version): Update number and date.
11665
11666 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11667
11668 * international/code-pages.el (windows-1250, windows-125[2-8])
11669 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11670
11671 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11672
11673 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11674 bound yet.
11675
11676 2005-03-02 Romain Francoise <romain@orebokech.com>
11677
11678 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11679 buffer after removing limits.
11680 (ibuffer-pop-filter): Ditto.
11681 Update copyright.
11682
11683 2005-03-02 Miles Bader <miles@gnu.org>
11684
11685 * button.el (make-text-button): If the user doesn't specify a
11686 type, use the default. Rewrite to use `add-text-properties' and
11687 plist functions.
11688
11689 2005-03-01 Lute Kamstra <lute@gnu.org>
11690
11691 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11692 (debugger-jumping-flag): New var.
11693 (debug-entry-code): Use it.
11694 (debugger-jump): Use debugger-jumping-flag and add
11695 debugger-reenable to post-command-hook.
11696 (debugger-reenable): Use debugger-jumping-flag and remove itself
11697 from post-command-hook.
11698 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11699 debugger-reenable.
11700
11701 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11702
11703 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11704 inclusion of "itemize\\|", which may be unnecessary, is certainly
11705 inelegant, and stops refilling in itemize lists when formatting
11706 Japanese Texinfo files to Info.
11707 Update copyright to 2005.
11708
11709 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11710
11711 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11712 of an error if GDB can't find the source file.
11713
11714 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11715
11716 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11717 not just the calendar.
11718
11719 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11720 first.
11721 (diary-redraw-calendar): New function.
11722 (make-diary-entry): Add diary-redraw-calendar to local
11723 write-contents-functions. Turn off selective display before
11724 inserting in diary.
11725
11726 2005-03-01 Kim F. Storm <storm@cua.dk>
11727
11728 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11729
11730 2005-03-01 Lute Kamstra <lute@gnu.org>
11731
11732 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11733 that debug-entry-code can be safely removed from a function while
11734 this code is being evaluated. Revert the 2005-02-27 change as the
11735 new implementation no longer requires it. Make sure that a
11736 function body containing just a string is not mistaken for a docstring.
11737 (debug): Skip one more frame in case of debug on entry.
11738 (debugger-setup-buffer): Delete one more frame line in case of
11739 debug on entry.
11740 (debugger-frame-number): Update to use the new text introduced by
11741 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11742
11743 2005-02-28 Kim F. Storm <storm@cua.dk>
11744
11745 * double.el (double-translate-key): Call force-window-update after
11746 read-event to avoid crash in redisplay.
11747
11748 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11749
11750 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11751 (debug): Use it. Move the inhibit-trace earlier.
11752 (debug-entry-code): New const.
11753 (debug-on-entry-1): Use it.
11754
11755 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11756
11757 * international/utf-16.el (ccl-encode-mule-utf-16le):
11758 Fix BUFFER_MAGNIFICATION to 2.
11759 (ccl-encode-mule-utf-16be): Likewise.
11760
11761 2005-02-28 Kenichi Handa <handa@m17n.org>
11762
11763 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11764 Fix BUFFER_MAGNIFICATION to 4.
11765 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11766
11767 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11768
11769 * speedbar.el (speedbar-update-flag): Doc fix.
11770 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11771 argument.
11772
11773 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11774
11775 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11776 have a non-nil `invisible' property but are actually visible.
11777
11778 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11779 for perldoc sections.
11780 (perl-outline-regexp, perl-outline-level): New var and function.
11781 (perl-mode): Use them.
11782
11783 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11784
11785 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11786 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11787
11788 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11789
11790 * cus-edit.el: Comment change.
11791 (custom-buffer-create-internal): Slightly reword text at top of
11792 Custom buffers. Mention there that saving an option edits the
11793 init file. Add link to Emacs manual node on `custom-file'.
11794 (custom-magic-alist): Rewrite individual State messages to use
11795 capitalized keywords. Doc fix.
11796
11797 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11798
11799 * calendar/calendar.el (calendar-buffer): Move above
11800 calendar-week-start-day.
11801 (calendar-week-start-day): Doc fix. Add :set function.
11802 (calendar-minimum-window-height): New variable.
11803 (generate-calendar-window): Only resize window if selected-window
11804 is displaying the calendar buffer. Use new variable
11805 calendar-minimum-window-height.
11806 (generate-calendar): Reword error message.
11807 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11808
11809 2005-02-27 Andreas Schwab <schwab@suse.de>
11810
11811 * vc.el (vc-do-command): Don't run command asynchronously when
11812 operating in a remote directory.
11813
11814 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11815 change from sync with Tramp 2.0.47.
11816
11817 2005-02-27 Richard M. Stallman <rms@gnu.org>
11818
11819 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11820
11821 * textmodes/flyspell.el (flyspell-mode-on):
11822 Call ispell-change-dictionary only if necessary.
11823
11824 * emacs-lisp/re-builder.el (regexp-builder): New function.
11825
11826 * register.el (describe-register-1): Explicitly handle
11827 yank-excluded-properties = t.
11828
11829 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11830 (custom-magic-alist): Change the status descriptions again.
11831 (face widget-type): Total rewrite based on `restricted-sexp'
11832 to eliminate the confusing double hiding levels.
11833
11834 * emacs-lisp/debug.el (debug-on-entry-1):
11835 If function body is empty, add nil as body form.
11836
11837 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11838
11839 * emacs-lisp/trace.el (inhibit-trace): New var.
11840 (trace-make-advice): Use it.
11841
11842 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11843
11844 2005-02-26 Kim F. Storm <storm@cua.dk>
11845
11846 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11847 (mouse-on-link-p, mouse-drag-region-1): Use it.
11848
11849 2005-02-25 Lute Kamstra <lute@gnu.org>
11850
11851 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11852
11853 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11854
11855 * frame.el (blink-cursor-mode): Add :group keyword.
11856
11857 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11858
11859 * calendar/icalendar.el (icalendar--decode-isodatetime):
11860 New optional argument DAY-SHIFT.
11861 (icalendar-export-region): Fix coding-system-for-write.
11862 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11863 events by one.
11864
11865 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11866
11867 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11868
11869 2005-02-24 Kim F. Storm <storm@cua.dk>
11870
11871 * international/iso-acc.el (iso-accents-compose): Fix crash
11872 during redisplay. Call force-window-update after read-event
11873 and delete-region to signal that window is not accurate.
11874
11875 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11876
11877 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11878 Remove unused and inexistent var `inhibit-trace'.
11879 (debugger-mode): Use run-mode-hooks.
11880 (debugger-list-functions): Add buttons; setup xref stack.
11881
11882 2005-02-23 Richard M. Stallman <rms@gnu.org>
11883
11884 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11885 appointment says it was explicitly made.
11886 (appt-add): Set the 3rd element.
11887 (appt-make-list): Preserve explicit appointments.
11888
11889 * subr.el (find-tag-default): Catch errors in forward-sexp.
11890
11891 2005-02-23 Juri Linkov <juri@jurta.org>
11892
11893 * info.el (Info-isearch-search): New defcustom.
11894 (Info-isearch-search): Call the default isearch function
11895 when Info-isearch-search is nil.
11896 (Info-isearch-wrap): Use variable Info-isearch-search.
11897
11898 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11899
11900 * cus-edit.el: Comment change.
11901
11902 2005-02-22 Kim F. Storm <storm@cua.dk>
11903
11904 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11905 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11906
11907 2005-02-22 Simon Josefsson <jas@extundo.com>
11908
11909 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11910 New variable.
11911 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11912 Oskarsson" <myrkraverk@users.sourceforget.net>.
11913
11914 2005-02-22 Kim F. Storm <storm@cua.dk>
11915
11916 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11917 check that window of that event is the selected window.
11918 (mouse-drag-region-1): Compare mouse event window to selected
11919 window before setting point.
11920
11921 * tooltip.el (tooltip-show-help-function): Pass event to
11922 mouse-on-link-p so it can check selected window.
11923
11924 2005-02-22 Kenichi Handa <handa@m17n.org>
11925
11926 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11927 (ps-mule-show-warning): New function.
11928 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11929 characters are found.
11930
11931 * ps-print.el (ps-header-footer-string): Return a list of header
11932 and footer strings.
11933
11934 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11935
11936 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11937
11938 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11939
11940 * frame.el (blink-cursor-mode): Use define-minor-mode.
11941
11942 * term/mac-win.el (function-key-map): Use char-names more consistently.
11943 (file-name-coding-system): Only set it for MacOS-9. The other case is
11944 already handled in mule-cmds.el (where it also works when mac-win.el
11945 is not used).
11946
11947 2005-02-21 Kenichi Handa <handa@m17n.org>
11948
11949 * international/mule.el (ctext-pre-write-conversion): Always use
11950 " *code-converting-work*" buffer for work.
11951
11952 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11953
11954 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11955
11956 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
11957
11958 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
11959
11960 * ses.el (undo-more): Restore defadvice, but only the part that
11961 allows changes outside the restricted area of the buffer.
11962
11963 2005-02-20 Kim F. Storm <storm@cua.dk>
11964
11965 * simple.el (line-move): Add fourth optional arg try-vscroll which
11966 must be set to perform auto-window-vscroll.
11967 When moving backwards and doing auto-window-vscroll, automatically
11968 vscroll to the last part of lines which are taller than the window.
11969 (next-line, previous-line): Set try-vscroll arg on line-move.
11970
11971 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11972
11973 * replace.el (query-replace, query-replace-regexp)
11974 (replace-string, replace-regexp): When operating on region, make
11975 the minibuffer prompt say so.
11976
11977 * isearch.el (isearch-forward): Document isearch-query-replace and
11978 isearch-query-replace-regexp keybindings.
11979
11980 2005-02-19 Jay Belanger <belanger@truman.edu>
11981
11982 * calc/calc-aent.el (math-read-token): Add local variable.
11983
11984 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
11985 (calc-edit-top): Move declaration to earlier in file.
11986 (calc-edit-macro-repeats): Add local variables.
11987
11988 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
11989 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
11990 calcFunc-tanh.
11991 Adjust integration rule for calcFunc-tan.
11992
11993 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11994
11995 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
11996 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
11997 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
11998 (viper-skip-separators): Bug fix.
11999 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
12000 particular major mode.
12001 (viper-del-backward-char-in-replace): Don't put deleted char on the
12002 kill ring.
12003
12004 * viper-ex.el (viper-color-display-p): New function.
12005 (viper-has-face-support-p): Use viper-color-display-p.
12006
12007 * viper-keym.el (viper-gnus-modifier-map): New keymap.
12008
12009 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
12010
12011 * viper-util.el (viper-glob-unix-files): Fix shell status check.
12012 (viper-file-remote-p): Make equivalent to file-remote-p.
12013
12014 * viper.el (viper-major-mode-modifier-list):
12015 Use viper-gnus-modifier-map.
12016
12017 2005-02-19 David Kastrup <dak@gnu.org>
12018
12019 * subr.el (subregexp-context-p): Fix garbled doc string by adding
12020 quoting.
12021
12022 2005-02-19 Jay Belanger <belanger@truman.edu>
12023
12024 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
12025 Remove extra definitions.
12026 (calc-coth): New function.
12027 (calcFunc-cot): Fix `let'.
12028
12029 2005-02-19 Eli Zaretskii <eliz@gnu.org>
12030
12031 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
12032 the reasons we use "type pc" in these faces.
12033
12034 * button.el (button): Ditto.
12035
12036 2005-02-19 Michael Mauger <mmaug@yahoo.com>
12037
12038 * replace.el (query-replace-read-from): Set the value of
12039 query-replace-from-history-variable to handle the case of an empty
12040 string entered to accept the suggested default.
12041
12042 * net/tramp.el (tramp-file-name-for-operation):
12043 Use dired-call-process instead of dired-call-process-command.
12044
12045 2005-02-19 Jay Belanger <belanger@truman.edu>
12046
12047 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
12048 (math-div-non-trig): New variables.
12049 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
12050 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
12051 (math-combine-prod, math-div-symb-fancy): Add simplifications for
12052 trig expressions.
12053
12054 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
12055
12056 * progmodes/gdb-ui.el (gdb-var-update-handler)
12057 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
12058 for watch expressions,
12059 (gdb-var-create-handler): Don't set speedbar-update-flag.
12060 (gdb-post-prompt): Simplify test for speedbar.
12061
12062 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12063
12064 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
12065 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
12066 we use the syntax table of the correct buffer.
12067 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
12068 Felix Gatzemeier.
12069
12070 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
12071 (ediff-file-remote-p): Make synonymous with file-remote-p.
12072 In all deffaces ediff-*-face-*, use min-colors.
12073
12074 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
12075 ediff-recurse-to-subdirectories.
12076 (ediff-mark-if-equal): Check that the arguments are strings, use
12077 ediff-same-contents (after to Felix Gatzemeier).
12078
12079 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
12080 nil.
12081
12082 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12083
12084 * log-view.el (log-view-message-re): Fix up Subversion regexp.
12085
12086 2005-02-18 David Kastrup <dak@gnu.org>
12087
12088 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
12089 use `mark-active' when defined.
12090
12091 2005-02-18 Kenichi Handa <handa@m17n.org>
12092
12093 * ps-print.el (ps-font-info-database): New entry
12094 ZapfChancery-MediumItalic with correct font name. Fix font name
12095 of the entry Zapf-Chancery-MediumItalic.
12096
12097 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
12098
12099 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
12100
12101 2005-02-16 Kim F. Storm <storm@cua.dk>
12102
12103 * ido.el (ido-fallback-command): Pass user input to fallback command.
12104
12105 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
12106
12107 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
12108 (gdb-find-file-hook): Add server prefix.
12109
12110 2005-02-16 Richard M. Stallman <rms@gnu.org>
12111
12112 * replace.el (perform-replace): Pass new args to replace-highlight.
12113 (replace-highlight): Take region args,
12114 and pass them to isearch-lazy-highlight-new-loop.
12115
12116 * novice.el (disabled-command-hook): Autoload the defalias
12117 and the make-obsolete-variable call.
12118
12119 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
12120
12121 * isearch.el (isearch-lazy-highlight-start-limit)
12122 (isearch-lazy-highlight-end-limit): New variables limit
12123 the region for highlighting.
12124 (isearch-lazy-highlight-new-loop): New args BEG and END.
12125 (isearch-lazy-highlight-search): Use the new vars.
12126 (isearch-lazy-highlight-update): Likewise.
12127
12128 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
12129
12130 * cus-start.el (all): Use default-boundp.
12131
12132 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
12133
12134 * menu-bar.el (menu-bar-select-frame): Handle current frame.
12135
12136 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
12137
12138 * autorevert.el (auto-revert-stop-on-user-input)
12139 (auto-revert-verbose): Doc fixes.
12140
12141 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
12142
12143 * international/mule-cmds.el (set-locale-environment): Remove call
12144 to set-selection-coding-system on Windows.
12145
12146 2005-02-15 Jay Belanger <belanger@truman.edu>
12147
12148 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
12149 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
12150 calcFunc-coth.
12151 (math-simplify-sqrt): Add simplifications.
12152
12153 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
12154 to list.
12155
12156 * calc/calc-ext.el: Add functions to autoloads.
12157
12158 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
12159 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
12160 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
12161 (math-csc-raw, math-cot-raw): New functions.
12162
12163 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
12164
12165 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
12166 the variable name in a message.
12167
12168 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
12169 calcFunc-csc, calcFunc-cot.
12170
12171 * calc/calcalg2.el: Add derivative and integration rules for
12172 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
12173 calcFunc-csch, calcFunc-coth.
12174 (math-do-integral-methods): Add to checks for when to use
12175 substitutions.
12176
12177 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
12178
12179 2005-02-15 Lute Kamstra <lute@gnu.org>
12180
12181 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12182 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
12183 <monnier@iro.umontreal.ca>
12184 (lisp-outline-level): Improve efficiency. Suggested by David
12185 Kastrup <dak@gnu.org>.
12186
12187 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
12188
12189 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
12190 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
12191 (gdb-set-gud-minor-mode-existing-buffers): New functions.
12192 (gdb-find-file-hook): New hook. Add it to find-file-hook.
12193 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
12194
12195 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
12196
12197 * cus-start.el (all): Comment change.
12198
12199 2005-02-14 Lute Kamstra <lute@gnu.org>
12200
12201 * cus-start.el (all): Check if symbol is void.
12202
12203 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
12204
12205 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12206 optional argument to \cite.
12207
12208 2005-02-14 Richard M. Stallman <rms@gnu.org>
12209
12210 * cus-edit.el (custom-buffer-create-internal): Update help message.
12211 (custom-magic-alist): Update help messages.
12212
12213 * cus-start.el (all): Allow a var to specify a standard value.
12214
12215 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
12216
12217 * custom.el (custom-theme-set-variables): Handle variable aliases.
12218
12219 * frame.el (blink-cursor-timer): Doc fix.
12220 (blink-cursor): Make it an alias for `blink-cursor-mode' and
12221 declare obsolete.
12222 (blink-cursor-mode): Define with defcustom and use correct
12223 standard expression in that defcustom.
12224 * startup.el (command-line): Adapt to above changes in frame.el.
12225
12226 2005-02-11 Lute Kamstra <lute@gnu.org>
12227
12228 * apropos.el (apropos-score-doc): Prevent division by zero.
12229
12230 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
12231
12232 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12233 (icalendar--get-event-property-attributes)
12234 (icalendar--get-event-properties)
12235 (icalendar--datetime-to-diary-date): New functions.
12236 (icalendar--split-value): Doc fix.
12237 (icalendar--datetime-to-noneuropean-date)
12238 (icalendar--datetime-to-european-date): New optional argument
12239 SEPARATOR. Return result as a string instead of a list.
12240 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12241 (icalendar--convert-string-for-export): Rename arg S to STRING.
12242 (icalendar-export-region): Doc fix. Change name of error buffer.
12243 Save output buffer.
12244 (icalendar-import-file): Add blank at end of prompt.
12245 (icalendar-import-buffer): Doc fix. Do not switch to error
12246 buffer. Indicate status in return value.
12247 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
12248 buffer. Save output buffer. Handle exception from recurrence
12249 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
12250 events. Fix problems with weekly all-day events.
12251
12252 2005-02-10 Richard M. Stallman <rms@gnu.org>
12253
12254 * simple.el (eval-expression-print-format):
12255 Avoid warning about edebug-active.
12256
12257 * help.el (help-for-help-internal): Rename from help-for-help.
12258 (help-for-help): Define with defalias.
12259
12260 * font-core.el (font-lock-default-function): Use with-no-warnings.
12261
12262 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12263
12264 * custom.el (defface): Doc fix.
12265
12266 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
12267
12268 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12269 width 0" to prevent word wrapping problems.
12270
12271 2005-02-09 Kim F. Storm <storm@cua.dk>
12272
12273 * ido.el (ido-file-extensions-order): New defcustom.
12274 (ido-file-extension-lessp, ido-file-extension-aux)
12275 (ido-file-extension-order): New advanced file ordering.
12276 (ido-file-lessp): New simple file ordering.
12277 (ido-sort-list): Remove.
12278 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12279 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12280
12281 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
12282
12283 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12284 that some versions of grep produce.
12285 (grep-mode-font-lock-keywords): Likewise.
12286
12287 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
12288
12289 * progmodes/gdb-ui.el (gdb-location-list): New variable.
12290 (gdb-cdir): Delete.
12291 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12292 (gdb-source-info): Treat case when source file is in another
12293 directory properly.
12294 (gdb-get-location): New function.
12295
12296 2005-02-07 Jay Belanger <belanger@truman.edu>
12297
12298 * calc/calc-prog.el (calc-write-parse-table-part)
12299 (calc-fix-token-name): Fix a check for language type.
12300
12301 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
12302
12303 2005-02-07 Andre Spiegel <spiegel@gnu.org>
12304
12305 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12306 as directory not writable.
12307
12308 2005-02-07 Kim F. Storm <storm@cua.dk>
12309
12310 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12311 (cua--standard-movement-commands): Remove list.
12312 Instead, set CUA property value to move for movement commands.
12313 (cua-movement-commands): Remove. Users must set CUA prop instead.
12314 (cua--pre-command-handler): Check CUA property.
12315 (cua--init-keymaps): Don't remap undo commands.
12316 (cua-mode): Don't call cua--rectangle-on-off.
12317
12318 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12319 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12320 (cua--rect-undo-set-point): New var.
12321 (cua--rectangle-undo-boundary): Setup undo apply entry.
12322 (cua--rect-undo-handler): New function for rectangle undo.
12323 (cua--rect-start-position, cua--rect-end-position): Add.
12324 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12325 for restored rectangle. Set point if cua--rect-undo-set-point.
12326
12327 2005-02-06 Jay Belanger <belanger@truman.edu>
12328
12329 * calc/calc-lang.el (calc-tex-language): Display more information
12330 in messages.
12331
12332 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12333 in TeX mode.
12334
12335 2005-02-06 Richard M. Stallman <rms@gnu.org>
12336
12337 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12338
12339 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12340
12341 * net/ldap.el (ldap-search-internal): Support attributes with
12342 optional descriptions separated by a semi-colon, as in
12343 "userCertificate;binary".
12344
12345 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12346
12347 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12348 isn't a cons (i.e. the version is 0).
12349
12350 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12351
12352 * help.el (help-for-help): Doc fix.
12353
12354 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12355
12356 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12357 GDB-Windows on the menu-bar as this works better.
12358
12359 2005-02-04 Jay Belanger <belanger@truman.edu>
12360
12361 * calc/calc-embed.el (calc-embedded-update): Don't put in
12362 unnecessary newlines. Adjust the end of formula marker.
12363
12364 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12365 (math-latex-parse-two-args): New function.
12366
12367 2005-02-03 Lute Kamstra <lute@gnu.org>
12368
12369 * help-fns.el (help-with-tutorial): Make sure that users cannot
12370 remove the entire text of the tutorial by means of `undo'.
12371
12372 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12373
12374 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12375 in recent changes, where the ispell process was repeatedly
12376 killed & restarted.
12377
12378 * international/mule-cmds.el (set-locale-environment): Set file-name
12379 coding system to utf-8 on Darwin systems.
12380 (set-default-coding-systems): Don't set default-file-name-coding-system
12381 on Darwin systems.
12382
12383 2005-02-03 Richard M. Stallman <rms@gnu.org>
12384
12385 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12386
12387 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12388
12389 * faces.el (list-faces-display): Add optional argument.
12390
12391 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12392
12393 * font-core.el (font-lock-default-function): Handle the rare case where
12394 only font-lock-keywords is set.
12395
12396 2005-02-02 Kenichi Handa <handa@m17n.org>
12397
12398 * international/characters.el: Cancel previous change for
12399 I-WITH-DOT-ABOVE and DOTLESS-i.
12400
12401 * international/latin-5.el: Cancel previous change.
12402
12403 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12404
12405 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12406
12407 2005-02-02 Kenichi Handa <handa@m17n.org>
12408
12409 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12410 DOTLESS-i.
12411
12412 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12413 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12414
12415 * case-table.el (get-upcase-table): New function.
12416 (copy-case-table): Copy upcaes table too if non-nil.
12417 (set-case-syntax-delims): Maintain upcase table too.
12418 (set-case-syntax-pair): Likewise.
12419 (set-upcase-syntax, set-downcase-syntax): New functions.
12420 (set-case-syntax): Maintain upcase table too.
12421
12422 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12423
12424 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12425
12426 * progmodes/gud.el (gud-goto-info): New function.
12427 (gud-tool-bar-map): Use correct icon.
12428
12429 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12430
12431 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12432 When delegating, order args in the funcall correctly.
12433
12434 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12435
12436 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12437
12438 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12439
12440 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12441 buffer not visiting a file.
12442
12443 2005-01-31 Jay Belanger <belanger@truman.edu>
12444
12445 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12446 bound on the line with the formula.
12447
12448 2005-01-31 Kim F. Storm <storm@cua.dk>
12449
12450 * ses.el (ses-create-cell-variable-range)
12451 (ses-destroy-cell-variable-range, ses-reset-header-string)
12452 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12453 (ses-insert-row): Fix format of apply undo entries.
12454
12455 2005-01-31 Jay Belanger <belanger@truman.edu>
12456
12457 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12458 parts.
12459
12460 * calc/calc-embed.el (calc-embedded-open-formula)
12461 (calc-embedded-close-formula): Ignore matrix environments.
12462
12463 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12464 TeX mode.
12465
12466 * calc/calc-lang.el (math-function-table, math-oper-table)
12467 (math-variable-table): Adjust the LaTeX portions.
12468
12469 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12470 (math-latex-ignore-words): New constant.
12471
12472 2005-01-31 Richard M. Stallman <rms@gnu.org>
12473
12474 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12475 (ispell-local-dictionary): Doc fix.
12476 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12477 Don't reinitialize at run time. Don't defcustom.
12478 All uses changed to append ispell-local-dictionary-alist,
12479 or check it first.
12480 (ispell-current-dictionary): New variable for dictionary in use.
12481 (ispell-dictionary): Now used only for global default.
12482 (ispell-start-process): Set ispell-current-dictionary,
12483 not ispell-dictionary.
12484 (ispell-change-dictionary): Use this only for setting
12485 user preferences.
12486 (ispell-internal-change-dictionary): New function
12487 to change the current dictionary in use.
12488 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12489 Use ispell-current-dictionary.
12490 Handle ispell-local-dictionary-overridden.
12491 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12492
12493 2005-01-31 Jay Belanger <belanger@truman.edu>
12494
12495 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12496
12497 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12498 (calc-mode-map): Add calc-latex-language.
12499
12500 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12501 (math-latex-print-frac): New functions.
12502 (math-oper-table, math-function-table, math-variable-table)
12503 (math-complex-format, math-input-filter): Add latex properties.
12504 (calc-set-language): Set math-expr-special-function-mapping.
12505
12506 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12507 (calc-write-parse-table-part): Add LaTeX support.
12508
12509 * calc/calc.el (calc-language): Adjust docstring.
12510 (calc-set-mode-line): Add LaTeX support.
12511 (math-expr-special-function-mapping): New variable.
12512 (math-tex-ignore-words): Add to list.
12513
12514 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12515 Add LaTeX support.
12516 (math-compose-expr): Add support for special functions.
12517
12518 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12519
12520 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12521
12522 * progmodes/gdb-ui.el (gdb-memory-address)
12523 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12524 (gdb-memory-mode-map, gdb-memory-format-keymap)
12525 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12526 (gdb-memory-unit-menu): New variables for a buffer
12527 that lets the user examine program memory.
12528 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12529 (gdb-memory-format-binary, gdb-memory-format-octal)
12530 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12531 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12532 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12533 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12534 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12535 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12536 (gdb-memory-mode, gdb-memory-buffer-name)
12537 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12538 New functions for above buffer.
12539
12540 2005-01-30 Richard M. Stallman <rms@gnu.org>
12541
12542 * cus-edit.el (custom-bury-buffer): Function deleted.
12543 (custom-buffer-done-function): Option deleted.
12544 (custom-buffer-done-kill): New (replacement option.
12545 (Custom-buffer-done): Call quit-window.
12546 (custom-buffer-create-internal): Update for above changes.
12547
12548 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12549
12550 * simple.el (undo-ask-before-discard): New var.
12551 (undo-outer-limit-truncate): Implement it.
12552 (undo-extra-outer-limit): Doc update.
12553
12554 2005-01-29 Richard M. Stallman <rms@gnu.org>
12555
12556 * ses.el (undo-more): Delete defadvice.
12557 (ses-begin-change): Doc fix.
12558
12559 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12560 instead of rebinding C-x u and C-_.
12561
12562 * files.el (normal-backup-enable-predicate): Return nil for files
12563 in /tmp, regardless of temporary-file-directory.
12564
12565 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12566
12567 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12568 (open-rectangle, delete-whitespace-rectangle-line)
12569 (clear-rectangle-line): If FILL, pass t instead of FILL
12570 for move-to-column's 2nd arg.
12571
12572 * simple.el (undo): Fix the test for continuing a series of undos.
12573 (undo-more): Set pending-undo-list to t when we reach end.
12574 (pending-undo-list): Move up defvar.
12575
12576 * wid-edit.el (widget-button-click):
12577 Shorten the range of the track-mouse binding.
12578
12579 * comint.el (comint-insert-input): Undo previous changes;
12580 use last-input-event in interactive spec.
12581
12582 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12583
12584 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12585 to nil before invoking call-process. Reset buffer's modified flag
12586 after fontifying it in the no-async branch.
12587
12588 * wid-edit.el (widget-specify-button): If mouse pointer shape
12589 cannot be changed, use mouse face instead.
12590
12591 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12592
12593 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12594 (gdb-goto-breakpoint): Make breakpoint handling work on template
12595 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12596 (gdb-assembler-custom): Update to recognize breakpoint information
12597 added on 2005-01-19.
12598
12599 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12600
12601 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12602 (dsssl-mode): Use define-derived-mode.
12603 (scheme-mode-initialize): Remove.
12604 (scheme-mode): Use run-mode-hooks.
12605
12606 * cus-edit.el (customize-group-other-window)
12607 (custom-buffer-create-other-window): Don't override special-display-*.
12608 (custom-mode-map): Make it dense.
12609
12610 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12611 sets the default value.
12612
12613 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12614
12615 * descr-text.el: Add more keywords.
12616
12617 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12618
12619 * speedbar.el: Avoid unnecessary use of locate-library.
12620
12621 * international/mule-cmds.el (standard-display-european-internal):
12622 Don't fiddle with latin-1 non-break space any more since it's now
12623 special cased in the C code.
12624 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12625
12626 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12627
12628 * cus-start.el (all): Add `undo-outer-limit'.
12629
12630 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12631
12632 * textmodes/bibtex.el (bibtex-format-entry):
12633 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12634 field lines.
12635 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12636 not on part of a buffer.
12637
12638 2005-01-25 Lute Kamstra <lute@gnu.org>
12639
12640 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12641 nonempty field text strings like "{letters\\macro{}more letters}".
12642 Clarify docstring.
12643 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12644 (bibtex-entry-offset, bibtex-parse-association)
12645 (bibtex-parse-field-name): Fix typos in docstrings.
12646 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12647
12648 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12649
12650 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12651 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12652 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12653 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12654
12655 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12656 isearch minor mode.
12657
12658 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12659
12660 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12661
12662 2005-01-24 Lute Kamstra <lute@gnu.org>
12663
12664 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12665 CASECHARS and NOT-CASECHARS regular expressions of the
12666 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12667 striding over charsets" error.
12668
12669 2005-01-24 Jay Belanger <belanger@truman.edu>
12670
12671 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12672 display variable name.
12673
12674 2005-01-24 Kenichi Handa <handa@m17n.org>
12675
12676 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12677 Fix setting of the element of encoded-kbd-iso2022-invocations.
12678
12679 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12680
12681 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12682 (gdb-threads-select): Change to also accept mouse events.
12683 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12684 (gdb-threads-mouse-select): Delete.
12685
12686 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12687
12688 * files.el (insert-directory): Take care of empty directory,
12689 listed without -a switch.
12690
12691 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12692
12693 * textmodes/refill.el (refill-post-command-function):
12694 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12695 to the list of functions that we should be careful not to undo.
12696 (refill-late-fill-paragraph-function): Remove.
12697 (refill-saved-state): New var.
12698 (refill-mode): Use it to save fill-paragraph-function.
12699 Save also the value of auto-fill-function.
12700
12701 * term/w32-win.el: Simplify code.
12702
12703 2005-01-23 Kim F. Storm <storm@cua.dk>
12704
12705 * simple.el (line-move): Adapt to new return value from
12706 pos-visible-in-window-p.
12707
12708 * simple.el (line-move): Fix last change. Check partial
12709 visibility at point rather than at window-start.
12710
12711 2005-01-22 Jason Rumney <jasonr@gnu.org>
12712
12713 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12714
12715 2005-01-22 David Kastrup <dak@gnu.org>
12716
12717 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12718
12719 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12720
12721 * type-break.el (type-break-mode): Add a test for
12722 type-break-file-name being non-nil.
12723
12724 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12725
12726 * net/eudc.el (top level): Call (message "") via progn, so that
12727 eudc-options-file is loaded.
12728
12729 2005-01-22 Kim F. Storm <storm@cua.dk>
12730
12731 * simple.el (line-move-1): Rename from line-move.
12732 (line-move): New function that adjusts vscroll for partially
12733 visible rows, and calls line-move-1 otherwise.
12734
12735 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12736
12737 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12738 since it's not a complete read-event implementation
12739
12740 2005-01-20 Jay Belanger <belanger@truman.edu>
12741
12742 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12743 for called function.
12744
12745 2005-01-20 Steven Tamm <steventamm@mac.com>
12746
12747 * term/mac-win.el (process-connection-type): Remove.
12748 Controlled now by s/darwin.h:PTY_ITERATION.
12749
12750 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12751
12752 * window.el (handle-select-window): Don't switch window when we're
12753 in the minibuffer.
12754
12755 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12756
12757 * subr.el (dotimes-with-progress-reporter): New macro.
12758
12759 * ses.el (ses-dotimes-msg): Remove macro.
12760 Use `dotimes-with-progress-reporter' instead.
12761
12762 2005-01-19 Steven Tamm <steventamm@mac.com>
12763
12764 * term/mac-win.el (process-connection-type): Use new
12765 operating-system-release variable to use ptys on Darwin 7 (OS X
12766 10.3) when using carbon build.
12767
12768 2005-01-19 Jay Belanger <belanger@truman.edu>
12769
12770 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12771 flags if the last command was a tab or M-tab.
12772
12773 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12774 in formula editing buffer.
12775
12776 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12777
12778 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12779 breakpoint image symbol in margin.
12780
12781 2005-01-19 Jay Belanger <belanger@truman.edu>
12782
12783 * calc/calc-prog.el (calc-execute-kbd-macro):
12784 Ignore calc-keep-arg-flag.
12785
12786 2005-01-19 Kenichi Handa <handa@m17n.org>
12787
12788 * textmodes/ispell.el (ispell-looking-at): New function.
12789 (ispell-process-line): Use ispell-looking-at to compare the ispell
12790 output and the buffer contents.
12791
12792 2005-01-18 Jay Belanger <belanger@truman.edu>
12793
12794 * calc/calc.el (calc-display-raw): Fix docstring.
12795
12796 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12797
12798 * simple.el (blink-matching-open): Strip extra info from syntax.
12799
12800 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12801 funny chars in the end-of-here-doc marker.
12802
12803 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12804
12805 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12806 that enable/disabled state of breakpoints is shown correctly in
12807 fringe and on ttys.
12808 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12809 Add breakpoint information as text properties.
12810 (gdb-mouse-toggle-breakpoint):
12811 Rename to gdb-mouse-set-clear-breakpoint.
12812 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12813 breakpoints in the margin.
12814 (gdb-remove-strings): Simplify.
12815
12816 2005-01-17 Jay Belanger <belanger@truman.edu>
12817
12818 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12819 erasing buffer.
12820
12821 2005-01-17 Richard M. Stallman <rms@gnu.org>
12822
12823 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12824 for calling grep-compute-defaults.
12825
12826 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12827 if buffer is empty.
12828
12829 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12830
12831 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12832
12833 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12834
12835 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12836 non-preloaded variables.
12837
12838 2005-01-17 Steven Tamm <steventamm@mac.com>
12839
12840 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12841 tex-shell cause to force interactivity when using pipes.
12842
12843 2005-01-17 Kim F. Storm <storm@cua.dk>
12844
12845 * simple.el (just-one-space): Make arg optional.
12846
12847 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12848
12849 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12850 posn-at-x-y to t to access left-margin.
12851
12852 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12853
12854 Sync with Tramp 2.0.47.
12855
12856 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12857 catching keep-date problems in cp/scp operations.
12858 (tramp-handle-copy-file): Don't call `set-file-modes'
12859 unconditionally. Specialized functions should know better what is
12860 necessary. This improves performance a little bit, and the
12861 functions could catch errors with `cp -p' and `scp -p'.
12862 (tramp-do-copy-or-rename-file-via-buffer)
12863 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12864 when appropriate.
12865 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12866 Call `set-file-modes' when appropriate.
12867 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12868 Johnsson <isak@hypergene.com>
12869 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12870 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12871 <joakim@verona.se>
12872 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12873 Emacs only.
12874
12875 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12876 `find-file-hooks' and `dired-mode-hook'.
12877 (tramp-minor-mode-map): Respective map. Add remapping for
12878 `compile' and `recompile'.
12879 (tramp-remap-command, tramp-recompile): New defuns.
12880 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12881 in buffer "*Compilation*". Call the commands asynchronously.
12882
12883 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12884 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12885 `shell-command', because it isn't magic in XEmacs. Reported by
12886 Adrian Aichner <adrian@xemacs.org>.
12887
12888 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12889 `substitute-in-file-name.
12890 (tramp-smb-handle-substitute-in-file-name): New defun.
12891 (tramp-smb-advice-PC-do-completion): Delete advice.
12892
12893 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12894
12895 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12896 Fix error in deleting region.
12897
12898 2005-01-15 Richard M. Stallman <rms@gnu.org>
12899
12900 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12901 In non-temp buffer, switch syntax table temporarily.
12902
12903 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12904
12905 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12906
12907 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12908
12909 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12910 (imenu--generic-function): Use START, not BEG, as pos of definition.
12911
12912 * simple.el (just-one-space): Argument specifies number of spaces.
12913
12914 * simple.el (eval-expression-print-format): Avoid warning
12915 about edebug-active.
12916
12917 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12918
12919 * progmodes/sh-script.el: Code copied from make-mode.el
12920 with small changes,
12921 (sh-mode-map): Bind C-c C-\.
12922 (sh-backslash-column, sh-backslash-align): New variables.
12923 (sh-backslash-region, sh-append-backslash): New functions.
12924
12925 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12926
12927 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12928 (rmail-pop-password, rmail-pop-password-required): Move to
12929 rmail-obsolete group.
12930 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12931 All callers updated.
12932 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12933 Take an argument specifying whether it is POP or IMAP mailbox we
12934 are using. All callers updated.
12935 (rmail-pop-password-error): Rename to
12936 rmail-remote-password-error. Added mailutils-specific error message.
12937 (rmail-movemail-search-path)
12938 (rmail-movemail-variant-in-use): New variables.
12939 (rmail-remote-password, rmail-remote-password-required):
12940 New customization variables.
12941 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12942 (rmail-parse-url): New function.
12943 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12944 with GNU mailutils movemail.
12945
12946 2005-01-15 Kevin Ryde <user42@zip.com.au>
12947
12948 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12949 suffix to space, $ or '$, to correctly position point when going
12950 to @table style constants like DBL_MAX.
12951
12952 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12953
12954 * type-break.el (type-break-mode, type-break-file-time)
12955 (type-break-file-keystroke-count, type-break-choose-file):
12956 Don't store data in or load data from the file if type-break-file-name
12957 is nil.
12958 (type-break-file-name): Doc update as per the above.
12959
12960 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
12961
12962 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
12963 lookup-key might return nil; handle that.
12964
12965 2005-01-15 Alan Mackenzie <acm@muc.de>
12966
12967 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
12968 rather than the element found, thus enabling the tree to be setcar'd.
12969
12970 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12971
12972 * textmodes/org.el (org-show-following-heading): New option.
12973 (org-show-hierarchy-above): Use `org-show-following-heading'.
12974 (org-cycle): Documentation fix.
12975
12976 * textmodes/org.el (orgtbl-optimized): New option
12977 (orgtbl-mode): New command, a minor mode.
12978 (orgtbl-mode-map): New variable.
12979 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
12980 (orgtbl-error, orgtbl-self-insert-command)
12981 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
12982
12983 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
12984 a local variable in each org-mode buffer.
12985
12986 * textmodes/org.el (org-set-regexps-and-options): Rename from
12987 `org-set-regexps'. Added checking for STARTUP keyword.
12988 (org-get-current-options): Add STARTUP options.
12989 (org-table-insert-row): Make mode intelligent about when
12990 realignment is needed.
12991 (org-self-insert-command, org-delete-backward-char, org-delete-char):
12992 New commands.
12993 (org-enable-table-editor): New default value `optimized'.
12994 (org-table-blank-field): Support blanking regions if active.
12995
12996 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
12997
12998 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
12999 if the year is not given.
13000
13001 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
13002 Add new escapes %m and %M, fixed bug with %F by adding
13003 save-match-data.
13004 (reftex-reference): Remove ?. from list of spaces.
13005 (reftex-label-info): Add automatic label prefix recognition.
13006
13007 * textmodes/reftex-index.el (reftex-index-next-phrase):
13008 Add slave parameter to call of `reftex-index-this-phrase'.
13009 (reftex-index-this-phrase): New optional argument.
13010 (reftex-index-region-phrases): Add slave parameter to call of
13011 `reftex-index-this-phrase'.
13012 (reftex-display-index): New argument redo.
13013 (reftex-index-rescan): Add 'redo to arguments of
13014 `reftex-display-index'.
13015 (reftex-index-Rescan, reftex-index-revert)
13016 (reftex-index-switch-index-tag): Add 'redo to arguments of
13017 `reftex-display-index'.
13018 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
13019 indexing. Fix bug with matching is there is a quote before or
13020 after the word.
13021
13022 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
13023 Fix bug when collecting citation keys in lines with comments.
13024 (reftex-citation): Prefix argument no longer rescans the document,
13025 but forces prompting for optional arguments of cite macros.
13026 (reftex-do-citation): Prompting for optional arguments implemented.
13027
13028 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13029 Add optional arguments to most cite commands.
13030 (reftex-cite-cleanup-optional-args): New option
13031 (reftex-cite-prompt-optional-args): New option.
13032 (reftex-trust-label-prefix): New option.
13033
13034 * textmodes/reftex-toc.el (reftex-toc-find-section):
13035 Add push-mark before changing the position in the buffer.
13036
13037 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
13038 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
13039
13040 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
13041
13042 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
13043 more carefully.
13044
13045 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13046
13047 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
13048 (sgml-mode): Use it.
13049 (sgml-get-context): Better keep track of implicitly closed tags.
13050
13051 2005-01-13 Kenichi Handa <handa@m17n.org>
13052
13053 * textmodes/ispell.el: These changes are to fix misalignment error
13054 caused by equivalent characters of different Emacs charsets.
13055 (ispell-unified-chars-table): New variable.
13056 (ispell-get-decoded-string): New function.
13057 (ispell-get-casechars, ispell-get-not-casechars)
13058 (ispell-get-otherchars): Call ispell-get-decoded-string.
13059
13060 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13061
13062 * custom.el (custom-declare-variable): Just put symbol instead
13063 of (defvar . symbol) in `current-load-list'.
13064
13065 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13066
13067 * emacs-lisp/elint.el: Fixed typo in Commentary section.
13068
13069 2005-01-12 Jay Belanger <belanger@truman.edu>
13070
13071 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
13072 to create a Calc summary.
13073
13074 2005-01-12 Kim F. Storm <storm@cua.dk>
13075
13076 * mouse.el (mouse-on-link-p): Change functionality and doc
13077 string to comply with latest description in lisp ref.
13078
13079 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
13080
13081 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
13082 Enable mouse clicks on mode-line, header-line and margin.
13083 (event-type): Give mouse event symbols an 'event-kind property
13084 with value 'mouse-click.
13085
13086 2005-01-12 Juri Linkov <juri@jurta.org>
13087
13088 * facemenu.el (list-colors-display): Add new arg buffer-name.
13089 Use it. Fix docstring. Replace code for identifying duplicate
13090 colors by the name with call to `list-colors-duplicates' which
13091 identifies duplicate colors by the value unless the color
13092 is one of special Windows colors. Set truncate-lines to t.
13093 Print sorted duplicate color names on each line. Indent to 22
13094 \(the longest color name in rgb.txt) instead of 20. Optimize.
13095 (list-colors-duplicates): New function.
13096 (facemenu-color-name-equal): Delete function.
13097
13098 * facemenu.el (list-colors-print): New function created from code
13099 in list-colors-display. Print #RRGGBB at the window right edge.
13100 (list-colors-display): When temp-buffer-show-function is not
13101 defined, call list-colors-print from temp-buffer-show-hook
13102 to get the right value of window-width in list-colors-print
13103 after the buffer is displayed.
13104
13105 * simple.el (pop-mark): Move deactivate-mark out of conditional
13106 part to deactivate the active mark regardless of the state of the
13107 mark ring.
13108
13109 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
13110 variables line in desktop files.
13111
13112 2005-01-12 Juri Linkov <juri@jurta.org>
13113
13114 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
13115 Bring together isearch highlight related options.
13116 (lazy-highlight): Replace group `replace' by `matching'.
13117 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13118 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13119 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
13120 and declare them obsolete.
13121 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
13122 (isearch-faces): Remove defgroup.
13123 (isearch-overlay, isearch-highlight, isearch-dehighlight):
13124 Move isearch highlighting code closer to lazy highlighting code.
13125
13126 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
13127 (query-replace-highlight, query-replace-lazy-highlight)
13128 (query-replace): Move definitions to the beginning of the file.
13129
13130 2005-01-11 Juri Linkov <juri@jurta.org>
13131
13132 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
13133 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
13134 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
13135
13136 * info.el (Info-history-forward): New variable.
13137 (Info-select-node): Reset Info-history-forward to nil.
13138 (Info-last): Turn into defalias.
13139 (Info-history-back): Rename from Info-last.
13140 Add current node to Info-history-forward.
13141 (Info-history-forward): New fun.
13142 (Info-mode-map): Replace Info-last by Info-history-back.
13143 Bind Info-history-forward to "r".
13144 (Info-mode-menu): Replace Info-last by Info-history-back.
13145 Fix menu item text. Add menu item for Info-history-forward.
13146 (info-tool-bar-map): Replace Info-last by Info-history-back.
13147 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
13148 for Info-history-forward.
13149 (Info-mode): Replace Info-last by Info-history-back in docstring.
13150 Add local variable Info-history-forward.
13151 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
13152
13153 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
13154
13155 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
13156 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
13157 Ignore select-window events rather than fiddle with
13158 mouse-autoselect-window.
13159
13160 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
13161
13162 * type-break.el (type-break-mode): Fix previous change.
13163
13164 2005-01-10 Jay Belanger <belanger@truman.edu>
13165
13166 * calc/calc-ext.el (calc-reset): Reset when inside embedded
13167 calculator; only reset when point is inside a calculator.
13168 Don't adjust the window height if the window takes up the whole height
13169 of the frame.
13170
13171 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
13172
13173 * ebuff-menu.el (Electric-buffer-menu-mode):
13174 Preserve value of buffer-local var header-line-format.
13175
13176 2005-01-09 Jay Belanger <belanger@truman.edu>
13177
13178 * calc/calc.el (calc-mode-var-list-restore-saved-values):
13179 Make sure settings file exists before accessing it.
13180
13181 * calc/calc-embed.el (calc-embedded-subst):
13182 Replace math-multi-subst-rec, which is only supposed to be called
13183 by math-multi-subst, by math-multi-subst.
13184
13185 2005-01-09 Andre Spiegel <spiegel@gnu.org>
13186
13187 * vc.el (vc-allow-async-revert): New user option.
13188 (vc-disable-async-diff): New internal variable.
13189 (vc-revert-buffer): Use them to disable asynchronous diff.
13190
13191 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
13192 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
13193 asynchronously if vc-disable-async-diff is t.
13194
13195 2005-01-09 Jay Belanger <belanger@truman.edu>
13196
13197 * calc/calc.el (defcalcmodevar): New macro.
13198 (calc-mode-var-list-restore-default-values)
13199 (calc-mode-var-list-restore-saved-values): New functions.
13200 (calc-mode-var-list): Use defcalcmodevar to define it.
13201 (calc-always-load-extensions, calc-line-numbering)
13202 (calc-line-breaking, calc-display-just, calc-display-origin)
13203 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13204 (calc-group-char, calc-point-char, calc-frac-format)
13205 (calc-prefer-frac, calc-hms-format, calc-date-format)
13206 (calc-float-format, calc-full-float-format, calc-complex-format)
13207 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13208 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13209 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13210 (calc-matrix-brackets, calc-language, calc-language-option)
13211 (calc-left-label, calc-right-label, calc-word-size)
13212 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13213 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13214 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13215 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13216 (calc-window-height, calc-display-trail, calc-show-selections)
13217 (calc-use-selections, calc-assoc-selections)
13218 (calc-display-working-message, calc-auto-why, calc-timing)
13219 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13220 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13221 (calc-gnuplot-default-device, calc-gnuplot-default-output)
13222 (calc-gnuplot-print-device, calc-gnuplot-print-output)
13223 (calc-gnuplot-geometry, calc-graph-default-resolution)
13224 (calc-graph-default-resolution-3d, calc-invocation-macro)
13225 (calc-show-banner): Use defcalcmodevar to declare them and set
13226 their default values.
13227
13228 * calc/calc-ext.el (calc-reset): Restore saved values of variables
13229 instead of default values (but restore default values if there is
13230 an argument of 0).
13231
13232 2005-01-09 David Kastrup <dak@gnu.org>
13233
13234 * desktop.el (desktop-restore-eager): Fix typo in type.
13235
13236 2005-01-08 Richard M. Stallman <rms@gnu.org>
13237
13238 * cus-edit.el (customize): Delete :link.
13239
13240 2005-01-08 Jay Belanger <belanger@truman.edu>
13241
13242 * calc/calc.el (calc-mode): Remove the extension from the
13243 `calc-settings-file' file name when loading it.
13244
13245 2005-01-08 Kim F. Storm <storm@cua.dk>
13246
13247 * info.el (Info-mode-map, Info-next-link-keymap)
13248 (Info-prev-link-keymap, Info-up-link-keymap):
13249 Map follow-link to mouse-face.
13250 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13251
13252 2005-01-08 Jay Belanger <belanger@truman.edu>
13253
13254 * calc/calc.el (calc-settings-file): Change default value.
13255 Suggested by cgw in a comment in calc-mode.el.
13256
13257 * calc/calc-mode.el (calc-settings-file-name):
13258 Compare calc-settings-file to user-init-file instead of ~/.emacs.
13259 Replace ~/.emacs in a prompt by calc-settings-file.
13260
13261 2005-01-07 Lars Hansen <larsh@math.ku.dk>
13262
13263 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13264 (desktop-lazy-idle-delay): New customizable variables.
13265 (desktop-buffer-args-list): New variable.
13266 (desktop-append-buffer-args): New function.
13267 (desktop-save): Call desktop-append-buffer-args for some buffers.
13268 (desktop-lazy-create-buffer): New function.
13269 (desktop-idle-create-buffers): New function.
13270 (desktop-read): Add message about buffers to restore lazily.
13271 (desktop-lazy-abort): New command.
13272 (desktop-clear): Call desktop-lazy-abort.
13273 (desktop-lazy-complete): New command.
13274
13275 2005-01-06 Richard M. Stallman <rms@gnu.org>
13276
13277 * emacs-lisp/find-func.el (find-face-definition):
13278 Rename from find-face.
13279
13280 2005-01-06 Kim F. Storm <storm@cua.dk>
13281
13282 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13283
13284 * man.el (Man-xref-man-page, Man-xref-header-file)
13285 (Man-xref-normal-file): Add follow-link property.
13286
13287 2005-01-06 Jay Belanger <belanger@truman.edu>
13288
13289 * calc/calc-units.el: Make sure the proper macro definitions are
13290 available when compiling.
13291
13292 2005-01-06 Juri Linkov <juri@jurta.org>
13293
13294 * isearch.el (isearch-lazy-highlight-update):
13295 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
13296
13297 2005-01-06 Miles Bader <miles@gnu.org>
13298
13299 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
13300 (isearch-lazy-highlight-face): Use new name.
13301
13302 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13303
13304 * uniquify.el (uniquify-rationalize-file-buffer-names):
13305 Re-add an interactive spec.
13306 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13307 to the same name.
13308
13309 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13310 (isearch-update, isearch-done): Adjust calls accordingly.
13311
13312 2005-01-05 Richard M. Stallman <rms@gnu.org>
13313
13314 * custom.el (custom-set-variables, custom-theme-set-variables):
13315 Clarify documentation.
13316
13317 * emacs-lisp/find-func.el (find-variable)
13318 (find-variable-other-window, find-variable-other-frame):
13319 Fix the TYPE args to find-function-read and find-function-do-it.
13320 (find-function): Doc fix.
13321 (find-function-at-point): Replace function-at-point alias.
13322
13323 2005-01-04 Richard M. Stallman <rms@gnu.org>
13324
13325 * cus-face.el (custom-declare-face):
13326 Record defface in current-load-list.
13327
13328 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13329
13330 * emacs-lisp/find-func.el: Doc fixes.
13331 (find-face-regexp): New variable.
13332 (find-function-regexp-alist): New variable.
13333 (find-function-C-source): Third arg is now TYPE.
13334 (find-function-search-for-symbol): Handle general TYPE.
13335 (find-function-read, find-function-do-it): Handle general TYPE.
13336 (find-definition-noselect, find-face): New functions.
13337 (function-at-point): Alias deleted.
13338
13339 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13340
13341 * battery.el (display-battery-mode): Rename from display-battery.
13342 Handle the case where it gets turned off.
13343
13344 2005-01-04 Richard M. Stallman <rms@gnu.org>
13345
13346 * cus-edit.el (customize): Make :link point to user doc.
13347
13348 * man.el (Man-fontify-manpage): Turn off undo generation.
13349
13350 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13351
13352 2005-01-04 Andreas Schwab <schwab@suse.de>
13353
13354 * files.el (insert-directory): Only look for error lines in
13355 inserted text. Don't move too far after processing --dired markers.
13356
13357 2005-01-04 Richard M. Stallman <rms@gnu.org>
13358
13359 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13360 Don't expand if the character is @, period, dash, etc.
13361 (define-mail-abbrev): Quote names that contain problem characters.
13362
13363 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13364
13365 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13366
13367 2005-01-03 Richard M. Stallman <rms@gnu.org>
13368
13369 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13370 (query-replace-highlight, query-replace-lazy-highlight)
13371 (query-replace): Definitions moved up. Doc fix.
13372
13373 2005-01-03 Richard M. Stallman <rms@gnu.org>
13374
13375 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13376 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13377 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13378 (lazy-highlight-face): Rename from isearch-lazy-...
13379 Change all references to them.
13380
13381 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13382
13383 * cus-edit.el (custom-file): Doc fix for defcustom.
13384 (custom-file): The function no longer sets the variable
13385 `custom-file' to its return value.
13386
13387 * startup.el (command-line): No longer load `custom-file'.
13388
13389 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13390
13391 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13392
13393 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13394 Don't confuse module-prefixed identifiers for labels.
13395 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13396
13397 2005-01-02 Richard M. Stallman <rms@gnu.org>
13398
13399 * files.el (basic-save-buffer-1): Fix previous change.
13400
13401 * loadhist.el (file-loadhist-lookup): New function.
13402 (file-provides, file-requires): Use it.
13403
13404 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13405 instead of calculating the right size.
13406
13407 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13408
13409 * vc-svn.el (vc-svn-diff): Stay local if possible.
13410
13411 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13412
13413 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13414
13415 * files.el (hack-local-variables): Fix last change.
13416
13417 2005-01-02 Jay Belanger <belanger@truman.edu>
13418
13419 * calc/calc-yank.el (calc-edit-top): New variable.
13420 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13421 object. Change header properties.
13422 (calc-edit-finish, calc-edit-finish-stack-object)
13423 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13424 edited object.
13425 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13426 for the beginning of the edited object.
13427 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13428 for the beginning of the edited object.
13429 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13430 (calc-finish-formula-edit, calc-macro-repeats)
13431 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13432 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13433 beginning of the edited object.
13434 (calc-user-define-edit): Change the header for editing macros.
13435 Remove unnecessary variable.
13436
13437 2005-01-01 Jay Belanger <belanger@truman.edu>
13438
13439 * calc/calc-yank.el (calc-edit-mode): Change default header.
13440 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13441 * calc/calc-store.el (calc-edit-variable): Change title to match new
13442 header.
13443 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13444 mode to match new header.
13445 (calc-user-define-edit): Change titles to include names of commands.
13446 (calc-finish-formula-edit): Adjust to handle new header.
13447 (calc-finish-macro-edit): Remove.
13448 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13449 (calc-edit-macro-command, calc-edit-macro-command-type)
13450 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13451 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13452 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13453 (calc-edit-macro-finish-edit): New functions.
13454 (calc-user-define-edit): Use new functions to edit named calc macros.
13455
13456 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13457
13458 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13459
13460 * ses.el (copy-region-as-kill): Deactivate mark.
13461
13462 2005-01-01 Richard M. Stallman <rms@gnu.org>
13463
13464 * replace.el (occur-1): If the output buffer is also an input,
13465 don't kill it, rename it.
13466
13467 * faces.el (set-face-background, set-face-foreground): Doc fix.
13468
13469 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13470 for :foreground and :background.
13471
13472 * dired.el (dired-view-command-alist): Variable deleted.
13473 (dired-view-file, dired-mouse-find-file-other-window):
13474 Delete the code to use it.
13475
13476 2005-01-01 Kim F. Storm <storm@cua.dk>
13477
13478 * image.el (insert-sliced-image): Use t for line-height property.
13479
13480 See ChangeLog.11 for earlier changes.
13481
13482 ;; Local Variables:
13483 ;; coding: iso-2022-7bit
13484 ;; End:
13485
13486 Copyright (C) 2005 Free Software Foundation, Inc.
13487 Copying and distribution of this file, with or without modification,
13488 are permitted provided the copyright notice and this notice are preserved.
13489
13490 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1