]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Now part of GNU Emacs. Update FSF's address.
[gnu-emacs] / lisp / ChangeLog
1 2005-10-21 Romain Francoise <romain@orebokech.com>
2
3 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
4
5 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
8 and $? into sexps.
9
10 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
11 warning face on open-paren-in-column-0.
12
13 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
14 boundary case. Fix typo.
15 Suggested by Martin Rudalics <rudalics@gmx.at>.
16
17 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
18
19 * textmodes/org.el: (org-combined-agenda-icalendar-file)
20 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
21 (org-export-icalendar-this-file)
22 (org-export-icalendar-all-agenda-files)
23 (org-export-icalendar-combine-agenda-files): New commands.
24 (org-export-icalendar, org-print-icalendar-entries)
25 (org-start-icalendar-file, org-finish-icalendar-file)
26 (org-ical-ts-to-string): New functions.
27 (org-read-date, org-goto-calendar)
28 (org-agenda-goto-calendar): Inhibit displaying diary entries by
29 call to `calendar'.
30 (orgtbl-setup): Remove the :keys arguments from the menu description.
31 (org-after-save-iCalendar-file-hook): New variable.
32
33 2005-10-21 Kenichi Handa <handa@m17n.org>
34
35 * language/vietnamese.el (tcvn-5712): Make it an alias of
36 vietnamese-tcvn coding-system.
37
38 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
39
40 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
41 group id is given.
42
43 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
44
45 * progmodes/sh-script.el (sh-escaped-line-re): New var.
46 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
47 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
48 whose line is either continued or ends with a comment.
49
50 2005-10-20 Romain Francoise <romain@orebokech.com>
51
52 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
53
54 * replace.el (occur-engine): Add follow-link property.
55
56 * font-core.el (font-lock-mode): Doc fix.
57
58 2005-10-20 Richard M. Stallman <rms@gnu.org>
59
60 * net/rcirc.el: New file.
61
62 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
63
64 * term.el (term-term-name): Initialize to "eterm-color".
65
66 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
67
68 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
69 for encryption functionality.
70 Move allout customization subgroup from `editing' to `outlines' group.
71 Fix commentary 'keywords' to legitimate ones.
72 Update author info (using my current email address, obscurified).
73 (allout-encrypt-string, allout-encryption-produce-work-buffer)
74 (allout-encrypted-topic-p, allout-encrypted-text-type)
75 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
76 (allout-situate-encryption-key-verifier)
77 (allout-get-encryption-key-verifier, allout-verify-key)
78 (allout-next-topic-pending-encryption)
79 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
80 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
81 (outline-key-verifier-handling, outline-key-hint-handling)
82 (outline-encrypt-unencrypted-on-saves): New defcustoms.
83 (allout-file-key-verifier-string, allout-encryption-scheme)
84 (allout-key-verifier-string, allout-key-hint-string)
85 (allout-after-save-decrypt): New variables.
86 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
87 (allout-after-saves-handler): New hook functions.
88 (allout-post-command-business): Do allout-after-save-decrypt.
89 (allout-enable-file-variable-adjustment): Custom var to enable
90 mechanism for adding and adjusting settings of Emacs file variables.
91 (allout-adjust-file-variable, allout-file-vars-section-data):
92 New functions, implement the mechanism.
93 (outlineify-sticky): Use the file vars mechanism.
94 (allout-inhibit-protection, allout-during-write-cue)
95 (allout-override-protect, allout-before-change-protect): Remove.
96 (allout-flag-region, allout-open-topic): Adjust read-only text.
97 (allout-open-line-not-read-only): Add to facilitate read-only
98 text based protection.
99 (allout-kill-line): Revise to adjust read-only text, clue the
100 user about the inhibition.
101 (allout-unprotected): Use unwind-protect.
102 (allout-shift-in, allout-shift-out): Disallow manually shifting a
103 topic deeper than the offspring depth of the previous topic -
104 avoiding confusing "containment discontinuities".
105 (allout-reindent-bodies): Fix retention of body relative hanging
106 indent during promotion of collapsed bodies.
107 (allout-open-topic): Make it easy to open new topic with same
108 bullet as current topic - topic creation functions provided with
109 any universal argument provokes now prompt for bullet, defaulting
110 to the bullet of the previous topic.
111 (allout-plain-bullets-string, allout-distinctive-bullets-string):
112 Plain bullet alternates '.' period and ',' comma only. All other
113 bullets are relegated to special status (but customizable).
114 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
115 since it actually operates w.r.t. most immediately containing
116 entry, visible or not.
117 (allout-hide-current-entry, allout-show-current-entry): Use the
118 revised version.
119 (allout-old-expose-topic): Solidify deprecation.
120 (allout-end-of-subtree): Add so we can span concealed as well
121 as visible topics.
122 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
123 (allout-end-of-current-heading): Tweak to just respect the first line.
124 (allout-get-body-text): Add.
125 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
126 when invoked interactively.
127 (allout-up-current-level): Use `interactive-p'.
128 (allout-mode, allout-init): Miscellaneous docstring and
129 operational refinements, as well as hookups of new encryption stuff.
130 (allout-beginning-of-current-entry): Now works as advertised.
131 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
132 (allout-isearch-rectification): Refine condition for isearching.
133 (allout-isearch-abort, allout-enwrap-isearch)
134 (allout-flag-region, my-region-active-p): Relocate some macros.
135 (allout-title): Fallback title is '(buffer-name)', not
136 non-existing '(current-buffer-name)'.
137 (subst-char-in-string): Define if absent (for some XEmacs versions).
138
139 2005-10-20 Jari Aalto <jari.aalto@cante.net>
140
141 * mail/sendmail.el (mail-setup-hook, mail-aliases)
142 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
143 (mail-citation-prefix-regexp, mail-signature-file)
144 (mail-default-headers, mail-bury-selects-summary)
145 (mail-send-nonascii): Add autoload cookies.
146
147 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
148
149 * frame.el (blink-cursor-mode): Add `mac' to the list of
150 window-system's that support blinking cursor.
151
152 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
153
154 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
155
156 2005-10-20 Eli Zaretskii <eliz@gnu.org>
157
158 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
159 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
160 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
161
162 2005-10-20 Kim F. Storm <storm@cua.dk>
163
164 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
165 (ido-set-current-directory): Don't add / after final @.
166 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
167 Explicitly handle ange-ftp completion oddities.
168 (ido-make-file-list): Don't rotate list at tramp root to avoid
169 triggering tramp file handler for expand-file-name via get-file-buffer.
170
171 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
172
173 * simple.el (eval-expression-print-format): Put the char-string
174 inside the parenthesis, like the other alternative notations.
175 (kill-new): Use push.
176 (copy-to-buffer): Use with-current-buffer.
177 (completion-setup-function): Simplify.
178 (minibuffer-local-must-match-map): Don't add redundant bindings which
179 are already present in its parent (minibuffer-local-completion-map).
180
181 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
182
183 2005-10-19 Jay Belanger <belanger@truman.edu>
184
185 * calc/calc-units.el (math-standard-units): Add units, adjust
186 symbols and update values.
187 (math-unit-prefixes): Add more prefixes.
188
189 2005-10-19 Romain Francoise <romain@orebokech.com>
190
191 * bookmark.el (bookmark-menu-heading): New face.
192 (bookmark-bmenu-list): Use it.
193 Don't fiddle with `baud-rate' at top-level.
194
195 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
196
197 * image.el (create-image, find-image): Mention max-image-size in
198 docstring.
199
200 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 * savehist.el (savehist-load): Revert to checking XEmacs.
203
204 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
205 Various docstring and line-width fixups.
206 (conf-mode): Use cond.
207 Set font-lock-defaults. Don't set comment-use-syntax.
208
209 2005-10-18 David Ponce <david@dponce.com>
210
211 * tree-widget.el (tree-widget-button-click): New function.
212 (tree-widget-button-keymap): Use it.
213
214 2005-10-18 Romain Francoise <romain@orebokech.com>
215
216 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
217 (bookmark-bmenu-hide-filenames): Add follow-link property.
218 Improve help-echo text.
219
220 * ffap.el (find-file-at-point): Doc fix.
221
222 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
223
224 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
225
226 2005-10-18 Masatake YAMATO <jet@gyve.org>
227
228 Install to the CVS repository what I forgot to install in my
229 2005-10-16 changes.
230
231 * progmodes/python.el (python-complete-symbol): Pass the common
232 prefix substring of completion to `display-completion-list'.
233
234 * textmodes/org.el (org-complete): Ditto.
235
236 2005-10-18 Masatake YAMATO <jet@gyve.org>
237
238 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
239
240 * woman.el (WoMan-xref-man-page): New button type derived
241 from `Man-abstract-xref-man-page'.
242 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
243
244 * man.el (Man-abstract-xref-man-page): New button type.
245 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
246 (Man-highlight-references): Add new optional argument `xref-man-type'.
247
248 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
249
250 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
251
252 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
253
254 * cus-edit.el (Custom-move-and-invoke): Delete.
255 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
256
257 * wid-edit.el (widget-move-and-invoke): New function, from
258 Custom-move-and-invoke.
259
260 2005-10-17 Bill Wohler <wohler@newt.com>
261
262 Move all remaining images from lisp/toolbar to etc/images, move
263 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
264 the low resolution images in their own directory (low-color).
265
266 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
267 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
268 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
269 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
270 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
271 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
272 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
273
274 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
275 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
276 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
277 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
278 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
279 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
280 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
281 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
282 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
283 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
284 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
285 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
286 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
287 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
288 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
289
290 To conform with convention, replace the underscore (_) in the
291 following image names with dash (-) or (/) as appropriate.
292
293 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
294 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
295 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
296 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
297 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
298 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
299 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
300 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
301 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
302 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
303 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
304 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
305 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
306 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
307 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
308
309 * info.el (info-tool-bar-map): Replace underscores in image names
310 with dashes.
311
312 * makefile.w32-in (WINS): Remove toolbar.
313
314 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
315
316 * tool-bar.el: Move to lisp from toolbar. Now that
317 toolbar is empty, it should be deleted when folks run "cvs up -P".
318
319 2005-10-18 Jay Belanger <belanger@truman.edu>
320
321 * calc/calc-store.el (calc-store-into): Get the proper variable name
322 to display in message.
323
324 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
325
326 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
327 expressions display in speedbar for all buffers when debugging.
328 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
329
330 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
331 (speedbar-insert-button, speedbar-make-button):
332 Use add-text-properties.
333 (speedbar-update-localized-contents)
334 (speedbar-update-directory-contents)
335 (speedbar-update-special-contents): Use dolist.
336 (speedbar-buffer-easymenu-definition): Add a menu separator.
337
338 2005-10-17 Jason Rumney <jasonr@gnu.org>
339
340 * makefile.w32-in: Use $(lisp) consistently.
341 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
342 for shell specific generation of mh-autoloads.
343
344 2005-10-17 Richard M. Stallman <rms@gnu.org>
345
346 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
347
348 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
349
350 * jit-lock.el (jit-lock-fontify-now):
351 Move jit-lock-context-unfontify-pos to avoid wasted work.
352
353 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
354
355 * net/tramp.el (tramp-completion-mode): New defvar. Used in
356 `tramp-completion-mode' for checking if we are in completion mode.
357 (tramp-completion-handle-file-name-all-completions): Reorder code
358 in order to complete for file names only in case there are no
359 method/user/host completions. This is necessary for cooperation
360 with ido. Reported by Kim F. Storm <storm@cua.dk>.
361
362 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
363
364 * longlines.el (longlines-search-forward)
365 (longlines-search-backward): Match any number of spaces.
366
367 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
368
369 * diff-mode.el (diff-mode): Doc fix.
370
371 2005-10-16 David Reitter <david.reitter@gmail.com>
372
373 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
374 as default on darwin and windows systems.
375
376 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
377
378 * arc-mode.el (archive-zip-extract): Doc fix.
379
380 2005-10-16 Romain Francoise <romain@orebokech.com>
381
382 * mouse.el (mouse-1-click-follows-link): Doc fix.
383
384 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
385
386 * savehist.el: Don't require CL at runtime.
387 (savehist-xemacs): Remove.
388 (savehist-coding-system): Use utf-8 if present, regardless of religion.
389 (savehist-no-conversion): Use (featurep 'xemacs).
390 (savehist-load): Check existence of start-itimer rather than XEmacs.
391 Use an idle timer.
392 (savehist-process-for-saving): Replace use of CL funs `subseq' and
393 `delete-if-not'.
394
395 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
396
397 * savehist.el: Newer version.
398 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
399 (savehist-last-checksum, savehist-no-conversion): New vars.
400 (savehist-autosave, savehist-process-for-saving, savehist-printable):
401 New functions.
402 (savehist-load, savehist-save): Use them.
403 (savehist-delimit): Remove.
404
405 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
406
407 * progmodes/compile.el (compilation-goto-locus): Display the
408 compilation buffer first and the source buffer second, in case they're
409 in overlapping frames. Don't raise the compilation frame if it was the
410 selected window upon entry. Pass the `other-window' arg to
411 pop-to-buffer.
412
413 * info.el (Info-fontify-node): Use dolist.
414 Change add-text-properties to put-text-property.
415
416 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
417
418 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
419 bound of search.
420
421 2005-10-16 Masatake YAMATO <jet@gyve.org>
422
423 * dabbrev.el (dabbrev-completion): Pass the common
424 prefix substring of completion to `display-completion-list'.
425
426 * filecache.el (file-cache-minibuffer-complete)
427 (file-cache-complete): Ditto.
428
429 * tempo.el (tempo-display-completions): Ditto.
430
431 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
432
433 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
434
435 * eshell/em-hist.el (eshell-list-history): Ditto.
436
437 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
438
439 * mail/mailalias.el (mail-complete): Ditto.
440
441 * progmodes/etags.el (complete-tag): Ditto.
442
443 * progmodes/make-mode.el (makefile-complete): Ditto.
444
445 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
446
447 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
448
449 * progmodes/pascal.el (pascal-complete-word)
450 (pascal-show-completions): Ditto.
451
452 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
453
454 * simple.el (completion-common-substring): New variable.
455 (completion-setup-function): Use `completion-common-substring'
456 to put faces.
457
458 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
459
460 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
461 (x-get-selection, mac-select-convert-to-string): Convert from/to
462 UTF-16 clipboard data as in native byte order, no BOM.
463
464 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
465
466 * progmodes/gud.el (gud-tool-bar-map): Rename the images
467 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
468 (gud-sentinel): Use speedbar-frame to check for speedbar.
469
470 2005-10-15 Richard M. Stallman <rms@gnu.org>
471
472 * savehist.el: New file.
473
474 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
475
476 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
477 Fix bug in \bf fontification.
478
479 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
480
481 * pcvs.el (cvs-edit-log-files): New var.
482 (cvs-mode-edit-log): New arg `file'.
483 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
484 Instead force the use of the original file and nothing else.
485 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
486 the cvs-minor-wrap-function is set.
487 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
488
489 2005-10-14 Bill Wohler <wohler@newt.com>
490
491 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
492 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
493 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
494 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
495 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
496 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
497 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
498 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
499 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
500 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
501 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
502 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
503 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
504 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
505 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
506
507 * progmodes/gud.el (gud-tool-bar-map): Rename the images
508 appropriately (for example, gud-break to gud/break).
509
510 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
511
512 * longlines.el (longlinges-search-function)
513 (longlines-search-forward, longlines-search-backward): New functions.
514 (longlines-mode): Set isearch-search-fun-function to
515 longlinges-search-function.
516
517 * mouse.el (mouse-drag-region-1): Handle the case where a
518 double-click event is bound to an arbitrary function.
519
520 2005-10-14 David Ponce <david@dponce.com>
521
522 * recentf.el (recentf-track-opened-file)
523 (recentf-track-closed-file, recentf-update-menu)
524 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
525 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
526 mouse-1-click-follows-link.
527
528 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
529
530 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
531 Gnome file-manager.png. Suggested by
532 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
533
534 * toolbar/README: Add diropen.xpm.
535
536 2005-10-13 Bill Wohler <wohler@newt.com>
537
538 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
539 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
540
541 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
542
543 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
544 Don't waste the byte-compiler's time on constant data.
545
546 2005-10-13 Kenichi Handa <handa@m17n.org>
547
548 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
549 byte with `escape-glyph' face.
550
551 * international/fontset.el (ccl-encode-unicode-font):
552 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
553 Handle the case that ucs-mule-to-mule-unicode translates a character to
554 ASCII (usually for IPA characters).
555
556 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
557
558 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
559 Don't hide the underline of titles if font-lock-mode is disabled.
560
561 2005-10-12 Bill Wohler <wohler@newt.com>
562
563 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
564 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
565 files in MH-E-SRC have been updated.
566 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
567
568 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
569
570 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
571 (mixal-mode-syntax-table): Add \n as end-comment.
572 (mixal-operation-codes-alist): Immediately initialize to full value.
573 (mixal-add-operation-code): Remove.
574 (mixal-describe-operation-code): Make the arg non-optional.
575 Use the interactive spec instead.
576 Use mixal-operation-codes-alist rather than mixal-operation-codes.
577 (mixal-font-lock-keywords): Don't highlight comments here any more.
578 (mixal-font-lock-syntactic-keywords): New var.
579 (mixal-mode): Use it. Fix comment-start-skip.
580
581 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
582
583 * startup.el (command-line-x-option-alist): -nb => -nbi
584
585 2005-10-12 Kim F. Storm <storm@cua.dk>
586
587 * startup.el (fancy-splash-default-action): Discard mouse click in
588 the spash screen window, as it has no sensible meaning in the
589 next window to be selected. Fixes error reported by Jan D.
590
591 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
592
593 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
594
595 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
596
597 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
598 Try to fix up minor layout issues like indentation, line break, etc...
599 (mixal-mode-syntax-table): Don't try to specify comment syntax,
600 because it doesn't work.
601 (mixal-operation-codes): Add some more codes.
602 (mixal-font-lock-keywords): Process comments here.
603 (mixal-mode): mixasm no longer needs -g option.
604
605 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
606
607 * progmodes/sh-script.el (sh-tmp-file):
608 Use mktemp -t. Finish support for es and rc shells.
609
610 2005-10-11 Jay Belanger <belanger@truman.edu>
611
612 * calc/calcalg2.el (calc-integral): With an argument, compute the
613 definite integral.
614
615 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
616
617 * mouse.el (mouse-drag-region-1): Don't try to catch a
618 double-click when doing follow-link (it's overridden anyway).
619
620 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
621
622 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
623 (autoload-print-form-outbuf): Add docstring.
624
625 2005-10-11 Juri Linkov <juri@jurta.org>
626
627 * info.el (Info-mode-menu): Delete menu item "Edit".
628 (Info-mode): Delete description of Info-edit from docstring,
629 and rearrange descriptions of Info commands in the order
630 they are documented in the Info manual.
631
632 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
633
634 * calendar/appt.el (appt-check): Use diary-selective-display var.
635
636 2005-10-10 Richard M. Stallman <rms@gnu.org>
637
638 * net/newsticker.el (newsticker-start, newsticker-show-news):
639 Add autoload cookies.
640
641 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
642
643 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
644
645 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
646
647 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
648
649 2005-10-10 Jay Belanger <belanger@truman.edu>
650
651 * calc/calc-arith.el (math-check-known-scalarp)
652 (math-check-known-matrixp): Check the values of arguments that are
653 variables.
654 (math-check-known-square-matrixp): New function.
655 (math-known-square-matrixp): Use math-check-known-square-matrixp.
656 (math-super-types): Add sqmatrix type.
657
658 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
659 mode name `square' to 'sqmatrix'.
660
661 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
662 mode name `square' to 'sqmatrix'.
663
664 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 * progmodes/etags.el (select-tags-table-mode): Don't use
667 selective-display.
668 (tags-select-tags-table): Pass `button' to the action function.
669 (select-tags-table): Place the side-info on button properties rather
670 than in hidden text. Abbreviate file names.
671 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
672 (select-tags-table-select): Add `button' argument.
673 Get side-info from the button property rather than from hidden text.
674
675 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
676
677 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
678 (gud-speedbar-buttons): Preserve point if possible.
679 (gud-sentinel): Restore previous speedbar display type.
680
681 * progmodes/gdb-ui.el (gdba): Improve diagram.
682 (def-gdb-auto-update-handler, gdb-info-locals-handler)
683 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
684 Call get-buffer-window once.
685
686 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
687
688 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
689 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
690 (pascal-indent-command): Remove unused var `ind'.
691 (pascal-indent-case): Remove unused var `oldpos'.
692 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
693 since it's now used as a proper minor mode map.
694 (pascal-outline): Rename to pascal-outline-mode.
695 (pascal-outline-mode): Use define-minor-mode.
696 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
697 selective-display.
698
699 2005-10-10 Andreas Schwab <schwab@suse.de>
700
701 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
702 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
703
704 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
705 outside source directory.
706
707 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
708
709 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
710 C-x' as a prefix.
711 (orgtbl-mode-map): Full keymap instead of sparse, because all
712 `self-insert-command' keys are redefined in this map.
713 (org-export-as-html): Specify charset for HTML file, by taking it
714 from the coding system.
715
716 2005-10-10 Kenichi Handa <handa@m17n.org>
717
718 * textmodes/flyspell.el (flyspell-check-word-p):
719 If unread-command-events is non-empty, don't call sit-for.
720
721 2005-10-09 Richard M. Stallman <rms@gnu.org>
722
723 * font-lock.el (font-lock-syntactic-keywords)
724 (font-lock-keywords): Doc fixes.
725
726 * textmodes/flyspell.el (flyspell-external-point-words):
727 Simplify logic, and don't try to check for consecutive appearances
728 of one incorrect word.
729
730 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
731
732 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
733 separator.
734
735 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
736 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
737 (gud-expansion-speedbar-buttons): New function.
738 (gud-speedbar-buttons): Check for gud-comint-buffer.
739
740 2005-10-09 Bill Wohler <wohler@newt.com>
741
742 * Makefile.in (updates): Add mh-loaddefs dependency.
743
744 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
745
746 * speedbar.el (speedbar-file-key-map): Fix typo.
747
748 2005-10-09 Daniel Brockman <daniel@brockman.se>
749
750 * cus-start.el (line-spacing): Add custom spec.
751
752 2005-10-09 Romain Francoise <romain@orebokech.com>
753
754 * textmodes/ispell.el (ispell-check-version): Fix last change.
755
756 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
757
758 * term/x-win.el: Remove -i, --icon-type from comment.
759
760 * startup.el (command-line-x-option-alist): Remove options -i,
761 -itype, --icon-type, added -nb, --no-bitmap-icon
762
763 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
764
765 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
766 instead of :active.
767
768 2005-10-08 Eric Hanchrow <offby1@blarg.net>
769
770 * textmodes/ispell.el (ispell-check-version):
771 Ignore hyphen, and all that follows, in aspell's version text.
772
773 2005-10-08 Jay Belanger <belanger@truman.edu>
774
775 * calc/calc-arith.el (math-known-square-matrixp): New function.
776 (math-pow-fancy): Check for matrices before distributing exponent
777 across products.
778
779 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
780 fullscreen keypad. Suggested by Luc Teirlinck.
781 (calc-keypad-show-input): Add space for formatting.
782
783 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
784 Add square matrix option.
785
786 * calc/calc-poly.el (math-expand-term): Check for matrices instead
787 of checking calc-matrix-mode when deciding how to expand.
788
789 * calc/calc.el (calc-set-mode-line): Add square matrix option.
790
791 2005-10-08 Lars Hansen <larsh@soem.dk>
792
793 * net/tramp.el (tramp-perl-directory-files-and-attributes):
794 Add error handling.
795 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
796
797 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
798
799 Sync with Tramp 2.0.51.
800
801 * net/tramp.el (tramp-handle-set-visited-file-modtime)
802 (tramp-handle-insert-file-contents, tramp-handle-write-region):
803 Insert special handling for `last-coding-system-used', again
804 it still seems to be necessary (unlike stated before).
805 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
806 (tramp-password-prompt-regexp): There might be other words before
807 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
808 (tramp-chunksize): Improve docstring.
809 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
810 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
811 Christian Joergensen <bugs@razor.dk>.
812
813 2005-10-07 Glenn Morris <rgm@gnu.org>
814
815 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
816 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
817 precision'.
818
819 2005-10-07 Romain Francoise <romain@orebokech.com>
820
821 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
822 (ibuffer-do-shell-command-pipe-replace)
823 (ibuffer-do-shell-command-file, ibuffer-do-eval)
824 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
825 (ibuffer-do-revert, ibuffer-do-replace-regexp)
826 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
827 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
828 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
829 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
830 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
831 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
832 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
833 Autoload file sans suffix.
834
835 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
836
837 2005-10-07 David Ponce <david@dponce.com>
838
839 * recentf.el (recentf-menu-open-all-flag): New option.
840 (recentf-digit-shortcut-command-name): New function.
841 (recentf--shortcuts-keymap): New variable.
842 (recentf-menu-shortcuts): New variable.
843 (recentf-make-menu-items): Initialize it. Replace the "More..."
844 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
845 (recentf-menu-value-shortcut): New function.
846 (recentf-make-menu-item): Use it. No more in-lined.
847 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
848 (recentf-open-most-recent-file): Rename from
849 `recentf-open-file-with-key'. Don't depend on key binding.
850 (recentf-mode-map): New variable.
851 (recentf-mode): Use it.
852
853 2005-10-06 Bill Wohler <wohler@newt.com>
854
855 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
856
857 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
858 (MH-E-SRC): New. Used by mh-autoloads.
859 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
860 files in MH-E-SRC have been updated.
861 (compile, recompile, bootstrap): Depend on mh-autoloads.
862
863 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
864
865 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
866 gud-break and gud-remove icons when the fringe is not available.
867
868 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
869 Typo.
870
871 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
872
873 * play/zone.el (zone): Wrap body with save-window-excursion.
874
875 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
876
877 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
878 Use the new `list-only' arg to diary-list-entries.
879
880 * calendar/diary-lib.el: Use overlays rather than selective-display.
881 (diary-selective-display): New var.
882 (diary-header-line-format): Use it.
883 (diary-list-entries): Add argument `list-only'.
884 Put the buffer in diary-mode. Don't add \^M at beg and end.
885 Replace \^M by invisible overlays.
886 (diary-unhide-everything): Replace \^M by invisible overlays.
887 (print-diary-entries): Look for overlays rather than \^M.
888 Add a space to the temp buffer name.
889 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
890 Put the buffer in diary-mode.
891 (list-sexp-diary-entries): Replace \^M by invisible overlays.
892 (diary-anniversary): Make the year arg optional.
893 (diary-time-regexp): New const.
894 (diary-font-lock-keywords): Use it to accept a few more time formats.
895
896 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
897
898 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
899
900 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
901 Fix bug introduced 2005-07-03: Use (car (last ...))
902 to faithfully reproduce replaced artist-last.
903 (artist-set-arrow-points-for-poly): Likewise.
904 Suggested by Johan Bockg\e,Ae\e(Brd.
905
906 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
907
908 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
909 * wid-edit.el (widget):
910 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
911 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
912
913 2005-10-06 Kenichi Handa <handa@m17n.org>
914
915 * international/mule-cmds.el (set-language-environment):
916 Fix setting up of case-table for unibyte mode.
917
918 * simple.el (what-cursor-position): If the character is displayed
919 by some `display' text property, show that. Don't use
920 single-key-description for eight-bit characters in multibyte mode.
921
922 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
923
924 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
925 (gdb-ann3): Set it.
926 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
927 (gdb-info-frames-custom): Use inverse-video for first five
928 characters of selected frame only.
929 (gdb-get-frame-number): Select frame even when point is on frame
930 number.
931
932 2005-10-06 Masatake YAMATO <jet@gyve.org>
933
934 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
935 Put `font-lock-function-name-face'.
936 (gdb-info-frames-custom): Put `font-lock-function-name-face'
937 and `font-lock-variable-name-face'
938 (gdb-registers-font-lock-keywords): New font lock keywords definition.
939 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
940 (gdb-memory-font-lock-keywords): New font lock keywords definition.
941 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
942 (gdb-local-font-lock-keywords): New font lock keywords definition.
943 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
944 (gdb-threads-font-lock-keywords): New font lock keywords definition.
945 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
946
947 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
948
949 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
950 (ediff-merge-region-is-non-clash-to-skip): Previously called
951 ediff-merge-region-is-non-clash.
952
953 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
954 Use insert-buffer-substring.
955
956 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
957 selecting files to patch. Also bug fixes.
958
959 * ediff-util.el (ediff-setup): Bug fix.
960 (ediff-next-difference): Never skip clashes that differ in white
961 space only.
962
963 * ediff-wind.el (ediff-setup-control-frame)
964 (ediff-destroy-control-frame): Check the menubar feature.
965
966 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
967 (viper-refresh-mode-line): Use make-local-variable to localize
968 some vars instead of make-variable-buffer-local. Suggested by
969 Stefan Monnier.
970
971 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
972 (viper-restore-cursor-type, viper-set-insert-cursor-type):
973 Use make-local-variable instead of make-variable-buffer-local.
974 Suggested by Stefan Monnier.
975
976 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
977 (viper-comint-mode-hook): Use make-local-variable on
978 require-final-newline.
979 (viper-non-hook-settings): Don't use make-variable-buffer-local.
980
981 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
982
983 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
984 also the second char of a comment-start sequence.
985 (scheme-sexp-comment-syntax-table): New var.
986 (lambda, define): Set their scheme-doc-string-elt property.
987 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
988 Use lisp-font-lock-syntactic-face-function now that it properly
989 handles |...| symbols.
990 (scheme-mode-variables): Set lisp-doc-string-elt-property,
991 parse-sexp-lookup-properties and font-lock-extra-managed-props.
992
993 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
994 bit from # to |.
995 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
996
997 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
998 (lisp-doc-string-elt-property): New var.
999 (lisp-font-lock-syntactic-face-function): Use it.
1000 Rewrite to recognize docstrings even for forms not at toplevel.
1001
1002 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
1003 annotation on the | part of #| rather than on the # part.
1004 (scheme-font-lock-syntactic-face-function): New function, to
1005 distinguish strings from |...| symbols.
1006 (scheme-mode-variables): Use it. Also fix up the font-lock-time
1007 syntax-table so that #|...|# is properly highlighted.
1008
1009 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
1010 Don't mark as docstring the 3rd elem of an unknown toplevel form.
1011
1012 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1013
1014 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
1015 and C-e.
1016
1017 * emacs-lisp/eldoc.el: Move comments into docstrings.
1018 (eldoc-message-commands): Initialize in its declaration.
1019 Add move-beginning-of-line and move-end-of-line.
1020 (eldoc-add-command, eldoc-add-command-completions)
1021 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
1022
1023 * outline.el (outline-mark-subtree): Activate the mark.
1024
1025 * calendar/appt.el (appt-time-regexp): New var.
1026 (appt-add, appt-make-list): Use it.
1027 (appt-convert-time): Clean up.
1028
1029 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
1030 Don't set any syntax-table property here.
1031 (tex-font-lock-verb): New function. Do it here.
1032 (tex-font-lock-syntactic-keywords): Use it.
1033
1034 2005-10-04 Richard M. Stallman <rms@gnu.org>
1035
1036 * wid-edit.el (widget-file-complete): Get the widget start point
1037 the right way. Default directory to `/' if file has none.
1038
1039 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
1040
1041 * textmodes/flyspell.el (flyspell-mode-on):
1042 Call ispell-maybe-find-aspell-dictionaries.
1043
1044 * textmodes/ispell.el (ispell-word, ispell-region):
1045 Call ispell-maybe-find-aspell-dictionaries.
1046 (ispell-accept-buffer-local-defs):
1047 Don't call ispell-maybe-find-aspell-dictionaries
1048
1049 2005-10-04 Richard M. Stallman <rms@gnu.org>
1050
1051 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
1052
1053 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
1054
1055 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
1056 instead of `fboundp' in order to allow for anonymous functions.
1057
1058 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
1059
1060 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
1061 case the user clicks on the link while another window is selected.
1062 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
1063
1064 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
1065 functionality.
1066 (dframe-help-echo): Save point in case mouse tracking is off.
1067
1068 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
1069
1070 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
1071
1072 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1073
1074 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
1075 not change the global value of those vars.
1076
1077 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
1078 make-local-variable which we do not need any more.
1079
1080 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
1081
1082 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
1083 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
1084 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
1085 (speedbar-path-line): Define obsolete aliases.
1086 (speedbar-line-directory): Doc fix.
1087
1088 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
1089 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
1090 instead of speedbar-line-path.
1091
1092 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1093
1094 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
1095 to nil if dropping on a window. Handle dropping on a minibuffer window
1096 like dropping on a non-window part of Emacs.
1097
1098 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1099
1100 * net/ange-ftp.el: Use with-current-buffer.
1101 (ange-ftp-insert-directory): Do not follow symlinks any more.
1102
1103 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1104 Remove interactive spec.
1105
1106 2005-10-03 Kim F. Storm <storm@cua.dk>
1107
1108 * ido.el (ido-mode): Use custom-initialize-set.
1109
1110 2005-10-02 Richard M. Stallman <rms@gnu.org>
1111
1112 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
1113 Use insert-buffer-substring.
1114
1115 * net/tramp.el: Pacify byte compiler warnings in pacification code.
1116 (tramp-handle-file-local-copy): Use insert-buffer-substring.
1117
1118 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1119
1120 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
1121 in last change.
1122 (ange-ftp-insert-directory): Fix up the search for the case where
1123 `file' is absolute.
1124
1125 2005-10-02 Romain Francoise <romain@orebokech.com>
1126
1127 * progmodes/compile.el (compile-goto-error): Delete extra paren.
1128
1129 2005-10-02 Andreas Schwab <schwab@suse.de>
1130
1131 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
1132 directory component in the session info.
1133
1134 2005-10-01 Richard M. Stallman <rms@gnu.org>
1135
1136 * comint.el (comint-redirect-subvert-readonly): Doc fix.
1137
1138 * simple.el (next-error-internal): New function.
1139
1140 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
1141 (compilation-start): Pass new arg to compilation-buffer-name.
1142 (compile-goto-error): Use next-error-internal.
1143
1144 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1145
1146 * speedbar.el: Remove RCS tag.
1147 (speedbar-check-read-only): Handle non-existent files.
1148
1149 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
1150
1151 * info.el (Info-speedbar-hierarchy-buttons)
1152 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
1153
1154 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1155
1156 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
1157 Do not match newline.
1158 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
1159 (bibtex-summary): Remove unnecessary save-excursion.
1160 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
1161
1162 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1163
1164 * term/mac-win.el: Add charset info for "iso10646-1".
1165 Modify default fontset to use ATSUI-compatible fonts for some charsets
1166 if available.
1167
1168 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1169
1170 * speedbar.el: Re-apply arch tag.
1171 (speedbar-version): Rename to version 1.0. Suggested by Eric
1172 M. Ludlam.
1173 Reapply two changes from Emacs CVS' version of speedbar lost
1174 during the merge:
1175 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
1176 (speedbar-frame-parameters): Improve customize type.
1177
1178 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1179
1180 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
1181 (ange-ftp-file-directory-p): Fix the symlink case.
1182 (ange-ftp-insert-directory): When listing a single file, get a list of
1183 the parent buffer and extract the relevant line. Inspired from a patch
1184 by Katsumi Yamaoka <yamaoka@jpl.org>.
1185 (ange-ftp-file-name-sans-versions): Simplify.
1186
1187 2005-09-30 Bill Wohler <wohler@newt.com>
1188
1189 Move MH-E image files from toolbar and mail directories into
1190 etc/images.
1191
1192 * mail/reply2.*: Move to etc/images/mail/reply*.
1193
1194 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
1195 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
1196 etc/images.
1197
1198 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
1199 * toolbar/reply*: Move to etc/images/mail.
1200
1201 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
1202
1203 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
1204
1205 * speedbar.el: New version 1.0pre3.
1206
1207 Frame management code (including timer, and mouse click specifics)
1208 moved to dframe.el:
1209 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
1210 (speedbar-timer): Removed. Use dframe-timer.
1211 (speedbar-close-frame): Removed. Use dframe-close-frame.
1212 (speedbar-activity-change-focus-flag): Removed. Use
1213 dframe-activity-change-focus-flag.
1214 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
1215 dframe-update-speed.
1216
1217 (speedbar-current-frame): New macro. Use this instead of the
1218 variable speedbar-frame.
1219
1220 (speedbar-use-images, speedbar-expand-image-button-alist)
1221 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
1222
1223 (speedbar-find-image-on-load-path): Removed. Replaced by
1224 defezimage in ezimage.el.
1225 (speedbar-expand-image-button-alist): Removed. Replaced by
1226 ezimage-expand-image-button-alist in ezimage.el.
1227
1228 (speedbar-ignored-directory-regexp)
1229 (speedbar-add-ignored-directory-regexp)
1230 (speedbar-ignored-directory-expressions)
1231 (speedbar-line-directory, speedbar-buffers-line-directory)
1232 (speedbar-directory-line, speedbar-buffers-line-directory):
1233 Renamed, replacing `path' with `directory'.
1234
1235 (speedbar-create-directory, speedbar-expand-line-descendants)
1236 (speedbar-toggle-line-expansion)
1237 (speedbar-contract-line-descendants): New commands.
1238
1239 (speedbar-query-confirmation-method, speedbar-select-frame-method)
1240 (speedbar-use-tool-tips-flag): New options.
1241
1242 (speedbar-check-read-only, speedbar-require-version)
1243 (speedbar-insert-separator, speedbar-buffers-tail-notes)
1244 (speedbar-handle-delete-frame, speedbar-try-completion)
1245 (speedbar-update-localized-contents): New functions.
1246
1247 (speedbar-incompatible-version, speedbar-ro-to-do-point)
1248 (speedbar-object-read-only-indicator): New variables.
1249
1250 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1251 New hooks.
1252
1253 (speedbar-separator-face): New face.
1254
1255 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1256 (speedbar-ignored-modes): Add fundamental-mode.
1257 (speedbar-directory-unshown-regexp): Add . directories.
1258
1259 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1260 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1261 `]' for full expand/close.
1262 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1263
1264 (speedbar-check-vc): Support hidden files.
1265 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1266 (speedbar-this-file-in-vc): Use vc-state if available. If VC
1267 state is nil, it is not checked out.
1268
1269 (speedbar-line-text, speedbar-line-token): Support expand buttons
1270 with no text.
1271 (speedbar-refresh): Universal argument acts as power-click.
1272 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1273 that buffer to get variable values.
1274
1275 And many other bugfixes.
1276
1277 * dframe.el, ezimage.el, sb-image.el: New files.
1278
1279 * sb-*.xpm: Remove files. New image files installed into
1280 etc/images/ezimage.
1281
1282 2005-09-30 Kenichi Handa <handa@m17n.org>
1283
1284 * ps-mule.el (ps-mule-show-warning): If a character is in
1285 ps-print-translation-table, don't treat it as non-printable.
1286
1287 2005-09-30 David Ponce <david@dponce.com>
1288
1289 * tree-widget.el (tree-widget-themes-load-path): New variable.
1290 (tree-widget-themes-directory): Doc fix.
1291 (tree-widget-image-formats) [Emacs]: Doc fix.
1292 (tree-widget--locate-sub-directory): New function.
1293 (tree-widget-themes-directory): Use it.
1294
1295 * recentf.el (recentf-filename-handlers): Rename from
1296 `recentf-filename-handler'. Allow a list of functions.
1297 (recentf-menu-items-for-commands): Fix :help strings.
1298 (recentf-apply-filename-handlers): New function.
1299 (recentf-expand-file-name): Use it.
1300 (recentf-cleanup): Remove duplicates too.
1301
1302 2005-09-29 Juri Linkov <juri@jurta.org>
1303
1304 * faces.el: Rearrange face definitions to be in the same order as
1305 their face descriptions in "(emacs)Standard Faces".
1306
1307 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1308
1309 * tooltip.el (tooltip): Add group `basic-faces'.
1310
1311 * buff-menu.el (Buffer-menu-buffer): Remove group
1312 `font-lock-highlighting-faces'.
1313
1314 * progmodes/compile.el (compilation-error, compilation-warning)
1315 (compilation-info, compilation-line-number, compilation-column-number):
1316 Change group from `font-lock-highlighting-faces' to `compilation'.
1317
1318 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1319 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1320 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1321 (vhdl-font-lock-reserved-words-face)
1322 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1323 `font-lock-highlighting-faces'.
1324
1325 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1326
1327 2005-09-28 Kim F. Storm <storm@cua.dk>
1328
1329 * emulation/cua-base.el: Set CUA move property on additional commands:
1330 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1331 forward-sexp, backward-sexp, forward-list, backward-list.
1332
1333 2005-09-28 Romain Francoise <romain@orebokech.com>
1334
1335 * comint.el (comint-show-output): Really set point at the
1336 beginning of the output when not using `comint-use-prompt-regexp'.
1337
1338 2005-09-27 Jay Belanger <belanger@truman.edu>
1339
1340 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1341 in TeX mode.
1342
1343 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
1344
1345 * textmodes/org.el (org-table-sum): Fix format string.
1346
1347 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1348 Quote face names.
1349
1350 2005-09-26 Romain Francoise <romain@orebokech.com>
1351
1352 * isearch.el (isearch-forward-regexp): Close doc string.
1353
1354 2005-09-25 Richard M. Stallman <rms@gnu.org>
1355
1356 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1357
1358 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1359
1360 * progmodes/compile.el (compilation-error-properties):
1361 When getting the file from the previous error message,
1362 correctly decode the new data format.
1363
1364 * progmodes/cc-cmds.el (c-electric-paren):
1365 Call old-blink-paren only for close-paren.
1366
1367 2005-09-24 Andreas Schwab <schwab@suse.de>
1368
1369 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1370 condition.
1371
1372 2005-09-25 Romain Francoise <romain@orebokech.com>
1373
1374 * dired-aux.el (dired-copy-file-recursive):
1375 * dired.el (dired-delete-file):
1376 * ediff-mult.el (ediff-dir-diff-copy-file):
1377 * ediff-util.el (ediff-test-save-region):
1378 * forms.el (forms-mode):
1379 * ido.el (ido-file-internal, ido-delete-file-at-head):
1380 * log-edit.el (log-edit-done):
1381 * ses.el (ses-yank-resize):
1382 * play/gomoku.el (gomoku-human-plays, gomoku)
1383 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1384 (gomoku-offer-a-draw):
1385 * play/landmark.el (lm-human-resigns, lm):
1386 * net/eudcb-ldap.el (eudc-ldap-check-base):
1387 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1388 * progmodes/ebrowse.el (ebrowse-find-pattern):
1389 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1390 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1391 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1392
1393 * vc.el (vc-delete-file):
1394 * play/gomoku.el (gomoku-terminate-game, gomoku)
1395 (gomoku-prompt-for-move, gomoku-human-takes-back):
1396 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1397 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1398
1399 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1400
1401 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1402 color rxvt terminals by using the code xterm.el used to use before
1403 2005-04-09 in order to match the colors used by rxvt.
1404
1405 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1406
1407 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1408 colors rxvt-unicode terminals by using the same code as xterm.el.
1409
1410 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1411
1412 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1413 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1414 new symbol used for the tex-verbatim face.
1415
1416 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1417
1418 * woman.el (woman-file-name):
1419 * wid-edit.el (widget-file-prompt-value)
1420 (widget-coding-system-prompt-value):
1421 * w32-fns.el (set-w32-system-coding-system):
1422 * vc.el (vc-version-diff, vc-annotate):
1423 * textmodes/reftex-auc.el (reftex-arg-cite)
1424 (reftex-arg-index-tag):
1425 * textmodes/refer.el (refer-get-bib-files):
1426 * textmodes/artist.el (artist-figlet-choose-font):
1427 * terminal.el (terminal-emulator):
1428 * replace.el (occur-read-primary-args):
1429 * rect.el (string-rectangle, string-insert-rectangle):
1430 * ps-print.el (ps-print-preprint):
1431 * progmodes/pascal.el (pascal-goto-defun):
1432 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1433 * progmodes/compile.el (compilation-find-file):
1434 * printing.el (pr-interactive-n-up):
1435 * play/animate.el (animate-birthday-present):
1436 * net/rcompile.el (remote-compile):
1437 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1438 * mail/rmailsum.el (rmail-summary-search-backward)
1439 (rmail-summary-search):
1440 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1441 (rmail-output-read-file-name):
1442 * mail/rmail.el (rmail-search, rmail-search-backwards):
1443 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1444 * locate.el (locate):
1445 * international/quail.el (quail-show-keyboard-layout):
1446 * international/mule.el (set-buffer-file-coding-system)
1447 (revert-buffer-with-coding-system, set-file-name-coding-system)
1448 (set-terminal-coding-system, set-keyboard-coding-system)
1449 (set-next-selection-coding-system):
1450 * international/mule-diag.el (describe-coding-system)
1451 (describe-font, describe-fontset):
1452 * international/mule-cmds.el (universal-coding-system-argument)
1453 (search-unencodable-char, describe-input-method)
1454 (set-language-environment, describe-language-environment):
1455 * international/codepage.el (codepage-setup):
1456 * international/code-pages.el (codepage-setup):
1457 * info.el (Info-search, Info-follow-reference)
1458 (Info-search-backward):
1459 * emacs-lisp/advice.el (ad-read-advised-function)
1460 (ad-read-advice-class, ad-clear-cache, ad-activate)
1461 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1462 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1463 (ad-read-regexp):
1464 * ediff-util.el (ediff-toggle-regexp-match):
1465 * ediff-ptch.el (ediff-prompt-for-patch-file):
1466 * dired-aux.el (dired-diff):
1467 * diff.el (diff):
1468 * cus-edit.el (custom-variable-prompt):
1469 * calendar/timeclock.el (timeclock-ask-for-project):
1470 * calc/calcalg3.el (calc-get-fit-variables):
1471 * calc/calc-store.el (calc-edit-variable)
1472 (calc-permanent-variable):
1473 * vc-mcvs.el (vc-mcvs-register):
1474 * shadowfile.el (shadow-define-literal-group):
1475 * woman.el (woman-file-name):
1476 * vc.el (vc-version-diff, vc-merge):
1477 * textmodes/reftex-index.el (reftex-index-complete-tag):
1478 * format.el (format-decode-buffer, format-decode-region):
1479 * emulation/viper-cmd.el (viper-read-string-with-history):
1480 * emacs-lisp/debug.el (cancel-debug-on-entry):
1481 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1482 * ediff.el (ediff-merge-revisions)
1483 (ediff-merge-revisions-with-ancestor, ediff-revision):
1484 * completion.el (interactive-completion-string-reader):
1485 * calc/calc-prog.el (calc-user-define-formula):
1486 Follow convention for reading with the minibuffer.
1487
1488 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1489
1490 * progmodes/python.el (python-describe-symbol): Add globals() and
1491 locals() to the arguments of emacs.ehelp.
1492
1493 2005-09-24 Magnus Henoch <mange@freemail.hu>
1494
1495 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1496 New function, code extracted from ispell-valid-dictionary-list.
1497 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1498 Call it.
1499
1500 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1501
1502 * subr.el (version-regexp-alist): Extend valid syntax for version
1503 strings: allow any of the characters -,_,+ to separate the
1504 alpha/beta/rc part from the version part. Doc fix.
1505 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1506
1507 2005-09-23 David Reitter <david.reitter@gmail.com>
1508
1509 * mail/mailclient.el: New file.
1510
1511 2005-09-23 Richard M. Stallman <rms@gnu.org>
1512
1513 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1514 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1515 Doc fixes.
1516
1517 * progmodes/cc-mode.el (c-font-lock-init):
1518 Specify font-lock-lines-before.
1519
1520 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1521
1522 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1523 whole conflict.
1524
1525 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1526
1527 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1528 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1529 of `remap' feature when available. Additional key bindings for
1530 better tty support.
1531 (org-mode-restart, org-force-self-insert): New commands.
1532 (org-time-stamp-inactive): New command.
1533 (org-remap): New function.
1534 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1535 (org-enable-fixed-width-editor): Move to `org-structure'
1536 customization group.
1537 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1538 blank field after field motion commands.
1539
1540 2005-09-23 Kenichi Handa <handa@m17n.org>
1541
1542 * international/mule-cmds.el (set-language-environment):
1543 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1544 have to call utf-translate-cjk-load-tables.
1545
1546 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1547
1548 * mouse.el (mouse-move-drag-overlay): Fix last change.
1549
1550 2005-09-22 David Ponce <david@dponce.com>
1551
1552 * tree-widget.el (tree-widget-value-create): Fix previous change.
1553
1554 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1555
1556 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1557
1558 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1559
1560 * mouse.el (mouse-move-drag-overlay): New function.
1561 (mouse-drag-region-1): Use it.
1562 Try to simplify a bit the state handling. Handle clicks on links
1563 inside intangible areas.
1564 (mouse-save-then-kill): Minor simplification.
1565 (mouse-secondary-overlay): Make it always non-nil instead of
1566 recreating it each time.
1567 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1568 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1569 Simplify accordingly.
1570
1571 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1572
1573 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1574
1575 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1576
1577 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1578 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1579 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1580 to patch.
1581
1582 * ediff-util.el: Use insert-buffer-substring.
1583
1584 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1585
1586 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1587 field boundaries in the minibuffer.
1588 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1589 (viper-minibuffer-post-command-hook): New hook.
1590 (viper-line): Don't move cursor at bolp.
1591
1592 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1593
1594 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1595 avoid compiler warnings.
1596
1597 * emulation/viper-macs.el (ex-map): Better messages.
1598
1599 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1600
1601 * emulation/viper.el: Replace make-variable-buffer-local with
1602 viper-make-variable-buffer-local everywhere, to avoid warnings.
1603
1604 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1605
1606 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1607 Delete unused var `old-selected-window'.
1608 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1609 (mouse-drag-secondary): Delete unused var `start-frame'.
1610
1611 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1612
1613 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1614
1615 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1616
1617 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1618 Re-indent within 80 columns. Use inhibit-read-only.
1619
1620 2005-09-19 Romain Francoise <romain@orebokech.com>
1621
1622 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1623
1624 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1627 unconditionally, since the after-change-function already did it.
1628
1629 2005-09-19 Miles Bader <miles@gnu.org>
1630
1631 * net/newsticker.el: Get rid of CVS keyword.
1632
1633 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1634
1635 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1636 The prompt is formatted later.
1637
1638 2005-09-19 David Ponce <david@dponce.com>
1639
1640 * tree-widget.el (tree-widget-value-create): Save the converted
1641 tree :node widget.
1642
1643 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1644
1645 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1646 variable `message'.
1647
1648 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1649
1650 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1651 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1652 <slawomir.nowaczyk.847@student.lu.se>.
1653
1654 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1655
1656 * image.el (image-load-path): Use symbol `data-directory' instead
1657 of its value, for backward compatibility with packages that bind
1658 it during `find-image'. Suggested by Katsumi Yamaoka.
1659 (image-search-load-path): Handle symbols whose values are strings.
1660
1661 2005-09-18 Romain Francoise <romain@orebokech.com>
1662
1663 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1664 with-current-buffer form in save-excursion.
1665
1666 2005-09-18 D Goel <deego@gnufans.org>
1667
1668 * apropos.el (apropos-command): Fix `message' call: first arg
1669 should be a format spec. In this and all other cases that appear
1670 below and elsewhere in the source code, I made a change only when
1671 two conditions were satisfied: [1] I can think of a possibility
1672 that the arguments would cause an error, for example, the code in
1673 question relies on external variables such as filenames. [2] I
1674 was sure that the arg to `message' could not have been nil in the code.
1675
1676 * textmodes/tildify.el (tildify-region): Ditto.
1677
1678 * textmodes/reftex-index.el (reftex-index-change-entry)
1679 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1680 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1681 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1682 (org-priority, org-table-sum):
1683 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1684 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1685 (flyspell-word, flyspell-display-next-corrections):
1686 * textmodes/bibtex.el (bibtex-print-help-message):
1687 * textmodes/artist.el (artist-key-set-point-poly):
1688 * term/mac-win.el (mac-services-insert-text):
1689 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1690 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1691 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1692 (vhdl-compose-configuration):
1693 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1694 (sh-set-indent, sh-learn-line-indent):
1695 * progmodes/ps-mode.el (ps-mode-target-column):
1696 * progmodes/idlwave.el (idlwave-make-tags)
1697 (idlwave-scan-library-catalogs):
1698 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1699 * progmodes/gud.el (gud-jdb-analyze-source):
1700 * progmodes/flymake.el (flymake-log):
1701 * progmodes/ebnf2ps.el (ebnf-generate-region):
1702 * progmodes/cmacexp.el (c-macro-expansion):
1703 * progmodes/ada-xref.el (ada-treat-cmd-string):
1704 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1705 (ada-justified-indent-current, ada-batch-reformat):
1706 * play/zone.el (zone):
1707 * play/landmark.el (lm-move):
1708 * play/decipher.el (decipher-show-alphabet):
1709 * net/newsticker.el (newsticker--display-jump)
1710 (newsticker--display-scroll):
1711 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1712 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1713 * mail/feedmail.el (feedmail-dump-message-to-queue):
1714 * eshell/esh-proc.el (eshell-remove-process-entry):
1715 * emulation/ws-mode.el (ws-last-error):
1716 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1717 (viper-record-kbd-macro):
1718 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1719 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1720 * emacs-lisp/find-func.el (find-function-noselect):
1721 * calendar/timeclock.el (timeclock-status-string)
1722 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1723 (timeclock-when-to-leave-string):
1724 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1725 * calc/calc-units.el (calc-enter-units-table):
1726 * calc/calc-mode.el (calc-mode-record-mode):
1727 * woman.el (woman-mini-help):
1728 * wdired.el (wdired-change-to-wdired-mode):
1729 * vc.el (vc-retrieve-snapshot):
1730 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1731 * startup.el (display-startup-echo-area-message):
1732 * simple.el (set-goal-column):
1733 * ses.el (ses-command-hook, ses-recalculate-cell):
1734 * server.el (server-process-filter):
1735 * printing.el (pr-interface-txt-print, pr-interface-printify)
1736 (pr-interface-ps):
1737 * pcvs.el (cvs-help):
1738 * log-edit.el (log-edit, log-edit-mode-help):
1739 * iswitchb.el (iswitchb-possible-new-buffer):
1740 * isearch.el (isearch-edit-string):
1741 * image-mode.el (image-mode, image-minor-mode):
1742 * ibuf-macs.el (define-ibuffer-filter):
1743 * hi-lock.el (hi-lock-find-patterns):
1744 * files.el (toggle-read-only):
1745 * ediff-util.el (ediff-copy-diff)
1746 (ediff-write-merge-buffer-and-maybe-kill):
1747 * echistory.el (Electric-history-undefined):
1748 * dnd.el (dnd-insert-text):
1749 * dired-aux.el (dired-query):
1750 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1751 * bookmark.el (bookmark-bmenu-locate):
1752 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1753 Fix `message' calls to ensure first arg is a format string.
1754 The change was made only when these two conditions were satisfied:
1755 [1] when there is a possibility that the arguments would cause an error
1756 for example, if the code in question relies on external variables
1757 such as filenames, and
1758 [2] if the arg to `message' could not have been nil in the code.
1759
1760 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1761 Not having a %s would be weird, though not technically wrong.
1762
1763 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1764
1765 * term/mac-win.el (mac-add-charset-info): Doc fix.
1766
1767 2005-09-17 Romain Francoise <romain@orebokech.com>
1768
1769 * shell.el (shell-resync-dirs): Handle echoing processes more
1770 reliably. Don't insert resync command if `comint-process-echoes'
1771 is non-nil.
1772
1773 2005-09-17 Magnus Henoch <mange@freemail.hu>
1774
1775 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1776 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1777 aspell versions >= 0.60.
1778 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1779 only if ispell-aspell-supports-utf8 is non-nil.
1780
1781 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1782
1783 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1784 buffer-local value to lisp-indent-function.
1785
1786 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1787
1788 * progmodes/glasses.el (glasses-make-readable): If
1789 glasses-separator differs from underscore, put appropriate
1790 overlays over underscore characters.
1791 (glasses-convert-to-unreadable): If glasses-separator differs from
1792 underscore, try to convert glasses-separator characters to
1793 underscores.
1794
1795 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1796
1797 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1798 Use with-syntax-table and dolist.
1799
1800 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1801
1802 * textmodes/reftex-auc.el:
1803 * textmodes/reftex-cite.el:
1804 * textmodes/reftex-dcr.el:
1805 * textmodes/reftex-global.el:
1806 * textmodes/reftex-parse.el:
1807 * textmodes/reftex-ref.el:
1808 * textmodes/reftex-sel.el:
1809 * textmodes/reftex-toc.el:
1810 * textmodes/reftex-vars.el:
1811 * textmodes/reftex.el: Small changes to remove compiler warnings.
1812
1813 * textmodes/reftex-index.el: Likewise.
1814 (reftex-query-index-phrase): More efficient use of markers.
1815
1816 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1817
1818 * image.el (image-load-path): New variable.
1819 (image-search-load-path): New function.
1820 (find-image): Search for images in `image-load-path'.
1821
1822 2005-09-15 Richard M. Stallman <rms@gnu.org>
1823
1824 * follow.el: Change Maintainer field.
1825
1826 2005-09-15 David Ponce <david@dponce.com>
1827
1828 * recentf.el (recentf-save-file-modes): New option.
1829 (recentf-save-list): Use it.
1830
1831 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1832
1833 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1834 (mode-line-mule-info, mode-line-modified): Move bindings from
1835 mouse-3 to mouse-1.
1836
1837 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1838
1839 * simple.el (sendmail-user-agent-compose): Revert last change.
1840
1841 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1842
1843 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1844 Use with-current-buffer.
1845 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1846 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1847 (ange-ftp-insert-directory): Remove unused var `short'.
1848 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1849
1850 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1851 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1852
1853 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1854 (check-calendar-holidays, diary-list-entries): Autoload.
1855 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1856 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1857
1858 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1859 which mistakenly removed a call to display-buffer.
1860
1861 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1862
1863 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1864
1865 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1866
1867 * progmodes/hideshow.el
1868 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1869 (hs-allow-nesting): New user var.
1870 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1871 (hs-hide-block-at-point): When nesting allowed,
1872 if there is already an overlay in place, delete it.
1873 (hs-safety-is-job-n): Delete func; remove call sites.
1874 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1875 (hs-overlay-at): New func.
1876 (hs-already-hidden-p, hs-show-block): Use it.
1877 (hs-hide-all): Don't pre-clean if nesting allowed.
1878 (hs-show-all): Temporarily disallow
1879 nesting around call to `hs-discard-overlays'.
1880
1881 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1882
1883 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1884 Delete unused local var.
1885
1886 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1887
1888 * help-fns.el (describe-categories): "?\ " -> "?\s".
1889 (help-do-arg-highlight): Recognize also ARG-n, as in
1890 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1891
1892 * international/codepage.el (dos-unsupported-char-glyph):
1893 * net/newsticker.el (tool-bar-map, w3-mode-map)
1894 (w3m-minor-mode-map):
1895 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1896 (ent-alist):
1897 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1898
1899 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1900
1901 * custom.el (custom-push-theme): Handle the case where a symbol is
1902 bound but face properties have not yet been assigned.
1903
1904 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1905 Fix behavior if noerase is `t' and there is no mail buffer.
1906
1907 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1908 if `continue' is nil, rather than signal an error.
1909
1910 2005-09-12 Richard M. Stallman <rms@gnu.org>
1911
1912 * font-lock.el (font-lock-keywords): Add autoload.
1913
1914 * help-fns.el (describe-variable): Rearrange to put source link
1915 in a predictable place.
1916
1917 * net/newsticker.el: New file.
1918
1919 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1920
1921 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1922 (calendar-basic-setup): Use the new nil arg.
1923 (number-of-diary-entries): Move to diary-lib.el.
1924
1925 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1926 (diary-list-entries): Use with-syntax-table and dolist.
1927 Rename from list-diary-entries.
1928 Use number-of-diary-entries if `number' is nil.
1929 (diary, diary-view-entries): Use this new name and new nil arg value.
1930 (number-of-diary-entries): Move from calendar.el.
1931 (diary-unhide-everything): New function.
1932 (include-other-diary-files, fancy-diary-display)
1933 (diary-show-all-entries, make-diary-entry): Use it.
1934 (diary-mail-entries): Use buffer-string.
1935 (mark-diary-entries): Fix long standing paren typo.
1936 (diary-sexp-entry): Use count-lines.
1937 (make-diary-entry): Avoid `previous-line'.
1938 (diary-mode-map): New var.
1939 (diary-mode): Redraw cal after saving. Setup header-line.
1940 (fancy-diary-display-mode): Use local-set-key.
1941
1942 * startup.el (command-line): Try calling various terminal-init-foo-bar
1943 functions by stripping hyphenated suffixes from $TERM.
1944
1945 * files.el (normal-mode): Check boundness of font-lock-keywords.
1946
1947 2005-09-12 Richard M. Stallman <rms@gnu.org>
1948
1949 * progmodes/compile.el: Don't decide a file's directory
1950 until the user actually tries to go there.
1951 (compilation-next-error-function):
1952 Pass compilation-find-file the directory from the file-struct.
1953 (compilation-internal-error-properties): Separate local FILE-STRUCT
1954 from FILE. Doc the args better. Rename arg FMT to FMTS.
1955 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1956 Expand it, and if nil, use default-directory.
1957 (compilation-get-file-structure): Don't mix specified directory
1958 with default directory. Put specified directory into
1959 file-struct. Don't make the file name absolute.
1960
1961 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1962 (compile-command): Add autoload.
1963 (compilation-disable-input): Add autoload.
1964
1965 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1966
1967 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1968 strings of the variables it can override.
1969 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1970 %Q and %q, for fully-qualified domain name and unqualified host name.
1971
1972 2005-09-11 Kim F. Storm <storm@cua.dk>
1973
1974 * emacs-lisp/authors.el (authors-aliases): Update list.
1975 (authors-fixed-entries): Update mldrag.el entry.
1976
1977 2005-09-10 Alan Mackenzie <acm@muc.de>
1978
1979 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1980 from the region narrowed to.
1981
1982 2005-09-10 Magnus Henoch <mange@freemail.hu>
1983
1984 * textmodes/ispell.el (ispell-check-version): Signal an error if
1985 aspell version is less than 0.60.
1986
1987 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1988
1989 * progmodes/octave-inf.el (inferior-octave-startup):
1990 Resync current dir at the end.
1991
1992 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1993
1994 * woman.el (woman-topic-at-point-default):
1995 Rename to woman-use-topic-at-point-default.
1996 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1997 (woman-file-name): Reflect renames above. Automatically use the
1998 word at point as topic if woman-use-topic-at-point is non-nil.
1999 Otherwise offer it as default but don't insert it in the
2000 minibuffer. Also use `test-completion' instead of `assoc' as
2001 suggested by Stefan Monnier.
2002
2003 2005-09-10 Andre Spiegel <spiegel@gnu.org>
2004
2005 * vc.el (vc-directory, vc-update-change-log): Throw an error on
2006 the attempt to do it over Tramp. This is not yet supported.
2007
2008 2005-09-10 Eli Zaretskii <eliz@gnu.org>
2009
2010 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
2011 (menu-bar-non-minibuffer-window-p): New functions.
2012 ("Split Window", "Save As..."): Use them.
2013 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
2014 ("Print Buffer", "Truncate Long Lines in this Buffer"):
2015 Use menu-bar-menu-frame-live-and-visible-p.
2016 ("Save Buffer", "Insert File", "Open Directory...")
2017 ("Open File...", "Visit New File..."):
2018 Use menu-bar-non-minibuffer-window-p.
2019 (kill-this-buffer-enabled-p, dired <menu-enable>):
2020 Use menu-bar-non-minibuffer-window-p.
2021
2022 2005-09-09 Eli Zaretskii <eliz@gnu.org>
2023
2024 * cus-start.el (all): Don't complain about fringe-related
2025 built-ins if fringes are not supported. Ditto about
2026 selection-related built-ins. Fix the test for GTK-related built-ins.
2027
2028 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
2029 ("Postscript Print Buffer", "Print Region", "Save As...")
2030 ("Save", "Insert File...", "Open Directory...")
2031 ("Open File...", "Visit New File..."")
2032 ("Truncate Long Lines in this Buffer"): Don't look at
2033 menu-updating-frame if this display does not support multiple frames.
2034
2035 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2036
2037 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
2038
2039 2005-09-09 Emilio Lopes <eclig@gmx.net>
2040
2041 * woman.el: Format- and whitespace-related changes.
2042
2043 2005-09-09 Eli Zaretskii <eliz@gnu.org>
2044
2045 * woman.el: Fix my email address.
2046
2047 2005-09-08 Richard M. Stallman <rms@gnu.org>
2048
2049 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
2050 (sh-mode): Locally set skeleton-pair-default-alist.
2051
2052 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
2053
2054 * progmodes/flymake.el: Require `compile' unconditionally.
2055
2056 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
2057
2058 * woman.el (woman-file-name): Provide a default, not initial input.
2059
2060 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
2061
2062 * font-lock.el (font-lock-support-mode): Doc fix.
2063
2064 * descr-text.el (describe-property-list): Handle non-symbol prop names.
2065
2066 2005-09-08 Richard M. Stallman <rms@gnu.org>
2067
2068 * simple.el (blink-matching-open): Get rid of text props from
2069 the string shown in echo area. Don't permanently set point.
2070 Some rearrangements.
2071
2072 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
2073
2074 * recentf.el (recentf-filename-handler): Add custom choice
2075 `abbreviate-file-name'.
2076
2077 * msb.el (msb--very-many-menus): Fix typo.
2078
2079 * disp-table.el (standard-display-european): Don't set
2080 enable-multibyte-characters to nil.
2081
2082 2005-09-08 David Ponce <david@dponce.com>
2083
2084 * recentf.el (recentf-show-file-shortcuts-flag): New option.
2085 (recentf-expand-file-name): Doc fix.
2086 (recentf-dialog-mode-map): Define digit shortcuts.
2087 (recentf--files-with-key): New variable.
2088 (recentf-show-digit-shortcut-filter): New function.
2089 (recentf-open-files-items): New function.
2090 (recentf-open-files): Use it.
2091 (recentf-open-file-with-key): New command.
2092
2093 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
2094
2095 * buff-menu.el (Buffer-menu-sort-by-column): New function.
2096 Suggested by Kim F. Storm.
2097 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
2098 (Buffer-menu-make-sort-button): Use global keymap.
2099
2100 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
2101
2102 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
2103 (Man-getpage-in-background-advice): Remove defadvice; it isn't
2104 necessary any longer with the remapped command.
2105 (Man-bgproc-sentinel-advice): Remove defadvice which counts
2106 formatting time only.
2107
2108 * net/tramp.el (tramp-action-password)
2109 (tramp-multi-action-password): Compile the password prompt from
2110 `method', `user' and `host'. Sometimes it isn't obvious which
2111 password to enter, for example with remote files offered by
2112 recentf.el, or with multiple steps. Suggested by Robert Marshall
2113 <robert@chezmarshall.freeserve.co.uk>.
2114
2115 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2116
2117 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2118 Fix regexp for when "s///" is at the beginning of line.
2119
2120 2005-09-07 Jay Belanger <belanger@truman.edu>
2121
2122 * calc/calc-poly.el (math-expand-term): Multiply out any powers
2123 when in matrix mode.
2124
2125 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2126
2127 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
2128 non-anonymous functions.
2129
2130 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
2131
2132 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
2133 when using a header line. Otherwise, use mouse-1-click-follows-link.
2134
2135 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
2136 can't be moved; don't signal an error.
2137
2138 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
2139
2140 * cus-theme.el (custom-theme-write-faces): Save the current face
2141 spec, not the defface spec.
2142
2143 * custom.el (custom-known-themes): Clarify meaning of "standard".
2144 (custom-push-theme): Save old values in the standard theme.
2145 (disable-theme): Correct typo.
2146 (custom-face-theme-value) Deleted unused function.
2147 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
2148
2149 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2150
2151 * progmodes/compile.el (compilation-goto-locus): Take into account
2152 iconified frames when determining whether the buffer is
2153 already visible.
2154 Don't reset window height if the window already existed.
2155
2156 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
2157
2158 * custom.el (load-theme): Rename from require-theme.
2159 Add interactive spec.
2160 (enable-theme): Rename from custom-enable-theme.
2161 Add interactive spec.
2162 (disable-theme): Rename from custom-disable-theme.
2163 Add interactive spec.
2164 (custom-make-theme-feature): Doc fix.
2165 (custom-theme-directory): Doc fix.
2166 (provide-theme): Call enable-theme.
2167
2168 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2169
2170 * obsolete/lazy-lock.el (lazy-lock-mode):
2171 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
2172 font-lock-mode if it's off. Print a warning instead.
2173
2174 * progmodes/compile.el (compilation-start): Ignore errors if the
2175 process died before we get to send-eof.
2176
2177 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
2178 Undo last change. Enclosing the result in quotes broke things on Unix
2179 since tex-send-command passes it through shell-quote-argument.
2180 (tex-send-command): Pass `file' through convert-standard-filename
2181 when possible.
2182 (tex-uptodate-p): Handle the case where TeX hasn't put additional
2183 info in a transcript.
2184
2185 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
2186
2187 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
2188 fix compilation warning. Reorder the key definitions to group
2189 together keys emitted by the current version of xterm.
2190
2191 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
2192 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
2193 Reorder predicates to correct min-color usage.
2194
2195 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
2196
2197 * longlines.el (longlines-mode): Inhibit read-only when encoding.
2198 Kill local variables when longlines-mode is turned off.
2199
2200 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2201
2202 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
2203
2204 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
2205
2206 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
2207
2208 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
2209 (font-lock-lines-before): Change default to being inactive.
2210 (font-lock-default-fontify-region): Obey font-lock-lines-before.
2211 (font-lock-after-change-function): Don't handle f-l-lines-before here.
2212
2213 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2214
2215 * net/tramp.el (tramp-handle-make-auto-save-file-name):
2216 Deactivate temporarily advice if active (not needed for Emacs 22,
2217 but for backwards compatibility).
2218 (tramp-exists-file-name-handler): Rewrite. First implementation
2219 was too simple.
2220 (tramp-advice-make-auto-save-file-name):
2221 Call `tramp-handle-make-auto-save-file-name' (again, just for
2222 backwards compatibility).
2223
2224 2005-08-31 Reto Zimmermann <reto@gnu.org>
2225
2226 * progmodes/vhdl-mode.el
2227 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
2228 (vhdl-end-p): Fix indentation bug "else" after "-- when".
2229 (vhdl-set-default-project): New function (easier setting of default).
2230 (vhdl-port-copy): Handle extended identifiers for generics.
2231 (vhdl-compiler-alist): Better description for error message regexp.
2232 (vhdl-make): Query for target, use previous as default.
2233 (vhdl-port-copy): Fix port copy for port names starting with "signal".
2234 (vhdl-font-lock-keywords-2): Fix fontification for record
2235 el. assign.
2236 (vhdl-speedbar-make-subpack-line): Add package body link.
2237 (vhdl-generate-makefile-1): Not include itself as dependency.
2238 (vhdl-font-lock-init): Highlight c-preprocessor directives.
2239 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
2240 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
2241 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
2242 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
2243 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
2244 (vhdl-import-project): Add string argument for `error'.
2245 (vhdl-compose-configuration)
2246 (vhdl-compose-configuration-architecture): Add configuration
2247 declaration generation.
2248 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
2249 (vhdl-trailer-re): Add "record" keyword (better indentation).
2250 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2251 "[^ \t-\"]+".
2252 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2253 (vhdl-testbench-entity-file-name)
2254 (vhdl-testbench-architecture-file-name): Allow separate
2255 customization of testbench file names.
2256 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2257 (vhdl-get-visible-signals): Allow newline within alias declaration.
2258 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2259 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
2260 (member-ignore-case): Alias for missing function in XEmacs.
2261 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
2262 (vhdl-update-sensitivity-list): Ignore case on read signals.
2263 (vhdl-replace-string): Adjust case only for file names.
2264 (vhdl-update-sensitivity-list): Fix search for read signals.
2265 (vhdl-update-sensitivity-list): Exclude formal parameters.
2266 (vhdl-get-visible-signals): Include aliases of signals.
2267 (vhdl-get-visible-signals): Fix signal name searching.
2268 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2269 (vhdl-fixup-whitespace-region): Fix for character
2270 literals (e.g. ':').
2271
2272 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
2273
2274 * ansi-color.el (comint-last-output-start):
2275 * bs.el (font-lock-verbose):
2276 * diff-mode.el (add-log-buffer-file-name-function):
2277 * dired-x.el (vm-folder-directory):
2278 * faces.el (help-xref-stack-item):
2279 * files.el (font-lock-keywords):
2280 * find-lisp.el (dired-buffers, dired-subdir-alist):
2281 * ido.el (cua-inhibit-cua-keys):
2282 * log-view.el (cvs-minor-wrap-function):
2283 * outline.el (font-lock-warning-face):
2284 * simple.el (compilation-current-error):
2285 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2286 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2287 * tooltip.el (comint-prompt-regexp):
2288 * w32-fns.el (explicit-shell-file-name):
2289 * term/mac-win.el (mac-charset-info-alist)
2290 (mac-services-selection, mac-system-script-code):
2291 * term/tty-colors.el (msdos-color-values):
2292 * term/w32-win.el (xlfd-regexp-registry-subnum):
2293 * term/x-win.el (x-keysym-table, x-selection-timeout)
2294 (x-session-id, x-session-previous-id):
2295 * textmodes/ispell.el (mail-yank-prefix):
2296 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2297 * textmodes/org.el (calc-embedded-close-formula)
2298 (calc-embedded-open-formula)
2299 (font-lock-unfontify-region-function):
2300 * textmodes/reftex-global.el (isearch-next-buffer-function)
2301 (TeX-master):
2302 * textmodes/reftex.el (font-lock-keywords):
2303 * textmodes/tex-mode.el (font-lock-comment-face)
2304 (font-lock-doc-face):
2305 * textmodes/texinfo.el (outline-heading-alist):
2306 Add defvars.
2307
2308 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2309 (artist-spray-chars, artist-mode-init, artist-replace-string)
2310 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2311 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2312 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2313
2314 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2315 (conf-align-assignments): "?\ " -> "?\s".
2316
2317 * textmodes/reftex-index.el (TeX-master): Add defvar.
2318 (reftex-index-phrases-marker): Move up defvar.
2319
2320 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2321 (reftex-toc-include-labels-indicator)
2322 (reftex-toc-include-index-indicator)
2323 (reftex-toc-max-level-indicator): Move up declarations.
2324
2325 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
2326 of args to `tramp-run-real-handler', even if it's empty in this case.
2327
2328 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2329
2330 * dired.el (dired-move-to-filename-regexp): Add date format for
2331 Mac OS X 10.3 in East Asian locales.
2332
2333 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2334
2335 * files.el (make-auto-save-file-name): Add file name handler call
2336 if applicable.
2337
2338 * net/tramp.el (tramp-file-name-handler-alist)
2339 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
2340 (tramp-handle-make-auto-save-file-name): Rename from
2341 `tramp-make-auto-save-file-name'.
2342 (tramp-exists-file-name-handler): New defun.
2343 (tramp-advice-make-auto-save-file-name): Make defadvice only when
2344 `make-auto-save-file-name' is not a magic file name operation.
2345
2346 2005-08-30 Richard M. Stallman <rms@gnu.org>
2347
2348 * files.el (risky-local-variable-p):
2349 Match `-predicates' and `-commands.
2350
2351 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2352 (custom-save-all): Visit the file if necessary;
2353 kill the buffer if we created it.
2354 (custom-save-delete): Don't visit file or kill buffer here.
2355
2356 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
2357
2358 * textmodes/org.el (org-special-keyword): New face.
2359 (org-table-copy-down, org-table-eval-formula)
2360 (org-table-recalculate, org-init-section-numbers):
2361 Use `string-to-number' instead of `string-to-int'.
2362 (org-get-location): Use `insert-buffer-substring' instead of
2363 `insert-buffer'.
2364 (org-modify-diary-entry-string): New function.
2365 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2366 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2367 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2368 active region.
2369 (org-export-as-html): Handle QUOTE keyword.
2370 (org-quote-string): New option.
2371 (org-bookmark-jump-unhide): New function, used for
2372 `bookmark-after-jump-hook'.
2373 (org-diary-default-entry): Apply only when not called through
2374 `org-agenda'.
2375
2376 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2377
2378 * net/eudc.el (mode-popup-menu):
2379 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2380 * progmodes/ada-mode.el (compile-auto-highlight)
2381 (skeleton-further-elements):
2382 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2383 * progmodes/cmacexp.el (msdos-shells):
2384 * progmodes/compile.el (font-lock-extra-managed-props)
2385 (font-lock-keywords, font-lock-maximum-size)
2386 (font-lock-support-mode):
2387 * progmodes/grep.el (font-lock-lines-before):
2388 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2389 * progmodes/mixal-mode.el (compile-command):
2390 * progmodes/perl-mode.el (font-lock-comment-face)
2391 (font-lock-doc-face, font-lock-string-face):
2392 * progmodes/prolog.el (comint-prompt-regexp):
2393 * progmodes/sh-script.el (font-lock-comment-face)
2394 (font-lock-set-defaults, font-lock-string-face):
2395 * progmodes/sql.el (font-lock-keyword-face)
2396 (font-lock-set-defaults, font-lock-string-face):
2397 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2398 (itimer-version, lazy-lock-defer-contextually)
2399 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2400 Add defvars.
2401
2402 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2403 (cperl-electric-keyword, cperl-electric-pod)
2404 (cperl-electric-backspace, cperl-forward-re)
2405 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2406 (vc-rcs-header, vc-sccs-header): Add defvars.
2407
2408 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2409 (font-lock-syntactic-keywords, gud-find-expr-function):
2410 Add defvars.
2411
2412 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2413 (gdb-frame-parameters): Declare before use.
2414
2415 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2416 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2417 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2418 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2419
2420 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2421 (idlwave-help-with-source): Use `insert-buffer-substring', not
2422 `insert-buffer'.
2423
2424 2005-08-29 Juri Linkov <juri@jurta.org>
2425
2426 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2427 Put outline-back-to-heading function call inside save-excursion.
2428
2429 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2430
2431 * man.el (Man-init-defvars, Man-translate-references)
2432 (Man-support-local-filenames, Man-highlight-references):
2433 * progmodes/sql.el (sql-interactive-mode):
2434 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2435
2436 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2437 (compilation-mode-font-lock-keywords): Add defvars.
2438 (checkdoc-interactive-loop): "?\ " -> "?\s".
2439
2440 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2441 (font-lock-doc-face, font-lock-string-face)
2442 (font-lock-keywords-case-fold-search): Add defvars.
2443 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2444
2445 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2446 Don't pass X and Y (they are ignored anyway).
2447 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2448 (mouse-delete-window): Make arguments optional.
2449
2450 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2451 (caesar-translate-table, minor-modes, news-buffer-save)
2452 (news-group-name, news-minor-modes): Add defvars.
2453
2454 * emacs-lisp/lselect.el (mouse-highlight-priority)
2455 (x-lost-selection-functions, zmacs-regions):
2456 * emacs-lisp/pp.el (font-lock-verbose):
2457 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2458 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2459 (ses-mode-map):
2460 * emacs-lisp/tcover-unsafep.el (safe-functions):
2461 * international/mule-cmds.el (mac-system-coding-system)
2462 (mac-system-locale):
2463 * language/ethio-util.el (rmail-current-message)
2464 (rmail-message-vector):
2465 * language/thai-util.el (thai-auto-composition-mode):
2466 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2467 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2468 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2469 (vm-primary-inbox, vm-spool-files):
2470 * mail/rmail.el (deleted-head, font-lock-fontified)
2471 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2472 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2473 (total-messages):
2474 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2475 (rmail-summary-mode-map):
2476 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2477 (rmail-last-label, rmail-last-multi-labels)
2478 (rmail-summary-vector, rmail-total-messages):
2479 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2480 * mail/rmailsum.el (msgnum):
2481 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2482 (rmail-current-message):
2483 * obsolete/fast-lock.el (font-lock-face-list):
2484 * obsolete/rnewspost.el (mail-reply-buffer):
2485 * obsolete/scribe.el (compile-command):
2486 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2487
2488 2005-08-28 John Paul Wallington <jpw@gnu.org>
2489
2490 * ibuf-ext.el (ibuffer-auto-update-changed):
2491 Use `frame-or-buffer-changed-p' to check whether we need to update.
2492 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2493 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2494 as a `frame-or-buffer-changed-p' state vector instead.
2495
2496 2005-08-27 Romain Francoise <romain@orebokech.com>
2497
2498 * textmodes/makeinfo.el (makeinfo-compile):
2499 Use `compilation-start'. Set `next-error-function' according to
2500 `disable-errors'.
2501 (makeinfo-next-error): New function.
2502 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2503 (makeinfo-buffer): Likewise.
2504
2505 * progmodes/compile.el (compilation-start): Add autoload cookie.
2506
2507 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2508 * textmodes/sgml-mode.el: Likewise.
2509 * progmodes/python.el: Likewise.
2510
2511 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2512
2513 * simple.el (blink-matching-paren-distance): Document the meaning
2514 of nil value, and allow to customize to nil.
2515
2516 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2517 command.com, not command.exe.
2518
2519 2005-08-26 John Wiegley <johnw@newartisans.com>
2520
2521 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2522 code around a bit so that an extraneous nil argument is not added
2523 to a command when no args are given.
2524
2525 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2526 double-quoted argument resolves to nil, return it as an empty
2527 string rather than as nil. This made it impossible to pass "" to
2528 a shell script as a null string argument.
2529
2530 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2531
2532 * outline.el (outline-invent-heading): New fun.
2533 (outline-promote, outline-demote): Use it.
2534 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2535 (outline-end-of-subtree): Remove unused var `opoint'.
2536
2537 2005-08-26 David Reitter <david.reitter@gmail.com>
2538
2539 * menu-bar.el (truncate-lines, write-file, print-buffer)
2540 (ps-print-buffer-faces, ps-print-buffer, split-window):
2541 Disable menu items when the frame they refer to is invisible, or when
2542 they refer to a buffer and the minibuffer is selected.
2543
2544 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2545
2546 * progmodes/flymake.el (flymake-highlight-err-lines):
2547 Use save-excursion around flymake-highlight-line to preserve point.
2548
2549 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2550
2551 * progmodes/octave-mod.el: Change Author and Maintainer address.
2552 (octave-maintainer-address): Change Kurt's email address.
2553 * progmodes/octave-inf.el: Change Author and Maintainer address.
2554 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2555
2556 2005-08-26 Kim F. Storm <storm@cua.dk>
2557
2558 * subr.el (version-list-<, version-list-<=, version-list-=):
2559 Renamed from integer-list-*.
2560 (version-list-not-zero): Likewise. Fix while loop.
2561 (version=): Use version-list-= instead of string-equal.
2562
2563 2005-08-26 Richard M. Stallman <rms@gnu.org>
2564
2565 * outline.el (outline-promote): Try shortening the heading.
2566 As last resort, read the heading to use.
2567 (outline-demote): As last resort, read the heading to use.
2568
2569 2005-08-26 Romain Francoise <romain@orebokech.com>
2570
2571 * progmodes/compile.el (compilation-start): Doc fix.
2572
2573 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2574 (antlr-font-lock-additional-keywords): Fix reference to
2575 `antlr-font-lock-literal-regexp' erroneously changed during the
2576 mass face rename.
2577 (antlr-run-tool): Use `compilation-start'.
2578
2579 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2580 instead of the obsolete `compile-internal'.
2581
2582 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2583
2584 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2585 (number, original-date):
2586 * calendar/cal-china.el (date):
2587 * calendar/cal-coptic.el (date):
2588 * calendar/cal-french.el (date):
2589 * calendar/cal-hebrew.el (date, entry, number, original-date):
2590 * calendar/cal-islam.el (date, number, original-date):
2591 * calendar/cal-iso.el (date):
2592 * calendar/cal-julian.el (date):
2593 * calendar/cal-mayan.el (date):
2594 * calendar/cal-menu.el (date, event):
2595 * calendar/cal-persia.el (date):
2596 * calendar/lunar.el (date):
2597 * calendar/solar.el (date): Add defvars.
2598
2599 * emerge.el:
2600 * ibuffer.el:
2601 * info-xref.el:
2602 * obsolete/bg-mouse.el:
2603 * obsolete/sun-curs.el:
2604 * obsolete/swedish.el: Move the `defvar's to the top level.
2605
2606 * smerge-mode.el (smerge-refined-change): Add :group.
2607
2608 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2609
2610 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2611 (smerge-keep-n): Remove props.
2612 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2613 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2614 now that it's done in smerge-keep-n.
2615 (smerge-refined-change): New face.
2616 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2617 (smerge-refine): New funs.
2618 (smerge-basic-map): Bind smerge-refine.
2619
2620 2005-08-25 Juri Linkov <juri@jurta.org>
2621
2622 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2623 compilation-process-setup-function and compilation-disable-input
2624 in grep-mode instead of let-bindings in grep.
2625
2626 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2627 Delete "Automatic File De/compression" (auto-compression-mode).
2628
2629 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2630
2631 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2632 Silence warning about non-existent variable.
2633
2634 2005-08-25 Richard M. Stallman <rms@gnu.org>
2635
2636 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2637 Rename "Describe Key" to "Describe Key or Mouse Operation".
2638
2639 * mail/mailalias.el (build-mail-aliases): Delete comments
2640 from the contents before processing them.
2641
2642 * isearch.el (isearch-edit-string): Erase the Search prompt
2643 if user enters an empty string and there is no default.
2644
2645 * comint.el (comint-file-name-prefix): Add autoload.
2646
2647 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2648
2649 * subr.el (play-sound): Rearrange to avoid warning.
2650
2651 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2652
2653 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2654 New hook.
2655 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2656
2657 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2658
2659 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2660
2661 * custom.el (custom-theme-set-variables): Sort minor modes last.
2662
2663 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2664
2665 * subr.el (version-separator, version-regexp-alist): New vars used by
2666 version comparison funs.
2667 (integer-list-<, integer-list-=, integer-list-<=)
2668 (integer-list-not-zero): New funs for integer list comparison.
2669 (version-to-list, version=, version<, version<=): New funs for version
2670 comparison.
2671
2672 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2673
2674 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2675 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2676 time to silence the byte-compiler.
2677
2678 * ibuffer.el (ibuffer-compile-make-eliding-form)
2679 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2680 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2681 so it's silly to get warnings for it).
2682 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2683 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2684 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2685 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2686 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2687 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2688 Defvar at compile time.
2689 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2690 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2691 Declare them before use.
2692
2693 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2694 (info-xref-good, info-xref-bad): Defvar at compile time.
2695
2696 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2697 Use `let*' instead of `let'.
2698
2699 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2700 (*mouse-y*, menu, char): Defvar at compile time.
2701 (sc::menu): Declare it before use.
2702 (sc::pack-one-line): Use `let', not `let*'.
2703
2704 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2705 (mail-send-hook): Defvar at compile time.
2706
2707 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2708 Defvar at compile time.
2709
2710 * term/sun-mouse.el (current-global-mousemap)
2711 (current-local-mousemap): Declare them before use.
2712
2713 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2714
2715 * bookmark.el (bookmark-after-jump-hook): New hook.
2716 (bookmark-jump): Run `bookmark-after-jump-hook'.
2717
2718 2005-08-23 Juri Linkov <juri@jurta.org>
2719
2720 * faces.el (minibuffer-prompt): Doc fix.
2721
2722 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2723
2724 * progmodes/xscheme.el: Trivial changes to silence warnings.
2725 (xscheme-previous-mode, xscheme-previous-process-state):
2726 Add defvars.
2727 (xscheme-last-input-end, xscheme-process-command-line)
2728 (xscheme-process-name, xscheme-buffer-name)
2729 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2730 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2731 (xscheme-control-g-synchronization-p)
2732 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2733 (default-xscheme-runlight, xscheme-runlight)
2734 (xscheme-runlight-string, xscheme-process-filter-state)
2735 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2736 Move to beginning of file.
2737 (scheme-interaction-mode-commands-alist)
2738 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2739 Declare them before use. Note: the initialization code for the variables
2740 has not been moved because it uses functions that reference the variables.
2741 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2742 (xscheme-prompt-for-expression-map): Declare them before use.
2743 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2744
2745 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2746
2747 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2748
2749 2005-08-22 Juri Linkov <juri@jurta.org>
2750
2751 * faces.el (set-face-underline): Delete this duplicate function
2752 and make an obsolete alias to set-face-underline-p.
2753 (set-face-underline-p): Use docstring of set-face-underline.
2754 (describe-face): Create hyperlink to parent face.
2755
2756 * info.el (Info-insert-dir): Use save-excursion around
2757 insert-buffer-substring.
2758 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2759 (Info-escape-percent): Delete function.
2760 (Info-fontify-node): Replace Info-escape-percent by
2761 replace-regexp-in-string with REP arg set to lambda that
2762 duplicates `%' and preserves text properties.
2763
2764 * progmodes/compile.el (compilation-disable-input): Doc fix.
2765 (define-compilation-mode): Doc fix and refill.
2766 (kill-compilation): Use `mode-name' in the error message.
2767 (compilation-find-file): Use `compilation-error' in the
2768 read-file-name's prompt.
2769
2770 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2771
2772 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2773 (smerge-auto-leave): Make undo re-enable the mode.
2774 (debug-ignored-errors): Add the user-error of impossible resolution.
2775 (smerge-resolve): Move things around a bit, in preparation for later.
2776 (smerge-diff): Don't fail if the buffer has no associated file.
2777 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2778 (smerge-conflict-overlay): New function.
2779 (smerge-match-conflict): Don't add text properties here.
2780 (smerge-find-conflict): Instead, add an overlay here.
2781 Also check for the case where we're inside a conflict already, so as to
2782 obviate the need for font-lock-multiline, which is unbearably slow with
2783 large conflicts and ciomplex font-lock patterns.
2784 (smerge-remove-props): Remove overlay rather than text-properties.
2785 (smerge-mode): Don't set font-lock-multiline.
2786 Remove overlays when turned off.
2787
2788 2005-08-21 Kim F. Storm <storm@cua.dk>
2789
2790 * ido.el (ido-ignore-item-p): Use save-match-data.
2791 Bind case-fold-search to ido-case-fold locally.
2792
2793 2005-08-20 Richard M. Stallman <rms@gnu.org>
2794
2795 * files.el (normal-mode): If font lock is on, turn it off and on.
2796
2797 * subr.el (replace-regexp-in-string): Doc fix.
2798
2799 * startup.el (command-line-1): Don't suppress startup screen
2800 due to existing processes.
2801
2802 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2803
2804 * progmodes/compile.el (compilation-disable-input): Default to nil.
2805
2806 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2807
2808 * progmodes/compile.el (compilation-disable-input): New defcustom.
2809 (compilation-start): If compilation-disable-input is non-nil, send
2810 EOF to the compilation process.
2811
2812 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2813
2814 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2815 Run the argument of tex-shell-cd-command through
2816 convert-standard-filename, to get the correct style of slashes on
2817 Windows, and enclose the result in quotes, in case the file name
2818 includes whitespace or other special characters.
2819
2820 2005-08-19 Andreas Schwab <schwab@suse.de>
2821
2822 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2823 process.
2824
2825 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2826
2827 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2828
2829 2005-08-18 Kim F. Storm <storm@cua.dk>
2830
2831 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2832
2833 2005-08-18 Richard M. Stallman <rms@gnu.org>
2834
2835 * scroll-lock.el: New file.
2836
2837 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2838
2839 * dired.el (dired-move-to-end-of-filename):
2840 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2841
2842 2005-08-18 Kim F. Storm <storm@cua.dk>
2843
2844 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2845 rather than toggle mode when custom value is nil.
2846 (ido-everywhere): Fix defun doc string.
2847
2848 2005-08-17 Richard M. Stallman <rms@gnu.org>
2849
2850 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2851 as tag instead of "Inviolable".
2852
2853 2005-08-17 Kim F. Storm <storm@cua.dk>
2854
2855 * windmove.el (windmove-coordinates-of-position): Remove.
2856 (windmove-coordinates-of-window-position): Remove.
2857 (windmove-reference-loc): Use posn-at-point instead.
2858
2859 * subr.el (insert-for-yank-1): Doc fix.
2860
2861 * ido.el (ido-enter-matching-directory): Rename from
2862 ido-enter-single-matching-directory. Change 'slash choice to
2863 'only. Add 'first choice.
2864 (ido-exhibit): Adapt to above changes.
2865
2866 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2867
2868 * Makefile.in: Expand comment about building loaddefs.el.
2869
2870 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2871
2872 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2873 Comment use of defadvice.
2874
2875 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2876
2877 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2878
2879 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2880 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2881 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2882 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2883 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2884 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2885 for backward compatibility for faces that did not appear in the
2886 previous Emacs release.
2887
2888 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2889
2890 2005-08-15 Kim F. Storm <storm@cua.dk>
2891
2892 * emulation/cua-base.el (cua-delete-region): Return t if
2893 deleted region was non-empty.
2894 (cua-replace-region): Inhibit overwrite-mode for
2895 self-insert-command if replaced region was non-empty.
2896 (cua--explicit-region-start, cua--status-string): Make them
2897 buffer-local at top-level...
2898 (cua-mode): ...rather than when mode is enabled.
2899
2900 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2901
2902 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2903 Set t for Emacs 21, 22, and so on.
2904
2905 2005-08-15 David Ponce <david@dponce.com>
2906
2907 * tree-widget.el: Update Commentary header.
2908 (tree-widget-theme): Doc fix.
2909 (tree-widget-space-width): New option.
2910 (tree-widget-image-properties): Look up in the default theme too.
2911 (tree-widget--cursors): Only for images with arrow pointer shape.
2912 (tree-widget-lookup-image): Pointer shape is hand by default.
2913 (tree-widget-icon): Rename generic icon widget from
2914 `tree-widget-control'.
2915 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2916 derive from `tree-widget-icon'.
2917 (tree-widget-handle): Improve default look and feel of the text
2918 representation.
2919 (tree-widget): Rename :*-control properties to :*-icon properties.
2920 Add :action and :help-echo properties.
2921 (tree-widget-after-toggle-functions): Move.
2922 (tree-widget-close-node, tree-widget-open-node): Remove.
2923 (tree-widget-before-create-icon-functions): New hook.
2924 (tree-widget-value-create): Update to allow customization of icons
2925 and nodes at run-time via that new hook.
2926 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2927 (tree-widget-icon-action, tree-widget-icon-help-echo)
2928 (tree-widget-action, tree-widget-help-echo): New functions.
2929
2930 2005-08-15 Kim F. Storm <storm@cua.dk>
2931
2932 * ido.el (ido-buffer-internal): Use with-no-warnings.
2933 (ido-make-merged-file-list): Use while-no-input.
2934
2935 2005-08-15 Richard M. Stallman <rms@gnu.org>
2936
2937 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2938 (flyspell-large-region): Fix doc and custom type.
2939
2940 2005-08-14 Richard M. Stallman <rms@gnu.org>
2941
2942 * files.el (interpreter-mode-alist): Doc fix.
2943
2944 * mail/rmail.el (rmail-nonignored-headers): New variable.
2945 (rmail-clear-headers): Use it.
2946 (rmail-reply): Better handling of mail-followup-to header.
2947
2948 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2949 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2950 don't try to refer to executable-font-lock-keywords.
2951 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2952 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2953 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2954 (sh-mode): Set comment-start-skip, local-abbrev-table,
2955 imenu-case-fold-search.
2956 (sh-set-shell): Don't set them here.
2957 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2958 Don't cache the results in the original alist; don't ever modify
2959 that alist.
2960
2961 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2962
2963 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2964 empty.
2965
2966 2005-08-15 Andreas Schwab <schwab@suse.de>
2967
2968 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2969
2970 * dired.el, info.el, mail/rmail.el: Revert last change.
2971
2972 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2973
2974 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2975 modification in `eval-after-load' form.
2976 * info.el: Likewise.
2977 * mail/rmail.el: Likewise.
2978
2979 2005-08-14 Juri Linkov <juri@jurta.org>
2980
2981 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2982 Remove highlighting of "Compilation started". Highlight only
2983 the word "finished" in "Compilation finished". Add highlighting
2984 of "interrupt", "killed", "terminated" and the exit code.
2985 (compilation-start): Add newline after header. Use exactly the
2986 same time stamp format as the finishing message.
2987 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2988
2989 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2990 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2991 Add highlighting of "interrupt", "killed", "terminated".
2992
2993 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2994 enabled and the current command is self-insert-command, call it
2995 explicitly with overwrite-mode bound to nil, to not allow it
2996 to delete the character after the selected region.
2997
2998 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2999
3000 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
3001 move-end-of-line, end-of-line, and beginning-of-line to the list
3002 of commands after which the echo area is updated.
3003
3004 2005-08-12 Eli Zaretskii <eliz@gnu.org>
3005
3006 * cus-edit.el (custom-save-all, custom-save-delete):
3007 Bind recentf-exclude to exclude custom-file.
3008
3009 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
3010
3011 * mail/rmailsum.el (rmail-summary-end-of-message): New command
3012 to go to the bottom of the mail message. Added to
3013 `rmail-summary-mode-map' with key "/".
3014 (rmail-summary-show-message): New (internal) function for use by
3015 both `rmail-summary-beginning/end-of-message'.
3016 (rmail-summary-beginning-of-message): Change to use
3017 rmail-summary-show-message.
3018
3019 * mail/rmail.el (rmail-end-of-message): New command to go to the
3020 end of the current message. Added to `rmail-mode-map' with key "/".
3021 (rmail-beginning-of-message): Fix to work as documented.
3022 (rmail-mode): Change documentation.
3023
3024 * progmodes/compile.el (compilation-start): Add the line
3025 "Compilation started" with compilation start time.
3026 (compilation-mode-font-lock-keywords): Add `started' to keywords.
3027
3028 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
3029
3030 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
3031 of menu items.
3032
3033 2005-08-11 Richard M. Stallman <rms@gnu.org>
3034
3035 * simple.el (pop-global-mark): Reverse test of widen-automatically.
3036
3037 * battery.el (battery-status-function): Don't use ignore-errors.
3038
3039 2005-08-11 Lute Kamstra <lute@gnu.org>
3040
3041 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
3042 define-obsolete-variable-alias.
3043
3044 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
3045
3046 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
3047 (ange-ftp-send-cmd): Revert last change, and expand
3048 the comment explaining the problem.
3049
3050 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
3051
3052 * ldefs-boot.el: Update.
3053
3054 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
3055 item to "Time, Load and Mail". Change help echo text.
3056
3057 * time.el (display-time-use-mail-icon, display-time-format)
3058 (display-time-string-forms): Shorten first line of docstrings.
3059
3060 2005-08-10 Lars Hansen <larsh@soem.dk>
3061
3062 * desktop.el (desktop-buffer-mode-handlers):
3063 Make non-customizable. Add autoload cookie. Change initial value to
3064 nil; add elements in respective modules instead. Fix doc string.
3065 (desktop-load-file): New function.
3066 (desktop-minor-mode-handlers): New autoloaded variable.
3067 (desktop-create-buffer): Call minor mode handlers.
3068 Use desktop-load-file to load major and minor mode modules prior to
3069 checking for a handler.
3070 (desktop-save): Don't add nil to desktop-minor-modes for minor
3071 modes with nil function in desktop-minor-mode-table. Don't delete
3072 desktop file before rewriting it.
3073 (desktop-locals-to-save): Add autoload cookie. Don't make
3074 automatically buffer-local. Add variables column-number-mode,
3075 size-indication-mode, indent-tabs-mode,
3076 indicate-buffer-boundaries, indicate-empty-lines and
3077 show-trailing-whitespace.
3078 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
3079 regexps. Don't use desktop-clear-preserve-buffers-regexp.
3080 (desktop-clear-preserve-buffers-regexp): Delete.
3081 (desktop-clear-preserve-buffers): Update initial value and docstring.
3082 (desktop-save-buffer): Fix doc string.
3083
3084 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
3085 (hilit-chg-desktop-restore): New function.
3086 (highlight-changes-mode): Add highlight-changes-mode to
3087 desktop-locals-to-save.
3088
3089 * dired.el: Add handler to desktop-buffer-mode-handlers.
3090 (dired-restore-desktop-buffer): Remove autoload cookie.
3091 (dired-mode): Add autoload cookie.
3092
3093 * info.el: Add handler to desktop-buffer-mode-handlers.
3094 (Info-restore-desktop-buffer): Remove autoload cookie.
3095 (Info-mode): Add autoload cookie.
3096
3097 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
3098 (mh-restore-desktop-buffer): Remove autoload cookie.
3099 (mh-folder-mode): Add autoload cookie.
3100
3101 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
3102 (rmail-restore-desktop-buffer): Remove autoload cookie.
3103
3104 2005-08-11 Masatake YAMATO <jet@gyve.org>
3105
3106 * hexl.el (hexl-address-region):
3107 (hexl-ascii-region, hexl-font-lock-keywords):
3108 (hexl-highlight-line-range): Use the term "region"
3109 instead of "area" for consistency with the other symbols
3110 defined in hexl.el.
3111
3112 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
3113
3114 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
3115 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
3116 out by Juri Linkov). Add `display-battery-mode'.
3117
3118 2005-08-09 Juri Linkov <juri@jurta.org>
3119
3120 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3121 Remove `-text' from face variable names.
3122 (compilation-error-file-name, compilation-warning-file-name)
3123 (compilation-info-file-name): Delete faces.
3124 (compilation-line-number, compilation-column-number):
3125 Remove face underlining.
3126 (compilation-message-face): Set to `underline' value by default.
3127 (compilation-error-face, compilation-warning-face)
3128 (compilation-info-face): Remove `-file-name' from face names.
3129 (compilation-error-text-face, compilation-warning-text-face)
3130 (compilation-info-text-face): Delete face variables.
3131 (compilation-text-face): Delete function.
3132
3133 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
3134 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
3135 (grep-error-face): Set to `compilation-error' instead of
3136 `compilation-error-face' (which is redefined to `grep-hit-face' in
3137 grep buffers).
3138 (grep-mode-font-lock-keywords): Remove `-text' from face variable
3139 names. Use `grep-error-face' instead of `compilation-error-text-face'.
3140
3141 * dired-aux.el (dired-do-query-replace-regexp):
3142 Use `query-replace-read-args'.
3143
3144 * replace.el (query-replace-read-from, query-replace-read-to)
3145 (query-replace-read-args): Rename arg `string' to `prompt'.
3146
3147 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
3148
3149 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3150
3151 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
3152 uploading files.
3153 (ange-ftp-canonize-filename): Handle file names beginning with ~
3154 correctly.
3155
3156 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3157
3158 * textmodes/fill.el (canonically-space-region)
3159 (fill-context-prefix, fill-french-nobreak-p)
3160 (fill-delete-newlines, fill-comment-paragraph)
3161 (justify-current-line): "?\ " -> "?\s".
3162
3163 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
3164
3165 * textmodes/fill.el (fill-nonuniform-paragraphs):
3166 Improve argument/docstring consistency.
3167
3168 2005-08-09 Richard M. Stallman <rms@gnu.org>
3169
3170 * textmodes/ispell.el (ispell-word): More fboundp checks.
3171
3172 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
3173 (find-file-noselect-1): Call it here, only if RAWFILE.
3174 (normal-mode): Always set some major mode.
3175 (save-some-buffers-action-alist): Change some explanation strings.
3176 (file-name-non-special): In the `quote' method, use unwind-protect.
3177
3178 2005-08-09 Magnus Henoch <mange@freemail.hu>
3179
3180 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
3181 (ispell-have-aspell-dictionaries): New variable.
3182 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
3183 (ispell-get-aspell-config-value): New function.
3184 (ispell-aspell-find-dictionary): New function.
3185 (ispell-aspell-add-aliases): New function.
3186 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
3187 appropriate. Don't look for ispell dictionaries if we use aspell.
3188 (ispell-menu-map): Don't build a submenu of dictionaries.
3189
3190 2005-08-09 Richard M. Stallman <rms@gnu.org>
3191
3192 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
3193 (sql-read-passwd): Use read-passwd.
3194
3195 * progmodes/idlw-toolbar.el (idlwave-toolbar)
3196 (idlwave-toolbar-is-possible): Add defvars.
3197
3198 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
3199 Avoid warnings.
3200
3201 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
3202 (idlwave-system-class-info, idlwave-executive-commands-alist):
3203 Use defvar.
3204
3205 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
3206
3207 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
3208 Avoid warnings.
3209
3210 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
3211 and content-type: headers.
3212
3213 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
3214
3215 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
3216 and rename some of them to be more self-explanatory.
3217
3218 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
3219
3220 * startup.el (command-line-1): Implement -scriptload.
3221
3222 * replace.el (occur-engine): Initial *Occur* output not undoable.
3223
3224 * menu-bar.el (menu-bar-file-menu): Rename some menu items
3225 and improve help strings.
3226
3227 * isearch.el (isearch-repeat): When changing direction,
3228 mark search successful.
3229
3230 * ediff-init.el: Use (featurep 'xemacs).
3231
3232 * comint.el (send-invisible): Identify buffer, if not selected.
3233
3234 * align.el: Delete autoload for c-guess-basic-syntax.
3235
3236 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3237
3238 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
3239 Improve argument/docstring consistency. Doc fixes.
3240 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
3241 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
3242 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
3243 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
3244 (r2bv-organization, r2bv-pages, r2bv-primary-author)
3245 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
3246 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
3247 Defvar at compile time.
3248
3249 2005-08-09 Juri Linkov <juri@jurta.org>
3250
3251 * info.el: Replace `info' with upper-case `Info' where appropriate.
3252 (info-title-1, info-title-2, info-title-3, info-title-4)
3253 (info-menu-header): Move up face definitions.
3254 (info-menu-star): Rename from `info-menu-5'.
3255 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3256 (Info-fontify-visited-nodes): Fix docstring.
3257 (Info-hide-note-references): Fix docstring.
3258 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3259 menu items in the same way as on cross-references.
3260 (info-apropos): Fix sorting order and formatting to be like in the
3261 stand-alone Info browser. Display error messages for 1 sec.
3262 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
3263 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3264 from the menu bar.
3265 (Info-insert-dir): Restore point after calling
3266 `insert-buffer-substring'.
3267
3268 2005-08-08 Richard M. Stallman <rms@gnu.org>
3269
3270 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3271 (recompute-lucid-menubar): Add defvars.
3272
3273 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3274
3275 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3276
3277 * net/net-utils.el (run-dig): Rename from `dig'.
3278
3279 * play/gametree.el (gametree-mode): Use make-local-variable,
3280 not make-variable-buffer-local.
3281
3282 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3283
3284 * ansi-color.el (ansi-color-make-extent)
3285 (ansi-color-set-extent-face): Use fboundp, not functionp.
3286
3287 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3288 not make-variable-buffer-local.
3289
3290 * bookmark.el (Info-current-file): Add defvar.
3291 (bookmark-jump-noselect): Use with-no-warnings.
3292
3293 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3294
3295 * ebuff-menu.el (Helper-return-blurb): Add defvar.
3296
3297 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3298
3299 * find-file.el (ada-procedure-start-regexp)
3300 (ada-package-start-regexp): Add defvars.
3301
3302 * info.el (Info-insert-dir): Use insert-buffer-substring.
3303
3304 * xml.el (xml-att-def-re): Add defvar.
3305
3306 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3307 calling convention.
3308
3309 * subr.el (while-no-input): Return t if there is input.
3310
3311 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
3312
3313 * cus-start.el (all): Add `overflow-newline-into-fringe'.
3314
3315 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
3316
3317 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3318 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3319
3320 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
3321
3322 * cmuscheme.el (scheme-start-file): Replace reference to
3323 `user-emacs-directory' by "~/.emacs.d/".
3324
3325 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
3326
3327 * info.el (Info-dir-remove-duplicates): Avoid case folding
3328 in loop; instead, keep downcased strings for comparison.
3329 Suggested by Helmut Eller.
3330
3331 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
3332
3333 Sync with Tramp 2.0.50.
3334
3335 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
3336 XEmacs case; not necessary anymore.
3337 (tramp-user-regexp): Allow "@" as part of user name.
3338 (tramp-handle-set-visited-file-modtime)
3339 (tramp-handle-insert-file-contents)
3340 (tramp-handle-write-region): No special handling for
3341 `last-coding-system-used, because this is done in
3342 `tramp-accept-process-output' now.
3343 (tramp-accept-process-output): New defun.
3344 (tramp-process-one-action, tramp-process-one-multi-action)
3345 (tramp-wait-for-regexp, tramp-wait-for-output)
3346 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
3347 Howells <dhowells@redhat.com>.
3348 (clear-visited-file-modtime): Defadvice removed. The check for
3349 unset buffer's modtime does not need to be based on
3350 `tramp-buffer-file-attributes'. Suggested by RMS.
3351 (tramp-message): Insert "\n" if not being at beginning of line.
3352 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3353 sequence with same logic.
3354 (tramp-completion-handle-expand-file-name): Discard call of
3355 `tramp-drop-volume-letter'. It is not necessary, and there have
3356 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3357 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3358 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3359 should always be visible.
3360 (tramp-handle-insert-directory, tramp-setup-complete)
3361 (tramp-set-process-query-on-exit-flag)
3362 (tramp-append-tramp-buffers): Pacify byte-compiler.
3363 (tramp-bug): Delete non-existing variables from list.
3364 Apply `tramp-load-report-modules' as pre-hook.
3365 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3366 `shell-prompt-pattern' because of non-7bit characters.
3367 Reported by Sebastian Luque <sluque@mun.ca>.
3368 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3369 (tramp-match-string-list): Remove function.
3370 (tramp-wait-for-regexp): Remove call of that function.
3371 Suggested by Kim F. Storm <storm@cua.dk>.
3372 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3373 instead of octal character code ?\600. The latter resulted in a
3374 syntax error with XEmacs.
3375
3376 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3377 XEmacs case; not necessary anymore.
3378 (tramp-smb-handle-write-region): No special handling for
3379 `last-coding-system-used, because this is done in
3380 `tramp-accept-process-output' now.
3381 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3382
3383 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3384
3385 * wid-edit.el (widget-choice-value-create):
3386 Unconditionally respect user choice. Set :explicit-choice back to nil
3387 when no longer needed.
3388 (widget-choice-action): Unconditionally respect user choice.
3389 Eliminate :explicit-choice-value.
3390
3391 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3392
3393 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3394 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3395 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3396 running new function `toggle-indicate-empty-lines'.
3397 Rename "Customize" item to "Customize fringe".
3398 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3399 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3400 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3401 Delete "Empty lines only" item.
3402 (menu-bar-showhide-fringe-ind-customize): New function.
3403 (menu-bar-showhide-fringe-ind-mixed)
3404 (menu-bar-showhide-fringe-ind-box)
3405 (menu-bar-showhide-fringe-ind-right)
3406 (menu-bar-showhide-fringe-ind-left)
3407 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3408 instead of `fringe-indicators'.
3409
3410 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3411
3412 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3413 Change the date of last update.
3414
3415 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3416
3417 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3418 (viper-exec-yank, viper-put-back): Don't display modification msg
3419 if in the minibuffer.
3420
3421 * viper-init.el (viper-replace-overlay-cursor-color)
3422 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3423 Make variables frame local.
3424
3425 * viper-util.el (viper-append-filter-alist): Use append instead of
3426 nconc.
3427
3428 * viper.el (viper-vi-state-mode-list)
3429 (viper-emacs-state-mode-list): Move help-mode and
3430 completion-list-mode from the first list to the second.
3431 (viper-mode): Docstring.
3432 (viper-go-away, viper-non-hook-settings): Don't localize
3433 minor-mode-alist in newer Emacsen. Add advice to
3434 set-cursor-color. Don't bind "\C-c\\".
3435
3436 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3437
3438 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3439 (scheme-macro-expand-command): New user options.
3440 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3441 (scheme-form-at-point, scheme-start-file)
3442 (scheme-interactively-start-process): New functions.
3443 (scheme-get-process): New function, extracted from `scheme-proc'.
3444 (run-scheme): Call `scheme-start-file' to get start file, and pass
3445 it to `make-comint'.
3446 (switch-to-scheme, scheme-proc):
3447 Call `scheme-interactively-start-process' if no Scheme buffer/process
3448 is available.
3449
3450 2005-08-06 Juri Linkov <juri@jurta.org>
3451
3452 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3453 Use `compilation-text-face', `compilation-info-text-face' and
3454 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3455 (compilation-error): New face.
3456 (compilation-error-file-name): Inherit from
3457 `compilation-error' instead of `font-lock-warning-face'.
3458 (compilation-warning-file-name): Inherit from
3459 `compilation-warning' instead of `font-lock-warning-face'.
3460 (compilation-info, compilation-error-file-name)
3461 (compilation-warning-file-name, compilation-info-file-name)
3462 (compilation-line-number, compilation-column-number): Doc fix.
3463 (compilation-error-text-face, compilation-warning-text-face)
3464 (compilation-info-text-face): New face variables.
3465 (compilation-line-face, compilation-column-face)
3466 (compilation-enter-directory-face)
3467 (compilation-leave-directory-face): Doc fix.
3468 (compilation-text-face): New function.
3469
3470 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3471 instead of 1 to display binary file names as info file links.
3472 (grep-error-face): Use `compilation-error-face' instead of
3473 `font-lock-keyword-face'.
3474 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3475 and `compilation-warning-text-face' instead of
3476 `font-lock-keyword-face'. Use `compilation-error-text-face'
3477 instead of `grep-error-face'.
3478
3479 2005-08-05 Kenichi Handa <handa@m17n.org>
3480
3481 * international/code-pages.el: Add autoload cookies for all coding
3482 systems.
3483
3484 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3485
3486 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3487
3488 2005-08-04 Juri Linkov <juri@jurta.org>
3489
3490 * progmodes/compile.el (compilation-mode-map):
3491 * progmodes/grep.el (grep-mode-map):
3492 Bind TAB to `compilation-next-error' and [backtab] to
3493 `compilation-previous-error'.
3494
3495 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3496 matching line numbers, column numbers and their ranges with regexp
3497 matching only line numbers.
3498 (grep-context-face): New face variable.
3499 (grep-mode-font-lock-keywords): Use it.
3500
3501 * faces.el (read-face-name): Delete duplicate faces.
3502
3503 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3504
3505 * thumbs.el (thumbs-find-image): Don't make variables
3506 automatically buffer local.
3507 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3508 (thumbs-image-num): Make automatically buffer local.
3509 (thumbs-show-thumbs-list): Use `make-local-variable', not
3510 `make-variable-buffer-local'.
3511 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3512
3513 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3514 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3515 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3516 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3517 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3518 (feelings-about, foullst, found, hello, history, howareyoulst)
3519 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3520 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3521 (neglst, obj, object, owner, please, problems, qlist)
3522 (random-adjective, relation, remlst, repetitive-shortness)
3523 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3524 (shortlst, something, sportslst, stallmanlst, states, subj)
3525 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3526 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3527 Defvar at compile time.
3528
3529 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3530 not `make-variable-buffer-local'.
3531
3532 2005-08-02 Kim F. Storm <storm@cua.dk>
3533
3534 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3535 rectangle overlay in selected window.
3536
3537 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3538
3539 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3540 instead of display group. Make `indicate-buffer-boundaries'
3541 customizable through Custom.
3542
3543 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3544
3545 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3546 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3547 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3548 (gdb-put-string): Fix typos in docstrings.
3549
3550 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3551
3552 Update copyright notices of files in progmodes directory for
3553 release of Emacs 22.1.
3554
3555 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3556
3557 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3558 Don't barf if the GUD buffer has been killed.
3559
3560 2005-08-01 Kim F. Storm <storm@cua.dk>
3561
3562 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3563
3564 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3565
3566 * simple.el (next-error-follow-minor-mode):
3567 make-variable-buffer-local -> make-local-variable.
3568
3569 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3570
3571 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3572 (byte-compile-form-make-variable-buffer-local): New functions to warn
3573 about misuses of make-variable-buffer-local where make-local-variable
3574 was meant.
3575
3576 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3577
3578 * bs.el (bs-attributes-list): Doc fix.
3579 (bs): Update url-link.
3580
3581 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3582 (desktop-load-default): Simplify.
3583
3584 * ibuffer.el (ibuffer-columnize-and-insert-list)
3585 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3586 (ibuffer-unmark-all, ibuffer-toggle-marks)
3587 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3588 (ibuffer-compile-make-format-form, ibuffer-format-column)
3589 (ibuffer-current-buffers-with-marks)
3590 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3591 (ibuffer): Doc fix.
3592 (ibuffer-mode): Fix typo in docstring.
3593 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3594 with `define-obsolete-variable-alias'.
3595 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3596
3597 2005-07-29 Kenichi Handa <handa@m17n.org>
3598
3599 * international/mule-cmds.el (select-message-coding-system):
3600 Be sure to use LF for end-of-line. If no coding system is decided,
3601 return iso-8859-1-unix.
3602
3603 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3604
3605 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3606 (ange-ftp-pending-error-line): New vars.
3607 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3608 to handle the non-fatal no-route-to-host messages.
3609 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3610
3611 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3612
3613 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3614 (isearch-quote-char, isearch-printing-char)
3615 (isearch-text-char-description): "?\ " -> "?\s".
3616 (isearch-lazy-highlight-cleanup)
3617 (isearch-lazy-highlight-initial-delay)
3618 (isearch-lazy-highlight-interval)
3619 (isearch-lazy-highlight-max-at-a-time)
3620 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3621 Declare with define-obsolete-*-alias macros.
3622 (isearch-forward): Fix typo in docstring.
3623 (search-invisible, search-ring-yank-pointer)
3624 (regexp-search-ring-yank-pointer): Doc fixes.
3625
3626 * recentf.el (recentf-menu-append-commands-p): Declare with
3627 `define-obsolete-variable-alias'.
3628 (recentf-max-saved-items, recentf-menu-filter)
3629 (recentf-arrange-by-rule-subfilter): Doc fixes.
3630 (recentf-menu-append-commands-flag)
3631 (recentf-initialize-file-name-history, recentf-expand-file-name)
3632 (recentf-clear-data): Fix typos in docstrings.
3633
3634 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3635
3636 * progmodes/gdb-ui.el: Smarten comments.
3637 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3638
3639 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3640
3641 * term/apollo.el (terminal-init-apollo): New function containing
3642 all former top level forms in the file.
3643 * term/bobcat.el (terminal-init-bobcat):
3644 * term/cygwin.el (terminal-init-cygwin):
3645 * term/iris-ansi.el (terminal-init-iris-ansi):
3646 * term/linux.el (terminal-init-linux):
3647 * term/news.el (terminal-init-news):
3648 * term/rxvt.el (terminal-init-rxvt):
3649 * term/sun.el (terminal-init-sun):
3650 * term/tvi970.el (terminal-init-tvi970):
3651 * term/vt100.el (terminal-init-vt100):
3652 * term/vt102.el (terminal-init-vt102):
3653 * term/vt125.el (terminal-init-vt125):
3654 * term/vt200.el (terminal-init-vt200):
3655 * term/vt201.el (terminal-init-vt201):
3656 * term/vt220.el (terminal-init-vt220):
3657 * term/vt240.el (terminal-init-vt240):
3658 * term/vt300.el (terminal-init-vt300):
3659 * term/vt320.el (terminal-init-vt320):
3660 * term/vt400.el (terminal-init-vt400):
3661 * term/vt420.el (terminal-init-vt420):
3662 * term/wyse50.el (terminal-init-wyse50):
3663 * term/xterm.el (terminal-init-xterm): Likewise.
3664
3665 * term/README: Describe the terminal-init-* functionality.
3666
3667 * startup.el (command-line): After loading the terminal initialization
3668 file call the corresponding terminal initialization function.
3669
3670 2005-07-27 Kenichi Handa <handa@m17n.org>
3671
3672 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3673 negative.
3674
3675 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3676 (ps-mule-composition-prologue): Fix for the case that
3677 RelativeCompose is false.
3678
3679 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3680
3681 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3682
3683 * descr-text.el (describe-char): Handle the case where the list of
3684 chars is displayed in a separate frame.
3685 Be a bit more discriminating when looking for the char.
3686
3687 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3688
3689 * bookmark.el (bookmark-automatically-show-annotations)
3690 (bookmark-read-annotation-text-func): Doc fixes.
3691 (bookmark-save): Improve argument/docstring consistency.
3692 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3693 (bookmark-alist-from-buffer)
3694 (bookmark-upgrade-file-format-from-0)
3695 (bookmark-grok-file-format-version)
3696 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3697 (bookmark-read-annotation-mode)
3698 (bookmark-insert-current-bookmark, bookmark-jump)
3699 (bookmark-exit-hook): Fix typos in docstrings.
3700 (bookmark-exit-hooks): Define as obsolete alias.
3701 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3702 not `bookmark-exit-hooks'. Fix docstring.
3703 (bookmark-bmenu-select): "?\ " -> "?\s".
3704
3705 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3706
3707 * startup.el (command-line): Fix typo.
3708
3709 2005-07-24 Richard M. Stallman <rms@gnu.org>
3710
3711 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3712 not emacs-quick-startup.
3713
3714 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3715
3716 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3717 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3718 instead of `reb-with-current-window'.
3719 (reb-prev-match): Likewise. Also, don't move left if the search
3720 was unsuccessful.
3721 (reb-initialize-buffer): New function.
3722 (re-builder, reb-change-syntax): Use it.
3723
3724 * man.el (Man-goto-page): Make second argument NOERROR optional.
3725
3726 2005-07-23 Richard M. Stallman <rms@gnu.org>
3727
3728 * man.el (Man-bgproc-sentinel): Check here for failure to find
3729 any man page in the output, and report the error here.
3730 (Man-arguments): Make it permanent local.
3731 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3732 (Man-mode): Pass t for NOERROR.
3733
3734 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3735 (grep-mode-font-lock-keywords):
3736 Don't use compilation-...-face for messages that are not file names.
3737
3738 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3739 Don't use compilation-...-face for messages that are not file names.
3740
3741 2005-07-22 Juri Linkov <juri@jurta.org>
3742
3743 * startup.el (normal-splash-screen): Update menu name.
3744
3745 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3746
3747 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3748
3749 * term/xterm.el: Load term/rxvt if the terminal is actually an
3750 rxvt terminal.
3751 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3752
3753 * term/rxvt.el (function-key-map): Use substitute-key-definition
3754 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3755
3756 * term/cygwin.el: New file.
3757
3758 2005-07-22 Kim F. Storm <storm@cua.dk>
3759
3760 * image-file.el (insert-image-file, image-file-yank-handler):
3761 Fix last change to maintain a (unique) yank-handler on yanked images.
3762
3763 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3764
3765 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3766 of the file size (as in "177B" for 177 bytes). This happens with
3767 "ls -lh" on FreeBSD.
3768
3769 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3770
3771 * hilit-chg.el (highlight-changes-global-initial-state)
3772 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3773 (hilit-chg-fixup, highlight-changes-mode):
3774 Fix typos in docstrings.
3775 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3776 Doc fixes.
3777
3778 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3779
3780 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3781 mode function using `eval-after-load'.
3782
3783 2005-07-21 Kim F. Storm <storm@cua.dk>
3784
3785 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3786 included when reporting an emacs crash, and tell about the DEBUG file.
3787
3788 * image-file.el (insert-image-file): Add yank-handler.
3789 (image-file-yank-handler): Yank handler to make unique copies of
3790 images when they are yanked into a buffer next to each other.
3791
3792 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3793
3794 * comint.el (comint-use-prompt-regexp, comint-send-input)
3795 (comint-source-default, comint-extract-string)
3796 (comint-get-source, comint-word, comint-completion)
3797 (comint-source, comint-prompt-read-only, comint-update-fence):
3798 Fix typos in docstrings.
3799 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3800 Declare with define-obsolete-*-alias macros.
3801 (comint-previous-matching-input-from-input)
3802 (comint-next-matching-input-from-input)
3803 (comint-previous-matching-input, comint-next-matching-input)
3804 (comint-forward-matching-input):
3805 Improve argument/docstring consistency.
3806
3807 * desktop.el (desktop-clear-preserve-buffers-regexp):
3808 Also preserve the *server* buffer.
3809
3810 * simple.el (clone-indirect-buffer): Doc fix.
3811 (fixup-whitespace, just-one-space)
3812 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3813 (next-error, next-error-highlight)
3814 (next-error-highlight-no-select, next-error-last-buffer)
3815 (next-error-buffer-p, next-error-find-buffer, next-error)
3816 (previous-error, next-error-no-select, previous-error-no-select)
3817 (open-line, split-line, minibuffer-prompt-width, kill-new)
3818 (binary-overwrite-mode): Fix typos in docstrings.
3819 (set-fill-column): Fix typo in message.
3820
3821 * skeleton.el (skeleton-proxy-new): Doc fix.
3822
3823 * strokes.el (strokes-load-hook): Doc fix.
3824 (strokes-grid-resolution, strokes-get-grid-position)
3825 (strokes-renormalize-to-grid, strokes-read-stroke)
3826 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3827 (strokes-global-map): Fix typos in docstrings.
3828 (strokes-help): Doc fix. Fix help message and pass it through
3829 `substitute-command-keys'.
3830
3831 * tempo.el (tempo-insert-prompt, tempo-interactive)
3832 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3833 (tempo-insert-string-functions, tempo-local-tags)
3834 (tempo-define-template, tempo-insert-template)
3835 (tempo-insert-prompt-compat, tempo-is-user-element)
3836 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3837 Fix typos in docstrings.
3838
3839 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3840 (vcursor-key-bindings, vcursor-use-vcursor-map)
3841 (vcursor-find-window, vcursor-scroll-down)
3842 (vcursor-disable, vcursor-beginning-of-buffer)
3843 (vcursor-end-of-buffer): Fix typos in docstrings.
3844 (vcursor-relative-move, vcursor-get-char-count):
3845 Improve argument/docstring consistency.
3846
3847 * version.el: "?\ " -> "?\s".
3848
3849 * wid-edit.el (widget-default-create, widget-after-change)
3850 (widget-default-format-handler, widget-checklist-add-item)
3851 (widget-radio-add-item, widget-choose, widget-specify-secret)
3852 (widget-field-value-create, widget-field-value-get)
3853 (widget-editable-list-format-handler)
3854 (widget-editable-list-entry-create, widget-group-value-create)
3855 (widget-documentation-link-add)
3856 (widget-documentation-string-value-create): "?\ " -> "?\s".
3857 (widget-convert-text): Doc fix.
3858 (widget-narrow-to-field, widget-field-find)
3859 (widget-url-link-action, widget-emacs-library-link-action)
3860 (widget-color-notify): Fix typos in docstrings.
3861
3862 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3863 (x-select-text, set-w32-system-coding-system)
3864 (w32-add-charset-info): Fix typos in docstrings.
3865
3866 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3867 (cua-enable-cua-keys, cua-use-hyper-key)
3868 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3869 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3870
3871 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3872
3873 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3874 `defalias' instead of faking it.
3875
3876 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3877 (eshell-ls-missing, eshell-ls-dired-initial-args)
3878 (eshell-ls-use-in-dired): Fix typos in docstrings.
3879
3880 2005-07-20 Kim F. Storm <storm@cua.dk>
3881
3882 * emulation/cua-base.el (cua-mode): Improve doc string.
3883
3884 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3885
3886 * abbrev.el (expand-region-abbrevs): Doc fix.
3887 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3888 Improve argument/docstring consistency.
3889
3890 * arc-mode.el (archive-get-descr, archive-alternate-display):
3891 Doc fixes.
3892 (archive-l-e): Improve argument/docstring consistency.
3893 (archive-tmpdir, archive-unixdate, archive-unixtime)
3894 (archive-chmod-entry): Fix typos in docstrings.
3895 (archive-unflag, archive-unflag-backwards)
3896 (archive-unmark-all-files): "?\ " -> "?\s".
3897
3898 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3899 (Buffer-menu-not-modified, Buffer-menu-execute)
3900 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3901 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3902
3903 * composite.el (compose-string, encode-composition-rule)
3904 (compose-last-chars): Fix typos in docstrings.
3905
3906 * desktop.el (desktop-enable, desktop-basefilename):
3907 Declare with `define-obsolete-variable-alias'.
3908 (desktop-internal-v2s): Don't quote keywords.
3909 (desktop-clear): "?\ " -> "?\s".
3910
3911 * dired.el (dired-align-file, dired-flag-backup-files)
3912 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3913 (dired-listing-switches, dired-ls-F-marks-symlinks)
3914 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3915 (dired-directory, dired-faces, dired, dired-revert)
3916 (dired-mode, dired-summary, dired-view-file)
3917 (dired-copy-filename-as-kill, dired-delete-file)
3918 (dired-no-confirm, dired-unmark-all-marks)
3919 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3920 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3921 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3922 Fix typos in message strings.
3923
3924 * dired-x.el (virtual-dired): Declare with `defalias'.
3925 (dired-mark-unmarked-files, dired-local-variables-file)
3926 (dired-omit-here-always): Doc fix.
3927 (dired-omit-mode, dired-find-subdir)
3928 (dired-enable-local-variables, dired-clean-up-buffers-too)
3929 (dired-extra-startup, dired-mark-extension, dired-jump)
3930 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3931 (dired-smart-shell-command, dired-guess-shell-alist-user)
3932 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3933 (dired-x-bind-find-file, dired-x-submit-report):
3934 Fix typos in docstrings.
3935 (dired-mark-unmarked-files): "?\ " -> "?\s".
3936
3937 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3938
3939 * faces.el (describe-face): "?\ " -> "?\s".
3940 (read-all-face-attributes, read-face-font, modify-face)
3941 (face-attr-construct, italic): Fix typos in docstrings.
3942 (frame-update-face-colors): Declare with
3943 `define-obsolete-function-alias'.
3944
3945 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3946 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3947 (magic-mode-alist, buffer-file-numbers-unique)
3948 (write-file-functions, get-free-disk-space):
3949 Fix typos in docstrings.
3950 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3951 (write-contents-hooks, write-file-hooks):
3952 Declare with `define-obsolete-variable-alias'.
3953
3954 * forms-d2.el (arch-rj): Fix typo in docstrings.
3955 (arch-tocol): Likewise. "?\ " -> "?\s".
3956
3957 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3958 Fix typo in docstring.
3959 (set-screen-width, set-screen-height): Delete redundant info in
3960 doctrings.
3961 (new-frame, screen-height, screen-width): Declare with
3962 `define-obsolete-function-alias'.
3963 (delete-frame-hook, blink-cursor): Declare with
3964 `define-obsolete-variable-alias'.
3965
3966 * paths.el (prune-directory-list): Fix typos in docstring.
3967
3968 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3969 (cvs-prefix-get): Fix typos in docstrings.
3970
3971 * ps-print.el (ps-extend-face-list, ps-extend-face)
3972 (ps-print-background-image): Fix typos in docstrings.
3973 (ps-default-fg, ps-default-bg): Doc fixes.
3974
3975 * s-region.el (s-region-bind): Doc fix.
3976 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3977
3978 * textmodes/org.el (org-table-formula-substitute-names)
3979 (org-table-get-vertical-vector): Doc fixes.
3980 (org-table-recalculate): Remove unused argument to `message'.
3981
3982 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3983
3984 * textmodes/org.el (org-table-column-names)
3985 (org-table-column-name-regexp)
3986 (org-table-named-field-locations): New variables.
3987 (org-archive-subtree): Protect `this-command' when calling
3988 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3989 the kill buffer.
3990 (org-complete): Remove fixed-formula completion.
3991 (org-edit-formulas-map): New variable.
3992 (org-table-edit-formulas): New command.
3993 (org-finish-edit-formulas, org-abort-edit-formulas)
3994 (org-show-variable, org-table-get-vertical-vector): New functions.
3995 (org-table-maybe-eval-formula): Handle `:=' fields.
3996 (org-table-get-stored-formulas, org-table-store-formulas)
3997 (org-table-get-formula, org-table-modify-formulas)
3998 (org-table-replace-in-formulas): Handle named field formulas.
3999 (org-table-get-specials): Store locations of named fields.
4000
4001 2005-07-19 Juri Linkov <juri@jurta.org>
4002
4003 * progmodes/grep.el (grep-regexp-alist)
4004 (grep-mode-font-lock-keywords, grep-process-setup):
4005 Use default GNU grep match color "01;31m" instead of "01;41m".
4006 (grep-regexp-alist, grep-mode-font-lock-keywords):
4007 Use `\\[[0-9]*m' instead of `\\[00m'.
4008 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
4009 sgr_start where its handling is more important. Use the real
4010 length of sgr_start instead of constant 8.
4011 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
4012 specially. Delete all remaining escape sequences.
4013 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
4014 (grep-regexp-alist): Make hyperlink only for binary file name
4015 instead of the whole line.
4016 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
4017 (grep-mode): Add autoload.
4018
4019 * emacs-lisp/find-func.el (find-function-regexp):
4020 Add `define-compilation-mode'.
4021
4022 2005-07-19 Juri Linkov <juri@jurta.org>
4023
4024 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
4025 (compare-windows-sync-string-size, compare-windows-recenter)
4026 (compare-windows-highlight, compare-windows): Add version 22.1.
4027 (compare-windows) <defface>: Inherit from lazy-highlight instead
4028 of duplicating its default value.
4029
4030 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
4031 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
4032
4033 * descr-text.el (describe-char): Create link buttons for `charset'
4034 and `code point'. Add the current input method name with a link
4035 button to `to input' field. Print face names of display table
4036 characters in `The display table entry is displayed by' section
4037 instead of printing face-id in the `display' field.
4038 Guess hardcoded faces and create a link button for them.
4039 Skip empty fields when calculating max-width.
4040 Treat `widget-create' specially while inserting strings from the
4041 collected field list.
4042 (describe-char-after): Made obsolete in version 22.1, not 21.5.
4043
4044 * diff-mode.el (diff-file-header): Change foreground color from
4045 yellow to green on light backgrounds.
4046 (diff-context): Inherit from `shadow' only for color/grayscale
4047 with more than 88 colors.
4048 (diff-indicator-removed, diff-indicator-added)
4049 (diff-indicator-changed): New faces.
4050 (diff-font-lock-keywords): Use new faces. Regroup rules.
4051 Add "^---$" for `normal' diff format. Fontify `#' lines with
4052 font-lock-comment-delimiter-face and font-lock-comment-face.
4053 Add `#' to ^[^...] in the rule for `diff-context-face'.
4054
4055 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
4056 a button-like box. Inherit from `highlight' on low colors.
4057 (shadow): Use shades of gray only for color/grayscale with
4058 more than 88 colors. Use green for light backgrounds with
4059 8 colors, and yellow for dark backgrounds with 8 colors.
4060
4061 * font-lock.el (font-lock-regexp-grouping-backslash):
4062 Don't inherit from escape-glyph (use bold for all cases).
4063
4064 * info.el (info-xref-visited): Use light foreground color `violet'
4065 for dark backgrounds instead of dark color `magenta3'.
4066 (info-title-1): Use `yellow' color for dark backgrounds.
4067
4068 * isearch.el (isearch): Use not-too-dark magenta3 instead of
4069 too-light magenta2.
4070
4071 * replace.el (match): Use slightly more light RoyalBlue3 instead
4072 of dark RoyalBlue4.
4073
4074 * wid-edit.el (widget-inactive): Inherit from `shadow'.
4075
4076 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
4077
4078 * novice.el (disabled-command-hook): Declare it with
4079 `define-obsolete-variable-alias'.
4080
4081 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
4082 (desktop-buffer-misc-functions, desktop-buffer-handlers)
4083 (desktop-load-default): Add release to obsolescence info.
4084 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
4085 (desktop-append-buffer-args, desktop-read):
4086 Fix typos in docstrings.
4087 (desktop-kill): Fix typo in message.
4088 (desktop-save): Doc fix.
4089
4090 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
4091
4092 * viper-cmd.el (viper-escape-to-state): Bug fix.
4093 (viper-envelop-ESC-key): Change the definition of fast
4094 keysequence so it'll work with keyboard macros.
4095
4096 * ediff.el (ediff-patch-buffer): Change the docstring.
4097
4098 2005-07-19 Kenichi Handa <handa@m17n.org>
4099
4100 * international/mule-cmds.el (select-safe-coding-system): Try to
4101 use an auto-coding (if any) before anything else. If the found
4102 auto-coding is invalid, show a warning message.
4103
4104 * international/mule.el (find-auto-coding): New function created
4105 by modifying the body of set-auto-coding.
4106 (set-auto-coding): Use find-auto-coding to find a coding.
4107
4108 2005-07-18 Richard M. Stallman <rms@gnu.org>
4109
4110 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
4111 not isearch-mode-end-hook-error.
4112 (allout-before-change-protect): Fix error message.
4113
4114 2005-07-18 Juri Linkov <juri@jurta.org>
4115
4116 * allout.el (allout-mode):
4117 * calculator.el (calculator-copy):
4118 * custom.el (custom-known-themes):
4119 * dired.el (dired-desktop-buffer-misc-data)
4120 (dired-restore-desktop-buffer):
4121 * dired-x.el (dired-omit-marker-char):
4122 * files.el (basic-save-buffer):
4123 * font-core.el (font-lock-mode):
4124 * calendar/calendar.el (calendar-goto-hebrew-date)
4125 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
4126 (calendar-goto-persian-date):
4127 * language/ethio-util.el (ethio-sera-to-fidel-region):
4128 * textmodes/picture.el (picture-mode):
4129 Delete duplicate duplicate words.
4130
4131 2005-07-18 Juri Linkov <juri@jurta.org>
4132
4133 * isearch.el (isearch-mode-map): Remove key bindings for regexp
4134 chars * ? } |.
4135 (isearch-fallback): Don't call `isearch-process-search-char'.
4136 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
4137 (isearch-process-search-char): Call `isearch-fallback' for regexp
4138 chars * ? } |.
4139 (isearch-return-char): Make obsolete with `make-obsolete' instead
4140 of simply documenting it as obsolete in the docstring.
4141 (isearch-fallback): Refill docstring.
4142
4143 * international/isearch-x.el
4144 (isearch-process-search-multibyte-characters): Remove unneeded
4145 `concat'. Add intermediate values to `junk-hist' instead of
4146 `minibuffer-history'. Test the length of `str'.
4147
4148 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
4149
4150 * allout.el (allout-resolve-xref): Fix typos in error strings.
4151 (allout-before-change-protect): Remove unneeded `concat'.
4152
4153 * array.el (array-mode, array-reconfigure-rows)
4154 (untabify-backward): Fix typos in docstrings.
4155 (array-reconfigure-rows): Use `insert-buffer-substring', not
4156 `insert-buffer'.
4157
4158 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
4159 * progmodes/ada-mode.el (ada-make-body):
4160 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
4161
4162 * dired.el (dired-log):
4163 * tar-mode.el (tar-subfile-save-buffer):
4164 * play/zone.el (zone-pgm-stress-destress):
4165 Use `insert-buffer-substring', not `insert-buffer'.
4166
4167 2005-07-17 Simon Josefsson <jas@extundo.com>
4168
4169 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
4170
4171 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
4172
4173 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
4174 Add plain auth method.
4175 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4176
4177 2005-07-17 Kim F. Storm <storm@cua.dk>
4178
4179 * ido.el (dired-other-window): Add ido property.
4180
4181 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
4182
4183 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4184 Fix typo in docstring.
4185 (byte-compile-interactive-only-functions): Add `insert-buffer' and
4186 `insert-file-literally'.
4187
4188 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
4189 info and delete redundant message. Doc fix.
4190 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
4191 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
4192
4193 2005-07-16 Richard M. Stallman <rms@gnu.org>
4194
4195 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
4196 (byte-compile-and): Use byte-compile-and-recursion.
4197 (byte-compile-or-recursion): New function.
4198 (byte-compile-or): Use that.
4199 (byte-compile-if): Guard the else-clause too.
4200 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4201
4202 * isearch.el (isearch-mode-end-hook-quit): New variable.
4203 (isearch-done): Bind it.
4204 (isearch-mode-end-hook): Doc fix.
4205
4206 * allout.el (allout-isearch-did-quit): Variable deleted.
4207 (allout-real-isearch-abort): Function name no longer used.
4208 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
4209 (allout-isearch-rectification): isearch-mode always exists.
4210 Don't set allout-isearch-did-quit.
4211 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
4212 allout-isearch-did-quit.
4213 (allout-enwrap-isearch): Just add the hook.
4214 (allout-isearch-abort): Function deleted.
4215 (allout-pre-command-business): Avoid warning.
4216
4217 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
4218 Correctly avoid warnings.
4219 (pascal-outline): Likewise.
4220
4221 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
4222
4223 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
4224
4225 * play/tetris.el (tetris-mode): Avoid warning.
4226
4227 * play/snake.el (snake-mode): Avoid warning.
4228
4229 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
4230 (gamegrid-set-display-table): Avoid warning.
4231 (gamegrid-set-timer): Likewise.
4232 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
4233 (gamegrid-add-score-with-update-game-score-1): Take FILE
4234 as argument.
4235 (gamegrid-add-score-with-update-game-score): Pass that argument.
4236 Rename have-shared-game-dir to gamegrid-shared-game-dir.
4237
4238 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
4239
4240 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
4241 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
4242
4243 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
4244 and insert-file.
4245
4246 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
4247 (sc-ask): Avoid warnings.
4248
4249 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4250 (eshell-hist-initialize): Use that var the natural way.
4251
4252 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4253
4254 * emacs-lisp/re-builder.el (reb-cook-regexp):
4255 Avoid warning calling lre-compile-string.
4256 (reb-color-display-p): Avoid warning.
4257
4258 * calculator.el (calculator-last-input): Guard uses
4259 of event-key and key-press-event-p.
4260 (event-key, key-press-event-p): Delete definitions.
4261
4262 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
4263 (find-gc-source-directory, find-gc-subrs-callers)
4264 (find-gc-noreturn-list, find-gc-source-files)
4265 (find-gc-subrs-called): Vars renamed and defvar'd.
4266
4267 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4268 (checkdoc-overlay-put, checkdoc-delete-overlay)
4269 (checkdoc-overlay-start, checkdoc-overlay-end)
4270 (checkdoc-mode-line-update, checkdoc-char=):
4271 Define such that compiler knows they are defined.
4272 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
4273 (checkdoc-read-event): Delete. Use read-event directly.
4274
4275 * whitespace.el (whitespace-make-overlay)
4276 (whitespace-overlay-put, whitespace-delete-overlay)
4277 (whitespace-overlay-start, whitespace-overlay-end):
4278 Define such that compiler knows they are defined.
4279 (whitespace): Move conditional inside.
4280
4281 * tempo.el (tempo-insert-template): Suppress warning.
4282
4283 * ediff-diff.el (longlines-mode): Add defvar.
4284
4285 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
4286
4287 * server.el: Bind "C-x #" in a way that works even if C-x is
4288 redefined to a command key, not a prefix key.
4289
4290 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4291
4292 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4293 cl-make-type-test till execution time.
4294
4295 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
4296
4297 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4298 arg ARG and use it.
4299
4300 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4301
4302 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4303
4304 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
4305
4306 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4307 a defcustom with two :set or :type keywords.
4308
4309 2005-07-15 Richard M. Stallman <rms@gnu.org>
4310
4311 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4312 Don't give ^M comment-end syntax.
4313
4314 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
4315
4316 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4317 Don't consider gdbmi (gdb-mi.el has its own update functions).
4318 (gdb-var-delete): Make it work for gdbmi as well.
4319 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4320
4321 * progmodes/gud.el (etags, sdb): Only require etags when needed.
4322 (gud-speedbar-menu-items): Correct logic for enabling items.
4323
4324 2005-07-15 Kim F. Storm <storm@cua.dk>
4325
4326 * ido.el: Fix commentary.
4327 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4328 Use with-no-warnings around ffap-guesser.
4329 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4330 Let bind minibuffer-completing-file-name to t.
4331
4332 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
4333
4334 * startup.el (site-run-file, keyboard-type): Doc fixes.
4335 (command-line): Check for "--basic-display" argument; also for
4336 "--quick", not "--bare-bones" (which was renamed).
4337 (fancy-splash-text): Add missing item "Getting New Versions".
4338 (normal-splash-screen): Fix typos and improve consistency with
4339 `fancy-splash-text'. Update copyright year.
4340
4341 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4342 valid binding for `help-char'.
4343
4344 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
4345
4346 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
4347
4348 * term.el (term-mode): Disable cua-mode for term buffers.
4349
4350 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
4351
4352 * add-log.el (add-log-mailing-address, change-log-merge):
4353 Doc fixes.
4354 (change-log-get-method-definition): Fix typo in docstring.
4355
4356 2005-07-14 Kim F. Storm <storm@cua.dk>
4357
4358 * emulation/cua-base.el:
4359 (cua--pre-command-handler-1, cua--pre-command-handler)
4360 (cua--post-command-handler-1, cua--post-command-handler):
4361 Split in two. Check (buffer local) value of cua-mode.
4362 (cua-selection-mode): New command.
4363
4364 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4365
4366 * custom.el (custom-initialize-safe-set)
4367 (custom-initialize-safe-default): Doc fixes.
4368
4369 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4370 and simplify :init-value again.
4371
4372 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4373 and simplify :init-value again. Delete autoload.
4374
4375 * startup.el (command-line): Use `custom-reevaluate-setting' again
4376 for tooltip-mode.
4377
4378 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4379 a defcustom with two :initialize keywords.
4380
4381 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4382
4383 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4384 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4385 (allout-post-command-business, allout-flag-region)
4386 (isearch-reenable-font-lock, allout-yank)
4387 (allout-insert-latex-header, allout-insert-latex-trailer)
4388 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4389 (allout-latex-verb-quote): Fix typos in docstrings.
4390 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4391 (allout-unprotected, allout-prefix-data):
4392 Improve argument/docstring consistency.
4393 (allout-chart-subtree): Fix argument spec.
4394 (allout-open-topic): Rename `use_sib_bullet' argument to
4395 `use-sib-bullet'. Doc fix.
4396
4397 * whitespace.el (whitespace-check-buffer-leading)
4398 (whitespace-check-buffer-trailing)
4399 (whitespace-check-buffer-indent)
4400 (whitespace-check-buffer-spacetab)
4401 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4402 (whitespace-check-leading-whitespace)
4403 (whitespace-check-trailing-whitespace)
4404 (whitespace-check-spacetab-whitespace)
4405 (whitespace-check-indent-whitespace)
4406 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4407 (whitespace-modes): Fix typos in docstrings.
4408 (defgroup, defcustom): Doc fixes.
4409
4410 * winner.el (winner-mode, winner-boring-buffers)
4411 (winner-pending-undo-ring): Doc fixes.
4412 (winner-ring): Remove unneeded `progn'.
4413 (winner-equal): `defsubst' it.
4414 (winner-redo): Fix message.
4415
4416 2005-07-13 Kim F. Storm <storm@cua.dk>
4417
4418 * simple.el (line-move-1): Always use vertical-motion to
4419 do the last (or only) line move to ensure some movement.
4420 Undo 2005-06-23 change--don't check for overlays.
4421
4422 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4423
4424 * term/mac-win.el (ccl-encode-mac-roman-font)
4425 (ccl-encode-mac-centraleurroman-font)
4426 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4427 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4428 Change charset-id boundary of dimension to ?\xef.
4429 (mac-char-fontspec-list): New constant.
4430 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4431 argument. Nil uses itself as family in font-spec. Previous
4432 behavior for nil is now provided by non-nil non-string argument.
4433 All callers changed. Add font-specs for Mac fonts to
4434 "fontset-default" unless iso8859-1 fonts are installed.
4435
4436 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4437
4438 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4439 a continuation line if the \ is preceded by SPC or TAB.
4440 (sh-get-indent-info): Simplify.
4441 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4442 Use with-current-buffer.
4443
4444 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4445 when the matched text is empty.
4446
4447 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4448
4449 * startup.el (command-line): Revert to previous handling of
4450 tooltip-mode. Explain in comment why the complexity is needed.
4451
4452 * tooltip.el (tooltip-mode): Revert to previous implementation of
4453 its defcustom.
4454
4455 * frame.el (blink-cursor-mode): Revert to previous implementation
4456 of its defcustom. Update comment.
4457
4458 2005-07-12 Lars Hansen <larsh@soem.dk>
4459
4460 * desktop.el: Update e-mail address.
4461
4462 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4463
4464 * term/mac-win.el (mac-services-mail-selection)
4465 (mac-services-mail-to): New functions.
4466 (mac-application-menu-map): Bind them.
4467
4468 2005-07-12 wulei <milton@wulei.net> (tiny change)
4469
4470 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4471
4472 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4473
4474 * custom.el (custom-reevaluate-setting): Doc fix.
4475
4476 2005-07-11 Jay Belanger <belanger@truman.edu>
4477
4478 * calc/calc.el (calc-embedded-announce-formula-alist)
4479 (calc-embedded-open-close-plain-alist)
4480 (calc-embedded-open-close-mode-alist): Add checks for additional
4481 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4482
4483 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4484
4485 * custom.el (custom-enable-theme): Don't add theme to
4486 `custom-enabled-themes' with `push' because there is no
4487 setf-method for `delq'.
4488
4489 2005-07-11 Richard M. Stallman <rms@gnu.org>
4490
4491 * custom.el (custom-declare-variable): Doc fix.
4492
4493 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4494 from the alists.
4495
4496 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4497 Do nothing if edebug-active.
4498
4499 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4500 (edebug-display): Do it here instead.
4501
4502 2005-07-10 Richard M. Stallman <rms@gnu.org>
4503
4504 * cus-face.el (custom-theme-set-faces): Make it work.
4505 (custom-reset-faces): Doc fix.
4506 (custom-theme-reset-internal-face, custom-theme-face-value):
4507 Functions deleted.
4508
4509 * custom.el (custom-push-theme): Maintain list of the settings
4510 of a given theme in its theme-settings property.
4511 Maintain position of old settings in the theme-value
4512 or theme-face property.
4513 (custom-enabled-themes): New variable.
4514 (custom-theme-enabled-p): New function.
4515 (provide-theme): Update custom-enabled-themes.
4516 Disable and reenable the `user' theme.
4517 (require-theme): Doc fix.
4518 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4519 (custom-theme-value, custom-theme-variable-value): Likewise.
4520 (custom-theme-reset-internal): Likewise.
4521 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4522 (custom-enable-theme, custom-disable-theme): New functions.
4523 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4524 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4525 (custom-theme-reset-variables): Simplify.
4526 (deftheme, custom-declare-theme, custom-make-theme-feature):
4527 Definitions moved.
4528
4529 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4530
4531 * longlines.el (longlines-show-region)
4532 (longlines-unshow-hard-newlines): Recognize hard newlines by
4533 non-nil hard property, instead of t.
4534
4535 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4536
4537 * viper-cmd.el (viper--key-maps): New variable.
4538 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4539 emulation-mode-map-alists.
4540 (viper-envelop-ESC-key): Use viper-subseq.
4541 (viper-search-forward/backward/next): Disable debug-on-error.
4542
4543 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4544 (viper-ESC-key): New defcustoms.
4545
4546 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4547
4548 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4549 (viper-subseq): Copy of subseq from cl.el.
4550
4551 * viper.el (viper-go-away, viper-set-hooks): Use
4552 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4553
4554 * viper-mous.el (viper-current-frame-saved): Use defvar.
4555
4556 * viper-init.el: Get rid of -face in face names.
4557
4558 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4559 Make it work with longlines mode
4560
4561 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4562
4563 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4564
4565 * ediff-init.el: Get rid of -face in face names.
4566
4567 2005-07-10 Richard M. Stallman <rms@gnu.org>
4568
4569 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4570 and with-timeout-unsuspend.
4571
4572 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4573 and with-timeout-unsuspend.
4574
4575 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4576 (with-timeout): Bind that variable to record timers.
4577 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4578
4579 * emacs-lisp/debug.el (debug-help-follow): New function.
4580 (debugger-mode-map): Use that instead of help-follow.
4581 (debugger-setup-buffer): Use eval-buffer-list
4582 to handle eval-buffer frames.
4583
4584 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4585
4586 * timezone.el (timezone-parse-date): Change first regexp
4587 so it will not mistakenly match dates with no time zone.
4588
4589 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4590
4591 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4592
4593 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4594
4595 * custom.el (custom-initialize-safe-set)
4596 (custom-initialize-safe-default): New functions.
4597
4598 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4599 and simplify :init-value.
4600
4601 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4602 and simplify :init-value. Delete obsolete comment.
4603
4604 * startup.el (command-line): Use `custom-reevaluate-setting' to
4605 handle `tooltip-mode'. Delete obsolete comment.
4606
4607 * files.el (set-visited-file-name): Avoid calling
4608 `file-name-nondirectory' with a nil argument.
4609
4610 2005-07-09 Richard M. Stallman <rms@gnu.org>
4611
4612 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4613 was called with nil for the buffer, handle the read position right.
4614 Handle read position for eval-region, too.
4615
4616 2005-07-09 Juri Linkov <juri@jurta.org>
4617
4618 * fringe.el (fringe-mode): Add period in docstring.
4619 (fringe-query-style): Build prompt depending on `all-frames' arg.
4620
4621 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4622 to not create links to unrelated functions in the Help buffer.
4623
4624 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4625 Doc fix.
4626
4627 * simple.el (next-error-hook): New variable.
4628 (next-error): Use it. Doc fix.
4629
4630 * textmodes/ispell.el (ispell-command-loop): Add current
4631 dictionary name and program name to mode-line-format.
4632 (ispell-region, ispell-process-line): Add current dictionary name
4633 and program name to messages.
4634
4635 2005-07-08 Jay Belanger <belanger@truman.edu>
4636
4637 * calc/calc.el (calc-embedded-announce-formula-alist)
4638 (calc-embedded-open-close-formula-alist)
4639 (calc-embedded-open-close-word-alist)
4640 (calc-embedded-open-close-plain-alist)
4641 (calc-embedded-open-close-new-formula-alist)
4642 (calc-embedded-open-close-mode-alist)
4643 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4644 (calc-embedded-mode-hook): New variables.
4645
4646 * calc/calc-embed.el (calc-embedded-firsttime)
4647 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4648 New variables.
4649 (calc-do-embedded): Use calc-embedded-firsttime,
4650 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4651 determine whether or not to run hooks.
4652 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4653 calc-embedded-firsttime-formula appropriately.
4654 Set calc-embedded delimiter variables according to mode.
4655
4656 2005-07-08 Richard M. Stallman <rms@gnu.org>
4657
4658 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4659 Check for "emacs", etc., as entire symbol, not just as word.
4660 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4661
4662 * files.el (set-visited-file-name): Report the error
4663 for "empty filename" earlier.
4664 (kill-some-buffers): Ignore buffers already dead.
4665
4666 * fringe.el (fringe-mode): Doc fix.
4667
4668 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4669 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4670 Use unwind-protect to ensure byte-compile-unresolved-functions
4671 is updated.
4672
4673 * whitespace.el (whitespace-buffer-leading-cleanup):
4674 Simplify w/ skip-chars-forward.
4675 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4676
4677 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4678 Unconditionally try to leave point at the same old place.
4679
4680 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4681
4682 * comint.el (comint-postoutput-scroll-to-bottom)
4683 (comint-show-maximum-output): Take scroll-margin into consideration.
4684
4685 2005-07-08 Kim F. Storm <storm@cua.dk>
4686
4687 * ido.el (ido-use-filename-at-point): New choice `guess'.
4688 (ido-file-internal): Try ffap-guesser if selected.
4689
4690 * ido.el (ido-before-fallback-functions): New hook.
4691 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4692 (ido-read-file-name): Run it.
4693
4694 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4695
4696 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4697 strings rather than a list of symbols to the completion function.
4698
4699 2005-07-07 Jay Belanger <belanger@truman.edu>
4700
4701 * calc/calc-units.el (math-apply-units): Change the places in
4702 which units are simplified.
4703
4704 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4705
4706 * cus-edit.el (customize-option, customize-option-other-window):
4707 Make them handle aliases.
4708
4709 * custom.el (custom-variable-p): Make it recursively follow
4710 aliases. Mention that in the docstring.
4711
4712 2005-07-07 Richard M. Stallman <rms@gnu.org>
4713
4714 * cus-start.el (exec-path): Use `directory' instead of `file'.
4715 Fix tag for nil.
4716
4717 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4718
4719 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4720 when called non-interactively. Doc fix.
4721
4722 2005-07-07 Lute Kamstra <lute@gnu.org>
4723
4724 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4725 new address as well.
4726
4727 2005-07-07 Kenichi Handa <handa@m17n.org>
4728
4729 * international/mule.el (make-coding-system):
4730 Describe `ascii-incompatible' property in the docstring.
4731 (set-file-name-coding-system): Signal an error if coding-system is
4732 ascii-incompatible.
4733 (set-keyboard-coding-system): Likewise.
4734
4735 * international/mule-cmds.el (set-default-coding-systems):
4736 Don't set default-file-name-coding-system and
4737 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4738
4739 * international/utf-16.el: Declare that all UTF-16-based coding
4740 systems are ASCII-incompatible.
4741
4742 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4743
4744 * progmodes/gud.el: Require font-lock for displaying errors.
4745 Used by gdb-ui.el.
4746
4747 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4748
4749 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4750 values for the pattern lists which are `read'able but not
4751 `append'able (like symbols).
4752
4753 2005-07-06 Richard M. Stallman <rms@gnu.org>
4754
4755 * progmodes/flymake.el (flymake-float-time): Instead of
4756 with-no-warnings, test for xemacs.
4757 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4758 to avoid warning.
4759
4760 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4761
4762 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4763
4764 2005-07-05 Lute Kamstra <lute@gnu.org>
4765
4766 * battery.el: Add support for Darwin (with much debugging help
4767 from Samuel Lauber <sam124@operamail.com>).
4768 (battery-status-function, battery-echo-area-format)
4769 (battery-mode-line-format): Add support for pmset on Darwin.
4770 (battery-load-low, battery-load-critical): New user options.
4771 (battery-pmset): New function.
4772
4773 2005-07-05 Lute Kamstra <lute@gnu.org>
4774
4775 Update FSF's address in GPL notices.
4776
4777 * textmodes/page-ext.el: Update FSF's address.
4778
4779 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4780
4781 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4782 filling from using prefix when filling a single-line docstring.
4783
4784 * progmodes/flymake.el: Remove useless eval-when-compile.
4785
4786 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4787
4788 2005-07-04 Richard M. Stallman <rms@gnu.org>
4789
4790 * textmodes/org.el (org-file-apps-defaults-gnu):
4791 Rename from org-file-apps-defaults-linux.
4792 (org-default-apps): Don't test system-type for `linux'.
4793 (org-file-apps): Doc fix.
4794
4795 2005-07-04 David Ponce <david@dponce.com>
4796
4797 * tree-widget.el: Improve header Commentary section.
4798 (tree-widget) [defgroup]
4799 (tree-widget-image-enable, tree-widget-themes-directory)
4800 (tree-widget-theme, tree-widget-image-properties-emacs)
4801 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4802 (tree-widget-image-formats, tree-widget-control)
4803 (tree-widget-empty-control, tree-widget-leaf-control
4804 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4805 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4806 (tree-widget-keep, tree-widget-after-toggle-functions)
4807 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4808 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4809 :help-echo message.
4810 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4811 (tree-widget-image-properties): Doc fix. Clearer implementation.
4812 (tree-widget--cursors): New constant.
4813 (tree-widget-lookup-image): New function split from
4814 `tree-widget-find-image'. Clearer implementation.
4815 (tree-widget-find-image): Use it.
4816 (tree-widget-button-keymap): Use `set-keymap-parent'.
4817 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4818 Define the sub-widgets here.
4819 (tree-widget-node): Check that :node is not a tree-widget.
4820 (tree-widget-get-super, tree-widget-open-control)
4821 (tree-widget-close-control, tree-widget-empty-control)
4822 (tree-widget-leaf-control, tree-widget-guide)
4823 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4824 (tree-widget-no-handle, tree-widget-value-delete)
4825 (tree-widget-map): Remove.
4826 (tree-widget-children-value-save): Doc fix. Simplified.
4827 (tree-widget-value-create): Update according to previous changes.
4828
4829 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4830
4831 * textmodes/org.el: Leading space replaced by TABS.
4832 (org-recalc-marks, org-table-rotate-recalc-marks)
4833 (org-table-get-specials): Treat "^" and "_" marks.
4834 (org-table-justify-field-maybe): Optional argument NEW.
4835 (org-table-eval-formula): Parsing of the format simplified.
4836 New modes C,I. Honor the %= parameter in the current table.
4837 Avoid unnecessary re-align by using the NEW argument to
4838 `org-table-justify-field-maybe'.
4839 (org-calc-default-modes): Default for date-format mimicks org-mode.
4840 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4841
4842 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4843
4844 * cus-face.el (custom-theme-set-faces): Make it handle face
4845 aliases whose alias declarations are pre- or autoloaded.
4846
4847 2005-07-04 Juri Linkov <juri@jurta.org>
4848
4849 * faces.el (read-face-name): Put the code for getting a face name
4850 from the buffer before adding the faces from the `face' property.
4851 Use `completing-read-multiple' instead of `completing-read'.
4852 Require `crm'. Add default value and post-process the returned
4853 list of faces.
4854
4855 * emacs-lisp/crm.el (crm-find-current-element)
4856 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4857
4858 * emacs-lisp/lisp-mode.el (eval-defun-1):
4859 * emacs-lisp/edebug.el (edebug-eval-defun):
4860 Remove unnecessary quotes.
4861
4862 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4863
4864 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4865 (prolog-indent-level): Fix typo in docstring.
4866
4867 * info.el (Info-history, Info-history-forward)
4868 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4869
4870 * add-log.el (add-change-log-entry):
4871 * comint.el (comint-dynamic-list-input-ring)
4872 (comint-dynamic-list-completions):
4873 * dabbrev.el (dabbrev-expand):
4874 * delim-col.el (delimit-columns-rectangle-line):
4875 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4876 (diff-unified->context):
4877 * ediff-init.el (ediff-abbrev-jobname):
4878 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4879 (ediff-replace-session-activity-marker-in-meta-buffer):
4880 * info.el (Info-summary):
4881 * lpr.el (printify-region):
4882 * printing.el (pr-create-interface):
4883 * ps-print.el (ps-print-quote):
4884 * ses.el (ses-column-widths, ses-print-cell)
4885 (ses-adjust-print-width, ses-center):
4886 * shell.el (shell-file-name-quote-list):
4887 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4888 (strokes-fill-current-buffer-with-whitespace)
4889 (strokes-xpm-for-stroke, strokes-list-strokes)
4890 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4891 * term.el (term-dynamic-list-input-ring)
4892 (term-dynamic-list-completions):
4893 * calc/calc.el (math-format-stack-value):
4894 * emacs-lisp/edebug.el (edebug-display-freq-count):
4895 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4896 (delphi-new-comment-line):
4897 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4898 * progmodes/executable.el (executable-set-magic):
4899 * progmodes/python.el (inferior-python-mode):
4900 * progmodes/scheme.el (scheme-mode-syntax-table):
4901 * progmodes/sh-script.el (sh-maybe-here-document):
4902 * progmodes/sql.el (sql-copy-column):
4903 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4904 * textmodes/bibtex.el (bibtex-mode):
4905 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4906 (sgml-auto-attributes):
4907 * textmodes/table.el (table-insert, table-shorten-cell)
4908 (table--generate-source-scan-lines, table-delete-row)
4909 (*table--cell-delete-char, table--spacify-frame)
4910 (table--horizontally-shift-above-and-below)
4911 (table--cell-insert-char, table--cell-blank-str)
4912 (table--fill-region-strictly):
4913 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4914 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4915
4916 * add-log.el (change-log):
4917 * apropos.el (apropos):
4918 * comint.el (comint-completion, comint-source):
4919 * dabbrev.el (dabbrev):
4920 * delim-col.el (columns):
4921 * diff-mode.el (diff-mode):
4922 * ediff.el (ediff):
4923 * ediff-diff.el (ediff-diff):
4924 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4925 * ediff-mult.el (ediff-mult):
4926 * ediff-ptch.el (ediff-ptch):
4927 * ediff-wind.el (ediff-window):
4928 * facemenu.el (facemenu):
4929 * indent.el (indent):
4930 * info.el (info):
4931 * jka-cmpr-hook.el (compression, jka-compr):
4932 * lpr.el (lpr):
4933 * outline.el (outlines):
4934 * pcmpl-cvs.el (pcmpl-cvs):
4935 * pcmpl-rpm.el (pcmpl-rpm):
4936 * printing.el (printing):
4937 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4938 (ps-print-vertical, ps-print-headers, ps-print-font)
4939 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4940 (ps-print-background, ps-print-printer, ps-print-page)
4941 (ps-print-miscellany):
4942 * ses.el (ses):
4943 * shell.el (shell, shell-directories, shell-faces):
4944 * startup.el (initialization):
4945 * strokes.el (strokes):
4946 * term.el (term):
4947 * uniquify.el (uniquify):
4948 * w32-vars.el (w32):
4949 * calc/calc.el (calc):
4950 * emacs-lisp/bytecomp.el (bytecomp):
4951 * emacs-lisp/cl-indent.el (lisp-indent):
4952 * emacs-lisp/edebug.el (edebug):
4953 * emacs-lisp/elp.el (elp):
4954 * emacs-lisp/testcover.el (testcover):
4955 * emacs-lisp/trace.el (trace):
4956 * emulation/viper-ex.el (viper-ex):
4957 * emulation/viper-mous.el (viper-mouse):
4958 * mail/mailalias.el (mailalias):
4959 * mail/supercite.el (supercite, supercite-frames)
4960 (supercite-attr, supercite-cite, supercite-hooks):
4961 * net/rcompile.el (remote-compile):
4962 * net/rlogin.el (rlogin):
4963 * obsolete/ooutline.el (outlines):
4964 * progmodes/delphi.el (delphi):
4965 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4966 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4967 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4968 (ebnf-optimization):
4969 * progmodes/etags.el (etags):
4970 * progmodes/executable.el (executable):
4971 * progmodes/idlwave.el (idlwave):
4972 * progmodes/pascal.el (pascal):
4973 * progmodes/prolog.el (prolog):
4974 * progmodes/python.el (python):
4975 * progmodes/scheme.el (scheme):
4976 * progmodes/sh-script.el (sh, sh-script):
4977 * progmodes/sql.el (SQL):
4978 * progmodes/tcl.el (tcl):
4979 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4980 * textmodes/enriched.el (enriched):
4981 * textmodes/makeinfo.el (makeinfo):
4982 * textmodes/sgml-mode.el (sgml):
4983 * textmodes/table.el (table-hooks):
4984 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4985 * textmodes/texinfo.el (texinfo):
4986 * textmodes/two-column.el (two-column):
4987 Finish `defgroup' description with period.
4988
4989 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4990 * eshell/esh-var.el (eshell-var):
4991 * progmodes/vhdl-mode.el (vhdl-testbench):
4992 * textmodes/org.el (org): Fix typos in docstrings.
4993
4994 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4995 consistency.
4996
4997 * progmodes/flymake.el (flymake-find-file): Remove.
4998 (flymake-float-time): Use `with-no-warnings'.
4999 (flymake-check-start-time, flymake-check-was-interrupted)
5000 (flymake-err-info, flymake-is-running, flymake-last-change-time)
5001 (flymake-new-err-info): `defvar' at compile time.
5002
5003 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
5004
5005 * replace.el (occur-hook): Doc fix.
5006 (occur-1): Don't call `occur-hook' if there are no matches.
5007
5008 2005-07-03 Richard M. Stallman <rms@gnu.org>
5009
5010 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
5011 global-map, save the same map.
5012 (global-map): Don't alter it at top level.
5013 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
5014 Then alter it here instead.
5015 (tpu-edt-off): Set global-map to the saved one.
5016
5017 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
5018 All references simplified.
5019 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
5020 (zmacs-regions): Add defvar.
5021 (repeat-complex-command-map): Everything about that deleted.
5022
5023 * textmodes/artist.el (artist-key-is-drawing)
5024 (artist-key-endpoint1, artist-key-poly-point-list)
5025 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
5026 (artist-key-compl-table, artist-rb-save-data)
5027 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
5028 Don't put them in eval-when-compile.
5029 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
5030
5031 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
5032 Use with-no-warnings.
5033
5034 * net/browse-url.el (dos-windows-version): Add defvar.
5035
5036 * mail/supercite.el (filladapt-prefix-table): Add defvar.
5037
5038 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
5039 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
5040 (rmail-new-summary-line-count): Rename from new-summary-line-count.
5041 Add defvar.
5042 (rmail-summary-beginning-of-message): Use with-no-warnings.
5043 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
5044
5045 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
5046 Use with-no-warnings.
5047
5048 * emulation/vi.el (vi-mark-region): Use c-mark-function.
5049 (c-mark-function): Add point-moving-unit property.
5050 (vi-goto-line): Use with-no-warnings.
5051
5052 * emulation/edt.el (edt-last-copied-word): Add defvar.
5053 (zmacs-region-stays): Likewise.
5054 (edt-mark-section-wisely): Use c-mark-function for C.
5055 Use makr-defun for Fortran.
5056 (time-string): defvar deleted.
5057 (edt-display-the-time): Don't set time-string.
5058
5059 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
5060
5061 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
5062 Don't warn when name is not constant
5063 or for defining the group `emacs'.
5064
5065 * tooltip.el (gud-tooltip-mode): Add defvar.
5066
5067 * startup.el (default-frame-background-mode): Add defvar.
5068
5069 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
5070
5071 * info.el (tool-bar-map): Add defvar.
5072
5073 * dired.el (dnd-protocol-alist): Add defvar.
5074
5075 * dired-aux.el (dired-query): Display question with answer, when
5076 the user answers.
5077
5078 * custom.el (custom-add-option): Doc fix.
5079
5080 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
5081
5082 2005-07-03 Eli Zaretskii <eliz@gnu.org>
5083
5084 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
5085 bogus name from the last change.
5086
5087 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
5088
5089 * custom.el (custom-declare-variable): Fix typos in comment.
5090 (custom-known-themes): Doc fix.
5091 (custom-theme-directory): New defcustom.
5092 (require-theme): Make it check `custom-theme-directory'.
5093
5094 * cus-theme.el (custom-new-theme-mode): New function.
5095 (custom-theme-name, custom-theme-variables, custom-theme-faces)
5096 (custom-theme-description): Add compiler defvars.
5097 (customize-create-theme): Add doc to the "*New Custom Theme*"
5098 buffer. Use `custom-new-theme-mode'.
5099 (custom-theme-write): Put the created buffer in emacs-lisp-mode
5100 and save it to the `custom-theme-directory'. Make this the
5101 default directory of the buffer.
5102
5103 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
5104
5105 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
5106 Fix unbalanced parentheses.
5107
5108 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5109
5110 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
5111 into flymake-mode and delegate to flymake-mode.
5112
5113 * find-file.el (ff-which-function-are-we-in): Clean up.
5114
5115 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
5116
5117 * replace.el (occur-rename-buffer): Fix docstring.
5118
5119 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
5120 (edt-last-copied-word, edt-learn-macro-count)
5121 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
5122 (edt-rect-start-point, edt-user-global-map, rect-start-point)
5123 (time-string, zmacs-region-stays):
5124 * emulation/edt-mapper.el (edt-save-function-key-map)
5125 (EDT-key-name): `defvar' to silence the byte-compiler.
5126
5127 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
5128
5129 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
5130 font-lock-regexp-backslash. Doc fix.
5131 (font-lock-regexp-backslash-grouping-construct): Rename from
5132 font-lock-regexp-backslash-construct. Doc fix.
5133 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
5134 grouping constructs.
5135
5136 2005-07-02 Eli Zaretskii <eliz@gnu.org>
5137
5138 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
5139 updating all the prerequisites.
5140
5141 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
5142
5143 * textmodes/org.el (org-agenda-start-on-weekday)
5144 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
5145 (org-agenda-use-time-grid, org-archive-location)
5146 (org-allow-space-in-links, org-usenet-links-prefer-google)
5147 (org-enable-table-editor, org-export-default-language)
5148 (org-export-html-show-new-buffer, org-fill-paragraph)
5149 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
5150 (org-goto-quit, org-occur, org-eval-in-calendar)
5151 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
5152 (org-agenda-diary-entry, org-remember-help)
5153 (org-table-convert-region, org-at-table-p)
5154 (org-table-move-row-down, org-table-move-row-up)
5155 (org-table-copy-region, org-table-toggle-vline-visibility)
5156 (org-table-get-stored-formulas, org-table-get-specials)
5157 (org-recalc-commands, org-table-eval-formula)
5158 (org-table-formula-substitute-names, orgtbl-make-binding)
5159 (org-format-org-table-html, org-format-table-table-html)
5160 (org-format-table-table-html-using-table-generate-source)
5161 (org-customize): Fix typos in docstrings.
5162 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
5163 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
5164 (org-back-to-heading): Doc fixes.
5165 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
5166 (org-agenda-change-all-lines, org-get-header):
5167 Improve argument/docstring consistency.
5168 (orgtbl-error): Fix error message.
5169
5170 * progmodes/flymake.el (flymake-find-possible-master-files)
5171 (flymake-master-file-compare, flymake-get-line-err-count)
5172 (flymake-highlight-line, flymake-gui-warnings-enabled):
5173 Fix typos in docstrings.
5174 (flymake-parse-line, flymake-get-project-include-dirs-function)
5175 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
5176 Doc fixes.
5177 (flymake-get-project-include-dirs-function)
5178 (flymake-make-err-menu-data):
5179 Improve argument/docstring consistency.
5180
5181 2005-07-01 Lute Kamstra <lute@gnu.org>
5182
5183 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
5184 Catch errors with ignore-errors. Use temporary buffer.
5185 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
5186
5187 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
5188 background color faces.
5189 (facemenu-set-foreground, facemenu-set-background):
5190 Use facemenu-set-face-from-menu.
5191 (facemenu-set-face-from-menu): Treat face names that start with
5192 "fg:" or "bg:" as special.
5193 (facemenu-add-new-color): Don't create faces. Simplify.
5194
5195 2005-06-30 Richard M. Stallman <rms@gnu.org>
5196
5197 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
5198 (crm-find-current-element): Likewise.
5199
5200 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
5201
5202 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
5203
5204 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5205
5206 * arc-mode.el (archive-extract): Make it work as a mouse binding.
5207 (archive-mouse-extract): Make it an obsolete alias.
5208 (archive-mode-map): Don't use archive-mouse-extract any more.
5209 (archive-mode, archive-extract): write-contents-hooks ->
5210 write-contents-functions.
5211 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
5212 first arg.
5213 (archive-rename-entry): Update the call.
5214 (archive-zip-summarize): Remove unused var `method'.
5215 (archive-lzh-summarize): Remove unused var `creator'.
5216
5217 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
5218 dedicated frame upon exit.
5219
5220 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
5221 (archive-zip-extract, archive-zip-expunge)
5222 (archive-zip-update, archive-zip-update-case): Use executable-find.
5223 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
5224 Use restore-buffer-modified-p.
5225 (archive-extract, archive-add-new-member, archive-write-file-member):
5226 Use with-current-buffer.
5227 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
5228
5229 2005-06-30 Andreas Schwab <schwab@suse.de>
5230
5231 * progmodes/gud.el (gud-filter): Remove unneeded progn.
5232
5233 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5234
5235 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
5236
5237 2005-06-30 Juri Linkov <juri@jurta.org>
5238
5239 * faces.el (vertical-border): Inherit from mode-line-inactive
5240 only on tty.
5241
5242 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
5243
5244 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
5245 example, -NLINES in the `occur' docstring).
5246
5247 * replace.el (occur-1): When no matches are found, do not set the
5248 `buffer-read-only' and modified flags for the occur buffer,
5249 because it is deleted.
5250
5251 * emulation/cua-base.el (cua-check-pending-input)
5252 (cua-repeat-replace-region, cua-mode, cua-debug)
5253 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5254 Fix typos in docstrings.
5255
5256 * emulation/cua-gmrk.el (cua-toggle-global-mark)
5257 (cua-cut-region-to-global-mark)
5258 (cua--cut-rectangle-to-global-mark):
5259 Remove period from end of messages.
5260
5261 * emulation/cua-rect.el (cua-do-rectangle-padding):
5262 Remove period from end of messages.
5263 (cua--rectangle-seq-format): Fix typo in docstring.
5264 (cua-sequence-rectangle, cua-fill-char-rectangle):
5265 Improve argument/docstring consistency.
5266
5267 2005-06-29 Juri Linkov <juri@jurta.org>
5268
5269 * faces.el (default-frame-background-mode): New internal variable.
5270 (frame-set-background-mode): Use it.
5271
5272 * startup.el (normal-top-level): Set default-frame-background-mode
5273 instead of frame-background-mode. Before setting it, test for its
5274 nil value. Remove tests for frame-background-mode and frame
5275 parameter `reverse'. Add test for "unspecified-fg".
5276
5277 * term/xterm.el (xterm-rxvt-set-background-mode):
5278 * term/rxvt.el (rxvt-set-background-mode):
5279 Set default-frame-background-mode instead of frame-background-mode.
5280
5281 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5282
5283 * simple.el (set-variable): Warn about obsolete user variables.
5284
5285 * imenu.el (imenu--completion-buffer):
5286 * mouse.el (mouse-buffer-menu-alist):
5287 * msb.el (msb-invisible-buffer-p):
5288 * calendar/diary-lib.el (diary-header-line-format):
5289 * emacs-lisp/pp.el (pp-buffer):
5290 * progmodes/cperl-mode.el (cperl-do-auto-fill):
5291 * textmodes/picture.el (picture-replace-match):
5292 Change space constants followed by a sexp to "?\s ".
5293
5294 * play/decipher.el (decipher-loop-with-breaks):
5295 * textmodes/texinfo.el (texinfo-insert-@item): Change space
5296 constants "protected" from end of line by a comment to "?\s".
5297
5298 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5299
5300 * font-lock.el (save-buffer-state): Use `declare'.
5301
5302 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5303 reset the syntax-table to cperl-mode-syntax-table.
5304 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5305 "foo_print_bar" is not matched as a reserved keyword.
5306
5307 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
5308
5309 * textmodes/org.el (orgtbl-setup): New function, for delayed
5310 setup for the orgtbl commands.
5311 (org-calc-default-modes): New option.
5312 (orgtbl-make-binding): Use `defun' to get better help display.
5313 (org-diary): Call `org-compile-prefix-format'.
5314 (org-table-formula-substitute-names): New function.
5315 (org-agenda-day-view, org-agenda-week-view): New commands.
5316 (org-agenda-toggle-week-view): Command removed.
5317 (org-tbl-menu): Split off from org-org-menu.
5318 (org-mode): Move removal of outline-mode menus to here.
5319 (org-table-formula-debug): New option.
5320 (org-table-insert-row): Keep first field if just "#" or "*".
5321 (org-mode): Paragraph regexps fixed.
5322 (org-table-recalculate-regexp): New constant.
5323 (org-table-justify-field-maybe): Avoid replace if not necessary.
5324 (org-copy-special, org-cut-special): Use `call-interactively'.
5325 (org-table-copy-region): Take region from `interactive' call.
5326 (org-trim): Return string even if no match.
5327 (org-formula): New face.
5328 (org-set-font-lock-defaults): No longer highlight "FIXME".
5329 But highlight formula-related fields in table.
5330 (org-table-p): Use regexp, not fontification.
5331 (org-table-align): Handle white space at end of line.
5332 (org-table-formula-evaluate-inline): New option.
5333 (org-mode): Auto-wrapping in comment lines turned off.
5334 (org-table-copy-down): Evaluate only in copied field, not in
5335 destination.
5336 (org-table-current-formula): Variable removed.
5337 (org-table-store-formulas, org-table-get-stored-formulas)
5338 (org-table-modify-formulas, org-table-replace-in-formulas)
5339 (org-table-maybe-eval-formula): New functions.
5340 (org-table-get-formula): Modify to use stored formulas.
5341 (org-table-insert-column, org-table-delete-column)
5342 (org-table-move-column): Call `org-table-modify-formulas'.
5343 (org-complete): Add completion for keyword formulas.
5344 (orgtbl-mode): Pull orgtbl-mode-map to start of
5345 minor-mode-map-alist.
5346
5347 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5348
5349 * progmodes/python.el (python-check): Require `compile' before
5350 modifying its variables.
5351
5352 * newcomment.el (comment-indent-default): Don't get fooled by an early
5353 end of buffer.
5354
5355 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5356
5357 * ps-print.el (ps-print-version): Fix version number.
5358
5359 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
5360
5361 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5362
5363 2005-06-28 Richard M. Stallman <rms@gnu.org>
5364
5365 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5366 (flyspell-local-mouse-map): Declaration deleted.
5367 (flyspell-mouse-map): Bind only mouse-2.
5368 (flyspell-mode-map): Don't test flyspell-use-local-map.
5369 (flyspell-overlay-keymap-property-name): Var deleted.
5370 (flyspell-mode-on): Don't make local bindings for
5371 flyspell-mouse-map and flyspell-mode-map.
5372 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5373
5374 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5375
5376 * progmodes/compile.el (compilation-next-error-function):
5377 Don't switch buffers; operate on the current buffer.
5378
5379 * progmodes/compile.el (compilation-error-file-name)
5380 (compilation-warning-file-name, compilation-info-file-name)
5381 (compilation-line-number, compilation-column-number): New faces.
5382 (compilation-error-face, compilation-warning-face)
5383 (compilation-info-face, compilation-line-face)
5384 (compilation-column-face): Use them.
5385
5386 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5387
5388 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5389
5390 * bindings.el (global-map): Bind insertchar and its variants.
5391
5392 2005-06-27 Richard M. Stallman <rms@gnu.org>
5393
5394 * textmodes/artist.el (artist-text-overwrite)
5395 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5396
5397 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5398
5399 * ps-print.el: It was not working the page selection for printing.
5400 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5401 (ps-print-version): New version 6.6.7.
5402 (ps-end-sheet): New fun.
5403 (ps-header-sheet, ps-end-job): Call it.
5404
5405 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5406
5407 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5408
5409 2005-06-27 Lute Kamstra <lute@gnu.org>
5410
5411 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5412 background color faces.
5413 (facemenu-get-face): Delete function.
5414 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5415 (facemenu-add-new-color): Make second argument mandatory.
5416 Create the appropriate face and return it. Simplify.
5417 (facemenu-set-foreground, facemenu-set-background): Don't check if
5418 color is defined. Use return value of facemenu-add-new-color.
5419
5420 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5421
5422 * progmodes/gud.el (gud-filter): Add missing argument to
5423 with-selected-window.
5424
5425 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5426
5427 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5428 a :require to the defcustom.
5429
5430 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5431 defcustoms corresponding to minor modes.
5432
5433 2005-06-26 David Ponce <david@dponce.com>
5434
5435 * recentf.el: Require tree-widget instead of wid-edit.
5436 (recentf-filename-handler): Fix widget :type.
5437 (recentf-cancel-dialog, recentf-open-more-files)
5438 (recentf-open-files-action): Doc fix.
5439 (recentf-dialog-goto-first): New function.
5440 (recentf-dialog-mode-map): Set parent keymap first.
5441 (recentf-dialog-mode): Define with define-derived-mode.
5442 Don't display continuation lines in dialogs.
5443 (recentf-edit-list): Rename from recentf-edit-selected-items.
5444 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5445 Simplify.
5446 (recentf-edit-list-validate): New function.
5447 (recentf-edit-list): Update accordingly.
5448 (recentf-open-files-item-shift): Remove.
5449 (recentf-open-files-item): Convert menu elements into tree and
5450 link widgets. Don't create the widgets.
5451 (recentf-open-files): Update accordingly.
5452 (recentf-save-list): Untabify.
5453
5454 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5455
5456 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5457 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5458 partially contained in the active region. Do not take active
5459 region into account when called from Lisp, unless INTERACTIVE arg
5460 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5461 avoid trouble with fields. Make marker point nowhere when no
5462 longer used. Always return nil. Doc fix.
5463 (flush-lines): Add INTERACTIVE arg. Do not take active region
5464 into account when called from Lisp, unless INTERACTIVE arg is
5465 non-nil. Use `forward-line' instead of `beginning-of-line' to
5466 avoid trouble with fields. Make marker point nowhere when no
5467 longer used. Always return nil. Doc fix.
5468 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5469 interchangeable. Do not take active region into account when
5470 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5471 message in echo area when called from Lisp, unless INTERACTIVE arg
5472 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5473 Return the number of matches. Doc fix.
5474 (occur): Doc fix.
5475 (perform-replace): Make comment follow double space convention for
5476 the sake of `outline-minor-mode'.
5477
5478 * faces.el (facep): Doc fix.
5479
5480 2005-06-25 Richard M. Stallman <rms@gnu.org>
5481
5482 * facemenu.el (facemenu-enable-faces-p): New function.
5483 (facemenu-background-menu, facemenu-foreground-menu)
5484 (facemenu-face-menu): Add menu-enable property.
5485
5486 * jka-compr.el (jka-compr-insert-file-contents):
5487 Special handling if cannot find the uncompression program.
5488
5489 * cus-face.el (custom-face-attributes): Add autoload.
5490
5491 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5492 Bind comment-indent-function locally.
5493
5494 * window.el (save-selected-window): Use save-current-buffer.
5495
5496 * subr.el (with-selected-window): Use save-current-buffer.
5497
5498 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5499 and with-current-buffer.
5500
5501 2005-06-24 Richard M. Stallman <rms@gnu.org>
5502
5503 * simple.el (line-move-1): Fix previous change.
5504
5505 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5506
5507 * replace.el (occur-1): Set `buffer-read-only' and the
5508 buffer-modified flag before running `occur-hook' to protect
5509 against unintentional buffer switches that can lead to data loss.
5510
5511 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5512
5513 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5514 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5515 initial error.
5516
5517 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5518 after fresh input.
5519 (gdb-var-create-handler): Put name of expression in quotes.
5520
5521 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5522
5523 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5524 elements of RING in order, and without bogus nil elements.
5525
5526 2005-06-23 Richard M. Stallman <rms@gnu.org>
5527
5528 * simple.el (set-variable): Args renamed; doc fix.
5529 (line-move-1): When there are overlays around, use vertical-motion.
5530
5531 * faces.el (escape-glyph): Use brown against light background.
5532 (nobreak-space): Rename from no-break-space.
5533 Fix previous change.
5534
5535 * dired-aux.el (dired-do-copy): Fix arg prompt.
5536
5537 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5538
5539 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5540
5541 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5542 rather than "Distributor".
5543
5544 2005-06-23 Lute Kamstra <lute@gnu.org>
5545
5546 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5547 (debug-on-entry): Use it. New interactive declaration that uses
5548 function-called-at-point.
5549
5550 2005-06-23 Kim F. Storm <storm@cua.dk>
5551
5552 * subr.el (save-match-data): Add comment about using evaporate arg
5553 to set-match-data.
5554
5555 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5556
5557 * cus-edit.el (customize-face)
5558 (customize-face-other-window): Handle face aliases.
5559
5560 * faces.el (face-documentation, set-face-attribute)
5561 (face-spec-set): Handle face aliases.
5562
5563 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5564
5565 * help-mode.el (help-make-xrefs): If a symbol representing a face
5566 name is not followed by the word "face", it could still be a
5567 function or variable name, so don't bypass other checks.
5568
5569 2005-06-22 Juri Linkov <juri@jurta.org>
5570
5571 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5572 Replace aliased functions with calls where second arg `inherit' is t.
5573
5574 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5575
5576 * progmodes/gdb-ui.el (gdb-error): New variable.
5577 (gdb-error): New function.
5578 (gdb-annotation-rules): Act on error-begin and error annotations.
5579 (gdb-concat-output): Use font-lock-warning-face for errors.
5580
5581 2005-06-22 Miles Bader <miles@gnu.org>
5582
5583 * bindings.el (propertized-buffer-identification): Use renamed
5584 `Buffer-menu-buffer' face.
5585
5586 * faces.el (vertical-border): Rename from `vertical-divider'.
5587 (escape-glyph): Change dark-background color back to `cyan'.
5588
5589 2005-06-21 Juri Linkov <juri@jurta.org>
5590
5591 * faces.el (face-user-default-spec): Try getting `customized-face'
5592 prior to `saved-face'.
5593 (frame-background-mode): Refill docstring.
5594
5595 * emacs-lisp/lisp-mode.el (eval-defun-1):
5596 * emacs-lisp/edebug.el (edebug-eval-defun):
5597 Set `saved-face' temporarily to nil before calling form.
5598 Set `customized-face' to the new spec after that.
5599
5600 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5601
5602 * subr.el (1value, lambda, key-substitution-in-progress):
5603 Doc fixes.
5604
5605 * autoinsert.el (auto-insert-alist):
5606 * ses.el (ses-call-printer):
5607 * subr.el (noreturn):
5608 * emacs-lisp/lisp.el (check-parens):
5609 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5610 * net/browse-url.el (browse-url-mosaic):
5611 * progmodes/cc-defs.el (c-safe-scan-lists):
5612 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5613 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5614 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5615 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5616 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5617 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5618
5619 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5620
5621 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5622
5623 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5624
5625 * calendar/appt.el (appt-make-list): Activate the package, if
5626 not already active (for backwards compatibility).
5627
5628 2005-06-20 Kim F. Storm <storm@cua.dk>
5629
5630 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5631
5632 2005-06-20 Miles Bader <miles@gnu.org>
5633
5634 * faces.el (vertical-divider): New face.
5635
5636 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5637
5638 * simple.el (kill-whole-line): Doc fix.
5639 (next-error-buffer-p, next-error-find-buffer)
5640 (clone-indirect-buffer): Fix typos in docstrings.
5641 (comment-line-break-function): Doc fix: don't say variable
5642 is automatically buffer-local (it isn't).
5643
5644 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5645
5646 * net/tramp-ftp.el (top):
5647 * net/tramp-smb.el (top):
5648 * net/tramp-util.el (top):
5649 * net/tramp-uu.el (top):
5650 * net/tramp-vc.el (top):
5651 * net/tramp.el (top): Revert copyright years back to original
5652 ones. Tramp has a life outside GNU Emacs.
5653
5654 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5655
5656 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5657
5658 2005-06-18 Juri Linkov <juri@jurta.org>
5659
5660 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5661 end of first regexp to limit the match to the position between
5662 line number and source line with same separator character as used
5663 between file name and line number. In the second regexp limit
5664 mouse-face area to file name and line number by adding new group
5665 for them and referring it in HYPERLINK arg.
5666 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5667 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5668 previous line where grep markers may be already removed.
5669
5670 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5671
5672 * progmodes/ps-mode.el: Update version and maintainer's email address.
5673
5674 2005-06-18 Steve Youngs <steve@xemacs.org>
5675
5676 * net/browse-url.el (browse-url-browser-function)
5677 (browse-url-default-browser): Add firefox.
5678 (browse-url-firefox-program, browse-url-firefox-arguments)
5679 (browse-url-firefox-startup-arguments)
5680 (browse-url-firefox-new-window-is-tab): New defcustoms.
5681 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5682
5683 2005-06-17 Richard M. Stallman <rms@gnu.org>
5684
5685 * startup.el (command-line): Warn if specified user name has
5686 no home directory.
5687
5688 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5689 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5690
5691 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5692 Doc fixes.
5693
5694 * faces.el (underline): Try bold if terminal doesn't support underline.
5695
5696 * mail/sendmail.el (mail-setup-with-from): New variable.
5697 (mail-insert-from-field): New function.
5698 (sendmail-send-it): Call it.
5699 (mail-setup): Optionally call it here.
5700
5701 * term/linux.el: Call tty-no-underline.
5702
5703 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5704
5705 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5706
5707 2005-06-17 Miles Bader <miles@gnu.org>
5708
5709 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5710 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5711 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5712 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5713 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5714 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5715 Remove "-face" suffix from face names.
5716 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5717 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5718 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5719 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5720 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5721 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5722 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5723 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5724 New backward-compatibility aliases for renamed faces.
5725 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5726 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5727 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5728 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5729 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5730 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5731 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5732 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5733 Use renamed ediff faces.
5734
5735 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5736 Remove "-face" suffix from face names.
5737 (eshell-test-ok-face, eshell-test-failed-face):
5738 New backward-compatibility aliases for renamed faces.
5739 (eshell-run-test): Use renamed eshell-test faces.
5740
5741 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5742 face name.
5743 (eshell-prompt-face): New backward-compatibility alias for renamed
5744 face.
5745 (eshell-emit-prompt): Use renamed eshell-prompt face.
5746
5747 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5748 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5749 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5750 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5751 Remove "-face" suffix from face names.
5752 (eshell-ls-directory-face, eshell-ls-symlink-face)
5753 (eshell-ls-executable-face, eshell-ls-readonly-face)
5754 (eshell-ls-unreadable-face, eshell-ls-special-face)
5755 (eshell-ls-missing-face, eshell-ls-archive-face)
5756 (eshell-ls-backup-face, eshell-ls-product-face)
5757 (eshell-ls-clutter-face):
5758 New backward-compatibility aliases for renamed faces.
5759 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5760
5761 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5762 Remove "-face" suffix from face name.
5763 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5764 instead of literal face.
5765
5766 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5767
5768 * emacs-lisp/warnings.el (display-warning, lwarn)
5769 (warning-minimum-log-level): Doc fixes.
5770 (warning-minimum-level, warning-minimum-log-level):
5771 Add :debug to :type choices.
5772
5773 * progmodes/ada-mode.el (ada-format-paramlist)
5774 (ada-get-indent-case, ada-check-matching-start)
5775 (ada-check-defun-name, ada-goto-matching-decl-start)
5776 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5777 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5778 (ada-make-subprogram-body): Follow error conventions.
5779 (ada-case-exception-file, ada-indent-comment-as-code)
5780 (ada-indent-handle-comment-special, ada-indent-renames)
5781 (ada-indent-return, ada-search-directories-internal)
5782 (ada-tab-policy, ada-case-exception-substring)
5783 (ada-other-file-alist, ada-matching-start-re)
5784 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5785 (ada-imenu-generic-expression, ada-compile-goto-error)
5786 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5787 (ada-popup-menu, ada-add-extensions, ada-mode)
5788 (ada-region-selected, ada-create-case-exception)
5789 (ada-create-case-exception-substring, ada-after-keyword-p)
5790 (ada-activate-keys-for-case, ada-adjust-case-region)
5791 (ada-adjust-case-buffer, ada-format-paramlist)
5792 (ada-scan-paramlist, ada-insert-paramlist)
5793 (ada-indent-newline-indent)
5794 (ada-indent-newline-indent-conditional)
5795 (ada-justified-indent-current, ada-goto-previous-word)
5796 (ada-indent-current, ada-get-indent-open-paren)
5797 (ada-get-indent-paramlist, ada-get-indent-end)
5798 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5799 (ada-get-indent-block-start, ada-get-indent-subprog)
5800 (ada-get-indent-noindent, ada-get-indent-label)
5801 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5802 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5803 (ada-goto-stmt-end, ada-goto-next-word)
5804 (ada-check-matching-start, ada-check-defun-name)
5805 (ada-goto-matching-decl-start, ada-goto-matching-start)
5806 (ada-goto-matching-end, ada-search-ignore-string-comment)
5807 (ada-in-decl-p, ada-looking-at-semi-or)
5808 (ada-looking-at-semi-private, ada-in-paramlist-p)
5809 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5810 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5811 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5812 (ada-previous-package, ada-create-menu)
5813 (ada-fill-comment-paragraph-justify)
5814 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5815 (ada-other-file-name, ada-last-which-function-line)
5816 (ada-last-which-function-subprog, ada-which-function)
5817 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5818 (ada-gen-treat-proc, ada-check-emacs-version)
5819 (ada-continuation-indent, ada-align-region-separate):
5820 Fix typos in docstrings.
5821 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5822
5823 2005-06-16 Lute Kamstra <lute@gnu.org>
5824
5825 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5826 conditionally.
5827
5828 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5829
5830 * comint.el (comint-replace-by-expanded-filename)
5831 (comint-prompt-regexp, comint-delimiter-argument-list)
5832 (comint-preinput-scroll-to-bottom):
5833 * info.el (Info-hide-cookies-node):
5834 * ls-lisp.el (ls-lisp-classify):
5835 * find-file.el (ff-search-directories, ff-special-constructs)
5836 (ff-find-other-file):
5837 * font-lock.el (font-lock-keywords):
5838 * shell.el (shell-prompt-pattern)
5839 (shell-dynamic-complete-functions, shell-mode)
5840 (shell-delimiter-argument-list):
5841 * term.el (term-replace-by-expanded-filename)
5842 (term-prompt-regexp, term-delimiter-argument-list):
5843 * woman.el (woman-ignore, woman0-if):
5844 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5845 * emacs-lisp/elint.el (elint-init-env):
5846 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5847 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5848 * language/ethio-util.el (ethio-tilde-escape)
5849 (ethio-use-three-dot-question):
5850 * net/zone-mode.el (zone-mode-load-time-setup):
5851 * progmodes/cc-align.el (c-lineup-argcont):
5852 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5853 * progmodes/cperl-mode.el (cperl-set-style-back):
5854 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5855 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5856 Fix spellings in docstrings.
5857
5858 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5859 * progmodes/modula2.el (m2-for): Fix spellings.
5860
5861 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5862
5863 * simple.el (undo-more): Don't use `format' on `error' arguments.
5864 Improve argument/docstring consistency.
5865 (pending-undo-list): Doc fix.
5866
5867 * smerge-mode.el (smerge-ensure-match):
5868 * emulation/vip.el (vip-ex):
5869 * net/zone-mode.el (zone-mode-update-serial):
5870 * progmodes/idlwave.el (idlwave-complete):
5871 * progmodes/vhdl-mode.el (vhdl-visit-file)
5872 (vhdl-compose-wire-components):
5873 Don't use `format' on `error' arguments.
5874
5875 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5876 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5877 (tooltip-help-tips): Fix typos in docstrings.
5878
5879 2005-06-16 David Ponce <david@dponce.com>
5880
5881 * tree-widget.el (tree-widget-value-create): Simplify last change.
5882
5883 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5884
5885 * ido.el (ido-incomplete-regexp): New variable.
5886 (ido-set-matches-1): Handle invalid-regexp error and set
5887 ido-incomplete-regexp.
5888 (ido-incomplete-regexp): New face.
5889 (ido-completions): Use it.
5890 (ido-complete, ido-exit-minibuffer, ido-completions):
5891 Handle incomplete regexps.
5892 (ido-completions): Add check for complete match when entering a regexp.
5893
5894 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5895
5896 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5897
5898 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5899
5900 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5901 by field delimiters.
5902
5903 2005-06-15 David Ponce <david@dponce.com>
5904
5905 * tree-widget.el: eval-and-compile inlined functions so they will
5906 be available at run-time too.
5907 (tree-widget-super-format-handler)
5908 (tree-widget-format-handler): Remove.
5909 (tree-widget-value-create): Handle the :indent property.
5910
5911 2005-06-15 Miles Bader <miles@gnu.org>
5912
5913 * progmodes/which-func.el (which-func): Only inherit
5914 `font-lock-function-name-face' when that makes sense against the
5915 default mode-line face, otherwise set the face color explicitly.
5916
5917 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5918 faces instead of (non-existent) variables.
5919
5920 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5921
5922 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5923 (iswitchb-get-matched-buffers): Likewise. Simplify.
5924
5925 2005-06-14 Miles Bader <miles@gnu.org>
5926
5927 * progmodes/ld-script.el (ld-script-location-counter):
5928 Remove "-face" suffix from face name.
5929 (ld-script-location-counter-face):
5930 New backward-compatibility alias for renamed face.
5931 (ld-script-location-counter-face): Use renamed face.
5932
5933 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5934 (cperl-hash): Remove "-face" suffix from face names.
5935 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5936 New backward-compatibility aliases for renamed faces.
5937 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5938 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5939
5940 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5941 name.
5942 (which-func-face): New backward-compatibility alias for renamed face.
5943 (which-func-format): Use renamed which-func face.
5944
5945 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5946 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5947 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5948 names.
5949 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5950 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5951 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5952 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5953 (vhdl-speedbar-architecture-selected)
5954 (vhdl-speedbar-configuration-selected)
5955 (vhdl-speedbar-package-selected)
5956 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5957 names.
5958 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5959 Use renamed faces.
5960 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5961 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5962 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5963 Use renamed faces.
5964 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5965 names.
5966 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5967 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5968 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5969 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5970 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5971 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5972
5973 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5974 face name.
5975 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5976 (sh-heredoc-face): Use renamed sh-heredoc face.
5977
5978 * progmodes/idlw-help.el (idlwave-help-link):
5979 Remove "-face" suffix from face name.
5980 (idlwave-help-link-face):
5981 New backward-compatibility alias for renamed face.
5982 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5983
5984 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5985 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5986 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5987 New backward-compatibility aliases for renamed faces.
5988 (idlwave-shell-disabled-breakpoint-face)
5989 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5990
5991 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5992 Remove "-face" suffix from face names.
5993 (flymake-errline-face, flymake-warnline-face):
5994 New backward-compatibility aliases for renamed faces.
5995 (flymake-highlight-line): Use renamed flymake faces.
5996
5997 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5998 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5999 (ebrowse-member-class, ebrowse-progress):
6000 Remove "-face" suffix from face names.
6001 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6002 (ebrowse-file-name-face, ebrowse-default-face)
6003 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6004 (ebrowse-progress-face):
6005 New backward-compatibility aliases for renamed faces.
6006 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
6007 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
6008 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
6009 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
6010
6011 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
6012 antlr-syntax)
6013 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
6014 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
6015 names.
6016 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
6017 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
6018 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
6019 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
6020 backward-compatibility aliases for renamed faces.
6021 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
6022 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
6023 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
6024 remove "font-lock-". Use renamed antlr-mode faces.
6025 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
6026 literal face-names with face variable references.
6027
6028 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
6029 face name.
6030 (Buffer-menu-buffer-face): New backward-compatibility alias for
6031 renamed face.
6032 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
6033
6034 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
6035
6036 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
6037 Eliminate "-face" suffix.
6038 (makefile-targets): Inherit from font-lock-function-name-face and
6039 eliminate "-face" suffix.
6040 (makefile-shell): Remove attributes and eliminate "-face" suffix.
6041 (makefile-*-font-lock-keywords): Append makefile-targets in rule
6042 actions, instead of prepending, to make it less visible.
6043 (makefile-previous-dependency, makefile-match-dependency):
6044 Don't match a target on a continuation line.
6045
6046 * files.el (auto-mode-alist): Put Makefile in gmake mode.
6047
6048 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
6049
6050 * progmodes/gdb-ui.el (menu): Re-order menu items.
6051 (gdb-tooltip-print): Respect tooltip-use-echo-area.
6052
6053 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
6054 Define in tooltip.el.
6055 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
6056 (gud-tooltip-tips): Respect tooltip-use-echo-area and
6057 gud-tooltip-echo-area.
6058
6059 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
6060 backward compatibility and make obsolete.
6061 (tooltip-help-tips): Use tooltip-use-echo-area.
6062 (tooltip-show-help-function): Rename to...
6063 (tooltip-show-help): ...this, because it is a function.
6064 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
6065
6066 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6067
6068 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
6069 (edebug-print-length, edebug-print-level, edebug-print-circle)
6070 (edebug-modify-breakpoint, edebug-eval-last-sexp)
6071 (edebug-eval-print-last-sexp): Doc fixes.
6072
6073 2005-06-14 Kim F. Storm <storm@cua.dk>
6074
6075 * ido.el (ido-mode): Make a new keymap every time we enable ido,
6076 as the coverage buffer/file/both may change.
6077
6078 2005-06-14 Lute Kamstra <lute@gnu.org>
6079
6080 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
6081 and run-mode-hooks. Simplify.
6082
6083 * mail/rmailedit.el (rmail-edit-mode):
6084 * progmodes/octave-inf.el (inferior-octave-mode):
6085 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
6086
6087 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
6088 and run-mode-hooks.
6089 (recentf-edit-list, recentf-open-files): Don't call
6090 kill-all-local-variables directly.
6091
6092 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
6093
6094 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
6095
6096 * emacs-lisp/byte-run.el (make-obsolete)
6097 (define-obsolete-function-alias): Rename arguments FUNCTION and
6098 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
6099 (make-obsolete-variable, define-obsolete-variable-alias):
6100 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
6101 respectively.
6102
6103 * isearchb.el (isearchb-activate):
6104 * pcvs.el (cvs-mode):
6105 * ses.el (ses-load):
6106 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
6107 * net/tramp.el (tramp-find-file-exists-command)
6108 (tramp-find-shell):
6109 * progmodes/ada-mode.el (ada-create-case-exception)
6110 (ada-create-case-exception-substring, ada-make-subprogram-body):
6111 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6112 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
6113 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
6114 * textmodes/org.el (org-promote, org-evaluate-time-range)
6115 (org-agenda-next-date-line, org-agenda-previous-date-line)
6116 (org-agenda-error, org-open-at-point, org-table-move-row)
6117 (org-format-table-table-html-using-table-generate-source)
6118 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
6119 * textmodes/reftex.el (reftex-access-scan-info):
6120 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
6121 (reftex-toc-promote-prepare): Follow error conventions.
6122
6123 * diff-mode.el (diff-mode): Fix typo in docstring.
6124
6125 * forms.el (forms--intuit-from-file): Fix reference to
6126 `forms-number-of-fields' in error message.
6127 (forms-print): Fix quoting in error message.
6128
6129 * forms.el (forms-mode):
6130 * emulation/vi.el (vi-goto-insert-state):
6131 * progmodes/flymake.el (flymake-new-err-info)
6132 (flymake-start-syntax-check-for-current-buffer)
6133 (flymake-simple-cleanup):
6134 * eshell/esh-var.el (eshell/export):
6135 * progmodes/gud.el (xdb):
6136 * textmodes/flyspell.el (flyspell-incorrect-hook)
6137 (flyspell-maybe-correct-transposition)
6138 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
6139
6140 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
6141
6142 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
6143 minibuffer prompt.
6144
6145 2005-06-13 Kim F. Storm <storm@cua.dk>
6146
6147 * subr.el (add-to-ordered-list): New defun.
6148
6149 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
6150 add cua--keymap-alist to emulation-mode-map-alists.
6151
6152 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6153
6154 * subr.el (complete-in-turn): New macro.
6155 (dynamic-completion-table, lazy-completion-table): Add debug info.
6156
6157 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
6158 in preference to face aliases.
6159
6160 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
6161 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
6162 Remove unused vars `start' and `firstline'.
6163 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
6164 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
6165
6166 2005-06-13 Eli Zaretskii <eliz@gnu.org>
6167
6168 * cus-start.el (all): Don't complain about missing GTK-related
6169 variables, unless either `gtk' is boundp or this isn't a
6170 `windows-nt' build.
6171
6172 2005-06-13 Lute Kamstra <lute@gnu.org>
6173
6174 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
6175 run-mode-hooks.
6176
6177 * ediff-mult.el (ediff-meta-mode):
6178 * ediff-util.el (ediff-mode): Use run-mode-hooks.
6179
6180 * ledit.el (ledit-mode): Use delay-mode-hooks.
6181
6182 * woman.el (woman-mode-line-format): Delete constant.
6183 (woman-mode-map): Initialize it properly.
6184 (woman-mode): Set mode-class property to special.
6185 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
6186 Set major-mode and mode-name. Don't set mode-line-format directly.
6187 (Man-getpage-in-background): Don't reference woman-mode-line-format.
6188
6189 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
6190 string argument obsolete.
6191
6192 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
6193
6194 * textmodes/org.el (org-CUA-compatible): New option.
6195 (org-disputed-keys): New variable.
6196 (org-key): New function.
6197 (orgtbl-make-binding): Add docstring to the created function.
6198 (org-mode): Set paragraph start/separate regexps.
6199 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
6200 (org-archive-location, org-archive-mark-done)
6201 (org-archive-stamp-time): New options.
6202 (org-archive-subtree): New command.
6203 (org-fill-paragraph): New function.
6204 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
6205 (org-fake-empty-table-line): Function removed.
6206 (org-format-org-table-html): Do not create empty table lines at
6207 separator lines. Improved table header treatment.
6208 (org-link-format): New option.
6209 (org-make-link): New function.
6210 (org-insert-link, org-store-link): Use org-make-link.
6211 (org-open-file): Quote file name for shell command, to allow
6212 spaces in file names.
6213 (org-link-regexp): Fix bug with mailto link.
6214 (org-link-maybe-angles-regexp, org-protected-link-regexp):
6215 New constants.
6216 (org-export-as-html): Deal with the optional angles around a link.
6217 Better treatment of file: links.
6218 (org-open-at-point): Replace @{ and @} with < and >.
6219 (org-run-mode-hooks): Function removed.
6220 (org-agenda-mode): No longer use `org-run-mode-hooks'.
6221
6222 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
6223
6224 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
6225 MI command -data-list-register-values.
6226 (gdb-post-prompt): Indent properly.
6227
6228 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
6229
6230 * hilit-chg.el (highlight-changes-colors): Rename from
6231 `highlight-changes-colours'.
6232 (highlight-changes-colours): Keep as obsolete alias.
6233 (highlight-changes-face-list): Doc fix.
6234 (hilit-chg-make-list): Use `highlight-changes-colors'.
6235
6236 2005-06-12 Mark A. Hershberger <mah@everybody.org>
6237
6238 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
6239 defun-prompt-regexp.
6240
6241 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6242
6243 * loadup.el: Don't say we are dumping under 2 names on windows-nt
6244 and cygwin.
6245
6246 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6247 Don't use an old loaddefs.el, as in Makefile.in.
6248
6249 2005-06-12 Lute Kamstra <lute@gnu.org>
6250
6251 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6252
6253 * man.el (Man-mode-map): Initialize it properly.
6254 (Man-mode): Set mode-class property to special.
6255
6256 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6257
6258 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6259
6260 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6261 A newline is needed in the docstring there.
6262
6263 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6264 Doc fixes.
6265
6266 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6267
6268 * printing.el: Doc fix. The menubar is no more changed when printing
6269 is loaded, it only changes when pr-menu-bind or pr-update-menus is
6270 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
6271 (pr-version): New version number (6.8.4).
6272 (pr-menu-bind): New command.
6273 (pr-update-menus): Docstring and code fix.
6274 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6275 Docstring fix.
6276 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6277 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6278
6279 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
6280
6281 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6282 "Returns" to "return", document useful return values, etc.
6283
6284 2005-06-11 Alan Mackenzie <acm@muc.de>
6285
6286 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6287 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6288 (adaptive-file-function): Minor amendment to doc-string.
6289
6290 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6291
6292 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
6293 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6294 Fix :type--it is `integer', not `string'.
6295
6296 * faces.el (modeline-highlight): Rename from (the erroneous)
6297 `modeline-higilight'.
6298
6299 2005-06-11 Lute Kamstra <lute@gnu.org>
6300
6301 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6302 lisp-interaction-mode-map but make it the parent.
6303 (edebug-eval-mode): Use define-derived-mode.
6304
6305 2005-06-11 Andreas Schwab <schwab@suse.de>
6306
6307 * bindings.el: Add binding of `ESC functionkey' for every
6308 `M-functionkey'.
6309 * hexl.el (hexl-mode-map): Likewise.
6310
6311 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
6312
6313 * progmodes/compile.el (compilation-error-regexp-alist-alist)
6314 [msft]: update regexp for newer msft compilers.
6315
6316 2005-06-10 Mark A. Hershberger <mah@everybody.org>
6317
6318 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6319 ATTLIST portions of included DTDs.
6320 (xml-parse-dtd): Eliminate use of inefficient match-data.
6321
6322 2005-06-10 Miles Bader <miles@gnu.org>
6323
6324 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6325 (mpuz-text): Remove "-face" suffix from face names.
6326 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6327 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6328 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6329
6330 * play/gomoku.el (gomoku-O, gomoku-X):
6331 Remove "-face" suffix from face names.
6332 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6333 New backward-compatibility aliases for renamed faces.
6334 (gomoku-font-lock-keywords): Use renamed gomoku faces.
6335
6336 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6337
6338 * thumbs.el: Fixes for changes of 2005-06-09.
6339 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6340 as a directory.
6341 (thumbs-thumbname): Remove directory separator from format string;
6342 `thumbs-thumbsdir' now returns a valid directory name.
6343 (thumbs-temp-dir): New defsubst.
6344 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6345 Use it.
6346
6347 * cus-edit.el (minibuffer):
6348 * files.el (make-backup-file-name-function):
6349 * filesets.el (filesets-external-viewers):
6350 * hilit-chg.el (highlight-changes-colours)
6351 (highlight-changes-face-list, highlight-changes-rotate-faces):
6352 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6353 * kmacro.el (kmacro-call-macro):
6354 * log-edit.el (log-edit-changelog-full-paragraphs):
6355 * mouse.el (mouse-1-click-follows-link):
6356 * skeleton.el (skeleton-autowrap):
6357 * subr.el (insert-for-yank-1):
6358 * tempo.el (tempo-insert-region):
6359 * terminal.el (terminal-emulator):
6360 * time.el (display-time-mail-face):
6361 * vc.el (vc-annotate):
6362 * vcursor.el (vcursor-copy-line):
6363 * woman.el (woman-bold-headings, woman-ignore)
6364 (woman-default-faces, woman-monochrome-faces):
6365 * calendar/todo-mode.el (todo-insert-threshold):
6366 * emulation/pc-select.el (pc-select-selection-keys-only)
6367 (pc-selection-mode):
6368 * emulation/vip.el (vip-find-char-forward):
6369 * emulation/viper-cmd.el (viper-find-char-forward):
6370 * international/mule-cmds.el
6371 (select-safe-coding-system-accept-default-p)
6372 (input-method-exit-on-invalid-key):
6373 * international/mule-diag.el (describe-coding-system):
6374 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6375 * net/browse-url.el (browse-url-xterm-program):
6376 * obsolete/lazy-lock.el (lazy-lock-mode):
6377 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6378 (cperl-mode):
6379 * progmodes/cpp.el (cpp-face-light-name-list)
6380 (cpp-face-dark-name-list):
6381 * progmodes/delphi.el (delphi-newline-always-indents):
6382 Fix spellings in docstrings.
6383
6384 * ido.el (ido-mode, ido-file-extensions-order)
6385 (ido-default-file-method, ido-default-buffer-method)
6386 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6387 (ido-decorations, ido-read-file-name-as-directory-commands)
6388 (ido-read-file-name-non-ido, ido-work-directory-list)
6389 (ido-ignore-item-temp-list, ido-current-directory)
6390 (ido-magic-forward-char, ido-enter-find-file)
6391 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6392 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6393
6394 2005-06-10 Lute Kamstra <lute@gnu.org>
6395
6396 * play/dunnet.el (dun-mode): Use define-derived-mode.
6397 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6398 obsolete alias.
6399
6400 * play/doctor.el (doctor-mode-map): Remove defvar.
6401 (doctor-mode): Use define-derived-mode.
6402
6403 * mail/mspools.el (mspools-mode):
6404 * net/eudc-hotlist.el (eudc-hotlist-mode):
6405 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6406
6407 2005-06-10 Miles Bader <miles@gnu.org>
6408
6409 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6410 Remove "-face" suffix from face names.
6411 (flyspell-incorrect-face, flyspell-duplicate-face):
6412 New backward-compatibility aliases for renamed faces.
6413 (flyspell-mode-on, make-flyspell-overlay)
6414 (flyspell-highlight-incorrect-region)
6415 (flyspell-highlight-duplicate-region)
6416 (flyspell-display-next-corrections)
6417 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6418
6419 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6420 from face name.
6421 (texinfo-heading-face): New backward-compatibility alias for
6422 renamed face.
6423 (texinfo-heading-face): Use renamed texinfo-heading face.
6424
6425 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6426 suffix from face names.
6427 (tex-math-face, tex-verbatim-face):
6428 New backward-compatibility aliases for renamed faces.
6429 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6430 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6431 literal face name.
6432
6433 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6434 name.
6435 (table-cell-face): New backward-compatibility alias for renamed face.
6436 (table--put-cell-face-property, table--update-cell-face):
6437 Use renamed table-cell face.
6438
6439 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6440 from face name.
6441 (sgml-namespace-face): New backward-compatibility alias for
6442 renamed face.
6443 (sgml-namespace-face): Use renamed sgml-namespace face.
6444
6445 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6446 (org-level-4, org-level-5, org-level-6, org-level-7)
6447 (org-level-8, org-warning, org-headline-done)
6448 (org-deadline-announce, org-scheduled-today)
6449 (org-scheduled-previously, org-link, org-done, org-table)
6450 (org-time-grid): Remove "-face" suffix from face names.
6451 (org-level-1-face, org-level-2-face, org-level-3-face)
6452 (org-level-4-face, org-level-5-face, org-level-6-face)
6453 (org-level-7-face, org-level-8-face, org-warning-face)
6454 (org-headline-done-face, org-deadline-announce-face)
6455 (org-scheduled-today-face, org-scheduled-previously-face)
6456 (org-link-face, org-done-face, org-table-face)
6457 (org-time-grid-face):
6458 New backward-compatibility aliases for renamed faces.
6459 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6460 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6461 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6462 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6463
6464 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6465 (viper-minibuffer-emacs, viper-minibuffer-insert)
6466 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6467 (viper-search-face, viper-replace-overlay-face)
6468 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6469 (viper-minibuffer-vi-face):
6470 New backward-compatibility aliases for renamed faces.
6471 (viper-search-face, viper-replace-overlay-face)
6472 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6473 (viper-minibuffer-vi-face): Use renamed viper faces.
6474
6475 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6476 Remove "-face" suffix from face names.
6477 (testcover-nohits-face, testcover-1value-face):
6478 New backward-compatibility aliases for renamed faces.
6479 (testcover-mark): Use renamed testcover faces.
6480
6481 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6482 face name.
6483 (diary-button-face): New backward-compatibility alias for renamed face.
6484 (diary-entry): Use renamed diary-button face.
6485
6486 * calendar/calendar.el (diary, calendar-today, holiday)
6487 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6488 (diary-face, calendar-today-face, holiday-face):
6489 New backward-compatibility aliases for renamed faces.
6490 (eval-after-load "facemenu", diary-entry-marker)
6491 (calendar-today-marker, calendar-holiday-marker, diary-face):
6492 Use renamed calendar faces.
6493
6494 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6495 (compare-windows-face): New backward-compatibility alias for
6496 renamed face.
6497 (compare-windows-highlight): Use renamed compare-windows face.
6498
6499 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6500 (strokes-char-face): New backward-compatibility alias for renamed face.
6501 (strokes-encode-buffer): Use renamed strokes-char face.
6502
6503 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6504 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6505 Remove "-face" suffix from face names.
6506 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6507 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6508 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6509 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6510 Use renamed pcvs faces.
6511 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6512 * pcvs-defs.el (cvs-mode-map): Likewise.
6513 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6514
6515 * info.el (info-title-1, info-title-2, info-title-3)
6516 (info-title-4): Remove "-face" suffix from and downcase face names.
6517 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6518 (Info-title-4-face):
6519 New backward-compatibility aliases for renamed faces.
6520 (Info-fontify-node): Use renamed info faces.
6521
6522 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6523 Remove "-face" suffix from face names.
6524 (highlight-changes-face, highlight-changes-delete-face):
6525 New backward-compatibility aliases for renamed faces.
6526 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6527 (hilit-chg-make-list): Use renamed highlight-changes faces.
6528
6529 * generic-x.el (show-tabs-tab, show-tabs-space):
6530 Remove "-face" suffix from face names.
6531 (show-tabs-tab-face, show-tabs-space-face):
6532 New backward-compatibility aliases for renamed faces.
6533 (show-tabs-generic-mode-font-lock-defaults-1)
6534 (show-tabs-generic-mode-font-lock-defaults-2):
6535 Use renamed show-tabs faces.
6536
6537 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6538 (smerge-markers): Remove "-face" suffix from face names.
6539 (smerge-mine-face, smerge-other-face, smerge-base-face)
6540 (smerge-markers-face):
6541 New backward-compatibility aliases for renamed faces.
6542 (smerge-mine-face, smerge-other-face, smerge-base-face)
6543 (smerge-markers-face): Use renamed smerge faces.
6544
6545 * log-view.el (log-view-file, log-view-message): Remove "-face"
6546 suffix from face names.
6547 (log-view-file-face, log-view-message-face):
6548 New backward-compatibility aliases for renamed faces.
6549 (log-view-file-face, log-view-message-face): Use renamed log-view
6550 faces.
6551
6552 * paren.el (show-paren-match, show-paren-mismatch):
6553 Remove "-face" suffix from face names.
6554 (show-paren-match-face, show-paren-mismatch-face):
6555 New backward-compatibility aliases for renamed faces.
6556 (show-paren-function): Use renamed show-paren faces.
6557
6558 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6559 (ruler-mode-margins, ruler-mode-fringes)
6560 (ruler-mode-column-number, ruler-mode-fill-column)
6561 (ruler-mode-comment-column, ruler-mode-goal-column)
6562 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6563 suffix from face names.
6564 (ruler-mode-default-face, ruler-mode-pad-face)
6565 (ruler-mode-margins-face, ruler-mode-fringes-face)
6566 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6567 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6568 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6569 New backward-compatibility aliases for renamed faces.
6570 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6571 (ruler-mode-column-number, ruler-mode-fill-column)
6572 (ruler-mode-comment-column, ruler-mode-goal-column)
6573 (ruler-mode-tab-stop, ruler-mode-current-column)
6574 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6575 faces.
6576
6577 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6578 face name.
6579 (whitespace-highlight-the-space): Use renamed face.
6580 (whitespace-highlight-face): New backward-compatibility alias for
6581 renamed face.
6582
6583 * woman.el (woman-italic, woman-bold, woman-unknown)
6584 (woman-addition, woman-symbol-face):
6585 Remove "-face" suffix from face names.
6586 (woman-italic-face, woman-bold-face, woman-unknown-face)
6587 (woman-addition-face):
6588 New backward-compatibility aliases for renamed faces.
6589 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6590 (woman-decode-region, woman-replace-match)
6591 (woman-display-extended-fonts, woman-special-characters)
6592 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6593 Use renamed woman faces.
6594
6595 * longlines.el (longlines-visible-face): Face removed.
6596
6597 * diff-mode.el (diff-header, diff-file-header, diff-index)
6598 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6599 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6600 suffix from face names.
6601 (diff-header-face, diff-file-header-face, diff-index-face)
6602 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6603 (diff-changed-face, diff-function-face, diff-context-face)
6604 (diff-nonexistent-face): New backward-compatibility aliases for
6605 renamed faces.
6606 (diff-header-face, diff-file-header-face)
6607 (diff-index, diff-index-face, diff-hunk-header)
6608 (diff-hunk-header-face, diff-removed, diff-removed-face)
6609 (diff-added, diff-added-face, diff-changed-face, diff-function)
6610 (diff-function-face, diff-context-face, diff-nonexistent)
6611 (diff-nonexistent-face): Use renamed diff-mode faces.
6612
6613 * progmodes/compile.el (compilation-warning-face)
6614 (compilation-info-face): Remove "-face" suffix from face names.
6615 (compilation-warning-face, compilation-info-face):
6616 New backward-compatibility aliases for renamed faces.
6617 (compilation-warning-face, compilation-info-face):
6618 Use renamed compilation faces.
6619
6620 * add-log.el (change-log-date, change-log-name)
6621 (change-log-email, change-log-file, change-log-list)
6622 (change-log-conditionals, change-log-function)
6623 (change-log-acknowledgement): Remove "-face" suffix from face names.
6624 (change-log-date-face, change-log-name-face)
6625 (change-log-email-face, change-log-file-face)
6626 (change-log-list-face, change-log-conditionals-face)
6627 (change-log-function-face, change-log-acknowledgement-face):
6628 New backward-compatibility aliases for renamed faces.
6629 (change-log-font-lock-keywords): Use renamed change-log faces.
6630
6631 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6632 (custom-set, custom-changed, custom-saved, custom-button)
6633 (custom-button-pressed, custom-documentation, custom-state)
6634 (custom-comment, custom-comment-tag, custom-variable-tag)
6635 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6636 (custom-group-tag): Remove "-face" suffix from face names.
6637 (custom-magic-alist, custom-magic-value-create)
6638 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6639 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6640 (custom-set-face, custom-changed-face, custom-saved-face)
6641 (custom-button-face, custom-button-pressed-face)
6642 (custom-documentation-face, custom-state-face)
6643 (custom-comment-face, custom-comment-tag-face)
6644 (custom-variable-tag-face, custom-variable-button-face)
6645 (custom-face-tag-face, custom-group-tag-face-1)
6646 (custom-group-tag-face):
6647 New backward-compatibility aliases for renamed faces.
6648
6649 * wid-edit.el (widget-documentation, widget-button)
6650 (widget-field, widget-single-line-field, widget-inactive)
6651 (widget-button-pressed): "-face" suffix removed from face names.
6652 (widget-documentation-face, widget-button-face)
6653 (widget-field-face, widget-single-line-field-face)
6654 (widget-inactive-face, widget-button-pressed-face):
6655 New backward-compatibility aliases for renamed faces.
6656 (widget-documentation-face, widget-button-face)
6657 (widget-button-pressed-face, widget-specify-field)
6658 (widget-specify-inactive): Use renamed widget faces.
6659
6660 2005-06-10 Kenichi Handa <handa@m17n.org>
6661
6662 * term/x-win.el (x-clipboard-yank): Remove condition-case
6663 wrapping.
6664
6665 2005-06-11 Kenichi Handa <handa@m17n.org>
6666
6667 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6668 date lines stricter.
6669
6670 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6671
6672 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6673 of x-get-selection.
6674
6675 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6676
6677 * comint.el (comint-mode, comint-snapshot-last-prompt):
6678 * frame.el (frame-current-scroll-bars):
6679 * term.el (term-mode, term-check-proc, term-input-sender)
6680 (term-simple-send, term-extract-string, term-word)
6681 (term-match-partial-filename):
6682 * window.el (window-current-scroll-bars):
6683 * emulation/cua-base.el (cua-normal-cursor-color)
6684 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6685 (cua-global-mark-cursor-color):
6686 * mail/undigest.el (rmail-forward-separator-regex):
6687 Fix typos in docstrings.
6688
6689 * comint.el (comint-check-proc, make-comint-in-buffer)
6690 (comint-source-default): Doc fixes.
6691
6692 * term.el (term-send-string): Improve argument/docstring consistency.
6693
6694 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6695
6696 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6697 call to `delete-region'.
6698 (comint-mode-hook): Do not enable Font Lock by default.
6699
6700 2005-06-09 Lute Kamstra <lute@gnu.org>
6701
6702 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6703 could be void.
6704
6705 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6706
6707 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6708 (debug): Use it.
6709 (debugger-step-through, debugger-continue, debugger-jump)
6710 (debugger-return-value): Set it when needed.
6711 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6712 Use inhibit-read-only.
6713
6714 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6715
6716 * window.el (shrink-window-if-larger-than-buffer)
6717 (window-size-fixed): Fix typo in docstring.
6718
6719 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6720 thumbnails directory on loading.
6721 (thumbs-conversion-program): Use `eq' to check the system type,
6722 not `equal'.
6723 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6724 not "/tmp". Fix docstring.
6725 (thumbs-thumbsdir): New function to return the thumbnails
6726 directory, creating it if needed.
6727 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6728 (thumbs-temp-file): Delete variable and make it into a function.
6729 (thumbs-resize-image, thumbs-modify-image): Use it.
6730 (thumbs-kill-buffer): Simplify.
6731 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6732 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6733 docstrings.
6734
6735 2005-06-09 Kim F. Storm <storm@cua.dk>
6736
6737 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6738 set-match-data to free markers in match-data.
6739
6740 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6741 match-data to unchain markers in match-data.
6742
6743 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6744
6745 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6746 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6747 unnecessary now.
6748
6749 2005-06-08 Richard M. Stallman <rms@gnu.org>
6750
6751 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6752 give the variable a doc string that doesn't say don't set it directly.
6753
6754 * textmodes/ispell.el (ispell-check-version):
6755 Use match-string-no-properties.
6756 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6757 (ispell-buffer-local-words): Likewise.
6758
6759 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6760 except on terminals with enough colors to really display it.
6761 (makefile-dependency-regex): Delete spurious `bb'.
6762
6763 * faces.el (escape-glyph): Use blue once again in last case.
6764 (no-break-space): Redefine so that it isn't invisible on a tty.
6765
6766 2005-06-08 Kim F. Storm <storm@cua.dk>
6767
6768 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6769 also when reading directory name.
6770
6771 2005-06-08 Lute Kamstra <lute@gnu.org>
6772
6773 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6774 (flyspell-mode-line-string): Remove autoload cookie.
6775 (flyspell-mode): Remove defvar.
6776
6777 2005-06-07 Lute Kamstra <lute@gnu.org>
6778
6779 * textmodes/org.el (org-run-mode-hooks): New function.
6780 (org-agenda-mode): Use it.
6781
6782 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6783
6784 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6785
6786 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6787
6788 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6789
6790 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6791
6792 * font-lock.el (font-lock-add-keywords): Doc fix.
6793
6794 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6795
6796 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6797 (tex-compile-default): In the absence of any history, use the order in
6798 tex-compile-alist to choose the preferred command.
6799 (tex-compile-commands): Reorder a bit.
6800
6801 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6802 (flyspell-incorrect-face, flyspell-duplicate-face):
6803 Use (X)Emacs-agnostic code.
6804 (flyspell-mode-map): Don't overwrite at each load. Remove code
6805 redundant with the subsequent add-minor-mode. Merge Emacs and
6806 XEmacs code.
6807 (flyspell-word): Minor simplification.
6808 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6809 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6810 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6811 Merge the corresponding Emacs code.
6812 (flyspell-correct-word, flyspell-xemacs-popup):
6813 Use flyspell-do-correct.
6814
6815 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6816 a dedicated window.
6817
6818 * international/latexenc.el (latexenc-find-file-coding-system):
6819 Undo part of last patch, to turn off a compiler warning.
6820
6821 2005-06-06 Juri Linkov <juri@jurta.org>
6822
6823 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6824 Rename `tmm-inactive-face' to `tmm-inactive'.
6825
6826 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6827
6828 * iswitchb.el: Rename faces.
6829
6830 2005-06-06 Kim F. Storm <storm@cua.dk>
6831
6832 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6833 (cua-global-mark): Remove -face suffix from face names.
6834
6835 * emulation/cua-gmrk.el (cua--init-global-mark):
6836 Remove cua-global-mark face setup.
6837
6838 2005-06-06 Richard M. Stallman <rms@gnu.org>
6839
6840 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6841 just like other allowed characters.
6842 (makefile-match-dependency): Exclude leading and training whitespace
6843 from the range of regexp subexp 1.
6844 (makefile-macroassign-regex): Don't try to match the body,
6845 just the name of the macro being defined.
6846
6847 * info.el (Info-read-node-name-2): New function.
6848 (Info-read-node-name-1): Use that.
6849 Add a completion-base-size-function property.
6850
6851 * simple.el (completion-setup-function): Look for
6852 completion-base-size-function property of minibuffer-completion-table.
6853
6854 * files.el (locate-file-completion): Doc fix.
6855
6856 * printing.el: Don't call pr-update-menus; user must do that.
6857
6858 * emacs-lisp/debug.el (debugger-window): New variable.
6859 (debug): Use debugger-window if it is set and still alive.
6860 Record debugger-window for next entry.
6861
6862 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6863
6864 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6865
6866 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6867 (hack-one-local-variable, hack-local-variables)
6868 (hack-local-variables-prop-line): Pass that arg.
6869
6870 2005-06-06 Kim F. Storm <storm@cua.dk>
6871
6872 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6873 (ido-indicator): Remove -face suffix from face names.
6874
6875 2005-06-06 Juri Linkov <juri@jurta.org>
6876
6877 * font-lock.el (font-lock-regexp-backslash)
6878 (font-lock-regexp-backslash-construct): New faces.
6879 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6880 after `('. Add `while-no-input' to control structures.
6881
6882 * faces.el (no-break-space, shadow): New faces.
6883 (escape-glyph): Use less loud colors pink2 and red4.
6884
6885 * diff-mode.el (diff-context-face)
6886 * dired.el (dired-ignored)
6887 * rfn-eshadow.el (file-name-shadow)
6888 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6889
6890 * info.el (Info-title-1-face): Use green instead of yellow because
6891 bold yellow is not readable on light backgrounds.
6892
6893 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6894 before selecting the desired mode to not spend time fontifying
6895 old contents.
6896
6897 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6898
6899 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6900 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6901
6902 * ps-print.el (ps-default-fg, ps-default-bg):
6903 Fix typos in docstrings.
6904
6905 * isearchb.el (isearchb): Don't pass a spurious second argument to
6906 `iswitchb-completions'.
6907
6908 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6909
6910 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6911 to preserve point.
6912 (gdb-find-file-hook): Add doc string.
6913
6914 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6915 C dereferenced pointer expression.
6916 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6917
6918 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6919
6920 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6921 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6922 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6923 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6924 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6925 Make background transparent.
6926
6927 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6928
6929 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6930 (font-lock-remove-keywords): Doc fix.
6931 (font-lock-mode-major-mode): Compiler defvar.
6932 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6933
6934 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6935 (font-lock-mode): Update `font-lock-mode-major-mode'.
6936 (font-lock-set-defaults): Compiler defvar.
6937 (font-lock-default-function): Take `font-lock-mode-major-mode'
6938 into account.
6939
6940 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6941 keep track of which major mode it enabled the minor mode for.
6942 Use find-file-hook again. Update docstring.
6943
6944 * simple.el (eval-expression-print-level)
6945 (eval-expression-print-length, eval-expression-debug-on-error):
6946 Doc fixes.
6947
6948 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6949
6950 * iswitchb.el (iswitchb-single-match-face)
6951 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6952 (iswitchb-invalid-regexp-face): New faces.
6953 (iswitchb-completions): Use them.
6954 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6955 now marked as an obsolete alias.
6956 (iswitchb-read-buffer): Remove check for bound font variables.
6957 (iswitchb-invalid-regexp): New free variable.
6958 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6959 set iswitchb-invalid-regexp.
6960 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6961 invalid regexps.
6962 (iswitchb-completions): Add check for complete match when entering
6963 a regexp.
6964 (iswitchb-completions): Remove require-match argument.
6965 (iswitchb-exhibit): Fix caller.
6966 (iswitchb-common-match-inserted): New variable.
6967 (iswitchb-complete, iswitchb-completion-help): Use it.
6968
6969 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6970
6971 * url-http.el (url-http-chunked-encoding-after-change-function):
6972 Use `url-http-debug' instead of `message'.
6973
6974 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6975
6976 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6977 callback argument.
6978
6979 2005-06-04 Kim F. Storm <storm@cua.dk>
6980
6981 * simple.el (line-move): Only call sit-for when moving backwards.
6982
6983 * ido.el (ido-make-merged-file-list-1): New defun split from
6984 ido-make-merged-file-list.
6985 (ido-make-merged-file-list): Bind throw-on-input around call to
6986 ido-make-merged-file-list-1. Return input-pending-p if
6987 interrupted by more input available.
6988 (ido-read-internal): Handle input-pending-p return value from
6989 ido-make-merged-file-list.
6990
6991 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6992
6993 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6994 compatibility code.
6995
6996 * international/latexenc.el (latexenc-find-file-coding-system):
6997 Don't inherit the EOL part of the coding-system from the
6998 tex-main buffer. Fit within 80 columns.
6999
7000 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
7001
7002 * tmm.el (tmm-inactive-face): New face.
7003 (tmm-remove-inactive-mouse-face): New function.
7004 (tmm-prompt, tmm-add-one-shortcut)
7005 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
7006 but not selectable.
7007
7008 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
7009
7010 * faces.el (face-equal): Improve argument/docstring consistency.
7011
7012 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
7013
7014 * progmodes/make-mode.el (makefile-targets-face)
7015 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
7016 (makefile-bsdmake-dependency-regex)
7017 (makefile-makepp-rule-action-regex)
7018 (makefile-bsdmake-rule-action-regex): New constants.
7019 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
7020
7021 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7022 Allow (...) within `...' for makepp messages.
7023
7024 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
7025
7026 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
7027
7028 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
7029 "." files are deleted from all file lists before comparison.
7030
7031 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
7032 (viper-ESC-key): Made them customizable.
7033
7034 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
7035
7036 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
7037
7038 * autorevert.el (auto-revert-buffers): Use save-match-data.
7039
7040 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7041
7042 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
7043 menu items with a nil command binding.
7044
7045 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
7046
7047 * emacs-lisp/cl-macs.el (defsetf):
7048 Improve argument/docstring consistency.
7049
7050 * faces.el (list-faces-display): Improve the formatting by
7051 computing the maximum length required for any face-name (reworked
7052 patch of 1999-01-11, accidentally deleted on 1999-07-21).
7053 (internal-find-face): Remove redundant info in docstring.
7054
7055 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
7056
7057 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
7058 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
7059 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
7060 (gdb-assembler-custom): Improve regexps.
7061 (def-gdb-auto-update-handler): Use window point to preserve point.
7062
7063 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
7066
7067 2005-05-31 Jay Belanger <belanger@truman.edu>
7068
7069 * calc/calc-embed.el (calc-embedded-word): Change argument passed
7070 to calc-embedded.
7071 (calc-embedded-make-info): Have plain prefix argument select
7072 entire line.
7073
7074 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
7075
7076 * faces.el (list-faces-display): Signal error if passed a regexp
7077 that matches no face name.
7078
7079 * simple.el (filter-buffer-substring): Fix typo in docstring.
7080
7081 2005-05-31 Richard M. Stallman <rms@gnu.org>
7082
7083 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
7084 (vhdl-emacs-21): Doc fix.
7085 (vhdl-mode): Unconditionally set comment-padding.
7086 (vhdl-fixup-whitespace-region): Insert spaces only where
7087 there are none.
7088 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
7089
7090 2005-05-30 John Wiegley <johnw@newartisans.com>
7091
7092 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
7093 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
7094 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
7095 `directory-sep-char' to ?/, and all uses of `string-to-int' to
7096 `string-to-number'.
7097
7098 2005-05-30 Jay Belanger <belanger@truman.edu>
7099
7100 * calc/calc.el (calc-bug-address): Fix docstring.
7101 (calc-window-hook, calc-trail-window-hook): New variables.
7102 (calc-trail-display): Restore use of calc-trail-window-hook.
7103 (calc): Restore use of calc-window-hook.
7104
7105 2005-05-31 Masatake YAMATO <jet@gyve.org>
7106
7107 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
7108
7109 * help-fns.el (help-C-file-name): Add autoload mark for
7110 `find-function-noselect'.
7111
7112 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7113
7114 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
7115 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
7116
7117 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7118
7119 * calendar/diary-lib.el (mark-included-diary-files): Only kill
7120 included diary buffer if it was not already being visited.
7121 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
7122
7123 * calendar/icalendar.el (top-level): Do not require 'appt.
7124
7125 * mail/supercite.el (sc-select-attribution): Only use a list
7126 element from sc-attrib-selection-list if it returns a string.
7127 Reported by Davide G. M. Salvetti <salve@debian.org>.
7128
7129 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
7130
7131 * thumbs.el (thumbs-thumbname): The resulting thumbname now
7132 includes a hash value to improve its uniqueness, and has a ".jpg"
7133 extension. Also, it is now a valid filename on all systems.
7134 (thumbs-make-thumb): Use `let', not `let*'.
7135 (thumbs-show-thumbs-list): Check for JPEG availability.
7136
7137 2005-05-30 Richard M. Stallman <rms@gnu.org>
7138
7139 * filesets.el (filesets-menu-ensure-use-cached):
7140 Prevent warning when emacs-version>= is undefined.
7141
7142 * printing.el (pr-interactive-n-up): Use string-to-number.
7143
7144 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
7145
7146 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7147 Warn only when name to be defined is quoted.
7148
7149 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
7150
7151 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
7152 Make regexp more robust.
7153 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
7154 Force regeneration of disassembly.
7155
7156 2005-05-29 Jay Belanger <belanger@truman.edu>
7157
7158 * calc/calc.el (calc-user-invocation): Check if
7159 calc-invocation-macro is non-nil.
7160
7161 2005-05-29 Juri Linkov <juri@jurta.org>
7162
7163 * add-log.el (change-log-font-lock-keywords):
7164 Add `+' to e-mail regexp to accept mail address with keywords.
7165
7166 * man.el (Man-name-regexp): Add `:' to accept qualified names.
7167
7168 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7169
7170 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
7171
7172 * ielm.el (inferior-emacs-lisp-mode): Ditto.
7173
7174 2005-05-29 Richard M. Stallman <rms@gnu.org>
7175
7176 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7177 Undo the change that moves to end of the current word.
7178
7179 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7180
7181 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
7182 Throw error when count <= 0 to ensure input is a number.
7183 (gdb-read-memory-custom): Pick up address from buffer.
7184 (gdb-memory-mode): Allow user to increment and decrement
7185 memory address from header line.
7186
7187 2005-05-29 Richard M. Stallman <rms@gnu.org>
7188
7189 * flyspell.el (flyspell-version): Function deleted.
7190 (flyspell-auto-correct-previous-hook): Doc fix.
7191
7192 * jit-lock.el (jit-lock-function, jit-lock-after-change):
7193 Do nothing if memory is full.
7194
7195 * font-lock.el (font-lock-fontify-syntactically-region):
7196 Pass t for GREEDY to looking-back.
7197
7198 * saveplace.el (save-place-alist-to-file): Write the file
7199 using write-region.
7200
7201 * subr.el (looking-back): New argument GREEDY.
7202
7203 * progmodes/compile.el (compilation-start): Set the mode
7204 before inserting the initial text.
7205
7206 * progmodes/which-func.el (which-func-update-1): Turn the mode
7207 off in case of error by setting which-func-mode.
7208
7209 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
7210
7211 * flyspell.el (flyspell-auto-correct-previous-word):
7212 Narrow down to what's on the screen, and recenter overlays
7213 at the end of the next word.
7214
7215 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7216
7217 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
7218 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
7219 (flyspell-abbrev-p): Default to nil.
7220 (flyspell-use-global-abbrev-table-p): Doc fix.
7221 (flyspell-large-region): Allow nil as value.
7222 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
7223
7224 (mail-mode-flyspell-verify): More robust handling
7225 of `mail-header-separator'. More efficient signature detection.
7226 Allow for regexp metacharacters in message-header-separator.
7227 Adding `To' not to be checked in mail-mode-flyspell-verify.
7228
7229 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
7230 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
7231 Bind flyspell-auto-correct-binding.
7232 Bind C-. and C-, .
7233 (flyspell-mode-map): Likewise.
7234 (flyspell-mode): Doc fix.
7235 (flyspell-accept-buffer-local-defs): Preserve current buffer.
7236 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
7237 (flyspell-word-cache-result): New var, always local.
7238 (flyspell-check-pre-word-p): Doc fix.
7239 (flyspell-check-changed-word-p): Handle spc like newline.
7240 (flyspell-post-command-hook): Set flyspell-word-cache-result.
7241 (flyspell-word-search-backward, flyspell-word-search-forward):
7242 New functions.
7243 (flyspell-word): Return t if nothing to check.
7244 When parsing TeX code, check for after } or \.
7245 Use flyspell-word-search-backward to find previous word.
7246 Return nil if duplicated word.
7247 For word already checked, return same value as last time.
7248 Set flyspell-word-cache-result after checking.
7249 Don't clobber the return value.
7250 (flyspell-get-word): Major rewrite.
7251 (flyspell-external-point-words): New locals pword, pcount.
7252 Fix size used in progress message.
7253 Find the proper corresponding word in flyspell-large-region-buffer.
7254 (flyspell-region): Check for flyspell-large-region = nil.
7255 (flyspell-highlight-incorrect-region): Clean up overlays in region.
7256 (flyspell-auto-correct-word): Check that WORD is a cons.
7257 (flyspell-correct-word): Likewise.
7258
7259 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
7260
7261 * progmodes/make-mode.el (makefile-rule-action-regex)
7262 (makefile-macroassign-regex, makefile-makepp-mode)
7263 (makefile-bsdmake-mode): Continuation lines may be empty.
7264 Reported by Joshua Varner.
7265 (makefile-makepp-font-lock-keywords): Add $(stem).
7266
7267 2005-05-28 Karl Berry <karl@gnu.org>
7268
7269 * textmodes/tex-mode.el: Now that tex-send-command calls
7270 shell-quote-argument (2005-03-31 change), remove all calls to
7271 shell-quote-argument; they all end up invoking tex-send-command.
7272 The double quoting loses on filenames with non-safe characters,
7273 such as "@". Reported by Frederik Fouvry.
7274
7275 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7276
7277 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7278 about preserving point.
7279
7280 2005-05-27 Jay Belanger <belanger@truman.edu>
7281
7282 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7283 Info-goto-node.
7284
7285 * calc/calc-embed.el (calc-embed-arg): New variable.
7286 (calc-do-embedded-activate, calc-embedded-activate-formula)
7287 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7288 variable by new variable.
7289 (calc-embedded-make-info): Replace undeclared variable by new
7290 variable. When selecting region with positive prefix
7291 argument, use end of previous line instead of beginning of line.
7292
7293 * calc/calc-aent.el (calc-arg-values): Declare it.
7294
7295 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7296 Declare them.
7297
7298 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7299
7300 * calc/calc.el (calc-alg-map): Declare it.
7301
7302 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7303
7304 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7305
7306 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7307 (gdb-registers-buffer, toggle-gdb-all-registers):
7308 Toggle display of floating point registers.
7309 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7310
7311 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
7312 (toggle-gud-tooltip-dereference):
7313 Rename from gud-toggle-tooltip-dereference.
7314
7315 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7316
7317 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7318
7319 2005-05-27 Jay Belanger <belanger@truman.edu>
7320
7321 * calc/calc-prog.el (calc-kbd-report): Remove.
7322 (calc-kbd-query): Rewrite.
7323
7324 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
7325
7326 * image.el (image-library-alist): Move to image.c.
7327 (image-type-available-p): Doc fix.
7328
7329 2005-05-27 Lute Kamstra <lute@gnu.org>
7330
7331 * calc/calc.el (calc):
7332 * outline.el (outline-1, outline-2, outline-3, outline-4)
7333 (outline-5, outline-6, outline-7, outline-8):
7334 * textmodes/dns-mode.el (dns-mode):
7335 * textmodes/sgml-mode.el (sgml-namespace-face):
7336 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
7337 (tex-verbatim-face, tex-use-reftex):
7338 * textmodes/texinfo.el (texinfo-heading-face):
7339 Specify customization group.
7340
7341 * longlines.el: Don't require easy-mmode.
7342 (longlines-visible-face): Specify customization group.
7343
7344 2005-05-27 Kenichi Handa <handa@m17n.org>
7345
7346 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7347 encoding table of windows-1251.
7348
7349 * international/ucs-tables.el (ucs-set-table-for-input):
7350 If translation-table-for-input of a coding system is a symbol, get
7351 its translation-table property.
7352
7353 * international/code-pages.el: Don't register a coding system into
7354 non-iso-charset-alist more than once.
7355 (cp-make-coding-system): Likewise.
7356
7357 2005-05-26 John Wiegley <johnw@newartisans.com>
7358
7359 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7360 `eshell-resume-eval' is wrapped in a list, it indicates that the
7361 command was run asynchronously. In that case, unwrap the value
7362 before checking the delimiter value.
7363
7364 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7365 character before a space at the end of a line is \, assume the space
7366 is part of the last argument rather than a final argument separator.
7367
7368 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7369 is in use, and the target is `t' or `nil' (which are the most common
7370 values), don't assume that the symbol target is a buffer.
7371
7372 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7373
7374 * calendar/calendar.el (calendar-mode-line-format):
7375 Use mode-line-highlight as mouse-face.
7376
7377 * time.el (display-time-string-forms, display-time-update):
7378 Use mode-line-highlight as mouse-face.
7379
7380 2005-05-26 Jay Belanger <belanger@truman.edu>
7381
7382 * calc/calc.el (calc-language-alist): Remove extra defvar.
7383
7384 2005-05-26 Lute Kamstra <lute@gnu.org>
7385
7386 * arc-mode.el (archive-mode):
7387 * bookmark.el (bookmark-read-annotation-mode)
7388 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7389 * bs.el (bs-mode):
7390 * calc/calc-yank.el (calc-edit-mode):
7391 * calc/calc.el (calc-mode, calc-trail-mode):
7392 * calculator.el (calculator-mode):
7393 * chistory.el (command-history-mode):
7394 * comint.el:
7395 * cus-edit.el (custom-mode):
7396 * descr-text.el (describe-text-mode):
7397 * ebuff-menu.el (Electric-buffer-menu-mode):
7398 * ediff-util.el (ediff-mode):
7399 * emacs-lisp/re-builder.el (reb-mode):
7400 * emulation/vi.el (vi-mode-setup):
7401 * emulation/ws-mode.el (wordstar-mode):
7402 * eshell/esh-mode.el (eshell-mode):
7403 * forms.el (forms-mode):
7404 * help-mode.el (help-mode):
7405 * hexl.el (hexl-mode):
7406 * ibuffer.el (ibuffer-mode):
7407 * ielm.el (inferior-emacs-lisp-mode):
7408 * info.el (Info-mode, Info-edit-mode):
7409 * international/swedish.el:
7410 * ledit.el (ledit-from-lisp-mode):
7411 * locate.el (locate-mode):
7412 * mail/rmail.el (rmail-mode):
7413 * mail/rmailedit.el (rmail-edit-mode):
7414 * mail/rmailsum.el (rmail-summary-mode):
7415 * mail/supercite.el (sc-electric-mode):
7416 * net/eudc.el (eudc-mode):
7417 * net/quickurl.el (quickurl-list-mode):
7418 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7419 * obsolete/ooutline.el (outline-mode):
7420 * obsolete/options.el (Edit-options-mode):
7421 * obsolete/rnews.el (news-mode):
7422 * obsolete/rnewspost.el (news-reply-mode):
7423 * play/5x5.el (5x5-mode):
7424 * play/decipher.el (decipher-mode, decipher-stats-mode):
7425 * play/gomoku.el (gomoku-mode):
7426 * play/snake.el (snake-mode):
7427 * play/solitaire.el (solitaire-mode):
7428 * play/tetris.el (tetris-mode):
7429 * progmodes/ada-mode.el (ada-mode):
7430 * progmodes/antlr-mode.el (antlr-mode):
7431 * progmodes/autoconf.el (autoconf-mode):
7432 * progmodes/dcl-mode.el (dcl-mode):
7433 * progmodes/delphi.el (delphi-mode):
7434 * progmodes/ebrowse.el (ebrowse-tree-mode)
7435 (ebrowse-electric-list-mode, ebrowse-member-mode)
7436 (ebrowse-electric-position-mode):
7437 * progmodes/f90.el (f90-mode):
7438 * progmodes/fortran.el (fortran-mode):
7439 * progmodes/icon.el (icon-mode):
7440 * progmodes/idlw-help.el (idlwave-help-mode):
7441 * progmodes/idlw-shell.el (idlwave-shell-mode):
7442 * progmodes/idlwave.el (idlwave-mode):
7443 * progmodes/inf-lisp.el (inferior-lisp-mode):
7444 * progmodes/m4-mode.el (m4-mode):
7445 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7446 * progmodes/modula2.el (modula-2-mode):
7447 * progmodes/octave-inf.el (inferior-octave-mode):
7448 * progmodes/octave-mod.el (octave-mode):
7449 * progmodes/pascal.el (pascal-mode):
7450 * progmodes/sh-script.el (sh-mode):
7451 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7452 * progmodes/vhdl-mode.el (vhdl-mode):
7453 * progmodes/xscheme.el (scheme-interaction-mode):
7454 * replace.el (occur-mode):
7455 * ses.el (ses-mode):
7456 * simple.el (completion-list-mode):
7457 * skeleton.el:
7458 * speedbar.el (speedbar-mode):
7459 * term.el (term-mode):
7460 * terminal.el (terminal-edit-mode):
7461 * textmodes/reftex-index.el (reftex-index-mode)
7462 (reftex-index-phrases-mode):
7463 * textmodes/reftex-sel.el (reftex-select-label-mode)
7464 (reftex-select-bib-mode):
7465 * textmodes/reftex-toc.el (reftex-toc-mode):
7466 * wdired.el (wdired-change-to-wdired-mode):
7467 * wid-browse.el (widget-browse-mode):
7468 Use run-mode-hooks.
7469
7470 * array.el (array-mode):
7471 * calendar/todo-mode.el (todo-mode):
7472 * man.el (Man-mode):
7473 * play/landmark.el (lm-mode):
7474 * play/mpuz.el (mpuz-mode):
7475 Use kill-all-local-variables and run-mode-hooks.
7476
7477 * subr.el (delay-mode-hooks): Specify indentation.
7478
7479 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7480
7481 * xml.el (xml-substitute-special): Don't die for undefined xml
7482 entities.
7483
7484 2005-05-26 Jay Belanger <belanger@truman.edu>
7485
7486 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7487 of nil.
7488
7489 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7490
7491 * progmodes/gdb-ui.el (gdb-frame-address):
7492 Rename from gdb-current-address.
7493 (gdb-previous-frame-address): Rename from gdb-previous-address.
7494 (gdb-selected-frame): Rename from gdb-current-frame.
7495 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7496 (gdb-frame-number): Rename from gdb-current-stack-level.
7497 (gdb-ann3): Match new mode-name for disassembly buffer.
7498 Extend initialization of variables.
7499 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7500 (gdb-memory-mode): Use mouse-face in header line.
7501 (gdb-assembler-buffer-name): Call it disassembly and give frame
7502 in mode line.
7503 (gdb-source-spec-regexp, gdb-assembler-custom)
7504 (gdb-invalidate-assembler, gdb-frame-handler):
7505 Make robust to leading zeroes in address format.
7506
7507 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7508
7509 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7510 define `org-mode'.
7511 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7512
7513 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7514
7515 * log-edit.el (log-edit-changelog-entries): Distinguish between
7516 filenames like xfns.c and fns.c.
7517
7518 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7519
7520 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7521 point after reverting.
7522 (Buffer-menu-make-sort-button): Handle the case where
7523 `Buffer-menu-use-header-line' is nil.
7524
7525 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7526
7527 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7528 New funcs. In minibuffer-local-completion-map bind `]', `/'
7529 and `:' to them.
7530
7531 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7532
7533 * startup.el (normal-top-level): Allow modification of load-path while
7534 we're iterating over it.
7535
7536 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7537
7538 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7539 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7540 (thumbs-resize-interactive, thumbs-insert-image)
7541 (thumbs-insert-thumb, thumbs-dired-show-marked)
7542 (thumbs-find-image-at-point, thumbs-delete-images)
7543 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7544 (thumbs-increment-image-size, thumbs-decrement-image-size):
7545 Fix typos in docstrings.
7546
7547 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7548
7549 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7550 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7551 (cperl-mode): Use them.
7552
7553 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7554
7555 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7556 Doc fixes.
7557
7558 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7559
7560 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7561 Bind C-d to gdb-inferior-io-eof.
7562
7563 * dired.el (dired-dnd-popup-notice): Use message-box.
7564
7565 2005-05-23 Masatake YAMATO <jet@gyve.org>
7566
7567 * bindings.el (mode-line-major-mode-keymap):
7568 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7569
7570 * faces.el (mode-line-highlight): New face.
7571
7572 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7573 as mouse-face.
7574
7575 * bindings.el (top-level, help-echo, mode-line-modified)
7576 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7577 as mouse-face.
7578
7579 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7580
7581 * progmodes/cc-engine.el (c-guess-basic-syntax):
7582 Remove spurious call to `zerop'.
7583
7584 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7585
7586 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7587
7588 CC Mode update to 5.30.10:
7589
7590 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7591 could go past the limit in decoration level 2, thereby causing
7592 errors during interactive fontification.
7593
7594 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7595 the file is evaluated interactively.
7596
7597 * cc-engine.el (c-guess-basic-syntax): Handle operator
7598 declarations somewhat better in C++.
7599
7600 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7601 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7602 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7603 (awk-mode): Use it.
7604 (make-local-hook): Suppress warning about obsoleteness.
7605
7606 * cc-engine.el, cc-align.el, cc-cmds.el
7607 (c-append-backslashes-forward, c-delete-backslashes-forward)
7608 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7609 Compensate for return value from `forward-line' when it has moved
7610 but not to a different line due to eob.
7611
7612 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7613 `objc-method-intro' and `objc-method-args-cont'.
7614
7615 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7616
7617 CC Mode update to 5.30.10:
7618
7619 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7620 in the copyright statement. Incidentally, change "along with GNU
7621 Emacs" to "along with this program" where it occurs.
7622
7623 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7624 so that it is interactive, hence can be found by M-x awk-mode
7625 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7626 <gmorris+emacs@ast.cam.ac.uk>.
7627
7628 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7629 Mode's regexps.
7630
7631 2005-05-23 Kevin Ryde <user42@zip.com.au>
7632
7633 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7634 c-parse-state, to avoid a lisp error (on bad code).
7635
7636 2005-05-23 Lute Kamstra <lute@gnu.org>
7637
7638 * subr.el (font-lock-defaults): Remove defvar as it's already
7639 defined in font-core.el.
7640
7641 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7642
7643 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7644
7645 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7646 more general and work when GDB variable "print pretty" is on,
7647 as with Emacs, for example.
7648
7649 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7650
7651 * font-core.el: Update comment.
7652
7653 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7654 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7655
7656 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7657
7658 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7659
7660 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7661 and `yank-handler' in the doc strings.
7662
7663 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7664
7665 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7666
7667 2005-05-22 Richard M. Stallman <rms@gnu.org>
7668
7669 * help.el (describe-key): Move print-help-return-message call
7670 out of conditional.
7671
7672 * progmodes/etags.el (list-tags): Use with-no-warnings.
7673
7674 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7675 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7676 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7677
7678 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7679
7680 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7681 Add defvar.
7682
7683 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7684 Use defvar, not defconst.
7685
7686 * hexl.el (hexl-follow-line): Use with-no-warnings.
7687
7688 * emulation/tpu-extras.el: Use write-file-functions instead of
7689 write-file-hooks.
7690
7691 * dired.el (dired-font-lock-keywords): Fontify files with junk
7692 extensions even if marked by -F.
7693
7694 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7695
7696 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7697 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7698 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7699 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7700 (concatenate, list-length, get*, getf, cl-remprop):
7701 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7702 (etypecase, progv, lexical-let, lexical-let*)
7703 (multiple-value-bind, multiple-value-setq, shiftf):
7704 Improve argument/docstring consistency.
7705
7706 * subr.el (focus-frame, unfocus-frame):
7707 Revert deletion on 2005-05-01.
7708
7709 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7710
7711 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7712 doesn't exist.
7713
7714 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7715 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7716
7717 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7718
7719 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7720 already deleted variables: auto-fill-hook, blink-paren-hook,
7721 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7722 suspend-hooks, comment-indent-hook, meta-flag,
7723 before-change-function, after-change-function,
7724 font-lock-doc-string-face.
7725
7726 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7727
7728 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7729
7730 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7731
7732 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7733 rmail-dont-reply-to.
7734
7735 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7736
7737 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7738 literal blank when splitting new-header-values.
7739
7740 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7741
7742 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7743 string so that tmm doesn't create a completion entry for it.
7744
7745 * textmodes/table.el (table-disable-menu): Ditto.
7746
7747 2005-05-21 Richard M. Stallman <rms@gnu.org>
7748
7749 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7750
7751 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7752
7753 * net/rcompile.el (remote-compile): Use compilation-start.
7754
7755 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7756
7757 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7758
7759 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7760 Default to makefile-bsdmake-mode on BSD systems.
7761
7762 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7763 REGEXP may also be a search function now. The part of doc-string
7764 for describing the structure was 95% identical to that of
7765 `imenu--generic-function'. Unify it there.
7766
7767 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7768 Use function to find dependencies, because regexp alone is so complex,
7769 it easily goes into an endless loop.
7770 (makefile-makepp-mode): Also add submenu for Perl functions
7771 defined in the makefile.
7772 (makefile-bsdmake-mode): Special imenu-generic-expression no
7773 longer needed, due to function call.
7774 (makefile-match-dependency): Take BOUND into account when checking
7775 if we're through.
7776
7777 2005-05-20 Jay Belanger <belanger@truman.edu>
7778
7779 * calc/calc-units.el (calc-invalidate-units-table):
7780 Use inhibit-read-only.
7781 (math-build-units-table-buffer): Use view-mode.
7782
7783 2005-05-20 David Kastrup <dak@gnu.org>
7784
7785 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7786 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7787
7788 2005-05-20 Lute Kamstra <lute@gnu.org>
7789
7790 * diff-mode.el (diff-header-face, diff-file-header-face)
7791 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7792 (diff-added-face, diff-changed-face, diff-function-face)
7793 (diff-context-face, diff-nonexistent-face): Put them in the
7794 diff-mode customization group.
7795
7796 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7797
7798 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7799
7800 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7801
7802 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7803 Minor regexp-optimization.
7804
7805 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7806
7807 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7808 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7809 (org-agenda-add-time-grid-maybe): New function.
7810 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7811 (org-table-create): `dotimes' instead of `mapcar'.
7812 (org-xor): Simplify implementation.
7813 (org-agenda): `inhibit-redisplay' turned on.
7814 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7815 a consistent line after a state change.
7816 (org-agenda-remove-times-when-in-prefix): New option.
7817 (org-prefix-has-time): New variable.
7818 (org-parse-time-string): Optional argument NODEFAULT.
7819 (org-format-agenda-item): Parse items for time-of-day
7820 specifications and move these into the prefix if possible.
7821 (org-agenda-priority): Get current heading, not previous heading
7822 during agenda remote editing.
7823
7824 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7825
7826 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7827 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7828 (remove-duplicates, delete-duplicates, substitute)
7829 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7830 (nsubstitute-if-not, find, find-if, find-if-not, position)
7831 (position-if, position-if-not, count, count-if, count-if-not)
7832 (mismatch, search, sort*, stable-sort, merge, member*)
7833 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7834 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7835 (intersection, nintersection, set-difference, nset-difference)
7836 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7837 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7838 (nsublis, tree-equal): Improve argument/docstring consistency.
7839
7840 * subr.el (send-string, send-region):
7841 Remove obsolescence declaration.
7842 (window-dot, set-window-dot, read-input, show-buffer)
7843 (eval-current-buffer, string-to-int):
7844 Add release number to obsolescence declarations.
7845
7846 2005-05-19 Kim F. Storm <storm@cua.dk>
7847
7848 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7849 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7850
7851 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7852
7853 * faces.el (list-faces-display): Make back button respect optional
7854 regexp arg.
7855
7856 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7857
7858 * calculator.el (calculator-radix-grouping-mode)
7859 (calculator-radix-grouping-digits, calculator-displayer)
7860 (calculator-radix-grouping-separator, calculator-copy-displayer):
7861 * dabbrev.el (dabbrev-search-these-buffers-only):
7862 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7863 (diff-advance-after-apply-hunk, diff-mode-hook)
7864 (diff-minor-mode-prefix):
7865 * imenu.el (imenu-use-popup-menu):
7866 * jit-lock.el (jit-lock-context-time):
7867 * newcomment.el (comment-fill-column, comment-column)
7868 (comment-style, comment-padding, comment-multi-line)
7869 (comment-empty-lines, comment-auto-fill-only-comments):
7870 * reveal.el (reveal-around-mark):
7871 * uniquify.el (uniquify-buffer-name-style)
7872 (uniquify-after-kill-buffer-p)
7873 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7874 (uniquify-min-dir-content, uniquify-separator)
7875 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7876 * w32-vars.el (w32-fixed-font-alist):
7877 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7878 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7879 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7880 * progmodes/perl-mode.el (perl-indent-level)
7881 (perl-continued-statement-offset, perl-continued-brace-offset)
7882 (perl-brace-offset, perl-brace-imaginary-offset)
7883 (perl-label-offset, perl-indent-continued-arguments)
7884 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7885 * progmodes/tcl.el (tcl-indent-level)
7886 (tcl-continued-indent-level, tcl-auto-newline)
7887 (tcl-tab-always-indent, tcl-electric-hash-style)
7888 (tcl-help-directory-list, tcl-use-smart-word-finder)
7889 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7890 (inferior-tcl-source-command):
7891 * textmodes/fill.el (enable-kinsoku):
7892 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7893 * textmodes/table.el (table-yank-handler):
7894 Specify missing group (and type, if simple) in defcustom.
7895
7896 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7897
7898 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7899
7900 2005-05-19 Richard M. Stallman <rms@gnu.org>
7901
7902 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7903
7904 * subr.el (event-basic-type): Don't get an error.
7905 (left-fringe-p): Function deleted.
7906
7907 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7908 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7909
7910 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7911 in recursive copy.
7912
7913 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7914
7915 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7916
7917 * emacs-lisp/bytecomp.el
7918 (byte-compile-file-form-custom-declare-variable): Call
7919 byte-compile-nogroup-warn if appropriate.
7920
7921 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7922 (compilation-set-window): Don't call left-fringe-p; do it directly.
7923
7924 2005-05-19 Jay Belanger <belanger@truman.edu>
7925
7926 * calc/calc-graph.el (calc-graph-format-data): Make sure
7927 var-PlotRejects is bound before trying to check its value.
7928
7929 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7930
7931 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7932 definition of this variable from reftex-global.el to reftex.el,
7933 because it is needed in the menu.
7934
7935 2005-05-19 Lute Kamstra <lute@gnu.org>
7936
7937 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7938 years are fixed. Don't insert a space after a dash.
7939
7940 2005-05-19 Kim F. Storm <storm@cua.dk>
7941
7942 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7943
7944 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7945
7946 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7947 strings, because (eq ... ?\\) is fairly frequent.
7948
7949 * progmodes/make-mode.el (makefile-add-this-line-targets):
7950 Simplify and integrate into `makefile-pickup-targets'.
7951 (makefile-add-this-line-macro): Simplify and integrate into
7952 `makefile-pickup-macros.
7953 (makefile-pickup-filenames-as-targets): Simplify.
7954 (makefile-previous-dependency, makefile-match-dependency):
7955 Don't stumble over `::'.
7956
7957 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7958
7959 * subr.el (post-command-idle-hook, post-command-idle-delay):
7960 Remove obsoletion of post-command-idle-hook and
7961 post-command-idle-delay.
7962
7963 * faces.el (list-faces-display): Provide button when describe-face
7964 is called to take user back to the list of faces.
7965
7966 * help-fns.el (describe-variable): Remove hyperlinks in a
7967 variable's value as these are quite frequently inappropriate.
7968
7969 * follow.el (follow-submit-feedback, follow-mode):
7970 Remove references to post-command-idle-hook.
7971
7972 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7973
7974 * progmodes/make-mode.el (makefile-previous-dependency)
7975 (makefile-match-dependency): Check for := (and in bsd mode also
7976 !=) to give a better result, even when font-lock is not on.
7977
7978 2005-05-18 Jay Belanger <belanger@truman.edu>
7979
7980 * calc/calc-help.el (calc-s-prefix-help):
7981 Add `calc-copy-special-constant' to help string.
7982
7983 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7984
7985 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7986
7987 2005-05-18 Jay Belanger <belanger@truman.edu>
7988
7989 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7990 in linear factors are in proper order.
7991
7992 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7993
7994 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7995 Support for jurabib.
7996
7997 * textmodes/reftex.el (featurep): Define aliases for overlay
7998 commands, for XEmacs compatibility, and use these aliases in
7999 overlay initializations.
8000 (reftex-highlight): Use `reftex-move-overlay'.
8001 (reftex-unhighlight): Use `reftex-delete-overlay'.
8002 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
8003 (reftex-access-search-path): Use `reftex-uniquify' instead of
8004 `reftex-uniq'
8005
8006 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
8007 `before-string' property modification enables for Emacs as well.
8008 (reftex-select-item): Use `reftex-delete-overlay'.
8009 (reftex-select-mark): Use `reftex-make-overlay' and
8010 `reftex-overlay-put'.
8011 (reftex-select-unmark): Use `reftex-delete-overlay' and
8012 `reftex-overlay-put'.
8013
8014 2005-05-18 Lute Kamstra <lute@gnu.org>
8015
8016 * emacs-lisp/lisp.el (check-parens): Fix docstring.
8017
8018 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
8019
8020 * add-log.el (add-change-log-entry):
8021 * array.el (array-make-template, array-reconfigure-rows)
8022 (array-init-max-row, array-init-max-column)
8023 (array-init-columns-per-line, array-init-field-width):
8024 * replace.el (replace-match-maybe-edit, perform-replace):
8025 * textmodes/spell.el (spell-region):
8026 Replace `read-input' by `read-string'.
8027
8028 * forms.el (forms-mode):
8029 * finder.el (finder-compile-keywords):
8030 * shadowfile.el (shadow-read-files):
8031 Replace `eval-current-buffer' by `eval-buffer'.
8032
8033 * terminal.el (te-pass-through):
8034 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
8035 (ange-ftp-raw-send-cmd):
8036 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
8037 (send-process-next-char, telnet-initial-filter, telnet):
8038 Replace `send-string' by `process-send-string'.
8039
8040 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
8041 (prolog-consult-region): Replace `send-string' by
8042 `process-send-string'; replace `send-region' by `process-send-region'.
8043
8044 * progmodes/delphi.el (delphi-log-msg):
8045 Replace `set-window-dot' by `set-window-point'.
8046
8047 * subr.el (window-dot, set-window-dot, read-input, send-string)
8048 (send-region, show-buffer, eval-current-buffer):
8049 Make really obsolete, as the comment says.
8050
8051 2005-05-17 Kim F. Storm <storm@cua.dk>
8052
8053 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
8054 (cua--init-keymaps): Bind C-return instead of S-return to set
8055 rectangle mark.
8056
8057 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
8058 instead of S-return to toggle/clear rectangle mark.
8059
8060 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
8061
8062 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8063 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
8064 Also fontify plain strings assigned to variables, mostly so that a
8065 colon has a face and is thus not taken as a dependency separator.
8066 (makefile-previous-dependency): Inline the new matcher, because it
8067 is too complex to work in both directions.
8068 (makefile-match-dependency): Eliminate `backward' arg (see above).
8069 Completely reimplemented so as to not sometimes go into an endless
8070 loop. It should also be more efficient, because first it only
8071 searches for `:', instead of applying the very complex regexp.
8072 (makefile-mode): Cancel `font-lock-support-mode', because blocks
8073 to be fontified in one piece can be too long for JIT.
8074 Makefiles are never *that* big.
8075
8076 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
8077
8078 * dired.el (dired-mode): Simplify.
8079
8080 2005-05-17 Lute Kamstra <lute@gnu.org>
8081
8082 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
8083 defcustom for the mode hook variable.
8084
8085 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
8086 Emacs Lisp Reference Manual.
8087
8088 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
8089
8090 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
8091 (evenp, list*):
8092 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
8093 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
8094
8095 * net/tramp-smb.el (tramp-smb-open-connection):
8096 Pass `tramp-chunksize' as fifth (required) argument.
8097
8098 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
8099
8100 * font-lock.el (lisp-font-lock-keywords-1):
8101 Set `font-lock-negation-char-face' for [^...] char group.
8102 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
8103
8104 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
8105 a var, and refine it to mask one more level of nested vars.
8106 (makefile-rule-action-regex): Turn it into a var, and refine it so
8107 it recognizes backslashed continuation lines as belonging to the
8108 same command.
8109 (makefile-macroassign-regex): Refine it so it recognizes
8110 backslashed continuation lines as belonging to the same command.
8111 (makefile-var-use-regex): Don't look at the next char, because it
8112 might be the same one to be skipped by the initial [^$], leading
8113 to an overlooked variable use.
8114 (makefile-make-font-lock-keywords): Remove two parameters, which
8115 are now variables that some of the modes set locally.
8116 Handle dependency and rule action matching through functions, because
8117 regexps alone match too often. Dependency matching now comes
8118 last, so it can check, whether a colon already matched something else.
8119 (makefile-mode): Inform that font-lock improves makefile parsing
8120 capabilities.
8121 (makefile-match-dependency, makefile-match-action): New functions.
8122
8123 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
8124
8125 * emacs-lisp/cl-extra.el (equalp): Doc fix.
8126
8127 * align.el (align-regexp):
8128 * ansi-color.el (ansi-color-get-face):
8129 * array.el (array-reconfigure-rows, array-init-max-row)
8130 (array-init-max-column, array-init-columns-per-line)
8131 (array-init-field-width):
8132 * dired-aux.el (dired-trample-file-versions):
8133 * dired-x.el (dired-mark-sexp):
8134 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
8135 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
8136 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
8137 * faces.el (face-read-integer):
8138 * files.el (backup-extract-version, insert-directory):
8139 * hexl.el (hexl-insert-decimal-char):
8140 * server.el (server-process-filter):
8141 * shell.el (shell-extract-num):
8142 * startup.el (command-line-1):
8143 * term.el (term-command-hook):
8144 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
8145 (time-stamp-do-number):
8146 * time.el (display-time-update):
8147 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
8148 (timezone-fix-time):
8149 * vms-patch.el (vms-suspend-resume-hook):
8150 * calendar/appt.el (appt-convert-time):
8151 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8152 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
8153 * calendar/cal-islam.el (mark-islamic-diary-entries):
8154 * calendar/calendar.el (calendar-cursor-to-date)
8155 (calendar-star-date):
8156 * calendar/diary-lib.el (diary-attrtype-convert)
8157 (mark-diary-entries, diary-entry-time):
8158 * calendar/solar.el (solar-get-number):
8159 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
8160 * emacs-lisp/re-builder.el (reb-display-subexp):
8161 * emulation/edt.el (edt-set-scroll-margins):
8162 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8163 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
8164 (vip-get-ex-count):
8165 * emulation/viper-ex.el (viper-get-ex-token)
8166 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
8167 * international/fontset.el (fontset-plain-name):
8168 * mail/feedmail.el (feedmail-look-at-queue-directory):
8169 * mail/mailalias.el (mail-get-names):
8170 * mail/rmail.el (rmail-convert-to-babyl-format):
8171 * mail/rmailsum.el (rmail-make-basic-summary-line)
8172 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
8173 (rmail-summary-goto-msg):
8174 * mail/smtpmail.el (smtpmail-read-response):
8175 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
8176 (ange-ftp-vms-add-file-entry):
8177 * play/gametree.el (gametree-looking-at-ply)
8178 (gametree-current-branch-score):
8179 * progmodes/ada-xref.el (ada-prj-find-prj-file)
8180 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
8181 * progmodes/cperl-mode.el (condition-case):
8182 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
8183 (ebrowse-set-member-buffer-column-width)
8184 (ebrowse-select-1st-to-9nth):
8185 * progmodes/etags.el (etags-snarf-tag):
8186 * progmodes/flymake.el (flymake-parse-line):
8187 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
8188 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
8189 (idlwave-shell-menu-def):
8190 * progmodes/ps-mode.el (ps-run-goto-error):
8191 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
8192 (vhdl-speedbar-contract-level):
8193 * term/mac-win.el (x-handle-numeric-switch):
8194 * term/sun-mouse.el (sun-get-frame-data):
8195 * term/w32-win.el (x-handle-numeric-switch):
8196 * term/x-win.el (x-handle-numeric-switch):
8197 * textmodes/ispell.el (ispell-parse-output):
8198 * textmodes/nroff-mode.el (nroff-outline-level):
8199 * textmodes/reftex-cite.el (reftex-bib-sort-year)
8200 (reftex-bib-sort-year-reverse, reftex-format-citation):
8201 * textmodes/reftex-parse.el (reftex-init-section-numbers)
8202 (reftex-section-number):
8203 * textmodes/texinfmt.el (texinfo-paragraphindent):
8204 Replace `string-to-int' by `string-to-number'.
8205
8206 * international/latexenc.el: Add page marker to force the "Local
8207 Variables:" string out of the last page.
8208
8209 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8210
8211 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
8212 tooltip-change-major-mode.
8213 (gud-tooltip-print-command): Remove case where gud-minor-mode
8214 is gdb ("--fullname").
8215 (gud-tooltip-tips): Turn GUD tooltips off for this case and
8216 explain to user.
8217
8218 2005-05-16 Jay Belanger <belanger@truman.edu>
8219
8220 * calc/calc-store.el (calc-copy-special-constant): New function.
8221
8222 * calc/calc-ext.el (calc-init-extensions): Add binding for
8223 `calc-copy-special-constant'.
8224
8225 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
8226 for the `calc-copy-special-constant' command.
8227
8228 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8229
8230 * subr.el (left-fringe-p): New function.
8231
8232 * progmodes/compile.el (compilation-setup): Set local value of
8233 overlay-arrow-string to "" always.
8234 (compilation-set-window): Left fringe then don't scroll.
8235 No left fringe then no arrow and scroll message to top.
8236 (compilation-context-lines): Adjust doc string accordingly.
8237
8238 2005-05-16 Kim F. Storm <storm@cua.dk>
8239
8240 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8241 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
8242 (ido-wide-find-dir-or-delete-dir): New command for M-d.
8243 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
8244 (ido-read-file-name): Handle commands with ido property value
8245 equal to find-file as reading a file name, to allow C-d to enter dired.
8246 (ibuffer-find-file): Add ido property with value find-file.
8247
8248 2005-05-15 Kim F. Storm <storm@cua.dk>
8249
8250 * subr.el (open-network-stream-nowait): Remove.
8251 (open-network-stream-server): Remove.
8252
8253 2005-05-15 Richard M. Stallman <rms@gnu.org>
8254
8255 * faces.el (describe-face): Output a definition link button.
8256
8257 * help-mode.el (help-face-def): New button type.
8258
8259 * emacs-lisp/copyright.el (copyright-fix-years):
8260 Match properly if the first year is 2-digit.
8261 Don't mess up the whitespace after the years by filling.
8262
8263 * dired-aux.el (dired-mark-confirm):
8264 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8265
8266 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8267 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8268 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8269
8270 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8271 Set font-lock-comment-start-skip.
8272
8273 * font-lock.el (font-lock-comment-start-skip): New variable.
8274 (font-lock-comment-end-skip): New variable.
8275 (font-lock-fontify-syntactically-region): Use them if non-nil.
8276
8277 2005-05-15 Jay Belanger <belanger@truman.edu>
8278
8279 * calc/calc-store.el (calc-store-value): Return a string rather
8280 than display it as a message.
8281 Use calc-var-name for variable name.
8282 (calc-store-into): Add the result of calc-store-value to message.
8283 (calc-copy-variable): Add a message.
8284 (calc-store-exchange): Improve error messages.
8285 (calc-store-binary, calc-store-map): Don't reset the values of
8286 special constants.
8287
8288 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8289
8290 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8291 manual to docstring.
8292
8293 * files.el (hack-local-variables-confirm): Add STRING argument.
8294 Make the function handle non file visiting buffers correctly.
8295 (hack-local-variables-prop-line, hack-local-variables)
8296 (hack-one-local-variable): Use STRING arg of
8297 `hack-local-variables-confirm'.
8298
8299 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8300
8301 Sync with Tramp 2.0.49.
8302
8303 * net/tramp.el (tramp-handle-dired-call-process)
8304 (tramp-handle-insert-directory):`insert-buffer' cannot be used
8305 because the contents of the Tramp buffer is changed before
8306 insertion (`expand-file' and alike).
8307 (tramp-handle-insert-directory): If `localname' has an empty
8308 nondirectory name, it must not be quoted.
8309 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
8310 variable `tramp-chunksize'. Change callees.
8311 (tramp-open-connection-setup-interactive-shell): Check remote host
8312 for buggy `send-process-string' implementation.
8313 Set `tramp-chunksize' if found. Reported by Michael Kifer
8314 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8315 (tramp-handle-shell-command): `insert-buffer' cannot be used
8316 because the contents of the Tramp buffer is changed before
8317 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
8318 <frederic.bothamy@free.fr>.
8319 (tramp-set-auto-save): Actions should be done for Tramp file name
8320 handler only. Ange-FTP has its own auto-save mechanism.
8321 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8322 (tramp-set-auto-save-file-modes): Set file modes of
8323 `buffer-auto-save-file-name' to ?\600 as fallback solution.
8324 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8325 (tramp-bug): Remove obsolete variable.
8326 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
8327 for presence of `mml-mode'. Make it running for older Emacsen as well.
8328
8329 2005-05-14 John Paul Wallington <jpw@pobox.com>
8330
8331 * ibuf-ext.el (define-ibuffer-filter filename):
8332 If `dired-directory' is a list, use its car.
8333
8334 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
8335
8336 * ibuffer.el (define-ibuffer-column filename):
8337 If `dired-directory' is a list, use its car.
8338
8339 2005-05-14 Richard M. Stallman <rms@gnu.org>
8340
8341 * subr.el (symbol-file): Doc fix.
8342
8343 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8344 (byte-compile-form): Call byte-compile-nogroup-warn.
8345 (byte-compile-warning-types): Doc fix.
8346
8347 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8348
8349 * progmodes/cc-engine.el (c-literal-faces):
8350 Add font-lock-comment-delimiter-face.
8351
8352 * net/net-utils.el (dig): Use with-no-warnings.
8353
8354 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8355 (sc-recite-frame-alist, sc-default-cite-frame)
8356 (sc-default-uncite-frame, sc-default-recite-frame)
8357 (sc-attrib-selection-list, sc-rewrite-header-list):
8358 Mark as risky-local-variable.
8359
8360 * international/ogonek.el (ogonek-jak, ogonek-how):
8361 Don't use beginning-of-buffer.
8362
8363 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8364
8365 * calendar/solar.el (solar-data-list): Move definition up.
8366
8367 * dnd.el (dnd-protocol-alist): Add autoload.
8368
8369 * progmodes/sh-script.el: Many doc usage fixes.
8370 (sh-indent-after-do): Change default to match common styles.
8371
8372 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8373
8374 * files.el (interpreter-mode-alist)
8375 (auto-mode-interpreter-regexp): Doc fixes.
8376
8377 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8378
8379 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8380
8381 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8382
8383 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8384
8385 * dired.el (dired-mode): make-variable-buffer-local =>
8386 make-local-variable.
8387
8388 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8389
8390 * term/mac-win.el (mac-select-convert-to-string): Try coding
8391 systems in mac-script-code-coding-systems if specified one cannot
8392 encode string for `com.apple.traditional-mac-plain-text'.
8393
8394 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8395
8396 * progmodes/make-mode.el (makefile-targets-face)
8397 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8398 (makefile-dependency-regex): Fix it to not make the colon in
8399 $(var:a=b) special.
8400 (makefile-rule-action-regex): New regexp for highlighting embedded
8401 Shell strings.
8402 (makefile-macroassign-regex): Handle != for highlighting as
8403 embedded Shell strings.
8404 (makefile-var-use-regex): New const.
8405 (makefile-statements, makefile-automake-statements)
8406 (makefile-gmake-statements, makefile-makepp-statements)
8407 (makefile-bsdmake-statements): New consts.
8408 (makefile-make-font-lock-keywords): New function.
8409 (makefile-automake-font-lock-keywords)
8410 (makefile-gmake-font-lock-keywords)
8411 (makefile-makepp-font-lock-keywords)
8412 (makefile-bsdmake-font-lock-keywords): New consts.
8413 (makefile-mode-map): Add switchers between the various submodes.
8414 (makefile-mode): Document the availability of the variants.
8415 (makefile-automake-mode, makefile-gmake-mode)
8416 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8417
8418 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8419 new variants of makefile-mode.
8420
8421 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8422
8423 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8424 the inheritance.
8425
8426 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8427
8428 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8429 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8430
8431 * files.el (normal-mode): Extend the scope of the
8432 `enable-local-variables' binding to include the `set-auto-mode' call.
8433 (magic-mode-alist): Doc fix.
8434
8435 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8436
8437 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8438 font-lock-comment-face rather than copying its setting.
8439
8440 2005-05-12 Andreas Schwab <schwab@suse.de>
8441
8442 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8443
8444 2005-05-12 Lute Kamstra <lute@gnu.org>
8445
8446 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8447 defcustom for the mode hook variable. Delete the last argument.
8448 * generic-x.el: Fix callers of define-generic-mode.
8449 (generic-x-modes): Delete group.
8450 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8451 generic-x customization group.
8452
8453 2005-05-12 Kim F. Storm <storm@cua.dk>
8454
8455 * font-lock.el (font-lock-negation-char-face): Default to "off".
8456
8457 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8458 font-lock-negation-char-face to ! in !=.
8459
8460 2005-05-12 Masatake YAMATO <jet@gyve.org>
8461
8462 * add-log.el (find-change-log): Fix typos in the docstring
8463 of function.
8464
8465 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8466
8467 * international/latexenc.el (latexenc-find-file-coding-system):
8468 Avoid `re-search-forward' when looking for input encoding because
8469 of speed and safety. Better regular expressions for recognizing
8470 input encoding. Limit a search for TeX-master/tex-main-file to
8471 the local variable section.
8472
8473 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8474
8475 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8476 syntax of $ to "'" (quote).
8477
8478 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8479
8480 * dnd.el (dnd-protocol-alist): Improve custom type.
8481
8482 * dired.el (dired-dnd-protocol-alist): New variable.
8483 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8484 `dired-mode-hook' to the end.
8485
8486 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8487
8488 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8489 comment-end if comment-start-skip is not set.
8490 Obey the font-lock-comment-delimiter-face variables.
8491
8492 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8493
8494 * files.el (executable-find): Move from executable.el. Use
8495 locate-file.
8496 * progmodes/executable.el (executable-find): Move to files.el.
8497
8498 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8499 when trying to ensure forward progress.
8500
8501 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8502
8503 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8504 (mouse-select, mouse-select-internal, mouse-extend-internal):
8505 Use it to implement mouse-1-click-follows-link functionality.
8506
8507 2005-05-11 Richard M. Stallman <rms@gnu.org>
8508
8509 * font-lock.el (font-lock-fontify-syntactically-region):
8510 Use font-lock-comment-delimiter-face for comment delimiters.
8511
8512 2005-05-10 Jay Belanger <belanger@truman.edu>
8513
8514 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8515 preserving embedded modes.
8516
8517 2005-05-10 Richard M. Stallman <rms@gnu.org>
8518
8519 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8520
8521 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8522 Move from ada-stmt.el.
8523 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8524
8525 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8526 Move to ada-mode.el.
8527 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8528
8529 * cus-edit.el (custom-file): Call file-chase-links.
8530
8531 * files.el (read-directory-name): Fix previous change.
8532 (hack-local-variables-confirm): New function.
8533 (hack-local-variables-prop-line, hack-local-variables)
8534 (hack-one-local-variable): Use it.
8535
8536 2005-05-10 Lute Kamstra <lute@gnu.org>
8537
8538 * font-lock.el (font-lock-keywords-alist)
8539 (font-lock-removed-keywords-alist): Clarify docstrings.
8540
8541 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8542
8543 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8544 (gdb-source-info): Check for preprocessor info.
8545 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8546 a macro for a function.
8547 (gdb-info-breakpoints-custom): Try to find file again if not already
8548 found (user might have used GDB dir command).
8549 (gdb-get-location): Update gdb-location-alist correctly for change
8550 to gdb-info-breakpoints-custom.
8551
8552 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8553 (gud-tooltip-print-command): Add gdbmi case.
8554 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8555 preprocessor info.
8556
8557 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8558
8559 * startup.el (fancy-splash-insert): Fix typo in doc string.
8560
8561 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8562
8563 * obsolete/float.el (string-to-float):
8564 * obsolete/hilit19.el (hilit-add-pattern):
8565 * obsolete/rnews.el (news-parse-range, news-select-message)
8566 (news-get-pruned-list-of-files): Replace `string-to-int' by
8567 `string-to-number'.
8568
8569 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8570 `find-file-not-found-hooks'; use `add-hook'.
8571 (uncompress-while-visiting): Set `write-file-functions', not
8572 `write-file-hooks'; use `add-hook'.
8573
8574 2005-05-09 Kim F. Storm <storm@cua.dk>
8575
8576 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8577 (cua-paste): Handle clipboard action.
8578 (cua--init-keymaps): Remap clipboard-kill-region and
8579 clipboard-kill-ring-save.
8580
8581 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8582
8583 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8584 Improve commentary.
8585
8586 * simple.el (next-error-overlay-arrow-position): Revert the change
8587 made on 2005-04-30.
8588
8589 2005-05-07 Jay Belanger <belanger@truman.edu>
8590
8591 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8592 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8593 `calc-sel-reselect'.
8594
8595 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8596 Calc is in embedded mode.
8597
8598 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8599
8600 * progmodes/compile.el (compilation-setup):
8601 Set overlay-arrow-string to an empty string on text terminals.
8602
8603 * textmodes/ispell.el (ispell-program-name): Try looking for
8604 "aspell" along exec-path, and if found, use it as the default
8605 speller program.
8606
8607 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8608
8609 * international/mule.el (sgml-xml-auto-coding-function):
8610 Recognize encoding='FOO' in single quotes as well as in double quotes.
8611
8612 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8613
8614 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8615 as well as `interactive', so that defmacro* would recognize
8616 `declare' forms.
8617
8618 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8619
8620 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8621 Explain more about the LIGHTER arg's usage in the doc string.
8622 Add commentary to clarify what the code does. Fix the regexp that
8623 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8624 since it could have characters special to regular expressions.
8625
8626 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8627
8628 * replace.el (occur-1): Bind inhibit-read-only so that
8629 erase-buffer doesn't barf on read-only text properties (likewise
8630 for add-text-properties in occur-engine). Mark buffer as unmodified.
8631 (occur-engine): Don't set buffer-read-only here.
8632
8633 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8634
8635 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8636 list-buffers-directory. This caused the *cvs-commit* buffer to be
8637 sometimes mistakenly reused as a *cvs* buffer.
8638
8639 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8640
8641 * tooltip.el: Move code for GUD tooltips into gud.el.
8642 (require): CL no longer needed to compile case.
8643 (tooltip-mode): Do not toggle functions for GUD tooltips.
8644 (tooltip-gud-tips-p): Remove. Replace with minor mode
8645 gud-tooltip-mode in gud.el.
8646 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8647 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8648 tooltip-gud prefix with gud-tooltip and obsolete.
8649 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8650 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8651 (tooltip-mouse-motion): Mouse movement functions/variable.
8652 Rename in gud.el by adding gud prefix.
8653 (tooltip-gud-original-filter, tooltip-gud-dereference)
8654 (tooltip-gud-event, tooltip-toggle-gud-tips)
8655 (tooltip-gud-process-output, tooltip-gud-print-command)
8656 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8657 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8658 (gdb-tooltip-print): Move to gdb-ui.el.
8659
8660 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8661 (require): CL needed to compile case.
8662 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8663 tooltip-gud-tips-p. Make it a minor-mode.
8664 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8665 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8666 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8667 (gud-tooltip-change-major-mode)
8668 (gud-tooltip-activate-mouse-motions-if-enabled)
8669 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8670 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8671 (gud-tooltip-original-filter, gud-tooltip-dereference)
8672 (gud-tooltip-event, tooltip-toggle-gud-tips)
8673 (gud-tooltip-process-output, gud-tooltip-print-command)
8674 (gud-tooltip-tips): Move from tooltip.el.
8675
8676 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8677 (gdb-cpp-define-alist-flags): Doc fix.
8678 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8679 gud-tooltip-mode is t.
8680
8681 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8682
8683 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8684 evaporate if their text is deleted.
8685 (goto-address-at-point): Make it work as a mouse binding as well.
8686 (goto-address-at-mouse): Obsolete it. Update users.
8687
8688 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8689
8690 * calendar/appt.el (top-level): No longer activate on load.
8691
8692 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8693
8694 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8695 * net/webjump.el (webjump):
8696 * progmodes/idlw-help.el (idlwave-do-context-help1)
8697 (idlwave-highlight-linked-completions):
8698 * textmodes/po.el (po-find-file-coding-system-guts):
8699 Replace `assoc-ignore-case' by `assoc-string'.
8700
8701 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8702
8703 * files.el (locate-file): Doc fix.
8704
8705 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8706 Remove the redundant test for ms-dos.
8707
8708 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8709 look for the preprocessor with exec-suffixes. If not found in
8710 standard places, look in exec-path. Remove most of the tests that
8711 used system-type.
8712
8713 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8714
8715 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8716
8717 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8718 file-name clash with jka-compr.el on 8+3 filesystems.
8719
8720 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8721
8722 * term/mac-win.el: Don't define or bind scroll bar functions if
8723 x-toolkit-scroll-bars is t.
8724 (x-select-text, x-get-selection-value): Clear
8725 x-last-selected-text-clipboard if x-select-enable-clipboard is
8726 nil.
8727 (PRIMARY): Put mac-scrap-name property.
8728 (mac-select-convert-to-file-url): New function.
8729 (public.file-url): New selection target type. Add to
8730 selection-converter-alist.
8731 (x-get-selection, x-selection-value): Handle it.
8732 (x-cut-buffer-or-selection-value): New alias.
8733
8734 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8735
8736 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8737 entry to avoid calling bibtex-find-entry with arg global
8738 being t. Remove arg key.
8739 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8740 (bibtex-copy-summary-as-kill): Change accordingly.
8741
8742 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8743
8744 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8745 (org-agenda-date-later): Use with-current-buffer.
8746
8747 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8748
8749 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8750 (define-obsolete-variable-alias): Doc Fixes.
8751
8752 2005-05-06 Kim F. Storm <storm@cua.dk>
8753
8754 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8755 vertical-motion when selective-display is active.
8756
8757 * ido.el (ido-setup-hook): New hook.
8758 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8759 (ido-input-stack): New var.
8760 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8761 ido-next-work-file binding to M-O.
8762 Bind M-f to ido-wide-find-file-or-pop-dir.
8763 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8764 (ido-read-internal): Run ido-setup-hook.
8765 Catch quit in read-file-name and read-string to cancel edit.
8766 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8767 Automatically pop-all when completing a directory name (RET).
8768 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8769 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8770 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8771 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8772 New functions for M-b/M-f to move among the directory components.
8773 (ido-make-merged-file-list): Catch quit to cancel merge.
8774 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8775 (ido-completion-help): No warnings for ido-completion-buffer-full.
8776
8777 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8778
8779 * font-lock.el (font-lock-negation-char-face): New face and variable.
8780 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8781 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8782 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8783 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8784
8785 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8786
8787 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8788 Fix typo in docstring.
8789
8790 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8791 (ebrowse-print-statistics-line)
8792 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8793
8794 * term/w32-win.el (image-library-alist): Add additional name for
8795 Xpm library.
8796
8797 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8798
8799 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8800 use gcc instead of cpp.
8801
8802 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8803 (gdb-create-define-alist): Use it.
8804 (gdb-cpp-define-alist-program): Update for MS-DOS.
8805
8806 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8807
8808 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8809
8810 2005-05-04 Richard M. Stallman <rms@gnu.org>
8811
8812 * help.el (describe-key): No error when UNTRANSLATED is nil.
8813
8814 * simple.el (line-move-1): Fix previous change to signal errors
8815 appropriately.
8816
8817 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8818
8819 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8820 (icalendar-duration-correction): Remove.
8821 (icalendar--get-event-properties): Split result at commas.
8822 (icalendar--decode-isoduration): New optional argument
8823 DURATION-CORRECTION.
8824 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8825 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8826 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8827 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8828 (icalendar--convert-anniversary-to-ical): New functions, extracted
8829 from icalendar-export-region, with bug fixes.
8830 (icalendar-export-region): Use the above functions.
8831 (icalendar-import-buffer): Check before saving diary file.
8832 (icalendar--convert-recurring-to-diary)
8833 (icalendar--convert-non-recurring-all-day-to-diary)
8834 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8835 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8836 (icalendar--convert-ical-to-diary): Use the above functions.
8837
8838 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8839
8840 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8841 Remove these recent additions.
8842 (c-mode): Restore to before 2005-04-28.
8843
8844 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8845 recent addition.
8846
8847 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8848 (gdb-define-alist): New variables.
8849 (gdb-create-define-alist): New function.
8850 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8851 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8852 with string-to-number.
8853 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8854
8855 * progmodes/gud.el: Replace string-to-int with string-to-number.
8856 (gud-find-file): Handle gdb-define-alist.
8857
8858 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8859
8860 2005-05-02 Jay Belanger <belanger@truman.edu>
8861
8862 * calc/calc-aent.el (math-read-token):
8863 * calc/calc-bin.el (calc-word-size):
8864 * calc/calc-ext.el (calc-read-number-fancy):
8865 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8866 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8867 * calc/calc-frac.el (calc-over-notation):
8868 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8869 (calc-graph-num-points, calc-graph-init):
8870 * calc/calc-prog.el (calc-read-parse-table-part)
8871 (calc-edit-macro-repeats):
8872 * calc/calc-yank.el (calc-do-grab-rectangle):
8873 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8874 Replace `string-to-int' by `string-to-number'.
8875
8876 2005-05-02 Kim F. Storm <storm@cua.dk>
8877
8878 * kmacro.el: Use executing-kbd-macro-index variable.
8879
8880 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8881
8882 * net/rlogin.el (rlogin-parse-words): Delete func.
8883 (rlogin): Use split-string, not rlogin-parse-words.
8884 Also, if there are option-like elements in the parsed args,
8885 take the host to be the first arg immediately following them.
8886 Suggested by Michael Mauger.
8887
8888 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8889
8890 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8891
8892 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8893
8894 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8895 (cc-mode-cpp-program): Rename to cc-define-list-program and
8896 move to cc-vars.el.
8897
8898 * progmodes/cc-vars.el (cc-define-list-program):
8899 Change to "gcc -E -dM -". Make customizable.
8900
8901 2005-05-02 Kim F. Storm <storm@cua.dk>
8902
8903 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8904
8905 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8906
8907 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8908
8909 * international/mule-util.el (truncate-string): Remove alias and
8910 obsolete declaration.
8911
8912 * international/mule-cmds.el (update-iso-coding-systems):
8913 Remove alias and obsolete declaration.
8914
8915 * international/mule.el (coding-system-parent): Remove alias and
8916 obsolete declaration.
8917
8918 * subr.el (define-function, sref): Remove aliases and obsolete
8919 declarations.
8920 (chars-in-region): Remove obsolete declaration.
8921
8922 2005-05-01 Richard M. Stallman <rms@gnu.org>
8923
8924 * info.el (Info-mode): Set widen-automatically to nil, locally.
8925
8926 * simple.el (widen-automatically): New variable.
8927 (pop-global-mark): Obey widen-automatically.
8928
8929 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8930
8931 * term/xterm.el (function-key-map): Call substitute-key-definition
8932 before the keymap size is increased by a lot of define-key calls.
8933
8934 2005-05-01 Richard M. Stallman <rms@gnu.org>
8935
8936 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8937 Rename ARG to ELEMENT. Doc fix.
8938
8939 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8940
8941 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8942 Remove references to allout-exposure/change to allout-new-exposure.
8943
8944 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8945 bytecode symbols.
8946
8947 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8948 (compiled-function-p, focus-frame, unfocus-frame):
8949 Remove aliases and obsolete declarations.
8950 Back out inadvertent changes from previous commit.
8951
8952 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8953
8954 * files.el (require-final-newline): Make Custom tags consistent
8955 with mode-require-final-newline.
8956 (mode-require-final-newline): Doc fix.
8957
8958 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8959
8960 * international/latexenc.el (latexenc-find-file-coding-system):
8961 Fix regular expressions.
8962
8963 2005-05-01 David Kastrup <dak@gnu.org>
8964
8965 * international/latexenc.el (latexenc-find-file-coding-system):
8966 Fix regular expressions.
8967
8968 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8969
8970 * subr.el (string-to-int): Make obsolete.
8971
8972 2005-04-30 Richard M. Stallman <rms@gnu.org>
8973
8974 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8975
8976 * loadup.el: load jka-comp-hook.
8977
8978 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8979 (jka-compr-handler): Add autoload. `put' calls moved
8980 to jka-comp-hook.el.
8981 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8982 (jka-compr-inhibit): Autoload.
8983
8984 * jka-comp-hook.el: New file.
8985 Enable the mode by default.
8986
8987 * files.el (backup-buffer-copy): Use copy-file instead
8988 of write-region, and put back the 'excl.
8989
8990 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8991
8992 * progmodes/flymake.el (flymake-split-string)
8993 (flymake-split-string, flymake-log, flymake-pid-to-names)
8994 (flymake-reg-names, flymake-get-source-buffer-name)
8995 (flymake-unreg-names, flymake-add-line-err-info)
8996 (flymake-add-err-info): Clarify docstrings.
8997 (flymake-popup-menu, flymake-make-emacs-menu)
8998 (flymake-make-xemacs-menu): Add docstrings.
8999 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
9000 Set variables directly throughout.
9001
9002 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
9003
9004 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
9005 exists. Initialize cc-define-alist.
9006 (c-mode): Add cc-create-define-alist locally to after-save-hook.
9007 If there is no file (Macroexpansion) don't create an alist.
9008
9009 2005-04-29 Sam Steingold <sds@gnu.org>
9010
9011 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
9012 (cc-create-define-alist): Use it instead of the hard-coded string.
9013
9014 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9015
9016 * international/mule-conf.el (file-coding-system-alist): Fix regexp
9017 for latexenc.
9018
9019 2005-04-29 Lute Kamstra <lute@gnu.org>
9020
9021 * emacs-lisp/generic.el: Improve commentary section.
9022 (define-generic-mode): Improve docstring.
9023
9024 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
9025
9026 * textmodes/org.el (many places): Change to quiet the byte compiler.
9027 (org-prefix-format-compiled): New variable.
9028 (org-compile-prefix-format): New function.
9029 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
9030 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
9031 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
9032 (org-get-entries-from-diary): Use `org-get-time-of-day' for
9033 consistency with entries from `org-mode' files.
9034 (org-get-time-of-day): Fix bug with partial matches early in a line.
9035 (org-non-link-chars): New constant.
9036 (org-link-regexp): Respect `org-non-link-chars'.
9037 (org-agenda-day-view): Remove command.
9038 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
9039 (org-follow-bbdb-link, org-store-link): Search also company field.
9040 (org-highlight-overlay): New variable.
9041 (org-highlight, org-unhighlight): New functions.
9042 (org-agenda-mode): Add pre-command-hook to remove highlight.
9043 (org-evaluate-time-range): Behavior depends upon whether time stamp
9044 contains a time or not.
9045 (org-show-subtree, org-show-entry): New functions.
9046 (org-agenda-cleanup-fancy-diary): Remove empty lines.
9047
9048 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
9049
9050 * comint.el (comint-output-filter-functions): Add autoload cookie.
9051
9052 2005-04-28 Kim F. Storm <storm@cua.dk>
9053
9054 * ido.el (ido-everywhere): Fix last change.
9055
9056 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9057
9058 * international/latexenc.el: New file.
9059 * international/mule-conf.el (file-coding-system-alist): For .tex,
9060 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
9061
9062 2005-04-28 Lute Kamstra <lute@gnu.org>
9063
9064 * font-lock.el (font-lock-add-keywords)
9065 (font-lock-remove-keywords): Clarify docstring.
9066 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
9067 Don't start docstrings with a `*'.
9068 (font-lock-update-removed-keyword-alist): Give it a docstring.
9069
9070 * generic-x.el: Update commentary section.
9071 Only require font-lock when compiling.
9072 Define all modes conditionally.
9073 Place all generic modes in the generic-x-modes customization group.
9074 (generic-x-modes): New customization group.
9075 (generic-default-modes, generic-mswindows-modes)
9076 (generic-unix-modes, generic-other-modes): New constants.
9077 (generic-define-mswindows-modes, generic-define-unix-modes):
9078 Update docstrings. Make them obsolete.
9079 (generic-extras-enable-list): New default value. Update docstring.
9080 Improve :type. Change :set function.
9081 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
9082 Fix docstring.
9083
9084 * emacs-lisp/generic.el (generic-mode-internal):
9085 Simplify font-lock-defaults.
9086 (define-generic-mode): Fix docstring.
9087
9088 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9089
9090 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
9091 font-lock-face property to highlight matches.
9092
9093 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
9094
9095 * progmodes/cc-mode.el (cc-create-define-alist): New function.
9096 (cc-define-alist): New variable.
9097 (c-mode): Make it local and initialize it.
9098
9099 * progmodes/gdb-ui.el (gdb-active-process): New variable.
9100 (gdb-exited): New function.
9101 (gdb-annotation-rules): Use it.
9102 (gdb-starting): Set gdb-active-process to t.
9103 (gdb-stopping): Amend doc string.
9104 (gdb-reset): Set gdb-active-process to nil.
9105
9106 * tooltip.el (tooltip-gud-tips): Show the associated #define
9107 directives when a C program under GDB is not executing.
9108
9109 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9110
9111 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
9112 font-lock-fontify-syntactic-keywords.
9113
9114 * font-lock.el (font-lock-default-fontify-region): Don't force
9115 parse-sexp-lookup-properties to nil.
9116
9117 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9118
9119 * man.el (man-mode-syntax-table): Set up `:' to have
9120 word-constituent syntax.
9121
9122 2005-04-27 Lute Kamstra <lute@gnu.org>
9123
9124 * novice.el (disable-command): Don't add spurious newlines to the
9125 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
9126
9127 2005-04-26 Jay Belanger <belanger@truman.edu>
9128
9129 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
9130 than one window before deleting window.
9131
9132 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
9133
9134 * shell.el (shell-prompt-pattern): Doc fix.
9135 (shell-mode): Set paragraph-separate buffer locally to "\\'".
9136
9137 * comint.el (comint-prompt-regexp, comint-get-old-input)
9138 (comint-use-prompt-regexp)
9139 (comint-use-prompt-regexp-instead-of-fields)
9140 (comint-replace-by-expanded-history, comint-send-input)
9141 (comint-output-filter, comint-get-old-input-default)
9142 (comint-line-beginning-position, comint-bol, comint-show-output)
9143 (comint-backward-matching-input, comint-forward-matching-input)
9144 (comint-next-prompt, comint-previous-prompt):
9145 Rename `comint-use-prompt-regexp-instead-of-fields' to
9146 `comint-use-prompt-regexp'. Keep old name as alias and declare
9147 obsolete.
9148 (comint-use-prompt-regexp): Shorten first line of doc string.
9149
9150 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
9151 Set paragraph-separate buffer locally to "\\'".
9152
9153 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
9154 Adapt to above name change.
9155
9156 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9157 (smbclient-prompt-regexp): Ditto.
9158
9159 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
9160
9161 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
9162
9163 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
9164 gdb-location-list.
9165 Break lines that are over 80 characters wide.
9166
9167 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9168
9169 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
9170 New fun and var, to preserve compatibility.
9171
9172 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
9173
9174 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
9175
9176 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
9177 name to file-newer-than-file-p.
9178
9179 2005-04-26 Richard M. Stallman <rms@gnu.org>
9180
9181 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
9182
9183 * progmodes/python.el (python-mode):
9184 Use new name eldoc-documentation-function.
9185
9186 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
9187
9188 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9189 (eldoc-documentation-function):
9190 Rename from eldoc-print-current-symbol-info-function. Calls changed.
9191
9192 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
9193
9194 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
9195
9196 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9197
9198 * term/xterm.el (function-key-map): Fix strings for
9199 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
9200 {C,S,A,C-S}-{f1-f12}.
9201
9202 2005-04-26 Kenichi Handa <handa@m17n.org>
9203
9204 * international/mule-cmds.el (select-safe-coding-system):
9205 Fix previous change.
9206
9207 2005-04-26 Lute Kamstra <lute@gnu.org>
9208
9209 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
9210
9211 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
9212 (font-lock-comment-delimiter-face): Ditto.
9213
9214 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
9215
9216 2005-04-25 Jay Belanger <belanger@truman.edu>
9217
9218 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
9219 to t while inserting information; use help-mode.
9220
9221 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9222
9223 * term.el (ansi-term-color-vector): Use the xterm colors.
9224 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
9225
9226 2005-04-25 Lute Kamstra <lute@gnu.org>
9227
9228 * font-core.el (font-lock-defaults): Fix docstring.
9229
9230 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
9231
9232 2005-04-25 Kenichi Handa <handa@m17n.org>
9233
9234 * international/mule-cmds.el (select-safe-coding-system):
9235 Don't check consistency with coding: spec, etc if raw-text or
9236 no-conversion was found to be safe.
9237
9238 2005-04-24 Richard M. Stallman <rms@gnu.org>
9239
9240 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
9241 citation markers at start of each line.
9242
9243 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
9244 citation markers at start of each line.
9245
9246 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
9247
9248 * files.el (mode-require-final-newline): Fix previous change.
9249 (require-final-newline): Fix type label.
9250
9251 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9252
9253 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9254 statement in buffer (broken by 2004-11-24 change).
9255
9256 2005-04-24 Kim F. Storm <storm@cua.dk>
9257
9258 * ido.el (ido-everywhere): Save and restore old read-buffer-function
9259 and read-file-name-function values. Don't overwrite existing
9260 non-nil values if ido-mode is enabled without ido-everywhere.
9261
9262 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
9263
9264 * files.el (mode-require-final-newline): Minor doc fix.
9265
9266 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9267
9268 * subr.el (syntax-after): Doc fix.
9269 (syntax-class): If argument is nil, return nil. Mask off upper 16
9270 bits, not 8 bits.
9271
9272 * files.el (mode-require-final-newline): Doc fix.
9273 (backup-buffer-copy): Fix last change.
9274
9275 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9276
9277 * term/mac-win.el: Require select. Set selection-coding-system to
9278 mac-system-coding-system. Call menu-bar-enable-clipboard.
9279 (x-last-selected-text-clipboard, x-last-selected-text-primary)
9280 (x-select-enable-clipboard): New variables.
9281 (x-select-text, x-get-selection, x-selection-value)
9282 (x-get-selection-value, mac-select-convert-to-string)
9283 (mac-services-open-file, mac-services-open-selection)
9284 (mac-services-insert-text): New functions.
9285 (CLIPBOARD, FIND): Put mac-scrap-name property.
9286 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9287 (public.tiff): Put mac-ostype property.
9288 (selection-converter-alist): Add entries for them.
9289 (mac-application-menu-map): New keymap.
9290 (interprogram-cut-function, interprogram-paste-function): Set to
9291 x-select-text and x-get-selection-value, respectively.
9292 (split-window-keep-point): Set to t.
9293
9294 2005-04-23 Richard M. Stallman <rms@gnu.org>
9295
9296 * files.el (read-directory-name): Always pass non-nil
9297 DEFAULT-FILENAME arg to read-file-name.
9298 (backup-buffer-copy, basic-save-buffer-2): Take care against
9299 writing thru an unexpected existing symlink.
9300 (revert-buffer): In indirect buffer, revert the base buffer.
9301 (magic-mode-alist): Doc fix.
9302 (buffer-stale-function): Doc fix.
9303 (minibuffer-with-setup-hook): Avoid warning.
9304 (mode-require-final-newline): Doc and custom fix.
9305
9306 * follow.el (follow-end-of-buffer): Use with-no-warnings.
9307
9308 * font-lock.el (font-lock-comment-face): On terminals with few colors,
9309 use the default appearance.
9310 (font-lock-comment-delimiter-face): New face, new variable.
9311
9312 * imenu.el (imenu--generic-function): The official position of a
9313 definition is the start of the line that BEG is in.
9314
9315 * midnight.el (midnight-timer): Move defvar up.
9316
9317 * mouse.el (mouse-drag-region-1): Delete some debugging code.
9318
9319 * saveplace.el (save-place-to-alist): Use with-no-warnings.
9320
9321 * startup.el (command-line): Use with-no-warnings.
9322
9323 * window.el (window-size-fixed): New defvar.
9324
9325 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9326
9327 * mail/rmail.el (rmail-font-lock-keywords):
9328 Use font-lock-comment-delimiter-face.
9329
9330 * mail/sendmail.el (mail-font-lock-keywords):
9331 Use font-lock-comment-delimiter-face.
9332
9333 * progmodes/compile.el (next-error-highlight-timer): New defvar.
9334
9335 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9336
9337 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9338 Specify t for LAXMATCH when matching directories.
9339 Save match data around compilation-compat-error-properties form.
9340
9341 2005-04-23 David Kastrup <dak@gnu.org>
9342
9343 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9344 Mention that the autoloaded aliases should be kept for AUCTeX.
9345
9346 2005-04-23 Andreas Schwab <schwab@suse.de>
9347
9348 * isearch.el (isearch-forward): Doc fix.
9349
9350 2005-04-23 Eli Zaretskii <eliz@gnu.org>
9351
9352 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9353 (jit-lock-stealth-nice): Change default value to 0.5.
9354
9355 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
9356
9357 * abbrev.el (write-abbrev-file): Write table entries in
9358 alphabetical order by table name.
9359
9360 2005-04-22 Kim F. Storm <storm@cua.dk>
9361
9362 * ido.el (ido-read-internal): Fix `list' completion.
9363
9364 2005-04-22 Kenichi Handa <handa@m17n.org>
9365
9366 * recentf.el (recentf-save-file-coding-system): New variable.
9367 (recentf-save-list): Encode the file by
9368 recentf-save-file-coding-system and add coding: tag.
9369
9370 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9371
9372 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9373
9374 2005-04-21 Lute Kamstra <lute@gnu.org>
9375
9376 * loadhist.el (unload-feature): Don't remove a function from hooks
9377 if it is about to be restored to an autoload . Remove functions
9378 that will become unbound from auto-mode-alist. Simplify the code.
9379
9380 * subr.el (assq-delete-all): New implementation that is linear,
9381 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9382 (rassq-delete-all): New function.
9383
9384 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9385 Add size-indication-mode.
9386
9387 2005-04-21 Kenichi Handa <handa@m17n.org>
9388
9389 * international/mule-cmds.el: Add autoload for widget-value in
9390 eval-when-compile.
9391
9392 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9393
9394 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9395 Add tooltip-mode.
9396
9397 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9398
9399 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9400
9401 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9402 (inferior-lisp-filter-regexp, inferior-lisp-program)
9403 (inferior-lisp-load-command, inferior-lisp-prompt)
9404 (inferior-lisp-mode-hook, lisp-source-modes)
9405 (inferior-lisp-load-hook): defvar->defcustom.
9406 (inferior-lisp-program, inferior-lisp-prompt)
9407 (inferior-lisp-load-hook): Doc fixes.
9408 (inferior-lisp-install-letter-bindings): Small change in
9409 introductory comment.
9410
9411 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9412
9413 * vc.el (vc-annotate-color-map): Change some colors so that text
9414 using them as foreground is readable on both white and black
9415 backgrounds.
9416
9417 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9418
9419 * international/mule-conf.el (translation-table-for-input):
9420 Remove redundant declaration.
9421
9422 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9423
9424 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9425
9426 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9427 (tooltip-toggle-gud-tips): New function.
9428
9429 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9430
9431 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9432 right angle brackets.
9433
9434 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9435
9436 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9437
9438 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9439
9440 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9441 Remove. Update callers to use expand-file-name instead.
9442
9443 * subr.el (syntax-class): New function.
9444
9445 * simple.el (blink-matching-open): Use it.
9446
9447 * paren.el (show-paren-function): Use it to recognize parens that are
9448 also used in 2-char comment markers.
9449
9450 2005-04-19 Lute Kamstra <lute@gnu.org>
9451
9452 * loadhist.el (unload-feature): Update for new format of
9453 load-history. Simplify the code.
9454
9455 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9456
9457 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9458 (mac-add-charset-info): New function. Initialize variable
9459 mac-charset-info-alist using it.
9460 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9461 for translation.
9462 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9463 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9464 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9465 New CCL programs.
9466
9467 2005-04-19 Kim F. Storm <storm@cua.dk>
9468
9469 * simple.el (next-buffer, prev-buffer, next-error)
9470 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9471 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9472
9473 * bindings.el (next-buffer, prev-buffer, next-error)
9474 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9475 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9476 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9477 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9478
9479 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9480
9481 * isearch.el (isearch-edit-string): Make the search-ring available for
9482 minibuffer history commands.
9483 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9484 the default history commands now work just as well.
9485 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9486
9487 2005-04-18 Kim F. Storm <storm@cua.dk>
9488
9489 * emulation/cua-base.el (cua--pre-command-handler): Add more
9490 elaborate check for shift modifier on non-window systems.
9491
9492 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9493
9494 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9495
9496 2005-04-18 Kim F. Storm <storm@cua.dk>
9497
9498 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9499 and make it optional. Don't test tooltip-gud-echo-area here.
9500 (tooltip-gud-process-output, gdb-tooltip-print):
9501 Pass tooltip-gud-echo-area to tooltip-show.
9502 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9503
9504 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9505
9506 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9507 `display-graphic-p' may not be bound yet.
9508
9509 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9510
9511 * startup.el (command-line): No longer enable Xterm Mouse mode by
9512 default in terminals compatible with xterm.
9513
9514 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9515
9516 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9517
9518 * tooltip.el (tooltip-gud-echo-area): Rename from
9519 tooltip-use-echo-area.
9520 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9521 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9522 area independently of where help tooltips are displayed.
9523
9524 2005-04-17 David Kastrup <dak@gnu.org>
9525
9526 * cus-theme.el (custom-theme-write-variables): Quote variables
9527 where necessary.
9528
9529 2005-04-17 Richard M. Stallman <rms@gnu.org>
9530
9531 * simple.el (yank-excluded-properties): Add follow-link to value.
9532
9533 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9534
9535 * startup.el (fancy-splash-max-time): Just 30 seconds.
9536 (fancy-splash-delay): Just 7.
9537 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9538
9539 * loadhist.el (unload-feature): Update for new format of load-history.
9540 Simplify the code.
9541
9542 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9543 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9544
9545 * mail/sendmail.el (mail-font-lock-keywords):
9546 Don't fontify subject text.
9547 Don't fontify the text of a citation.
9548
9549 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9550
9551 * comint.el (comint-output-filter): Run comint-output-filter-functions
9552 with point where the user had it.
9553
9554 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9555
9556 * international/ucs-tables.el (ucs-set-table-for-input):
9557 Disable when using unify-on-decoding.
9558
9559 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9560
9561 * emulation/cua-base.el (cua-global-mark-face): Add special case
9562 for displays supporting a high number of colors.
9563
9564 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9565
9566 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9567
9568 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9569
9570 * filesets.el (filesets-add-buffer): If user supplies a name of a
9571 non-existing fileset, create a new fileset.
9572
9573 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9574
9575 * textmodes/org.el (org-up-heading-all): Fix bug with
9576 `outline-up-heading-all'.
9577
9578 2005-04-16 Andreas Schwab <schwab@suse.de>
9579
9580 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9581 /etc/permissions.d/* and /etc/aliases.d/*.
9582
9583 2005-04-16 Kenichi Handa <handa@m17n.org>
9584
9585 * international/code-pages.el (cp-make-coding-system):
9586 Set `translation-table-for-input' property value to the symbol
9587 ucs-mule-to-mule-unicode, not to that value.
9588 (pt154): Escape guillemet by `\'.
9589
9590 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9591
9592 * loadup.el: Load tooltip if x-show-tip is fboundp.
9593
9594 * startup.el (command-line): Add comment.
9595
9596 * tooltip.el (tooltip-mode): Specify correct standard value for
9597 Custom in init-value.
9598
9599 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9600
9601 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9602 possible.
9603
9604 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9605
9606 * textmodes/org.el (org-agenda-date-prompt): Rename from
9607 `org-agenda-date-today'.
9608 (org-evaluate-time-range): Insert at point instead of directly
9609 after time range.
9610 (org-first-headline-recenter, org-subtree-end-visible-p)
9611 (org-optimize-window-after-visibility-change): New functions
9612 (org-agenda-post-command-hook): Don't allow point at end of line,
9613 to make sure it always hits the text properties.
9614 (org-agenda-next-date-line, org-agenda-previous-date-line):
9615 New commands.
9616 (org-set-regexps-and-options): Category may contain white space.
9617 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9618 Improve marker positions.
9619 (org-agenda-new-marker): Argument POS made optional.
9620 (org-agenda-get-timestamps): Deadlines which are done are listed
9621 in org-done-face now.
9622 (org-agenda-get-todos, org-agenda-get-timestamps)
9623 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9624 Set `undone-face' and `done-face' properties.
9625 (org-last-todo-state-is-todo): New variable.
9626 (org-todo): Set `org-last-todo-state-is-todo'.
9627 (org-agenda-todo): Change face according to
9628 `org-last-todo-state-is-todo'. And change other lines referring to
9629 the same entry.
9630 (org-calendar-goto-agenda): New command.
9631 (org-calendar-to-agenda-key): New option.
9632 (org-startup-folded): New allowed value `content'.
9633 (org-set-regexps-and-options): Accept new value `content' for
9634 `org-startup-folded'.
9635 (org-get-current-options): Handle new value `content' for
9636 `org-startup-folded'.
9637 (org-insert-todo-heading): New command.
9638 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9639 interactively in empty file and option
9640 `org-insert-mode-line-in-empty-file' has been set.
9641 (org-agenda-todo,org-agenda-priority): Modify to use
9642 `org-agenda-change-all-lines'.
9643 (org-warning-face): Change color on dark background
9644
9645 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9646
9647 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9648 use preferences AppleLocale and AppleLanguages, and variable
9649 mac-system-locale for default locale. On Mac OS Classic, use
9650 mac-system-coding-system for default coding systems.
9651
9652 * term/mac-win.el: Don't set file-name-coding-system.
9653 Decode variables system-name, emacs-build-system, user-login-name, and
9654 user-full-name by mac-system-coding-system on Mac OS Classic.
9655 (mac-system-coding-system): New variable.
9656
9657 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9658
9659 * startup.el (command-line): Handle `xterm-mouse-mode' before
9660 reading init file.
9661
9662 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9663
9664 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9665
9666 * progmodes/sh-script.el (sh-here-document-word): Make it a
9667 defcustom. Doc fix.
9668 (sh-add): Bash uses $(( )) for arithmetic.
9669 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9670 (sh-maybe-here-document): Remove quotes and leading whitespace
9671 from heredoc word when closing. Indent heredoc with tabs if word
9672 starts with "-".
9673
9674 2005-04-13 Richard M. Stallman <rms@gnu.org>
9675
9676 * simple.el (undo): Fix previous change.
9677
9678 * custom.el (defface): Doc fix.
9679
9680 2005-04-13 Lute Kamstra <lute@gnu.org>
9681
9682 * Makefile.in (DONTCOMPILE): Remove list.
9683 (compile, compile-always): Don't use DONTCOMPILE.
9684 (update-authors): Load the library in which batch-update-authors
9685 is defined.
9686 * makefile.w32-in (DONTCOMPILE): Remove list.
9687 (compile, compile-always): Fix comments.
9688 (update-authors): Load the library in which batch-update-authors
9689 is defined.
9690
9691 * generic-x.el (generic-mode-ini-file-find-file-hook):
9692 Rename to ini-generic-mode-find-file-hook.
9693 Keep generic-mode-ini-file-find-file-hook as an alias.
9694 (ini-generic-mode-find-file-hook): Rename from
9695 generic-mode-ini-file-find-file-hook. Fix docstring.
9696 (ini-generic-mode): Docstring change.
9697 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9698
9699 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9700 called from lisp.
9701
9702 * generic.el: Move to the emacs-lisp subdir.
9703
9704 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9705
9706 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9707 and C-S- function and cursor motion keys.
9708
9709 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9710
9711 * startup.el (command-line): Enable Xterm Mouse mode by default.
9712 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9713 for Custom. No longer show "Mouse" in mode line when enabled.
9714 Doc fix.
9715
9716 2005-04-12 Kim F. Storm <storm@cua.dk>
9717
9718 * emulation/cua-base.el (cua-rectangle-face)
9719 (cua-rectangle-noselect-face): Define face attributes here.
9720
9721 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9722
9723 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9724
9725 * startup.el (command-line): Turn off blinking cursor if
9726 cursorBlink in resources is off or false.
9727
9728 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9729
9730 * term/mac-win.el (dnd): Require dnd.
9731 (mac-drag-n-drop): Call dnd-handle-one-url.
9732 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9733 (kTextEncodingISOLatin2): Remove constants.
9734 (mac-script-code-coding-systems): New constant.
9735 (mac-handle-language-change): New function.
9736 (special-event-map): Bind it to `language-change' event.
9737 (mac-centraleurroman, mac-cyrillic): New coding systems.
9738 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9739 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9740 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9741 encode-mac-cyrillic, respectively.
9742
9743 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9744
9745 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9746 Don't set overlay-arrow-string to "=>" as this is done
9747 globally in C now.
9748
9749 2005-04-12 Lute Kamstra <lute@gnu.org>
9750
9751 * generic-x.el (rc-generic-mode, rul-generic-mode):
9752 Fix auto-mode-alist entries.
9753 (etc-fstab-generic-mode): Tweak fontification.
9754
9755 * generic.el (generic-make-keywords-list): Fix docstring.
9756 (generic-mode-internal): Simplify generic-font-lock-keywords.
9757
9758 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9759
9760 * whitespace.el (whitespace-buffer-leading)
9761 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9762 However, fix the highlight area for the leading and
9763 trailing whitespaces to show space.
9764
9765 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9766
9767 * whitespace.el (whitespace-version): Bump to 3.5
9768
9769 (whitespace-buffer-leading, whitespace-buffer-trailing):
9770 Invert sense of the test to highlight the whitespace.
9771
9772 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9773
9774 * progmodes/gud.el (gud-display-line): GUD uses its own
9775 overlay arrow now so don't set overlay-arrow-string.
9776 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9777
9778 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9779
9780 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9781 (term-ansi-current-reverse, term-ansi-current-invisible)
9782 (term-ansi-face-already-done): Change to boolean.
9783 (term-reset-terminal, term-handle-colors-array): Handle the above
9784 vars accordingly.
9785 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9786 (term-emulate-terminal): Use the new name.
9787
9788 * faces.el (secondary-selection): Use yellow1, not yellow.
9789 (trailing-whitespace): Use red1, not red.
9790
9791 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9792
9793 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9794 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9795 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9796
9797 * cus-edit.el (dnd): New group.
9798
9799 * term/w32-win.el (dnd): Require dnd
9800 (w32-drag-n-drop): Call dnd-handle-one-url.
9801
9802 * x-dnd.el: Require dnd.
9803 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9804 Call dnd-handle-one-url.
9805 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9806 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9807 to dnd-insert-text.
9808 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9809 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9810 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9811 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9812
9813 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9814
9815 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9816
9817 * wdired.el: Doc fixes.
9818 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9819 (wdired-use-dired-vertical-movement): Rename from
9820 wdired-always-move-to-filename-beginning.
9821 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9822 (wdired-change-to-wdired-mode): Change mode name.
9823 (wdired-newline): Delete.
9824
9825 2005-04-11 Richard M. Stallman <rms@gnu.org>
9826
9827 * whitespace.el (whitespace-highlight-the-space):
9828 Don't call whitespace-unhighlight-the-space here.
9829
9830 * simple.el (undo): Record t in undo-equiv-table
9831 for the redo record made by an undo-in-region.
9832
9833 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9834
9835 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9836 (gdb-frame-inferior-io-buffer): New Functions to control
9837 display of separate IO buffer.
9838 (menu): Add them to menu-bar.
9839 (gdb-display-buffer): Check for buffer another frame.
9840 Protect GUD buffer.
9841 (gdb-setup-windows): Create IO buffer if not already there.
9842 (gdb-memory-mode): Remove purecopy noops.
9843
9844 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9845
9846 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9847 and pass to self-insert-command.
9848
9849 2005-04-11 Lute Kamstra <lute@gnu.org>
9850
9851 * generic.el: Commentary section cleanup.
9852 (generic): Delete.
9853 (generic-use-find-file-hook, generic-lines-to-scan)
9854 (generic-find-file-regexp, generic-ignore-files-regexp)
9855 (default-generic-mode, generic-mode-find-file-hook)
9856 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9857 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9858 (generic-use-find-file-hook, generic-lines-to-scan)
9859 (generic-find-file-regexp, generic-ignore-files-regexp)
9860 (default-generic-mode, generic-mode-find-file-hook)
9861 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9862
9863 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9864
9865 * bookmark.el (bookmark-write-file): Catch errors writing file.
9866 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9867
9868 2005-04-10 Richard M. Stallman <rms@gnu.org>
9869
9870 * startup.el (fancy-splash-tail): Update copyright year.
9871 (command-line): Split part of -Q into -D.
9872 (emacs-basic-display): New defvar.
9873 (fancy-splash-text): Correct name of menu item.
9874
9875 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9876
9877 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9878 lines in one node.
9879
9880 * comint.el (comint-send-input): New arg ARTIFICIAL.
9881 Callers in this file changed.
9882
9883 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9884
9885 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9886
9887 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9888
9889 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9890 `ldap-search-internal'.
9891
9892 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9893
9894 * files.el (set-auto-mode-1): Use line-end-position.
9895
9896 * international/latin-1.el:
9897 * international/latin-2.el:
9898 * international/latin-3.el:
9899 * international/latin-4.el:
9900 * international/latin-5.el:
9901 * international/latin-8.el:
9902 * international/latin-9.el: Give punctuation syntax to NBSP.
9903
9904 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9905 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9906 Use char-classes to accept non-ascii letters, accepted in some recent
9907 bibtex implementations.
9908
9909 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9910
9911 * custom.el (custom-set-minor-mode): Any non-nil value for the
9912 variable should enable the mode when set through Custom.
9913
9914 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9915
9916 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9917 TAB binding so tab-always-indent is obeyed.
9918 (vhdl-minibuffer-local-map): Move initialization into declaration.
9919 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9920 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9921 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9922 (vhdl-current-line): Use line-beginning-position.
9923 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9924 with-output-to-temp-buffer, so the current position can be recorded.
9925
9926 2005-04-10 Masatake YAMATO <jet@gyve.org>
9927
9928 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9929 Add regexp for gcov.
9930
9931 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9932
9933 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9934 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9935 syntax which Emacs 20 doesn't support.
9936
9937 2005-04-09 Richard M. Stallman <rms@gnu.org>
9938
9939 * help.el (describe-key-briefly, describe-key):
9940 Replace strings as event types with "(any string)".
9941
9942 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9943
9944 * arc-mode.el (archive-mode-map): Move initialization into
9945 the declaration. Override *all* bindings of `undo'.
9946 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9947
9948 2005-04-09 Jay Belanger <belanger@truman.edu>
9949
9950 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9951
9952 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9953
9954 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9955 (xterm-register-default-colors): Update color values computation
9956 to match xterm-200.
9957
9958 2005-04-09 Kenichi Handa <handa@m17n.org>
9959
9960 * international/code-pages.el (iso-latin-7): Fix the map.
9961
9962 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9963
9964 * emacs-lisp/lisp.el (defun-prompt-regexp)
9965 (parens-require-spaces, buffer-end, end-of-defun)
9966 (insert-parentheses): Doc fixes.
9967
9968 2005-04-08 Kim F. Storm <storm@cua.dk>
9969
9970 * comint.el (comint-highlight-prompt): Fix face spec.
9971 * hi-lock.el (hi-green): Likewise.
9972
9973 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9974
9975 * cus-edit.el (custom-modified-face):
9976 * comint.el (comint-highlight-input): Fix previous changes.
9977 * term.el (term-handle-ansi-escape): Add a comment.
9978
9979 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9980
9981 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9982 in the buffer and in whitespace-highlighted-space.
9983 (whitespace-unhighlight-the-space): Simplify.
9984 (whitespace-buffer): Simplify.
9985
9986 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9987
9988 * textmodes/table.el (table-cell-face): Add special case for
9989 displays supporting a high number of colors.
9990 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9991 (vhdl-font-lock-reserved-words-face)
9992 (vhdl-speedbar-architecture-face)
9993 (vhdl-speedbar-instantiation-face)
9994 (vhdl-speedbar-architecture-selected-face)
9995 (vhdl-speedbar-instantiation-selected-face): Likewise.
9996 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9997 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9998 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9999 (ebrowse-root-class-face, ebrowse-member-attribute-face)
10000 (ebrowse-progress-face): Likewise.
10001 * progmodes/compile.el (compilation-info-face): Likewise.
10002 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
10003 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
10004 * calendar/calendar.el (diary-face): Likewise.
10005 * woman.el (woman-italic-face, woman-bold-face)
10006 (woman-unknown-face): Likewise.
10007 * wid-edit.el (widget-button-pressed-face): Likewise.
10008 * whitespace.el (whitespace-highlight-face): Likewise.
10009 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
10010 * pcvs-info.el (cvs-marked-face): Likewise.
10011 * info.el (info-xref): Likewise.
10012 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
10013 * hilit-chg.el (highlight-changes-face)
10014 (highlight-changes-delete-face): Likewise.
10015 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
10016 (hi-red-b): Likewise.
10017 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
10018 * font-lock.el (font-lock-keyword-face)
10019 (font-lock-function-name-face, font-lock-warning-face): Likewise.
10020 * cus-edit.el (custom-invalid-face, custom-modified-face)
10021 (custom-set-face, custom-changed-face, custom-variable-tag-face)
10022 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
10023 * comint.el (comint-highlight-prompt): Likewise.
10024
10025 2005-04-08 Lute Kamstra <lute@gnu.org>
10026
10027 * font-lock.el (font-lock-keywords): Docstring fixes.
10028
10029 2005-04-08 Kenichi Handa <handa@m17n.org>
10030
10031 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
10032 chars are more than a limit, print " and more..." at the tail.
10033
10034 2005-04-08 Kim F. Storm <storm@cua.dk>
10035
10036 * emacs-lisp/authors.el (authors-aliases): Update list.
10037 (authors-ignored-files): New list.
10038 (authors-fixed-entries): Fix typo.
10039 (authors-renamed-files-alist): Update list.
10040 (authors-add): Check authors-ignored-files.
10041
10042 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
10043
10044 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
10045 optional, to ensure backward compatibility.
10046
10047 2005-04-08 Stephen Eglen <stephen@gnu.org>
10048
10049 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
10050
10051 2005-04-08 Kim F. Storm <storm@cua.dk>
10052
10053 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
10054
10055 * mouse.el (mouse-on-link-p): Doc fix.
10056
10057 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
10058
10059 * ielm.el (ielm-prompt-read-only): Doc fix.
10060
10061 * comint.el (comint-prompt-read-only): Doc fix.
10062
10063 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
10064
10065 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
10066 ensure dired always handles wildcards passed to ffap.
10067 (find-file-at-point): Use it.
10068 (ffap-dired-wildcards): Doc fix.
10069
10070 2005-04-07 Juri Linkov <juri@jurta.org>
10071
10072 * simple.el (next-error-overlay-arrow-position): New defvar.
10073 Put "=>" on its property `overlay-arrow-string'. Add it to
10074 `overlay-arrow-variable-list'.
10075
10076 * progmodes/compile.el (compilation-setup):
10077 Set `next-error-overlay-arrow-position' to nil. Also set it to
10078 nil in the local hook `kill-buffer-hook'. Make local variable
10079 `overlay-arrow-string' and set it to "=>".
10080 (compilation-goto-locus): Set BOL position to
10081 `next-error-overlay-arrow-position' instead of
10082 `overlay-arrow-position'.
10083
10084 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
10085 locally instead of adding it to the global hook.
10086 (Info-kill-buffer): Move up.
10087
10088 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
10089
10090 * term/xterm.el (xterm-standard-colors): Update color values from
10091 xterm-200.
10092
10093 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
10096
10097 * fast-lock.el:
10098 * lazy-lock.el: Move them to the obsolete subdir.
10099
10100 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10101
10102 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
10103 (wdired-add-replace-advice): Remove.
10104 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
10105
10106 2005-04-06 Kim F. Storm <storm@cua.dk>
10107
10108 * startup.el (command-line): Add --bare-bones alias for -Q.
10109
10110 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10111
10112 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
10113 create the startup fontset if a font specification ends with
10114 `mac-roman'.
10115
10116 2005-04-06 Lute Kamstra <lute@gnu.org>
10117
10118 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
10119 change.
10120
10121 * emacs-lisp/copyright.el (copyright-update-year): Replace the
10122 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
10123
10124 2005-04-05 Lute Kamstra <lute@gnu.org>
10125
10126 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
10127 (define-generic-mode): Ditto. Fix debug declaration.
10128
10129 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10130 Put them in the generic-x group.
10131
10132 * calendar/timeclock.el (timeclock): Doc fix.
10133
10134 * generic.el (define-generic-mode): Don't use custom-current-group.
10135 Document default :group value.
10136 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
10137 (define-global-minor-mode): Don't use custom-current-group.
10138
10139 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
10140
10141 * startup.el (command-line-1): Display startup-echo-area-message
10142 when fancy splash screen is in use.
10143
10144 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
10145 (sh-escaped-newline): New face.
10146 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
10147 newline, and use sh-escaped-newline face.
10148
10149 * progmodes/tcl.el (tcl-escaped-newline): New face.
10150 (tcl-builtin-list): New variable.
10151 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
10152 newlines. Fix keywords subexpression number.
10153
10154 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
10155
10156 * textmodes/org.el (org-diary-default-entry): Fix call to
10157 `add-to-diary-entry'.
10158
10159 2005-04-05 Kim F. Storm <storm@cua.dk>
10160
10161 * ediff-init.el: Use (featurep 'xemacs).
10162
10163 2005-04-05 David Ponce <david@dponce.com>
10164
10165 * cus-edit.el (face): Derive from symbol widget. Display sample
10166 of the current face on the fly.
10167 (widget-face-sample-face-get, widget-face-notify): New functions.
10168 (widget-face-value-create): Remove.
10169
10170 * wid-edit.el (widget-field-end): Temporarily remove field
10171 narrowing before to call `get-char-property'.
10172
10173 2005-04-04 Jay Belanger <belanger@truman.edu>
10174
10175 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
10176 (math-read-subscripts): New variable.
10177 (math-read-preprocess-string): Process subscripts.
10178
10179 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
10180
10181 * comint.el (comint-prompt-read-only): Doc fix.
10182
10183 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
10184 `-1'. Doc fix.
10185
10186 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
10187
10188 * textmodes/org.el (org-insert-mode-line-in-empty-file):
10189 Change default value to nil.
10190
10191 2005-04-04 Lute Kamstra <lute@gnu.org>
10192
10193 * autorevert.el (auto-revert-mode): Specify :group.
10194 * battery.el (display-battery-mode): Specify :group.
10195 * diff-mode.el (diff-minor-mode): Specify :group.
10196 * font-core.el (font-lock-mode): Specify :group.
10197 * hl-line.el (hl-line-mode): Specify :group.
10198 * iimage.el (iimage): New customization group.
10199 (iimage-mode): Specify :group.
10200 * longlines.el (longlines-mode): Specify :group.
10201 * master.el: Don't require easy-mmode.
10202 (master): New customization group.
10203 (master-mode): Specify :group.
10204 * msb.el (msb-mode): Specify :group.
10205 * reveal.el (reveal-mode): Specify :group.
10206 * simple.el (next-error-follow-minor-mode): Specify :group.
10207 * smerge-mode.el (smerge-mode): Specify :group.
10208 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
10209 * emulation/cua-base.el (cua-mode): Specify :group.
10210 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
10211 * language/thai-util.el (thai-auto-composition-mode)
10212 (thai-word-mode): Specify :group.
10213 * mail/supercite.el (sc-minor-mode): Specify :group.
10214 * progmodes/cwarn.el (cwarn-mode): Specify :group.
10215 * progmodes/flymake.el (flymake-mode): Specify :group.
10216 * progmodes/glasses.el (glasses-mode): Specify :group.
10217 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
10218 * textmodes/enriched.el (enriched-mode): Specify :group.
10219 * textmodes/refill.el (refill-mode): Specify :group.
10220
10221 * add-log.el (change-log-font-lock-keywords): Names in
10222 parenthesized lists can contain spaces.
10223
10224 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
10225
10226 * startup.el (fancy-splash-text): Shorten default text of
10227 "Emacs Tutorial" line. Also, if the current language env
10228 indicates an available tutorial file other than TUTORIAL,
10229 extract its title and append it to the line in parentheses.
10230 (fancy-splash-insert): If arg is a thunk, funcall it.
10231
10232 2005-04-04 Jay Belanger <belanger@truman.edu>
10233
10234 * calc.el (calc-language-alist): Add tags to customization type.
10235
10236 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
10237
10238 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
10239 Doc fix.
10240
10241 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
10242
10243 * add-log.el (change-log-font-lock-keywords): The manual
10244 describing a Change Log entry, says: (...) "Aside from these
10245 header lines, every line in the change log starts with a space or
10246 a tab.". The font-lock was not highlighting lines started with
10247 spaces, added support for it.
10248
10249 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10250
10251 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
10252 (bibtex-generate-url-list): Update docstring accordingly. Put the
10253 complex example in the docstring.
10254 (bibtex-font-lock-url): Use pop.
10255
10256 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10257
10258 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10259
10260 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10261
10262 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10263
10264 * filesets.el (filesets-set-default): Doc fix.
10265
10266 2005-04-03 Lute Kamstra <lute@gnu.org>
10267
10268 * generic.el (define-generic-mode): Add argument to specify
10269 keywords for defcustom.
10270 (default-generic-mode): Specify :group.
10271
10272 * generic-x.el: Specify :group for all generic modes.
10273
10274 * desktop.el (desktop-no-desktop-file-hook)
10275 (desktop-after-read-hook): Doc fix.
10276
10277 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
10278
10279 * simple.el (visible-mode): Use explicit :group keyword.
10280 This changes the group of `visible-mode-hook' from paren-blinking
10281 to editing-basics.
10282
10283 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10284
10285 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
10286 mailbox specifications as well as URLs.
10287 (rmail-insert-inbox-text): Remove unused conditional branches.
10288
10289 2005-04-01 Jay Belanger <belanger@truman.edu>
10290
10291 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10292 (calc-gnuplot-print-command): Move definitions to calc.el.
10293
10294 * calc/calc-embed.el (calc-embedded-announce-formula)
10295 (calc-embedded-open-formula, calc-embedded-close-formula)
10296 (calc-embedded-open-word, calc-embedded-close-word)
10297 (calc-embedded-open-plain, calc-embedded-close-plain)
10298 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10299 (calc-embedded-open-mode, calc-embedded-close-mode):
10300 Move definitions to calc.el.
10301
10302 * calc/calc.el (calc-settings-file, calc-language-alist):
10303 Make customizable.
10304 (calc-embedded-announce-formula, calc-embedded-open-formula)
10305 (calc-embedded-close-formula, calc-embedded-open-word)
10306 (calc-embedded-close-word, calc-embedded-open-plain)
10307 (calc-embedded-close-plain, calc-embedded-open-new-formula)
10308 (calc-embedded-close-new-formula, calc-embedded-open-mode)
10309 (calc-embedded-close-mode, calc-gnuplot-name)
10310 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10311 from other files and make customizable.
10312
10313 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10314
10315 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10316 Use buffer-live-p.
10317 (cvs-mode-run): Don't call cvs-update-header here.
10318 (cvs-run-process): Call cvs-update-header.
10319 Use process properties for cvs-postprocess and cvs-buffer so that
10320 the sentinel can behave better if the temp buffer is killed.
10321 Use a pipe rather than a tty, to better handle unexpected prompts.
10322 (cvs-sentinel): Rewrite. Call cvs-update-header.
10323
10324 2005-04-01 Andre Spiegel <spiegel@gnu.org>
10325
10326 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10327 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
10328
10329 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10330
10331 * generic.el (define-generic-mode): Add indentation rule.
10332
10333 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
10334
10335 * files.el (mode-require-final-newline): Make Custom correctly
10336 report a nil value and allow to set it to nil via Custom.
10337 Doc fix.
10338
10339 2005-04-01 Kenichi Handa <handa@m17n.org>
10340
10341 * international/characters.el: Enable the correct case setting for
10342 dotless-i and dotted-I.
10343
10344 2005-04-01 Kim F. Storm <storm@cua.dk>
10345
10346 * ido.el (ido-file-internal): Fall back to non-ido command if
10347 initial directory is on slow ftp (or tramp) host.
10348
10349 2005-03-31 Richard M. Stallman <rms@gnu.org>
10350
10351 * emacs-lisp/autoload.el (make-autoload):
10352 Handle define-global-minor-mode.
10353
10354 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10355 Rename from easy-mmode-define-global-mode.
10356 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10357
10358 * progmodes/scheme.el (scheme-mode-syntax-table):
10359 Update syntax of | and # for two-character comment syntax.
10360
10361 2005-03-31 Lute Kamstra <lute@gnu.org>
10362
10363 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10364 (define-minor-mode): Call custom-current-group at load-time.
10365
10366 * generic.el (define-generic-mode): Add debug declaration.
10367 Add defcustom for the mode hook.
10368 (generic-mode-internal): Use run-mode-hooks.
10369
10370 2005-03-31 Kim F. Storm <storm@cua.dk>
10371
10372 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10373 (mouse-fixup-help-message): New defun called by show_help_echo
10374 to fixup mouse-2 prefix in help messages when applicable.
10375
10376 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10377
10378 2005-03-31 Kenichi Handa <handa@m17n.org>
10379
10380 * language/thai-word.el (thai-find-word-ends): Pay attention to
10381 the case that we reach the end of buffer.
10382
10383 * textmodes/fill.el (fill-text-properties-at): New function.
10384 (fill-newline): Use fill-text-properties-at instead of
10385 text-properties-at.
10386
10387 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10388
10389 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10390 not comint-quote-filename.
10391
10392 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10393
10394 * help-fns.el (help-with-tutorial): Revert last change.
10395
10396 2005-03-31 Kim F. Storm <storm@cua.dk>
10397
10398 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10399
10400 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10401
10402 * calendar/cal-china.el: Update reference to "Calendrical
10403 Calculations" book; there's a new edition.
10404 * calendar/cal-coptic.el: Likewise.
10405 * calendar/cal-french.el: Likewise.
10406 * calendar/cal-hebrew.el: Likewise.
10407 * calendar/cal-islam.el: Likewise.
10408 * calendar/cal-iso.el: Likewise.
10409 * calendar/cal-julian.el: Likewise.
10410 * calendar/cal-mayan.el: Likewise.
10411 * calendar/cal-persia.el: Likewise.
10412 * calendar/calendar.el: Likewise.
10413 * calendar/holidays.el: Likewise.
10414 * calendar/lunar.el: Likewise.
10415 * calendar/solar.el: Likewise.
10416
10417 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10418 white space from doc string.
10419
10420 2005-03-30 Jay Belanger <belanger@truman.edu>
10421
10422 * calc/calc-help.el (calc-full-help): Remove email address.
10423
10424 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10425
10426 * help-fns.el (help-with-tutorial): Delete title line.
10427
10428 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10429
10430 * calendar/cal-x.el (calendar-one-frame-setup)
10431 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10432 rather than 'symbol for set-window-dedicated-p.
10433
10434 * calendar/appt.el (appt-buffer-name): Make it a constant.
10435 (appt-add): Doc fix.
10436
10437 * filesets.el (filesets-menu-path, filesets-menu-before)
10438 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10439 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10440 (filesets-add-submenu): Delete and use add-submenu instead.
10441
10442 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10443
10444 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10445 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10446 (org-diary-default-entry): New function.
10447 (org-get-entries-from-diary): Better parsing of diary entries.
10448 (org-agenda-check-no-diary): New function.
10449 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10450 linking to diary entries.
10451 (org-agenda-execute-calendar-command): New function.
10452 (org-agenda): Improve visible section in window.
10453 Use `org-fit-agenda-window'.
10454 (org-fit-agenda-window): New option.
10455 (org-move-subtree-down): Better handling of empty lines
10456 at end of subtree.
10457 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10458 levels up.
10459 (org-fontify-done-headline): New option.
10460 (org-headline-done-face): New face.
10461 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10462 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10463 When current field is non-empty, it is copied to next row.
10464 (org-table-copy-from-above): Fix bug which made it
10465 impossible to copy fields containing only a single non-white character.
10466
10467 2005-03-30 Kim F. Storm <storm@cua.dk>
10468
10469 * kmacro.el (kmacro-end-macro): Isearch may store this command
10470 into the macro -- so ignore it when executing keyboard macro.
10471
10472 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10473
10474 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10475
10476 2005-03-29 Kenichi Handa <handa@m17n.org>
10477
10478 * language/thai.el ("Thai"): Set setup-function and exit-function
10479 for Thai language environment.
10480
10481 * language/thai-util.el: Require thai-word.
10482 (thai-word-mode-map): New variable.
10483 (thai-word-mode): New minor mode.
10484 (setup-thai-language-environment-internal): New function.
10485 (exit-thai-language-environment-internal): New function.
10486
10487 * language/thai-word.el (thai-word-table): Declare it by defvar,
10488 use dolist to initialize it.
10489 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10490 (thai-fill-find-break-point): New functions.
10491
10492 2005-03-29 Richard M. Stallman <rms@gnu.org>
10493
10494 * simple.el (idle-update-delay): Move definition up.
10495 (set-mark): Doc fix.
10496
10497 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10498
10499 * longlines.el: New file.
10500
10501 * simple.el (buffer-substring-filters): New variable.
10502 (filter-buffer-substring): New function.
10503 (kill-region, copy-region-as-kill): Use it.
10504
10505 * register.el (copy-to-register, append-to-register)
10506 (prepend-to-register): Use filter-buffer-substring.
10507
10508 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10509
10510 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10511 (gud-filter-pending-text): Move in front of gdb.
10512 (gud-overlay-arrow-position): New variable.
10513 (gud-sentinel, gud-display-line): Use it in place of
10514 overlay-arrow-position.
10515
10516 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10517
10518 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10519 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10520 (fortran-font-lock-keywords-4): New variable.
10521 (fortran-blocks-re, fortran-end-block-re)
10522 (fortran-start-block-re): New constants, for hideshow.
10523 (hs-special-modes-alist): Add a Fortran entry.
10524 (fortran-mode-map): Bind fortran-end-of-block,
10525 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10526 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10527 (fortran-looking-at-if-then, fortran-end-of-block)
10528 (fortran-beginning-of-block): New functions, for hideshow.
10529
10530 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10531 Doc fix. Tweak regexp.
10532 (f90-beginning-of-block): Push mark first.
10533
10534 2005-03-29 Jay Belanger <belanger@truman.edu>
10535
10536 * calc/calc.el: Update copyright date.
10537 (calc-version): Increase to 2.1.
10538 (calc-version-date): Remove.
10539
10540 * calc/calc-help.el: Update copyright date.
10541 (calc-full-help): Remove reference to calc-version-date.
10542 Update copyright date.
10543
10544 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10545
10546 * vc.el (vc-do-command): Use a pipe for async processes, so password
10547 prompts don't show up at places where the user can't reply.
10548
10549 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10550
10551 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10552 on the file name we pass to the inferior shell.
10553
10554 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10555
10556 * progmodes/which-func.el (which-function): Be robust in the face of an
10557 imenu--make-index-alist failure.
10558
10559 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10560
10561 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10562
10563 * progmodes/python.el (python-preoutput-filter): Fix last change.
10564
10565 2005-03-29 Lute Kamstra <lute@gnu.org>
10566
10567 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10568 functions and compiled macros.
10569 (debug-convert-byte-code): Handle macros too.
10570 (debug-on-entry-1): Don't signal an error when trying to clear a
10571 function that is not set to debug on entry.
10572
10573 2005-03-29 Jay Belanger <belanger@truman.edu>
10574
10575 * calc/calc-lang.el: Add functions to math-function-table
10576 properties of tex and math.
10577
10578 2005-03-29 Kenichi Handa <handa@m17n.org>
10579
10580 * ps-mule.el (ps-mule-plot-string): Translate characters by
10581 ps-print-translation-table.
10582 (ps-mule-begin-job): Call find-charset-region/string with
10583 ps-print-translation-table.
10584 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10585
10586 * ps-print.el (ps-print-translation-table): New variable.
10587 (ps-plot-region): Translate characters by ps-print-translation-table.
10588
10589 2005-03-29 Juri Linkov <juri@jurta.org>
10590
10591 * simple.el (next-error-highlight-timer): New variable.
10592
10593 * progmodes/compile.el (compilation-goto-locus):
10594 Use `next-error-highlight-timer' instead of `sit-for'.
10595
10596 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10597
10598 * mail/supercite.el (sc-mail-field): Use assoc-string.
10599 (sc-get-address): Simplify regexps.
10600
10601 * files.el (minibuffer-with-setup-hook): New macro.
10602 (find-file-read-args): Use it to avoid let-binding
10603 minibuffer-with-setup-hook (which breaks turning on/off
10604 file-name-shadow-mode while in the prompt).
10605
10606 * complete.el (PC-read-include-file-name-internal):
10607 Use test-completion.
10608
10609 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10610
10611 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10612
10613 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10614
10615 * window.el (window-buffer-height): Use count-screen-lines.
10616
10617 * progmodes/python.el (python-preoutput-leftover): New var.
10618 (python-preoutput-filter): Use it.
10619 (python-send-receive): Loop until all the result has been received.
10620
10621 2005-03-28 Juri Linkov <juri@jurta.org>
10622
10623 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10624
10625 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10626 "Recover Crashed Session".
10627 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10628 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10629 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10630 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10631 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10632 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10633 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10634 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10635
10636 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10637 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10638 Ediff Sessions", "Toggle use of separate control buffer frame",
10639 "Use separate frame for Ediff control buffer".
10640
10641 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10642 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10643 "Rename Bookmark", "Delete Bookmark".
10644
10645 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10646 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10647 Add `:active Info-index-alternatives' to "Next Matching Item".
10648
10649 * wdired.el (wdired-change-to-wdired-mode):
10650 Mention `wdired-abort-changes' key in the initial message.
10651
10652 * international/mule.el (auto-coding-alist): Associate non-ascii
10653 image filename extensions with `no-conversion'.
10654
10655 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10656
10657 * international/iso-acc.el:
10658 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10659
10660 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10661
10662 * textmodes/sgml-mode.el (html-mode): Doc update.
10663
10664 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10665
10666 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10667
10668 * term.el (term-move-columns): Fix face after extending a line.
10669 (term-insert-spaces): Likewise.
10670 (term-reset-terminal): Fix off by one error.
10671
10672 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10673
10674 * international/mule.el (auto-coding-alist): Add .xpi files.
10675
10676 * files.el (auto-mode-alist): Add .xpi files.
10677
10678 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10679
10680 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10681
10682 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10683
10684 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10685
10686 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10687
10688 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10689 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10690
10691 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10692 cursor to Jan 1 when needed.
10693 (calendar-end-of-year): Fix -/+ typo.
10694 Reported by Chong Yidong <cyd@stupidchicken.com>.
10695
10696 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10697
10698 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10699
10700 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10701 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10702
10703 2005-03-25 Richard M. Stallman <rms@gnu.org>
10704
10705 * filesets.el (filesets-init): Add autoload.
10706
10707 * mail/mailalias.el (mail-directory): Doc fix.
10708
10709 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10710
10711 * mail/mailalias.el (mail-directory-process): Do nothing if
10712 mail-directory-process is an atom.
10713 (mail-get-names): Ignore mail-directory-names if it is an atom.
10714 (mail-directory-process defvar): Doc fix.
10715 (mail-names): Doc fix.
10716
10717 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10718
10719 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10720
10721 2005-03-26 Kenichi Handa <handa@m17n.org>
10722
10723 * international/mule-util.el (detect-coding-with-priority):
10724 Call update-coding-systems-internal before detect-coding-region.
10725
10726 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10727
10728 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10729 (gdb-frames-mode-map): Add follow-link property.
10730
10731 2005-03-25 Jay Belanger <belanger@truman.edu>
10732
10733 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10734 for variables.
10735
10736 2005-03-25 Juri Linkov <juri@jurta.org>
10737
10738 * image-mode.el: Optimize image filename extension regexps in
10739 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10740 in `auto-mode-alist'.
10741 (image-mode): Add `image-toggle-display-text' to local hook
10742 `change-major-mode-hook'. Display the image as an image by
10743 default. Set `cursor-type' and `truncate-lines' if the image
10744 is already displayed. Take into account the current mode (image
10745 or text) in message.
10746 (image-minor-mode): New minor mode.
10747 (image-mode-maybe, image-toggle-display-text): New functions.
10748 (image-toggle-display): Use called-interactively-p.
10749 Let-bind `inhibit-read-only' to t.
10750
10751 * image-mode.el (image-minor-mode): Set `cursor-type' and
10752 `truncate-lines' if the image is already displayed. Add turning
10753 image-minor-mode off to `change-major-mode-hook'. Add message.
10754 Call `image-toggle-display-text' after turning image-minor-mode off.
10755
10756 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10757
10758 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10759 Terminal.app, use utf-8.
10760 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10761 (set-locale-environment): Use it.
10762
10763 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10764
10765 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10766
10767 * progmodes/python.el (python-close-block-statement-p)
10768 (python-outdent-p, python-current-defun): Use symbol-end.
10769
10770 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10771
10772 * files.el (save-some-buffers): Doc fix.
10773
10774 2005-03-25 Werner Lemberg <wl@gnu.org>
10775
10776 * complete.el, thumbs.el: Replace `legal' with `valid'.
10777 * calendar/calendar.el: Replace `legal' with `valid'.
10778 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10779 * mail/supercite.el: Replace `legal' with `valid'.
10780 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10781 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10782 Replace `legal' with `valid'.
10783 * textmodes/reftex-vars.el, textmodes/reftex.el:
10784 Replace `legal' with `valid'.
10785
10786 2005-03-25 Werner Lemberg <wl@gnu.org>
10787
10788 * calc/calc-forms.el, calc/calc-sel.el:
10789 * midnight.el, vc-cvs.el:
10790 * emacs-lisp/cl-macs.el:
10791 * emulation/vip.el:
10792 * eshell/esh-io.el, eshell/esh-var.el:
10793 * mail/supercite.el:
10794 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10795 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10796 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10797 * progmodes/sh-script.el, progmodes/xscheme.el:
10798 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10799 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10800 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10801 * textmodes/reftex.el, textmodes/org.el:
10802 Replace `illegal' with `invalid'.
10803
10804 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10805
10806 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10807 (flymake-find-buildfile, flymake-find-possible-master-files)
10808 (flymake-check-include, flymake-parse-line): Replace loops over the
10809 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10810
10811 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10812 Substitute file-name-as-directory in the rest of the file.
10813 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10814 (flymake-replace-region): Remove unused arg `buffer'.
10815 (flymake-check-patch-master-file-buffer): Update calls to it.
10816 (flymake-add-err-info): Remove unused var `count'.
10817 (flymake-mode): Use define-minor-mode.
10818
10819 * progmodes/flymake.el: Use with-current-buffer.
10820 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10821 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10822 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10823 Avoid testing for `xemacs'.
10824 (flymake-nop): Move.
10825 (flymake-region-has-flymake-overlays): Return the computed value.
10826 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10827 Remove unused var `endline'.
10828 (flymake-get-line-count): Remove unused function.
10829 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10830
10831 * emulation/vi.el:
10832 * generic.el:
10833 * hilit-chg.el (global-highlight-changes):
10834 * hi-lock.el (hi-lock-mode):
10835 * follow.el: find-file-hooks -> find-file-hook.
10836
10837 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10838
10839 2005-03-24 Juri Linkov <juri@jurta.org>
10840
10841 * dired.el (dired-mode-map): Add menu item "Compare directories"
10842 for dired-compare-directories.
10843
10844 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10845 Doc fix. Replace `read-file-name' with `read-directory-name'.
10846
10847 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10848
10849 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10850
10851 2005-03-24 Jay Belanger <belanger@truman.edu>
10852
10853 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10854 relevant mode settings in calc-embedded-original-modes when modes
10855 are permanently changed.
10856
10857 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10858
10859 * autoinsert.el: find-file-hooks -> find-file-hook.
10860
10861 2005-03-24 Lute Kamstra <lute@gnu.org>
10862
10863 * generic.el (generic-font-lock-defaults): Make it obsolete.
10864 (generic-font-lock-keywords): New variable to replace
10865 generic-font-lock-defaults.
10866 (generic-mode-set-font-lock): Delete it.
10867 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10868 (generic-bracket-support): Add docstring.
10869
10870 * generic-x.el: Rename generic-font-lock-defaults to
10871 generic-font-lock-keywords throughout.
10872 (mailagent-rules-setup-function): Delete it.
10873 (mailagent-rules-generic-mode): Use anonymous function instead.
10874 (show-tabs-generic-mode-font-lock-defaults-1)
10875 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10876 Quote faces.
10877 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10878 not foreground.
10879
10880 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10881 Recognize define-generic-mode.
10882
10883 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10884
10885 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10886 if there's no completion table.
10887
10888 2005-03-23 Miles Bader <miles@gnu.org>
10889
10890 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10891 Remove tty-specific variants, as they're no longer needed.
10892
10893 2005-03-23 Lute Kamstra <lute@gnu.org>
10894
10895 * generic-x.el: Code cleanup: make args constant whenever possible.
10896 (installshield-statement-keyword-list)
10897 (installshield-system-functions-list)
10898 (installshield-system-variables-list, installshield-types-list)
10899 (installshield-funarg-constants-list): Make them constants.
10900
10901 * generic.el (generic-make-keywords-list): Add autoload cookie.
10902
10903 * calendar/time-date.el: Add comment on time value formats.
10904 Don't require parse-time.
10905 (with-decoded-time-value): New macro.
10906 (encode-time-value): New function.
10907 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10908 (days-to-time): Return a valid time value when arg is huge.
10909 (time-since): Use time-subtract.
10910 (time-to-number-of-days): Use time-to-seconds.
10911
10912 2005-03-23 David Ponce <david@dponce.com>
10913
10914 * recentf.el: (recentf-keep): New option.
10915 (recentf-menu-action): Default to `find-file'.
10916 (recentf-keep-non-readable-files-flag)
10917 (recentf-keep-non-readable-files-p)
10918 (recentf-file-readable-p, recentf-find-file)
10919 (recentf-cleanup-remote): Remove.
10920 (recentf-include-p): More robust.
10921 (recentf-keep-p): New function.
10922 (recentf-remove-if-non-kept): Rename from
10923 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10924 All callers updated.
10925 (recentf-menu-items-for-commands): Fix help string.
10926 (recentf-track-closed-file): Update. Doc fix.
10927 (recentf-cleanup): Update. Count removed files. Doc fix.
10928
10929 2005-03-23 Kim F. Storm <storm@cua.dk>
10930
10931 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10932 Don't inherit from fringe face (now happens automatically).
10933
10934 2005-03-22 Kim F. Storm <storm@cua.dk>
10935
10936 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10937 position values.
10938
10939 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10940
10941 * menu-bar.el (showhide-date-time): Remove.
10942 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10943 (menu-bar-make-mm-toggle): Simplify.
10944
10945 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10946
10947 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10948 Accept qualified variable and function names.
10949
10950 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10951
10952 * bindings.el (completion-ignored-extensions):
10953 Remove ".lis" for `vax-vms'.
10954
10955 2005-03-22 Andreas Schwab <schwab@suse.de>
10956
10957 * generic-x.el: Revert last change.
10958 * ldefs-boot.el: Update.
10959
10960 2005-03-22 Jay Belanger <belanger@truman.edu>
10961
10962 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10963 (calc-embedded-save-original-modes)
10964 (calc-embedded-restore-original-modes): New functions.
10965 (calc-do-embedded): Save original modes when entering embedded mode
10966 and restore when leaving embedded mode.
10967 (calc-embedded-modes-change): Change the value of
10968 calc-embedded-original-modes to reflect permanent changes.
10969
10970 2005-03-22 Lute Kamstra <lute@gnu.org>
10971
10972 * generic-x.el: Require generic again.
10973
10974 2005-03-22 Miles Bader <miles@gnu.org>
10975
10976 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10977 Tweak details to look good on both ttys and bitmap displays, light
10978 or dark background, etc.
10979
10980 2005-03-21 Kim F. Storm <storm@cua.dk>
10981
10982 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10983 mouse position.
10984
10985 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10986
10987 * icomplete.el: Don't forcibly turn on the mode upon load.
10988 (icomplete-mode): Use define-minor-mode.
10989 (icomplete-eoinput): Default to nil.
10990 (icomplete-minibuffer-setup): Remove autoload.
10991 (icomplete-tidy): Simplify.
10992 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10993 in the initial state or if the user has modified the field.
10994 Fix handling of icomplete-max-delay-chars.
10995 Remove code that handles the oddball case where
10996 minibuffer-completion-table is an integer.
10997 Wrap icomplete-completions in while-no-input in case building
10998 completions takes more time than expected.
10999 (icomplete-completions): Simplify.
11000
11001 2005-03-21 Richard M. Stallman <rms@gnu.org>
11002
11003 * jka-compr.el (jka-compr-really-do-compress):
11004 Make variable buffer-local.
11005
11006 * image-mode.el: Handle .xpm files too.
11007 (image-toggle-display): Preserve modification flag.
11008
11009 * help.el (where-is): Don't mention aliases with no key bindings.
11010
11011 2005-03-21 Lute Kamstra <lute@gnu.org>
11012
11013 * generic.el: Fix commentary section. Don't require cl for
11014 compilation.
11015 (generic-mode-list): Add autoload cookie.
11016 (generic-use-find-file-hook, generic-lines-to-scan)
11017 (generic-find-file-regexp, generic-ignore-files-regexp)
11018 (generic-mode, generic-mode-find-file-hook)
11019 (generic-mode-ini-file-find-file-hook): Fix docstrings.
11020 (define-generic-mode): Make it a defmacro. Fix docstring.
11021 (generic-mode-internal): Code cleanup. Add autoload cookie.
11022 (generic-mode-set-comments): Code cleanup.
11023 * generic-x.el: Don't prevent compilation. Don't require generic.
11024 Follow coding conventions. Minor code cleanup.
11025 (etc-fstab-generic-mode): Add some keywords.
11026 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
11027 define-generic-mode like a function declaration.
11028
11029 2005-03-21 Jay Belanger <belanger@truman.edu>
11030
11031 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
11032 changing modes.
11033
11034 2005-03-21 Sam Steingold <sds@gnu.org>
11035
11036 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
11037
11038 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
11039
11040 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
11041 Add underscore to "f$ lexicals" regexp.
11042
11043 2005-03-20 Juri Linkov <juri@jurta.org>
11044
11045 * subr.el (progress-reporter-do-update): When `min-value' is equal
11046 to `max-value', set `percentage' to 0 and prevent division by zero.
11047
11048 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
11049
11050 Sync with Tramp 2.0.48.
11051
11052 * net/tramp.el (all): Change all addresses to .gnu.org.
11053 (tramp-append-tramp-buffers): New defun.
11054 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
11055 Catch `dont-send' signal.
11056 (tramp-set-auto-save-file-modes): Set always permissions, because
11057 there might be an old auto-saved file belonging to another
11058 original file. This could be a security threat. Reported by
11059 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
11060 Check for Emacs 21.3.50 removed.
11061
11062 * net/tramp-smb.el (all): Remove debug construct for
11063 `with-parsed-tramp-file-name'.
11064 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
11065 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
11066 No error message if DIRECTORY or FILENAME doesn't exist.
11067 (tramp-smb-open-connection): Check existence of
11068 `tramp-smb-program'.
11069
11070 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11071
11072 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
11073 Properly handle the case where the `m' or `s' command's argument is not
11074 yet terminated.
11075 (perl-indent-new-calculate): New function.
11076 (perl-indent-line): Use it.
11077
11078 2005-03-20 Miles Bader <miles@gnu.org>
11079
11080 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
11081 in text-mode too. Change to new face names.
11082 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
11083 Add `:weight bold' attribute.
11084 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
11085
11086 2005-03-19 Juri Linkov <juri@jurta.org>
11087
11088 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
11089
11090 * international/mule.el (auto-coding-alist): Sync with
11091 `auto-mode-alist' by adding upper case archive file extensions
11092 and adding ear/war to jar extension.
11093
11094 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
11095
11096 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
11097 running, restart it.
11098
11099 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
11100
11101 * finder.el (finder-current-item): Throw an error on an empty line.
11102
11103 * man.el (Man-follow-manual-reference): If current-word returns
11104 nil, use "".
11105
11106 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
11107
11108 * simple.el (goto-line): Doc fix.
11109
11110 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
11111
11112 * files.el (save-buffer): Doc fix.
11113
11114 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
11115
11116 * recentf.el (recentf-cleanup-remote): New variable.
11117 (recentf-cleanup): Use it to conditionally check availability of
11118 remote files.
11119
11120 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
11121
11122 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
11123 function names.
11124
11125 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11126
11127 * language/thai-word.el: New file.
11128
11129 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11130
11131 * files.el (backup-buffer): If the file's directory is not
11132 writable, use copy instead of move to backup the file.
11133
11134 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11135
11136 * obsolete/keyswap.el: Moved to obsolete/ from term/.
11137
11138 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11139
11140 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
11141 Use functionp instead of symbolp and fboundp. Reported by Drkm
11142 <darkman_spam@yahoo.fr>.
11143 (ps-print-version): New version 6.6.6.
11144
11145 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
11146
11147 * textmodes/table.el (table--line-column-position): New idiom.
11148 (table--row-column-insertion-point-p): New function to test
11149 validity of row and column insertion operation at a location.
11150 (table-global-menu, table-cell-menu): Use above functions for
11151 deterministic test operation.
11152 (table--editable-cell-p): Behave in deterministic fashion.
11153
11154 2005-03-18 Juri Linkov <juri@jurta.org>
11155
11156 * isearch.el (isearch-lazy-highlight-new-loop):
11157 Make arguments beg and end optional.
11158 (isearch-update): Remove optional arguments nil from
11159 isearch-lazy-highlight-new-loop.
11160 (isearch-lazy-highlight-search): Let-bind case-fold-search to
11161 isearch-lazy-highlight-case-fold-search instead of
11162 isearch-case-fold-search, and let-bind isearch-regexp to
11163 isearch-lazy-highlight-regexp.
11164 Use isearch-lazy-highlight-last-string instead of isearch-string.
11165
11166 * replace.el (perform-replace): Remove bindings of global
11167 variables isearch-string, isearch-regexp, isearch-case-fold-search.
11168 Add three new arguments to `replace-highlight'.
11169 (replace-highlight): Add arguments string, regexp, case-fold.
11170 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
11171 to allow isearch-lazy-highlight-new-loop to use these values
11172 to set corresponding isearch-lazy-highlight-* internal
11173 variables whose values lazy highlighting will use regardless of
11174 changes to global variables isearch-string, isearch-regexp,
11175 isearch-case-fold-search during lazy highlighting loop.
11176 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
11177 to `lazy-highlight-cleanup'.
11178
11179 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
11180 (ispell-highlight-face): Set default face to `isearch' when
11181 lazy highlighting is enabled.
11182 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
11183 priority to 1. Add lazy highlighting.
11184 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
11185 from `isearch-dehighlight'.
11186
11187 2005-03-18 David Ponce <david@dponce.com>
11188
11189 * files.el (hack-local-variables): Do a case-insensitive search
11190 for End.
11191
11192 2005-03-18 Juri Linkov <juri@jurta.org>
11193
11194 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
11195 `isearch-lazy-highlight-cleanup', add alias to old name and
11196 declare obsolete. Add release numbers to other obsolete vars.
11197 (isearch-done, isearch-lazy-highlight-new-loop):
11198 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
11199 (lazy-highlight-cleanup) <variable>: Doc fix.
11200 (isearch-lazy-highlight-update): Rename obsolete
11201 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
11202
11203 2005-03-18 Kenichi Handa <handa@m17n.org>
11204
11205 * language/thai-util.el: Fix categorization of Thai characters in
11206 thai-category-table.
11207 (thai-composition-pattern): Adjust it for the above change.
11208 (thai-self-insert-command, thai-compose-syllable): New functions.
11209 (thai-compose-region): Use thai-compose-syllable.
11210 (thai-compose-string): Likewise.
11211 (thai-composition-function): Likewise.
11212 (thai-auto-composition): New function.
11213 (thai-auto-composition-mode): New minor mode.
11214
11215 * language/thai.el: Fix patterns to be registered in
11216 composition-function-table.
11217
11218 * international/quail.el (quail-input-method): Locally bind
11219 inhibit-modification-hooks to t.
11220
11221 2005-03-17 Richard M. Stallman <rms@gnu.org>
11222
11223 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
11224 (perl-mode): Use run-mode-hooks.
11225
11226 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
11227 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
11228 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
11229
11230 * mail/sendmail.el (sendmail-send-it): Reenable the code
11231 to compute resend-to-address and use it.
11232
11233 * tar-mode.el (tar-mode): Turn off undo unconditionally.
11234
11235 * image-mode.el: New file.
11236
11237 * image.el (insert-sliced-image): Add autoload cookie.
11238
11239 * font-lock.el (font-lock-lines-before): New user option.
11240 (font-lock-after-change-function): Obey it.
11241
11242 * bindings.el (esc-map): Make M-g a prefix.
11243 Bind M-g g and M-g M-g to goto-line.
11244
11245 * faces.el (face-id): Doc fix.
11246
11247 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11248
11249 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11250 (rmail-show-message): Use rmail-unknown-mail-followup-to.
11251 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11252
11253 * mail/sendmail.el (mail-yank-ignored-headers)
11254 (mail-font-lock-keywords, mail-mode-fill-paragraph):
11255 Add Mail-Followup-To and Mail-Reply-To headers.
11256 (mail-citation-hook): Add autoload cookie.
11257 (mail-mode): Doc fix.
11258 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11259 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11260 (mail-mode-fill-paragraph): Handle those headers.
11261 (mail-mailing-lists): New variable.
11262 (mail-mail-reply-to, mail-mail-followup-to): New functions.
11263
11264 2005-03-17 Juri Linkov <juri@jurta.org>
11265
11266 * isearch.el (isearch-fallback): Check for `(car previous)'
11267 before calling `isearch-other-end-state'.
11268
11269 2005-03-17 Kim F. Storm <storm@cua.dk>
11270
11271 * simple.el (move-beginning-of-line): Move to beginning of buffer
11272 line, as well as beginning of screen line.
11273
11274 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
11275
11276 * calendar/diary-lib.el (mark-diary-entries): Use new optional
11277 argument REDRAW rather than calendar-redrawing variable.
11278 * calendar/calendar.el (calendar-redrawing): Delete.
11279 (redraw-calendar): Do not bind calendar-redrawing.
11280
11281 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
11282
11283 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11284 diary-file buffer.
11285
11286 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11287
11288 * help.el (describe-mode): Allow a :minor-mode-function property to
11289 specify a different minor mode toggle function than the variable.
11290 * simple.el (auto-fill-function):
11291 * subr.el (add-minor-mode): Use it.
11292
11293 2005-03-16 Kenichi Handa <handa@m17n.org>
11294
11295 * language/ethio-util.el (sera-being-called-by-w3): New variable.
11296 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11297 (ethio-fidel-to-sera-buffer): Likewise.
11298
11299 2005-03-16 Juri Linkov <juri@jurta.org>
11300
11301 * emacs-lisp/find-func.el (find-function-regexp):
11302 Add defun-emitting macro `menu-bar-make-toggle'.
11303
11304 * isearch.el: Put `isearch-scroll' property to
11305 `split-window-horizontally'.
11306
11307 * info.el: Update error messages for `debug-ignored-errors'.
11308 (Info-isearch-search): Doc fix.
11309 (Info-find-node): Move up code to go into info buffer before
11310 recording the node to the history.
11311 (Info-fontify-node): Fontify titles only if the next line
11312 has two or more `*', `=', `-', `.'.
11313 Display "go to this node" for empty (match-string 3).
11314
11315 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11316
11317 * term/mac-win.el: Add mouse pointer shape constants.
11318
11319 2005-03-15 Kim F. Storm <storm@cua.dk>
11320
11321 * simple.el (move-beginning-of-line): Use vertical-motion.
11322
11323 2005-03-15 Juri Linkov <juri@jurta.org>
11324
11325 * isearch.el (isearch-error): New variable.
11326 (isearch-invalid-regexp, isearch-within-brackets): Remove.
11327 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
11328 (isearch-within-brackets-state): Remove.
11329 (isearch-case-fold-search-state, isearch-pop-fun-state):
11330 Decrease frame index.
11331 (isearch-mode, isearch-top-state, isearch-push-state)
11332 (isearch-edit-string, isearch-abort, isearch-search-and-update)
11333 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11334 (isearch-search, isearch-lazy-highlight-new-loop):
11335 Replace `isearch-invalid-regexp' with `isearch-error'.
11336 Remove `isearch-within-brackets'.
11337 (isearch-search): Add `search-failed' handler to `condition-case'.
11338 (isearch-lazy-highlight-search): Add `condition-case' to catch
11339 errors and allow `isearch-lazy-highlight-update' to try
11340 highlighting from the beginning of the window.
11341 (isearch-repeat): Move up code to set isearch-wrapped to t
11342 before calling isearch-wrap-function.
11343
11344 * info.el (Info-isearch-initial-node): New internal variable.
11345 (Info-search): Signal an error in isearch mode when search leaves
11346 the initial node. Signal an error when `bound' is non-nil and
11347 nothing was found in the current subfile.
11348 (Info-isearch-search): Remove `condition-case'.
11349 (Info-isearch-wrap): Don't wrap when search failed during leaving
11350 the initial node. If `Info-isearch-search' is nil, wrap around
11351 the current node.
11352 (Info-isearch-start): New fun.
11353 (Info-mode): Add buffer-local hook `Info-isearch-start' to
11354 `isearch-mode-hook'.
11355
11356 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11357
11358 * simple.el (normal-erase-is-backspace): Set default to t if
11359 running on Mac.
11360
11361 * term/mac-win.el (function-key-map): Sync with x-win.el.
11362
11363 2005-03-15 Kenichi Handa <handa@m17n.org>
11364
11365 * international/mule-cmds.el (locale-language-names): Modify the
11366 format of elements and add more entries.
11367 (locale-preferred-coding-systems): Add more entries.
11368 (set-locale-environment): Adjust for the change of
11369 locale-language-names.
11370
11371 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11372
11373 * pcvs.el (smerge-ediff): Remove bogus autoload.
11374
11375 2005-03-14 Lute Kamstra <lute@gnu.org>
11376
11377 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11378 Ignore a `*' at the beginning of a line.
11379
11380 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11381 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11382 subr.el.
11383 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11384 to specify indentation.
11385
11386 * generic.el (define-generic-mode): Let generic-mode-list be a
11387 list of strings; test membership with equal.
11388
11389 2005-03-14 Kim F. Storm <storm@cua.dk>
11390
11391 * simple.el (next-line, previous-line): Add optional try-vscroll
11392 arg to recognize interactive use. Pass it on to line-move.
11393 (line-move): Don't perform auto-window-vscroll when defining or
11394 executing keyboard macro to ensure consistent behavior.
11395
11396 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11397
11398 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11399
11400 2005-03-13 Lute Kamstra <lute@gnu.org>
11401
11402 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11403 debugger-setup-buffer so that backtrace marks the frames set to
11404 debug-on-exit and we don't have to do it manually. Set an extra
11405 debug-on-exit for macro's.
11406 (debugger-setup-buffer): Don't mark the top frame manually.
11407
11408 2005-03-12 Lute Kamstra <lute@gnu.org>
11409
11410 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11411 lisp-indent-function throughout.
11412 (with-no-warnings): Set lisp-indent-function property.
11413
11414 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11415
11416 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11417 Add entry for backslash.
11418
11419 2005-03-12 Juri Linkov <juri@jurta.org>
11420
11421 * info.el (Info-search): Four fixes for backward search.
11422
11423 2005-03-11 Jay Belanger <belanger@truman.edu>
11424
11425 * calc/calc.el (calc-language-alist): New variable.
11426 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11427 (calc-embedded-find-modes): Use calc-language-alist instead of
11428 calc-embedded-language-alist.
11429
11430 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11431
11432 * calendar/calendar.el (calendar-redrawing): New internal
11433 variable.
11434 (redraw-calendar): Remove bogus save-excursion from previous
11435 change. Bind calendar-redrawing to t for mark-diary-entries.
11436 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11437 calendar if that is why we were called.
11438
11439 2005-03-11 Kenichi Handa <handa@m17n.org>
11440
11441 * international/mule.el (make-coding-system): Set property
11442 coding-system-define-form to nil.
11443 (define-coding-system-alias): Likewise.
11444
11445 2005-03-11 Kenichi Handa <handa@m17n.org>
11446
11447 These changes are suggested by Dave Love <fx@gnu.org>.
11448
11449 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11450 coding: tag.
11451 (adaptive-fill-regexp): Add more bullets.
11452 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11453 regexps.
11454
11455 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11456
11457 * help.el (describe-mode): Properly handle non-trivial lighters.
11458 Don't ignore minor modes that are not listed in minor-mode-list.
11459
11460 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11461 feature ON when the user requests to turn it OFF.
11462
11463 2005-03-10 Lute Kamstra <lute@gnu.org>
11464
11465 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11466 (implement-debug-on-entry): New function to replace debug-entry-code.
11467 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11468 second argument as the 2005-03-07 change makes it obsolete.
11469 (debug-on-entry, cancel-debug-on-entry): Update call to
11470 debug-on-entry-1.
11471 (debug, debugger-setup-buffer): Comment update.
11472 (debugger-frame-number): Update to work with implement-debug-on-entry.
11473
11474 2005-03-10 Jay Belanger <belanger@truman.edu>
11475
11476 * calc/calc-embed.el (math-ms-args): Declare it.
11477 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11478 math-ms-args.
11479 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11480 variables.
11481
11482 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11483
11484 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11485 Use message-box.
11486
11487 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11488 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11489 (tooltip-gud-tips): Simplify.
11490 (tooltip-gud-tips-p): Remove superfluous :set.
11491 (tooltip-gud-modes): Add fortran-mode.
11492 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11493
11494 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11495
11496 2005-03-09 Kim F. Storm <storm@cua.dk>
11497
11498 * play/animate.el (animate-place-char): Use forward-line instead
11499 of next-line to improve performance.
11500
11501 2005-03-09 Simon Josefsson <jas@extundo.com>
11502
11503 * net/browse-url.el (browse-url-default-browser): Doc fix.
11504
11505 2005-03-09 Miles Bader <miles@gnu.org>
11506
11507 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11508 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11509
11510 2005-03-09 Kenichi Handa <handa@m17n.org>
11511
11512 * international/latin-1.el: Set case and syntax for 255 only if
11513 set-case-syntax-set-multibyte is nil.
11514
11515 * textmodes/ispell.el (ispell-insert-word): New function.
11516 (ispell-word): Use ispell-insert-word to insert a new word.
11517 (ispell-process-line): Likewise.
11518 (ispell-complete-word): Likewise.
11519
11520 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11521
11522 * calendar/calendar.el (redraw-calendar): Preserve point.
11523 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11524 (calendar-week-start-day): Move after definition of
11525 redraw-calendar. Delete buffer test, since redraw-calendar has
11526 that now.
11527
11528 * calendar/diary-lib.el (mark-diary-entries): Only call
11529 redraw-calendar in the first of any recursive calls.
11530 Reported by Alan Shutko <ats@acm.org>.
11531
11532 2005-03-08 Juri Linkov <juri@jurta.org>
11533
11534 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11535 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11536 (html-radio-buttons): Add a space before the trailing `/>' where
11537 sgml-xml-mode is non-nil.
11538 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11539 the subsequent tag of the empty XML tag.
11540 (html-href-anchor): Don't set initial input to "http:".
11541 (html-image): Ask for the image URL and set point inside alt="".
11542 (html-name-anchor): Duplicate the name in the `id' attribute when
11543 sgml-xml-mode is non-nil.
11544 (html-paragraph): Remove \n before <p>.
11545 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11546 instead of `checked' when sgml-xml-mode is non-nil.
11547
11548 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11549 Remove 1 space before #RRGGBB to not truncate it on terminal
11550 windows w/o fringes. Remove 1 space between bg and fg examples
11551 to get more space.
11552 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11553 avoid byte-compile warnings.
11554
11555 * image-file.el (image-file-handler): Put `safe-magic' property to
11556 `image-file-handler'.
11557
11558 * info.el (Info-isearch-search): Emulate word search in
11559 isearching through multiple Info nodes with Info-search.
11560 (Info-isearch-wrap): Allow isearch-word.
11561
11562 2005-03-08 Lute Kamstra <lute@gnu.org>
11563
11564 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11565 stepping into the debugger's code is not possible.
11566 (debugger-jumping-flag): Docstring update.
11567
11568 2005-03-08 Jay Belanger <belanger@truman.edu>
11569
11570 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11571 embedded mode begins.
11572 (calc-embedded-language-alist): New variable.
11573 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11574 set default language mode.
11575
11576 2005-03-08 Kenichi Handa <handa@m17n.org>
11577
11578 * international/ccl.el (define-ccl-program): Fix docstring about
11579 extra 256 bytes assured for the output buffer.
11580
11581 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11582 Fix BUFFER_MAGNIFICATION to 2.
11583 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11584
11585 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11586
11587 * align.el (align-rules-list): Added an alignment rule for CSS
11588 declarations (applies to css-mode and html-mode buffers).
11589
11590 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11591
11592 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11593
11594 2005-03-07 Kim F. Storm <storm@cua.dk>
11595
11596 * simple.el (move-beginning-of-line): New command.
11597
11598 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11599
11600 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11601
11602 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11603 and move-beginning-of-line.
11604
11605 * apropos.el (apropos-print): Omit command from M-x ... RET.
11606
11607 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11608
11609 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11610 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11611
11612 2005-03-06 Richard M. Stallman <rms@gnu.org>
11613
11614 * bindings.el (esc-map): Bind M-g to goto-line.
11615
11616 * facemenu.el (global-map): Bind M-o, not M-g.
11617
11618 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11619
11620 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11621 "Open Directory" as for "Open File".
11622
11623 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11624
11625 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11626 (push-mark-command): Run activate-mark-hook.
11627
11628 2005-03-06 Richard M. Stallman <rms@gnu.org>
11629
11630 * help-mode.el (help-mode-finish): Don't alter the element
11631 in view-return-to-alist if there already is one.
11632
11633 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11634 make sure the current buffer is the expected one.
11635
11636 * novice.el (disabled-command-function): Output in *Disabled Command*.
11637 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11638
11639 * textmodes/flyspell.el (flyspell-large-region):
11640 Pass args differently for aspell.
11641
11642 * files.el (mode-require-final-newline): Doc fix.
11643
11644 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11645
11646 * progmodes/which-func.el (which-function):
11647 Specify NOERROR when calling imenu--make-index-alist.
11648
11649 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11650
11651 * simple.el (normal-erase-is-backspace): Define default value.
11652
11653 * custom.el (custom-theme-set-variables): Remove unused var
11654 `immediate'.
11655 (custom-reevaluate-setting): Simple function to handle variables
11656 that are defined before their default value can really be
11657 computed.
11658
11659 * startup.el (command-line): Use it for temporary-file-directory,
11660 small-emporary-file-directory, auto-save-file-name-transforms,
11661 blink-cursor-mode, and normal-erase-is-backspace.
11662
11663 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11664 progress, even with buggy anchored keywords.
11665
11666 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11667
11668 * simple.el (goto-line): Remove unbalanced final parenthesis.
11669
11670 2005-03-05 Richard M. Stallman <rms@gnu.org>
11671
11672 * simple.el (goto-line): Use a number at point as the default.
11673 With C-u as arg, switch buffers.
11674
11675 2005-03-05 Juri Linkov <juri@jurta.org>
11676
11677 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11678 with `no-blinking-cursor'.
11679
11680 * startup.el (no-blinking-cursor): New defvar.
11681 (command-line): Add `--no-blinking-cursor' to longopts.
11682 Set `no-blinking-cursor' to t for command line arguments
11683 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11684 with `no-blinking-cursor' in the condition for calling
11685 `blink-cursor-mode'.
11686
11687 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11688
11689 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11690 (menu-bar-options-save): Add blink-cursor-mode.
11691 (menu-bar-options-menu): Add blink-cursor-mode.
11692
11693 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11694
11695 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11696 (icalendar-export-file, icalendar-export-region)
11697 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11698 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11699
11700 2005-03-04 Lute Kamstra <lute@gnu.org>
11701
11702 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11703 (debug-function-list): Ditto.
11704
11705 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11706
11707 * textmodes/texinfmt.el (texinfo-append-refill):
11708 Redefine the types of line to which @refill
11709 is not appended by replacing a search for `@refill\\|@bye' with
11710 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11711 itemize@refill' bug and the unfilled long lines bug.
11712 (texinfmt-version): Update number and date.
11713
11714 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11715
11716 * international/code-pages.el (windows-1250, windows-125[2-8])
11717 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11718
11719 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11720
11721 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11722 bound yet.
11723
11724 2005-03-02 Romain Francoise <romain@orebokech.com>
11725
11726 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11727 buffer after removing limits.
11728 (ibuffer-pop-filter): Ditto.
11729 Update copyright.
11730
11731 2005-03-02 Miles Bader <miles@gnu.org>
11732
11733 * button.el (make-text-button): If the user doesn't specify a
11734 type, use the default. Rewrite to use `add-text-properties' and
11735 plist functions.
11736
11737 2005-03-01 Lute Kamstra <lute@gnu.org>
11738
11739 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11740 (debugger-jumping-flag): New var.
11741 (debug-entry-code): Use it.
11742 (debugger-jump): Use debugger-jumping-flag and add
11743 debugger-reenable to post-command-hook.
11744 (debugger-reenable): Use debugger-jumping-flag and remove itself
11745 from post-command-hook.
11746 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11747 debugger-reenable.
11748
11749 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11750
11751 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11752 inclusion of "itemize\\|", which may be unnecessary, is certainly
11753 inelegant, and stops refilling in itemize lists when formatting
11754 Japanese Texinfo files to Info.
11755 Update copyright to 2005.
11756
11757 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11758
11759 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11760 of an error if GDB can't find the source file.
11761
11762 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11763
11764 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11765 not just the calendar.
11766
11767 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11768 first.
11769 (diary-redraw-calendar): New function.
11770 (make-diary-entry): Add diary-redraw-calendar to local
11771 write-contents-functions. Turn off selective display before
11772 inserting in diary.
11773
11774 2005-03-01 Kim F. Storm <storm@cua.dk>
11775
11776 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11777
11778 2005-03-01 Lute Kamstra <lute@gnu.org>
11779
11780 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11781 that debug-entry-code can be safely removed from a function while
11782 this code is being evaluated. Revert the 2005-02-27 change as the
11783 new implementation no longer requires it. Make sure that a
11784 function body containing just a string is not mistaken for a docstring.
11785 (debug): Skip one more frame in case of debug on entry.
11786 (debugger-setup-buffer): Delete one more frame line in case of
11787 debug on entry.
11788 (debugger-frame-number): Update to use the new text introduced by
11789 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11790
11791 2005-02-28 Kim F. Storm <storm@cua.dk>
11792
11793 * double.el (double-translate-key): Call force-window-update after
11794 read-event to avoid crash in redisplay.
11795
11796 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11797
11798 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11799 (debug): Use it. Move the inhibit-trace earlier.
11800 (debug-entry-code): New const.
11801 (debug-on-entry-1): Use it.
11802
11803 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11804
11805 * international/utf-16.el (ccl-encode-mule-utf-16le):
11806 Fix BUFFER_MAGNIFICATION to 2.
11807 (ccl-encode-mule-utf-16be): Likewise.
11808
11809 2005-02-28 Kenichi Handa <handa@m17n.org>
11810
11811 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11812 Fix BUFFER_MAGNIFICATION to 4.
11813 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11814
11815 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11816
11817 * speedbar.el (speedbar-update-flag): Doc fix.
11818 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11819 argument.
11820
11821 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11822
11823 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11824 have a non-nil `invisible' property but are actually visible.
11825
11826 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11827 for perldoc sections.
11828 (perl-outline-regexp, perl-outline-level): New var and function.
11829 (perl-mode): Use them.
11830
11831 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11832
11833 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11834 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11835
11836 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11837
11838 * cus-edit.el: Comment change.
11839 (custom-buffer-create-internal): Slightly reword text at top of
11840 Custom buffers. Mention there that saving an option edits the
11841 init file. Add link to Emacs manual node on `custom-file'.
11842 (custom-magic-alist): Rewrite individual State messages to use
11843 capitalized keywords. Doc fix.
11844
11845 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11846
11847 * calendar/calendar.el (calendar-buffer): Move above
11848 calendar-week-start-day.
11849 (calendar-week-start-day): Doc fix. Add :set function.
11850 (calendar-minimum-window-height): New variable.
11851 (generate-calendar-window): Only resize window if selected-window
11852 is displaying the calendar buffer. Use new variable
11853 calendar-minimum-window-height.
11854 (generate-calendar): Reword error message.
11855 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11856
11857 2005-02-27 Andreas Schwab <schwab@suse.de>
11858
11859 * vc.el (vc-do-command): Don't run command asynchronously when
11860 operating in a remote directory.
11861
11862 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11863 change from sync with Tramp 2.0.47.
11864
11865 2005-02-27 Richard M. Stallman <rms@gnu.org>
11866
11867 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11868
11869 * textmodes/flyspell.el (flyspell-mode-on):
11870 Call ispell-change-dictionary only if necessary.
11871
11872 * emacs-lisp/re-builder.el (regexp-builder): New function.
11873
11874 * register.el (describe-register-1): Explicitly handle
11875 yank-excluded-properties = t.
11876
11877 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11878 (custom-magic-alist): Change the status descriptions again.
11879 (face widget-type): Total rewrite based on `restricted-sexp'
11880 to eliminate the confusing double hiding levels.
11881
11882 * emacs-lisp/debug.el (debug-on-entry-1):
11883 If function body is empty, add nil as body form.
11884
11885 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11886
11887 * emacs-lisp/trace.el (inhibit-trace): New var.
11888 (trace-make-advice): Use it.
11889
11890 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11891
11892 2005-02-26 Kim F. Storm <storm@cua.dk>
11893
11894 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11895 (mouse-on-link-p, mouse-drag-region-1): Use it.
11896
11897 2005-02-25 Lute Kamstra <lute@gnu.org>
11898
11899 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11900
11901 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11902
11903 * frame.el (blink-cursor-mode): Add :group keyword.
11904
11905 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11906
11907 * calendar/icalendar.el (icalendar--decode-isodatetime):
11908 New optional argument DAY-SHIFT.
11909 (icalendar-export-region): Fix coding-system-for-write.
11910 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11911 events by one.
11912
11913 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11914
11915 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11916
11917 2005-02-24 Kim F. Storm <storm@cua.dk>
11918
11919 * international/iso-acc.el (iso-accents-compose): Fix crash
11920 during redisplay. Call force-window-update after read-event
11921 and delete-region to signal that window is not accurate.
11922
11923 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11924
11925 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11926 Remove unused and inexistent var `inhibit-trace'.
11927 (debugger-mode): Use run-mode-hooks.
11928 (debugger-list-functions): Add buttons; setup xref stack.
11929
11930 2005-02-23 Richard M. Stallman <rms@gnu.org>
11931
11932 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11933 appointment says it was explicitly made.
11934 (appt-add): Set the 3rd element.
11935 (appt-make-list): Preserve explicit appointments.
11936
11937 * subr.el (find-tag-default): Catch errors in forward-sexp.
11938
11939 2005-02-23 Juri Linkov <juri@jurta.org>
11940
11941 * info.el (Info-isearch-search): New defcustom.
11942 (Info-isearch-search): Call the default isearch function
11943 when Info-isearch-search is nil.
11944 (Info-isearch-wrap): Use variable Info-isearch-search.
11945
11946 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11947
11948 * cus-edit.el: Comment change.
11949
11950 2005-02-22 Kim F. Storm <storm@cua.dk>
11951
11952 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11953 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11954
11955 2005-02-22 Simon Josefsson <jas@extundo.com>
11956
11957 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11958 New variable.
11959 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11960 Oskarsson" <myrkraverk@users.sourceforget.net>.
11961
11962 2005-02-22 Kim F. Storm <storm@cua.dk>
11963
11964 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11965 check that window of that event is the selected window.
11966 (mouse-drag-region-1): Compare mouse event window to selected
11967 window before setting point.
11968
11969 * tooltip.el (tooltip-show-help-function): Pass event to
11970 mouse-on-link-p so it can check selected window.
11971
11972 2005-02-22 Kenichi Handa <handa@m17n.org>
11973
11974 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11975 (ps-mule-show-warning): New function.
11976 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11977 characters are found.
11978
11979 * ps-print.el (ps-header-footer-string): Return a list of header
11980 and footer strings.
11981
11982 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11983
11984 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11985
11986 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11987
11988 * frame.el (blink-cursor-mode): Use define-minor-mode.
11989
11990 * term/mac-win.el (function-key-map): Use char-names more consistently.
11991 (file-name-coding-system): Only set it for MacOS-9. The other case is
11992 already handled in mule-cmds.el (where it also works when mac-win.el
11993 is not used).
11994
11995 2005-02-21 Kenichi Handa <handa@m17n.org>
11996
11997 * international/mule.el (ctext-pre-write-conversion): Always use
11998 " *code-converting-work*" buffer for work.
11999
12000 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
12001
12002 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
12003
12004 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
12005
12006 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
12007
12008 * ses.el (undo-more): Restore defadvice, but only the part that
12009 allows changes outside the restricted area of the buffer.
12010
12011 2005-02-20 Kim F. Storm <storm@cua.dk>
12012
12013 * simple.el (line-move): Add fourth optional arg try-vscroll which
12014 must be set to perform auto-window-vscroll.
12015 When moving backwards and doing auto-window-vscroll, automatically
12016 vscroll to the last part of lines which are taller than the window.
12017 (next-line, previous-line): Set try-vscroll arg on line-move.
12018
12019 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
12020
12021 * replace.el (query-replace, query-replace-regexp)
12022 (replace-string, replace-regexp): When operating on region, make
12023 the minibuffer prompt say so.
12024
12025 * isearch.el (isearch-forward): Document isearch-query-replace and
12026 isearch-query-replace-regexp keybindings.
12027
12028 2005-02-19 Jay Belanger <belanger@truman.edu>
12029
12030 * calc/calc-aent.el (math-read-token): Add local variable.
12031
12032 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
12033 (calc-edit-top): Move declaration to earlier in file.
12034 (calc-edit-macro-repeats): Add local variables.
12035
12036 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
12037 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
12038 calcFunc-tanh.
12039 Adjust integration rule for calcFunc-tan.
12040
12041 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12042
12043 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
12044 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
12045 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
12046 (viper-skip-separators): Bug fix.
12047 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
12048 particular major mode.
12049 (viper-del-backward-char-in-replace): Don't put deleted char on the
12050 kill ring.
12051
12052 * viper-ex.el (viper-color-display-p): New function.
12053 (viper-has-face-support-p): Use viper-color-display-p.
12054
12055 * viper-keym.el (viper-gnus-modifier-map): New keymap.
12056
12057 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
12058
12059 * viper-util.el (viper-glob-unix-files): Fix shell status check.
12060 (viper-file-remote-p): Make equivalent to file-remote-p.
12061
12062 * viper.el (viper-major-mode-modifier-list):
12063 Use viper-gnus-modifier-map.
12064
12065 2005-02-19 David Kastrup <dak@gnu.org>
12066
12067 * subr.el (subregexp-context-p): Fix garbled doc string by adding
12068 quoting.
12069
12070 2005-02-19 Jay Belanger <belanger@truman.edu>
12071
12072 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
12073 Remove extra definitions.
12074 (calc-coth): New function.
12075 (calcFunc-cot): Fix `let'.
12076
12077 2005-02-19 Eli Zaretskii <eliz@gnu.org>
12078
12079 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
12080 the reasons we use "type pc" in these faces.
12081
12082 * button.el (button): Ditto.
12083
12084 2005-02-19 Michael Mauger <mmaug@yahoo.com>
12085
12086 * replace.el (query-replace-read-from): Set the value of
12087 query-replace-from-history-variable to handle the case of an empty
12088 string entered to accept the suggested default.
12089
12090 * net/tramp.el (tramp-file-name-for-operation):
12091 Use dired-call-process instead of dired-call-process-command.
12092
12093 2005-02-19 Jay Belanger <belanger@truman.edu>
12094
12095 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
12096 (math-div-non-trig): New variables.
12097 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
12098 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
12099 (math-combine-prod, math-div-symb-fancy): Add simplifications for
12100 trig expressions.
12101
12102 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
12103
12104 * progmodes/gdb-ui.el (gdb-var-update-handler)
12105 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
12106 for watch expressions,
12107 (gdb-var-create-handler): Don't set speedbar-update-flag.
12108 (gdb-post-prompt): Simplify test for speedbar.
12109
12110 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12111
12112 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
12113 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
12114 we use the syntax table of the correct buffer.
12115 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
12116 Felix Gatzemeier.
12117
12118 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
12119 (ediff-file-remote-p): Make synonymous with file-remote-p.
12120 In all deffaces ediff-*-face-*, use min-colors.
12121
12122 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
12123 ediff-recurse-to-subdirectories.
12124 (ediff-mark-if-equal): Check that the arguments are strings, use
12125 ediff-same-contents (after to Felix Gatzemeier).
12126
12127 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
12128 nil.
12129
12130 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12131
12132 * log-view.el (log-view-message-re): Fix up Subversion regexp.
12133
12134 2005-02-18 David Kastrup <dak@gnu.org>
12135
12136 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
12137 use `mark-active' when defined.
12138
12139 2005-02-18 Kenichi Handa <handa@m17n.org>
12140
12141 * ps-print.el (ps-font-info-database): New entry
12142 ZapfChancery-MediumItalic with correct font name. Fix font name
12143 of the entry Zapf-Chancery-MediumItalic.
12144
12145 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
12146
12147 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
12148
12149 2005-02-16 Kim F. Storm <storm@cua.dk>
12150
12151 * ido.el (ido-fallback-command): Pass user input to fallback command.
12152
12153 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
12154
12155 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
12156 (gdb-find-file-hook): Add server prefix.
12157
12158 2005-02-16 Richard M. Stallman <rms@gnu.org>
12159
12160 * replace.el (perform-replace): Pass new args to replace-highlight.
12161 (replace-highlight): Take region args,
12162 and pass them to isearch-lazy-highlight-new-loop.
12163
12164 * novice.el (disabled-command-hook): Autoload the defalias
12165 and the make-obsolete-variable call.
12166
12167 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
12168
12169 * isearch.el (isearch-lazy-highlight-start-limit)
12170 (isearch-lazy-highlight-end-limit): New variables limit
12171 the region for highlighting.
12172 (isearch-lazy-highlight-new-loop): New args BEG and END.
12173 (isearch-lazy-highlight-search): Use the new vars.
12174 (isearch-lazy-highlight-update): Likewise.
12175
12176 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
12177
12178 * cus-start.el (all): Use default-boundp.
12179
12180 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
12181
12182 * menu-bar.el (menu-bar-select-frame): Handle current frame.
12183
12184 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
12185
12186 * autorevert.el (auto-revert-stop-on-user-input)
12187 (auto-revert-verbose): Doc fixes.
12188
12189 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
12190
12191 * international/mule-cmds.el (set-locale-environment): Remove call
12192 to set-selection-coding-system on Windows.
12193
12194 2005-02-15 Jay Belanger <belanger@truman.edu>
12195
12196 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
12197 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
12198 calcFunc-coth.
12199 (math-simplify-sqrt): Add simplifications.
12200
12201 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
12202 to list.
12203
12204 * calc/calc-ext.el: Add functions to autoloads.
12205
12206 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
12207 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
12208 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
12209 (math-csc-raw, math-cot-raw): New functions.
12210
12211 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
12212
12213 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
12214 the variable name in a message.
12215
12216 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
12217 calcFunc-csc, calcFunc-cot.
12218
12219 * calc/calcalg2.el: Add derivative and integration rules for
12220 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
12221 calcFunc-csch, calcFunc-coth.
12222 (math-do-integral-methods): Add to checks for when to use
12223 substitutions.
12224
12225 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
12226
12227 2005-02-15 Lute Kamstra <lute@gnu.org>
12228
12229 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12230 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
12231 <monnier@iro.umontreal.ca>
12232 (lisp-outline-level): Improve efficiency. Suggested by David
12233 Kastrup <dak@gnu.org>.
12234
12235 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
12236
12237 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
12238 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
12239 (gdb-set-gud-minor-mode-existing-buffers): New functions.
12240 (gdb-find-file-hook): New hook. Add it to find-file-hook.
12241 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
12242
12243 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
12244
12245 * cus-start.el (all): Comment change.
12246
12247 2005-02-14 Lute Kamstra <lute@gnu.org>
12248
12249 * cus-start.el (all): Check if symbol is void.
12250
12251 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
12252
12253 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12254 optional argument to \cite.
12255
12256 2005-02-14 Richard M. Stallman <rms@gnu.org>
12257
12258 * cus-edit.el (custom-buffer-create-internal): Update help message.
12259 (custom-magic-alist): Update help messages.
12260
12261 * cus-start.el (all): Allow a var to specify a standard value.
12262
12263 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
12264
12265 * custom.el (custom-theme-set-variables): Handle variable aliases.
12266
12267 * frame.el (blink-cursor-timer): Doc fix.
12268 (blink-cursor): Make it an alias for `blink-cursor-mode' and
12269 declare obsolete.
12270 (blink-cursor-mode): Define with defcustom and use correct
12271 standard expression in that defcustom.
12272 * startup.el (command-line): Adapt to above changes in frame.el.
12273
12274 2005-02-11 Lute Kamstra <lute@gnu.org>
12275
12276 * apropos.el (apropos-score-doc): Prevent division by zero.
12277
12278 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
12279
12280 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12281 (icalendar--get-event-property-attributes)
12282 (icalendar--get-event-properties)
12283 (icalendar--datetime-to-diary-date): New functions.
12284 (icalendar--split-value): Doc fix.
12285 (icalendar--datetime-to-noneuropean-date)
12286 (icalendar--datetime-to-european-date): New optional argument
12287 SEPARATOR. Return result as a string instead of a list.
12288 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12289 (icalendar--convert-string-for-export): Rename arg S to STRING.
12290 (icalendar-export-region): Doc fix. Change name of error buffer.
12291 Save output buffer.
12292 (icalendar-import-file): Add blank at end of prompt.
12293 (icalendar-import-buffer): Doc fix. Do not switch to error
12294 buffer. Indicate status in return value.
12295 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
12296 buffer. Save output buffer. Handle exception from recurrence
12297 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
12298 events. Fix problems with weekly all-day events.
12299
12300 2005-02-10 Richard M. Stallman <rms@gnu.org>
12301
12302 * simple.el (eval-expression-print-format):
12303 Avoid warning about edebug-active.
12304
12305 * help.el (help-for-help-internal): Rename from help-for-help.
12306 (help-for-help): Define with defalias.
12307
12308 * font-core.el (font-lock-default-function): Use with-no-warnings.
12309
12310 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12311
12312 * custom.el (defface): Doc fix.
12313
12314 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
12315
12316 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12317 width 0" to prevent word wrapping problems.
12318
12319 2005-02-09 Kim F. Storm <storm@cua.dk>
12320
12321 * ido.el (ido-file-extensions-order): New defcustom.
12322 (ido-file-extension-lessp, ido-file-extension-aux)
12323 (ido-file-extension-order): New advanced file ordering.
12324 (ido-file-lessp): New simple file ordering.
12325 (ido-sort-list): Remove.
12326 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12327 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12328
12329 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
12330
12331 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12332 that some versions of grep produce.
12333 (grep-mode-font-lock-keywords): Likewise.
12334
12335 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
12336
12337 * progmodes/gdb-ui.el (gdb-location-list): New variable.
12338 (gdb-cdir): Delete.
12339 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12340 (gdb-source-info): Treat case when source file is in another
12341 directory properly.
12342 (gdb-get-location): New function.
12343
12344 2005-02-07 Jay Belanger <belanger@truman.edu>
12345
12346 * calc/calc-prog.el (calc-write-parse-table-part)
12347 (calc-fix-token-name): Fix a check for language type.
12348
12349 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
12350
12351 2005-02-07 Andre Spiegel <spiegel@gnu.org>
12352
12353 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12354 as directory not writable.
12355
12356 2005-02-07 Kim F. Storm <storm@cua.dk>
12357
12358 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12359 (cua--standard-movement-commands): Remove list.
12360 Instead, set CUA property value to move for movement commands.
12361 (cua-movement-commands): Remove. Users must set CUA prop instead.
12362 (cua--pre-command-handler): Check CUA property.
12363 (cua--init-keymaps): Don't remap undo commands.
12364 (cua-mode): Don't call cua--rectangle-on-off.
12365
12366 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12367 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12368 (cua--rect-undo-set-point): New var.
12369 (cua--rectangle-undo-boundary): Setup undo apply entry.
12370 (cua--rect-undo-handler): New function for rectangle undo.
12371 (cua--rect-start-position, cua--rect-end-position): Add.
12372 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12373 for restored rectangle. Set point if cua--rect-undo-set-point.
12374
12375 2005-02-06 Jay Belanger <belanger@truman.edu>
12376
12377 * calc/calc-lang.el (calc-tex-language): Display more information
12378 in messages.
12379
12380 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12381 in TeX mode.
12382
12383 2005-02-06 Richard M. Stallman <rms@gnu.org>
12384
12385 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12386
12387 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12388
12389 * net/ldap.el (ldap-search-internal): Support attributes with
12390 optional descriptions separated by a semi-colon, as in
12391 "userCertificate;binary".
12392
12393 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12394
12395 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12396 isn't a cons (i.e. the version is 0).
12397
12398 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12399
12400 * help.el (help-for-help): Doc fix.
12401
12402 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12403
12404 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12405 GDB-Windows on the menu-bar as this works better.
12406
12407 2005-02-04 Jay Belanger <belanger@truman.edu>
12408
12409 * calc/calc-embed.el (calc-embedded-update): Don't put in
12410 unnecessary newlines. Adjust the end of formula marker.
12411
12412 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12413 (math-latex-parse-two-args): New function.
12414
12415 2005-02-03 Lute Kamstra <lute@gnu.org>
12416
12417 * help-fns.el (help-with-tutorial): Make sure that users cannot
12418 remove the entire text of the tutorial by means of `undo'.
12419
12420 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12421
12422 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12423 in recent changes, where the ispell process was repeatedly
12424 killed & restarted.
12425
12426 * international/mule-cmds.el (set-locale-environment): Set file-name
12427 coding system to utf-8 on Darwin systems.
12428 (set-default-coding-systems): Don't set default-file-name-coding-system
12429 on Darwin systems.
12430
12431 2005-02-03 Richard M. Stallman <rms@gnu.org>
12432
12433 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12434
12435 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12436
12437 * faces.el (list-faces-display): Add optional argument.
12438
12439 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12440
12441 * font-core.el (font-lock-default-function): Handle the rare case where
12442 only font-lock-keywords is set.
12443
12444 2005-02-02 Kenichi Handa <handa@m17n.org>
12445
12446 * international/characters.el: Cancel previous change for
12447 I-WITH-DOT-ABOVE and DOTLESS-i.
12448
12449 * international/latin-5.el: Cancel previous change.
12450
12451 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12452
12453 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12454
12455 2005-02-02 Kenichi Handa <handa@m17n.org>
12456
12457 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12458 DOTLESS-i.
12459
12460 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12461 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12462
12463 * case-table.el (get-upcase-table): New function.
12464 (copy-case-table): Copy upcaes table too if non-nil.
12465 (set-case-syntax-delims): Maintain upcase table too.
12466 (set-case-syntax-pair): Likewise.
12467 (set-upcase-syntax, set-downcase-syntax): New functions.
12468 (set-case-syntax): Maintain upcase table too.
12469
12470 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12471
12472 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12473
12474 * progmodes/gud.el (gud-goto-info): New function.
12475 (gud-tool-bar-map): Use correct icon.
12476
12477 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12478
12479 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12480 When delegating, order args in the funcall correctly.
12481
12482 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12483
12484 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12485
12486 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12487
12488 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12489 buffer not visiting a file.
12490
12491 2005-01-31 Jay Belanger <belanger@truman.edu>
12492
12493 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12494 bound on the line with the formula.
12495
12496 2005-01-31 Kim F. Storm <storm@cua.dk>
12497
12498 * ses.el (ses-create-cell-variable-range)
12499 (ses-destroy-cell-variable-range, ses-reset-header-string)
12500 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12501 (ses-insert-row): Fix format of apply undo entries.
12502
12503 2005-01-31 Jay Belanger <belanger@truman.edu>
12504
12505 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12506 parts.
12507
12508 * calc/calc-embed.el (calc-embedded-open-formula)
12509 (calc-embedded-close-formula): Ignore matrix environments.
12510
12511 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12512 TeX mode.
12513
12514 * calc/calc-lang.el (math-function-table, math-oper-table)
12515 (math-variable-table): Adjust the LaTeX portions.
12516
12517 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12518 (math-latex-ignore-words): New constant.
12519
12520 2005-01-31 Richard M. Stallman <rms@gnu.org>
12521
12522 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12523 (ispell-local-dictionary): Doc fix.
12524 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12525 Don't reinitialize at run time. Don't defcustom.
12526 All uses changed to append ispell-local-dictionary-alist,
12527 or check it first.
12528 (ispell-current-dictionary): New variable for dictionary in use.
12529 (ispell-dictionary): Now used only for global default.
12530 (ispell-start-process): Set ispell-current-dictionary,
12531 not ispell-dictionary.
12532 (ispell-change-dictionary): Use this only for setting
12533 user preferences.
12534 (ispell-internal-change-dictionary): New function
12535 to change the current dictionary in use.
12536 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12537 Use ispell-current-dictionary.
12538 Handle ispell-local-dictionary-overridden.
12539 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12540
12541 2005-01-31 Jay Belanger <belanger@truman.edu>
12542
12543 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12544
12545 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12546 (calc-mode-map): Add calc-latex-language.
12547
12548 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12549 (math-latex-print-frac): New functions.
12550 (math-oper-table, math-function-table, math-variable-table)
12551 (math-complex-format, math-input-filter): Add latex properties.
12552 (calc-set-language): Set math-expr-special-function-mapping.
12553
12554 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12555 (calc-write-parse-table-part): Add LaTeX support.
12556
12557 * calc/calc.el (calc-language): Adjust docstring.
12558 (calc-set-mode-line): Add LaTeX support.
12559 (math-expr-special-function-mapping): New variable.
12560 (math-tex-ignore-words): Add to list.
12561
12562 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12563 Add LaTeX support.
12564 (math-compose-expr): Add support for special functions.
12565
12566 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12567
12568 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12569
12570 * progmodes/gdb-ui.el (gdb-memory-address)
12571 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12572 (gdb-memory-mode-map, gdb-memory-format-keymap)
12573 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12574 (gdb-memory-unit-menu): New variables for a buffer
12575 that lets the user examine program memory.
12576 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12577 (gdb-memory-format-binary, gdb-memory-format-octal)
12578 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12579 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12580 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12581 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12582 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12583 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12584 (gdb-memory-mode, gdb-memory-buffer-name)
12585 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12586 New functions for above buffer.
12587
12588 2005-01-30 Richard M. Stallman <rms@gnu.org>
12589
12590 * cus-edit.el (custom-bury-buffer): Function deleted.
12591 (custom-buffer-done-function): Option deleted.
12592 (custom-buffer-done-kill): New (replacement option.
12593 (Custom-buffer-done): Call quit-window.
12594 (custom-buffer-create-internal): Update for above changes.
12595
12596 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12597
12598 * simple.el (undo-ask-before-discard): New var.
12599 (undo-outer-limit-truncate): Implement it.
12600 (undo-extra-outer-limit): Doc update.
12601
12602 2005-01-29 Richard M. Stallman <rms@gnu.org>
12603
12604 * ses.el (undo-more): Delete defadvice.
12605 (ses-begin-change): Doc fix.
12606
12607 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12608 instead of rebinding C-x u and C-_.
12609
12610 * files.el (normal-backup-enable-predicate): Return nil for files
12611 in /tmp, regardless of temporary-file-directory.
12612
12613 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12614
12615 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12616 (open-rectangle, delete-whitespace-rectangle-line)
12617 (clear-rectangle-line): If FILL, pass t instead of FILL
12618 for move-to-column's 2nd arg.
12619
12620 * simple.el (undo): Fix the test for continuing a series of undos.
12621 (undo-more): Set pending-undo-list to t when we reach end.
12622 (pending-undo-list): Move up defvar.
12623
12624 * wid-edit.el (widget-button-click):
12625 Shorten the range of the track-mouse binding.
12626
12627 * comint.el (comint-insert-input): Undo previous changes;
12628 use last-input-event in interactive spec.
12629
12630 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12631
12632 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12633 to nil before invoking call-process. Reset buffer's modified flag
12634 after fontifying it in the no-async branch.
12635
12636 * wid-edit.el (widget-specify-button): If mouse pointer shape
12637 cannot be changed, use mouse face instead.
12638
12639 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12640
12641 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12642 (gdb-goto-breakpoint): Make breakpoint handling work on template
12643 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12644 (gdb-assembler-custom): Update to recognize breakpoint information
12645 added on 2005-01-19.
12646
12647 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12648
12649 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12650 (dsssl-mode): Use define-derived-mode.
12651 (scheme-mode-initialize): Remove.
12652 (scheme-mode): Use run-mode-hooks.
12653
12654 * cus-edit.el (customize-group-other-window)
12655 (custom-buffer-create-other-window): Don't override special-display-*.
12656 (custom-mode-map): Make it dense.
12657
12658 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12659 sets the default value.
12660
12661 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12662
12663 * descr-text.el: Add more keywords.
12664
12665 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12666
12667 * speedbar.el: Avoid unnecessary use of locate-library.
12668
12669 * international/mule-cmds.el (standard-display-european-internal):
12670 Don't fiddle with latin-1 non-break space any more since it's now
12671 special cased in the C code.
12672 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12673
12674 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12675
12676 * cus-start.el (all): Add `undo-outer-limit'.
12677
12678 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12679
12680 * textmodes/bibtex.el (bibtex-format-entry):
12681 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12682 field lines.
12683 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12684 not on part of a buffer.
12685
12686 2005-01-25 Lute Kamstra <lute@gnu.org>
12687
12688 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12689 nonempty field text strings like "{letters\\macro{}more letters}".
12690 Clarify docstring.
12691 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12692 (bibtex-entry-offset, bibtex-parse-association)
12693 (bibtex-parse-field-name): Fix typos in docstrings.
12694 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12695
12696 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12697
12698 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12699 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12700 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12701 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12702
12703 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12704 isearch minor mode.
12705
12706 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12707
12708 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12709
12710 2005-01-24 Lute Kamstra <lute@gnu.org>
12711
12712 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12713 CASECHARS and NOT-CASECHARS regular expressions of the
12714 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12715 striding over charsets" error.
12716
12717 2005-01-24 Jay Belanger <belanger@truman.edu>
12718
12719 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12720 display variable name.
12721
12722 2005-01-24 Kenichi Handa <handa@m17n.org>
12723
12724 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12725 Fix setting of the element of encoded-kbd-iso2022-invocations.
12726
12727 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12728
12729 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12730 (gdb-threads-select): Change to also accept mouse events.
12731 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12732 (gdb-threads-mouse-select): Delete.
12733
12734 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12735
12736 * files.el (insert-directory): Take care of empty directory,
12737 listed without -a switch.
12738
12739 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12740
12741 * textmodes/refill.el (refill-post-command-function):
12742 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12743 to the list of functions that we should be careful not to undo.
12744 (refill-late-fill-paragraph-function): Remove.
12745 (refill-saved-state): New var.
12746 (refill-mode): Use it to save fill-paragraph-function.
12747 Save also the value of auto-fill-function.
12748
12749 * term/w32-win.el: Simplify code.
12750
12751 2005-01-23 Kim F. Storm <storm@cua.dk>
12752
12753 * simple.el (line-move): Adapt to new return value from
12754 pos-visible-in-window-p.
12755
12756 * simple.el (line-move): Fix last change. Check partial
12757 visibility at point rather than at window-start.
12758
12759 2005-01-22 Jason Rumney <jasonr@gnu.org>
12760
12761 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12762
12763 2005-01-22 David Kastrup <dak@gnu.org>
12764
12765 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12766
12767 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12768
12769 * type-break.el (type-break-mode): Add a test for
12770 type-break-file-name being non-nil.
12771
12772 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12773
12774 * net/eudc.el (top level): Call (message "") via progn, so that
12775 eudc-options-file is loaded.
12776
12777 2005-01-22 Kim F. Storm <storm@cua.dk>
12778
12779 * simple.el (line-move-1): Rename from line-move.
12780 (line-move): New function that adjusts vscroll for partially
12781 visible rows, and calls line-move-1 otherwise.
12782
12783 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12784
12785 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12786 since it's not a complete read-event implementation
12787
12788 2005-01-20 Jay Belanger <belanger@truman.edu>
12789
12790 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12791 for called function.
12792
12793 2005-01-20 Steven Tamm <steventamm@mac.com>
12794
12795 * term/mac-win.el (process-connection-type): Remove.
12796 Controlled now by s/darwin.h:PTY_ITERATION.
12797
12798 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12799
12800 * window.el (handle-select-window): Don't switch window when we're
12801 in the minibuffer.
12802
12803 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12804
12805 * subr.el (dotimes-with-progress-reporter): New macro.
12806
12807 * ses.el (ses-dotimes-msg): Remove macro.
12808 Use `dotimes-with-progress-reporter' instead.
12809
12810 2005-01-19 Steven Tamm <steventamm@mac.com>
12811
12812 * term/mac-win.el (process-connection-type): Use new
12813 operating-system-release variable to use ptys on Darwin 7 (OS X
12814 10.3) when using carbon build.
12815
12816 2005-01-19 Jay Belanger <belanger@truman.edu>
12817
12818 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12819 flags if the last command was a tab or M-tab.
12820
12821 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12822 in formula editing buffer.
12823
12824 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12825
12826 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12827 breakpoint image symbol in margin.
12828
12829 2005-01-19 Jay Belanger <belanger@truman.edu>
12830
12831 * calc/calc-prog.el (calc-execute-kbd-macro):
12832 Ignore calc-keep-arg-flag.
12833
12834 2005-01-19 Kenichi Handa <handa@m17n.org>
12835
12836 * textmodes/ispell.el (ispell-looking-at): New function.
12837 (ispell-process-line): Use ispell-looking-at to compare the ispell
12838 output and the buffer contents.
12839
12840 2005-01-18 Jay Belanger <belanger@truman.edu>
12841
12842 * calc/calc.el (calc-display-raw): Fix docstring.
12843
12844 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12845
12846 * simple.el (blink-matching-open): Strip extra info from syntax.
12847
12848 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12849 funny chars in the end-of-here-doc marker.
12850
12851 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12852
12853 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12854 that enable/disabled state of breakpoints is shown correctly in
12855 fringe and on ttys.
12856 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12857 Add breakpoint information as text properties.
12858 (gdb-mouse-toggle-breakpoint):
12859 Rename to gdb-mouse-set-clear-breakpoint.
12860 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12861 breakpoints in the margin.
12862 (gdb-remove-strings): Simplify.
12863
12864 2005-01-17 Jay Belanger <belanger@truman.edu>
12865
12866 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12867 erasing buffer.
12868
12869 2005-01-17 Richard M. Stallman <rms@gnu.org>
12870
12871 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12872 for calling grep-compute-defaults.
12873
12874 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12875 if buffer is empty.
12876
12877 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12878
12879 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12880
12881 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12882
12883 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12884 non-preloaded variables.
12885
12886 2005-01-17 Steven Tamm <steventamm@mac.com>
12887
12888 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12889 tex-shell cause to force interactivity when using pipes.
12890
12891 2005-01-17 Kim F. Storm <storm@cua.dk>
12892
12893 * simple.el (just-one-space): Make arg optional.
12894
12895 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12896
12897 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12898 posn-at-x-y to t to access left-margin.
12899
12900 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12901
12902 Sync with Tramp 2.0.47.
12903
12904 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12905 catching keep-date problems in cp/scp operations.
12906 (tramp-handle-copy-file): Don't call `set-file-modes'
12907 unconditionally. Specialized functions should know better what is
12908 necessary. This improves performance a little bit, and the
12909 functions could catch errors with `cp -p' and `scp -p'.
12910 (tramp-do-copy-or-rename-file-via-buffer)
12911 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12912 when appropriate.
12913 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12914 Call `set-file-modes' when appropriate.
12915 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12916 Johnsson <isak@hypergene.com>
12917 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12918 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12919 <joakim@verona.se>
12920 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12921 Emacs only.
12922
12923 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12924 `find-file-hooks' and `dired-mode-hook'.
12925 (tramp-minor-mode-map): Respective map. Add remapping for
12926 `compile' and `recompile'.
12927 (tramp-remap-command, tramp-recompile): New defuns.
12928 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12929 in buffer "*Compilation*". Call the commands asynchronously.
12930
12931 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12932 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12933 `shell-command', because it isn't magic in XEmacs. Reported by
12934 Adrian Aichner <adrian@xemacs.org>.
12935
12936 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12937 `substitute-in-file-name.
12938 (tramp-smb-handle-substitute-in-file-name): New defun.
12939 (tramp-smb-advice-PC-do-completion): Delete advice.
12940
12941 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12942
12943 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12944 Fix error in deleting region.
12945
12946 2005-01-15 Richard M. Stallman <rms@gnu.org>
12947
12948 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12949 In non-temp buffer, switch syntax table temporarily.
12950
12951 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12952
12953 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12954
12955 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12956
12957 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12958 (imenu--generic-function): Use START, not BEG, as pos of definition.
12959
12960 * simple.el (just-one-space): Argument specifies number of spaces.
12961
12962 * simple.el (eval-expression-print-format): Avoid warning
12963 about edebug-active.
12964
12965 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12966
12967 * progmodes/sh-script.el: Code copied from make-mode.el
12968 with small changes,
12969 (sh-mode-map): Bind C-c C-\.
12970 (sh-backslash-column, sh-backslash-align): New variables.
12971 (sh-backslash-region, sh-append-backslash): New functions.
12972
12973 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12974
12975 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12976 (rmail-pop-password, rmail-pop-password-required): Move to
12977 rmail-obsolete group.
12978 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12979 All callers updated.
12980 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12981 Take an argument specifying whether it is POP or IMAP mailbox we
12982 are using. All callers updated.
12983 (rmail-pop-password-error): Rename to
12984 rmail-remote-password-error. Added mailutils-specific error message.
12985 (rmail-movemail-search-path)
12986 (rmail-movemail-variant-in-use): New variables.
12987 (rmail-remote-password, rmail-remote-password-required):
12988 New customization variables.
12989 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12990 (rmail-parse-url): New function.
12991 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12992 with GNU mailutils movemail.
12993
12994 2005-01-15 Kevin Ryde <user42@zip.com.au>
12995
12996 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12997 suffix to space, $ or '$, to correctly position point when going
12998 to @table style constants like DBL_MAX.
12999
13000 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
13001
13002 * type-break.el (type-break-mode, type-break-file-time)
13003 (type-break-file-keystroke-count, type-break-choose-file):
13004 Don't store data in or load data from the file if type-break-file-name
13005 is nil.
13006 (type-break-file-name): Doc update as per the above.
13007
13008 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
13009
13010 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
13011 lookup-key might return nil; handle that.
13012
13013 2005-01-15 Alan Mackenzie <acm@muc.de>
13014
13015 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
13016 rather than the element found, thus enabling the tree to be setcar'd.
13017
13018 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
13019
13020 * textmodes/org.el (org-show-following-heading): New option.
13021 (org-show-hierarchy-above): Use `org-show-following-heading'.
13022 (org-cycle): Documentation fix.
13023
13024 * textmodes/org.el (orgtbl-optimized): New option
13025 (orgtbl-mode): New command, a minor mode.
13026 (orgtbl-mode-map): New variable.
13027 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
13028 (orgtbl-error, orgtbl-self-insert-command)
13029 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
13030
13031 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
13032 a local variable in each org-mode buffer.
13033
13034 * textmodes/org.el (org-set-regexps-and-options): Rename from
13035 `org-set-regexps'. Added checking for STARTUP keyword.
13036 (org-get-current-options): Add STARTUP options.
13037 (org-table-insert-row): Make mode intelligent about when
13038 realignment is needed.
13039 (org-self-insert-command, org-delete-backward-char, org-delete-char):
13040 New commands.
13041 (org-enable-table-editor): New default value `optimized'.
13042 (org-table-blank-field): Support blanking regions if active.
13043
13044 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
13045
13046 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
13047 if the year is not given.
13048
13049 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
13050 Add new escapes %m and %M, fixed bug with %F by adding
13051 save-match-data.
13052 (reftex-reference): Remove ?. from list of spaces.
13053 (reftex-label-info): Add automatic label prefix recognition.
13054
13055 * textmodes/reftex-index.el (reftex-index-next-phrase):
13056 Add slave parameter to call of `reftex-index-this-phrase'.
13057 (reftex-index-this-phrase): New optional argument.
13058 (reftex-index-region-phrases): Add slave parameter to call of
13059 `reftex-index-this-phrase'.
13060 (reftex-display-index): New argument redo.
13061 (reftex-index-rescan): Add 'redo to arguments of
13062 `reftex-display-index'.
13063 (reftex-index-Rescan, reftex-index-revert)
13064 (reftex-index-switch-index-tag): Add 'redo to arguments of
13065 `reftex-display-index'.
13066 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
13067 indexing. Fix bug with matching is there is a quote before or
13068 after the word.
13069
13070 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
13071 Fix bug when collecting citation keys in lines with comments.
13072 (reftex-citation): Prefix argument no longer rescans the document,
13073 but forces prompting for optional arguments of cite macros.
13074 (reftex-do-citation): Prompting for optional arguments implemented.
13075
13076 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13077 Add optional arguments to most cite commands.
13078 (reftex-cite-cleanup-optional-args): New option
13079 (reftex-cite-prompt-optional-args): New option.
13080 (reftex-trust-label-prefix): New option.
13081
13082 * textmodes/reftex-toc.el (reftex-toc-find-section):
13083 Add push-mark before changing the position in the buffer.
13084
13085 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
13086 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
13087
13088 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
13089
13090 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
13091 more carefully.
13092
13093 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13094
13095 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
13096 (sgml-mode): Use it.
13097 (sgml-get-context): Better keep track of implicitly closed tags.
13098
13099 2005-01-13 Kenichi Handa <handa@m17n.org>
13100
13101 * textmodes/ispell.el: These changes are to fix misalignment error
13102 caused by equivalent characters of different Emacs charsets.
13103 (ispell-unified-chars-table): New variable.
13104 (ispell-get-decoded-string): New function.
13105 (ispell-get-casechars, ispell-get-not-casechars)
13106 (ispell-get-otherchars): Call ispell-get-decoded-string.
13107
13108 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13109
13110 * custom.el (custom-declare-variable): Just put symbol instead
13111 of (defvar . symbol) in `current-load-list'.
13112
13113 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13114
13115 * emacs-lisp/elint.el: Fixed typo in Commentary section.
13116
13117 2005-01-12 Jay Belanger <belanger@truman.edu>
13118
13119 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
13120 to create a Calc summary.
13121
13122 2005-01-12 Kim F. Storm <storm@cua.dk>
13123
13124 * mouse.el (mouse-on-link-p): Change functionality and doc
13125 string to comply with latest description in lisp ref.
13126
13127 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
13128
13129 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
13130 Enable mouse clicks on mode-line, header-line and margin.
13131 (event-type): Give mouse event symbols an 'event-kind property
13132 with value 'mouse-click.
13133
13134 2005-01-12 Juri Linkov <juri@jurta.org>
13135
13136 * facemenu.el (list-colors-display): Add new arg buffer-name.
13137 Use it. Fix docstring. Replace code for identifying duplicate
13138 colors by the name with call to `list-colors-duplicates' which
13139 identifies duplicate colors by the value unless the color
13140 is one of special Windows colors. Set truncate-lines to t.
13141 Print sorted duplicate color names on each line. Indent to 22
13142 \(the longest color name in rgb.txt) instead of 20. Optimize.
13143 (list-colors-duplicates): New function.
13144 (facemenu-color-name-equal): Delete function.
13145
13146 * facemenu.el (list-colors-print): New function created from code
13147 in list-colors-display. Print #RRGGBB at the window right edge.
13148 (list-colors-display): When temp-buffer-show-function is not
13149 defined, call list-colors-print from temp-buffer-show-hook
13150 to get the right value of window-width in list-colors-print
13151 after the buffer is displayed.
13152
13153 * simple.el (pop-mark): Move deactivate-mark out of conditional
13154 part to deactivate the active mark regardless of the state of the
13155 mark ring.
13156
13157 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
13158 variables line in desktop files.
13159
13160 2005-01-12 Juri Linkov <juri@jurta.org>
13161
13162 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
13163 Bring together isearch highlight related options.
13164 (lazy-highlight): Replace group `replace' by `matching'.
13165 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13166 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13167 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
13168 and declare them obsolete.
13169 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
13170 (isearch-faces): Remove defgroup.
13171 (isearch-overlay, isearch-highlight, isearch-dehighlight):
13172 Move isearch highlighting code closer to lazy highlighting code.
13173
13174 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
13175 (query-replace-highlight, query-replace-lazy-highlight)
13176 (query-replace): Move definitions to the beginning of the file.
13177
13178 2005-01-11 Juri Linkov <juri@jurta.org>
13179
13180 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
13181 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
13182 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
13183
13184 * info.el (Info-history-forward): New variable.
13185 (Info-select-node): Reset Info-history-forward to nil.
13186 (Info-last): Turn into defalias.
13187 (Info-history-back): Rename from Info-last.
13188 Add current node to Info-history-forward.
13189 (Info-history-forward): New fun.
13190 (Info-mode-map): Replace Info-last by Info-history-back.
13191 Bind Info-history-forward to "r".
13192 (Info-mode-menu): Replace Info-last by Info-history-back.
13193 Fix menu item text. Add menu item for Info-history-forward.
13194 (info-tool-bar-map): Replace Info-last by Info-history-back.
13195 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
13196 for Info-history-forward.
13197 (Info-mode): Replace Info-last by Info-history-back in docstring.
13198 Add local variable Info-history-forward.
13199 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
13200
13201 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
13202
13203 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
13204 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
13205 Ignore select-window events rather than fiddle with
13206 mouse-autoselect-window.
13207
13208 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
13209
13210 * type-break.el (type-break-mode): Fix previous change.
13211
13212 2005-01-10 Jay Belanger <belanger@truman.edu>
13213
13214 * calc/calc-ext.el (calc-reset): Reset when inside embedded
13215 calculator; only reset when point is inside a calculator.
13216 Don't adjust the window height if the window takes up the whole height
13217 of the frame.
13218
13219 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
13220
13221 * ebuff-menu.el (Electric-buffer-menu-mode):
13222 Preserve value of buffer-local var header-line-format.
13223
13224 2005-01-09 Jay Belanger <belanger@truman.edu>
13225
13226 * calc/calc.el (calc-mode-var-list-restore-saved-values):
13227 Make sure settings file exists before accessing it.
13228
13229 * calc/calc-embed.el (calc-embedded-subst):
13230 Replace math-multi-subst-rec, which is only supposed to be called
13231 by math-multi-subst, by math-multi-subst.
13232
13233 2005-01-09 Andre Spiegel <spiegel@gnu.org>
13234
13235 * vc.el (vc-allow-async-revert): New user option.
13236 (vc-disable-async-diff): New internal variable.
13237 (vc-revert-buffer): Use them to disable asynchronous diff.
13238
13239 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
13240 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
13241 asynchronously if vc-disable-async-diff is t.
13242
13243 2005-01-09 Jay Belanger <belanger@truman.edu>
13244
13245 * calc/calc.el (defcalcmodevar): New macro.
13246 (calc-mode-var-list-restore-default-values)
13247 (calc-mode-var-list-restore-saved-values): New functions.
13248 (calc-mode-var-list): Use defcalcmodevar to define it.
13249 (calc-always-load-extensions, calc-line-numbering)
13250 (calc-line-breaking, calc-display-just, calc-display-origin)
13251 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13252 (calc-group-char, calc-point-char, calc-frac-format)
13253 (calc-prefer-frac, calc-hms-format, calc-date-format)
13254 (calc-float-format, calc-full-float-format, calc-complex-format)
13255 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13256 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13257 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13258 (calc-matrix-brackets, calc-language, calc-language-option)
13259 (calc-left-label, calc-right-label, calc-word-size)
13260 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13261 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13262 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13263 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13264 (calc-window-height, calc-display-trail, calc-show-selections)
13265 (calc-use-selections, calc-assoc-selections)
13266 (calc-display-working-message, calc-auto-why, calc-timing)
13267 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13268 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13269 (calc-gnuplot-default-device, calc-gnuplot-default-output)
13270 (calc-gnuplot-print-device, calc-gnuplot-print-output)
13271 (calc-gnuplot-geometry, calc-graph-default-resolution)
13272 (calc-graph-default-resolution-3d, calc-invocation-macro)
13273 (calc-show-banner): Use defcalcmodevar to declare them and set
13274 their default values.
13275
13276 * calc/calc-ext.el (calc-reset): Restore saved values of variables
13277 instead of default values (but restore default values if there is
13278 an argument of 0).
13279
13280 2005-01-09 David Kastrup <dak@gnu.org>
13281
13282 * desktop.el (desktop-restore-eager): Fix typo in type.
13283
13284 2005-01-08 Richard M. Stallman <rms@gnu.org>
13285
13286 * cus-edit.el (customize): Delete :link.
13287
13288 2005-01-08 Jay Belanger <belanger@truman.edu>
13289
13290 * calc/calc.el (calc-mode): Remove the extension from the
13291 `calc-settings-file' file name when loading it.
13292
13293 2005-01-08 Kim F. Storm <storm@cua.dk>
13294
13295 * info.el (Info-mode-map, Info-next-link-keymap)
13296 (Info-prev-link-keymap, Info-up-link-keymap):
13297 Map follow-link to mouse-face.
13298 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13299
13300 2005-01-08 Jay Belanger <belanger@truman.edu>
13301
13302 * calc/calc.el (calc-settings-file): Change default value.
13303 Suggested by cgw in a comment in calc-mode.el.
13304
13305 * calc/calc-mode.el (calc-settings-file-name):
13306 Compare calc-settings-file to user-init-file instead of ~/.emacs.
13307 Replace ~/.emacs in a prompt by calc-settings-file.
13308
13309 2005-01-07 Lars Hansen <larsh@math.ku.dk>
13310
13311 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13312 (desktop-lazy-idle-delay): New customizable variables.
13313 (desktop-buffer-args-list): New variable.
13314 (desktop-append-buffer-args): New function.
13315 (desktop-save): Call desktop-append-buffer-args for some buffers.
13316 (desktop-lazy-create-buffer): New function.
13317 (desktop-idle-create-buffers): New function.
13318 (desktop-read): Add message about buffers to restore lazily.
13319 (desktop-lazy-abort): New command.
13320 (desktop-clear): Call desktop-lazy-abort.
13321 (desktop-lazy-complete): New command.
13322
13323 2005-01-06 Richard M. Stallman <rms@gnu.org>
13324
13325 * emacs-lisp/find-func.el (find-face-definition):
13326 Rename from find-face.
13327
13328 2005-01-06 Kim F. Storm <storm@cua.dk>
13329
13330 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13331
13332 * man.el (Man-xref-man-page, Man-xref-header-file)
13333 (Man-xref-normal-file): Add follow-link property.
13334
13335 2005-01-06 Jay Belanger <belanger@truman.edu>
13336
13337 * calc/calc-units.el: Make sure the proper macro definitions are
13338 available when compiling.
13339
13340 2005-01-06 Juri Linkov <juri@jurta.org>
13341
13342 * isearch.el (isearch-lazy-highlight-update):
13343 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
13344
13345 2005-01-06 Miles Bader <miles@gnu.org>
13346
13347 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
13348 (isearch-lazy-highlight-face): Use new name.
13349
13350 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13351
13352 * uniquify.el (uniquify-rationalize-file-buffer-names):
13353 Re-add an interactive spec.
13354 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13355 to the same name.
13356
13357 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13358 (isearch-update, isearch-done): Adjust calls accordingly.
13359
13360 2005-01-05 Richard M. Stallman <rms@gnu.org>
13361
13362 * custom.el (custom-set-variables, custom-theme-set-variables):
13363 Clarify documentation.
13364
13365 * emacs-lisp/find-func.el (find-variable)
13366 (find-variable-other-window, find-variable-other-frame):
13367 Fix the TYPE args to find-function-read and find-function-do-it.
13368 (find-function): Doc fix.
13369 (find-function-at-point): Replace function-at-point alias.
13370
13371 2005-01-04 Richard M. Stallman <rms@gnu.org>
13372
13373 * cus-face.el (custom-declare-face):
13374 Record defface in current-load-list.
13375
13376 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13377
13378 * emacs-lisp/find-func.el: Doc fixes.
13379 (find-face-regexp): New variable.
13380 (find-function-regexp-alist): New variable.
13381 (find-function-C-source): Third arg is now TYPE.
13382 (find-function-search-for-symbol): Handle general TYPE.
13383 (find-function-read, find-function-do-it): Handle general TYPE.
13384 (find-definition-noselect, find-face): New functions.
13385 (function-at-point): Alias deleted.
13386
13387 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13388
13389 * battery.el (display-battery-mode): Rename from display-battery.
13390 Handle the case where it gets turned off.
13391
13392 2005-01-04 Richard M. Stallman <rms@gnu.org>
13393
13394 * cus-edit.el (customize): Make :link point to user doc.
13395
13396 * man.el (Man-fontify-manpage): Turn off undo generation.
13397
13398 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13399
13400 2005-01-04 Andreas Schwab <schwab@suse.de>
13401
13402 * files.el (insert-directory): Only look for error lines in
13403 inserted text. Don't move too far after processing --dired markers.
13404
13405 2005-01-04 Richard M. Stallman <rms@gnu.org>
13406
13407 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13408 Don't expand if the character is @, period, dash, etc.
13409 (define-mail-abbrev): Quote names that contain problem characters.
13410
13411 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13412
13413 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13414
13415 2005-01-03 Richard M. Stallman <rms@gnu.org>
13416
13417 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13418 (query-replace-highlight, query-replace-lazy-highlight)
13419 (query-replace): Definitions moved up. Doc fix.
13420
13421 2005-01-03 Richard M. Stallman <rms@gnu.org>
13422
13423 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13424 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13425 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13426 (lazy-highlight-face): Rename from isearch-lazy-...
13427 Change all references to them.
13428
13429 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13430
13431 * cus-edit.el (custom-file): Doc fix for defcustom.
13432 (custom-file): The function no longer sets the variable
13433 `custom-file' to its return value.
13434
13435 * startup.el (command-line): No longer load `custom-file'.
13436
13437 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13438
13439 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13440
13441 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13442 Don't confuse module-prefixed identifiers for labels.
13443 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13444
13445 2005-01-02 Richard M. Stallman <rms@gnu.org>
13446
13447 * files.el (basic-save-buffer-1): Fix previous change.
13448
13449 * loadhist.el (file-loadhist-lookup): New function.
13450 (file-provides, file-requires): Use it.
13451
13452 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13453 instead of calculating the right size.
13454
13455 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13456
13457 * vc-svn.el (vc-svn-diff): Stay local if possible.
13458
13459 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13460
13461 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13462
13463 * files.el (hack-local-variables): Fix last change.
13464
13465 2005-01-02 Jay Belanger <belanger@truman.edu>
13466
13467 * calc/calc-yank.el (calc-edit-top): New variable.
13468 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13469 object. Change header properties.
13470 (calc-edit-finish, calc-edit-finish-stack-object)
13471 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13472 edited object.
13473 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13474 for the beginning of the edited object.
13475 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13476 for the beginning of the edited object.
13477 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13478 (calc-finish-formula-edit, calc-macro-repeats)
13479 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13480 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13481 beginning of the edited object.
13482 (calc-user-define-edit): Change the header for editing macros.
13483 Remove unnecessary variable.
13484
13485 2005-01-01 Jay Belanger <belanger@truman.edu>
13486
13487 * calc/calc-yank.el (calc-edit-mode): Change default header.
13488 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13489 * calc/calc-store.el (calc-edit-variable): Change title to match new
13490 header.
13491 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13492 mode to match new header.
13493 (calc-user-define-edit): Change titles to include names of commands.
13494 (calc-finish-formula-edit): Adjust to handle new header.
13495 (calc-finish-macro-edit): Remove.
13496 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13497 (calc-edit-macro-command, calc-edit-macro-command-type)
13498 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13499 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13500 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13501 (calc-edit-macro-finish-edit): New functions.
13502 (calc-user-define-edit): Use new functions to edit named calc macros.
13503
13504 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13505
13506 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13507
13508 * ses.el (copy-region-as-kill): Deactivate mark.
13509
13510 2005-01-01 Richard M. Stallman <rms@gnu.org>
13511
13512 * replace.el (occur-1): If the output buffer is also an input,
13513 don't kill it, rename it.
13514
13515 * faces.el (set-face-background, set-face-foreground): Doc fix.
13516
13517 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13518 for :foreground and :background.
13519
13520 * dired.el (dired-view-command-alist): Variable deleted.
13521 (dired-view-file, dired-mouse-find-file-other-window):
13522 Delete the code to use it.
13523
13524 2005-01-01 Kim F. Storm <storm@cua.dk>
13525
13526 * image.el (insert-sliced-image): Use t for line-height property.
13527
13528 See ChangeLog.11 for earlier changes.
13529
13530 ;; Local Variables:
13531 ;; coding: iso-2022-7bit
13532 ;; End:
13533
13534 Copyright (C) 2005 Free Software Foundation, Inc.
13535 Copying and distribution of this file, with or without modification,
13536 are permitted provided the copyright notice and this notice are preserved.
13537
13538 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1