]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(sh-font-lock-syntactic-keywords): Make $@ and $? into sexps.
[gnu-emacs] / lisp / ChangeLog
1 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
4 and $? into sexps.
5
6 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
7 warning face on open-paren-in-column-0.
8
9 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
10 boundary case. Fix typo.
11 Suggested by Martin Rudalics <rudalics@gmx.at>.
12
13 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
14
15 * textmodes/org.el: (org-combined-agenda-icalendar-file)
16 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
17 (org-export-icalendar-this-file)
18 (org-export-icalendar-all-agenda-files)
19 (org-export-icalendar-combine-agenda-files): New commands.
20 (org-export-icalendar, org-print-icalendar-entries)
21 (org-start-icalendar-file, org-finish-icalendar-file)
22 (org-ical-ts-to-string): New functions.
23 (org-read-date, org-goto-calendar)
24 (org-agenda-goto-calendar): Inhibit displaying diary entries by
25 call to `calendar'.
26 (orgtbl-setup): Remove the :keys arguments from the menu description.
27 (org-after-save-iCalendar-file-hook): New variable.
28
29 2005-10-21 Kenichi Handa <handa@m17n.org>
30
31 * language/vietnamese.el (tcvn-5712): Make it an alias of
32 vietnamese-tcvn coding-system.
33
34 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
35
36 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
37 group id is given.
38
39 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
40
41 * progmodes/sh-script.el (sh-escaped-line-re): New var.
42 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
43 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
44 whose line is either continued or ends with a comment.
45
46 2005-10-20 Romain Francoise <romain@orebokech.com>
47
48 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
49
50 * replace.el (occur-engine): Add follow-link property.
51
52 * font-core.el (font-lock-mode): Doc fix.
53
54 2005-10-20 Richard M. Stallman <rms@gnu.org>
55
56 * net/rcirc.el: New file.
57
58 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
59
60 * term.el (term-term-name): Initialize to "eterm-color".
61
62 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
63
64 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
65 for encryption functionality.
66 Move allout customization subgroup from `editing' to `outlines' group.
67 Fix commentary 'keywords' to legitimate ones.
68 Update author info (using my current email address, obscurified).
69 (allout-encrypt-string, allout-encryption-produce-work-buffer)
70 (allout-encrypted-topic-p, allout-encrypted-text-type)
71 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
72 (allout-situate-encryption-key-verifier)
73 (allout-get-encryption-key-verifier, allout-verify-key)
74 (allout-next-topic-pending-encryption)
75 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
76 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
77 (outline-key-verifier-handling, outline-key-hint-handling)
78 (outline-encrypt-unencrypted-on-saves): New defcustoms.
79 (allout-file-key-verifier-string, allout-encryption-scheme)
80 (allout-key-verifier-string, allout-key-hint-string)
81 (allout-after-save-decrypt): New variables.
82 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
83 (allout-after-saves-handler): New hook functions.
84 (allout-post-command-business): Do allout-after-save-decrypt.
85 (allout-enable-file-variable-adjustment): Custom var to enable
86 mechanism for adding and adjusting settings of Emacs file variables.
87 (allout-adjust-file-variable, allout-file-vars-section-data):
88 New functions, implement the mechanism.
89 (outlineify-sticky): Use the file vars mechanism.
90 (allout-inhibit-protection, allout-during-write-cue)
91 (allout-override-protect, allout-before-change-protect): Remove.
92 (allout-flag-region, allout-open-topic): Adjust read-only text.
93 (allout-open-line-not-read-only): Add to facilitate read-only
94 text based protection.
95 (allout-kill-line): Revise to adjust read-only text, clue the
96 user about the inhibition.
97 (allout-unprotected): Use unwind-protect.
98 (allout-shift-in, allout-shift-out): Disallow manually shifting a
99 topic deeper than the offspring depth of the previous topic -
100 avoiding confusing "containment discontinuities".
101 (allout-reindent-bodies): Fix retention of body relative hanging
102 indent during promotion of collapsed bodies.
103 (allout-open-topic): Make it easy to open new topic with same
104 bullet as current topic - topic creation functions provided with
105 any universal argument provokes now prompt for bullet, defaulting
106 to the bullet of the previous topic.
107 (allout-plain-bullets-string, allout-distinctive-bullets-string):
108 Plain bullet alternates '.' period and ',' comma only. All other
109 bullets are relegated to special status (but customizable).
110 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
111 since it actually operates w.r.t. most immediately containing
112 entry, visible or not.
113 (allout-hide-current-entry, allout-show-current-entry): Use the
114 revised version.
115 (allout-old-expose-topic): Solidify deprecation.
116 (allout-end-of-subtree): Add so we can span concealed as well
117 as visible topics.
118 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
119 (allout-end-of-current-heading): Tweak to just respect the first line.
120 (allout-get-body-text): Add.
121 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
122 when invoked interactively.
123 (allout-up-current-level): Use `interactive-p'.
124 (allout-mode, allout-init): Miscellaneous docstring and
125 operational refinements, as well as hookups of new encryption stuff.
126 (allout-beginning-of-current-entry): Now works as advertised.
127 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
128 (allout-isearch-rectification): Refine condition for isearching.
129 (allout-isearch-abort, allout-enwrap-isearch)
130 (allout-flag-region, my-region-active-p): Relocate some macros.
131 (allout-title): Fallback title is '(buffer-name)', not
132 non-existing '(current-buffer-name)'.
133 (subst-char-in-string): Define if absent (for some XEmacs versions).
134
135 2005-10-20 Jari Aalto <jari.aalto@cante.net>
136
137 * mail/sendmail.el (mail-setup-hook, mail-aliases)
138 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
139 (mail-citation-prefix-regexp, mail-signature-file)
140 (mail-default-headers, mail-bury-selects-summary)
141 (mail-send-nonascii): Add autoload cookies.
142
143 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
144
145 * frame.el (blink-cursor-mode): Add `mac' to the list of
146 window-system's that support blinking cursor.
147
148 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
149
150 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
151
152 2005-10-20 Eli Zaretskii <eliz@gnu.org>
153
154 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
155 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
156 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
157
158 2005-10-20 Kim F. Storm <storm@cua.dk>
159
160 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
161 (ido-set-current-directory): Don't add / after final @.
162 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
163 Explicitly handle ange-ftp completion oddities.
164 (ido-make-file-list): Don't rotate list at tramp root to avoid
165 triggering tramp file handler for expand-file-name via get-file-buffer.
166
167 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
168
169 * simple.el (eval-expression-print-format): Put the char-string
170 inside the parenthesis, like the other alternative notations.
171 (kill-new): Use push.
172 (copy-to-buffer): Use with-current-buffer.
173 (completion-setup-function): Simplify.
174 (minibuffer-local-must-match-map): Don't add redundant bindings which
175 are already present in its parent (minibuffer-local-completion-map).
176
177 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
178
179 2005-10-19 Jay Belanger <belanger@truman.edu>
180
181 * calc/calc-units.el (math-standard-units): Add units, adjust
182 symbols and update values.
183 (math-unit-prefixes): Add more prefixes.
184
185 2005-10-19 Romain Francoise <romain@orebokech.com>
186
187 * bookmark.el (bookmark-menu-heading): New face.
188 (bookmark-bmenu-list): Use it.
189 Don't fiddle with `baud-rate' at top-level.
190
191 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
192
193 * image.el (create-image, find-image): Mention max-image-size in
194 docstring.
195
196 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
197
198 * savehist.el (savehist-load): Revert to checking XEmacs.
199
200 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
201 Various docstring and line-width fixups.
202 (conf-mode): Use cond.
203 Set font-lock-defaults. Don't set comment-use-syntax.
204
205 2005-10-18 David Ponce <david@dponce.com>
206
207 * tree-widget.el (tree-widget-button-click): New function.
208 (tree-widget-button-keymap): Use it.
209
210 2005-10-18 Romain Francoise <romain@orebokech.com>
211
212 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
213 (bookmark-bmenu-hide-filenames): Add follow-link property.
214 Improve help-echo text.
215
216 * ffap.el (find-file-at-point): Doc fix.
217
218 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
219
220 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
221
222 2005-10-18 Masatake YAMATO <jet@gyve.org>
223
224 Install to the CVS repository what I forgot to install in my
225 2005-10-16 changes.
226
227 * progmodes/python.el (python-complete-symbol): Pass the common
228 prefix substring of completion to `display-completion-list'.
229
230 * textmodes/org.el (org-complete): Ditto.
231
232 2005-10-18 Masatake YAMATO <jet@gyve.org>
233
234 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
235
236 * woman.el (WoMan-xref-man-page): New button type derived
237 from `Man-abstract-xref-man-page'.
238 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
239
240 * man.el (Man-abstract-xref-man-page): New button type.
241 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
242 (Man-highlight-references): Add new optional argument `xref-man-type'.
243
244 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
245
246 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
247
248 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
249
250 * cus-edit.el (Custom-move-and-invoke): Delete.
251 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
252
253 * wid-edit.el (widget-move-and-invoke): New function, from
254 Custom-move-and-invoke.
255
256 2005-10-17 Bill Wohler <wohler@newt.com>
257
258 Move all remaining images from lisp/toolbar to etc/images, move
259 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
260 the low resolution images in their own directory (low-color).
261
262 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
263 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
264 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
265 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
266 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
267 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
268 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
269
270 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
271 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
272 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
273 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
274 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
275 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
276 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
277 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
278 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
279 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
280 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
281 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
282 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
283 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
284 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
285
286 To conform with convention, replace the underscore (_) in the
287 following image names with dash (-) or (/) as appropriate.
288
289 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
290 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
291 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
292 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
293 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
294 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
295 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
296 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
297 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
298 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
299 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
300 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
301 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
302 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
303 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
304
305 * info.el (info-tool-bar-map): Replace underscores in image names
306 with dashes.
307
308 * makefile.w32-in (WINS): Remove toolbar.
309
310 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
311
312 * tool-bar.el: Move to lisp from toolbar. Now that
313 toolbar is empty, it should be deleted when folks run "cvs up -P".
314
315 2005-10-18 Jay Belanger <belanger@truman.edu>
316
317 * calc/calc-store.el (calc-store-into): Get the proper variable name
318 to display in message.
319
320 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
321
322 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
323 expressions display in speedbar for all buffers when debugging.
324 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
325
326 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
327 (speedbar-insert-button, speedbar-make-button):
328 Use add-text-properties.
329 (speedbar-update-localized-contents)
330 (speedbar-update-directory-contents)
331 (speedbar-update-special-contents): Use dolist.
332 (speedbar-buffer-easymenu-definition): Add a menu separator.
333
334 2005-10-17 Jason Rumney <jasonr@gnu.org>
335
336 * makefile.w32-in: Use $(lisp) consistently.
337 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
338 for shell specific generation of mh-autoloads.
339
340 2005-10-17 Richard M. Stallman <rms@gnu.org>
341
342 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
343
344 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
345
346 * jit-lock.el (jit-lock-fontify-now):
347 Move jit-lock-context-unfontify-pos to avoid wasted work.
348
349 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
350
351 * net/tramp.el (tramp-completion-mode): New defvar. Used in
352 `tramp-completion-mode' for checking if we are in completion mode.
353 (tramp-completion-handle-file-name-all-completions): Reorder code
354 in order to complete for file names only in case there are no
355 method/user/host completions. This is necessary for cooperation
356 with ido. Reported by Kim F. Storm <storm@cua.dk>.
357
358 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
359
360 * longlines.el (longlines-search-forward)
361 (longlines-search-backward): Match any number of spaces.
362
363 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
364
365 * diff-mode.el (diff-mode): Doc fix.
366
367 2005-10-16 David Reitter <david.reitter@gmail.com>
368
369 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
370 as default on darwin and windows systems.
371
372 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
373
374 * arc-mode.el (archive-zip-extract): Doc fix.
375
376 2005-10-16 Romain Francoise <romain@orebokech.com>
377
378 * mouse.el (mouse-1-click-follows-link): Doc fix.
379
380 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
381
382 * savehist.el: Don't require CL at runtime.
383 (savehist-xemacs): Remove.
384 (savehist-coding-system): Use utf-8 if present, regardless of religion.
385 (savehist-no-conversion): Use (featurep 'xemacs).
386 (savehist-load): Check existence of start-itimer rather than XEmacs.
387 Use an idle timer.
388 (savehist-process-for-saving): Replace use of CL funs `subseq' and
389 `delete-if-not'.
390
391 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
392
393 * savehist.el: Newer version.
394 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
395 (savehist-last-checksum, savehist-no-conversion): New vars.
396 (savehist-autosave, savehist-process-for-saving, savehist-printable):
397 New functions.
398 (savehist-load, savehist-save): Use them.
399 (savehist-delimit): Remove.
400
401 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
402
403 * progmodes/compile.el (compilation-goto-locus): Display the
404 compilation buffer first and the source buffer second, in case they're
405 in overlapping frames. Don't raise the compilation frame if it was the
406 selected window upon entry. Pass the `other-window' arg to
407 pop-to-buffer.
408
409 * info.el (Info-fontify-node): Use dolist.
410 Change add-text-properties to put-text-property.
411
412 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
413
414 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
415 bound of search.
416
417 2005-10-16 Masatake YAMATO <jet@gyve.org>
418
419 * dabbrev.el (dabbrev-completion): Pass the common
420 prefix substring of completion to `display-completion-list'.
421
422 * filecache.el (file-cache-minibuffer-complete)
423 (file-cache-complete): Ditto.
424
425 * tempo.el (tempo-display-completions): Ditto.
426
427 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
428
429 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
430
431 * eshell/em-hist.el (eshell-list-history): Ditto.
432
433 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
434
435 * mail/mailalias.el (mail-complete): Ditto.
436
437 * progmodes/etags.el (complete-tag): Ditto.
438
439 * progmodes/make-mode.el (makefile-complete): Ditto.
440
441 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
442
443 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
444
445 * progmodes/pascal.el (pascal-complete-word)
446 (pascal-show-completions): Ditto.
447
448 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
449
450 * simple.el (completion-common-substring): New variable.
451 (completion-setup-function): Use `completion-common-substring'
452 to put faces.
453
454 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
455
456 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
457 (x-get-selection, mac-select-convert-to-string): Convert from/to
458 UTF-16 clipboard data as in native byte order, no BOM.
459
460 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
461
462 * progmodes/gud.el (gud-tool-bar-map): Rename the images
463 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
464 (gud-sentinel): Use speedbar-frame to check for speedbar.
465
466 2005-10-15 Richard M. Stallman <rms@gnu.org>
467
468 * savehist.el: New file.
469
470 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
471
472 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
473 Fix bug in \bf fontification.
474
475 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
476
477 * pcvs.el (cvs-edit-log-files): New var.
478 (cvs-mode-edit-log): New arg `file'.
479 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
480 Instead force the use of the original file and nothing else.
481 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
482 the cvs-minor-wrap-function is set.
483 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
484
485 2005-10-14 Bill Wohler <wohler@newt.com>
486
487 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
488 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
489 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
490 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
491 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
492 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
493 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
494 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
495 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
496 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
497 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
498 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
499 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
500 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
501 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
502
503 * progmodes/gud.el (gud-tool-bar-map): Rename the images
504 appropriately (for example, gud-break to gud/break).
505
506 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
507
508 * longlines.el (longlinges-search-function)
509 (longlines-search-forward, longlines-search-backward): New functions.
510 (longlines-mode): Set isearch-search-fun-function to
511 longlinges-search-function.
512
513 * mouse.el (mouse-drag-region-1): Handle the case where a
514 double-click event is bound to an arbitrary function.
515
516 2005-10-14 David Ponce <david@dponce.com>
517
518 * recentf.el (recentf-track-opened-file)
519 (recentf-track-closed-file, recentf-update-menu)
520 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
521 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
522 mouse-1-click-follows-link.
523
524 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
525
526 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
527 Gnome file-manager.png. Suggested by
528 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
529
530 * toolbar/README: Add diropen.xpm.
531
532 2005-10-13 Bill Wohler <wohler@newt.com>
533
534 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
535 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
536
537 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
540 Don't waste the byte-compiler's time on constant data.
541
542 2005-10-13 Kenichi Handa <handa@m17n.org>
543
544 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
545 byte with `escape-glyph' face.
546
547 * international/fontset.el (ccl-encode-unicode-font):
548 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
549 Handle the case that ucs-mule-to-mule-unicode translates a character to
550 ASCII (usually for IPA characters).
551
552 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
555 Don't hide the underline of titles if font-lock-mode is disabled.
556
557 2005-10-12 Bill Wohler <wohler@newt.com>
558
559 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
560 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
561 files in MH-E-SRC have been updated.
562 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
563
564 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
567 (mixal-mode-syntax-table): Add \n as end-comment.
568 (mixal-operation-codes-alist): Immediately initialize to full value.
569 (mixal-add-operation-code): Remove.
570 (mixal-describe-operation-code): Make the arg non-optional.
571 Use the interactive spec instead.
572 Use mixal-operation-codes-alist rather than mixal-operation-codes.
573 (mixal-font-lock-keywords): Don't highlight comments here any more.
574 (mixal-font-lock-syntactic-keywords): New var.
575 (mixal-mode): Use it. Fix comment-start-skip.
576
577 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
578
579 * startup.el (command-line-x-option-alist): -nb => -nbi
580
581 2005-10-12 Kim F. Storm <storm@cua.dk>
582
583 * startup.el (fancy-splash-default-action): Discard mouse click in
584 the spash screen window, as it has no sensible meaning in the
585 next window to be selected. Fixes error reported by Jan D.
586
587 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
588
589 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
590
591 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
592
593 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
594 Try to fix up minor layout issues like indentation, line break, etc...
595 (mixal-mode-syntax-table): Don't try to specify comment syntax,
596 because it doesn't work.
597 (mixal-operation-codes): Add some more codes.
598 (mixal-font-lock-keywords): Process comments here.
599 (mixal-mode): mixasm no longer needs -g option.
600
601 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
602
603 * progmodes/sh-script.el (sh-tmp-file):
604 Use mktemp -t. Finish support for es and rc shells.
605
606 2005-10-11 Jay Belanger <belanger@truman.edu>
607
608 * calc/calcalg2.el (calc-integral): With an argument, compute the
609 definite integral.
610
611 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
612
613 * mouse.el (mouse-drag-region-1): Don't try to catch a
614 double-click when doing follow-link (it's overridden anyway).
615
616 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
617
618 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
619 (autoload-print-form-outbuf): Add docstring.
620
621 2005-10-11 Juri Linkov <juri@jurta.org>
622
623 * info.el (Info-mode-menu): Delete menu item "Edit".
624 (Info-mode): Delete description of Info-edit from docstring,
625 and rearrange descriptions of Info commands in the order
626 they are documented in the Info manual.
627
628 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
629
630 * calendar/appt.el (appt-check): Use diary-selective-display var.
631
632 2005-10-10 Richard M. Stallman <rms@gnu.org>
633
634 * net/newsticker.el (newsticker-start, newsticker-show-news):
635 Add autoload cookies.
636
637 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
638
639 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
640
641 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
642
643 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
644
645 2005-10-10 Jay Belanger <belanger@truman.edu>
646
647 * calc/calc-arith.el (math-check-known-scalarp)
648 (math-check-known-matrixp): Check the values of arguments that are
649 variables.
650 (math-check-known-square-matrixp): New function.
651 (math-known-square-matrixp): Use math-check-known-square-matrixp.
652 (math-super-types): Add sqmatrix type.
653
654 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
655 mode name `square' to 'sqmatrix'.
656
657 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
658 mode name `square' to 'sqmatrix'.
659
660 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
661
662 * progmodes/etags.el (select-tags-table-mode): Don't use
663 selective-display.
664 (tags-select-tags-table): Pass `button' to the action function.
665 (select-tags-table): Place the side-info on button properties rather
666 than in hidden text. Abbreviate file names.
667 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
668 (select-tags-table-select): Add `button' argument.
669 Get side-info from the button property rather than from hidden text.
670
671 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
672
673 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
674 (gud-speedbar-buttons): Preserve point if possible.
675 (gud-sentinel): Restore previous speedbar display type.
676
677 * progmodes/gdb-ui.el (gdba): Improve diagram.
678 (def-gdb-auto-update-handler, gdb-info-locals-handler)
679 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
680 Call get-buffer-window once.
681
682 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
683
684 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
685 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
686 (pascal-indent-command): Remove unused var `ind'.
687 (pascal-indent-case): Remove unused var `oldpos'.
688 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
689 since it's now used as a proper minor mode map.
690 (pascal-outline): Rename to pascal-outline-mode.
691 (pascal-outline-mode): Use define-minor-mode.
692 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
693 selective-display.
694
695 2005-10-10 Andreas Schwab <schwab@suse.de>
696
697 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
698 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
699
700 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
701 outside source directory.
702
703 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
704
705 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
706 C-x' as a prefix.
707 (orgtbl-mode-map): Full keymap instead of sparse, because all
708 `self-insert-command' keys are redefined in this map.
709 (org-export-as-html): Specify charset for HTML file, by taking it
710 from the coding system.
711
712 2005-10-10 Kenichi Handa <handa@m17n.org>
713
714 * textmodes/flyspell.el (flyspell-check-word-p):
715 If unread-command-events is non-empty, don't call sit-for.
716
717 2005-10-09 Richard M. Stallman <rms@gnu.org>
718
719 * font-lock.el (font-lock-syntactic-keywords)
720 (font-lock-keywords): Doc fixes.
721
722 * textmodes/flyspell.el (flyspell-external-point-words):
723 Simplify logic, and don't try to check for consecutive appearances
724 of one incorrect word.
725
726 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
727
728 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
729 separator.
730
731 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
732 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
733 (gud-expansion-speedbar-buttons): New function.
734 (gud-speedbar-buttons): Check for gud-comint-buffer.
735
736 2005-10-09 Bill Wohler <wohler@newt.com>
737
738 * Makefile.in (updates): Add mh-loaddefs dependency.
739
740 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
741
742 * speedbar.el (speedbar-file-key-map): Fix typo.
743
744 2005-10-09 Daniel Brockman <daniel@brockman.se>
745
746 * cus-start.el (line-spacing): Add custom spec.
747
748 2005-10-09 Romain Francoise <romain@orebokech.com>
749
750 * textmodes/ispell.el (ispell-check-version): Fix last change.
751
752 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
753
754 * term/x-win.el: Remove -i, --icon-type from comment.
755
756 * startup.el (command-line-x-option-alist): Remove options -i,
757 -itype, --icon-type, added -nb, --no-bitmap-icon
758
759 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
760
761 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
762 instead of :active.
763
764 2005-10-08 Eric Hanchrow <offby1@blarg.net>
765
766 * textmodes/ispell.el (ispell-check-version):
767 Ignore hyphen, and all that follows, in aspell's version text.
768
769 2005-10-08 Jay Belanger <belanger@truman.edu>
770
771 * calc/calc-arith.el (math-known-square-matrixp): New function.
772 (math-pow-fancy): Check for matrices before distributing exponent
773 across products.
774
775 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
776 fullscreen keypad. Suggested by Luc Teirlinck.
777 (calc-keypad-show-input): Add space for formatting.
778
779 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
780 Add square matrix option.
781
782 * calc/calc-poly.el (math-expand-term): Check for matrices instead
783 of checking calc-matrix-mode when deciding how to expand.
784
785 * calc/calc.el (calc-set-mode-line): Add square matrix option.
786
787 2005-10-08 Lars Hansen <larsh@soem.dk>
788
789 * net/tramp.el (tramp-perl-directory-files-and-attributes):
790 Add error handling.
791 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
792
793 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
794
795 Sync with Tramp 2.0.51.
796
797 * net/tramp.el (tramp-handle-set-visited-file-modtime)
798 (tramp-handle-insert-file-contents, tramp-handle-write-region):
799 Insert special handling for `last-coding-system-used', again
800 it still seems to be necessary (unlike stated before).
801 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
802 (tramp-password-prompt-regexp): There might be other words before
803 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
804 (tramp-chunksize): Improve docstring.
805 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
806 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
807 Christian Joergensen <bugs@razor.dk>.
808
809 2005-10-07 Glenn Morris <rgm@gnu.org>
810
811 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
812 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
813 precision'.
814
815 2005-10-07 Romain Francoise <romain@orebokech.com>
816
817 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
818 (ibuffer-do-shell-command-pipe-replace)
819 (ibuffer-do-shell-command-file, ibuffer-do-eval)
820 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
821 (ibuffer-do-revert, ibuffer-do-replace-regexp)
822 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
823 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
824 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
825 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
826 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
827 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
828 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
829 Autoload file sans suffix.
830
831 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
832
833 2005-10-07 David Ponce <david@dponce.com>
834
835 * recentf.el (recentf-menu-open-all-flag): New option.
836 (recentf-digit-shortcut-command-name): New function.
837 (recentf--shortcuts-keymap): New variable.
838 (recentf-menu-shortcuts): New variable.
839 (recentf-make-menu-items): Initialize it. Replace the "More..."
840 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
841 (recentf-menu-value-shortcut): New function.
842 (recentf-make-menu-item): Use it. No more in-lined.
843 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
844 (recentf-open-most-recent-file): Rename from
845 `recentf-open-file-with-key'. Don't depend on key binding.
846 (recentf-mode-map): New variable.
847 (recentf-mode): Use it.
848
849 2005-10-06 Bill Wohler <wohler@newt.com>
850
851 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
852
853 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
854 (MH-E-SRC): New. Used by mh-autoloads.
855 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
856 files in MH-E-SRC have been updated.
857 (compile, recompile, bootstrap): Depend on mh-autoloads.
858
859 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
860
861 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
862 gud-break and gud-remove icons when the fringe is not available.
863
864 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
865 Typo.
866
867 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
868
869 * play/zone.el (zone): Wrap body with save-window-excursion.
870
871 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
872
873 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
874 Use the new `list-only' arg to diary-list-entries.
875
876 * calendar/diary-lib.el: Use overlays rather than selective-display.
877 (diary-selective-display): New var.
878 (diary-header-line-format): Use it.
879 (diary-list-entries): Add argument `list-only'.
880 Put the buffer in diary-mode. Don't add \^M at beg and end.
881 Replace \^M by invisible overlays.
882 (diary-unhide-everything): Replace \^M by invisible overlays.
883 (print-diary-entries): Look for overlays rather than \^M.
884 Add a space to the temp buffer name.
885 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
886 Put the buffer in diary-mode.
887 (list-sexp-diary-entries): Replace \^M by invisible overlays.
888 (diary-anniversary): Make the year arg optional.
889 (diary-time-regexp): New const.
890 (diary-font-lock-keywords): Use it to accept a few more time formats.
891
892 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
893
894 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
895
896 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
897 Fix bug introduced 2005-07-03: Use (car (last ...))
898 to faithfully reproduce replaced artist-last.
899 (artist-set-arrow-points-for-poly): Likewise.
900 Suggested by Johan Bockg\e,Ae\e(Brd.
901
902 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
903
904 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
905 * wid-edit.el (widget):
906 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
907 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
908
909 2005-10-06 Kenichi Handa <handa@m17n.org>
910
911 * international/mule-cmds.el (set-language-environment):
912 Fix setting up of case-table for unibyte mode.
913
914 * simple.el (what-cursor-position): If the character is displayed
915 by some `display' text property, show that. Don't use
916 single-key-description for eight-bit characters in multibyte mode.
917
918 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
919
920 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
921 (gdb-ann3): Set it.
922 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
923 (gdb-info-frames-custom): Use inverse-video for first five
924 characters of selected frame only.
925 (gdb-get-frame-number): Select frame even when point is on frame
926 number.
927
928 2005-10-06 Masatake YAMATO <jet@gyve.org>
929
930 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
931 Put `font-lock-function-name-face'.
932 (gdb-info-frames-custom): Put `font-lock-function-name-face'
933 and `font-lock-variable-name-face'
934 (gdb-registers-font-lock-keywords): New font lock keywords definition.
935 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
936 (gdb-memory-font-lock-keywords): New font lock keywords definition.
937 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
938 (gdb-local-font-lock-keywords): New font lock keywords definition.
939 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
940 (gdb-threads-font-lock-keywords): New font lock keywords definition.
941 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
942
943 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
944
945 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
946 (ediff-merge-region-is-non-clash-to-skip): Previously called
947 ediff-merge-region-is-non-clash.
948
949 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
950 Use insert-buffer-substring.
951
952 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
953 selecting files to patch. Also bug fixes.
954
955 * ediff-util.el (ediff-setup): Bug fix.
956 (ediff-next-difference): Never skip clashes that differ in white
957 space only.
958
959 * ediff-wind.el (ediff-setup-control-frame)
960 (ediff-destroy-control-frame): Check the menubar feature.
961
962 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
963 (viper-refresh-mode-line): Use make-local-variable to localize
964 some vars instead of make-variable-buffer-local. Suggested by
965 Stefan Monnier.
966
967 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
968 (viper-restore-cursor-type, viper-set-insert-cursor-type):
969 Use make-local-variable instead of make-variable-buffer-local.
970 Suggested by Stefan Monnier.
971
972 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
973 (viper-comint-mode-hook): Use make-local-variable on
974 require-final-newline.
975 (viper-non-hook-settings): Don't use make-variable-buffer-local.
976
977 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
978
979 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
980 also the second char of a comment-start sequence.
981 (scheme-sexp-comment-syntax-table): New var.
982 (lambda, define): Set their scheme-doc-string-elt property.
983 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
984 Use lisp-font-lock-syntactic-face-function now that it properly
985 handles |...| symbols.
986 (scheme-mode-variables): Set lisp-doc-string-elt-property,
987 parse-sexp-lookup-properties and font-lock-extra-managed-props.
988
989 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
990 bit from # to |.
991 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
992
993 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
994 (lisp-doc-string-elt-property): New var.
995 (lisp-font-lock-syntactic-face-function): Use it.
996 Rewrite to recognize docstrings even for forms not at toplevel.
997
998 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
999 annotation on the | part of #| rather than on the # part.
1000 (scheme-font-lock-syntactic-face-function): New function, to
1001 distinguish strings from |...| symbols.
1002 (scheme-mode-variables): Use it. Also fix up the font-lock-time
1003 syntax-table so that #|...|# is properly highlighted.
1004
1005 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
1006 Don't mark as docstring the 3rd elem of an unknown toplevel form.
1007
1008 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1009
1010 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
1011 and C-e.
1012
1013 * emacs-lisp/eldoc.el: Move comments into docstrings.
1014 (eldoc-message-commands): Initialize in its declaration.
1015 Add move-beginning-of-line and move-end-of-line.
1016 (eldoc-add-command, eldoc-add-command-completions)
1017 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
1018
1019 * outline.el (outline-mark-subtree): Activate the mark.
1020
1021 * calendar/appt.el (appt-time-regexp): New var.
1022 (appt-add, appt-make-list): Use it.
1023 (appt-convert-time): Clean up.
1024
1025 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
1026 Don't set any syntax-table property here.
1027 (tex-font-lock-verb): New function. Do it here.
1028 (tex-font-lock-syntactic-keywords): Use it.
1029
1030 2005-10-04 Richard M. Stallman <rms@gnu.org>
1031
1032 * wid-edit.el (widget-file-complete): Get the widget start point
1033 the right way. Default directory to `/' if file has none.
1034
1035 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
1036
1037 * textmodes/flyspell.el (flyspell-mode-on):
1038 Call ispell-maybe-find-aspell-dictionaries.
1039
1040 * textmodes/ispell.el (ispell-word, ispell-region):
1041 Call ispell-maybe-find-aspell-dictionaries.
1042 (ispell-accept-buffer-local-defs):
1043 Don't call ispell-maybe-find-aspell-dictionaries
1044
1045 2005-10-04 Richard M. Stallman <rms@gnu.org>
1046
1047 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
1048
1049 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
1050
1051 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
1052 instead of `fboundp' in order to allow for anonymous functions.
1053
1054 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
1055
1056 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
1057 case the user clicks on the link while another window is selected.
1058 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
1059
1060 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
1061 functionality.
1062 (dframe-help-echo): Save point in case mouse tracking is off.
1063
1064 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
1065
1066 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
1067
1068 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1069
1070 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
1071 not change the global value of those vars.
1072
1073 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
1074 make-local-variable which we do not need any more.
1075
1076 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
1077
1078 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
1079 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
1080 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
1081 (speedbar-path-line): Define obsolete aliases.
1082 (speedbar-line-directory): Doc fix.
1083
1084 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
1085 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
1086 instead of speedbar-line-path.
1087
1088 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1089
1090 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
1091 to nil if dropping on a window. Handle dropping on a minibuffer window
1092 like dropping on a non-window part of Emacs.
1093
1094 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1095
1096 * net/ange-ftp.el: Use with-current-buffer.
1097 (ange-ftp-insert-directory): Do not follow symlinks any more.
1098
1099 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1100 Remove interactive spec.
1101
1102 2005-10-03 Kim F. Storm <storm@cua.dk>
1103
1104 * ido.el (ido-mode): Use custom-initialize-set.
1105
1106 2005-10-02 Richard M. Stallman <rms@gnu.org>
1107
1108 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
1109 Use insert-buffer-substring.
1110
1111 * net/tramp.el: Pacify byte compiler warnings in pacification code.
1112 (tramp-handle-file-local-copy): Use insert-buffer-substring.
1113
1114 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1115
1116 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
1117 in last change.
1118 (ange-ftp-insert-directory): Fix up the search for the case where
1119 `file' is absolute.
1120
1121 2005-10-02 Romain Francoise <romain@orebokech.com>
1122
1123 * progmodes/compile.el (compile-goto-error): Delete extra paren.
1124
1125 2005-10-02 Andreas Schwab <schwab@suse.de>
1126
1127 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
1128 directory component in the session info.
1129
1130 2005-10-01 Richard M. Stallman <rms@gnu.org>
1131
1132 * comint.el (comint-redirect-subvert-readonly): Doc fix.
1133
1134 * simple.el (next-error-internal): New function.
1135
1136 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
1137 (compilation-start): Pass new arg to compilation-buffer-name.
1138 (compile-goto-error): Use next-error-internal.
1139
1140 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1141
1142 * speedbar.el: Remove RCS tag.
1143 (speedbar-check-read-only): Handle non-existent files.
1144
1145 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
1146
1147 * info.el (Info-speedbar-hierarchy-buttons)
1148 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
1149
1150 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1151
1152 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
1153 Do not match newline.
1154 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
1155 (bibtex-summary): Remove unnecessary save-excursion.
1156 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
1157
1158 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1159
1160 * term/mac-win.el: Add charset info for "iso10646-1".
1161 Modify default fontset to use ATSUI-compatible fonts for some charsets
1162 if available.
1163
1164 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1165
1166 * speedbar.el: Re-apply arch tag.
1167 (speedbar-version): Rename to version 1.0. Suggested by Eric
1168 M. Ludlam.
1169 Reapply two changes from Emacs CVS' version of speedbar lost
1170 during the merge:
1171 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
1172 (speedbar-frame-parameters): Improve customize type.
1173
1174 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
1177 (ange-ftp-file-directory-p): Fix the symlink case.
1178 (ange-ftp-insert-directory): When listing a single file, get a list of
1179 the parent buffer and extract the relevant line. Inspired from a patch
1180 by Katsumi Yamaoka <yamaoka@jpl.org>.
1181 (ange-ftp-file-name-sans-versions): Simplify.
1182
1183 2005-09-30 Bill Wohler <wohler@newt.com>
1184
1185 Move MH-E image files from toolbar and mail directories into
1186 etc/images.
1187
1188 * mail/reply2.*: Move to etc/images/mail/reply*.
1189
1190 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
1191 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
1192 etc/images.
1193
1194 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
1195 * toolbar/reply*: Move to etc/images/mail.
1196
1197 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
1198
1199 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
1200
1201 * speedbar.el: New version 1.0pre3.
1202
1203 Frame management code (including timer, and mouse click specifics)
1204 moved to dframe.el:
1205 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
1206 (speedbar-timer): Removed. Use dframe-timer.
1207 (speedbar-close-frame): Removed. Use dframe-close-frame.
1208 (speedbar-activity-change-focus-flag): Removed. Use
1209 dframe-activity-change-focus-flag.
1210 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
1211 dframe-update-speed.
1212
1213 (speedbar-current-frame): New macro. Use this instead of the
1214 variable speedbar-frame.
1215
1216 (speedbar-use-images, speedbar-expand-image-button-alist)
1217 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
1218
1219 (speedbar-find-image-on-load-path): Removed. Replaced by
1220 defezimage in ezimage.el.
1221 (speedbar-expand-image-button-alist): Removed. Replaced by
1222 ezimage-expand-image-button-alist in ezimage.el.
1223
1224 (speedbar-ignored-directory-regexp)
1225 (speedbar-add-ignored-directory-regexp)
1226 (speedbar-ignored-directory-expressions)
1227 (speedbar-line-directory, speedbar-buffers-line-directory)
1228 (speedbar-directory-line, speedbar-buffers-line-directory):
1229 Renamed, replacing `path' with `directory'.
1230
1231 (speedbar-create-directory, speedbar-expand-line-descendants)
1232 (speedbar-toggle-line-expansion)
1233 (speedbar-contract-line-descendants): New commands.
1234
1235 (speedbar-query-confirmation-method, speedbar-select-frame-method)
1236 (speedbar-use-tool-tips-flag): New options.
1237
1238 (speedbar-check-read-only, speedbar-require-version)
1239 (speedbar-insert-separator, speedbar-buffers-tail-notes)
1240 (speedbar-handle-delete-frame, speedbar-try-completion)
1241 (speedbar-update-localized-contents): New functions.
1242
1243 (speedbar-incompatible-version, speedbar-ro-to-do-point)
1244 (speedbar-object-read-only-indicator): New variables.
1245
1246 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1247 New hooks.
1248
1249 (speedbar-separator-face): New face.
1250
1251 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1252 (speedbar-ignored-modes): Add fundamental-mode.
1253 (speedbar-directory-unshown-regexp): Add . directories.
1254
1255 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1256 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1257 `]' for full expand/close.
1258 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1259
1260 (speedbar-check-vc): Support hidden files.
1261 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1262 (speedbar-this-file-in-vc): Use vc-state if available. If VC
1263 state is nil, it is not checked out.
1264
1265 (speedbar-line-text, speedbar-line-token): Support expand buttons
1266 with no text.
1267 (speedbar-refresh): Universal argument acts as power-click.
1268 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1269 that buffer to get variable values.
1270
1271 And many other bugfixes.
1272
1273 * dframe.el, ezimage.el, sb-image.el: New files.
1274
1275 * sb-*.xpm: Remove files. New image files installed into
1276 etc/images/ezimage.
1277
1278 2005-09-30 Kenichi Handa <handa@m17n.org>
1279
1280 * ps-mule.el (ps-mule-show-warning): If a character is in
1281 ps-print-translation-table, don't treat it as non-printable.
1282
1283 2005-09-30 David Ponce <david@dponce.com>
1284
1285 * tree-widget.el (tree-widget-themes-load-path): New variable.
1286 (tree-widget-themes-directory): Doc fix.
1287 (tree-widget-image-formats) [Emacs]: Doc fix.
1288 (tree-widget--locate-sub-directory): New function.
1289 (tree-widget-themes-directory): Use it.
1290
1291 * recentf.el (recentf-filename-handlers): Rename from
1292 `recentf-filename-handler'. Allow a list of functions.
1293 (recentf-menu-items-for-commands): Fix :help strings.
1294 (recentf-apply-filename-handlers): New function.
1295 (recentf-expand-file-name): Use it.
1296 (recentf-cleanup): Remove duplicates too.
1297
1298 2005-09-29 Juri Linkov <juri@jurta.org>
1299
1300 * faces.el: Rearrange face definitions to be in the same order as
1301 their face descriptions in "(emacs)Standard Faces".
1302
1303 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1304
1305 * tooltip.el (tooltip): Add group `basic-faces'.
1306
1307 * buff-menu.el (Buffer-menu-buffer): Remove group
1308 `font-lock-highlighting-faces'.
1309
1310 * progmodes/compile.el (compilation-error, compilation-warning)
1311 (compilation-info, compilation-line-number, compilation-column-number):
1312 Change group from `font-lock-highlighting-faces' to `compilation'.
1313
1314 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1315 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1316 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1317 (vhdl-font-lock-reserved-words-face)
1318 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1319 `font-lock-highlighting-faces'.
1320
1321 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1322
1323 2005-09-28 Kim F. Storm <storm@cua.dk>
1324
1325 * emulation/cua-base.el: Set CUA move property on additional commands:
1326 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1327 forward-sexp, backward-sexp, forward-list, backward-list.
1328
1329 2005-09-28 Romain Francoise <romain@orebokech.com>
1330
1331 * comint.el (comint-show-output): Really set point at the
1332 beginning of the output when not using `comint-use-prompt-regexp'.
1333
1334 2005-09-27 Jay Belanger <belanger@truman.edu>
1335
1336 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1337 in TeX mode.
1338
1339 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
1340
1341 * textmodes/org.el (org-table-sum): Fix format string.
1342
1343 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1344 Quote face names.
1345
1346 2005-09-26 Romain Francoise <romain@orebokech.com>
1347
1348 * isearch.el (isearch-forward-regexp): Close doc string.
1349
1350 2005-09-25 Richard M. Stallman <rms@gnu.org>
1351
1352 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1353
1354 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1355
1356 * progmodes/compile.el (compilation-error-properties):
1357 When getting the file from the previous error message,
1358 correctly decode the new data format.
1359
1360 * progmodes/cc-cmds.el (c-electric-paren):
1361 Call old-blink-paren only for close-paren.
1362
1363 2005-09-24 Andreas Schwab <schwab@suse.de>
1364
1365 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1366 condition.
1367
1368 2005-09-25 Romain Francoise <romain@orebokech.com>
1369
1370 * dired-aux.el (dired-copy-file-recursive):
1371 * dired.el (dired-delete-file):
1372 * ediff-mult.el (ediff-dir-diff-copy-file):
1373 * ediff-util.el (ediff-test-save-region):
1374 * forms.el (forms-mode):
1375 * ido.el (ido-file-internal, ido-delete-file-at-head):
1376 * log-edit.el (log-edit-done):
1377 * ses.el (ses-yank-resize):
1378 * play/gomoku.el (gomoku-human-plays, gomoku)
1379 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1380 (gomoku-offer-a-draw):
1381 * play/landmark.el (lm-human-resigns, lm):
1382 * net/eudcb-ldap.el (eudc-ldap-check-base):
1383 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1384 * progmodes/ebrowse.el (ebrowse-find-pattern):
1385 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1386 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1387 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1388
1389 * vc.el (vc-delete-file):
1390 * play/gomoku.el (gomoku-terminate-game, gomoku)
1391 (gomoku-prompt-for-move, gomoku-human-takes-back):
1392 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1393 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1394
1395 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1396
1397 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1398 color rxvt terminals by using the code xterm.el used to use before
1399 2005-04-09 in order to match the colors used by rxvt.
1400
1401 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1402
1403 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1404 colors rxvt-unicode terminals by using the same code as xterm.el.
1405
1406 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1407
1408 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1409 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1410 new symbol used for the tex-verbatim face.
1411
1412 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1413
1414 * woman.el (woman-file-name):
1415 * wid-edit.el (widget-file-prompt-value)
1416 (widget-coding-system-prompt-value):
1417 * w32-fns.el (set-w32-system-coding-system):
1418 * vc.el (vc-version-diff, vc-annotate):
1419 * textmodes/reftex-auc.el (reftex-arg-cite)
1420 (reftex-arg-index-tag):
1421 * textmodes/refer.el (refer-get-bib-files):
1422 * textmodes/artist.el (artist-figlet-choose-font):
1423 * terminal.el (terminal-emulator):
1424 * replace.el (occur-read-primary-args):
1425 * rect.el (string-rectangle, string-insert-rectangle):
1426 * ps-print.el (ps-print-preprint):
1427 * progmodes/pascal.el (pascal-goto-defun):
1428 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1429 * progmodes/compile.el (compilation-find-file):
1430 * printing.el (pr-interactive-n-up):
1431 * play/animate.el (animate-birthday-present):
1432 * net/rcompile.el (remote-compile):
1433 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1434 * mail/rmailsum.el (rmail-summary-search-backward)
1435 (rmail-summary-search):
1436 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1437 (rmail-output-read-file-name):
1438 * mail/rmail.el (rmail-search, rmail-search-backwards):
1439 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1440 * locate.el (locate):
1441 * international/quail.el (quail-show-keyboard-layout):
1442 * international/mule.el (set-buffer-file-coding-system)
1443 (revert-buffer-with-coding-system, set-file-name-coding-system)
1444 (set-terminal-coding-system, set-keyboard-coding-system)
1445 (set-next-selection-coding-system):
1446 * international/mule-diag.el (describe-coding-system)
1447 (describe-font, describe-fontset):
1448 * international/mule-cmds.el (universal-coding-system-argument)
1449 (search-unencodable-char, describe-input-method)
1450 (set-language-environment, describe-language-environment):
1451 * international/codepage.el (codepage-setup):
1452 * international/code-pages.el (codepage-setup):
1453 * info.el (Info-search, Info-follow-reference)
1454 (Info-search-backward):
1455 * emacs-lisp/advice.el (ad-read-advised-function)
1456 (ad-read-advice-class, ad-clear-cache, ad-activate)
1457 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1458 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1459 (ad-read-regexp):
1460 * ediff-util.el (ediff-toggle-regexp-match):
1461 * ediff-ptch.el (ediff-prompt-for-patch-file):
1462 * dired-aux.el (dired-diff):
1463 * diff.el (diff):
1464 * cus-edit.el (custom-variable-prompt):
1465 * calendar/timeclock.el (timeclock-ask-for-project):
1466 * calc/calcalg3.el (calc-get-fit-variables):
1467 * calc/calc-store.el (calc-edit-variable)
1468 (calc-permanent-variable):
1469 * vc-mcvs.el (vc-mcvs-register):
1470 * shadowfile.el (shadow-define-literal-group):
1471 * woman.el (woman-file-name):
1472 * vc.el (vc-version-diff, vc-merge):
1473 * textmodes/reftex-index.el (reftex-index-complete-tag):
1474 * format.el (format-decode-buffer, format-decode-region):
1475 * emulation/viper-cmd.el (viper-read-string-with-history):
1476 * emacs-lisp/debug.el (cancel-debug-on-entry):
1477 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1478 * ediff.el (ediff-merge-revisions)
1479 (ediff-merge-revisions-with-ancestor, ediff-revision):
1480 * completion.el (interactive-completion-string-reader):
1481 * calc/calc-prog.el (calc-user-define-formula):
1482 Follow convention for reading with the minibuffer.
1483
1484 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
1485
1486 * progmodes/python.el (python-describe-symbol): Add globals() and
1487 locals() to the arguments of emacs.ehelp.
1488
1489 2005-09-24 Magnus Henoch <mange@freemail.hu>
1490
1491 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
1492 New function, code extracted from ispell-valid-dictionary-list.
1493 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
1494 Call it.
1495
1496 2005-09-24 Eli Zaretskii <eliz@gnu.org>
1497
1498 * subr.el (version-regexp-alist): Extend valid syntax for version
1499 strings: allow any of the characters -,_,+ to separate the
1500 alpha/beta/rc part from the version part. Doc fix.
1501 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
1502
1503 2005-09-23 David Reitter <david.reitter@gmail.com>
1504
1505 * mail/mailclient.el: New file.
1506
1507 2005-09-23 Richard M. Stallman <rms@gnu.org>
1508
1509 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
1510 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
1511 Doc fixes.
1512
1513 * progmodes/cc-mode.el (c-font-lock-init):
1514 Specify font-lock-lines-before.
1515
1516 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1517
1518 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
1519 whole conflict.
1520
1521 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
1522
1523 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
1524 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
1525 of `remap' feature when available. Additional key bindings for
1526 better tty support.
1527 (org-mode-restart, org-force-self-insert): New commands.
1528 (org-time-stamp-inactive): New command.
1529 (org-remap): New function.
1530 (org-table-auto-blank-field, org-level-color-stars-only): New options.
1531 (org-enable-fixed-width-editor): Move to `org-structure'
1532 customization group.
1533 (org-self-insert-command, orgtbl-self-insert-command): Modify to
1534 blank field after field motion commands.
1535
1536 2005-09-23 Kenichi Handa <handa@m17n.org>
1537
1538 * international/mule-cmds.el (set-language-environment):
1539 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
1540 have to call utf-translate-cjk-load-tables.
1541
1542 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1543
1544 * mouse.el (mouse-move-drag-overlay): Fix last change.
1545
1546 2005-09-22 David Ponce <david@dponce.com>
1547
1548 * tree-widget.el (tree-widget-value-create): Fix previous change.
1549
1550 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1551
1552 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
1553
1554 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1555
1556 * mouse.el (mouse-move-drag-overlay): New function.
1557 (mouse-drag-region-1): Use it.
1558 Try to simplify a bit the state handling. Handle clicks on links
1559 inside intangible areas.
1560 (mouse-save-then-kill): Minor simplification.
1561 (mouse-secondary-overlay): Make it always non-nil instead of
1562 recreating it each time.
1563 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
1564 (mouse-kill-secondary, mouse-secondary-save-then-kill):
1565 Simplify accordingly.
1566
1567 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
1568
1569 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
1570
1571 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
1572
1573 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
1574 (ediff-file-name-sans-prefix): Treat nil as an empty string.
1575 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
1576 to patch.
1577
1578 * ediff-util.el: Use insert-buffer-substring.
1579
1580 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
1581
1582 * emulation/viper-cmd.el (viper-change-state): Don't move over the
1583 field boundaries in the minibuffer.
1584 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
1585 (viper-minibuffer-post-command-hook): New hook.
1586 (viper-line): Don't move cursor at bolp.
1587
1588 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
1589
1590 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
1591 avoid compiler warnings.
1592
1593 * emulation/viper-macs.el (ex-map): Better messages.
1594
1595 * emulation/viper-utils.el (viper-beginning-of-field): New function.
1596
1597 * emulation/viper.el: Replace make-variable-buffer-local with
1598 viper-make-variable-buffer-local everywhere, to avoid warnings.
1599
1600 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1601
1602 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1603 Delete unused var `old-selected-window'.
1604 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
1605 (mouse-drag-secondary): Delete unused var `start-frame'.
1606
1607 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1608
1609 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
1610
1611 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1612
1613 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
1614 Re-indent within 80 columns. Use inhibit-read-only.
1615
1616 2005-09-19 Romain Francoise <romain@orebokech.com>
1617
1618 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
1619
1620 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1621
1622 * font-lock.el (font-lock-default-fontify-region): Don't add a line
1623 unconditionally, since the after-change-function already did it.
1624
1625 2005-09-19 Miles Bader <miles@gnu.org>
1626
1627 * net/newsticker.el: Get rid of CVS keyword.
1628
1629 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
1630
1631 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
1632 The prompt is formatted later.
1633
1634 2005-09-19 David Ponce <david@dponce.com>
1635
1636 * tree-widget.el (tree-widget-value-create): Save the converted
1637 tree :node widget.
1638
1639 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
1640
1641 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
1642 variable `message'.
1643
1644 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
1645
1646 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
1647 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
1648 <slawomir.nowaczyk.847@student.lu.se>.
1649
1650 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
1651
1652 * image.el (image-load-path): Use symbol `data-directory' instead
1653 of its value, for backward compatibility with packages that bind
1654 it during `find-image'. Suggested by Katsumi Yamaoka.
1655 (image-search-load-path): Handle symbols whose values are strings.
1656
1657 2005-09-18 Romain Francoise <romain@orebokech.com>
1658
1659 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
1660 with-current-buffer form in save-excursion.
1661
1662 2005-09-18 D Goel <deego@gnufans.org>
1663
1664 * apropos.el (apropos-command): Fix `message' call: first arg
1665 should be a format spec. In this and all other cases that appear
1666 below and elsewhere in the source code, I made a change only when
1667 two conditions were satisfied: [1] I can think of a possibility
1668 that the arguments would cause an error, for example, the code in
1669 question relies on external variables such as filenames. [2] I
1670 was sure that the arg to `message' could not have been nil in the code.
1671
1672 * textmodes/tildify.el (tildify-region): Ditto.
1673
1674 * textmodes/reftex-index.el (reftex-index-change-entry)
1675 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
1676 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
1677 * textmodes/org.el (org-complete, org-deadline, org-schedule)
1678 (org-priority, org-table-sum):
1679 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
1680 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
1681 (flyspell-word, flyspell-display-next-corrections):
1682 * textmodes/bibtex.el (bibtex-print-help-message):
1683 * textmodes/artist.el (artist-key-set-point-poly):
1684 * term/mac-win.el (mac-services-insert-text):
1685 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
1686 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
1687 (vhdl-port-paste-testbench, vhdl-compose-new-component)
1688 (vhdl-compose-configuration):
1689 * progmodes/sh-script.el (sh-blink, sh-show-indent)
1690 (sh-set-indent, sh-learn-line-indent):
1691 * progmodes/ps-mode.el (ps-mode-target-column):
1692 * progmodes/idlwave.el (idlwave-make-tags)
1693 (idlwave-scan-library-catalogs):
1694 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
1695 * progmodes/gud.el (gud-jdb-analyze-source):
1696 * progmodes/flymake.el (flymake-log):
1697 * progmodes/ebnf2ps.el (ebnf-generate-region):
1698 * progmodes/cmacexp.el (c-macro-expansion):
1699 * progmodes/ada-xref.el (ada-treat-cmd-string):
1700 * progmodes/ada-mode.el (ada-create-case-exception-substring)
1701 (ada-justified-indent-current, ada-batch-reformat):
1702 * play/zone.el (zone):
1703 * play/landmark.el (lm-move):
1704 * play/decipher.el (decipher-show-alphabet):
1705 * net/newsticker.el (newsticker--display-jump)
1706 (newsticker--display-scroll):
1707 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
1708 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
1709 * mail/feedmail.el (feedmail-dump-message-to-queue):
1710 * eshell/esh-proc.el (eshell-remove-process-entry):
1711 * emulation/ws-mode.el (ws-last-error):
1712 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
1713 (viper-record-kbd-macro):
1714 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
1715 * emacs-lisp/lisp-mnt.el (lm-report-bug):
1716 * emacs-lisp/find-func.el (find-function-noselect):
1717 * calendar/timeclock.el (timeclock-status-string)
1718 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
1719 (timeclock-when-to-leave-string):
1720 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
1721 * calc/calc-units.el (calc-enter-units-table):
1722 * calc/calc-mode.el (calc-mode-record-mode):
1723 * woman.el (woman-mini-help):
1724 * wdired.el (wdired-change-to-wdired-mode):
1725 * vc.el (vc-retrieve-snapshot):
1726 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
1727 * startup.el (display-startup-echo-area-message):
1728 * simple.el (set-goal-column):
1729 * ses.el (ses-command-hook, ses-recalculate-cell):
1730 * server.el (server-process-filter):
1731 * printing.el (pr-interface-txt-print, pr-interface-printify)
1732 (pr-interface-ps):
1733 * pcvs.el (cvs-help):
1734 * log-edit.el (log-edit, log-edit-mode-help):
1735 * iswitchb.el (iswitchb-possible-new-buffer):
1736 * isearch.el (isearch-edit-string):
1737 * image-mode.el (image-mode, image-minor-mode):
1738 * ibuf-macs.el (define-ibuffer-filter):
1739 * hi-lock.el (hi-lock-find-patterns):
1740 * files.el (toggle-read-only):
1741 * ediff-util.el (ediff-copy-diff)
1742 (ediff-write-merge-buffer-and-maybe-kill):
1743 * echistory.el (Electric-history-undefined):
1744 * dnd.el (dnd-insert-text):
1745 * dired-aux.el (dired-query):
1746 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
1747 * bookmark.el (bookmark-bmenu-locate):
1748 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
1749 Fix `message' calls to ensure first arg is a format string.
1750 The change was made only when these two conditions were satisfied:
1751 [1] when there is a possibility that the arguments would cause an error
1752 for example, if the code in question relies on external variables
1753 such as filenames, and
1754 [2] if the arg to `message' could not have been nil in the code.
1755
1756 * pcomplete.el (pcomplete--help): Fix `message' format spec.
1757 Not having a %s would be weird, though not technically wrong.
1758
1759 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1760
1761 * term/mac-win.el (mac-add-charset-info): Doc fix.
1762
1763 2005-09-17 Romain Francoise <romain@orebokech.com>
1764
1765 * shell.el (shell-resync-dirs): Handle echoing processes more
1766 reliably. Don't insert resync command if `comint-process-echoes'
1767 is non-nil.
1768
1769 2005-09-17 Magnus Henoch <mange@freemail.hu>
1770
1771 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
1772 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
1773 aspell versions >= 0.60.
1774 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
1775 only if ispell-aspell-supports-utf8 is non-nil.
1776
1777 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1778
1779 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
1780 buffer-local value to lisp-indent-function.
1781
1782 2005-09-17 Milan Zamazal <pdm@zamazal.org>
1783
1784 * progmodes/glasses.el (glasses-make-readable): If
1785 glasses-separator differs from underscore, put appropriate
1786 overlays over underscore characters.
1787 (glasses-convert-to-unreadable): If glasses-separator differs from
1788 underscore, try to convert glasses-separator characters to
1789 underscores.
1790
1791 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1792
1793 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
1794 Use with-syntax-table and dolist.
1795
1796 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
1797
1798 * textmodes/reftex-auc.el:
1799 * textmodes/reftex-cite.el:
1800 * textmodes/reftex-dcr.el:
1801 * textmodes/reftex-global.el:
1802 * textmodes/reftex-parse.el:
1803 * textmodes/reftex-ref.el:
1804 * textmodes/reftex-sel.el:
1805 * textmodes/reftex-toc.el:
1806 * textmodes/reftex-vars.el:
1807 * textmodes/reftex.el: Small changes to remove compiler warnings.
1808
1809 * textmodes/reftex-index.el: Likewise.
1810 (reftex-query-index-phrase): More efficient use of markers.
1811
1812 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1813
1814 * image.el (image-load-path): New variable.
1815 (image-search-load-path): New function.
1816 (find-image): Search for images in `image-load-path'.
1817
1818 2005-09-15 Richard M. Stallman <rms@gnu.org>
1819
1820 * follow.el: Change Maintainer field.
1821
1822 2005-09-15 David Ponce <david@dponce.com>
1823
1824 * recentf.el (recentf-save-file-modes): New option.
1825 (recentf-save-list): Use it.
1826
1827 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
1828
1829 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
1830 (mode-line-mule-info, mode-line-modified): Move bindings from
1831 mouse-3 to mouse-1.
1832
1833 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
1834
1835 * simple.el (sendmail-user-agent-compose): Revert last change.
1836
1837 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1838
1839 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
1840 Use with-current-buffer.
1841 (ange-ftp-gwp-start): Remove unused var `gw-user'.
1842 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
1843 (ange-ftp-insert-directory): Remove unused var `short'.
1844 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
1845
1846 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
1847 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
1848
1849 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
1850 (check-calendar-holidays, diary-list-entries): Autoload.
1851 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
1852 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
1853
1854 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
1855 which mistakenly removed a call to display-buffer.
1856
1857 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
1858
1859 * obsolete/iso-insert.el: Move to obsolete/ from international/.
1860
1861 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
1862
1863 * progmodes/hideshow.el
1864 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
1865 (hs-allow-nesting): New user var.
1866 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
1867 (hs-hide-block-at-point): When nesting allowed,
1868 if there is already an overlay in place, delete it.
1869 (hs-safety-is-job-n): Delete func; remove call sites.
1870 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
1871 (hs-overlay-at): New func.
1872 (hs-already-hidden-p, hs-show-block): Use it.
1873 (hs-hide-all): Don't pre-clean if nesting allowed.
1874 (hs-show-all): Temporarily disallow
1875 nesting around call to `hs-discard-overlays'.
1876
1877 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
1878
1879 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
1880 Delete unused local var.
1881
1882 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
1883
1884 * help-fns.el (describe-categories): "?\ " -> "?\s".
1885 (help-do-arg-highlight): Recognize also ARG-n, as in
1886 `move-to-left-margin' (ARG+n is already recognized). Simplify.
1887
1888 * international/codepage.el (dos-unsupported-char-glyph):
1889 * net/newsticker.el (tool-bar-map, w3-mode-map)
1890 (w3m-minor-mode-map):
1891 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
1892 (ent-alist):
1893 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
1894
1895 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
1896
1897 * custom.el (custom-push-theme): Handle the case where a symbol is
1898 bound but face properties have not yet been assigned.
1899
1900 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
1901 Fix behavior if noerase is `t' and there is no mail buffer.
1902
1903 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
1904 if `continue' is nil, rather than signal an error.
1905
1906 2005-09-12 Richard M. Stallman <rms@gnu.org>
1907
1908 * font-lock.el (font-lock-keywords): Add autoload.
1909
1910 * help-fns.el (describe-variable): Rearrange to put source link
1911 in a predictable place.
1912
1913 * net/newsticker.el: New file.
1914
1915 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1916
1917 * calendar/calendar.el (calendar-for-loop): Add edebug info.
1918 (calendar-basic-setup): Use the new nil arg.
1919 (number-of-diary-entries): Move to diary-lib.el.
1920
1921 * calendar/diary-lib.el: Use with-current-buffer, match-string.
1922 (diary-list-entries): Use with-syntax-table and dolist.
1923 Rename from list-diary-entries.
1924 Use number-of-diary-entries if `number' is nil.
1925 (diary, diary-view-entries): Use this new name and new nil arg value.
1926 (number-of-diary-entries): Move from calendar.el.
1927 (diary-unhide-everything): New function.
1928 (include-other-diary-files, fancy-diary-display)
1929 (diary-show-all-entries, make-diary-entry): Use it.
1930 (diary-mail-entries): Use buffer-string.
1931 (mark-diary-entries): Fix long standing paren typo.
1932 (diary-sexp-entry): Use count-lines.
1933 (make-diary-entry): Avoid `previous-line'.
1934 (diary-mode-map): New var.
1935 (diary-mode): Redraw cal after saving. Setup header-line.
1936 (fancy-diary-display-mode): Use local-set-key.
1937
1938 * startup.el (command-line): Try calling various terminal-init-foo-bar
1939 functions by stripping hyphenated suffixes from $TERM.
1940
1941 * files.el (normal-mode): Check boundness of font-lock-keywords.
1942
1943 2005-09-12 Richard M. Stallman <rms@gnu.org>
1944
1945 * progmodes/compile.el: Don't decide a file's directory
1946 until the user actually tries to go there.
1947 (compilation-next-error-function):
1948 Pass compilation-find-file the directory from the file-struct.
1949 (compilation-internal-error-properties): Separate local FILE-STRUCT
1950 from FILE. Doc the args better. Rename arg FMT to FMTS.
1951 (compilation-find-file): Arg DIR renamed to DIRECTORY.
1952 Expand it, and if nil, use default-directory.
1953 (compilation-get-file-structure): Don't mix specified directory
1954 with default directory. Put specified directory into
1955 file-struct. Don't make the file name absolute.
1956
1957 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1958 (compile-command): Add autoload.
1959 (compilation-disable-input): Add autoload.
1960
1961 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
1962
1963 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
1964 strings of the variables it can override.
1965 (time-stamp): New (as yet undocumented) time-stamp-format escapes
1966 %Q and %q, for fully-qualified domain name and unqualified host name.
1967
1968 2005-09-11 Kim F. Storm <storm@cua.dk>
1969
1970 * emacs-lisp/authors.el (authors-aliases): Update list.
1971 (authors-fixed-entries): Update mldrag.el entry.
1972
1973 2005-09-10 Alan Mackenzie <acm@muc.de>
1974
1975 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
1976 from the region narrowed to.
1977
1978 2005-09-10 Magnus Henoch <mange@freemail.hu>
1979
1980 * textmodes/ispell.el (ispell-check-version): Signal an error if
1981 aspell version is less than 0.60.
1982
1983 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
1984
1985 * progmodes/octave-inf.el (inferior-octave-startup):
1986 Resync current dir at the end.
1987
1988 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
1989
1990 * woman.el (woman-topic-at-point-default):
1991 Rename to woman-use-topic-at-point-default.
1992 (woman-topic-at-point): Rename to woman-use-topic-at-point.
1993 (woman-file-name): Reflect renames above. Automatically use the
1994 word at point as topic if woman-use-topic-at-point is non-nil.
1995 Otherwise offer it as default but don't insert it in the
1996 minibuffer. Also use `test-completion' instead of `assoc' as
1997 suggested by Stefan Monnier.
1998
1999 2005-09-10 Andre Spiegel <spiegel@gnu.org>
2000
2001 * vc.el (vc-directory, vc-update-change-log): Throw an error on
2002 the attempt to do it over Tramp. This is not yet supported.
2003
2004 2005-09-10 Eli Zaretskii <eliz@gnu.org>
2005
2006 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
2007 (menu-bar-non-minibuffer-window-p): New functions.
2008 ("Split Window", "Save As..."): Use them.
2009 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
2010 ("Print Buffer", "Truncate Long Lines in this Buffer"):
2011 Use menu-bar-menu-frame-live-and-visible-p.
2012 ("Save Buffer", "Insert File", "Open Directory...")
2013 ("Open File...", "Visit New File..."):
2014 Use menu-bar-non-minibuffer-window-p.
2015 (kill-this-buffer-enabled-p, dired <menu-enable>):
2016 Use menu-bar-non-minibuffer-window-p.
2017
2018 2005-09-09 Eli Zaretskii <eliz@gnu.org>
2019
2020 * cus-start.el (all): Don't complain about fringe-related
2021 built-ins if fringes are not supported. Ditto about
2022 selection-related built-ins. Fix the test for GTK-related built-ins.
2023
2024 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
2025 ("Postscript Print Buffer", "Print Region", "Save As...")
2026 ("Save", "Insert File...", "Open Directory...")
2027 ("Open File...", "Visit New File..."")
2028 ("Truncate Long Lines in this Buffer"): Don't look at
2029 menu-updating-frame if this display does not support multiple frames.
2030
2031 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2032
2033 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
2034
2035 2005-09-09 Emilio Lopes <eclig@gmx.net>
2036
2037 * woman.el: Format- and whitespace-related changes.
2038
2039 2005-09-09 Eli Zaretskii <eliz@gnu.org>
2040
2041 * woman.el: Fix my email address.
2042
2043 2005-09-08 Richard M. Stallman <rms@gnu.org>
2044
2045 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
2046 (sh-mode): Locally set skeleton-pair-default-alist.
2047
2048 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
2049
2050 * progmodes/flymake.el: Require `compile' unconditionally.
2051
2052 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
2053
2054 * woman.el (woman-file-name): Provide a default, not initial input.
2055
2056 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
2057
2058 * font-lock.el (font-lock-support-mode): Doc fix.
2059
2060 * descr-text.el (describe-property-list): Handle non-symbol prop names.
2061
2062 2005-09-08 Richard M. Stallman <rms@gnu.org>
2063
2064 * simple.el (blink-matching-open): Get rid of text props from
2065 the string shown in echo area. Don't permanently set point.
2066 Some rearrangements.
2067
2068 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
2069
2070 * recentf.el (recentf-filename-handler): Add custom choice
2071 `abbreviate-file-name'.
2072
2073 * msb.el (msb--very-many-menus): Fix typo.
2074
2075 * disp-table.el (standard-display-european): Don't set
2076 enable-multibyte-characters to nil.
2077
2078 2005-09-08 David Ponce <david@dponce.com>
2079
2080 * recentf.el (recentf-show-file-shortcuts-flag): New option.
2081 (recentf-expand-file-name): Doc fix.
2082 (recentf-dialog-mode-map): Define digit shortcuts.
2083 (recentf--files-with-key): New variable.
2084 (recentf-show-digit-shortcut-filter): New function.
2085 (recentf-open-files-items): New function.
2086 (recentf-open-files): Use it.
2087 (recentf-open-file-with-key): New command.
2088
2089 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
2090
2091 * buff-menu.el (Buffer-menu-sort-by-column): New function.
2092 Suggested by Kim F. Storm.
2093 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
2094 (Buffer-menu-make-sort-button): Use global keymap.
2095
2096 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
2097
2098 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
2099 (Man-getpage-in-background-advice): Remove defadvice; it isn't
2100 necessary any longer with the remapped command.
2101 (Man-bgproc-sentinel-advice): Remove defadvice which counts
2102 formatting time only.
2103
2104 * net/tramp.el (tramp-action-password)
2105 (tramp-multi-action-password): Compile the password prompt from
2106 `method', `user' and `host'. Sometimes it isn't obvious which
2107 password to enter, for example with remote files offered by
2108 recentf.el, or with multiple steps. Suggested by Robert Marshall
2109 <robert@chezmarshall.freeserve.co.uk>.
2110
2111 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2112
2113 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2114 Fix regexp for when "s///" is at the beginning of line.
2115
2116 2005-09-07 Jay Belanger <belanger@truman.edu>
2117
2118 * calc/calc-poly.el (math-expand-term): Multiply out any powers
2119 when in matrix mode.
2120
2121 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2122
2123 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
2124 non-anonymous functions.
2125
2126 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
2127
2128 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
2129 when using a header line. Otherwise, use mouse-1-click-follows-link.
2130
2131 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
2132 can't be moved; don't signal an error.
2133
2134 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
2135
2136 * cus-theme.el (custom-theme-write-faces): Save the current face
2137 spec, not the defface spec.
2138
2139 * custom.el (custom-known-themes): Clarify meaning of "standard".
2140 (custom-push-theme): Save old values in the standard theme.
2141 (disable-theme): Correct typo.
2142 (custom-face-theme-value) Deleted unused function.
2143 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
2144
2145 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2146
2147 * progmodes/compile.el (compilation-goto-locus): Take into account
2148 iconified frames when determining whether the buffer is
2149 already visible.
2150 Don't reset window height if the window already existed.
2151
2152 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
2153
2154 * custom.el (load-theme): Rename from require-theme.
2155 Add interactive spec.
2156 (enable-theme): Rename from custom-enable-theme.
2157 Add interactive spec.
2158 (disable-theme): Rename from custom-disable-theme.
2159 Add interactive spec.
2160 (custom-make-theme-feature): Doc fix.
2161 (custom-theme-directory): Doc fix.
2162 (provide-theme): Call enable-theme.
2163
2164 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2165
2166 * obsolete/lazy-lock.el (lazy-lock-mode):
2167 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
2168 font-lock-mode if it's off. Print a warning instead.
2169
2170 * progmodes/compile.el (compilation-start): Ignore errors if the
2171 process died before we get to send-eof.
2172
2173 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
2174 Undo last change. Enclosing the result in quotes broke things on Unix
2175 since tex-send-command passes it through shell-quote-argument.
2176 (tex-send-command): Pass `file' through convert-standard-filename
2177 when possible.
2178 (tex-uptodate-p): Handle the case where TeX hasn't put additional
2179 info in a transcript.
2180
2181 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
2182
2183 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
2184 fix compilation warning. Reorder the key definitions to group
2185 together keys emitted by the current version of xterm.
2186
2187 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
2188 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
2189 Reorder predicates to correct min-color usage.
2190
2191 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
2192
2193 * longlines.el (longlines-mode): Inhibit read-only when encoding.
2194 Kill local variables when longlines-mode is turned off.
2195
2196 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2197
2198 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
2199
2200 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
2201
2202 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
2203
2204 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
2205 (font-lock-lines-before): Change default to being inactive.
2206 (font-lock-default-fontify-region): Obey font-lock-lines-before.
2207 (font-lock-after-change-function): Don't handle f-l-lines-before here.
2208
2209 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2210
2211 * net/tramp.el (tramp-handle-make-auto-save-file-name):
2212 Deactivate temporarily advice if active (not needed for Emacs 22,
2213 but for backwards compatibility).
2214 (tramp-exists-file-name-handler): Rewrite. First implementation
2215 was too simple.
2216 (tramp-advice-make-auto-save-file-name):
2217 Call `tramp-handle-make-auto-save-file-name' (again, just for
2218 backwards compatibility).
2219
2220 2005-08-31 Reto Zimmermann <reto@gnu.org>
2221
2222 * progmodes/vhdl-mode.el
2223 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
2224 (vhdl-end-p): Fix indentation bug "else" after "-- when".
2225 (vhdl-set-default-project): New function (easier setting of default).
2226 (vhdl-port-copy): Handle extended identifiers for generics.
2227 (vhdl-compiler-alist): Better description for error message regexp.
2228 (vhdl-make): Query for target, use previous as default.
2229 (vhdl-port-copy): Fix port copy for port names starting with "signal".
2230 (vhdl-font-lock-keywords-2): Fix fontification for record
2231 el. assign.
2232 (vhdl-speedbar-make-subpack-line): Add package body link.
2233 (vhdl-generate-makefile-1): Not include itself as dependency.
2234 (vhdl-font-lock-init): Highlight c-preprocessor directives.
2235 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
2236 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
2237 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
2238 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
2239 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
2240 (vhdl-import-project): Add string argument for `error'.
2241 (vhdl-compose-configuration)
2242 (vhdl-compose-configuration-architecture): Add configuration
2243 declaration generation.
2244 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
2245 (vhdl-trailer-re): Add "record" keyword (better indentation).
2246 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2247 "[^ \t-\"]+".
2248 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2249 (vhdl-testbench-entity-file-name)
2250 (vhdl-testbench-architecture-file-name): Allow separate
2251 customization of testbench file names.
2252 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2253 (vhdl-get-visible-signals): Allow newline within alias declaration.
2254 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2255 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
2256 (member-ignore-case): Alias for missing function in XEmacs.
2257 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
2258 (vhdl-update-sensitivity-list): Ignore case on read signals.
2259 (vhdl-replace-string): Adjust case only for file names.
2260 (vhdl-update-sensitivity-list): Fix search for read signals.
2261 (vhdl-update-sensitivity-list): Exclude formal parameters.
2262 (vhdl-get-visible-signals): Include aliases of signals.
2263 (vhdl-get-visible-signals): Fix signal name searching.
2264 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2265 (vhdl-fixup-whitespace-region): Fix for character
2266 literals (e.g. ':').
2267
2268 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
2269
2270 * ansi-color.el (comint-last-output-start):
2271 * bs.el (font-lock-verbose):
2272 * diff-mode.el (add-log-buffer-file-name-function):
2273 * dired-x.el (vm-folder-directory):
2274 * faces.el (help-xref-stack-item):
2275 * files.el (font-lock-keywords):
2276 * find-lisp.el (dired-buffers, dired-subdir-alist):
2277 * ido.el (cua-inhibit-cua-keys):
2278 * log-view.el (cvs-minor-wrap-function):
2279 * outline.el (font-lock-warning-face):
2280 * simple.el (compilation-current-error):
2281 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2282 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2283 * tooltip.el (comint-prompt-regexp):
2284 * w32-fns.el (explicit-shell-file-name):
2285 * term/mac-win.el (mac-charset-info-alist)
2286 (mac-services-selection, mac-system-script-code):
2287 * term/tty-colors.el (msdos-color-values):
2288 * term/w32-win.el (xlfd-regexp-registry-subnum):
2289 * term/x-win.el (x-keysym-table, x-selection-timeout)
2290 (x-session-id, x-session-previous-id):
2291 * textmodes/ispell.el (mail-yank-prefix):
2292 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2293 * textmodes/org.el (calc-embedded-close-formula)
2294 (calc-embedded-open-formula)
2295 (font-lock-unfontify-region-function):
2296 * textmodes/reftex-global.el (isearch-next-buffer-function)
2297 (TeX-master):
2298 * textmodes/reftex.el (font-lock-keywords):
2299 * textmodes/tex-mode.el (font-lock-comment-face)
2300 (font-lock-doc-face):
2301 * textmodes/texinfo.el (outline-heading-alist):
2302 Add defvars.
2303
2304 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2305 (artist-spray-chars, artist-mode-init, artist-replace-string)
2306 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2307 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2308 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2309
2310 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2311 (conf-align-assignments): "?\ " -> "?\s".
2312
2313 * textmodes/reftex-index.el (TeX-master): Add defvar.
2314 (reftex-index-phrases-marker): Move up defvar.
2315
2316 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2317 (reftex-toc-include-labels-indicator)
2318 (reftex-toc-include-index-indicator)
2319 (reftex-toc-max-level-indicator): Move up declarations.
2320
2321 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
2322 of args to `tramp-run-real-handler', even if it's empty in this case.
2323
2324 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2325
2326 * dired.el (dired-move-to-filename-regexp): Add date format for
2327 Mac OS X 10.3 in East Asian locales.
2328
2329 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2330
2331 * files.el (make-auto-save-file-name): Add file name handler call
2332 if applicable.
2333
2334 * net/tramp.el (tramp-file-name-handler-alist)
2335 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
2336 (tramp-handle-make-auto-save-file-name): Rename from
2337 `tramp-make-auto-save-file-name'.
2338 (tramp-exists-file-name-handler): New defun.
2339 (tramp-advice-make-auto-save-file-name): Make defadvice only when
2340 `make-auto-save-file-name' is not a magic file name operation.
2341
2342 2005-08-30 Richard M. Stallman <rms@gnu.org>
2343
2344 * files.el (risky-local-variable-p):
2345 Match `-predicates' and `-commands.
2346
2347 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2348 (custom-save-all): Visit the file if necessary;
2349 kill the buffer if we created it.
2350 (custom-save-delete): Don't visit file or kill buffer here.
2351
2352 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
2353
2354 * textmodes/org.el (org-special-keyword): New face.
2355 (org-table-copy-down, org-table-eval-formula)
2356 (org-table-recalculate, org-init-section-numbers):
2357 Use `string-to-number' instead of `string-to-int'.
2358 (org-get-location): Use `insert-buffer-substring' instead of
2359 `insert-buffer'.
2360 (org-modify-diary-entry-string): New function.
2361 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2362 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2363 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2364 active region.
2365 (org-export-as-html): Handle QUOTE keyword.
2366 (org-quote-string): New option.
2367 (org-bookmark-jump-unhide): New function, used for
2368 `bookmark-after-jump-hook'.
2369 (org-diary-default-entry): Apply only when not called through
2370 `org-agenda'.
2371
2372 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2373
2374 * net/eudc.el (mode-popup-menu):
2375 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2376 * progmodes/ada-mode.el (compile-auto-highlight)
2377 (skeleton-further-elements):
2378 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2379 * progmodes/cmacexp.el (msdos-shells):
2380 * progmodes/compile.el (font-lock-extra-managed-props)
2381 (font-lock-keywords, font-lock-maximum-size)
2382 (font-lock-support-mode):
2383 * progmodes/grep.el (font-lock-lines-before):
2384 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2385 * progmodes/mixal-mode.el (compile-command):
2386 * progmodes/perl-mode.el (font-lock-comment-face)
2387 (font-lock-doc-face, font-lock-string-face):
2388 * progmodes/prolog.el (comint-prompt-regexp):
2389 * progmodes/sh-script.el (font-lock-comment-face)
2390 (font-lock-set-defaults, font-lock-string-face):
2391 * progmodes/sql.el (font-lock-keyword-face)
2392 (font-lock-set-defaults, font-lock-string-face):
2393 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2394 (itimer-version, lazy-lock-defer-contextually)
2395 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2396 Add defvars.
2397
2398 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2399 (cperl-electric-keyword, cperl-electric-pod)
2400 (cperl-electric-backspace, cperl-forward-re)
2401 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2402 (vc-rcs-header, vc-sccs-header): Add defvars.
2403
2404 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2405 (font-lock-syntactic-keywords, gud-find-expr-function):
2406 Add defvars.
2407
2408 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2409 (gdb-frame-parameters): Declare before use.
2410
2411 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2412 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2413 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2414 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2415
2416 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2417 (idlwave-help-with-source): Use `insert-buffer-substring', not
2418 `insert-buffer'.
2419
2420 2005-08-29 Juri Linkov <juri@jurta.org>
2421
2422 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2423 Put outline-back-to-heading function call inside save-excursion.
2424
2425 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2426
2427 * man.el (Man-init-defvars, Man-translate-references)
2428 (Man-support-local-filenames, Man-highlight-references):
2429 * progmodes/sql.el (sql-interactive-mode):
2430 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2431
2432 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2433 (compilation-mode-font-lock-keywords): Add defvars.
2434 (checkdoc-interactive-loop): "?\ " -> "?\s".
2435
2436 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2437 (font-lock-doc-face, font-lock-string-face)
2438 (font-lock-keywords-case-fold-search): Add defvars.
2439 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2440
2441 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2442 Don't pass X and Y (they are ignored anyway).
2443 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2444 (mouse-delete-window): Make arguments optional.
2445
2446 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2447 (caesar-translate-table, minor-modes, news-buffer-save)
2448 (news-group-name, news-minor-modes): Add defvars.
2449
2450 * emacs-lisp/lselect.el (mouse-highlight-priority)
2451 (x-lost-selection-functions, zmacs-regions):
2452 * emacs-lisp/pp.el (font-lock-verbose):
2453 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2454 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2455 (ses-mode-map):
2456 * emacs-lisp/tcover-unsafep.el (safe-functions):
2457 * international/mule-cmds.el (mac-system-coding-system)
2458 (mac-system-locale):
2459 * language/ethio-util.el (rmail-current-message)
2460 (rmail-message-vector):
2461 * language/thai-util.el (thai-auto-composition-mode):
2462 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2463 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2464 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2465 (vm-primary-inbox, vm-spool-files):
2466 * mail/rmail.el (deleted-head, font-lock-fontified)
2467 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
2468 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
2469 (total-messages):
2470 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
2471 (rmail-summary-mode-map):
2472 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
2473 (rmail-last-label, rmail-last-multi-labels)
2474 (rmail-summary-vector, rmail-total-messages):
2475 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
2476 * mail/rmailsum.el (msgnum):
2477 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
2478 (rmail-current-message):
2479 * obsolete/fast-lock.el (font-lock-face-list):
2480 * obsolete/rnewspost.el (mail-reply-buffer):
2481 * obsolete/scribe.el (compile-command):
2482 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
2483
2484 2005-08-28 John Paul Wallington <jpw@gnu.org>
2485
2486 * ibuf-ext.el (ibuffer-auto-update-changed):
2487 Use `frame-or-buffer-changed-p' to check whether we need to update.
2488 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
2489 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
2490 as a `frame-or-buffer-changed-p' state vector instead.
2491
2492 2005-08-27 Romain Francoise <romain@orebokech.com>
2493
2494 * textmodes/makeinfo.el (makeinfo-compile):
2495 Use `compilation-start'. Set `next-error-function' according to
2496 `disable-errors'.
2497 (makeinfo-next-error): New function.
2498 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
2499 (makeinfo-buffer): Likewise.
2500
2501 * progmodes/compile.el (compilation-start): Add autoload cookie.
2502
2503 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
2504 * textmodes/sgml-mode.el: Likewise.
2505 * progmodes/python.el: Likewise.
2506
2507 2005-08-27 Eli Zaretskii <eliz@gnu.org>
2508
2509 * simple.el (blink-matching-paren-distance): Document the meaning
2510 of nil value, and allow to customize to nil.
2511
2512 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
2513 command.com, not command.exe.
2514
2515 2005-08-26 John Wiegley <johnw@newartisans.com>
2516
2517 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
2518 code around a bit so that an extraneous nil argument is not added
2519 to a command when no args are given.
2520
2521 * eshell/esh-arg.el (eshell-parse-double-quote): If a
2522 double-quoted argument resolves to nil, return it as an empty
2523 string rather than as nil. This made it impossible to pass "" to
2524 a shell script as a null string argument.
2525
2526 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2527
2528 * outline.el (outline-invent-heading): New fun.
2529 (outline-promote, outline-demote): Use it.
2530 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
2531 (outline-end-of-subtree): Remove unused var `opoint'.
2532
2533 2005-08-26 David Reitter <david.reitter@gmail.com>
2534
2535 * menu-bar.el (truncate-lines, write-file, print-buffer)
2536 (ps-print-buffer-faces, ps-print-buffer, split-window):
2537 Disable menu items when the frame they refer to is invisible, or when
2538 they refer to a buffer and the minibuffer is selected.
2539
2540 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2541
2542 * progmodes/flymake.el (flymake-highlight-err-lines):
2543 Use save-excursion around flymake-highlight-line to preserve point.
2544
2545 2005-08-26 Eli Zaretskii <eliz@gnu.org>
2546
2547 * progmodes/octave-mod.el: Change Author and Maintainer address.
2548 (octave-maintainer-address): Change Kurt's email address.
2549 * progmodes/octave-inf.el: Change Author and Maintainer address.
2550 * progmodes/octave-hlp.el: Change Author and Maintainer address.
2551
2552 2005-08-26 Kim F. Storm <storm@cua.dk>
2553
2554 * subr.el (version-list-<, version-list-<=, version-list-=):
2555 Renamed from integer-list-*.
2556 (version-list-not-zero): Likewise. Fix while loop.
2557 (version=): Use version-list-= instead of string-equal.
2558
2559 2005-08-26 Richard M. Stallman <rms@gnu.org>
2560
2561 * outline.el (outline-promote): Try shortening the heading.
2562 As last resort, read the heading to use.
2563 (outline-demote): As last resort, read the heading to use.
2564
2565 2005-08-26 Romain Francoise <romain@orebokech.com>
2566
2567 * progmodes/compile.el (compilation-start): Doc fix.
2568
2569 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
2570 (antlr-font-lock-additional-keywords): Fix reference to
2571 `antlr-font-lock-literal-regexp' erroneously changed during the
2572 mass face rename.
2573 (antlr-run-tool): Use `compilation-start'.
2574
2575 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
2576 instead of the obsolete `compile-internal'.
2577
2578 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
2579
2580 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
2581 (number, original-date):
2582 * calendar/cal-china.el (date):
2583 * calendar/cal-coptic.el (date):
2584 * calendar/cal-french.el (date):
2585 * calendar/cal-hebrew.el (date, entry, number, original-date):
2586 * calendar/cal-islam.el (date, number, original-date):
2587 * calendar/cal-iso.el (date):
2588 * calendar/cal-julian.el (date):
2589 * calendar/cal-mayan.el (date):
2590 * calendar/cal-menu.el (date, event):
2591 * calendar/cal-persia.el (date):
2592 * calendar/lunar.el (date):
2593 * calendar/solar.el (date): Add defvars.
2594
2595 * emerge.el:
2596 * ibuffer.el:
2597 * info-xref.el:
2598 * obsolete/bg-mouse.el:
2599 * obsolete/sun-curs.el:
2600 * obsolete/swedish.el: Move the `defvar's to the top level.
2601
2602 * smerge-mode.el (smerge-refined-change): Add :group.
2603
2604 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2605
2606 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
2607 (smerge-keep-n): Remove props.
2608 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2609 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
2610 now that it's done in smerge-keep-n.
2611 (smerge-refined-change): New face.
2612 (smerge-refine-chopup-region, smerge-refine-highlight-change)
2613 (smerge-refine): New funs.
2614 (smerge-basic-map): Bind smerge-refine.
2615
2616 2005-08-25 Juri Linkov <juri@jurta.org>
2617
2618 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
2619 compilation-process-setup-function and compilation-disable-input
2620 in grep-mode instead of let-bindings in grep.
2621
2622 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
2623 Delete "Automatic File De/compression" (auto-compression-mode).
2624
2625 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
2626
2627 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
2628 Silence warning about non-existent variable.
2629
2630 2005-08-25 Richard M. Stallman <rms@gnu.org>
2631
2632 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
2633 Rename "Describe Key" to "Describe Key or Mouse Operation".
2634
2635 * mail/mailalias.el (build-mail-aliases): Delete comments
2636 from the contents before processing them.
2637
2638 * isearch.el (isearch-edit-string): Erase the Search prompt
2639 if user enters an empty string and there is no default.
2640
2641 * comint.el (comint-file-name-prefix): Add autoload.
2642
2643 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
2644
2645 * subr.el (play-sound): Rearrange to avoid warning.
2646
2647 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
2648
2649 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
2650 New hook.
2651 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
2652
2653 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2654
2655 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
2656
2657 * custom.el (custom-theme-set-variables): Sort minor modes last.
2658
2659 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2660
2661 * subr.el (version-separator, version-regexp-alist): New vars used by
2662 version comparison funs.
2663 (integer-list-<, integer-list-=, integer-list-<=)
2664 (integer-list-not-zero): New funs for integer list comparison.
2665 (version-to-list, version=, version<, version<=): New funs for version
2666 comparison.
2667
2668 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
2669
2670 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
2671 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
2672 time to silence the byte-compiler.
2673
2674 * ibuffer.el (ibuffer-compile-make-eliding-form)
2675 (ibuffer-check-formats): Use `with-no-warnings' to hide references
2676 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
2677 so it's silly to get warnings for it).
2678 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
2679 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
2680 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
2681 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
2682 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
2683 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
2684 Defvar at compile time.
2685 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
2686 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
2687 Declare them before use.
2688
2689 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
2690 (info-xref-good, info-xref-bad): Defvar at compile time.
2691
2692 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
2693 Use `let*' instead of `let'.
2694
2695 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
2696 (*mouse-y*, menu, char): Defvar at compile time.
2697 (sc::menu): Declare it before use.
2698 (sc::pack-one-line): Use `let', not `let*'.
2699
2700 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
2701 (mail-send-hook): Defvar at compile time.
2702
2703 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
2704 Defvar at compile time.
2705
2706 * term/sun-mouse.el (current-global-mousemap)
2707 (current-local-mousemap): Declare them before use.
2708
2709 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
2710
2711 * bookmark.el (bookmark-after-jump-hook): New hook.
2712 (bookmark-jump): Run `bookmark-after-jump-hook'.
2713
2714 2005-08-23 Juri Linkov <juri@jurta.org>
2715
2716 * faces.el (minibuffer-prompt): Doc fix.
2717
2718 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
2719
2720 * progmodes/xscheme.el: Trivial changes to silence warnings.
2721 (xscheme-previous-mode, xscheme-previous-process-state):
2722 Add defvars.
2723 (xscheme-last-input-end, xscheme-process-command-line)
2724 (xscheme-process-name, xscheme-buffer-name)
2725 (xscheme-expressions-ring-max, xscheme-expressions-ring)
2726 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2727 (xscheme-control-g-synchronization-p)
2728 (xscheme-control-g-disabled-p, xscheme-string-receiver)
2729 (default-xscheme-runlight, xscheme-runlight)
2730 (xscheme-runlight-string, xscheme-process-filter-state)
2731 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
2732 Move to beginning of file.
2733 (scheme-interaction-mode-commands-alist)
2734 (scheme-interaction-mode-map, scheme-debugger-mode-map):
2735 Declare them before use. Note: the initialization code for the variables
2736 has not been moved because it uses functions that reference the variables.
2737 (xscheme-control-g-message-string, xscheme-process-filter-alist)
2738 (xscheme-prompt-for-expression-map): Declare them before use.
2739 (scheme-debugger-mode-commands): "?\ " -> "?\s".
2740
2741 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
2742
2743 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
2744
2745 2005-08-22 Juri Linkov <juri@jurta.org>
2746
2747 * faces.el (set-face-underline): Delete this duplicate function
2748 and make an obsolete alias to set-face-underline-p.
2749 (set-face-underline-p): Use docstring of set-face-underline.
2750 (describe-face): Create hyperlink to parent face.
2751
2752 * info.el (Info-insert-dir): Use save-excursion around
2753 insert-buffer-substring.
2754 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
2755 (Info-escape-percent): Delete function.
2756 (Info-fontify-node): Replace Info-escape-percent by
2757 replace-regexp-in-string with REP arg set to lambda that
2758 duplicates `%' and preserves text properties.
2759
2760 * progmodes/compile.el (compilation-disable-input): Doc fix.
2761 (define-compilation-mode): Doc fix and refill.
2762 (kill-compilation): Use `mode-name' in the error message.
2763 (compilation-find-file): Use `compilation-error' in the
2764 read-file-name's prompt.
2765
2766 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2767
2768 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
2769 (smerge-auto-leave): Make undo re-enable the mode.
2770 (debug-ignored-errors): Add the user-error of impossible resolution.
2771 (smerge-resolve): Move things around a bit, in preparation for later.
2772 (smerge-diff): Don't fail if the buffer has no associated file.
2773 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
2774 (smerge-conflict-overlay): New function.
2775 (smerge-match-conflict): Don't add text properties here.
2776 (smerge-find-conflict): Instead, add an overlay here.
2777 Also check for the case where we're inside a conflict already, so as to
2778 obviate the need for font-lock-multiline, which is unbearably slow with
2779 large conflicts and ciomplex font-lock patterns.
2780 (smerge-remove-props): Remove overlay rather than text-properties.
2781 (smerge-mode): Don't set font-lock-multiline.
2782 Remove overlays when turned off.
2783
2784 2005-08-21 Kim F. Storm <storm@cua.dk>
2785
2786 * ido.el (ido-ignore-item-p): Use save-match-data.
2787 Bind case-fold-search to ido-case-fold locally.
2788
2789 2005-08-20 Richard M. Stallman <rms@gnu.org>
2790
2791 * files.el (normal-mode): If font lock is on, turn it off and on.
2792
2793 * subr.el (replace-regexp-in-string): Doc fix.
2794
2795 * startup.el (command-line-1): Don't suppress startup screen
2796 due to existing processes.
2797
2798 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
2799
2800 * progmodes/compile.el (compilation-disable-input): Default to nil.
2801
2802 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2803
2804 * progmodes/compile.el (compilation-disable-input): New defcustom.
2805 (compilation-start): If compilation-disable-input is non-nil, send
2806 EOF to the compilation process.
2807
2808 2005-08-20 Eli Zaretskii <eliz@gnu.org>
2809
2810 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
2811 Run the argument of tex-shell-cd-command through
2812 convert-standard-filename, to get the correct style of slashes on
2813 Windows, and enclose the result in quotes, in case the file name
2814 includes whitespace or other special characters.
2815
2816 2005-08-19 Andreas Schwab <schwab@suse.de>
2817
2818 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
2819 process.
2820
2821 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
2822
2823 * cus-start.el (minibuffer-prompt-properties): Correct typo.
2824
2825 2005-08-18 Kim F. Storm <storm@cua.dk>
2826
2827 * scroll-lock.el: Fix errors due to incorrect line wrapping.
2828
2829 2005-08-18 Richard M. Stallman <rms@gnu.org>
2830
2831 * scroll-lock.el: New file.
2832
2833 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
2834
2835 * dired.el (dired-move-to-end-of-filename):
2836 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
2837
2838 2005-08-18 Kim F. Storm <storm@cua.dk>
2839
2840 * ido.el (ido-everywhere): Fix defcustom :set function to disable
2841 rather than toggle mode when custom value is nil.
2842 (ido-everywhere): Fix defun doc string.
2843
2844 2005-08-17 Richard M. Stallman <rms@gnu.org>
2845
2846 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
2847 as tag instead of "Inviolable".
2848
2849 2005-08-17 Kim F. Storm <storm@cua.dk>
2850
2851 * windmove.el (windmove-coordinates-of-position): Remove.
2852 (windmove-coordinates-of-window-position): Remove.
2853 (windmove-reference-loc): Use posn-at-point instead.
2854
2855 * subr.el (insert-for-yank-1): Doc fix.
2856
2857 * ido.el (ido-enter-matching-directory): Rename from
2858 ido-enter-single-matching-directory. Change 'slash choice to
2859 'only. Add 'first choice.
2860 (ido-exhibit): Adapt to above changes.
2861
2862 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
2863
2864 * Makefile.in: Expand comment about building loaddefs.el.
2865
2866 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
2867
2868 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
2869 Comment use of defadvice.
2870
2871 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
2872
2873 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
2874
2875 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
2876 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
2877 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
2878 * progmodes/idlw-shell.el, progmodes/ld-script.el,
2879 * progmodes/which-func.el, ruler-mode.el, strokes.el,
2880 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
2881 for backward compatibility for faces that did not appear in the
2882 previous Emacs release.
2883
2884 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
2885
2886 2005-08-15 Kim F. Storm <storm@cua.dk>
2887
2888 * emulation/cua-base.el (cua-delete-region): Return t if
2889 deleted region was non-empty.
2890 (cua-replace-region): Inhibit overwrite-mode for
2891 self-insert-command if replaced region was non-empty.
2892 (cua--explicit-region-start, cua--status-string): Make them
2893 buffer-local at top-level...
2894 (cua-mode): ...rather than when mode is enabled.
2895
2896 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
2897
2898 * progmodes/vhdl-mode.el (vhdl-emacs-21):
2899 Set t for Emacs 21, 22, and so on.
2900
2901 2005-08-15 David Ponce <david@dponce.com>
2902
2903 * tree-widget.el: Update Commentary header.
2904 (tree-widget-theme): Doc fix.
2905 (tree-widget-space-width): New option.
2906 (tree-widget-image-properties): Look up in the default theme too.
2907 (tree-widget--cursors): Only for images with arrow pointer shape.
2908 (tree-widget-lookup-image): Pointer shape is hand by default.
2909 (tree-widget-icon): Rename generic icon widget from
2910 `tree-widget-control'.
2911 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
2912 derive from `tree-widget-icon'.
2913 (tree-widget-handle): Improve default look and feel of the text
2914 representation.
2915 (tree-widget): Rename :*-control properties to :*-icon properties.
2916 Add :action and :help-echo properties.
2917 (tree-widget-after-toggle-functions): Move.
2918 (tree-widget-close-node, tree-widget-open-node): Remove.
2919 (tree-widget-before-create-icon-functions): New hook.
2920 (tree-widget-value-create): Update to allow customization of icons
2921 and nodes at run-time via that new hook.
2922 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
2923 (tree-widget-icon-action, tree-widget-icon-help-echo)
2924 (tree-widget-action, tree-widget-help-echo): New functions.
2925
2926 2005-08-15 Kim F. Storm <storm@cua.dk>
2927
2928 * ido.el (ido-buffer-internal): Use with-no-warnings.
2929 (ido-make-merged-file-list): Use while-no-input.
2930
2931 2005-08-15 Richard M. Stallman <rms@gnu.org>
2932
2933 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
2934 (flyspell-large-region): Fix doc and custom type.
2935
2936 2005-08-14 Richard M. Stallman <rms@gnu.org>
2937
2938 * files.el (interpreter-mode-alist): Doc fix.
2939
2940 * mail/rmail.el (rmail-nonignored-headers): New variable.
2941 (rmail-clear-headers): Use it.
2942 (rmail-reply): Better handling of mail-followup-to header.
2943
2944 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2945 Rename variable from sh-font-lock-keywords. In the `shell' entry,
2946 don't try to refer to executable-font-lock-keywords.
2947 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
2948 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
2949 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
2950 (sh-mode): Set comment-start-skip, local-abbrev-table,
2951 imenu-case-fold-search.
2952 (sh-set-shell): Don't set them here.
2953 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
2954 Don't cache the results in the original alist; don't ever modify
2955 that alist.
2956
2957 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
2958
2959 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
2960 empty.
2961
2962 2005-08-15 Andreas Schwab <schwab@suse.de>
2963
2964 * desktop.el: Put autoload cookie at risky-local-variable declarations.
2965
2966 * dired.el, info.el, mail/rmail.el: Revert last change.
2967
2968 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
2969
2970 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
2971 modification in `eval-after-load' form.
2972 * info.el: Likewise.
2973 * mail/rmail.el: Likewise.
2974
2975 2005-08-14 Juri Linkov <juri@jurta.org>
2976
2977 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2978 Remove highlighting of "Compilation started". Highlight only
2979 the word "finished" in "Compilation finished". Add highlighting
2980 of "interrupt", "killed", "terminated" and the exit code.
2981 (compilation-start): Add newline after header. Use exactly the
2982 same time stamp format as the finishing message.
2983 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
2984
2985 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
2986 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
2987 Add highlighting of "interrupt", "killed", "terminated".
2988
2989 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
2990 enabled and the current command is self-insert-command, call it
2991 explicitly with overwrite-mode bound to nil, to not allow it
2992 to delete the character after the selected region.
2993
2994 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
2995
2996 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
2997 move-end-of-line, end-of-line, and beginning-of-line to the list
2998 of commands after which the echo area is updated.
2999
3000 2005-08-12 Eli Zaretskii <eliz@gnu.org>
3001
3002 * cus-edit.el (custom-save-all, custom-save-delete):
3003 Bind recentf-exclude to exclude custom-file.
3004
3005 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
3006
3007 * mail/rmailsum.el (rmail-summary-end-of-message): New command
3008 to go to the bottom of the mail message. Added to
3009 `rmail-summary-mode-map' with key "/".
3010 (rmail-summary-show-message): New (internal) function for use by
3011 both `rmail-summary-beginning/end-of-message'.
3012 (rmail-summary-beginning-of-message): Change to use
3013 rmail-summary-show-message.
3014
3015 * mail/rmail.el (rmail-end-of-message): New command to go to the
3016 end of the current message. Added to `rmail-mode-map' with key "/".
3017 (rmail-beginning-of-message): Fix to work as documented.
3018 (rmail-mode): Change documentation.
3019
3020 * progmodes/compile.el (compilation-start): Add the line
3021 "Compilation started" with compilation start time.
3022 (compilation-mode-font-lock-keywords): Add `started' to keywords.
3023
3024 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
3025
3026 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
3027 of menu items.
3028
3029 2005-08-11 Richard M. Stallman <rms@gnu.org>
3030
3031 * simple.el (pop-global-mark): Reverse test of widen-automatically.
3032
3033 * battery.el (battery-status-function): Don't use ignore-errors.
3034
3035 2005-08-11 Lute Kamstra <lute@gnu.org>
3036
3037 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
3038 define-obsolete-variable-alias.
3039
3040 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
3041
3042 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
3043 (ange-ftp-send-cmd): Revert last change, and expand
3044 the comment explaining the problem.
3045
3046 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
3047
3048 * ldefs-boot.el: Update.
3049
3050 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
3051 item to "Time, Load and Mail". Change help echo text.
3052
3053 * time.el (display-time-use-mail-icon, display-time-format)
3054 (display-time-string-forms): Shorten first line of docstrings.
3055
3056 2005-08-10 Lars Hansen <larsh@soem.dk>
3057
3058 * desktop.el (desktop-buffer-mode-handlers):
3059 Make non-customizable. Add autoload cookie. Change initial value to
3060 nil; add elements in respective modules instead. Fix doc string.
3061 (desktop-load-file): New function.
3062 (desktop-minor-mode-handlers): New autoloaded variable.
3063 (desktop-create-buffer): Call minor mode handlers.
3064 Use desktop-load-file to load major and minor mode modules prior to
3065 checking for a handler.
3066 (desktop-save): Don't add nil to desktop-minor-modes for minor
3067 modes with nil function in desktop-minor-mode-table. Don't delete
3068 desktop file before rewriting it.
3069 (desktop-locals-to-save): Add autoload cookie. Don't make
3070 automatically buffer-local. Add variables column-number-mode,
3071 size-indication-mode, indent-tabs-mode,
3072 indicate-buffer-boundaries, indicate-empty-lines and
3073 show-trailing-whitespace.
3074 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
3075 regexps. Don't use desktop-clear-preserve-buffers-regexp.
3076 (desktop-clear-preserve-buffers-regexp): Delete.
3077 (desktop-clear-preserve-buffers): Update initial value and docstring.
3078 (desktop-save-buffer): Fix doc string.
3079
3080 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
3081 (hilit-chg-desktop-restore): New function.
3082 (highlight-changes-mode): Add highlight-changes-mode to
3083 desktop-locals-to-save.
3084
3085 * dired.el: Add handler to desktop-buffer-mode-handlers.
3086 (dired-restore-desktop-buffer): Remove autoload cookie.
3087 (dired-mode): Add autoload cookie.
3088
3089 * info.el: Add handler to desktop-buffer-mode-handlers.
3090 (Info-restore-desktop-buffer): Remove autoload cookie.
3091 (Info-mode): Add autoload cookie.
3092
3093 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
3094 (mh-restore-desktop-buffer): Remove autoload cookie.
3095 (mh-folder-mode): Add autoload cookie.
3096
3097 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
3098 (rmail-restore-desktop-buffer): Remove autoload cookie.
3099
3100 2005-08-11 Masatake YAMATO <jet@gyve.org>
3101
3102 * hexl.el (hexl-address-region):
3103 (hexl-ascii-region, hexl-font-lock-keywords):
3104 (hexl-highlight-line-range): Use the term "region"
3105 instead of "area" for consistency with the other symbols
3106 defined in hexl.el.
3107
3108 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
3109
3110 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
3111 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
3112 out by Juri Linkov). Add `display-battery-mode'.
3113
3114 2005-08-09 Juri Linkov <juri@jurta.org>
3115
3116 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3117 Remove `-text' from face variable names.
3118 (compilation-error-file-name, compilation-warning-file-name)
3119 (compilation-info-file-name): Delete faces.
3120 (compilation-line-number, compilation-column-number):
3121 Remove face underlining.
3122 (compilation-message-face): Set to `underline' value by default.
3123 (compilation-error-face, compilation-warning-face)
3124 (compilation-info-face): Remove `-file-name' from face names.
3125 (compilation-error-text-face, compilation-warning-text-face)
3126 (compilation-info-text-face): Delete face variables.
3127 (compilation-text-face): Delete function.
3128
3129 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
3130 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
3131 (grep-error-face): Set to `compilation-error' instead of
3132 `compilation-error-face' (which is redefined to `grep-hit-face' in
3133 grep buffers).
3134 (grep-mode-font-lock-keywords): Remove `-text' from face variable
3135 names. Use `grep-error-face' instead of `compilation-error-text-face'.
3136
3137 * dired-aux.el (dired-do-query-replace-regexp):
3138 Use `query-replace-read-args'.
3139
3140 * replace.el (query-replace-read-from, query-replace-read-to)
3141 (query-replace-read-args): Rename arg `string' to `prompt'.
3142
3143 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
3144
3145 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3146
3147 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
3148 uploading files.
3149 (ange-ftp-canonize-filename): Handle file names beginning with ~
3150 correctly.
3151
3152 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3153
3154 * textmodes/fill.el (canonically-space-region)
3155 (fill-context-prefix, fill-french-nobreak-p)
3156 (fill-delete-newlines, fill-comment-paragraph)
3157 (justify-current-line): "?\ " -> "?\s".
3158
3159 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
3160
3161 * textmodes/fill.el (fill-nonuniform-paragraphs):
3162 Improve argument/docstring consistency.
3163
3164 2005-08-09 Richard M. Stallman <rms@gnu.org>
3165
3166 * textmodes/ispell.el (ispell-word): More fboundp checks.
3167
3168 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
3169 (find-file-noselect-1): Call it here, only if RAWFILE.
3170 (normal-mode): Always set some major mode.
3171 (save-some-buffers-action-alist): Change some explanation strings.
3172 (file-name-non-special): In the `quote' method, use unwind-protect.
3173
3174 2005-08-09 Magnus Henoch <mange@freemail.hu>
3175
3176 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
3177 (ispell-have-aspell-dictionaries): New variable.
3178 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
3179 (ispell-get-aspell-config-value): New function.
3180 (ispell-aspell-find-dictionary): New function.
3181 (ispell-aspell-add-aliases): New function.
3182 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
3183 appropriate. Don't look for ispell dictionaries if we use aspell.
3184 (ispell-menu-map): Don't build a submenu of dictionaries.
3185
3186 2005-08-09 Richard M. Stallman <rms@gnu.org>
3187
3188 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
3189 (sql-read-passwd): Use read-passwd.
3190
3191 * progmodes/idlw-toolbar.el (idlwave-toolbar)
3192 (idlwave-toolbar-is-possible): Add defvars.
3193
3194 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
3195 Avoid warnings.
3196
3197 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
3198 (idlwave-system-class-info, idlwave-executive-commands-alist):
3199 Use defvar.
3200
3201 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
3202
3203 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
3204 Avoid warnings.
3205
3206 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
3207 and content-type: headers.
3208
3209 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
3210
3211 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
3212 and rename some of them to be more self-explanatory.
3213
3214 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
3215
3216 * startup.el (command-line-1): Implement -scriptload.
3217
3218 * replace.el (occur-engine): Initial *Occur* output not undoable.
3219
3220 * menu-bar.el (menu-bar-file-menu): Rename some menu items
3221 and improve help strings.
3222
3223 * isearch.el (isearch-repeat): When changing direction,
3224 mark search successful.
3225
3226 * ediff-init.el: Use (featurep 'xemacs).
3227
3228 * comint.el (send-invisible): Identify buffer, if not selected.
3229
3230 * align.el: Delete autoload for c-guess-basic-syntax.
3231
3232 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3233
3234 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
3235 Improve argument/docstring consistency. Doc fixes.
3236 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
3237 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
3238 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
3239 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
3240 (r2bv-organization, r2bv-pages, r2bv-primary-author)
3241 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
3242 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
3243 Defvar at compile time.
3244
3245 2005-08-09 Juri Linkov <juri@jurta.org>
3246
3247 * info.el: Replace `info' with upper-case `Info' where appropriate.
3248 (info-title-1, info-title-2, info-title-3, info-title-4)
3249 (info-menu-header): Move up face definitions.
3250 (info-menu-star): Rename from `info-menu-5'.
3251 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3252 (Info-fontify-visited-nodes): Fix docstring.
3253 (Info-hide-note-references): Fix docstring.
3254 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3255 menu items in the same way as on cross-references.
3256 (info-apropos): Fix sorting order and formatting to be like in the
3257 stand-alone Info browser. Display error messages for 1 sec.
3258 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
3259 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3260 from the menu bar.
3261 (Info-insert-dir): Restore point after calling
3262 `insert-buffer-substring'.
3263
3264 2005-08-08 Richard M. Stallman <rms@gnu.org>
3265
3266 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3267 (recompute-lucid-menubar): Add defvars.
3268
3269 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3270
3271 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3272
3273 * net/net-utils.el (run-dig): Rename from `dig'.
3274
3275 * play/gametree.el (gametree-mode): Use make-local-variable,
3276 not make-variable-buffer-local.
3277
3278 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3279
3280 * ansi-color.el (ansi-color-make-extent)
3281 (ansi-color-set-extent-face): Use fboundp, not functionp.
3282
3283 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3284 not make-variable-buffer-local.
3285
3286 * bookmark.el (Info-current-file): Add defvar.
3287 (bookmark-jump-noselect): Use with-no-warnings.
3288
3289 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3290
3291 * ebuff-menu.el (Helper-return-blurb): Add defvar.
3292
3293 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3294
3295 * find-file.el (ada-procedure-start-regexp)
3296 (ada-package-start-regexp): Add defvars.
3297
3298 * info.el (Info-insert-dir): Use insert-buffer-substring.
3299
3300 * xml.el (xml-att-def-re): Add defvar.
3301
3302 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3303 calling convention.
3304
3305 * subr.el (while-no-input): Return t if there is input.
3306
3307 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
3308
3309 * cus-start.el (all): Add `overflow-newline-into-fringe'.
3310
3311 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
3312
3313 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3314 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3315
3316 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
3317
3318 * cmuscheme.el (scheme-start-file): Replace reference to
3319 `user-emacs-directory' by "~/.emacs.d/".
3320
3321 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
3322
3323 * info.el (Info-dir-remove-duplicates): Avoid case folding
3324 in loop; instead, keep downcased strings for comparison.
3325 Suggested by Helmut Eller.
3326
3327 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
3328
3329 Sync with Tramp 2.0.50.
3330
3331 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
3332 XEmacs case; not necessary anymore.
3333 (tramp-user-regexp): Allow "@" as part of user name.
3334 (tramp-handle-set-visited-file-modtime)
3335 (tramp-handle-insert-file-contents)
3336 (tramp-handle-write-region): No special handling for
3337 `last-coding-system-used, because this is done in
3338 `tramp-accept-process-output' now.
3339 (tramp-accept-process-output): New defun.
3340 (tramp-process-one-action, tramp-process-one-multi-action)
3341 (tramp-wait-for-regexp, tramp-wait-for-output)
3342 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
3343 Howells <dhowells@redhat.com>.
3344 (clear-visited-file-modtime): Defadvice removed. The check for
3345 unset buffer's modtime does not need to be based on
3346 `tramp-buffer-file-attributes'. Suggested by RMS.
3347 (tramp-message): Insert "\n" if not being at beginning of line.
3348 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3349 sequence with same logic.
3350 (tramp-completion-handle-expand-file-name): Discard call of
3351 `tramp-drop-volume-letter'. It is not necessary, and there have
3352 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3353 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3354 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3355 should always be visible.
3356 (tramp-handle-insert-directory, tramp-setup-complete)
3357 (tramp-set-process-query-on-exit-flag)
3358 (tramp-append-tramp-buffers): Pacify byte-compiler.
3359 (tramp-bug): Delete non-existing variables from list.
3360 Apply `tramp-load-report-modules' as pre-hook.
3361 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3362 `shell-prompt-pattern' because of non-7bit characters.
3363 Reported by Sebastian Luque <sluque@mun.ca>.
3364 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3365 (tramp-match-string-list): Remove function.
3366 (tramp-wait-for-regexp): Remove call of that function.
3367 Suggested by Kim F. Storm <storm@cua.dk>.
3368 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3369 instead of octal character code ?\600. The latter resulted in a
3370 syntax error with XEmacs.
3371
3372 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3373 XEmacs case; not necessary anymore.
3374 (tramp-smb-handle-write-region): No special handling for
3375 `last-coding-system-used, because this is done in
3376 `tramp-accept-process-output' now.
3377 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3378
3379 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3380
3381 * wid-edit.el (widget-choice-value-create):
3382 Unconditionally respect user choice. Set :explicit-choice back to nil
3383 when no longer needed.
3384 (widget-choice-action): Unconditionally respect user choice.
3385 Eliminate :explicit-choice-value.
3386
3387 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3388
3389 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3390 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3391 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3392 running new function `toggle-indicate-empty-lines'.
3393 Rename "Customize" item to "Customize fringe".
3394 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3395 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3396 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3397 Delete "Empty lines only" item.
3398 (menu-bar-showhide-fringe-ind-customize): New function.
3399 (menu-bar-showhide-fringe-ind-mixed)
3400 (menu-bar-showhide-fringe-ind-box)
3401 (menu-bar-showhide-fringe-ind-right)
3402 (menu-bar-showhide-fringe-ind-left)
3403 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3404 instead of `fringe-indicators'.
3405
3406 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3407
3408 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3409 Change the date of last update.
3410
3411 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3412
3413 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3414 (viper-exec-yank, viper-put-back): Don't display modification msg
3415 if in the minibuffer.
3416
3417 * viper-init.el (viper-replace-overlay-cursor-color)
3418 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3419 Make variables frame local.
3420
3421 * viper-util.el (viper-append-filter-alist): Use append instead of
3422 nconc.
3423
3424 * viper.el (viper-vi-state-mode-list)
3425 (viper-emacs-state-mode-list): Move help-mode and
3426 completion-list-mode from the first list to the second.
3427 (viper-mode): Docstring.
3428 (viper-go-away, viper-non-hook-settings): Don't localize
3429 minor-mode-alist in newer Emacsen. Add advice to
3430 set-cursor-color. Don't bind "\C-c\\".
3431
3432 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3433
3434 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3435 (scheme-macro-expand-command): New user options.
3436 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3437 (scheme-form-at-point, scheme-start-file)
3438 (scheme-interactively-start-process): New functions.
3439 (scheme-get-process): New function, extracted from `scheme-proc'.
3440 (run-scheme): Call `scheme-start-file' to get start file, and pass
3441 it to `make-comint'.
3442 (switch-to-scheme, scheme-proc):
3443 Call `scheme-interactively-start-process' if no Scheme buffer/process
3444 is available.
3445
3446 2005-08-06 Juri Linkov <juri@jurta.org>
3447
3448 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3449 Use `compilation-text-face', `compilation-info-text-face' and
3450 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3451 (compilation-error): New face.
3452 (compilation-error-file-name): Inherit from
3453 `compilation-error' instead of `font-lock-warning-face'.
3454 (compilation-warning-file-name): Inherit from
3455 `compilation-warning' instead of `font-lock-warning-face'.
3456 (compilation-info, compilation-error-file-name)
3457 (compilation-warning-file-name, compilation-info-file-name)
3458 (compilation-line-number, compilation-column-number): Doc fix.
3459 (compilation-error-text-face, compilation-warning-text-face)
3460 (compilation-info-text-face): New face variables.
3461 (compilation-line-face, compilation-column-face)
3462 (compilation-enter-directory-face)
3463 (compilation-leave-directory-face): Doc fix.
3464 (compilation-text-face): New function.
3465
3466 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
3467 instead of 1 to display binary file names as info file links.
3468 (grep-error-face): Use `compilation-error-face' instead of
3469 `font-lock-keyword-face'.
3470 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
3471 and `compilation-warning-text-face' instead of
3472 `font-lock-keyword-face'. Use `compilation-error-text-face'
3473 instead of `grep-error-face'.
3474
3475 2005-08-05 Kenichi Handa <handa@m17n.org>
3476
3477 * international/code-pages.el: Add autoload cookies for all coding
3478 systems.
3479
3480 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
3481
3482 * cus-start.el (all): Put undo.c where it alphabetically belongs.
3483
3484 2005-08-04 Juri Linkov <juri@jurta.org>
3485
3486 * progmodes/compile.el (compilation-mode-map):
3487 * progmodes/grep.el (grep-mode-map):
3488 Bind TAB to `compilation-next-error' and [backtab] to
3489 `compilation-previous-error'.
3490
3491 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
3492 matching line numbers, column numbers and their ranges with regexp
3493 matching only line numbers.
3494 (grep-context-face): New face variable.
3495 (grep-mode-font-lock-keywords): Use it.
3496
3497 * faces.el (read-face-name): Delete duplicate faces.
3498
3499 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
3500
3501 * thumbs.el (thumbs-find-image): Don't make variables
3502 automatically buffer local.
3503 (thumbs-current-tmp-filename, thumbs-current-image-filename)
3504 (thumbs-image-num): Make automatically buffer local.
3505 (thumbs-show-thumbs-list): Use `make-local-variable', not
3506 `make-variable-buffer-local'.
3507 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
3508
3509 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
3510 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
3511 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
3512 (bother, bye, canyou, chatlst, continue, deathlst, describe)
3513 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
3514 (feelings-about, foullst, found, hello, history, howareyoulst)
3515 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
3516 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
3517 (neglst, obj, object, owner, please, problems, qlist)
3518 (random-adjective, relation, remlst, repetitive-shortness)
3519 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
3520 (shortlst, something, sportslst, stallmanlst, states, subj)
3521 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
3522 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
3523 Defvar at compile time.
3524
3525 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
3526 not `make-variable-buffer-local'.
3527
3528 2005-08-02 Kim F. Storm <storm@cua.dk>
3529
3530 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
3531 rectangle overlay in selected window.
3532
3533 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
3534
3535 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
3536 instead of display group. Make `indicate-buffer-boundaries'
3537 customizable through Custom.
3538
3539 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
3540
3541 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
3542 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
3543 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
3544 (gdb-put-string): Fix typos in docstrings.
3545
3546 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
3547
3548 Update copyright notices of files in progmodes directory for
3549 release of Emacs 22.1.
3550
3551 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
3552
3553 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
3554 Don't barf if the GUD buffer has been killed.
3555
3556 2005-08-01 Kim F. Storm <storm@cua.dk>
3557
3558 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
3559
3560 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
3561
3562 * simple.el (next-error-follow-minor-mode):
3563 make-variable-buffer-local -> make-local-variable.
3564
3565 * emacs-lisp/cl-extra.el: Require CL also when compiling.
3566
3567 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
3568 (byte-compile-form-make-variable-buffer-local): New functions to warn
3569 about misuses of make-variable-buffer-local where make-local-variable
3570 was meant.
3571
3572 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
3573
3574 * bs.el (bs-attributes-list): Doc fix.
3575 (bs): Update url-link.
3576
3577 * desktop.el (desktop-save-buffer): Fix typos in docstring.
3578 (desktop-load-default): Simplify.
3579
3580 * ibuffer.el (ibuffer-columnize-and-insert-list)
3581 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
3582 (ibuffer-unmark-all, ibuffer-toggle-marks)
3583 (ibuffer-unmark-forward, ibuffer-unmark-backward)
3584 (ibuffer-compile-make-format-form, ibuffer-format-column)
3585 (ibuffer-current-buffers-with-marks)
3586 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
3587 (ibuffer): Doc fix.
3588 (ibuffer-mode): Fix typo in docstring.
3589 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
3590 with `define-obsolete-variable-alias'.
3591 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
3592
3593 2005-07-29 Kenichi Handa <handa@m17n.org>
3594
3595 * international/mule-cmds.el (select-message-coding-system):
3596 Be sure to use LF for end-of-line. If no coding system is decided,
3597 return iso-8859-1-unix.
3598
3599 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
3600
3601 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
3602 (ange-ftp-pending-error-line): New vars.
3603 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
3604 to handle the non-fatal no-route-to-host messages.
3605 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
3606
3607 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
3608
3609 * isearch.el (isearch-mode-map, isearch-other-meta-char)
3610 (isearch-quote-char, isearch-printing-char)
3611 (isearch-text-char-description): "?\ " -> "?\s".
3612 (isearch-lazy-highlight-cleanup)
3613 (isearch-lazy-highlight-initial-delay)
3614 (isearch-lazy-highlight-interval)
3615 (isearch-lazy-highlight-max-at-a-time)
3616 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
3617 Declare with define-obsolete-*-alias macros.
3618 (isearch-forward): Fix typo in docstring.
3619 (search-invisible, search-ring-yank-pointer)
3620 (regexp-search-ring-yank-pointer): Doc fixes.
3621
3622 * recentf.el (recentf-menu-append-commands-p): Declare with
3623 `define-obsolete-variable-alias'.
3624 (recentf-max-saved-items, recentf-menu-filter)
3625 (recentf-arrange-by-rule-subfilter): Doc fixes.
3626 (recentf-menu-append-commands-flag)
3627 (recentf-initialize-file-name-history, recentf-expand-file-name)
3628 (recentf-clear-data): Fix typos in docstrings.
3629
3630 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
3631
3632 * progmodes/gdb-ui.el: Smarten comments.
3633 (gdb-info-breakpoints-custom): Use nowarn when finding file.
3634
3635 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3636
3637 * term/apollo.el (terminal-init-apollo): New function containing
3638 all former top level forms in the file.
3639 * term/bobcat.el (terminal-init-bobcat):
3640 * term/cygwin.el (terminal-init-cygwin):
3641 * term/iris-ansi.el (terminal-init-iris-ansi):
3642 * term/linux.el (terminal-init-linux):
3643 * term/news.el (terminal-init-news):
3644 * term/rxvt.el (terminal-init-rxvt):
3645 * term/sun.el (terminal-init-sun):
3646 * term/tvi970.el (terminal-init-tvi970):
3647 * term/vt100.el (terminal-init-vt100):
3648 * term/vt102.el (terminal-init-vt102):
3649 * term/vt125.el (terminal-init-vt125):
3650 * term/vt200.el (terminal-init-vt200):
3651 * term/vt201.el (terminal-init-vt201):
3652 * term/vt220.el (terminal-init-vt220):
3653 * term/vt240.el (terminal-init-vt240):
3654 * term/vt300.el (terminal-init-vt300):
3655 * term/vt320.el (terminal-init-vt320):
3656 * term/vt400.el (terminal-init-vt400):
3657 * term/vt420.el (terminal-init-vt420):
3658 * term/wyse50.el (terminal-init-wyse50):
3659 * term/xterm.el (terminal-init-xterm): Likewise.
3660
3661 * term/README: Describe the terminal-init-* functionality.
3662
3663 * startup.el (command-line): After loading the terminal initialization
3664 file call the corresponding terminal initialization function.
3665
3666 2005-07-27 Kenichi Handa <handa@m17n.org>
3667
3668 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
3669 negative.
3670
3671 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
3672 (ps-mule-composition-prologue): Fix for the case that
3673 RelativeCompose is false.
3674
3675 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3676
3677 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
3678
3679 * descr-text.el (describe-char): Handle the case where the list of
3680 chars is displayed in a separate frame.
3681 Be a bit more discriminating when looking for the char.
3682
3683 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
3684
3685 * bookmark.el (bookmark-automatically-show-annotations)
3686 (bookmark-read-annotation-text-func): Doc fixes.
3687 (bookmark-save): Improve argument/docstring consistency.
3688 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3689 (bookmark-alist-from-buffer)
3690 (bookmark-upgrade-file-format-from-0)
3691 (bookmark-grok-file-format-version)
3692 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
3693 (bookmark-read-annotation-mode)
3694 (bookmark-insert-current-bookmark, bookmark-jump)
3695 (bookmark-exit-hook): Fix typos in docstrings.
3696 (bookmark-exit-hooks): Define as obsolete alias.
3697 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
3698 not `bookmark-exit-hooks'. Fix docstring.
3699 (bookmark-bmenu-select): "?\ " -> "?\s".
3700
3701 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
3702
3703 * startup.el (command-line): Fix typo.
3704
3705 2005-07-24 Richard M. Stallman <rms@gnu.org>
3706
3707 * tooltip.el (tooltip-mode): Test emacs-basic-display,
3708 not emacs-quick-startup.
3709
3710 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
3711
3712 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
3713 (reb-next-match, reb-show-subexp): Use `with-selected-window'
3714 instead of `reb-with-current-window'.
3715 (reb-prev-match): Likewise. Also, don't move left if the search
3716 was unsuccessful.
3717 (reb-initialize-buffer): New function.
3718 (re-builder, reb-change-syntax): Use it.
3719
3720 * man.el (Man-goto-page): Make second argument NOERROR optional.
3721
3722 2005-07-23 Richard M. Stallman <rms@gnu.org>
3723
3724 * man.el (Man-bgproc-sentinel): Check here for failure to find
3725 any man page in the output, and report the error here.
3726 (Man-arguments): Make it permanent local.
3727 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
3728 (Man-mode): Pass t for NOERROR.
3729
3730 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
3731 (grep-mode-font-lock-keywords):
3732 Don't use compilation-...-face for messages that are not file names.
3733
3734 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3735 Don't use compilation-...-face for messages that are not file names.
3736
3737 2005-07-22 Juri Linkov <juri@jurta.org>
3738
3739 * startup.el (normal-splash-screen): Update menu name.
3740
3741 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
3742
3743 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3744
3745 * term/xterm.el: Load term/rxvt if the terminal is actually an
3746 rxvt terminal.
3747 (xterm-rxvt-set-background-mode): Remove, not used anymore.
3748
3749 * term/rxvt.el (function-key-map): Use substitute-key-definition
3750 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
3751
3752 * term/cygwin.el: New file.
3753
3754 2005-07-22 Kim F. Storm <storm@cua.dk>
3755
3756 * image-file.el (insert-image-file, image-file-yank-handler):
3757 Fix last change to maintain a (unique) yank-handler on yanked images.
3758
3759 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
3760
3761 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
3762 of the file size (as in "177B" for 177 bytes). This happens with
3763 "ls -lh" on FreeBSD.
3764
3765 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
3766
3767 * hilit-chg.el (highlight-changes-global-initial-state)
3768 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
3769 (hilit-chg-fixup, highlight-changes-mode):
3770 Fix typos in docstrings.
3771 (highlight-changes-global-modes, highlight-changes-rotate-faces):
3772 Doc fixes.
3773
3774 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
3775
3776 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
3777 mode function using `eval-after-load'.
3778
3779 2005-07-21 Kim F. Storm <storm@cua.dk>
3780
3781 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
3782 included when reporting an emacs crash, and tell about the DEBUG file.
3783
3784 * image-file.el (insert-image-file): Add yank-handler.
3785 (image-file-yank-handler): Yank handler to make unique copies of
3786 images when they are yanked into a buffer next to each other.
3787
3788 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
3789
3790 * comint.el (comint-use-prompt-regexp, comint-send-input)
3791 (comint-source-default, comint-extract-string)
3792 (comint-get-source, comint-word, comint-completion)
3793 (comint-source, comint-prompt-read-only, comint-update-fence):
3794 Fix typos in docstrings.
3795 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
3796 Declare with define-obsolete-*-alias macros.
3797 (comint-previous-matching-input-from-input)
3798 (comint-next-matching-input-from-input)
3799 (comint-previous-matching-input, comint-next-matching-input)
3800 (comint-forward-matching-input):
3801 Improve argument/docstring consistency.
3802
3803 * desktop.el (desktop-clear-preserve-buffers-regexp):
3804 Also preserve the *server* buffer.
3805
3806 * simple.el (clone-indirect-buffer): Doc fix.
3807 (fixup-whitespace, just-one-space)
3808 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
3809 (next-error, next-error-highlight)
3810 (next-error-highlight-no-select, next-error-last-buffer)
3811 (next-error-buffer-p, next-error-find-buffer, next-error)
3812 (previous-error, next-error-no-select, previous-error-no-select)
3813 (open-line, split-line, minibuffer-prompt-width, kill-new)
3814 (binary-overwrite-mode): Fix typos in docstrings.
3815 (set-fill-column): Fix typo in message.
3816
3817 * skeleton.el (skeleton-proxy-new): Doc fix.
3818
3819 * strokes.el (strokes-load-hook): Doc fix.
3820 (strokes-grid-resolution, strokes-get-grid-position)
3821 (strokes-renormalize-to-grid, strokes-read-stroke)
3822 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
3823 (strokes-global-map): Fix typos in docstrings.
3824 (strokes-help): Doc fix. Fix help message and pass it through
3825 `substitute-command-keys'.
3826
3827 * tempo.el (tempo-insert-prompt, tempo-interactive)
3828 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
3829 (tempo-insert-string-functions, tempo-local-tags)
3830 (tempo-define-template, tempo-insert-template)
3831 (tempo-insert-prompt-compat, tempo-is-user-element)
3832 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
3833 Fix typos in docstrings.
3834
3835 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
3836 (vcursor-key-bindings, vcursor-use-vcursor-map)
3837 (vcursor-find-window, vcursor-scroll-down)
3838 (vcursor-disable, vcursor-beginning-of-buffer)
3839 (vcursor-end-of-buffer): Fix typos in docstrings.
3840 (vcursor-relative-move, vcursor-get-char-count):
3841 Improve argument/docstring consistency.
3842
3843 * version.el: "?\ " -> "?\s".
3844
3845 * wid-edit.el (widget-default-create, widget-after-change)
3846 (widget-default-format-handler, widget-checklist-add-item)
3847 (widget-radio-add-item, widget-choose, widget-specify-secret)
3848 (widget-field-value-create, widget-field-value-get)
3849 (widget-editable-list-format-handler)
3850 (widget-editable-list-entry-create, widget-group-value-create)
3851 (widget-documentation-link-add)
3852 (widget-documentation-string-value-create): "?\ " -> "?\s".
3853 (widget-convert-text): Doc fix.
3854 (widget-narrow-to-field, widget-field-find)
3855 (widget-url-link-action, widget-emacs-library-link-action)
3856 (widget-color-notify): Fix typos in docstrings.
3857
3858 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
3859 (x-select-text, set-w32-system-coding-system)
3860 (w32-add-charset-info): Fix typos in docstrings.
3861
3862 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
3863 (cua-enable-cua-keys, cua-use-hyper-key)
3864 (cua-virtual-rectangle-edges): Fix typos in docstrings.
3865 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
3866
3867 * net/tramp.el (tramp-handle-load): Fix typo in error message.
3868
3869 * emacs-lisp/re-builder.el (regexp-builder): Declare with
3870 `defalias' instead of faking it.
3871
3872 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
3873 (eshell-ls-missing, eshell-ls-dired-initial-args)
3874 (eshell-ls-use-in-dired): Fix typos in docstrings.
3875
3876 2005-07-20 Kim F. Storm <storm@cua.dk>
3877
3878 * emulation/cua-base.el (cua-mode): Improve doc string.
3879
3880 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
3881
3882 * abbrev.el (expand-region-abbrevs): Doc fix.
3883 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
3884 Improve argument/docstring consistency.
3885
3886 * arc-mode.el (archive-get-descr, archive-alternate-display):
3887 Doc fixes.
3888 (archive-l-e): Improve argument/docstring consistency.
3889 (archive-tmpdir, archive-unixdate, archive-unixtime)
3890 (archive-chmod-entry): Fix typos in docstrings.
3891 (archive-unflag, archive-unflag-backwards)
3892 (archive-unmark-all-files): "?\ " -> "?\s".
3893
3894 * buff-menu.el (Buffer-menu-unmark): Doc fix.
3895 (Buffer-menu-not-modified, Buffer-menu-execute)
3896 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
3897 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
3898
3899 * composite.el (compose-string, encode-composition-rule)
3900 (compose-last-chars): Fix typos in docstrings.
3901
3902 * desktop.el (desktop-enable, desktop-basefilename):
3903 Declare with `define-obsolete-variable-alias'.
3904 (desktop-internal-v2s): Don't quote keywords.
3905 (desktop-clear): "?\ " -> "?\s".
3906
3907 * dired.el (dired-align-file, dired-flag-backup-files)
3908 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
3909 (dired-listing-switches, dired-ls-F-marks-symlinks)
3910 (dired-dwim-target, dired-load-hook, dired-mode-hook)
3911 (dired-directory, dired-faces, dired, dired-revert)
3912 (dired-mode, dired-summary, dired-view-file)
3913 (dired-copy-filename-as-kill, dired-delete-file)
3914 (dired-no-confirm, dired-unmark-all-marks)
3915 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
3916 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
3917 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
3918 Fix typos in message strings.
3919
3920 * dired-x.el (virtual-dired): Declare with `defalias'.
3921 (dired-mark-unmarked-files, dired-local-variables-file)
3922 (dired-omit-here-always): Doc fix.
3923 (dired-omit-mode, dired-find-subdir)
3924 (dired-enable-local-variables, dired-clean-up-buffers-too)
3925 (dired-extra-startup, dired-mark-extension, dired-jump)
3926 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
3927 (dired-smart-shell-command, dired-guess-shell-alist-user)
3928 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
3929 (dired-x-bind-find-file, dired-x-submit-report):
3930 Fix typos in docstrings.
3931 (dired-mark-unmarked-files): "?\ " -> "?\s".
3932
3933 * dirtrack.el (dirtrack-list): Fix typos in docstring.
3934
3935 * faces.el (describe-face): "?\ " -> "?\s".
3936 (read-all-face-attributes, read-face-font, modify-face)
3937 (face-attr-construct, italic): Fix typos in docstrings.
3938 (frame-update-face-colors): Declare with
3939 `define-obsolete-function-alias'.
3940
3941 * files.el (find-file-noselect, recode-file-name): Doc fixes.
3942 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
3943 (magic-mode-alist, buffer-file-numbers-unique)
3944 (write-file-functions, get-free-disk-space):
3945 Fix typos in docstrings.
3946 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
3947 (write-contents-hooks, write-file-hooks):
3948 Declare with `define-obsolete-variable-alias'.
3949
3950 * forms-d2.el (arch-rj): Fix typo in docstrings.
3951 (arch-tocol): Likewise. "?\ " -> "?\s".
3952
3953 * frame.el (set-frame-font, cursor-in-non-selected-windows):
3954 Fix typo in docstring.
3955 (set-screen-width, set-screen-height): Delete redundant info in
3956 doctrings.
3957 (new-frame, screen-height, screen-width): Declare with
3958 `define-obsolete-function-alias'.
3959 (delete-frame-hook, blink-cursor): Declare with
3960 `define-obsolete-variable-alias'.
3961
3962 * paths.el (prune-directory-list): Fix typos in docstring.
3963
3964 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
3965 (cvs-prefix-get): Fix typos in docstrings.
3966
3967 * ps-print.el (ps-extend-face-list, ps-extend-face)
3968 (ps-print-background-image): Fix typos in docstrings.
3969 (ps-default-fg, ps-default-bg): Doc fixes.
3970
3971 * s-region.el (s-region-bind): Doc fix.
3972 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
3973
3974 * textmodes/org.el (org-table-formula-substitute-names)
3975 (org-table-get-vertical-vector): Doc fixes.
3976 (org-table-recalculate): Remove unused argument to `message'.
3977
3978 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
3979
3980 * textmodes/org.el (org-table-column-names)
3981 (org-table-column-name-regexp)
3982 (org-table-named-field-locations): New variables.
3983 (org-archive-subtree): Protect `this-command' when calling
3984 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
3985 the kill buffer.
3986 (org-complete): Remove fixed-formula completion.
3987 (org-edit-formulas-map): New variable.
3988 (org-table-edit-formulas): New command.
3989 (org-finish-edit-formulas, org-abort-edit-formulas)
3990 (org-show-variable, org-table-get-vertical-vector): New functions.
3991 (org-table-maybe-eval-formula): Handle `:=' fields.
3992 (org-table-get-stored-formulas, org-table-store-formulas)
3993 (org-table-get-formula, org-table-modify-formulas)
3994 (org-table-replace-in-formulas): Handle named field formulas.
3995 (org-table-get-specials): Store locations of named fields.
3996
3997 2005-07-19 Juri Linkov <juri@jurta.org>
3998
3999 * progmodes/grep.el (grep-regexp-alist)
4000 (grep-mode-font-lock-keywords, grep-process-setup):
4001 Use default GNU grep match color "01;31m" instead of "01;41m".
4002 (grep-regexp-alist, grep-mode-font-lock-keywords):
4003 Use `\\[[0-9]*m' instead of `\\[00m'.
4004 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
4005 sgr_start where its handling is more important. Use the real
4006 length of sgr_start instead of constant 8.
4007 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
4008 specially. Delete all remaining escape sequences.
4009 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
4010 (grep-regexp-alist): Make hyperlink only for binary file name
4011 instead of the whole line.
4012 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
4013 (grep-mode): Add autoload.
4014
4015 * emacs-lisp/find-func.el (find-function-regexp):
4016 Add `define-compilation-mode'.
4017
4018 2005-07-19 Juri Linkov <juri@jurta.org>
4019
4020 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
4021 (compare-windows-sync-string-size, compare-windows-recenter)
4022 (compare-windows-highlight, compare-windows): Add version 22.1.
4023 (compare-windows) <defface>: Inherit from lazy-highlight instead
4024 of duplicating its default value.
4025
4026 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
4027 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
4028
4029 * descr-text.el (describe-char): Create link buttons for `charset'
4030 and `code point'. Add the current input method name with a link
4031 button to `to input' field. Print face names of display table
4032 characters in `The display table entry is displayed by' section
4033 instead of printing face-id in the `display' field.
4034 Guess hardcoded faces and create a link button for them.
4035 Skip empty fields when calculating max-width.
4036 Treat `widget-create' specially while inserting strings from the
4037 collected field list.
4038 (describe-char-after): Made obsolete in version 22.1, not 21.5.
4039
4040 * diff-mode.el (diff-file-header): Change foreground color from
4041 yellow to green on light backgrounds.
4042 (diff-context): Inherit from `shadow' only for color/grayscale
4043 with more than 88 colors.
4044 (diff-indicator-removed, diff-indicator-added)
4045 (diff-indicator-changed): New faces.
4046 (diff-font-lock-keywords): Use new faces. Regroup rules.
4047 Add "^---$" for `normal' diff format. Fontify `#' lines with
4048 font-lock-comment-delimiter-face and font-lock-comment-face.
4049 Add `#' to ^[^...] in the rule for `diff-context-face'.
4050
4051 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
4052 a button-like box. Inherit from `highlight' on low colors.
4053 (shadow): Use shades of gray only for color/grayscale with
4054 more than 88 colors. Use green for light backgrounds with
4055 8 colors, and yellow for dark backgrounds with 8 colors.
4056
4057 * font-lock.el (font-lock-regexp-grouping-backslash):
4058 Don't inherit from escape-glyph (use bold for all cases).
4059
4060 * info.el (info-xref-visited): Use light foreground color `violet'
4061 for dark backgrounds instead of dark color `magenta3'.
4062 (info-title-1): Use `yellow' color for dark backgrounds.
4063
4064 * isearch.el (isearch): Use not-too-dark magenta3 instead of
4065 too-light magenta2.
4066
4067 * replace.el (match): Use slightly more light RoyalBlue3 instead
4068 of dark RoyalBlue4.
4069
4070 * wid-edit.el (widget-inactive): Inherit from `shadow'.
4071
4072 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
4073
4074 * novice.el (disabled-command-hook): Declare it with
4075 `define-obsolete-variable-alias'.
4076
4077 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
4078 (desktop-buffer-misc-functions, desktop-buffer-handlers)
4079 (desktop-load-default): Add release to obsolescence info.
4080 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
4081 (desktop-append-buffer-args, desktop-read):
4082 Fix typos in docstrings.
4083 (desktop-kill): Fix typo in message.
4084 (desktop-save): Doc fix.
4085
4086 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
4087
4088 * viper-cmd.el (viper-escape-to-state): Bug fix.
4089 (viper-envelop-ESC-key): Change the definition of fast
4090 keysequence so it'll work with keyboard macros.
4091
4092 * ediff.el (ediff-patch-buffer): Change the docstring.
4093
4094 2005-07-19 Kenichi Handa <handa@m17n.org>
4095
4096 * international/mule-cmds.el (select-safe-coding-system): Try to
4097 use an auto-coding (if any) before anything else. If the found
4098 auto-coding is invalid, show a warning message.
4099
4100 * international/mule.el (find-auto-coding): New function created
4101 by modifying the body of set-auto-coding.
4102 (set-auto-coding): Use find-auto-coding to find a coding.
4103
4104 2005-07-18 Richard M. Stallman <rms@gnu.org>
4105
4106 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
4107 not isearch-mode-end-hook-error.
4108 (allout-before-change-protect): Fix error message.
4109
4110 2005-07-18 Juri Linkov <juri@jurta.org>
4111
4112 * allout.el (allout-mode):
4113 * calculator.el (calculator-copy):
4114 * custom.el (custom-known-themes):
4115 * dired.el (dired-desktop-buffer-misc-data)
4116 (dired-restore-desktop-buffer):
4117 * dired-x.el (dired-omit-marker-char):
4118 * files.el (basic-save-buffer):
4119 * font-core.el (font-lock-mode):
4120 * calendar/calendar.el (calendar-goto-hebrew-date)
4121 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
4122 (calendar-goto-persian-date):
4123 * language/ethio-util.el (ethio-sera-to-fidel-region):
4124 * textmodes/picture.el (picture-mode):
4125 Delete duplicate duplicate words.
4126
4127 2005-07-18 Juri Linkov <juri@jurta.org>
4128
4129 * isearch.el (isearch-mode-map): Remove key bindings for regexp
4130 chars * ? } |.
4131 (isearch-fallback): Don't call `isearch-process-search-char'.
4132 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
4133 (isearch-process-search-char): Call `isearch-fallback' for regexp
4134 chars * ? } |.
4135 (isearch-return-char): Make obsolete with `make-obsolete' instead
4136 of simply documenting it as obsolete in the docstring.
4137 (isearch-fallback): Refill docstring.
4138
4139 * international/isearch-x.el
4140 (isearch-process-search-multibyte-characters): Remove unneeded
4141 `concat'. Add intermediate values to `junk-hist' instead of
4142 `minibuffer-history'. Test the length of `str'.
4143
4144 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
4145
4146 * allout.el (allout-resolve-xref): Fix typos in error strings.
4147 (allout-before-change-protect): Remove unneeded `concat'.
4148
4149 * array.el (array-mode, array-reconfigure-rows)
4150 (untabify-backward): Fix typos in docstrings.
4151 (array-reconfigure-rows): Use `insert-buffer-substring', not
4152 `insert-buffer'.
4153
4154 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
4155 * progmodes/ada-mode.el (ada-make-body):
4156 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
4157
4158 * dired.el (dired-log):
4159 * tar-mode.el (tar-subfile-save-buffer):
4160 * play/zone.el (zone-pgm-stress-destress):
4161 Use `insert-buffer-substring', not `insert-buffer'.
4162
4163 2005-07-17 Simon Josefsson <jas@extundo.com>
4164
4165 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
4166
4167 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
4168
4169 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
4170 Add plain auth method.
4171 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4172
4173 2005-07-17 Kim F. Storm <storm@cua.dk>
4174
4175 * ido.el (dired-other-window): Add ido property.
4176
4177 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
4178
4179 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4180 Fix typo in docstring.
4181 (byte-compile-interactive-only-functions): Add `insert-buffer' and
4182 `insert-file-literally'.
4183
4184 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
4185 info and delete redundant message. Doc fix.
4186 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
4187 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
4188
4189 2005-07-16 Richard M. Stallman <rms@gnu.org>
4190
4191 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
4192 (byte-compile-and): Use byte-compile-and-recursion.
4193 (byte-compile-or-recursion): New function.
4194 (byte-compile-or): Use that.
4195 (byte-compile-if): Guard the else-clause too.
4196 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4197
4198 * isearch.el (isearch-mode-end-hook-quit): New variable.
4199 (isearch-done): Bind it.
4200 (isearch-mode-end-hook): Doc fix.
4201
4202 * allout.el (allout-isearch-did-quit): Variable deleted.
4203 (allout-real-isearch-abort): Function name no longer used.
4204 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
4205 (allout-isearch-rectification): isearch-mode always exists.
4206 Don't set allout-isearch-did-quit.
4207 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
4208 allout-isearch-did-quit.
4209 (allout-enwrap-isearch): Just add the hook.
4210 (allout-isearch-abort): Function deleted.
4211 (allout-pre-command-business): Avoid warning.
4212
4213 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
4214 Correctly avoid warnings.
4215 (pascal-outline): Likewise.
4216
4217 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
4218
4219 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
4220
4221 * play/tetris.el (tetris-mode): Avoid warning.
4222
4223 * play/snake.el (snake-mode): Avoid warning.
4224
4225 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
4226 (gamegrid-set-display-table): Avoid warning.
4227 (gamegrid-set-timer): Likewise.
4228 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
4229 (gamegrid-add-score-with-update-game-score-1): Take FILE
4230 as argument.
4231 (gamegrid-add-score-with-update-game-score): Pass that argument.
4232 Rename have-shared-game-dir to gamegrid-shared-game-dir.
4233
4234 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
4235
4236 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
4237 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
4238
4239 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
4240 and insert-file.
4241
4242 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
4243 (sc-ask): Avoid warnings.
4244
4245 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4246 (eshell-hist-initialize): Use that var the natural way.
4247
4248 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4249
4250 * emacs-lisp/re-builder.el (reb-cook-regexp):
4251 Avoid warning calling lre-compile-string.
4252 (reb-color-display-p): Avoid warning.
4253
4254 * calculator.el (calculator-last-input): Guard uses
4255 of event-key and key-press-event-p.
4256 (event-key, key-press-event-p): Delete definitions.
4257
4258 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
4259 (find-gc-source-directory, find-gc-subrs-callers)
4260 (find-gc-noreturn-list, find-gc-source-files)
4261 (find-gc-subrs-called): Vars renamed and defvar'd.
4262
4263 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4264 (checkdoc-overlay-put, checkdoc-delete-overlay)
4265 (checkdoc-overlay-start, checkdoc-overlay-end)
4266 (checkdoc-mode-line-update, checkdoc-char=):
4267 Define such that compiler knows they are defined.
4268 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
4269 (checkdoc-read-event): Delete. Use read-event directly.
4270
4271 * whitespace.el (whitespace-make-overlay)
4272 (whitespace-overlay-put, whitespace-delete-overlay)
4273 (whitespace-overlay-start, whitespace-overlay-end):
4274 Define such that compiler knows they are defined.
4275 (whitespace): Move conditional inside.
4276
4277 * tempo.el (tempo-insert-template): Suppress warning.
4278
4279 * ediff-diff.el (longlines-mode): Add defvar.
4280
4281 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
4282
4283 * server.el: Bind "C-x #" in a way that works even if C-x is
4284 redefined to a command key, not a prefix key.
4285
4286 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4287
4288 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4289 cl-make-type-test till execution time.
4290
4291 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
4292
4293 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4294 arg ARG and use it.
4295
4296 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4297
4298 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4299
4300 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
4301
4302 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4303 a defcustom with two :set or :type keywords.
4304
4305 2005-07-15 Richard M. Stallman <rms@gnu.org>
4306
4307 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4308 Don't give ^M comment-end syntax.
4309
4310 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
4311
4312 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4313 Don't consider gdbmi (gdb-mi.el has its own update functions).
4314 (gdb-var-delete): Make it work for gdbmi as well.
4315 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4316
4317 * progmodes/gud.el (etags, sdb): Only require etags when needed.
4318 (gud-speedbar-menu-items): Correct logic for enabling items.
4319
4320 2005-07-15 Kim F. Storm <storm@cua.dk>
4321
4322 * ido.el: Fix commentary.
4323 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4324 Use with-no-warnings around ffap-guesser.
4325 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4326 Let bind minibuffer-completing-file-name to t.
4327
4328 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
4329
4330 * startup.el (site-run-file, keyboard-type): Doc fixes.
4331 (command-line): Check for "--basic-display" argument; also for
4332 "--quick", not "--bare-bones" (which was renamed).
4333 (fancy-splash-text): Add missing item "Getting New Versions".
4334 (normal-splash-screen): Fix typos and improve consistency with
4335 `fancy-splash-text'. Update copyright year.
4336
4337 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4338 valid binding for `help-char'.
4339
4340 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
4341
4342 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
4343
4344 * term.el (term-mode): Disable cua-mode for term buffers.
4345
4346 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
4347
4348 * add-log.el (add-log-mailing-address, change-log-merge):
4349 Doc fixes.
4350 (change-log-get-method-definition): Fix typo in docstring.
4351
4352 2005-07-14 Kim F. Storm <storm@cua.dk>
4353
4354 * emulation/cua-base.el:
4355 (cua--pre-command-handler-1, cua--pre-command-handler)
4356 (cua--post-command-handler-1, cua--post-command-handler):
4357 Split in two. Check (buffer local) value of cua-mode.
4358 (cua-selection-mode): New command.
4359
4360 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4361
4362 * custom.el (custom-initialize-safe-set)
4363 (custom-initialize-safe-default): Doc fixes.
4364
4365 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4366 and simplify :init-value again.
4367
4368 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4369 and simplify :init-value again. Delete autoload.
4370
4371 * startup.el (command-line): Use `custom-reevaluate-setting' again
4372 for tooltip-mode.
4373
4374 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4375 a defcustom with two :initialize keywords.
4376
4377 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4378
4379 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4380 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4381 (allout-post-command-business, allout-flag-region)
4382 (isearch-reenable-font-lock, allout-yank)
4383 (allout-insert-latex-header, allout-insert-latex-trailer)
4384 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4385 (allout-latex-verb-quote): Fix typos in docstrings.
4386 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4387 (allout-unprotected, allout-prefix-data):
4388 Improve argument/docstring consistency.
4389 (allout-chart-subtree): Fix argument spec.
4390 (allout-open-topic): Rename `use_sib_bullet' argument to
4391 `use-sib-bullet'. Doc fix.
4392
4393 * whitespace.el (whitespace-check-buffer-leading)
4394 (whitespace-check-buffer-trailing)
4395 (whitespace-check-buffer-indent)
4396 (whitespace-check-buffer-spacetab)
4397 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4398 (whitespace-check-leading-whitespace)
4399 (whitespace-check-trailing-whitespace)
4400 (whitespace-check-spacetab-whitespace)
4401 (whitespace-check-indent-whitespace)
4402 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4403 (whitespace-modes): Fix typos in docstrings.
4404 (defgroup, defcustom): Doc fixes.
4405
4406 * winner.el (winner-mode, winner-boring-buffers)
4407 (winner-pending-undo-ring): Doc fixes.
4408 (winner-ring): Remove unneeded `progn'.
4409 (winner-equal): `defsubst' it.
4410 (winner-redo): Fix message.
4411
4412 2005-07-13 Kim F. Storm <storm@cua.dk>
4413
4414 * simple.el (line-move-1): Always use vertical-motion to
4415 do the last (or only) line move to ensure some movement.
4416 Undo 2005-06-23 change--don't check for overlays.
4417
4418 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4419
4420 * term/mac-win.el (ccl-encode-mac-roman-font)
4421 (ccl-encode-mac-centraleurroman-font)
4422 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4423 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4424 Change charset-id boundary of dimension to ?\xef.
4425 (mac-char-fontspec-list): New constant.
4426 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4427 argument. Nil uses itself as family in font-spec. Previous
4428 behavior for nil is now provided by non-nil non-string argument.
4429 All callers changed. Add font-specs for Mac fonts to
4430 "fontset-default" unless iso8859-1 fonts are installed.
4431
4432 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4433
4434 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4435 a continuation line if the \ is preceded by SPC or TAB.
4436 (sh-get-indent-info): Simplify.
4437 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4438 Use with-current-buffer.
4439
4440 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4441 when the matched text is empty.
4442
4443 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4444
4445 * startup.el (command-line): Revert to previous handling of
4446 tooltip-mode. Explain in comment why the complexity is needed.
4447
4448 * tooltip.el (tooltip-mode): Revert to previous implementation of
4449 its defcustom.
4450
4451 * frame.el (blink-cursor-mode): Revert to previous implementation
4452 of its defcustom. Update comment.
4453
4454 2005-07-12 Lars Hansen <larsh@soem.dk>
4455
4456 * desktop.el: Update e-mail address.
4457
4458 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4459
4460 * term/mac-win.el (mac-services-mail-selection)
4461 (mac-services-mail-to): New functions.
4462 (mac-application-menu-map): Bind them.
4463
4464 2005-07-12 wulei <milton@wulei.net> (tiny change)
4465
4466 * progmodes/gdb-ui.el: Add note about buffering with Windows.
4467
4468 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
4469
4470 * custom.el (custom-reevaluate-setting): Doc fix.
4471
4472 2005-07-11 Jay Belanger <belanger@truman.edu>
4473
4474 * calc/calc.el (calc-embedded-announce-formula-alist)
4475 (calc-embedded-open-close-plain-alist)
4476 (calc-embedded-open-close-mode-alist): Add checks for additional
4477 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
4478
4479 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
4480
4481 * custom.el (custom-enable-theme): Don't add theme to
4482 `custom-enabled-themes' with `push' because there is no
4483 setf-method for `delq'.
4484
4485 2005-07-11 Richard M. Stallman <rms@gnu.org>
4486
4487 * custom.el (custom-declare-variable): Doc fix.
4488
4489 * dired-aux.el (dired-compare-directories): Remove "." and ".."
4490 from the alists.
4491
4492 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
4493 Do nothing if edebug-active.
4494
4495 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
4496 (edebug-display): Do it here instead.
4497
4498 2005-07-10 Richard M. Stallman <rms@gnu.org>
4499
4500 * cus-face.el (custom-theme-set-faces): Make it work.
4501 (custom-reset-faces): Doc fix.
4502 (custom-theme-reset-internal-face, custom-theme-face-value):
4503 Functions deleted.
4504
4505 * custom.el (custom-push-theme): Maintain list of the settings
4506 of a given theme in its theme-settings property.
4507 Maintain position of old settings in the theme-value
4508 or theme-face property.
4509 (custom-enabled-themes): New variable.
4510 (custom-theme-enabled-p): New function.
4511 (provide-theme): Update custom-enabled-themes.
4512 Disable and reenable the `user' theme.
4513 (require-theme): Doc fix.
4514 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
4515 (custom-theme-value, custom-theme-variable-value): Likewise.
4516 (custom-theme-reset-internal): Likewise.
4517 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
4518 (custom-enable-theme, custom-disable-theme): New functions.
4519 (custom-variable-theme-value, custom-face-theme-value): Likewise.
4520 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
4521 (custom-theme-reset-variables): Simplify.
4522 (deftheme, custom-declare-theme, custom-make-theme-feature):
4523 Definitions moved.
4524
4525 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
4526
4527 * longlines.el (longlines-show-region)
4528 (longlines-unshow-hard-newlines): Recognize hard newlines by
4529 non-nil hard property, instead of t.
4530
4531 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
4532
4533 * viper-cmd.el (viper--key-maps): New variable.
4534 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
4535 emulation-mode-map-alists.
4536 (viper-envelop-ESC-key): Use viper-subseq.
4537 (viper-search-forward/backward/next): Disable debug-on-error.
4538
4539 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
4540 (viper-ESC-key): New defcustoms.
4541
4542 * viper-macs.el (ex-map-read-args): Use viper-subseq.
4543
4544 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
4545 (viper-subseq): Copy of subseq from cl.el.
4546
4547 * viper.el (viper-go-away, viper-set-hooks): Use
4548 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
4549
4550 * viper-mous.el (viper-current-frame-saved): Use defvar.
4551
4552 * viper-init.el: Get rid of -face in face names.
4553
4554 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
4555 Make it work with longlines mode
4556
4557 * ediff-mult.el (ediff-meta-mode-hook): New variable.
4558
4559 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
4560
4561 * ediff-init.el: Get rid of -face in face names.
4562
4563 2005-07-10 Richard M. Stallman <rms@gnu.org>
4564
4565 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
4566 and with-timeout-unsuspend.
4567
4568 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
4569 and with-timeout-unsuspend.
4570
4571 * emacs-lisp/timer.el (with-timeout-timers): New variable.
4572 (with-timeout): Bind that variable to record timers.
4573 (with-timeout-suspend, with-timeout-unsuspend): New functions.
4574
4575 * emacs-lisp/debug.el (debug-help-follow): New function.
4576 (debugger-mode-map): Use that instead of help-follow.
4577 (debugger-setup-buffer): Use eval-buffer-list
4578 to handle eval-buffer frames.
4579
4580 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
4581
4582 * timezone.el (timezone-parse-date): Change first regexp
4583 so it will not mistakenly match dates with no time zone.
4584
4585 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
4586
4587 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
4588
4589 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
4590
4591 * custom.el (custom-initialize-safe-set)
4592 (custom-initialize-safe-default): New functions.
4593
4594 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4595 and simplify :init-value.
4596
4597 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4598 and simplify :init-value. Delete obsolete comment.
4599
4600 * startup.el (command-line): Use `custom-reevaluate-setting' to
4601 handle `tooltip-mode'. Delete obsolete comment.
4602
4603 * files.el (set-visited-file-name): Avoid calling
4604 `file-name-nondirectory' with a nil argument.
4605
4606 2005-07-09 Richard M. Stallman <rms@gnu.org>
4607
4608 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
4609 was called with nil for the buffer, handle the read position right.
4610 Handle read position for eval-region, too.
4611
4612 2005-07-09 Juri Linkov <juri@jurta.org>
4613
4614 * fringe.el (fringe-mode): Add period in docstring.
4615 (fringe-query-style): Build prompt depending on `all-frames' arg.
4616
4617 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
4618 to not create links to unrelated functions in the Help buffer.
4619
4620 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
4621 Doc fix.
4622
4623 * simple.el (next-error-hook): New variable.
4624 (next-error): Use it. Doc fix.
4625
4626 * textmodes/ispell.el (ispell-command-loop): Add current
4627 dictionary name and program name to mode-line-format.
4628 (ispell-region, ispell-process-line): Add current dictionary name
4629 and program name to messages.
4630
4631 2005-07-08 Jay Belanger <belanger@truman.edu>
4632
4633 * calc/calc.el (calc-embedded-announce-formula-alist)
4634 (calc-embedded-open-close-formula-alist)
4635 (calc-embedded-open-close-word-alist)
4636 (calc-embedded-open-close-plain-alist)
4637 (calc-embedded-open-close-new-formula-alist)
4638 (calc-embedded-open-close-mode-alist)
4639 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
4640 (calc-embedded-mode-hook): New variables.
4641
4642 * calc/calc-embed.el (calc-embedded-firsttime)
4643 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
4644 New variables.
4645 (calc-do-embedded): Use calc-embedded-firsttime,
4646 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
4647 determine whether or not to run hooks.
4648 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
4649 calc-embedded-firsttime-formula appropriately.
4650 Set calc-embedded delimiter variables according to mode.
4651
4652 2005-07-08 Richard M. Stallman <rms@gnu.org>
4653
4654 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
4655 Check for "emacs", etc., as entire symbol, not just as word.
4656 (checkdoc-file-comments-engine): Use regexp-quote on FN.
4657
4658 * files.el (set-visited-file-name): Report the error
4659 for "empty filename" earlier.
4660 (kill-some-buffers): Ignore buffers already dead.
4661
4662 * fringe.el (fringe-mode): Doc fix.
4663
4664 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4665 Check for (featurep 'xemacs) and turn off warnings in what it guards.
4666 Use unwind-protect to ensure byte-compile-unresolved-functions
4667 is updated.
4668
4669 * whitespace.el (whitespace-buffer-leading-cleanup):
4670 Simplify w/ skip-chars-forward.
4671 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
4672
4673 * mail/rmail.el (rmail-only-expunge): Fix paren error.
4674 Unconditionally try to leave point at the same old place.
4675
4676 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
4677
4678 * comint.el (comint-postoutput-scroll-to-bottom)
4679 (comint-show-maximum-output): Take scroll-margin into consideration.
4680
4681 2005-07-08 Kim F. Storm <storm@cua.dk>
4682
4683 * ido.el (ido-use-filename-at-point): New choice `guess'.
4684 (ido-file-internal): Try ffap-guesser if selected.
4685
4686 * ido.el (ido-before-fallback-functions): New hook.
4687 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
4688 (ido-read-file-name): Run it.
4689
4690 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4691
4692 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
4693 strings rather than a list of symbols to the completion function.
4694
4695 2005-07-07 Jay Belanger <belanger@truman.edu>
4696
4697 * calc/calc-units.el (math-apply-units): Change the places in
4698 which units are simplified.
4699
4700 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
4701
4702 * cus-edit.el (customize-option, customize-option-other-window):
4703 Make them handle aliases.
4704
4705 * custom.el (custom-variable-p): Make it recursively follow
4706 aliases. Mention that in the docstring.
4707
4708 2005-07-07 Richard M. Stallman <rms@gnu.org>
4709
4710 * cus-start.el (exec-path): Use `directory' instead of `file'.
4711 Fix tag for nil.
4712
4713 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4714
4715 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
4716 when called non-interactively. Doc fix.
4717
4718 2005-07-07 Lute Kamstra <lute@gnu.org>
4719
4720 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
4721 new address as well.
4722
4723 2005-07-07 Kenichi Handa <handa@m17n.org>
4724
4725 * international/mule.el (make-coding-system):
4726 Describe `ascii-incompatible' property in the docstring.
4727 (set-file-name-coding-system): Signal an error if coding-system is
4728 ascii-incompatible.
4729 (set-keyboard-coding-system): Likewise.
4730
4731 * international/mule-cmds.el (set-default-coding-systems):
4732 Don't set default-file-name-coding-system and
4733 default-keyboard-coding-system if coding-system is ASCII-incompatible.
4734
4735 * international/utf-16.el: Declare that all UTF-16-based coding
4736 systems are ASCII-incompatible.
4737
4738 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
4739
4740 * progmodes/gud.el: Require font-lock for displaying errors.
4741 Used by gdb-ui.el.
4742
4743 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
4744
4745 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
4746 values for the pattern lists which are `read'able but not
4747 `append'able (like symbols).
4748
4749 2005-07-06 Richard M. Stallman <rms@gnu.org>
4750
4751 * progmodes/flymake.el (flymake-float-time): Instead of
4752 with-no-warnings, test for xemacs.
4753 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
4754 to avoid warning.
4755
4756 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
4757
4758 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
4759
4760 2005-07-05 Lute Kamstra <lute@gnu.org>
4761
4762 * battery.el: Add support for Darwin (with much debugging help
4763 from Samuel Lauber <sam124@operamail.com>).
4764 (battery-status-function, battery-echo-area-format)
4765 (battery-mode-line-format): Add support for pmset on Darwin.
4766 (battery-load-low, battery-load-critical): New user options.
4767 (battery-pmset): New function.
4768
4769 2005-07-05 Lute Kamstra <lute@gnu.org>
4770
4771 Update FSF's address in GPL notices.
4772
4773 * textmodes/page-ext.el: Update FSF's address.
4774
4775 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4776
4777 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
4778 filling from using prefix when filling a single-line docstring.
4779
4780 * progmodes/flymake.el: Remove useless eval-when-compile.
4781
4782 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
4783
4784 2005-07-04 Richard M. Stallman <rms@gnu.org>
4785
4786 * textmodes/org.el (org-file-apps-defaults-gnu):
4787 Rename from org-file-apps-defaults-linux.
4788 (org-default-apps): Don't test system-type for `linux'.
4789 (org-file-apps): Doc fix.
4790
4791 2005-07-04 David Ponce <david@dponce.com>
4792
4793 * tree-widget.el: Improve header Commentary section.
4794 (tree-widget) [defgroup]
4795 (tree-widget-image-enable, tree-widget-themes-directory)
4796 (tree-widget-theme, tree-widget-image-properties-emacs)
4797 (tree-widget-image-properties-xemacs, tree-widget-create-image)
4798 (tree-widget-image-formats, tree-widget-control)
4799 (tree-widget-empty-control, tree-widget-leaf-control
4800 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
4801 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
4802 (tree-widget-keep, tree-widget-after-toggle-functions)
4803 (tree-widget-open-node, tree-widget-close-node): Doc fix.
4804 (tree-widget-open-control, tree-widget-close-control): Fix doc and
4805 :help-echo message.
4806 (tree-widget-set-theme): Doc fix. Use `string-equal'.
4807 (tree-widget-image-properties): Doc fix. Clearer implementation.
4808 (tree-widget--cursors): New constant.
4809 (tree-widget-lookup-image): New function split from
4810 `tree-widget-find-image'. Clearer implementation.
4811 (tree-widget-find-image): Use it.
4812 (tree-widget-button-keymap): Use `set-keymap-parent'.
4813 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
4814 Define the sub-widgets here.
4815 (tree-widget-node): Check that :node is not a tree-widget.
4816 (tree-widget-get-super, tree-widget-open-control)
4817 (tree-widget-close-control, tree-widget-empty-control)
4818 (tree-widget-leaf-control, tree-widget-guide)
4819 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
4820 (tree-widget-no-handle, tree-widget-value-delete)
4821 (tree-widget-map): Remove.
4822 (tree-widget-children-value-save): Doc fix. Simplified.
4823 (tree-widget-value-create): Update according to previous changes.
4824
4825 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
4826
4827 * textmodes/org.el: Leading space replaced by TABS.
4828 (org-recalc-marks, org-table-rotate-recalc-marks)
4829 (org-table-get-specials): Treat "^" and "_" marks.
4830 (org-table-justify-field-maybe): Optional argument NEW.
4831 (org-table-eval-formula): Parsing of the format simplified.
4832 New modes C,I. Honor the %= parameter in the current table.
4833 Avoid unnecessary re-align by using the NEW argument to
4834 `org-table-justify-field-maybe'.
4835 (org-calc-default-modes): Default for date-format mimicks org-mode.
4836 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
4837
4838 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
4839
4840 * cus-face.el (custom-theme-set-faces): Make it handle face
4841 aliases whose alias declarations are pre- or autoloaded.
4842
4843 2005-07-04 Juri Linkov <juri@jurta.org>
4844
4845 * faces.el (read-face-name): Put the code for getting a face name
4846 from the buffer before adding the faces from the `face' property.
4847 Use `completing-read-multiple' instead of `completing-read'.
4848 Require `crm'. Add default value and post-process the returned
4849 list of faces.
4850
4851 * emacs-lisp/crm.el (crm-find-current-element)
4852 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
4853
4854 * emacs-lisp/lisp-mode.el (eval-defun-1):
4855 * emacs-lisp/edebug.el (edebug-eval-defun):
4856 Remove unnecessary quotes.
4857
4858 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
4859
4860 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
4861 (prolog-indent-level): Fix typo in docstring.
4862
4863 * info.el (Info-history, Info-history-forward)
4864 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
4865
4866 * add-log.el (add-change-log-entry):
4867 * comint.el (comint-dynamic-list-input-ring)
4868 (comint-dynamic-list-completions):
4869 * dabbrev.el (dabbrev-expand):
4870 * delim-col.el (delimit-columns-rectangle-line):
4871 * diff-mode.el (diff-context->unified, diff-reverse-direction)
4872 (diff-unified->context):
4873 * ediff-init.el (ediff-abbrev-jobname):
4874 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
4875 (ediff-replace-session-activity-marker-in-meta-buffer):
4876 * info.el (Info-summary):
4877 * lpr.el (printify-region):
4878 * printing.el (pr-create-interface):
4879 * ps-print.el (ps-print-quote):
4880 * ses.el (ses-column-widths, ses-print-cell)
4881 (ses-adjust-print-width, ses-center):
4882 * shell.el (shell-file-name-quote-list):
4883 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
4884 (strokes-fill-current-buffer-with-whitespace)
4885 (strokes-xpm-for-stroke, strokes-list-strokes)
4886 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
4887 * term.el (term-dynamic-list-input-ring)
4888 (term-dynamic-list-completions):
4889 * calc/calc.el (math-format-stack-value):
4890 * emacs-lisp/edebug.el (edebug-display-freq-count):
4891 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
4892 (delphi-new-comment-line):
4893 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
4894 * progmodes/executable.el (executable-set-magic):
4895 * progmodes/python.el (inferior-python-mode):
4896 * progmodes/scheme.el (scheme-mode-syntax-table):
4897 * progmodes/sh-script.el (sh-maybe-here-document):
4898 * progmodes/sql.el (sql-copy-column):
4899 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
4900 * textmodes/bibtex.el (bibtex-mode):
4901 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
4902 (sgml-auto-attributes):
4903 * textmodes/table.el (table-insert, table-shorten-cell)
4904 (table--generate-source-scan-lines, table-delete-row)
4905 (*table--cell-delete-char, table--spacify-frame)
4906 (table--horizontally-shift-above-and-below)
4907 (table--cell-insert-char, table--cell-blank-str)
4908 (table--fill-region-strictly):
4909 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
4910 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
4911
4912 * add-log.el (change-log):
4913 * apropos.el (apropos):
4914 * comint.el (comint-completion, comint-source):
4915 * dabbrev.el (dabbrev):
4916 * delim-col.el (columns):
4917 * diff-mode.el (diff-mode):
4918 * ediff.el (ediff):
4919 * ediff-diff.el (ediff-diff):
4920 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
4921 * ediff-mult.el (ediff-mult):
4922 * ediff-ptch.el (ediff-ptch):
4923 * ediff-wind.el (ediff-window):
4924 * facemenu.el (facemenu):
4925 * indent.el (indent):
4926 * info.el (info):
4927 * jka-cmpr-hook.el (compression, jka-compr):
4928 * lpr.el (lpr):
4929 * outline.el (outlines):
4930 * pcmpl-cvs.el (pcmpl-cvs):
4931 * pcmpl-rpm.el (pcmpl-rpm):
4932 * printing.el (printing):
4933 * ps-print.el (postscript, ps-print, ps-print-horizontal)
4934 (ps-print-vertical, ps-print-headers, ps-print-font)
4935 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
4936 (ps-print-background, ps-print-printer, ps-print-page)
4937 (ps-print-miscellany):
4938 * ses.el (ses):
4939 * shell.el (shell, shell-directories, shell-faces):
4940 * startup.el (initialization):
4941 * strokes.el (strokes):
4942 * term.el (term):
4943 * uniquify.el (uniquify):
4944 * w32-vars.el (w32):
4945 * calc/calc.el (calc):
4946 * emacs-lisp/bytecomp.el (bytecomp):
4947 * emacs-lisp/cl-indent.el (lisp-indent):
4948 * emacs-lisp/edebug.el (edebug):
4949 * emacs-lisp/elp.el (elp):
4950 * emacs-lisp/testcover.el (testcover):
4951 * emacs-lisp/trace.el (trace):
4952 * emulation/viper-ex.el (viper-ex):
4953 * emulation/viper-mous.el (viper-mouse):
4954 * mail/mailalias.el (mailalias):
4955 * mail/supercite.el (supercite, supercite-frames)
4956 (supercite-attr, supercite-cite, supercite-hooks):
4957 * net/rcompile.el (remote-compile):
4958 * net/rlogin.el (rlogin):
4959 * obsolete/ooutline.el (outlines):
4960 * progmodes/delphi.el (delphi):
4961 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
4962 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
4963 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
4964 (ebnf-optimization):
4965 * progmodes/etags.el (etags):
4966 * progmodes/executable.el (executable):
4967 * progmodes/idlwave.el (idlwave):
4968 * progmodes/pascal.el (pascal):
4969 * progmodes/prolog.el (prolog):
4970 * progmodes/python.el (python):
4971 * progmodes/scheme.el (scheme):
4972 * progmodes/sh-script.el (sh, sh-script):
4973 * progmodes/sql.el (SQL):
4974 * progmodes/tcl.el (tcl):
4975 * textmodes/bibtex.el (bibtex, bibtex-autokey):
4976 * textmodes/enriched.el (enriched):
4977 * textmodes/makeinfo.el (makeinfo):
4978 * textmodes/sgml-mode.el (sgml):
4979 * textmodes/table.el (table-hooks):
4980 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
4981 * textmodes/texinfo.el (texinfo):
4982 * textmodes/two-column.el (two-column):
4983 Finish `defgroup' description with period.
4984
4985 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
4986 * eshell/esh-var.el (eshell-var):
4987 * progmodes/vhdl-mode.el (vhdl-testbench):
4988 * textmodes/org.el (org): Fix typos in docstrings.
4989
4990 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
4991 consistency.
4992
4993 * progmodes/flymake.el (flymake-find-file): Remove.
4994 (flymake-float-time): Use `with-no-warnings'.
4995 (flymake-check-start-time, flymake-check-was-interrupted)
4996 (flymake-err-info, flymake-is-running, flymake-last-change-time)
4997 (flymake-new-err-info): `defvar' at compile time.
4998
4999 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
5000
5001 * replace.el (occur-hook): Doc fix.
5002 (occur-1): Don't call `occur-hook' if there are no matches.
5003
5004 2005-07-03 Richard M. Stallman <rms@gnu.org>
5005
5006 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
5007 global-map, save the same map.
5008 (global-map): Don't alter it at top level.
5009 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
5010 Then alter it here instead.
5011 (tpu-edt-off): Set global-map to the saved one.
5012
5013 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
5014 All references simplified.
5015 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
5016 (zmacs-regions): Add defvar.
5017 (repeat-complex-command-map): Everything about that deleted.
5018
5019 * textmodes/artist.el (artist-key-is-drawing)
5020 (artist-key-endpoint1, artist-key-poly-point-list)
5021 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
5022 (artist-key-compl-table, artist-rb-save-data)
5023 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
5024 Don't put them in eval-when-compile.
5025 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
5026
5027 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
5028 Use with-no-warnings.
5029
5030 * net/browse-url.el (dos-windows-version): Add defvar.
5031
5032 * mail/supercite.el (filladapt-prefix-table): Add defvar.
5033
5034 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
5035 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
5036 (rmail-new-summary-line-count): Rename from new-summary-line-count.
5037 Add defvar.
5038 (rmail-summary-beginning-of-message): Use with-no-warnings.
5039 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
5040
5041 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
5042 Use with-no-warnings.
5043
5044 * emulation/vi.el (vi-mark-region): Use c-mark-function.
5045 (c-mark-function): Add point-moving-unit property.
5046 (vi-goto-line): Use with-no-warnings.
5047
5048 * emulation/edt.el (edt-last-copied-word): Add defvar.
5049 (zmacs-region-stays): Likewise.
5050 (edt-mark-section-wisely): Use c-mark-function for C.
5051 Use makr-defun for Fortran.
5052 (time-string): defvar deleted.
5053 (edt-display-the-time): Don't set time-string.
5054
5055 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
5056
5057 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
5058 Don't warn when name is not constant
5059 or for defining the group `emacs'.
5060
5061 * tooltip.el (gud-tooltip-mode): Add defvar.
5062
5063 * startup.el (default-frame-background-mode): Add defvar.
5064
5065 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
5066
5067 * info.el (tool-bar-map): Add defvar.
5068
5069 * dired.el (dnd-protocol-alist): Add defvar.
5070
5071 * dired-aux.el (dired-query): Display question with answer, when
5072 the user answers.
5073
5074 * custom.el (custom-add-option): Doc fix.
5075
5076 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
5077
5078 2005-07-03 Eli Zaretskii <eliz@gnu.org>
5079
5080 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
5081 bogus name from the last change.
5082
5083 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
5084
5085 * custom.el (custom-declare-variable): Fix typos in comment.
5086 (custom-known-themes): Doc fix.
5087 (custom-theme-directory): New defcustom.
5088 (require-theme): Make it check `custom-theme-directory'.
5089
5090 * cus-theme.el (custom-new-theme-mode): New function.
5091 (custom-theme-name, custom-theme-variables, custom-theme-faces)
5092 (custom-theme-description): Add compiler defvars.
5093 (customize-create-theme): Add doc to the "*New Custom Theme*"
5094 buffer. Use `custom-new-theme-mode'.
5095 (custom-theme-write): Put the created buffer in emacs-lisp-mode
5096 and save it to the `custom-theme-directory'. Make this the
5097 default directory of the buffer.
5098
5099 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
5100
5101 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
5102 Fix unbalanced parentheses.
5103
5104 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5105
5106 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
5107 into flymake-mode and delegate to flymake-mode.
5108
5109 * find-file.el (ff-which-function-are-we-in): Clean up.
5110
5111 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
5112
5113 * replace.el (occur-rename-buffer): Fix docstring.
5114
5115 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
5116 (edt-last-copied-word, edt-learn-macro-count)
5117 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
5118 (edt-rect-start-point, edt-user-global-map, rect-start-point)
5119 (time-string, zmacs-region-stays):
5120 * emulation/edt-mapper.el (edt-save-function-key-map)
5121 (EDT-key-name): `defvar' to silence the byte-compiler.
5122
5123 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
5124
5125 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
5126 font-lock-regexp-backslash. Doc fix.
5127 (font-lock-regexp-backslash-grouping-construct): Rename from
5128 font-lock-regexp-backslash-construct. Doc fix.
5129 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
5130 grouping constructs.
5131
5132 2005-07-02 Eli Zaretskii <eliz@gnu.org>
5133
5134 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
5135 updating all the prerequisites.
5136
5137 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
5138
5139 * textmodes/org.el (org-agenda-start-on-weekday)
5140 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
5141 (org-agenda-use-time-grid, org-archive-location)
5142 (org-allow-space-in-links, org-usenet-links-prefer-google)
5143 (org-enable-table-editor, org-export-default-language)
5144 (org-export-html-show-new-buffer, org-fill-paragraph)
5145 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
5146 (org-goto-quit, org-occur, org-eval-in-calendar)
5147 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
5148 (org-agenda-diary-entry, org-remember-help)
5149 (org-table-convert-region, org-at-table-p)
5150 (org-table-move-row-down, org-table-move-row-up)
5151 (org-table-copy-region, org-table-toggle-vline-visibility)
5152 (org-table-get-stored-formulas, org-table-get-specials)
5153 (org-recalc-commands, org-table-eval-formula)
5154 (org-table-formula-substitute-names, orgtbl-make-binding)
5155 (org-format-org-table-html, org-format-table-table-html)
5156 (org-format-table-table-html-using-table-generate-source)
5157 (org-customize): Fix typos in docstrings.
5158 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
5159 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
5160 (org-back-to-heading): Doc fixes.
5161 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
5162 (org-agenda-change-all-lines, org-get-header):
5163 Improve argument/docstring consistency.
5164 (orgtbl-error): Fix error message.
5165
5166 * progmodes/flymake.el (flymake-find-possible-master-files)
5167 (flymake-master-file-compare, flymake-get-line-err-count)
5168 (flymake-highlight-line, flymake-gui-warnings-enabled):
5169 Fix typos in docstrings.
5170 (flymake-parse-line, flymake-get-project-include-dirs-function)
5171 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
5172 Doc fixes.
5173 (flymake-get-project-include-dirs-function)
5174 (flymake-make-err-menu-data):
5175 Improve argument/docstring consistency.
5176
5177 2005-07-01 Lute Kamstra <lute@gnu.org>
5178
5179 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
5180 Catch errors with ignore-errors. Use temporary buffer.
5181 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
5182
5183 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
5184 background color faces.
5185 (facemenu-set-foreground, facemenu-set-background):
5186 Use facemenu-set-face-from-menu.
5187 (facemenu-set-face-from-menu): Treat face names that start with
5188 "fg:" or "bg:" as special.
5189 (facemenu-add-new-color): Don't create faces. Simplify.
5190
5191 2005-06-30 Richard M. Stallman <rms@gnu.org>
5192
5193 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
5194 (crm-find-current-element): Likewise.
5195
5196 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
5197
5198 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
5199
5200 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5201
5202 * arc-mode.el (archive-extract): Make it work as a mouse binding.
5203 (archive-mouse-extract): Make it an obsolete alias.
5204 (archive-mode-map): Don't use archive-mouse-extract any more.
5205 (archive-mode, archive-extract): write-contents-hooks ->
5206 write-contents-functions.
5207 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
5208 first arg.
5209 (archive-rename-entry): Update the call.
5210 (archive-zip-summarize): Remove unused var `method'.
5211 (archive-lzh-summarize): Remove unused var `creator'.
5212
5213 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
5214 dedicated frame upon exit.
5215
5216 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
5217 (archive-zip-extract, archive-zip-expunge)
5218 (archive-zip-update, archive-zip-update-case): Use executable-find.
5219 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
5220 Use restore-buffer-modified-p.
5221 (archive-extract, archive-add-new-member, archive-write-file-member):
5222 Use with-current-buffer.
5223 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
5224
5225 2005-06-30 Andreas Schwab <schwab@suse.de>
5226
5227 * progmodes/gud.el (gud-filter): Remove unneeded progn.
5228
5229 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5230
5231 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
5232
5233 2005-06-30 Juri Linkov <juri@jurta.org>
5234
5235 * faces.el (vertical-border): Inherit from mode-line-inactive
5236 only on tty.
5237
5238 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
5239
5240 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
5241 example, -NLINES in the `occur' docstring).
5242
5243 * replace.el (occur-1): When no matches are found, do not set the
5244 `buffer-read-only' and modified flags for the occur buffer,
5245 because it is deleted.
5246
5247 * emulation/cua-base.el (cua-check-pending-input)
5248 (cua-repeat-replace-region, cua-mode, cua-debug)
5249 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5250 Fix typos in docstrings.
5251
5252 * emulation/cua-gmrk.el (cua-toggle-global-mark)
5253 (cua-cut-region-to-global-mark)
5254 (cua--cut-rectangle-to-global-mark):
5255 Remove period from end of messages.
5256
5257 * emulation/cua-rect.el (cua-do-rectangle-padding):
5258 Remove period from end of messages.
5259 (cua--rectangle-seq-format): Fix typo in docstring.
5260 (cua-sequence-rectangle, cua-fill-char-rectangle):
5261 Improve argument/docstring consistency.
5262
5263 2005-06-29 Juri Linkov <juri@jurta.org>
5264
5265 * faces.el (default-frame-background-mode): New internal variable.
5266 (frame-set-background-mode): Use it.
5267
5268 * startup.el (normal-top-level): Set default-frame-background-mode
5269 instead of frame-background-mode. Before setting it, test for its
5270 nil value. Remove tests for frame-background-mode and frame
5271 parameter `reverse'. Add test for "unspecified-fg".
5272
5273 * term/xterm.el (xterm-rxvt-set-background-mode):
5274 * term/rxvt.el (rxvt-set-background-mode):
5275 Set default-frame-background-mode instead of frame-background-mode.
5276
5277 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5278
5279 * simple.el (set-variable): Warn about obsolete user variables.
5280
5281 * imenu.el (imenu--completion-buffer):
5282 * mouse.el (mouse-buffer-menu-alist):
5283 * msb.el (msb-invisible-buffer-p):
5284 * calendar/diary-lib.el (diary-header-line-format):
5285 * emacs-lisp/pp.el (pp-buffer):
5286 * progmodes/cperl-mode.el (cperl-do-auto-fill):
5287 * textmodes/picture.el (picture-replace-match):
5288 Change space constants followed by a sexp to "?\s ".
5289
5290 * play/decipher.el (decipher-loop-with-breaks):
5291 * textmodes/texinfo.el (texinfo-insert-@item): Change space
5292 constants "protected" from end of line by a comment to "?\s".
5293
5294 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5295
5296 * font-lock.el (save-buffer-state): Use `declare'.
5297
5298 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5299 reset the syntax-table to cperl-mode-syntax-table.
5300 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5301 "foo_print_bar" is not matched as a reserved keyword.
5302
5303 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
5304
5305 * textmodes/org.el (orgtbl-setup): New function, for delayed
5306 setup for the orgtbl commands.
5307 (org-calc-default-modes): New option.
5308 (orgtbl-make-binding): Use `defun' to get better help display.
5309 (org-diary): Call `org-compile-prefix-format'.
5310 (org-table-formula-substitute-names): New function.
5311 (org-agenda-day-view, org-agenda-week-view): New commands.
5312 (org-agenda-toggle-week-view): Command removed.
5313 (org-tbl-menu): Split off from org-org-menu.
5314 (org-mode): Move removal of outline-mode menus to here.
5315 (org-table-formula-debug): New option.
5316 (org-table-insert-row): Keep first field if just "#" or "*".
5317 (org-mode): Paragraph regexps fixed.
5318 (org-table-recalculate-regexp): New constant.
5319 (org-table-justify-field-maybe): Avoid replace if not necessary.
5320 (org-copy-special, org-cut-special): Use `call-interactively'.
5321 (org-table-copy-region): Take region from `interactive' call.
5322 (org-trim): Return string even if no match.
5323 (org-formula): New face.
5324 (org-set-font-lock-defaults): No longer highlight "FIXME".
5325 But highlight formula-related fields in table.
5326 (org-table-p): Use regexp, not fontification.
5327 (org-table-align): Handle white space at end of line.
5328 (org-table-formula-evaluate-inline): New option.
5329 (org-mode): Auto-wrapping in comment lines turned off.
5330 (org-table-copy-down): Evaluate only in copied field, not in
5331 destination.
5332 (org-table-current-formula): Variable removed.
5333 (org-table-store-formulas, org-table-get-stored-formulas)
5334 (org-table-modify-formulas, org-table-replace-in-formulas)
5335 (org-table-maybe-eval-formula): New functions.
5336 (org-table-get-formula): Modify to use stored formulas.
5337 (org-table-insert-column, org-table-delete-column)
5338 (org-table-move-column): Call `org-table-modify-formulas'.
5339 (org-complete): Add completion for keyword formulas.
5340 (orgtbl-mode): Pull orgtbl-mode-map to start of
5341 minor-mode-map-alist.
5342
5343 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5344
5345 * progmodes/python.el (python-check): Require `compile' before
5346 modifying its variables.
5347
5348 * newcomment.el (comment-indent-default): Don't get fooled by an early
5349 end of buffer.
5350
5351 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5352
5353 * ps-print.el (ps-print-version): Fix version number.
5354
5355 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
5356
5357 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5358
5359 2005-06-28 Richard M. Stallman <rms@gnu.org>
5360
5361 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5362 (flyspell-local-mouse-map): Declaration deleted.
5363 (flyspell-mouse-map): Bind only mouse-2.
5364 (flyspell-mode-map): Don't test flyspell-use-local-map.
5365 (flyspell-overlay-keymap-property-name): Var deleted.
5366 (flyspell-mode-on): Don't make local bindings for
5367 flyspell-mouse-map and flyspell-mode-map.
5368 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5369
5370 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5371
5372 * progmodes/compile.el (compilation-next-error-function):
5373 Don't switch buffers; operate on the current buffer.
5374
5375 * progmodes/compile.el (compilation-error-file-name)
5376 (compilation-warning-file-name, compilation-info-file-name)
5377 (compilation-line-number, compilation-column-number): New faces.
5378 (compilation-error-face, compilation-warning-face)
5379 (compilation-info-face, compilation-line-face)
5380 (compilation-column-face): Use them.
5381
5382 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5383
5384 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5385
5386 * bindings.el (global-map): Bind insertchar and its variants.
5387
5388 2005-06-27 Richard M. Stallman <rms@gnu.org>
5389
5390 * textmodes/artist.el (artist-text-overwrite)
5391 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5392
5393 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5394
5395 * ps-print.el: It was not working the page selection for printing.
5396 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5397 (ps-print-version): New version 6.6.7.
5398 (ps-end-sheet): New fun.
5399 (ps-header-sheet, ps-end-job): Call it.
5400
5401 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5402
5403 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5404
5405 2005-06-27 Lute Kamstra <lute@gnu.org>
5406
5407 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5408 background color faces.
5409 (facemenu-get-face): Delete function.
5410 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5411 (facemenu-add-new-color): Make second argument mandatory.
5412 Create the appropriate face and return it. Simplify.
5413 (facemenu-set-foreground, facemenu-set-background): Don't check if
5414 color is defined. Use return value of facemenu-add-new-color.
5415
5416 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5417
5418 * progmodes/gud.el (gud-filter): Add missing argument to
5419 with-selected-window.
5420
5421 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5422
5423 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5424 a :require to the defcustom.
5425
5426 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5427 defcustoms corresponding to minor modes.
5428
5429 2005-06-26 David Ponce <david@dponce.com>
5430
5431 * recentf.el: Require tree-widget instead of wid-edit.
5432 (recentf-filename-handler): Fix widget :type.
5433 (recentf-cancel-dialog, recentf-open-more-files)
5434 (recentf-open-files-action): Doc fix.
5435 (recentf-dialog-goto-first): New function.
5436 (recentf-dialog-mode-map): Set parent keymap first.
5437 (recentf-dialog-mode): Define with define-derived-mode.
5438 Don't display continuation lines in dialogs.
5439 (recentf-edit-list): Rename from recentf-edit-selected-items.
5440 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5441 Simplify.
5442 (recentf-edit-list-validate): New function.
5443 (recentf-edit-list): Update accordingly.
5444 (recentf-open-files-item-shift): Remove.
5445 (recentf-open-files-item): Convert menu elements into tree and
5446 link widgets. Don't create the widgets.
5447 (recentf-open-files): Update accordingly.
5448 (recentf-save-list): Untabify.
5449
5450 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5451
5452 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5453 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5454 partially contained in the active region. Do not take active
5455 region into account when called from Lisp, unless INTERACTIVE arg
5456 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5457 avoid trouble with fields. Make marker point nowhere when no
5458 longer used. Always return nil. Doc fix.
5459 (flush-lines): Add INTERACTIVE arg. Do not take active region
5460 into account when called from Lisp, unless INTERACTIVE arg is
5461 non-nil. Use `forward-line' instead of `beginning-of-line' to
5462 avoid trouble with fields. Make marker point nowhere when no
5463 longer used. Always return nil. Doc fix.
5464 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5465 interchangeable. Do not take active region into account when
5466 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
5467 message in echo area when called from Lisp, unless INTERACTIVE arg
5468 is non-nil. Avoid saying "1 occurrences". Do not use markers.
5469 Return the number of matches. Doc fix.
5470 (occur): Doc fix.
5471 (perform-replace): Make comment follow double space convention for
5472 the sake of `outline-minor-mode'.
5473
5474 * faces.el (facep): Doc fix.
5475
5476 2005-06-25 Richard M. Stallman <rms@gnu.org>
5477
5478 * facemenu.el (facemenu-enable-faces-p): New function.
5479 (facemenu-background-menu, facemenu-foreground-menu)
5480 (facemenu-face-menu): Add menu-enable property.
5481
5482 * jka-compr.el (jka-compr-insert-file-contents):
5483 Special handling if cannot find the uncompression program.
5484
5485 * cus-face.el (custom-face-attributes): Add autoload.
5486
5487 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5488 Bind comment-indent-function locally.
5489
5490 * window.el (save-selected-window): Use save-current-buffer.
5491
5492 * subr.el (with-selected-window): Use save-current-buffer.
5493
5494 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
5495 and with-current-buffer.
5496
5497 2005-06-24 Richard M. Stallman <rms@gnu.org>
5498
5499 * simple.el (line-move-1): Fix previous change.
5500
5501 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
5502
5503 * replace.el (occur-1): Set `buffer-read-only' and the
5504 buffer-modified flag before running `occur-hook' to protect
5505 against unintentional buffer switches that can lead to data loss.
5506
5507 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
5508
5509 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
5510 (gud-gdb-marker-filter): Use font-lock-warning-face for any
5511 initial error.
5512
5513 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
5514 after fresh input.
5515 (gdb-var-create-handler): Put name of expression in quotes.
5516
5517 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5518
5519 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
5520 elements of RING in order, and without bogus nil elements.
5521
5522 2005-06-23 Richard M. Stallman <rms@gnu.org>
5523
5524 * simple.el (set-variable): Args renamed; doc fix.
5525 (line-move-1): When there are overlays around, use vertical-motion.
5526
5527 * faces.el (escape-glyph): Use brown against light background.
5528 (nobreak-space): Rename from no-break-space.
5529 Fix previous change.
5530
5531 * dired-aux.el (dired-do-copy): Fix arg prompt.
5532
5533 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
5534
5535 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5536
5537 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
5538 rather than "Distributor".
5539
5540 2005-06-23 Lute Kamstra <lute@gnu.org>
5541
5542 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
5543 (debug-on-entry): Use it. New interactive declaration that uses
5544 function-called-at-point.
5545
5546 2005-06-23 Kim F. Storm <storm@cua.dk>
5547
5548 * subr.el (save-match-data): Add comment about using evaporate arg
5549 to set-match-data.
5550
5551 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5552
5553 * cus-edit.el (customize-face)
5554 (customize-face-other-window): Handle face aliases.
5555
5556 * faces.el (face-documentation, set-face-attribute)
5557 (face-spec-set): Handle face aliases.
5558
5559 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
5560
5561 * help-mode.el (help-make-xrefs): If a symbol representing a face
5562 name is not followed by the word "face", it could still be a
5563 function or variable name, so don't bypass other checks.
5564
5565 2005-06-22 Juri Linkov <juri@jurta.org>
5566
5567 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
5568 Replace aliased functions with calls where second arg `inherit' is t.
5569
5570 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
5571
5572 * progmodes/gdb-ui.el (gdb-error): New variable.
5573 (gdb-error): New function.
5574 (gdb-annotation-rules): Act on error-begin and error annotations.
5575 (gdb-concat-output): Use font-lock-warning-face for errors.
5576
5577 2005-06-22 Miles Bader <miles@gnu.org>
5578
5579 * bindings.el (propertized-buffer-identification): Use renamed
5580 `Buffer-menu-buffer' face.
5581
5582 * faces.el (vertical-border): Rename from `vertical-divider'.
5583 (escape-glyph): Change dark-background color back to `cyan'.
5584
5585 2005-06-21 Juri Linkov <juri@jurta.org>
5586
5587 * faces.el (face-user-default-spec): Try getting `customized-face'
5588 prior to `saved-face'.
5589 (frame-background-mode): Refill docstring.
5590
5591 * emacs-lisp/lisp-mode.el (eval-defun-1):
5592 * emacs-lisp/edebug.el (edebug-eval-defun):
5593 Set `saved-face' temporarily to nil before calling form.
5594 Set `customized-face' to the new spec after that.
5595
5596 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
5597
5598 * subr.el (1value, lambda, key-substitution-in-progress):
5599 Doc fixes.
5600
5601 * autoinsert.el (auto-insert-alist):
5602 * ses.el (ses-call-printer):
5603 * subr.el (noreturn):
5604 * emacs-lisp/lisp.el (check-parens):
5605 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
5606 * net/browse-url.el (browse-url-mosaic):
5607 * progmodes/cc-defs.el (c-safe-scan-lists):
5608 * progmodes/ebnf-abn.el (ebnf-abn-lex):
5609 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
5610 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
5611 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
5612 * progmodes/ebnf-iso.el (ebnf-iso-lex):
5613 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
5614
5615 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5616
5617 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
5618
5619 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
5620
5621 * calendar/appt.el (appt-make-list): Activate the package, if
5622 not already active (for backwards compatibility).
5623
5624 2005-06-20 Kim F. Storm <storm@cua.dk>
5625
5626 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
5627
5628 2005-06-20 Miles Bader <miles@gnu.org>
5629
5630 * faces.el (vertical-divider): New face.
5631
5632 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
5633
5634 * simple.el (kill-whole-line): Doc fix.
5635 (next-error-buffer-p, next-error-find-buffer)
5636 (clone-indirect-buffer): Fix typos in docstrings.
5637 (comment-line-break-function): Doc fix: don't say variable
5638 is automatically buffer-local (it isn't).
5639
5640 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
5641
5642 * net/tramp-ftp.el (top):
5643 * net/tramp-smb.el (top):
5644 * net/tramp-util.el (top):
5645 * net/tramp-uu.el (top):
5646 * net/tramp-vc.el (top):
5647 * net/tramp.el (top): Revert copyright years back to original
5648 ones. Tramp has a life outside GNU Emacs.
5649
5650 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
5651
5652 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
5653
5654 2005-06-18 Juri Linkov <juri@jurta.org>
5655
5656 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
5657 end of first regexp to limit the match to the position between
5658 line number and source line with same separator character as used
5659 between file name and line number. In the second regexp limit
5660 mouse-face area to file name and line number by adding new group
5661 for them and referring it in HYPERLINK arg.
5662 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
5663 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
5664 previous line where grep markers may be already removed.
5665
5666 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
5667
5668 * progmodes/ps-mode.el: Update version and maintainer's email address.
5669
5670 2005-06-18 Steve Youngs <steve@xemacs.org>
5671
5672 * net/browse-url.el (browse-url-browser-function)
5673 (browse-url-default-browser): Add firefox.
5674 (browse-url-firefox-program, browse-url-firefox-arguments)
5675 (browse-url-firefox-startup-arguments)
5676 (browse-url-firefox-new-window-is-tab): New defcustoms.
5677 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
5678
5679 2005-06-17 Richard M. Stallman <rms@gnu.org>
5680
5681 * startup.el (command-line): Warn if specified user name has
5682 no home directory.
5683
5684 * term.el (term-get-old-input, term-input-filter, term-input-sender)
5685 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5686
5687 * longlines.el (longlines-mode, longlines-show-hard-newlines):
5688 Doc fixes.
5689
5690 * faces.el (underline): Try bold if terminal doesn't support underline.
5691
5692 * mail/sendmail.el (mail-setup-with-from): New variable.
5693 (mail-insert-from-field): New function.
5694 (sendmail-send-it): Call it.
5695 (mail-setup): Optionally call it here.
5696
5697 * term/linux.el: Call tty-no-underline.
5698
5699 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5700
5701 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
5702
5703 2005-06-17 Miles Bader <miles@gnu.org>
5704
5705 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
5706 (ediff-current-diff-C, ediff-current-diff-Ancestor)
5707 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
5708 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
5709 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
5710 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
5711 Remove "-face" suffix from face names.
5712 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5713 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5714 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5715 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5716 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5717 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5718 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5719 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5720 New backward-compatibility aliases for renamed faces.
5721 (ediff-current-diff-face-A, ediff-current-diff-face-B)
5722 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
5723 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5724 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5725 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5726 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5727 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5728 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5729 Use renamed ediff faces.
5730
5731 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
5732 Remove "-face" suffix from face names.
5733 (eshell-test-ok-face, eshell-test-failed-face):
5734 New backward-compatibility aliases for renamed faces.
5735 (eshell-run-test): Use renamed eshell-test faces.
5736
5737 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
5738 face name.
5739 (eshell-prompt-face): New backward-compatibility alias for renamed
5740 face.
5741 (eshell-emit-prompt): Use renamed eshell-prompt face.
5742
5743 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
5744 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
5745 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
5746 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
5747 Remove "-face" suffix from face names.
5748 (eshell-ls-directory-face, eshell-ls-symlink-face)
5749 (eshell-ls-executable-face, eshell-ls-readonly-face)
5750 (eshell-ls-unreadable-face, eshell-ls-special-face)
5751 (eshell-ls-missing-face, eshell-ls-archive-face)
5752 (eshell-ls-backup-face, eshell-ls-product-face)
5753 (eshell-ls-clutter-face):
5754 New backward-compatibility aliases for renamed faces.
5755 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
5756
5757 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
5758 Remove "-face" suffix from face name.
5759 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
5760 instead of literal face.
5761
5762 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
5763
5764 * emacs-lisp/warnings.el (display-warning, lwarn)
5765 (warning-minimum-log-level): Doc fixes.
5766 (warning-minimum-level, warning-minimum-log-level):
5767 Add :debug to :type choices.
5768
5769 * progmodes/ada-mode.el (ada-format-paramlist)
5770 (ada-get-indent-case, ada-check-matching-start)
5771 (ada-check-defun-name, ada-goto-matching-decl-start)
5772 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
5773 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
5774 (ada-make-subprogram-body): Follow error conventions.
5775 (ada-case-exception-file, ada-indent-comment-as-code)
5776 (ada-indent-handle-comment-special, ada-indent-renames)
5777 (ada-indent-return, ada-search-directories-internal)
5778 (ada-tab-policy, ada-case-exception-substring)
5779 (ada-other-file-alist, ada-matching-start-re)
5780 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
5781 (ada-imenu-generic-expression, ada-compile-goto-error)
5782 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
5783 (ada-popup-menu, ada-add-extensions, ada-mode)
5784 (ada-region-selected, ada-create-case-exception)
5785 (ada-create-case-exception-substring, ada-after-keyword-p)
5786 (ada-activate-keys-for-case, ada-adjust-case-region)
5787 (ada-adjust-case-buffer, ada-format-paramlist)
5788 (ada-scan-paramlist, ada-insert-paramlist)
5789 (ada-indent-newline-indent)
5790 (ada-indent-newline-indent-conditional)
5791 (ada-justified-indent-current, ada-goto-previous-word)
5792 (ada-indent-current, ada-get-indent-open-paren)
5793 (ada-get-indent-paramlist, ada-get-indent-end)
5794 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
5795 (ada-get-indent-block-start, ada-get-indent-subprog)
5796 (ada-get-indent-noindent, ada-get-indent-label)
5797 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
5798 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
5799 (ada-goto-stmt-end, ada-goto-next-word)
5800 (ada-check-matching-start, ada-check-defun-name)
5801 (ada-goto-matching-decl-start, ada-goto-matching-start)
5802 (ada-goto-matching-end, ada-search-ignore-string-comment)
5803 (ada-in-decl-p, ada-looking-at-semi-or)
5804 (ada-looking-at-semi-private, ada-in-paramlist-p)
5805 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
5806 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
5807 (ada-next-procedure, ada-previous-procedure, ada-next-package)
5808 (ada-previous-package, ada-create-menu)
5809 (ada-fill-comment-paragraph-justify)
5810 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
5811 (ada-other-file-name, ada-last-which-function-line)
5812 (ada-last-which-function-subprog, ada-which-function)
5813 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
5814 (ada-gen-treat-proc, ada-check-emacs-version)
5815 (ada-continuation-indent, ada-align-region-separate):
5816 Fix typos in docstrings.
5817 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
5818
5819 2005-06-16 Lute Kamstra <lute@gnu.org>
5820
5821 * simple.el (fundamental-mode): Run after-change-major-mode-hook
5822 conditionally.
5823
5824 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
5825
5826 * comint.el (comint-replace-by-expanded-filename)
5827 (comint-prompt-regexp, comint-delimiter-argument-list)
5828 (comint-preinput-scroll-to-bottom):
5829 * info.el (Info-hide-cookies-node):
5830 * ls-lisp.el (ls-lisp-classify):
5831 * find-file.el (ff-search-directories, ff-special-constructs)
5832 (ff-find-other-file):
5833 * font-lock.el (font-lock-keywords):
5834 * shell.el (shell-prompt-pattern)
5835 (shell-dynamic-complete-functions, shell-mode)
5836 (shell-delimiter-argument-list):
5837 * term.el (term-replace-by-expanded-filename)
5838 (term-prompt-regexp, term-delimiter-argument-list):
5839 * woman.el (woman-ignore, woman0-if):
5840 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
5841 * emacs-lisp/elint.el (elint-init-env):
5842 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
5843 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
5844 * language/ethio-util.el (ethio-tilde-escape)
5845 (ethio-use-three-dot-question):
5846 * net/zone-mode.el (zone-mode-load-time-setup):
5847 * progmodes/cc-align.el (c-lineup-argcont):
5848 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
5849 * progmodes/cperl-mode.el (cperl-set-style-back):
5850 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5851 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
5852 Fix spellings in docstrings.
5853
5854 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
5855 * progmodes/modula2.el (m2-for): Fix spellings.
5856
5857 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
5858
5859 * simple.el (undo-more): Don't use `format' on `error' arguments.
5860 Improve argument/docstring consistency.
5861 (pending-undo-list): Doc fix.
5862
5863 * smerge-mode.el (smerge-ensure-match):
5864 * emulation/vip.el (vip-ex):
5865 * net/zone-mode.el (zone-mode-update-serial):
5866 * progmodes/idlwave.el (idlwave-complete):
5867 * progmodes/vhdl-mode.el (vhdl-visit-file)
5868 (vhdl-compose-wire-components):
5869 Don't use `format' on `error' arguments.
5870
5871 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
5872 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
5873 (tooltip-help-tips): Fix typos in docstrings.
5874
5875 2005-06-16 David Ponce <david@dponce.com>
5876
5877 * tree-widget.el (tree-widget-value-create): Simplify last change.
5878
5879 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
5880
5881 * ido.el (ido-incomplete-regexp): New variable.
5882 (ido-set-matches-1): Handle invalid-regexp error and set
5883 ido-incomplete-regexp.
5884 (ido-incomplete-regexp): New face.
5885 (ido-completions): Use it.
5886 (ido-complete, ido-exit-minibuffer, ido-completions):
5887 Handle incomplete regexps.
5888 (ido-completions): Add check for complete match when entering a regexp.
5889
5890 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5891
5892 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
5893
5894 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5895
5896 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
5897 by field delimiters.
5898
5899 2005-06-15 David Ponce <david@dponce.com>
5900
5901 * tree-widget.el: eval-and-compile inlined functions so they will
5902 be available at run-time too.
5903 (tree-widget-super-format-handler)
5904 (tree-widget-format-handler): Remove.
5905 (tree-widget-value-create): Handle the :indent property.
5906
5907 2005-06-15 Miles Bader <miles@gnu.org>
5908
5909 * progmodes/which-func.el (which-func): Only inherit
5910 `font-lock-function-name-face' when that makes sense against the
5911 default mode-line face, otherwise set the face color explicitly.
5912
5913 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
5914 faces instead of (non-existent) variables.
5915
5916 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5917
5918 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
5919 (iswitchb-get-matched-buffers): Likewise. Simplify.
5920
5921 2005-06-14 Miles Bader <miles@gnu.org>
5922
5923 * progmodes/ld-script.el (ld-script-location-counter):
5924 Remove "-face" suffix from face name.
5925 (ld-script-location-counter-face):
5926 New backward-compatibility alias for renamed face.
5927 (ld-script-location-counter-face): Use renamed face.
5928
5929 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
5930 (cperl-hash): Remove "-face" suffix from face names.
5931 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
5932 New backward-compatibility aliases for renamed faces.
5933 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
5934 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
5935
5936 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
5937 name.
5938 (which-func-face): New backward-compatibility alias for renamed face.
5939 (which-func-format): Use renamed which-func face.
5940
5941 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
5942 (vhdl-function, vhdl-directive, vhdl-reserved-word)
5943 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
5944 names.
5945 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
5946 (vhdl-speedbar-configuration, vhdl-speedbar-package)
5947 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
5948 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
5949 (vhdl-speedbar-architecture-selected)
5950 (vhdl-speedbar-configuration-selected)
5951 (vhdl-speedbar-package-selected)
5952 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
5953 names.
5954 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
5955 Use renamed faces.
5956 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
5957 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
5958 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
5959 Use renamed faces.
5960 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
5961 names.
5962 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
5963 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
5964 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
5965 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
5966 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
5967 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
5968
5969 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
5970 face name.
5971 (sh-heredoc-face): New backward-compatibility alias for renamed face.
5972 (sh-heredoc-face): Use renamed sh-heredoc face.
5973
5974 * progmodes/idlw-help.el (idlwave-help-link):
5975 Remove "-face" suffix from face name.
5976 (idlwave-help-link-face):
5977 New backward-compatibility alias for renamed face.
5978 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
5979
5980 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
5981 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
5982 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
5983 New backward-compatibility aliases for renamed faces.
5984 (idlwave-shell-disabled-breakpoint-face)
5985 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
5986
5987 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5988 Remove "-face" suffix from face names.
5989 (flymake-errline-face, flymake-warnline-face):
5990 New backward-compatibility aliases for renamed faces.
5991 (flymake-highlight-line): Use renamed flymake faces.
5992
5993 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5994 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5995 (ebrowse-member-class, ebrowse-progress):
5996 Remove "-face" suffix from face names.
5997 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5998 (ebrowse-file-name-face, ebrowse-default-face)
5999 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6000 (ebrowse-progress-face):
6001 New backward-compatibility aliases for renamed faces.
6002 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
6003 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
6004 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
6005 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
6006
6007 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
6008 antlr-syntax)
6009 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
6010 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
6011 names.
6012 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
6013 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
6014 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
6015 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
6016 backward-compatibility aliases for renamed faces.
6017 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
6018 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
6019 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
6020 remove "font-lock-". Use renamed antlr-mode faces.
6021 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
6022 literal face-names with face variable references.
6023
6024 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
6025 face name.
6026 (Buffer-menu-buffer-face): New backward-compatibility alias for
6027 renamed face.
6028 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
6029
6030 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
6031
6032 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
6033 Eliminate "-face" suffix.
6034 (makefile-targets): Inherit from font-lock-function-name-face and
6035 eliminate "-face" suffix.
6036 (makefile-shell): Remove attributes and eliminate "-face" suffix.
6037 (makefile-*-font-lock-keywords): Append makefile-targets in rule
6038 actions, instead of prepending, to make it less visible.
6039 (makefile-previous-dependency, makefile-match-dependency):
6040 Don't match a target on a continuation line.
6041
6042 * files.el (auto-mode-alist): Put Makefile in gmake mode.
6043
6044 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
6045
6046 * progmodes/gdb-ui.el (menu): Re-order menu items.
6047 (gdb-tooltip-print): Respect tooltip-use-echo-area.
6048
6049 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
6050 Define in tooltip.el.
6051 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
6052 (gud-tooltip-tips): Respect tooltip-use-echo-area and
6053 gud-tooltip-echo-area.
6054
6055 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
6056 backward compatibility and make obsolete.
6057 (tooltip-help-tips): Use tooltip-use-echo-area.
6058 (tooltip-show-help-function): Rename to...
6059 (tooltip-show-help): ...this, because it is a function.
6060 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
6061
6062 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6063
6064 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
6065 (edebug-print-length, edebug-print-level, edebug-print-circle)
6066 (edebug-modify-breakpoint, edebug-eval-last-sexp)
6067 (edebug-eval-print-last-sexp): Doc fixes.
6068
6069 2005-06-14 Kim F. Storm <storm@cua.dk>
6070
6071 * ido.el (ido-mode): Make a new keymap every time we enable ido,
6072 as the coverage buffer/file/both may change.
6073
6074 2005-06-14 Lute Kamstra <lute@gnu.org>
6075
6076 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
6077 and run-mode-hooks. Simplify.
6078
6079 * mail/rmailedit.el (rmail-edit-mode):
6080 * progmodes/octave-inf.el (inferior-octave-mode):
6081 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
6082
6083 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
6084 and run-mode-hooks.
6085 (recentf-edit-list, recentf-open-files): Don't call
6086 kill-all-local-variables directly.
6087
6088 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
6089
6090 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
6091
6092 * emacs-lisp/byte-run.el (make-obsolete)
6093 (define-obsolete-function-alias): Rename arguments FUNCTION and
6094 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
6095 (make-obsolete-variable, define-obsolete-variable-alias):
6096 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
6097 respectively.
6098
6099 * isearchb.el (isearchb-activate):
6100 * pcvs.el (cvs-mode):
6101 * ses.el (ses-load):
6102 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
6103 * net/tramp.el (tramp-find-file-exists-command)
6104 (tramp-find-shell):
6105 * progmodes/ada-mode.el (ada-create-case-exception)
6106 (ada-create-case-exception-substring, ada-make-subprogram-body):
6107 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6108 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
6109 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
6110 * textmodes/org.el (org-promote, org-evaluate-time-range)
6111 (org-agenda-next-date-line, org-agenda-previous-date-line)
6112 (org-agenda-error, org-open-at-point, org-table-move-row)
6113 (org-format-table-table-html-using-table-generate-source)
6114 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
6115 * textmodes/reftex.el (reftex-access-scan-info):
6116 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
6117 (reftex-toc-promote-prepare): Follow error conventions.
6118
6119 * diff-mode.el (diff-mode): Fix typo in docstring.
6120
6121 * forms.el (forms--intuit-from-file): Fix reference to
6122 `forms-number-of-fields' in error message.
6123 (forms-print): Fix quoting in error message.
6124
6125 * forms.el (forms-mode):
6126 * emulation/vi.el (vi-goto-insert-state):
6127 * progmodes/flymake.el (flymake-new-err-info)
6128 (flymake-start-syntax-check-for-current-buffer)
6129 (flymake-simple-cleanup):
6130 * eshell/esh-var.el (eshell/export):
6131 * progmodes/gud.el (xdb):
6132 * textmodes/flyspell.el (flyspell-incorrect-hook)
6133 (flyspell-maybe-correct-transposition)
6134 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
6135
6136 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
6137
6138 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
6139 minibuffer prompt.
6140
6141 2005-06-13 Kim F. Storm <storm@cua.dk>
6142
6143 * subr.el (add-to-ordered-list): New defun.
6144
6145 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
6146 add cua--keymap-alist to emulation-mode-map-alists.
6147
6148 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6149
6150 * subr.el (complete-in-turn): New macro.
6151 (dynamic-completion-table, lazy-completion-table): Add debug info.
6152
6153 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
6154 in preference to face aliases.
6155
6156 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
6157 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
6158 Remove unused vars `start' and `firstline'.
6159 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
6160 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
6161
6162 2005-06-13 Eli Zaretskii <eliz@gnu.org>
6163
6164 * cus-start.el (all): Don't complain about missing GTK-related
6165 variables, unless either `gtk' is boundp or this isn't a
6166 `windows-nt' build.
6167
6168 2005-06-13 Lute Kamstra <lute@gnu.org>
6169
6170 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
6171 run-mode-hooks.
6172
6173 * ediff-mult.el (ediff-meta-mode):
6174 * ediff-util.el (ediff-mode): Use run-mode-hooks.
6175
6176 * ledit.el (ledit-mode): Use delay-mode-hooks.
6177
6178 * woman.el (woman-mode-line-format): Delete constant.
6179 (woman-mode-map): Initialize it properly.
6180 (woman-mode): Set mode-class property to special.
6181 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
6182 Set major-mode and mode-name. Don't set mode-line-format directly.
6183 (Man-getpage-in-background): Don't reference woman-mode-line-format.
6184
6185 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
6186 string argument obsolete.
6187
6188 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
6189
6190 * textmodes/org.el (org-CUA-compatible): New option.
6191 (org-disputed-keys): New variable.
6192 (org-key): New function.
6193 (orgtbl-make-binding): Add docstring to the created function.
6194 (org-mode): Set paragraph start/separate regexps.
6195 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
6196 (org-archive-location, org-archive-mark-done)
6197 (org-archive-stamp-time): New options.
6198 (org-archive-subtree): New command.
6199 (org-fill-paragraph): New function.
6200 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
6201 (org-fake-empty-table-line): Function removed.
6202 (org-format-org-table-html): Do not create empty table lines at
6203 separator lines. Improved table header treatment.
6204 (org-link-format): New option.
6205 (org-make-link): New function.
6206 (org-insert-link, org-store-link): Use org-make-link.
6207 (org-open-file): Quote file name for shell command, to allow
6208 spaces in file names.
6209 (org-link-regexp): Fix bug with mailto link.
6210 (org-link-maybe-angles-regexp, org-protected-link-regexp):
6211 New constants.
6212 (org-export-as-html): Deal with the optional angles around a link.
6213 Better treatment of file: links.
6214 (org-open-at-point): Replace @{ and @} with < and >.
6215 (org-run-mode-hooks): Function removed.
6216 (org-agenda-mode): No longer use `org-run-mode-hooks'.
6217
6218 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
6219
6220 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
6221 MI command -data-list-register-values.
6222 (gdb-post-prompt): Indent properly.
6223
6224 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
6225
6226 * hilit-chg.el (highlight-changes-colors): Rename from
6227 `highlight-changes-colours'.
6228 (highlight-changes-colours): Keep as obsolete alias.
6229 (highlight-changes-face-list): Doc fix.
6230 (hilit-chg-make-list): Use `highlight-changes-colors'.
6231
6232 2005-06-12 Mark A. Hershberger <mah@everybody.org>
6233
6234 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
6235 defun-prompt-regexp.
6236
6237 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6238
6239 * loadup.el: Don't say we are dumping under 2 names on windows-nt
6240 and cygwin.
6241
6242 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6243 Don't use an old loaddefs.el, as in Makefile.in.
6244
6245 2005-06-12 Lute Kamstra <lute@gnu.org>
6246
6247 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6248
6249 * man.el (Man-mode-map): Initialize it properly.
6250 (Man-mode): Set mode-class property to special.
6251
6252 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6253
6254 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6255
6256 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6257 A newline is needed in the docstring there.
6258
6259 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6260 Doc fixes.
6261
6262 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6263
6264 * printing.el: Doc fix. The menubar is no more changed when printing
6265 is loaded, it only changes when pr-menu-bind or pr-update-menus is
6266 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
6267 (pr-version): New version number (6.8.4).
6268 (pr-menu-bind): New command.
6269 (pr-update-menus): Docstring and code fix.
6270 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6271 Docstring fix.
6272 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6273 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6274
6275 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
6276
6277 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6278 "Returns" to "return", document useful return values, etc.
6279
6280 2005-06-11 Alan Mackenzie <acm@muc.de>
6281
6282 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6283 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6284 (adaptive-file-function): Minor amendment to doc-string.
6285
6286 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6287
6288 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
6289 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6290 Fix :type--it is `integer', not `string'.
6291
6292 * faces.el (modeline-highlight): Rename from (the erroneous)
6293 `modeline-higilight'.
6294
6295 2005-06-11 Lute Kamstra <lute@gnu.org>
6296
6297 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6298 lisp-interaction-mode-map but make it the parent.
6299 (edebug-eval-mode): Use define-derived-mode.
6300
6301 2005-06-11 Andreas Schwab <schwab@suse.de>
6302
6303 * bindings.el: Add binding of `ESC functionkey' for every
6304 `M-functionkey'.
6305 * hexl.el (hexl-mode-map): Likewise.
6306
6307 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
6308
6309 * progmodes/compile.el (compilation-error-regexp-alist-alist)
6310 [msft]: update regexp for newer msft compilers.
6311
6312 2005-06-10 Mark A. Hershberger <mah@everybody.org>
6313
6314 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6315 ATTLIST portions of included DTDs.
6316 (xml-parse-dtd): Eliminate use of inefficient match-data.
6317
6318 2005-06-10 Miles Bader <miles@gnu.org>
6319
6320 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6321 (mpuz-text): Remove "-face" suffix from face names.
6322 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6323 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6324 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6325
6326 * play/gomoku.el (gomoku-O, gomoku-X):
6327 Remove "-face" suffix from face names.
6328 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6329 New backward-compatibility aliases for renamed faces.
6330 (gomoku-font-lock-keywords): Use renamed gomoku faces.
6331
6332 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6333
6334 * thumbs.el: Fixes for changes of 2005-06-09.
6335 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6336 as a directory.
6337 (thumbs-thumbname): Remove directory separator from format string;
6338 `thumbs-thumbsdir' now returns a valid directory name.
6339 (thumbs-temp-dir): New defsubst.
6340 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6341 Use it.
6342
6343 * cus-edit.el (minibuffer):
6344 * files.el (make-backup-file-name-function):
6345 * filesets.el (filesets-external-viewers):
6346 * hilit-chg.el (highlight-changes-colours)
6347 (highlight-changes-face-list, highlight-changes-rotate-faces):
6348 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6349 * kmacro.el (kmacro-call-macro):
6350 * log-edit.el (log-edit-changelog-full-paragraphs):
6351 * mouse.el (mouse-1-click-follows-link):
6352 * skeleton.el (skeleton-autowrap):
6353 * subr.el (insert-for-yank-1):
6354 * tempo.el (tempo-insert-region):
6355 * terminal.el (terminal-emulator):
6356 * time.el (display-time-mail-face):
6357 * vc.el (vc-annotate):
6358 * vcursor.el (vcursor-copy-line):
6359 * woman.el (woman-bold-headings, woman-ignore)
6360 (woman-default-faces, woman-monochrome-faces):
6361 * calendar/todo-mode.el (todo-insert-threshold):
6362 * emulation/pc-select.el (pc-select-selection-keys-only)
6363 (pc-selection-mode):
6364 * emulation/vip.el (vip-find-char-forward):
6365 * emulation/viper-cmd.el (viper-find-char-forward):
6366 * international/mule-cmds.el
6367 (select-safe-coding-system-accept-default-p)
6368 (input-method-exit-on-invalid-key):
6369 * international/mule-diag.el (describe-coding-system):
6370 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6371 * net/browse-url.el (browse-url-xterm-program):
6372 * obsolete/lazy-lock.el (lazy-lock-mode):
6373 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6374 (cperl-mode):
6375 * progmodes/cpp.el (cpp-face-light-name-list)
6376 (cpp-face-dark-name-list):
6377 * progmodes/delphi.el (delphi-newline-always-indents):
6378 Fix spellings in docstrings.
6379
6380 * ido.el (ido-mode, ido-file-extensions-order)
6381 (ido-default-file-method, ido-default-buffer-method)
6382 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6383 (ido-decorations, ido-read-file-name-as-directory-commands)
6384 (ido-read-file-name-non-ido, ido-work-directory-list)
6385 (ido-ignore-item-temp-list, ido-current-directory)
6386 (ido-magic-forward-char, ido-enter-find-file)
6387 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6388 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6389
6390 2005-06-10 Lute Kamstra <lute@gnu.org>
6391
6392 * play/dunnet.el (dun-mode): Use define-derived-mode.
6393 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6394 obsolete alias.
6395
6396 * play/doctor.el (doctor-mode-map): Remove defvar.
6397 (doctor-mode): Use define-derived-mode.
6398
6399 * mail/mspools.el (mspools-mode):
6400 * net/eudc-hotlist.el (eudc-hotlist-mode):
6401 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6402
6403 2005-06-10 Miles Bader <miles@gnu.org>
6404
6405 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6406 Remove "-face" suffix from face names.
6407 (flyspell-incorrect-face, flyspell-duplicate-face):
6408 New backward-compatibility aliases for renamed faces.
6409 (flyspell-mode-on, make-flyspell-overlay)
6410 (flyspell-highlight-incorrect-region)
6411 (flyspell-highlight-duplicate-region)
6412 (flyspell-display-next-corrections)
6413 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6414
6415 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6416 from face name.
6417 (texinfo-heading-face): New backward-compatibility alias for
6418 renamed face.
6419 (texinfo-heading-face): Use renamed texinfo-heading face.
6420
6421 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6422 suffix from face names.
6423 (tex-math-face, tex-verbatim-face):
6424 New backward-compatibility aliases for renamed faces.
6425 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6426 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6427 literal face name.
6428
6429 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6430 name.
6431 (table-cell-face): New backward-compatibility alias for renamed face.
6432 (table--put-cell-face-property, table--update-cell-face):
6433 Use renamed table-cell face.
6434
6435 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6436 from face name.
6437 (sgml-namespace-face): New backward-compatibility alias for
6438 renamed face.
6439 (sgml-namespace-face): Use renamed sgml-namespace face.
6440
6441 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6442 (org-level-4, org-level-5, org-level-6, org-level-7)
6443 (org-level-8, org-warning, org-headline-done)
6444 (org-deadline-announce, org-scheduled-today)
6445 (org-scheduled-previously, org-link, org-done, org-table)
6446 (org-time-grid): Remove "-face" suffix from face names.
6447 (org-level-1-face, org-level-2-face, org-level-3-face)
6448 (org-level-4-face, org-level-5-face, org-level-6-face)
6449 (org-level-7-face, org-level-8-face, org-warning-face)
6450 (org-headline-done-face, org-deadline-announce-face)
6451 (org-scheduled-today-face, org-scheduled-previously-face)
6452 (org-link-face, org-done-face, org-table-face)
6453 (org-time-grid-face):
6454 New backward-compatibility aliases for renamed faces.
6455 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6456 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6457 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6458 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6459
6460 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6461 (viper-minibuffer-emacs, viper-minibuffer-insert)
6462 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6463 (viper-search-face, viper-replace-overlay-face)
6464 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6465 (viper-minibuffer-vi-face):
6466 New backward-compatibility aliases for renamed faces.
6467 (viper-search-face, viper-replace-overlay-face)
6468 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6469 (viper-minibuffer-vi-face): Use renamed viper faces.
6470
6471 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
6472 Remove "-face" suffix from face names.
6473 (testcover-nohits-face, testcover-1value-face):
6474 New backward-compatibility aliases for renamed faces.
6475 (testcover-mark): Use renamed testcover faces.
6476
6477 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
6478 face name.
6479 (diary-button-face): New backward-compatibility alias for renamed face.
6480 (diary-entry): Use renamed diary-button face.
6481
6482 * calendar/calendar.el (diary, calendar-today, holiday)
6483 (mark-visible-calendar-date): Remove "-face" suffix from face names.
6484 (diary-face, calendar-today-face, holiday-face):
6485 New backward-compatibility aliases for renamed faces.
6486 (eval-after-load "facemenu", diary-entry-marker)
6487 (calendar-today-marker, calendar-holiday-marker, diary-face):
6488 Use renamed calendar faces.
6489
6490 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
6491 (compare-windows-face): New backward-compatibility alias for
6492 renamed face.
6493 (compare-windows-highlight): Use renamed compare-windows face.
6494
6495 * strokes.el (strokes-char): Remove "-face" suffix from face name.
6496 (strokes-char-face): New backward-compatibility alias for renamed face.
6497 (strokes-encode-buffer): Use renamed strokes-char face.
6498
6499 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
6500 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
6501 Remove "-face" suffix from face names.
6502 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6503 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6504 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
6505 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
6506 Use renamed pcvs faces.
6507 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
6508 * pcvs-defs.el (cvs-mode-map): Likewise.
6509 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
6510
6511 * info.el (info-title-1, info-title-2, info-title-3)
6512 (info-title-4): Remove "-face" suffix from and downcase face names.
6513 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6514 (Info-title-4-face):
6515 New backward-compatibility aliases for renamed faces.
6516 (Info-fontify-node): Use renamed info faces.
6517
6518 * hilit-chg.el (highlight-changes, highlight-changes-delete):
6519 Remove "-face" suffix from face names.
6520 (highlight-changes-face, highlight-changes-delete-face):
6521 New backward-compatibility aliases for renamed faces.
6522 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
6523 (hilit-chg-make-list): Use renamed highlight-changes faces.
6524
6525 * generic-x.el (show-tabs-tab, show-tabs-space):
6526 Remove "-face" suffix from face names.
6527 (show-tabs-tab-face, show-tabs-space-face):
6528 New backward-compatibility aliases for renamed faces.
6529 (show-tabs-generic-mode-font-lock-defaults-1)
6530 (show-tabs-generic-mode-font-lock-defaults-2):
6531 Use renamed show-tabs faces.
6532
6533 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
6534 (smerge-markers): Remove "-face" suffix from face names.
6535 (smerge-mine-face, smerge-other-face, smerge-base-face)
6536 (smerge-markers-face):
6537 New backward-compatibility aliases for renamed faces.
6538 (smerge-mine-face, smerge-other-face, smerge-base-face)
6539 (smerge-markers-face): Use renamed smerge faces.
6540
6541 * log-view.el (log-view-file, log-view-message): Remove "-face"
6542 suffix from face names.
6543 (log-view-file-face, log-view-message-face):
6544 New backward-compatibility aliases for renamed faces.
6545 (log-view-file-face, log-view-message-face): Use renamed log-view
6546 faces.
6547
6548 * paren.el (show-paren-match, show-paren-mismatch):
6549 Remove "-face" suffix from face names.
6550 (show-paren-match-face, show-paren-mismatch-face):
6551 New backward-compatibility aliases for renamed faces.
6552 (show-paren-function): Use renamed show-paren faces.
6553
6554 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
6555 (ruler-mode-margins, ruler-mode-fringes)
6556 (ruler-mode-column-number, ruler-mode-fill-column)
6557 (ruler-mode-comment-column, ruler-mode-goal-column)
6558 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
6559 suffix from face names.
6560 (ruler-mode-default-face, ruler-mode-pad-face)
6561 (ruler-mode-margins-face, ruler-mode-fringes-face)
6562 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
6563 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
6564 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
6565 New backward-compatibility aliases for renamed faces.
6566 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
6567 (ruler-mode-column-number, ruler-mode-fill-column)
6568 (ruler-mode-comment-column, ruler-mode-goal-column)
6569 (ruler-mode-tab-stop, ruler-mode-current-column)
6570 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
6571 faces.
6572
6573 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
6574 face name.
6575 (whitespace-highlight-the-space): Use renamed face.
6576 (whitespace-highlight-face): New backward-compatibility alias for
6577 renamed face.
6578
6579 * woman.el (woman-italic, woman-bold, woman-unknown)
6580 (woman-addition, woman-symbol-face):
6581 Remove "-face" suffix from face names.
6582 (woman-italic-face, woman-bold-face, woman-unknown-face)
6583 (woman-addition-face):
6584 New backward-compatibility aliases for renamed faces.
6585 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
6586 (woman-decode-region, woman-replace-match)
6587 (woman-display-extended-fonts, woman-special-characters)
6588 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
6589 Use renamed woman faces.
6590
6591 * longlines.el (longlines-visible-face): Face removed.
6592
6593 * diff-mode.el (diff-header, diff-file-header, diff-index)
6594 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6595 (diff-function, diff-context, diff-nonexistent): Remove "-face"
6596 suffix from face names.
6597 (diff-header-face, diff-file-header-face, diff-index-face)
6598 (diff-hunk-header-face, diff-removed-face, diff-added-face)
6599 (diff-changed-face, diff-function-face, diff-context-face)
6600 (diff-nonexistent-face): New backward-compatibility aliases for
6601 renamed faces.
6602 (diff-header-face, diff-file-header-face)
6603 (diff-index, diff-index-face, diff-hunk-header)
6604 (diff-hunk-header-face, diff-removed, diff-removed-face)
6605 (diff-added, diff-added-face, diff-changed-face, diff-function)
6606 (diff-function-face, diff-context-face, diff-nonexistent)
6607 (diff-nonexistent-face): Use renamed diff-mode faces.
6608
6609 * progmodes/compile.el (compilation-warning-face)
6610 (compilation-info-face): Remove "-face" suffix from face names.
6611 (compilation-warning-face, compilation-info-face):
6612 New backward-compatibility aliases for renamed faces.
6613 (compilation-warning-face, compilation-info-face):
6614 Use renamed compilation faces.
6615
6616 * add-log.el (change-log-date, change-log-name)
6617 (change-log-email, change-log-file, change-log-list)
6618 (change-log-conditionals, change-log-function)
6619 (change-log-acknowledgement): Remove "-face" suffix from face names.
6620 (change-log-date-face, change-log-name-face)
6621 (change-log-email-face, change-log-file-face)
6622 (change-log-list-face, change-log-conditionals-face)
6623 (change-log-function-face, change-log-acknowledgement-face):
6624 New backward-compatibility aliases for renamed faces.
6625 (change-log-font-lock-keywords): Use renamed change-log faces.
6626
6627 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
6628 (custom-set, custom-changed, custom-saved, custom-button)
6629 (custom-button-pressed, custom-documentation, custom-state)
6630 (custom-comment, custom-comment-tag, custom-variable-tag)
6631 (custom-variable-button, custom-face-tag, custom-group-tag-1)
6632 (custom-group-tag): Remove "-face" suffix from face names.
6633 (custom-magic-alist, custom-magic-value-create)
6634 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
6635 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6636 (custom-set-face, custom-changed-face, custom-saved-face)
6637 (custom-button-face, custom-button-pressed-face)
6638 (custom-documentation-face, custom-state-face)
6639 (custom-comment-face, custom-comment-tag-face)
6640 (custom-variable-tag-face, custom-variable-button-face)
6641 (custom-face-tag-face, custom-group-tag-face-1)
6642 (custom-group-tag-face):
6643 New backward-compatibility aliases for renamed faces.
6644
6645 * wid-edit.el (widget-documentation, widget-button)
6646 (widget-field, widget-single-line-field, widget-inactive)
6647 (widget-button-pressed): "-face" suffix removed from face names.
6648 (widget-documentation-face, widget-button-face)
6649 (widget-field-face, widget-single-line-field-face)
6650 (widget-inactive-face, widget-button-pressed-face):
6651 New backward-compatibility aliases for renamed faces.
6652 (widget-documentation-face, widget-button-face)
6653 (widget-button-pressed-face, widget-specify-field)
6654 (widget-specify-inactive): Use renamed widget faces.
6655
6656 2005-06-10 Kenichi Handa <handa@m17n.org>
6657
6658 * term/x-win.el (x-clipboard-yank): Remove condition-case
6659 wrapping.
6660
6661 2005-06-11 Kenichi Handa <handa@m17n.org>
6662
6663 * add-log.el (change-log-font-lock-keywords): Make the regexp for
6664 date lines stricter.
6665
6666 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
6667
6668 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
6669 of x-get-selection.
6670
6671 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6672
6673 * comint.el (comint-mode, comint-snapshot-last-prompt):
6674 * frame.el (frame-current-scroll-bars):
6675 * term.el (term-mode, term-check-proc, term-input-sender)
6676 (term-simple-send, term-extract-string, term-word)
6677 (term-match-partial-filename):
6678 * window.el (window-current-scroll-bars):
6679 * emulation/cua-base.el (cua-normal-cursor-color)
6680 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
6681 (cua-global-mark-cursor-color):
6682 * mail/undigest.el (rmail-forward-separator-regex):
6683 Fix typos in docstrings.
6684
6685 * comint.el (comint-check-proc, make-comint-in-buffer)
6686 (comint-source-default): Doc fixes.
6687
6688 * term.el (term-send-string): Improve argument/docstring consistency.
6689
6690 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
6691
6692 * comint.el (comint-send-input): Bind `inhibit-read-only' around
6693 call to `delete-region'.
6694 (comint-mode-hook): Do not enable Font Lock by default.
6695
6696 2005-06-09 Lute Kamstra <lute@gnu.org>
6697
6698 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
6699 could be void.
6700
6701 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6702
6703 * emacs-lisp/debug.el (debugger-will-be-back): New var.
6704 (debug): Use it.
6705 (debugger-step-through, debugger-continue, debugger-jump)
6706 (debugger-return-value): Set it when needed.
6707 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
6708 Use inhibit-read-only.
6709
6710 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
6711
6712 * window.el (shrink-window-if-larger-than-buffer)
6713 (window-size-fixed): Fix typo in docstring.
6714
6715 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
6716 thumbnails directory on loading.
6717 (thumbs-conversion-program): Use `eq' to check the system type,
6718 not `equal'.
6719 (thumbs-temp-dir): Initialize to `temporary-file-directory',
6720 not "/tmp". Fix docstring.
6721 (thumbs-thumbsdir): New function to return the thumbnails
6722 directory, creating it if needed.
6723 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
6724 (thumbs-temp-file): Delete variable and make it into a function.
6725 (thumbs-resize-image, thumbs-modify-image): Use it.
6726 (thumbs-kill-buffer): Simplify.
6727 (thumbs-gensym): Defalias or duplicate CL `gensym'.
6728 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
6729 docstrings.
6730
6731 2005-06-09 Kim F. Storm <storm@cua.dk>
6732
6733 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
6734 set-match-data to free markers in match-data.
6735
6736 * replace.el (replace-match-data): Pass RESEAT arg `t' to
6737 match-data to unchain markers in match-data.
6738
6739 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6740
6741 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
6742 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
6743 unnecessary now.
6744
6745 2005-06-08 Richard M. Stallman <rms@gnu.org>
6746
6747 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
6748 give the variable a doc string that doesn't say don't set it directly.
6749
6750 * textmodes/ispell.el (ispell-check-version):
6751 Use match-string-no-properties.
6752 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
6753 (ispell-buffer-local-words): Likewise.
6754
6755 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
6756 except on terminals with enough colors to really display it.
6757 (makefile-dependency-regex): Delete spurious `bb'.
6758
6759 * faces.el (escape-glyph): Use blue once again in last case.
6760 (no-break-space): Redefine so that it isn't invisible on a tty.
6761
6762 2005-06-08 Kim F. Storm <storm@cua.dk>
6763
6764 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
6765 also when reading directory name.
6766
6767 2005-06-08 Lute Kamstra <lute@gnu.org>
6768
6769 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
6770 (flyspell-mode-line-string): Remove autoload cookie.
6771 (flyspell-mode): Remove defvar.
6772
6773 2005-06-07 Lute Kamstra <lute@gnu.org>
6774
6775 * textmodes/org.el (org-run-mode-hooks): New function.
6776 (org-agenda-mode): Use it.
6777
6778 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
6779
6780 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
6781
6782 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6783
6784 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
6785
6786 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
6787
6788 * font-lock.el (font-lock-add-keywords): Doc fix.
6789
6790 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6791
6792 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
6793 (tex-compile-default): In the absence of any history, use the order in
6794 tex-compile-alist to choose the preferred command.
6795 (tex-compile-commands): Reorder a bit.
6796
6797 * textmodes/flyspell.el (flyspell-auto-correct-binding)
6798 (flyspell-incorrect-face, flyspell-duplicate-face):
6799 Use (X)Emacs-agnostic code.
6800 (flyspell-mode-map): Don't overwrite at each load. Remove code
6801 redundant with the subsequent add-minor-mode. Merge Emacs and
6802 XEmacs code.
6803 (flyspell-word): Minor simplification.
6804 (flyspell-math-tex-command-p): Quieten the byte-compiler.
6805 (flyspell-external-point-words): Remove unused vars `size' and `start'.
6806 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
6807 Merge the corresponding Emacs code.
6808 (flyspell-correct-word, flyspell-xemacs-popup):
6809 Use flyspell-do-correct.
6810
6811 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
6812 a dedicated window.
6813
6814 * international/latexenc.el (latexenc-find-file-coding-system):
6815 Undo part of last patch, to turn off a compiler warning.
6816
6817 2005-06-06 Juri Linkov <juri@jurta.org>
6818
6819 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
6820 Rename `tmm-inactive-face' to `tmm-inactive'.
6821
6822 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
6823
6824 * iswitchb.el: Rename faces.
6825
6826 2005-06-06 Kim F. Storm <storm@cua.dk>
6827
6828 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
6829 (cua-global-mark): Remove -face suffix from face names.
6830
6831 * emulation/cua-gmrk.el (cua--init-global-mark):
6832 Remove cua-global-mark face setup.
6833
6834 2005-06-06 Richard M. Stallman <rms@gnu.org>
6835
6836 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
6837 just like other allowed characters.
6838 (makefile-match-dependency): Exclude leading and training whitespace
6839 from the range of regexp subexp 1.
6840 (makefile-macroassign-regex): Don't try to match the body,
6841 just the name of the macro being defined.
6842
6843 * info.el (Info-read-node-name-2): New function.
6844 (Info-read-node-name-1): Use that.
6845 Add a completion-base-size-function property.
6846
6847 * simple.el (completion-setup-function): Look for
6848 completion-base-size-function property of minibuffer-completion-table.
6849
6850 * files.el (locate-file-completion): Doc fix.
6851
6852 * printing.el: Don't call pr-update-menus; user must do that.
6853
6854 * emacs-lisp/debug.el (debugger-window): New variable.
6855 (debug): Use debugger-window if it is set and still alive.
6856 Record debugger-window for next entry.
6857
6858 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
6859
6860 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
6861
6862 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
6863 (hack-one-local-variable, hack-local-variables)
6864 (hack-local-variables-prop-line): Pass that arg.
6865
6866 2005-06-06 Kim F. Storm <storm@cua.dk>
6867
6868 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6869 (ido-indicator): Remove -face suffix from face names.
6870
6871 2005-06-06 Juri Linkov <juri@jurta.org>
6872
6873 * font-lock.el (font-lock-regexp-backslash)
6874 (font-lock-regexp-backslash-construct): New faces.
6875 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
6876 after `('. Add `while-no-input' to control structures.
6877
6878 * faces.el (no-break-space, shadow): New faces.
6879 (escape-glyph): Use less loud colors pink2 and red4.
6880
6881 * diff-mode.el (diff-context-face)
6882 * dired.el (dired-ignored)
6883 * rfn-eshadow.el (file-name-shadow)
6884 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
6885
6886 * info.el (Info-title-1-face): Use green instead of yellow because
6887 bold yellow is not readable on light backgrounds.
6888
6889 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
6890 before selecting the desired mode to not spend time fontifying
6891 old contents.
6892
6893 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
6894
6895 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
6896 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
6897
6898 * ps-print.el (ps-default-fg, ps-default-bg):
6899 Fix typos in docstrings.
6900
6901 * isearchb.el (isearchb): Don't pass a spurious second argument to
6902 `iswitchb-completions'.
6903
6904 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
6905
6906 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
6907 to preserve point.
6908 (gdb-find-file-hook): Add doc string.
6909
6910 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
6911 C dereferenced pointer expression.
6912 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
6913
6914 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
6915
6916 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
6917 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
6918 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
6919 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
6920 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
6921 Make background transparent.
6922
6923 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6924
6925 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
6926 (font-lock-remove-keywords): Doc fix.
6927 (font-lock-mode-major-mode): Compiler defvar.
6928 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
6929
6930 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
6931 (font-lock-mode): Update `font-lock-mode-major-mode'.
6932 (font-lock-set-defaults): Compiler defvar.
6933 (font-lock-default-function): Take `font-lock-mode-major-mode'
6934 into account.
6935
6936 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
6937 keep track of which major mode it enabled the minor mode for.
6938 Use find-file-hook again. Update docstring.
6939
6940 * simple.el (eval-expression-print-level)
6941 (eval-expression-print-length, eval-expression-debug-on-error):
6942 Doc fixes.
6943
6944 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
6945
6946 * iswitchb.el (iswitchb-single-match-face)
6947 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
6948 (iswitchb-invalid-regexp-face): New faces.
6949 (iswitchb-completions): Use them.
6950 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
6951 now marked as an obsolete alias.
6952 (iswitchb-read-buffer): Remove check for bound font variables.
6953 (iswitchb-invalid-regexp): New free variable.
6954 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
6955 set iswitchb-invalid-regexp.
6956 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
6957 invalid regexps.
6958 (iswitchb-completions): Add check for complete match when entering
6959 a regexp.
6960 (iswitchb-completions): Remove require-match argument.
6961 (iswitchb-exhibit): Fix caller.
6962 (iswitchb-common-match-inserted): New variable.
6963 (iswitchb-complete, iswitchb-completion-help): Use it.
6964
6965 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
6966
6967 * url-http.el (url-http-chunked-encoding-after-change-function):
6968 Use `url-http-debug' instead of `message'.
6969
6970 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
6971
6972 * url-http.el (url-http-parse-headers): Pass redirected URL as a
6973 callback argument.
6974
6975 2005-06-04 Kim F. Storm <storm@cua.dk>
6976
6977 * simple.el (line-move): Only call sit-for when moving backwards.
6978
6979 * ido.el (ido-make-merged-file-list-1): New defun split from
6980 ido-make-merged-file-list.
6981 (ido-make-merged-file-list): Bind throw-on-input around call to
6982 ido-make-merged-file-list-1. Return input-pending-p if
6983 interrupted by more input available.
6984 (ido-read-internal): Handle input-pending-p return value from
6985 ido-make-merged-file-list.
6986
6987 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6988
6989 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
6990 compatibility code.
6991
6992 * international/latexenc.el (latexenc-find-file-coding-system):
6993 Don't inherit the EOL part of the coding-system from the
6994 tex-main buffer. Fit within 80 columns.
6995
6996 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
6997
6998 * tmm.el (tmm-inactive-face): New face.
6999 (tmm-remove-inactive-mouse-face): New function.
7000 (tmm-prompt, tmm-add-one-shortcut)
7001 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
7002 but not selectable.
7003
7004 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
7005
7006 * faces.el (face-equal): Improve argument/docstring consistency.
7007
7008 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
7009
7010 * progmodes/make-mode.el (makefile-targets-face)
7011 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
7012 (makefile-bsdmake-dependency-regex)
7013 (makefile-makepp-rule-action-regex)
7014 (makefile-bsdmake-rule-action-regex): New constants.
7015 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
7016
7017 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7018 Allow (...) within `...' for makepp messages.
7019
7020 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
7021
7022 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
7023
7024 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
7025 "." files are deleted from all file lists before comparison.
7026
7027 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
7028 (viper-ESC-key): Made them customizable.
7029
7030 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
7031
7032 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
7033
7034 * autorevert.el (auto-revert-buffers): Use save-match-data.
7035
7036 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7037
7038 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
7039 menu items with a nil command binding.
7040
7041 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
7042
7043 * emacs-lisp/cl-macs.el (defsetf):
7044 Improve argument/docstring consistency.
7045
7046 * faces.el (list-faces-display): Improve the formatting by
7047 computing the maximum length required for any face-name (reworked
7048 patch of 1999-01-11, accidentally deleted on 1999-07-21).
7049 (internal-find-face): Remove redundant info in docstring.
7050
7051 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
7052
7053 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
7054 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
7055 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
7056 (gdb-assembler-custom): Improve regexps.
7057 (def-gdb-auto-update-handler): Use window point to preserve point.
7058
7059 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7060
7061 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
7062
7063 2005-05-31 Jay Belanger <belanger@truman.edu>
7064
7065 * calc/calc-embed.el (calc-embedded-word): Change argument passed
7066 to calc-embedded.
7067 (calc-embedded-make-info): Have plain prefix argument select
7068 entire line.
7069
7070 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
7071
7072 * faces.el (list-faces-display): Signal error if passed a regexp
7073 that matches no face name.
7074
7075 * simple.el (filter-buffer-substring): Fix typo in docstring.
7076
7077 2005-05-31 Richard M. Stallman <rms@gnu.org>
7078
7079 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
7080 (vhdl-emacs-21): Doc fix.
7081 (vhdl-mode): Unconditionally set comment-padding.
7082 (vhdl-fixup-whitespace-region): Insert spaces only where
7083 there are none.
7084 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
7085
7086 2005-05-30 John Wiegley <johnw@newartisans.com>
7087
7088 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
7089 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
7090 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
7091 `directory-sep-char' to ?/, and all uses of `string-to-int' to
7092 `string-to-number'.
7093
7094 2005-05-30 Jay Belanger <belanger@truman.edu>
7095
7096 * calc/calc.el (calc-bug-address): Fix docstring.
7097 (calc-window-hook, calc-trail-window-hook): New variables.
7098 (calc-trail-display): Restore use of calc-trail-window-hook.
7099 (calc): Restore use of calc-window-hook.
7100
7101 2005-05-31 Masatake YAMATO <jet@gyve.org>
7102
7103 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
7104
7105 * help-fns.el (help-C-file-name): Add autoload mark for
7106 `find-function-noselect'.
7107
7108 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7109
7110 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
7111 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
7112
7113 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7114
7115 * calendar/diary-lib.el (mark-included-diary-files): Only kill
7116 included diary buffer if it was not already being visited.
7117 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
7118
7119 * calendar/icalendar.el (top-level): Do not require 'appt.
7120
7121 * mail/supercite.el (sc-select-attribution): Only use a list
7122 element from sc-attrib-selection-list if it returns a string.
7123 Reported by Davide G. M. Salvetti <salve@debian.org>.
7124
7125 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
7126
7127 * thumbs.el (thumbs-thumbname): The resulting thumbname now
7128 includes a hash value to improve its uniqueness, and has a ".jpg"
7129 extension. Also, it is now a valid filename on all systems.
7130 (thumbs-make-thumb): Use `let', not `let*'.
7131 (thumbs-show-thumbs-list): Check for JPEG availability.
7132
7133 2005-05-30 Richard M. Stallman <rms@gnu.org>
7134
7135 * filesets.el (filesets-menu-ensure-use-cached):
7136 Prevent warning when emacs-version>= is undefined.
7137
7138 * printing.el (pr-interactive-n-up): Use string-to-number.
7139
7140 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
7141
7142 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7143 Warn only when name to be defined is quoted.
7144
7145 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
7146
7147 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
7148 Make regexp more robust.
7149 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
7150 Force regeneration of disassembly.
7151
7152 2005-05-29 Jay Belanger <belanger@truman.edu>
7153
7154 * calc/calc.el (calc-user-invocation): Check if
7155 calc-invocation-macro is non-nil.
7156
7157 2005-05-29 Juri Linkov <juri@jurta.org>
7158
7159 * add-log.el (change-log-font-lock-keywords):
7160 Add `+' to e-mail regexp to accept mail address with keywords.
7161
7162 * man.el (Man-name-regexp): Add `:' to accept qualified names.
7163
7164 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7165
7166 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
7167
7168 * ielm.el (inferior-emacs-lisp-mode): Ditto.
7169
7170 2005-05-29 Richard M. Stallman <rms@gnu.org>
7171
7172 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7173 Undo the change that moves to end of the current word.
7174
7175 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7176
7177 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
7178 Throw error when count <= 0 to ensure input is a number.
7179 (gdb-read-memory-custom): Pick up address from buffer.
7180 (gdb-memory-mode): Allow user to increment and decrement
7181 memory address from header line.
7182
7183 2005-05-29 Richard M. Stallman <rms@gnu.org>
7184
7185 * flyspell.el (flyspell-version): Function deleted.
7186 (flyspell-auto-correct-previous-hook): Doc fix.
7187
7188 * jit-lock.el (jit-lock-function, jit-lock-after-change):
7189 Do nothing if memory is full.
7190
7191 * font-lock.el (font-lock-fontify-syntactically-region):
7192 Pass t for GREEDY to looking-back.
7193
7194 * saveplace.el (save-place-alist-to-file): Write the file
7195 using write-region.
7196
7197 * subr.el (looking-back): New argument GREEDY.
7198
7199 * progmodes/compile.el (compilation-start): Set the mode
7200 before inserting the initial text.
7201
7202 * progmodes/which-func.el (which-func-update-1): Turn the mode
7203 off in case of error by setting which-func-mode.
7204
7205 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
7206
7207 * flyspell.el (flyspell-auto-correct-previous-word):
7208 Narrow down to what's on the screen, and recenter overlays
7209 at the end of the next word.
7210
7211 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7212
7213 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
7214 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
7215 (flyspell-abbrev-p): Default to nil.
7216 (flyspell-use-global-abbrev-table-p): Doc fix.
7217 (flyspell-large-region): Allow nil as value.
7218 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
7219
7220 (mail-mode-flyspell-verify): More robust handling
7221 of `mail-header-separator'. More efficient signature detection.
7222 Allow for regexp metacharacters in message-header-separator.
7223 Adding `To' not to be checked in mail-mode-flyspell-verify.
7224
7225 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
7226 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
7227 Bind flyspell-auto-correct-binding.
7228 Bind C-. and C-, .
7229 (flyspell-mode-map): Likewise.
7230 (flyspell-mode): Doc fix.
7231 (flyspell-accept-buffer-local-defs): Preserve current buffer.
7232 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
7233 (flyspell-word-cache-result): New var, always local.
7234 (flyspell-check-pre-word-p): Doc fix.
7235 (flyspell-check-changed-word-p): Handle spc like newline.
7236 (flyspell-post-command-hook): Set flyspell-word-cache-result.
7237 (flyspell-word-search-backward, flyspell-word-search-forward):
7238 New functions.
7239 (flyspell-word): Return t if nothing to check.
7240 When parsing TeX code, check for after } or \.
7241 Use flyspell-word-search-backward to find previous word.
7242 Return nil if duplicated word.
7243 For word already checked, return same value as last time.
7244 Set flyspell-word-cache-result after checking.
7245 Don't clobber the return value.
7246 (flyspell-get-word): Major rewrite.
7247 (flyspell-external-point-words): New locals pword, pcount.
7248 Fix size used in progress message.
7249 Find the proper corresponding word in flyspell-large-region-buffer.
7250 (flyspell-region): Check for flyspell-large-region = nil.
7251 (flyspell-highlight-incorrect-region): Clean up overlays in region.
7252 (flyspell-auto-correct-word): Check that WORD is a cons.
7253 (flyspell-correct-word): Likewise.
7254
7255 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
7256
7257 * progmodes/make-mode.el (makefile-rule-action-regex)
7258 (makefile-macroassign-regex, makefile-makepp-mode)
7259 (makefile-bsdmake-mode): Continuation lines may be empty.
7260 Reported by Joshua Varner.
7261 (makefile-makepp-font-lock-keywords): Add $(stem).
7262
7263 2005-05-28 Karl Berry <karl@gnu.org>
7264
7265 * textmodes/tex-mode.el: Now that tex-send-command calls
7266 shell-quote-argument (2005-03-31 change), remove all calls to
7267 shell-quote-argument; they all end up invoking tex-send-command.
7268 The double quoting loses on filenames with non-safe characters,
7269 such as "@". Reported by Frederik Fouvry.
7270
7271 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7272
7273 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7274 about preserving point.
7275
7276 2005-05-27 Jay Belanger <belanger@truman.edu>
7277
7278 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7279 Info-goto-node.
7280
7281 * calc/calc-embed.el (calc-embed-arg): New variable.
7282 (calc-do-embedded-activate, calc-embedded-activate-formula)
7283 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7284 variable by new variable.
7285 (calc-embedded-make-info): Replace undeclared variable by new
7286 variable. When selecting region with positive prefix
7287 argument, use end of previous line instead of beginning of line.
7288
7289 * calc/calc-aent.el (calc-arg-values): Declare it.
7290
7291 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7292 Declare them.
7293
7294 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7295
7296 * calc/calc.el (calc-alg-map): Declare it.
7297
7298 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7299
7300 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7301
7302 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7303 (gdb-registers-buffer, toggle-gdb-all-registers):
7304 Toggle display of floating point registers.
7305 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7306
7307 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
7308 (toggle-gud-tooltip-dereference):
7309 Rename from gud-toggle-tooltip-dereference.
7310
7311 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7312
7313 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7314
7315 2005-05-27 Jay Belanger <belanger@truman.edu>
7316
7317 * calc/calc-prog.el (calc-kbd-report): Remove.
7318 (calc-kbd-query): Rewrite.
7319
7320 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
7321
7322 * image.el (image-library-alist): Move to image.c.
7323 (image-type-available-p): Doc fix.
7324
7325 2005-05-27 Lute Kamstra <lute@gnu.org>
7326
7327 * calc/calc.el (calc):
7328 * outline.el (outline-1, outline-2, outline-3, outline-4)
7329 (outline-5, outline-6, outline-7, outline-8):
7330 * textmodes/dns-mode.el (dns-mode):
7331 * textmodes/sgml-mode.el (sgml-namespace-face):
7332 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
7333 (tex-verbatim-face, tex-use-reftex):
7334 * textmodes/texinfo.el (texinfo-heading-face):
7335 Specify customization group.
7336
7337 * longlines.el: Don't require easy-mmode.
7338 (longlines-visible-face): Specify customization group.
7339
7340 2005-05-27 Kenichi Handa <handa@m17n.org>
7341
7342 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7343 encoding table of windows-1251.
7344
7345 * international/ucs-tables.el (ucs-set-table-for-input):
7346 If translation-table-for-input of a coding system is a symbol, get
7347 its translation-table property.
7348
7349 * international/code-pages.el: Don't register a coding system into
7350 non-iso-charset-alist more than once.
7351 (cp-make-coding-system): Likewise.
7352
7353 2005-05-26 John Wiegley <johnw@newartisans.com>
7354
7355 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7356 `eshell-resume-eval' is wrapped in a list, it indicates that the
7357 command was run asynchronously. In that case, unwrap the value
7358 before checking the delimiter value.
7359
7360 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7361 character before a space at the end of a line is \, assume the space
7362 is part of the last argument rather than a final argument separator.
7363
7364 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7365 is in use, and the target is `t' or `nil' (which are the most common
7366 values), don't assume that the symbol target is a buffer.
7367
7368 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7369
7370 * calendar/calendar.el (calendar-mode-line-format):
7371 Use mode-line-highlight as mouse-face.
7372
7373 * time.el (display-time-string-forms, display-time-update):
7374 Use mode-line-highlight as mouse-face.
7375
7376 2005-05-26 Jay Belanger <belanger@truman.edu>
7377
7378 * calc/calc.el (calc-language-alist): Remove extra defvar.
7379
7380 2005-05-26 Lute Kamstra <lute@gnu.org>
7381
7382 * arc-mode.el (archive-mode):
7383 * bookmark.el (bookmark-read-annotation-mode)
7384 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7385 * bs.el (bs-mode):
7386 * calc/calc-yank.el (calc-edit-mode):
7387 * calc/calc.el (calc-mode, calc-trail-mode):
7388 * calculator.el (calculator-mode):
7389 * chistory.el (command-history-mode):
7390 * comint.el:
7391 * cus-edit.el (custom-mode):
7392 * descr-text.el (describe-text-mode):
7393 * ebuff-menu.el (Electric-buffer-menu-mode):
7394 * ediff-util.el (ediff-mode):
7395 * emacs-lisp/re-builder.el (reb-mode):
7396 * emulation/vi.el (vi-mode-setup):
7397 * emulation/ws-mode.el (wordstar-mode):
7398 * eshell/esh-mode.el (eshell-mode):
7399 * forms.el (forms-mode):
7400 * help-mode.el (help-mode):
7401 * hexl.el (hexl-mode):
7402 * ibuffer.el (ibuffer-mode):
7403 * ielm.el (inferior-emacs-lisp-mode):
7404 * info.el (Info-mode, Info-edit-mode):
7405 * international/swedish.el:
7406 * ledit.el (ledit-from-lisp-mode):
7407 * locate.el (locate-mode):
7408 * mail/rmail.el (rmail-mode):
7409 * mail/rmailedit.el (rmail-edit-mode):
7410 * mail/rmailsum.el (rmail-summary-mode):
7411 * mail/supercite.el (sc-electric-mode):
7412 * net/eudc.el (eudc-mode):
7413 * net/quickurl.el (quickurl-list-mode):
7414 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7415 * obsolete/ooutline.el (outline-mode):
7416 * obsolete/options.el (Edit-options-mode):
7417 * obsolete/rnews.el (news-mode):
7418 * obsolete/rnewspost.el (news-reply-mode):
7419 * play/5x5.el (5x5-mode):
7420 * play/decipher.el (decipher-mode, decipher-stats-mode):
7421 * play/gomoku.el (gomoku-mode):
7422 * play/snake.el (snake-mode):
7423 * play/solitaire.el (solitaire-mode):
7424 * play/tetris.el (tetris-mode):
7425 * progmodes/ada-mode.el (ada-mode):
7426 * progmodes/antlr-mode.el (antlr-mode):
7427 * progmodes/autoconf.el (autoconf-mode):
7428 * progmodes/dcl-mode.el (dcl-mode):
7429 * progmodes/delphi.el (delphi-mode):
7430 * progmodes/ebrowse.el (ebrowse-tree-mode)
7431 (ebrowse-electric-list-mode, ebrowse-member-mode)
7432 (ebrowse-electric-position-mode):
7433 * progmodes/f90.el (f90-mode):
7434 * progmodes/fortran.el (fortran-mode):
7435 * progmodes/icon.el (icon-mode):
7436 * progmodes/idlw-help.el (idlwave-help-mode):
7437 * progmodes/idlw-shell.el (idlwave-shell-mode):
7438 * progmodes/idlwave.el (idlwave-mode):
7439 * progmodes/inf-lisp.el (inferior-lisp-mode):
7440 * progmodes/m4-mode.el (m4-mode):
7441 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7442 * progmodes/modula2.el (modula-2-mode):
7443 * progmodes/octave-inf.el (inferior-octave-mode):
7444 * progmodes/octave-mod.el (octave-mode):
7445 * progmodes/pascal.el (pascal-mode):
7446 * progmodes/sh-script.el (sh-mode):
7447 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7448 * progmodes/vhdl-mode.el (vhdl-mode):
7449 * progmodes/xscheme.el (scheme-interaction-mode):
7450 * replace.el (occur-mode):
7451 * ses.el (ses-mode):
7452 * simple.el (completion-list-mode):
7453 * skeleton.el:
7454 * speedbar.el (speedbar-mode):
7455 * term.el (term-mode):
7456 * terminal.el (terminal-edit-mode):
7457 * textmodes/reftex-index.el (reftex-index-mode)
7458 (reftex-index-phrases-mode):
7459 * textmodes/reftex-sel.el (reftex-select-label-mode)
7460 (reftex-select-bib-mode):
7461 * textmodes/reftex-toc.el (reftex-toc-mode):
7462 * wdired.el (wdired-change-to-wdired-mode):
7463 * wid-browse.el (widget-browse-mode):
7464 Use run-mode-hooks.
7465
7466 * array.el (array-mode):
7467 * calendar/todo-mode.el (todo-mode):
7468 * man.el (Man-mode):
7469 * play/landmark.el (lm-mode):
7470 * play/mpuz.el (mpuz-mode):
7471 Use kill-all-local-variables and run-mode-hooks.
7472
7473 * subr.el (delay-mode-hooks): Specify indentation.
7474
7475 2005-05-26 Mark A. Hershberger <mah@everybody.org>
7476
7477 * xml.el (xml-substitute-special): Don't die for undefined xml
7478 entities.
7479
7480 2005-05-26 Jay Belanger <belanger@truman.edu>
7481
7482 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
7483 of nil.
7484
7485 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
7486
7487 * progmodes/gdb-ui.el (gdb-frame-address):
7488 Rename from gdb-current-address.
7489 (gdb-previous-frame-address): Rename from gdb-previous-address.
7490 (gdb-selected-frame): Rename from gdb-current-frame.
7491 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
7492 (gdb-frame-number): Rename from gdb-current-stack-level.
7493 (gdb-ann3): Match new mode-name for disassembly buffer.
7494 Extend initialization of variables.
7495 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
7496 (gdb-memory-mode): Use mouse-face in header line.
7497 (gdb-assembler-buffer-name): Call it disassembly and give frame
7498 in mode line.
7499 (gdb-source-spec-regexp, gdb-assembler-custom)
7500 (gdb-invalidate-assembler, gdb-frame-handler):
7501 Make robust to leading zeroes in address format.
7502
7503 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
7504
7505 * textmodes/org.el (org-mode): Use `define-derived-mode' to
7506 define `org-mode'.
7507 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
7508
7509 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7510
7511 * log-edit.el (log-edit-changelog-entries): Distinguish between
7512 filenames like xfns.c and fns.c.
7513
7514 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
7515
7516 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
7517 point after reverting.
7518 (Buffer-menu-make-sort-button): Handle the case where
7519 `Buffer-menu-use-header-line' is nil.
7520
7521 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7522
7523 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
7524 New funcs. In minibuffer-local-completion-map bind `]', `/'
7525 and `:' to them.
7526
7527 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7528
7529 * startup.el (normal-top-level): Allow modification of load-path while
7530 we're iterating over it.
7531
7532 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
7533
7534 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
7535 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
7536 (thumbs-resize-interactive, thumbs-insert-image)
7537 (thumbs-insert-thumb, thumbs-dired-show-marked)
7538 (thumbs-find-image-at-point, thumbs-delete-images)
7539 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
7540 (thumbs-increment-image-size, thumbs-decrement-image-size):
7541 Fix typos in docstrings.
7542
7543 2005-05-24 Andre Spiegel <spiegel@gnu.org>
7544
7545 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
7546 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
7547 (cperl-mode): Use them.
7548
7549 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
7550
7551 * window.el (quit-window, shrink-window-if-larger-than-buffer):
7552 Doc fixes.
7553
7554 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
7555
7556 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
7557 Bind C-d to gdb-inferior-io-eof.
7558
7559 * dired.el (dired-dnd-popup-notice): Use message-box.
7560
7561 2005-05-23 Masatake YAMATO <jet@gyve.org>
7562
7563 * bindings.el (mode-line-major-mode-keymap):
7564 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
7565
7566 * faces.el (mode-line-highlight): New face.
7567
7568 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
7569 as mouse-face.
7570
7571 * bindings.el (top-level, help-echo, mode-line-modified)
7572 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
7573 as mouse-face.
7574
7575 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
7576
7577 * progmodes/cc-engine.el (c-guess-basic-syntax):
7578 Remove spurious call to `zerop'.
7579
7580 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
7581
7582 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
7583
7584 CC Mode update to 5.30.10:
7585
7586 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7587 could go past the limit in decoration level 2, thereby causing
7588 errors during interactive fontification.
7589
7590 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7591 the file is evaluated interactively.
7592
7593 * cc-engine.el (c-guess-basic-syntax): Handle operator
7594 declarations somewhat better in C++.
7595
7596 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
7597 make use of `run-mode-hooks' which has been added in Emacs 21.1.
7598 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
7599 (awk-mode): Use it.
7600 (make-local-hook): Suppress warning about obsoleteness.
7601
7602 * cc-engine.el, cc-align.el, cc-cmds.el
7603 (c-append-backslashes-forward, c-delete-backslashes-forward)
7604 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7605 Compensate for return value from `forward-line' when it has moved
7606 but not to a different line due to eob.
7607
7608 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7609 `objc-method-intro' and `objc-method-args-cont'.
7610
7611 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
7612
7613 CC Mode update to 5.30.10:
7614
7615 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
7616 in the copyright statement. Incidentally, change "along with GNU
7617 Emacs" to "along with this program" where it occurs.
7618
7619 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
7620 so that it is interactive, hence can be found by M-x awk-mode
7621 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
7622 <gmorris+emacs@ast.cam.ac.uk>.
7623
7624 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
7625 Mode's regexps.
7626
7627 2005-05-23 Kevin Ryde <user42@zip.com.au>
7628
7629 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
7630 c-parse-state, to avoid a lisp error (on bad code).
7631
7632 2005-05-23 Lute Kamstra <lute@gnu.org>
7633
7634 * subr.el (font-lock-defaults): Remove defvar as it's already
7635 defined in font-core.el.
7636
7637 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
7638
7639 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
7640
7641 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
7642 more general and work when GDB variable "print pretty" is on,
7643 as with Emacs, for example.
7644
7645 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
7646
7647 * font-core.el: Update comment.
7648
7649 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
7650 Use `after-change-major-mode-hook' instead of `find-file-hook'.
7651
7652 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
7653
7654 2005-05-22 Eli Zaretskii <eliz@gnu.org>
7655
7656 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
7657 and `yank-handler' in the doc strings.
7658
7659 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7660
7661 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
7662
7663 2005-05-22 Richard M. Stallman <rms@gnu.org>
7664
7665 * help.el (describe-key): Move print-help-return-message call
7666 out of conditional.
7667
7668 * progmodes/etags.el (list-tags): Use with-no-warnings.
7669
7670 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
7671 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
7672 (starttls-extra-args, starttls-extra-arguments): Add defvars.
7673
7674 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
7675
7676 * language/viet-util.el (viet-viscii-nonascii-translation-table):
7677 Add defvar.
7678
7679 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
7680 Use defvar, not defconst.
7681
7682 * hexl.el (hexl-follow-line): Use with-no-warnings.
7683
7684 * emulation/tpu-extras.el: Use write-file-functions instead of
7685 write-file-hooks.
7686
7687 * dired.el (dired-font-lock-keywords): Fontify files with junk
7688 extensions even if marked by -F.
7689
7690 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
7691
7692 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
7693 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
7694 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
7695 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
7696 (concatenate, list-length, get*, getf, cl-remprop):
7697 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
7698 (etypecase, progv, lexical-let, lexical-let*)
7699 (multiple-value-bind, multiple-value-setq, shiftf):
7700 Improve argument/docstring consistency.
7701
7702 * subr.el (focus-frame, unfocus-frame):
7703 Revert deletion on 2005-05-01.
7704
7705 2005-05-22 Andre Spiegel <spiegel@gnu.org>
7706
7707 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
7708 doesn't exist.
7709
7710 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
7711 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
7712
7713 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
7714
7715 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
7716 already deleted variables: auto-fill-hook, blink-paren-hook,
7717 lisp-indent-hook, inhibit-local-variables, unread-command-event,
7718 suspend-hooks, comment-indent-hook, meta-flag,
7719 before-change-function, after-change-function,
7720 font-lock-doc-string-face.
7721
7722 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
7723
7724 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
7725
7726 2005-05-21 Eli Zaretskii <eliz@gnu.org>
7727
7728 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
7729 rmail-dont-reply-to.
7730
7731 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7732
7733 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
7734 literal blank when splitting new-header-values.
7735
7736 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
7737
7738 * calendar/cal-menu.el (cal-menu-update): Add separator as a
7739 string so that tmm doesn't create a completion entry for it.
7740
7741 * textmodes/table.el (table-disable-menu): Ditto.
7742
7743 2005-05-21 Richard M. Stallman <rms@gnu.org>
7744
7745 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
7746
7747 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
7748
7749 * net/rcompile.el (remote-compile): Use compilation-start.
7750
7751 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
7752
7753 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
7754
7755 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
7756 Default to makefile-bsdmake-mode on BSD systems.
7757
7758 * imenu.el (imenu-generic-expression, imenu--generic-function'):
7759 REGEXP may also be a search function now. The part of doc-string
7760 for describing the structure was 95% identical to that of
7761 `imenu--generic-function'. Unify it there.
7762
7763 * progmodes/make-mode.el (makefile-imenu-generic-expression):
7764 Use function to find dependencies, because regexp alone is so complex,
7765 it easily goes into an endless loop.
7766 (makefile-makepp-mode): Also add submenu for Perl functions
7767 defined in the makefile.
7768 (makefile-bsdmake-mode): Special imenu-generic-expression no
7769 longer needed, due to function call.
7770 (makefile-match-dependency): Take BOUND into account when checking
7771 if we're through.
7772
7773 2005-05-20 Jay Belanger <belanger@truman.edu>
7774
7775 * calc/calc-units.el (calc-invalidate-units-table):
7776 Use inhibit-read-only.
7777 (math-build-units-table-buffer): Use view-mode.
7778
7779 2005-05-20 David Kastrup <dak@gnu.org>
7780
7781 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
7782 easy-menu-add is not a nop on Emacs; and clarify when to call it.
7783
7784 2005-05-20 Lute Kamstra <lute@gnu.org>
7785
7786 * diff-mode.el (diff-header-face, diff-file-header-face)
7787 (diff-index-face, diff-hunk-header-face, diff-removed-face)
7788 (diff-added-face, diff-changed-face, diff-function-face)
7789 (diff-context-face, diff-nonexistent-face): Put them in the
7790 diff-mode customization group.
7791
7792 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7793
7794 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
7795
7796 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
7797
7798 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
7799 Minor regexp-optimization.
7800
7801 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
7802
7803 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
7804 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
7805 (org-agenda-add-time-grid-maybe): New function.
7806 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7807 (org-table-create): `dotimes' instead of `mapcar'.
7808 (org-xor): Simplify implementation.
7809 (org-agenda): `inhibit-redisplay' turned on.
7810 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
7811 a consistent line after a state change.
7812 (org-agenda-remove-times-when-in-prefix): New option.
7813 (org-prefix-has-time): New variable.
7814 (org-parse-time-string): Optional argument NODEFAULT.
7815 (org-format-agenda-item): Parse items for time-of-day
7816 specifications and move these into the prefix if possible.
7817 (org-agenda-priority): Get current heading, not previous heading
7818 during agenda remote editing.
7819
7820 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
7821
7822 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
7823 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
7824 (remove-duplicates, delete-duplicates, substitute)
7825 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
7826 (nsubstitute-if-not, find, find-if, find-if-not, position)
7827 (position-if, position-if-not, count, count-if, count-if-not)
7828 (mismatch, search, sort*, stable-sort, merge, member*)
7829 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
7830 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
7831 (intersection, nintersection, set-difference, nset-difference)
7832 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
7833 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
7834 (nsublis, tree-equal): Improve argument/docstring consistency.
7835
7836 * subr.el (send-string, send-region):
7837 Remove obsolescence declaration.
7838 (window-dot, set-window-dot, read-input, show-buffer)
7839 (eval-current-buffer, string-to-int):
7840 Add release number to obsolescence declarations.
7841
7842 2005-05-19 Kim F. Storm <storm@cua.dk>
7843
7844 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
7845 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
7846
7847 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
7848
7849 * faces.el (list-faces-display): Make back button respect optional
7850 regexp arg.
7851
7852 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
7853
7854 * calculator.el (calculator-radix-grouping-mode)
7855 (calculator-radix-grouping-digits, calculator-displayer)
7856 (calculator-radix-grouping-separator, calculator-copy-displayer):
7857 * dabbrev.el (dabbrev-search-these-buffers-only):
7858 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
7859 (diff-advance-after-apply-hunk, diff-mode-hook)
7860 (diff-minor-mode-prefix):
7861 * imenu.el (imenu-use-popup-menu):
7862 * jit-lock.el (jit-lock-context-time):
7863 * newcomment.el (comment-fill-column, comment-column)
7864 (comment-style, comment-padding, comment-multi-line)
7865 (comment-empty-lines, comment-auto-fill-only-comments):
7866 * reveal.el (reveal-around-mark):
7867 * uniquify.el (uniquify-buffer-name-style)
7868 (uniquify-after-kill-buffer-p)
7869 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
7870 (uniquify-min-dir-content, uniquify-separator)
7871 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
7872 * w32-vars.el (w32-fixed-font-alist):
7873 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
7874 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
7875 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
7876 * progmodes/perl-mode.el (perl-indent-level)
7877 (perl-continued-statement-offset, perl-continued-brace-offset)
7878 (perl-brace-offset, perl-brace-imaginary-offset)
7879 (perl-label-offset, perl-indent-continued-arguments)
7880 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
7881 * progmodes/tcl.el (tcl-indent-level)
7882 (tcl-continued-indent-level, tcl-auto-newline)
7883 (tcl-tab-always-indent, tcl-electric-hash-style)
7884 (tcl-help-directory-list, tcl-use-smart-word-finder)
7885 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
7886 (inferior-tcl-source-command):
7887 * textmodes/fill.el (enable-kinsoku):
7888 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
7889 * textmodes/table.el (table-yank-handler):
7890 Specify missing group (and type, if simple) in defcustom.
7891
7892 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
7893
7894 * progmodes/compile.el (compilation-finish-function): Fix defvar.
7895
7896 2005-05-19 Richard M. Stallman <rms@gnu.org>
7897
7898 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
7899
7900 * subr.el (event-basic-type): Don't get an error.
7901 (left-fringe-p): Function deleted.
7902
7903 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
7904 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
7905
7906 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
7907 in recursive copy.
7908
7909 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
7910
7911 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
7912
7913 * emacs-lisp/bytecomp.el
7914 (byte-compile-file-form-custom-declare-variable): Call
7915 byte-compile-nogroup-warn if appropriate.
7916
7917 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
7918 (compilation-set-window): Don't call left-fringe-p; do it directly.
7919
7920 2005-05-19 Jay Belanger <belanger@truman.edu>
7921
7922 * calc/calc-graph.el (calc-graph-format-data): Make sure
7923 var-PlotRejects is bound before trying to check its value.
7924
7925 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
7926
7927 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
7928 definition of this variable from reftex-global.el to reftex.el,
7929 because it is needed in the menu.
7930
7931 2005-05-19 Lute Kamstra <lute@gnu.org>
7932
7933 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
7934 years are fixed. Don't insert a space after a dash.
7935
7936 2005-05-19 Kim F. Storm <storm@cua.dk>
7937
7938 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
7939
7940 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
7941
7942 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
7943 strings, because (eq ... ?\\) is fairly frequent.
7944
7945 * progmodes/make-mode.el (makefile-add-this-line-targets):
7946 Simplify and integrate into `makefile-pickup-targets'.
7947 (makefile-add-this-line-macro): Simplify and integrate into
7948 `makefile-pickup-macros.
7949 (makefile-pickup-filenames-as-targets): Simplify.
7950 (makefile-previous-dependency, makefile-match-dependency):
7951 Don't stumble over `::'.
7952
7953 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
7954
7955 * subr.el (post-command-idle-hook, post-command-idle-delay):
7956 Remove obsoletion of post-command-idle-hook and
7957 post-command-idle-delay.
7958
7959 * faces.el (list-faces-display): Provide button when describe-face
7960 is called to take user back to the list of faces.
7961
7962 * help-fns.el (describe-variable): Remove hyperlinks in a
7963 variable's value as these are quite frequently inappropriate.
7964
7965 * follow.el (follow-submit-feedback, follow-mode):
7966 Remove references to post-command-idle-hook.
7967
7968 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
7969
7970 * progmodes/make-mode.el (makefile-previous-dependency)
7971 (makefile-match-dependency): Check for := (and in bsd mode also
7972 !=) to give a better result, even when font-lock is not on.
7973
7974 2005-05-18 Jay Belanger <belanger@truman.edu>
7975
7976 * calc/calc-help.el (calc-s-prefix-help):
7977 Add `calc-copy-special-constant' to help string.
7978
7979 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
7980
7981 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7982
7983 2005-05-18 Jay Belanger <belanger@truman.edu>
7984
7985 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
7986 in linear factors are in proper order.
7987
7988 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
7989
7990 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7991 Support for jurabib.
7992
7993 * textmodes/reftex.el (featurep): Define aliases for overlay
7994 commands, for XEmacs compatibility, and use these aliases in
7995 overlay initializations.
7996 (reftex-highlight): Use `reftex-move-overlay'.
7997 (reftex-unhighlight): Use `reftex-delete-overlay'.
7998 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
7999 (reftex-access-search-path): Use `reftex-uniquify' instead of
8000 `reftex-uniq'
8001
8002 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
8003 `before-string' property modification enables for Emacs as well.
8004 (reftex-select-item): Use `reftex-delete-overlay'.
8005 (reftex-select-mark): Use `reftex-make-overlay' and
8006 `reftex-overlay-put'.
8007 (reftex-select-unmark): Use `reftex-delete-overlay' and
8008 `reftex-overlay-put'.
8009
8010 2005-05-18 Lute Kamstra <lute@gnu.org>
8011
8012 * emacs-lisp/lisp.el (check-parens): Fix docstring.
8013
8014 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
8015
8016 * add-log.el (add-change-log-entry):
8017 * array.el (array-make-template, array-reconfigure-rows)
8018 (array-init-max-row, array-init-max-column)
8019 (array-init-columns-per-line, array-init-field-width):
8020 * replace.el (replace-match-maybe-edit, perform-replace):
8021 * textmodes/spell.el (spell-region):
8022 Replace `read-input' by `read-string'.
8023
8024 * forms.el (forms-mode):
8025 * finder.el (finder-compile-keywords):
8026 * shadowfile.el (shadow-read-files):
8027 Replace `eval-current-buffer' by `eval-buffer'.
8028
8029 * terminal.el (te-pass-through):
8030 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
8031 (ange-ftp-raw-send-cmd):
8032 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
8033 (send-process-next-char, telnet-initial-filter, telnet):
8034 Replace `send-string' by `process-send-string'.
8035
8036 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
8037 (prolog-consult-region): Replace `send-string' by
8038 `process-send-string'; replace `send-region' by `process-send-region'.
8039
8040 * progmodes/delphi.el (delphi-log-msg):
8041 Replace `set-window-dot' by `set-window-point'.
8042
8043 * subr.el (window-dot, set-window-dot, read-input, send-string)
8044 (send-region, show-buffer, eval-current-buffer):
8045 Make really obsolete, as the comment says.
8046
8047 2005-05-17 Kim F. Storm <storm@cua.dk>
8048
8049 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
8050 (cua--init-keymaps): Bind C-return instead of S-return to set
8051 rectangle mark.
8052
8053 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
8054 instead of S-return to toggle/clear rectangle mark.
8055
8056 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
8057
8058 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8059 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
8060 Also fontify plain strings assigned to variables, mostly so that a
8061 colon has a face and is thus not taken as a dependency separator.
8062 (makefile-previous-dependency): Inline the new matcher, because it
8063 is too complex to work in both directions.
8064 (makefile-match-dependency): Eliminate `backward' arg (see above).
8065 Completely reimplemented so as to not sometimes go into an endless
8066 loop. It should also be more efficient, because first it only
8067 searches for `:', instead of applying the very complex regexp.
8068 (makefile-mode): Cancel `font-lock-support-mode', because blocks
8069 to be fontified in one piece can be too long for JIT.
8070 Makefiles are never *that* big.
8071
8072 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
8073
8074 * dired.el (dired-mode): Simplify.
8075
8076 2005-05-17 Lute Kamstra <lute@gnu.org>
8077
8078 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
8079 defcustom for the mode hook variable.
8080
8081 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
8082 Emacs Lisp Reference Manual.
8083
8084 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
8085
8086 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
8087 (evenp, list*):
8088 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
8089 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
8090
8091 * net/tramp-smb.el (tramp-smb-open-connection):
8092 Pass `tramp-chunksize' as fifth (required) argument.
8093
8094 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
8095
8096 * font-lock.el (lisp-font-lock-keywords-1):
8097 Set `font-lock-negation-char-face' for [^...] char group.
8098 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
8099
8100 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
8101 a var, and refine it to mask one more level of nested vars.
8102 (makefile-rule-action-regex): Turn it into a var, and refine it so
8103 it recognizes backslashed continuation lines as belonging to the
8104 same command.
8105 (makefile-macroassign-regex): Refine it so it recognizes
8106 backslashed continuation lines as belonging to the same command.
8107 (makefile-var-use-regex): Don't look at the next char, because it
8108 might be the same one to be skipped by the initial [^$], leading
8109 to an overlooked variable use.
8110 (makefile-make-font-lock-keywords): Remove two parameters, which
8111 are now variables that some of the modes set locally.
8112 Handle dependency and rule action matching through functions, because
8113 regexps alone match too often. Dependency matching now comes
8114 last, so it can check, whether a colon already matched something else.
8115 (makefile-mode): Inform that font-lock improves makefile parsing
8116 capabilities.
8117 (makefile-match-dependency, makefile-match-action): New functions.
8118
8119 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
8120
8121 * emacs-lisp/cl-extra.el (equalp): Doc fix.
8122
8123 * align.el (align-regexp):
8124 * ansi-color.el (ansi-color-get-face):
8125 * array.el (array-reconfigure-rows, array-init-max-row)
8126 (array-init-max-column, array-init-columns-per-line)
8127 (array-init-field-width):
8128 * dired-aux.el (dired-trample-file-versions):
8129 * dired-x.el (dired-mark-sexp):
8130 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
8131 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
8132 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
8133 * faces.el (face-read-integer):
8134 * files.el (backup-extract-version, insert-directory):
8135 * hexl.el (hexl-insert-decimal-char):
8136 * server.el (server-process-filter):
8137 * shell.el (shell-extract-num):
8138 * startup.el (command-line-1):
8139 * term.el (term-command-hook):
8140 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
8141 (time-stamp-do-number):
8142 * time.el (display-time-update):
8143 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
8144 (timezone-fix-time):
8145 * vms-patch.el (vms-suspend-resume-hook):
8146 * calendar/appt.el (appt-convert-time):
8147 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8148 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
8149 * calendar/cal-islam.el (mark-islamic-diary-entries):
8150 * calendar/calendar.el (calendar-cursor-to-date)
8151 (calendar-star-date):
8152 * calendar/diary-lib.el (diary-attrtype-convert)
8153 (mark-diary-entries, diary-entry-time):
8154 * calendar/solar.el (solar-get-number):
8155 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
8156 * emacs-lisp/re-builder.el (reb-display-subexp):
8157 * emulation/edt.el (edt-set-scroll-margins):
8158 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8159 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
8160 (vip-get-ex-count):
8161 * emulation/viper-ex.el (viper-get-ex-token)
8162 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
8163 * international/fontset.el (fontset-plain-name):
8164 * mail/feedmail.el (feedmail-look-at-queue-directory):
8165 * mail/mailalias.el (mail-get-names):
8166 * mail/rmail.el (rmail-convert-to-babyl-format):
8167 * mail/rmailsum.el (rmail-make-basic-summary-line)
8168 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
8169 (rmail-summary-goto-msg):
8170 * mail/smtpmail.el (smtpmail-read-response):
8171 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
8172 (ange-ftp-vms-add-file-entry):
8173 * play/gametree.el (gametree-looking-at-ply)
8174 (gametree-current-branch-score):
8175 * progmodes/ada-xref.el (ada-prj-find-prj-file)
8176 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
8177 * progmodes/cperl-mode.el (condition-case):
8178 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
8179 (ebrowse-set-member-buffer-column-width)
8180 (ebrowse-select-1st-to-9nth):
8181 * progmodes/etags.el (etags-snarf-tag):
8182 * progmodes/flymake.el (flymake-parse-line):
8183 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
8184 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
8185 (idlwave-shell-menu-def):
8186 * progmodes/ps-mode.el (ps-run-goto-error):
8187 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
8188 (vhdl-speedbar-contract-level):
8189 * term/mac-win.el (x-handle-numeric-switch):
8190 * term/sun-mouse.el (sun-get-frame-data):
8191 * term/w32-win.el (x-handle-numeric-switch):
8192 * term/x-win.el (x-handle-numeric-switch):
8193 * textmodes/ispell.el (ispell-parse-output):
8194 * textmodes/nroff-mode.el (nroff-outline-level):
8195 * textmodes/reftex-cite.el (reftex-bib-sort-year)
8196 (reftex-bib-sort-year-reverse, reftex-format-citation):
8197 * textmodes/reftex-parse.el (reftex-init-section-numbers)
8198 (reftex-section-number):
8199 * textmodes/texinfmt.el (texinfo-paragraphindent):
8200 Replace `string-to-int' by `string-to-number'.
8201
8202 * international/latexenc.el: Add page marker to force the "Local
8203 Variables:" string out of the last page.
8204
8205 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8206
8207 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
8208 tooltip-change-major-mode.
8209 (gud-tooltip-print-command): Remove case where gud-minor-mode
8210 is gdb ("--fullname").
8211 (gud-tooltip-tips): Turn GUD tooltips off for this case and
8212 explain to user.
8213
8214 2005-05-16 Jay Belanger <belanger@truman.edu>
8215
8216 * calc/calc-store.el (calc-copy-special-constant): New function.
8217
8218 * calc/calc-ext.el (calc-init-extensions): Add binding for
8219 `calc-copy-special-constant'.
8220
8221 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
8222 for the `calc-copy-special-constant' command.
8223
8224 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8225
8226 * subr.el (left-fringe-p): New function.
8227
8228 * progmodes/compile.el (compilation-setup): Set local value of
8229 overlay-arrow-string to "" always.
8230 (compilation-set-window): Left fringe then don't scroll.
8231 No left fringe then no arrow and scroll message to top.
8232 (compilation-context-lines): Adjust doc string accordingly.
8233
8234 2005-05-16 Kim F. Storm <storm@cua.dk>
8235
8236 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8237 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
8238 (ido-wide-find-dir-or-delete-dir): New command for M-d.
8239 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
8240 (ido-read-file-name): Handle commands with ido property value
8241 equal to find-file as reading a file name, to allow C-d to enter dired.
8242 (ibuffer-find-file): Add ido property with value find-file.
8243
8244 2005-05-15 Kim F. Storm <storm@cua.dk>
8245
8246 * subr.el (open-network-stream-nowait): Remove.
8247 (open-network-stream-server): Remove.
8248
8249 2005-05-15 Richard M. Stallman <rms@gnu.org>
8250
8251 * faces.el (describe-face): Output a definition link button.
8252
8253 * help-mode.el (help-face-def): New button type.
8254
8255 * emacs-lisp/copyright.el (copyright-fix-years):
8256 Match properly if the first year is 2-digit.
8257 Don't mess up the whitespace after the years by filling.
8258
8259 * dired-aux.el (dired-mark-confirm):
8260 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8261
8262 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8263 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8264 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8265
8266 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8267 Set font-lock-comment-start-skip.
8268
8269 * font-lock.el (font-lock-comment-start-skip): New variable.
8270 (font-lock-comment-end-skip): New variable.
8271 (font-lock-fontify-syntactically-region): Use them if non-nil.
8272
8273 2005-05-15 Jay Belanger <belanger@truman.edu>
8274
8275 * calc/calc-store.el (calc-store-value): Return a string rather
8276 than display it as a message.
8277 Use calc-var-name for variable name.
8278 (calc-store-into): Add the result of calc-store-value to message.
8279 (calc-copy-variable): Add a message.
8280 (calc-store-exchange): Improve error messages.
8281 (calc-store-binary, calc-store-map): Don't reset the values of
8282 special constants.
8283
8284 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8285
8286 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8287 manual to docstring.
8288
8289 * files.el (hack-local-variables-confirm): Add STRING argument.
8290 Make the function handle non file visiting buffers correctly.
8291 (hack-local-variables-prop-line, hack-local-variables)
8292 (hack-one-local-variable): Use STRING arg of
8293 `hack-local-variables-confirm'.
8294
8295 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8296
8297 Sync with Tramp 2.0.49.
8298
8299 * net/tramp.el (tramp-handle-dired-call-process)
8300 (tramp-handle-insert-directory):`insert-buffer' cannot be used
8301 because the contents of the Tramp buffer is changed before
8302 insertion (`expand-file' and alike).
8303 (tramp-handle-insert-directory): If `localname' has an empty
8304 nondirectory name, it must not be quoted.
8305 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
8306 variable `tramp-chunksize'. Change callees.
8307 (tramp-open-connection-setup-interactive-shell): Check remote host
8308 for buggy `send-process-string' implementation.
8309 Set `tramp-chunksize' if found. Reported by Michael Kifer
8310 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8311 (tramp-handle-shell-command): `insert-buffer' cannot be used
8312 because the contents of the Tramp buffer is changed before
8313 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
8314 <frederic.bothamy@free.fr>.
8315 (tramp-set-auto-save): Actions should be done for Tramp file name
8316 handler only. Ange-FTP has its own auto-save mechanism.
8317 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8318 (tramp-set-auto-save-file-modes): Set file modes of
8319 `buffer-auto-save-file-name' to ?\600 as fallback solution.
8320 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8321 (tramp-bug): Remove obsolete variable.
8322 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
8323 for presence of `mml-mode'. Make it running for older Emacsen as well.
8324
8325 2005-05-14 John Paul Wallington <jpw@pobox.com>
8326
8327 * ibuf-ext.el (define-ibuffer-filter filename):
8328 If `dired-directory' is a list, use its car.
8329
8330 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
8331
8332 * ibuffer.el (define-ibuffer-column filename):
8333 If `dired-directory' is a list, use its car.
8334
8335 2005-05-14 Richard M. Stallman <rms@gnu.org>
8336
8337 * subr.el (symbol-file): Doc fix.
8338
8339 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8340 (byte-compile-form): Call byte-compile-nogroup-warn.
8341 (byte-compile-warning-types): Doc fix.
8342
8343 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8344
8345 * progmodes/cc-engine.el (c-literal-faces):
8346 Add font-lock-comment-delimiter-face.
8347
8348 * net/net-utils.el (dig): Use with-no-warnings.
8349
8350 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8351 (sc-recite-frame-alist, sc-default-cite-frame)
8352 (sc-default-uncite-frame, sc-default-recite-frame)
8353 (sc-attrib-selection-list, sc-rewrite-header-list):
8354 Mark as risky-local-variable.
8355
8356 * international/ogonek.el (ogonek-jak, ogonek-how):
8357 Don't use beginning-of-buffer.
8358
8359 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8360
8361 * calendar/solar.el (solar-data-list): Move definition up.
8362
8363 * dnd.el (dnd-protocol-alist): Add autoload.
8364
8365 * progmodes/sh-script.el: Many doc usage fixes.
8366 (sh-indent-after-do): Change default to match common styles.
8367
8368 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8369
8370 * files.el (interpreter-mode-alist)
8371 (auto-mode-interpreter-regexp): Doc fixes.
8372
8373 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8374
8375 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8376
8377 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8378
8379 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8380
8381 * dired.el (dired-mode): make-variable-buffer-local =>
8382 make-local-variable.
8383
8384 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8385
8386 * term/mac-win.el (mac-select-convert-to-string): Try coding
8387 systems in mac-script-code-coding-systems if specified one cannot
8388 encode string for `com.apple.traditional-mac-plain-text'.
8389
8390 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8391
8392 * progmodes/make-mode.el (makefile-targets-face)
8393 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8394 (makefile-dependency-regex): Fix it to not make the colon in
8395 $(var:a=b) special.
8396 (makefile-rule-action-regex): New regexp for highlighting embedded
8397 Shell strings.
8398 (makefile-macroassign-regex): Handle != for highlighting as
8399 embedded Shell strings.
8400 (makefile-var-use-regex): New const.
8401 (makefile-statements, makefile-automake-statements)
8402 (makefile-gmake-statements, makefile-makepp-statements)
8403 (makefile-bsdmake-statements): New consts.
8404 (makefile-make-font-lock-keywords): New function.
8405 (makefile-automake-font-lock-keywords)
8406 (makefile-gmake-font-lock-keywords)
8407 (makefile-makepp-font-lock-keywords)
8408 (makefile-bsdmake-font-lock-keywords): New consts.
8409 (makefile-mode-map): Add switchers between the various submodes.
8410 (makefile-mode): Document the availability of the variants.
8411 (makefile-automake-mode, makefile-gmake-mode)
8412 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8413
8414 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8415 new variants of makefile-mode.
8416
8417 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8418
8419 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8420 the inheritance.
8421
8422 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8423
8424 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8425 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8426
8427 * files.el (normal-mode): Extend the scope of the
8428 `enable-local-variables' binding to include the `set-auto-mode' call.
8429 (magic-mode-alist): Doc fix.
8430
8431 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8434 font-lock-comment-face rather than copying its setting.
8435
8436 2005-05-12 Andreas Schwab <schwab@suse.de>
8437
8438 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8439
8440 2005-05-12 Lute Kamstra <lute@gnu.org>
8441
8442 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8443 defcustom for the mode hook variable. Delete the last argument.
8444 * generic-x.el: Fix callers of define-generic-mode.
8445 (generic-x-modes): Delete group.
8446 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8447 generic-x customization group.
8448
8449 2005-05-12 Kim F. Storm <storm@cua.dk>
8450
8451 * font-lock.el (font-lock-negation-char-face): Default to "off".
8452
8453 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8454 font-lock-negation-char-face to ! in !=.
8455
8456 2005-05-12 Masatake YAMATO <jet@gyve.org>
8457
8458 * add-log.el (find-change-log): Fix typos in the docstring
8459 of function.
8460
8461 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
8462
8463 * international/latexenc.el (latexenc-find-file-coding-system):
8464 Avoid `re-search-forward' when looking for input encoding because
8465 of speed and safety. Better regular expressions for recognizing
8466 input encoding. Limit a search for TeX-master/tex-main-file to
8467 the local variable section.
8468
8469 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
8470
8471 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
8472 syntax of $ to "'" (quote).
8473
8474 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8475
8476 * dnd.el (dnd-protocol-alist): Improve custom type.
8477
8478 * dired.el (dired-dnd-protocol-alist): New variable.
8479 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
8480 `dired-mode-hook' to the end.
8481
8482 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8483
8484 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
8485 comment-end if comment-start-skip is not set.
8486 Obey the font-lock-comment-delimiter-face variables.
8487
8488 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8489
8490 * files.el (executable-find): Move from executable.el. Use
8491 locate-file.
8492 * progmodes/executable.el (executable-find): Move to files.el.
8493
8494 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
8495 when trying to ensure forward progress.
8496
8497 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
8498
8499 * mouse-sel.el (mouse-sel-follow-link-p): New function.
8500 (mouse-select, mouse-select-internal, mouse-extend-internal):
8501 Use it to implement mouse-1-click-follows-link functionality.
8502
8503 2005-05-11 Richard M. Stallman <rms@gnu.org>
8504
8505 * font-lock.el (font-lock-fontify-syntactically-region):
8506 Use font-lock-comment-delimiter-face for comment delimiters.
8507
8508 2005-05-10 Jay Belanger <belanger@truman.edu>
8509
8510 * calc/calc-help.el (calc-m-prefix-help): Add mention of
8511 preserving embedded modes.
8512
8513 2005-05-10 Richard M. Stallman <rms@gnu.org>
8514
8515 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
8516
8517 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
8518 Move from ada-stmt.el.
8519 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8520
8521 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
8522 Move to ada-mode.el.
8523 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
8524
8525 * cus-edit.el (custom-file): Call file-chase-links.
8526
8527 * files.el (read-directory-name): Fix previous change.
8528 (hack-local-variables-confirm): New function.
8529 (hack-local-variables-prop-line, hack-local-variables)
8530 (hack-one-local-variable): Use it.
8531
8532 2005-05-10 Lute Kamstra <lute@gnu.org>
8533
8534 * font-lock.el (font-lock-keywords-alist)
8535 (font-lock-removed-keywords-alist): Clarify docstrings.
8536
8537 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
8538
8539 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
8540 (gdb-source-info): Check for preprocessor info.
8541 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
8542 a macro for a function.
8543 (gdb-info-breakpoints-custom): Try to find file again if not already
8544 found (user might have used GDB dir command).
8545 (gdb-get-location): Update gdb-location-alist correctly for change
8546 to gdb-info-breakpoints-custom.
8547
8548 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
8549 (gud-tooltip-print-command): Add gdbmi case.
8550 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
8551 preprocessor info.
8552
8553 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
8554
8555 * startup.el (fancy-splash-insert): Fix typo in doc string.
8556
8557 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
8558
8559 * obsolete/float.el (string-to-float):
8560 * obsolete/hilit19.el (hilit-add-pattern):
8561 * obsolete/rnews.el (news-parse-range, news-select-message)
8562 (news-get-pruned-list-of-files): Replace `string-to-int' by
8563 `string-to-number'.
8564
8565 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
8566 `find-file-not-found-hooks'; use `add-hook'.
8567 (uncompress-while-visiting): Set `write-file-functions', not
8568 `write-file-hooks'; use `add-hook'.
8569
8570 2005-05-09 Kim F. Storm <storm@cua.dk>
8571
8572 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
8573 (cua-paste): Handle clipboard action.
8574 (cua--init-keymaps): Remap clipboard-kill-region and
8575 clipboard-kill-ring-save.
8576
8577 2005-05-08 Eli Zaretskii <eliz@gnu.org>
8578
8579 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8580 Improve commentary.
8581
8582 * simple.el (next-error-overlay-arrow-position): Revert the change
8583 made on 2005-04-30.
8584
8585 2005-05-07 Jay Belanger <belanger@truman.edu>
8586
8587 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
8588 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
8589 `calc-sel-reselect'.
8590
8591 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
8592 Calc is in embedded mode.
8593
8594 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8595
8596 * progmodes/compile.el (compilation-setup):
8597 Set overlay-arrow-string to an empty string on text terminals.
8598
8599 * textmodes/ispell.el (ispell-program-name): Try looking for
8600 "aspell" along exec-path, and if found, use it as the default
8601 speller program.
8602
8603 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
8604
8605 * international/mule.el (sgml-xml-auto-coding-function):
8606 Recognize encoding='FOO' in single quotes as well as in double quotes.
8607
8608 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8609
8610 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
8611 as well as `interactive', so that defmacro* would recognize
8612 `declare' forms.
8613
8614 2005-05-07 Eli Zaretskii <eliz@gnu.org>
8615
8616 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8617 Explain more about the LIGHTER arg's usage in the doc string.
8618 Add commentary to clarify what the code does. Fix the regexp that
8619 strips whitespace from LIGHTER. Quote LIGHTER before using it,
8620 since it could have characters special to regular expressions.
8621
8622 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
8623
8624 * replace.el (occur-1): Bind inhibit-read-only so that
8625 erase-buffer doesn't barf on read-only text properties (likewise
8626 for add-text-properties in occur-engine). Mark buffer as unmodified.
8627 (occur-engine): Don't set buffer-read-only here.
8628
8629 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8630
8631 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
8632 list-buffers-directory. This caused the *cvs-commit* buffer to be
8633 sometimes mistakenly reused as a *cvs* buffer.
8634
8635 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
8636
8637 * tooltip.el: Move code for GUD tooltips into gud.el.
8638 (require): CL no longer needed to compile case.
8639 (tooltip-mode): Do not toggle functions for GUD tooltips.
8640 (tooltip-gud-tips-p): Remove. Replace with minor mode
8641 gud-tooltip-mode in gud.el.
8642 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
8643 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
8644 tooltip-gud prefix with gud-tooltip and obsolete.
8645 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
8646 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
8647 (tooltip-mouse-motion): Mouse movement functions/variable.
8648 Rename in gud.el by adding gud prefix.
8649 (tooltip-gud-original-filter, tooltip-gud-dereference)
8650 (tooltip-gud-event, tooltip-toggle-gud-tips)
8651 (tooltip-gud-process-output, tooltip-gud-print-command)
8652 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
8653 gud.el by replacing tooltip-gud prefix with gud-tooltip.
8654 (gdb-tooltip-print): Move to gdb-ui.el.
8655
8656 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
8657 (require): CL needed to compile case.
8658 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
8659 tooltip-gud-tips-p. Make it a minor-mode.
8660 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
8661 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
8662 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
8663 (gud-tooltip-change-major-mode)
8664 (gud-tooltip-activate-mouse-motions-if-enabled)
8665 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
8666 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
8667 (gud-tooltip-original-filter, gud-tooltip-dereference)
8668 (gud-tooltip-event, tooltip-toggle-gud-tips)
8669 (gud-tooltip-process-output, gud-tooltip-print-command)
8670 (gud-tooltip-tips): Move from tooltip.el.
8671
8672 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
8673 (gdb-cpp-define-alist-flags): Doc fix.
8674 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
8675 gud-tooltip-mode is t.
8676
8677 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8678
8679 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
8680 evaporate if their text is deleted.
8681 (goto-address-at-point): Make it work as a mouse binding as well.
8682 (goto-address-at-mouse): Obsolete it. Update users.
8683
8684 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
8685
8686 * calendar/appt.el (top-level): No longer activate on load.
8687
8688 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
8689
8690 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8691 * net/webjump.el (webjump):
8692 * progmodes/idlw-help.el (idlwave-do-context-help1)
8693 (idlwave-highlight-linked-completions):
8694 * textmodes/po.el (po-find-file-coding-system-guts):
8695 Replace `assoc-ignore-case' by `assoc-string'.
8696
8697 2005-05-06 Eli Zaretskii <eliz@gnu.org>
8698
8699 * files.el (locate-file): Doc fix.
8700
8701 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
8702 Remove the redundant test for ms-dos.
8703
8704 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
8705 look for the preprocessor with exec-suffixes. If not found in
8706 standard places, look in exec-path. Remove most of the tests that
8707 used system-type.
8708
8709 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
8710
8711 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
8712
8713 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
8714 file-name clash with jka-compr.el on 8+3 filesystems.
8715
8716 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8717
8718 * term/mac-win.el: Don't define or bind scroll bar functions if
8719 x-toolkit-scroll-bars is t.
8720 (x-select-text, x-get-selection-value): Clear
8721 x-last-selected-text-clipboard if x-select-enable-clipboard is
8722 nil.
8723 (PRIMARY): Put mac-scrap-name property.
8724 (mac-select-convert-to-file-url): New function.
8725 (public.file-url): New selection target type. Add to
8726 selection-converter-alist.
8727 (x-get-selection, x-selection-value): Handle it.
8728 (x-cut-buffer-or-selection-value): New alias.
8729
8730 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8731
8732 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
8733 entry to avoid calling bibtex-find-entry with arg global
8734 being t. Remove arg key.
8735 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
8736 (bibtex-copy-summary-as-kill): Change accordingly.
8737
8738 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8739
8740 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
8741 (org-agenda-date-later): Use with-current-buffer.
8742
8743 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8744
8745 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
8746 (define-obsolete-variable-alias): Doc Fixes.
8747
8748 2005-05-06 Kim F. Storm <storm@cua.dk>
8749
8750 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
8751 vertical-motion when selective-display is active.
8752
8753 * ido.el (ido-setup-hook): New hook.
8754 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
8755 (ido-input-stack): New var.
8756 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
8757 ido-next-work-file binding to M-O.
8758 Bind M-f to ido-wide-find-file-or-pop-dir.
8759 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
8760 (ido-read-internal): Run ido-setup-hook.
8761 Catch quit in read-file-name and read-string to cancel edit.
8762 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
8763 Automatically pop-all when completing a directory name (RET).
8764 (ido-file-internal): Add with-no-warnings around ffap and dired code.
8765 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
8766 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
8767 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
8768 New functions for M-b/M-f to move among the directory components.
8769 (ido-make-merged-file-list): Catch quit to cancel merge.
8770 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
8771 (ido-completion-help): No warnings for ido-completion-buffer-full.
8772
8773 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
8774
8775 * font-lock.el (font-lock-negation-char-face): New face and variable.
8776 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
8777 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
8778 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
8779 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
8780
8781 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
8782
8783 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
8784 Fix typo in docstring.
8785
8786 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
8787 (ebrowse-print-statistics-line)
8788 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
8789
8790 * term/w32-win.el (image-library-alist): Add additional name for
8791 Xpm library.
8792
8793 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
8794
8795 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
8796 use gcc instead of cpp.
8797
8798 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
8799 (gdb-create-define-alist): Use it.
8800 (gdb-cpp-define-alist-program): Update for MS-DOS.
8801
8802 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
8803
8804 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
8805
8806 2005-05-04 Richard M. Stallman <rms@gnu.org>
8807
8808 * help.el (describe-key): No error when UNTRANSLATED is nil.
8809
8810 * simple.el (line-move-1): Fix previous change to signal errors
8811 appropriately.
8812
8813 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
8814
8815 * calendar/icalendar.el (icalendar-version): Now at 0.12.
8816 (icalendar-duration-correction): Remove.
8817 (icalendar--get-event-properties): Split result at commas.
8818 (icalendar--decode-isoduration): New optional argument
8819 DURATION-CORRECTION.
8820 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
8821 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
8822 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
8823 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
8824 (icalendar--convert-anniversary-to-ical): New functions, extracted
8825 from icalendar-export-region, with bug fixes.
8826 (icalendar-export-region): Use the above functions.
8827 (icalendar-import-buffer): Check before saving diary file.
8828 (icalendar--convert-recurring-to-diary)
8829 (icalendar--convert-non-recurring-all-day-to-diary)
8830 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
8831 extracted from icalendar--convert-ical-to-diary, with bug fixes.
8832 (icalendar--convert-ical-to-diary): Use the above functions.
8833
8834 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
8835
8836 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
8837 Remove these recent additions.
8838 (c-mode): Restore to before 2005-04-28.
8839
8840 * progmodes/cc-vars.el (cc-define-list-program): Remove this
8841 recent addition.
8842
8843 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
8844 (gdb-define-alist): New variables.
8845 (gdb-create-define-alist): New function.
8846 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
8847 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
8848 with string-to-number.
8849 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
8850
8851 * progmodes/gud.el: Replace string-to-int with string-to-number.
8852 (gud-find-file): Handle gdb-define-alist.
8853
8854 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
8855
8856 2005-05-02 Jay Belanger <belanger@truman.edu>
8857
8858 * calc/calc-aent.el (math-read-token):
8859 * calc/calc-bin.el (calc-word-size):
8860 * calc/calc-ext.el (calc-read-number-fancy):
8861 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
8862 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
8863 * calc/calc-frac.el (calc-over-notation):
8864 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
8865 (calc-graph-num-points, calc-graph-init):
8866 * calc/calc-prog.el (calc-read-parse-table-part)
8867 (calc-edit-macro-repeats):
8868 * calc/calc-yank.el (calc-do-grab-rectangle):
8869 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
8870 Replace `string-to-int' by `string-to-number'.
8871
8872 2005-05-02 Kim F. Storm <storm@cua.dk>
8873
8874 * kmacro.el: Use executing-kbd-macro-index variable.
8875
8876 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
8877
8878 * net/rlogin.el (rlogin-parse-words): Delete func.
8879 (rlogin): Use split-string, not rlogin-parse-words.
8880 Also, if there are option-like elements in the parsed args,
8881 take the host to be the first arg immediately following them.
8882 Suggested by Michael Mauger.
8883
8884 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8885
8886 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
8887
8888 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8889
8890 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
8891 (cc-mode-cpp-program): Rename to cc-define-list-program and
8892 move to cc-vars.el.
8893
8894 * progmodes/cc-vars.el (cc-define-list-program):
8895 Change to "gcc -E -dM -". Make customizable.
8896
8897 2005-05-02 Kim F. Storm <storm@cua.dk>
8898
8899 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
8900
8901 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
8902
8903 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
8904
8905 * international/mule-util.el (truncate-string): Remove alias and
8906 obsolete declaration.
8907
8908 * international/mule-cmds.el (update-iso-coding-systems):
8909 Remove alias and obsolete declaration.
8910
8911 * international/mule.el (coding-system-parent): Remove alias and
8912 obsolete declaration.
8913
8914 * subr.el (define-function, sref): Remove aliases and obsolete
8915 declarations.
8916 (chars-in-region): Remove obsolete declaration.
8917
8918 2005-05-01 Richard M. Stallman <rms@gnu.org>
8919
8920 * info.el (Info-mode): Set widen-automatically to nil, locally.
8921
8922 * simple.el (widen-automatically): New variable.
8923 (pop-global-mark): Obey widen-automatically.
8924
8925 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8926
8927 * term/xterm.el (function-key-map): Call substitute-key-definition
8928 before the keymap size is increased by a lot of define-key calls.
8929
8930 2005-05-01 Richard M. Stallman <rms@gnu.org>
8931
8932 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
8933 Rename ARG to ELEMENT. Doc fix.
8934
8935 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8936
8937 * allout.el (allout-exposure): Remove macro and obsolete declaration.
8938 Remove references to allout-exposure/change to allout-new-exposure.
8939
8940 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
8941 bytecode symbols.
8942
8943 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
8944 (compiled-function-p, focus-frame, unfocus-frame):
8945 Remove aliases and obsolete declarations.
8946 Back out inadvertent changes from previous commit.
8947
8948 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8949
8950 * files.el (require-final-newline): Make Custom tags consistent
8951 with mode-require-final-newline.
8952 (mode-require-final-newline): Doc fix.
8953
8954 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8955
8956 * international/latexenc.el (latexenc-find-file-coding-system):
8957 Fix regular expressions.
8958
8959 2005-05-01 David Kastrup <dak@gnu.org>
8960
8961 * international/latexenc.el (latexenc-find-file-coding-system):
8962 Fix regular expressions.
8963
8964 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
8965
8966 * subr.el (string-to-int): Make obsolete.
8967
8968 2005-04-30 Richard M. Stallman <rms@gnu.org>
8969
8970 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
8971
8972 * loadup.el: load jka-comp-hook.
8973
8974 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
8975 (jka-compr-handler): Add autoload. `put' calls moved
8976 to jka-comp-hook.el.
8977 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
8978 (jka-compr-inhibit): Autoload.
8979
8980 * jka-comp-hook.el: New file.
8981 Enable the mode by default.
8982
8983 * files.el (backup-buffer-copy): Use copy-file instead
8984 of write-region, and put back the 'excl.
8985
8986 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
8987
8988 * progmodes/flymake.el (flymake-split-string)
8989 (flymake-split-string, flymake-log, flymake-pid-to-names)
8990 (flymake-reg-names, flymake-get-source-buffer-name)
8991 (flymake-unreg-names, flymake-add-line-err-info)
8992 (flymake-add-err-info): Clarify docstrings.
8993 (flymake-popup-menu, flymake-make-emacs-menu)
8994 (flymake-make-xemacs-menu): Add docstrings.
8995 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
8996 Set variables directly throughout.
8997
8998 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
8999
9000 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
9001 exists. Initialize cc-define-alist.
9002 (c-mode): Add cc-create-define-alist locally to after-save-hook.
9003 If there is no file (Macroexpansion) don't create an alist.
9004
9005 2005-04-29 Sam Steingold <sds@gnu.org>
9006
9007 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
9008 (cc-create-define-alist): Use it instead of the hard-coded string.
9009
9010 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9011
9012 * international/mule-conf.el (file-coding-system-alist): Fix regexp
9013 for latexenc.
9014
9015 2005-04-29 Lute Kamstra <lute@gnu.org>
9016
9017 * emacs-lisp/generic.el: Improve commentary section.
9018 (define-generic-mode): Improve docstring.
9019
9020 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
9021
9022 * textmodes/org.el (many places): Change to quiet the byte compiler.
9023 (org-prefix-format-compiled): New variable.
9024 (org-compile-prefix-format): New function.
9025 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
9026 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
9027 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
9028 (org-get-entries-from-diary): Use `org-get-time-of-day' for
9029 consistency with entries from `org-mode' files.
9030 (org-get-time-of-day): Fix bug with partial matches early in a line.
9031 (org-non-link-chars): New constant.
9032 (org-link-regexp): Respect `org-non-link-chars'.
9033 (org-agenda-day-view): Remove command.
9034 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
9035 (org-follow-bbdb-link, org-store-link): Search also company field.
9036 (org-highlight-overlay): New variable.
9037 (org-highlight, org-unhighlight): New functions.
9038 (org-agenda-mode): Add pre-command-hook to remove highlight.
9039 (org-evaluate-time-range): Behavior depends upon whether time stamp
9040 contains a time or not.
9041 (org-show-subtree, org-show-entry): New functions.
9042 (org-agenda-cleanup-fancy-diary): Remove empty lines.
9043
9044 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
9045
9046 * comint.el (comint-output-filter-functions): Add autoload cookie.
9047
9048 2005-04-28 Kim F. Storm <storm@cua.dk>
9049
9050 * ido.el (ido-everywhere): Fix last change.
9051
9052 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9053
9054 * international/latexenc.el: New file.
9055 * international/mule-conf.el (file-coding-system-alist): For .tex,
9056 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
9057
9058 2005-04-28 Lute Kamstra <lute@gnu.org>
9059
9060 * font-lock.el (font-lock-add-keywords)
9061 (font-lock-remove-keywords): Clarify docstring.
9062 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
9063 Don't start docstrings with a `*'.
9064 (font-lock-update-removed-keyword-alist): Give it a docstring.
9065
9066 * generic-x.el: Update commentary section.
9067 Only require font-lock when compiling.
9068 Define all modes conditionally.
9069 Place all generic modes in the generic-x-modes customization group.
9070 (generic-x-modes): New customization group.
9071 (generic-default-modes, generic-mswindows-modes)
9072 (generic-unix-modes, generic-other-modes): New constants.
9073 (generic-define-mswindows-modes, generic-define-unix-modes):
9074 Update docstrings. Make them obsolete.
9075 (generic-extras-enable-list): New default value. Update docstring.
9076 Improve :type. Change :set function.
9077 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
9078 Fix docstring.
9079
9080 * emacs-lisp/generic.el (generic-mode-internal):
9081 Simplify font-lock-defaults.
9082 (define-generic-mode): Fix docstring.
9083
9084 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9085
9086 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
9087 font-lock-face property to highlight matches.
9088
9089 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
9090
9091 * progmodes/cc-mode.el (cc-create-define-alist): New function.
9092 (cc-define-alist): New variable.
9093 (c-mode): Make it local and initialize it.
9094
9095 * progmodes/gdb-ui.el (gdb-active-process): New variable.
9096 (gdb-exited): New function.
9097 (gdb-annotation-rules): Use it.
9098 (gdb-starting): Set gdb-active-process to t.
9099 (gdb-stopping): Amend doc string.
9100 (gdb-reset): Set gdb-active-process to nil.
9101
9102 * tooltip.el (tooltip-gud-tips): Show the associated #define
9103 directives when a C program under GDB is not executing.
9104
9105 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9106
9107 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
9108 font-lock-fontify-syntactic-keywords.
9109
9110 * font-lock.el (font-lock-default-fontify-region): Don't force
9111 parse-sexp-lookup-properties to nil.
9112
9113 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9114
9115 * man.el (man-mode-syntax-table): Set up `:' to have
9116 word-constituent syntax.
9117
9118 2005-04-27 Lute Kamstra <lute@gnu.org>
9119
9120 * novice.el (disable-command): Don't add spurious newlines to the
9121 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
9122
9123 2005-04-26 Jay Belanger <belanger@truman.edu>
9124
9125 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
9126 than one window before deleting window.
9127
9128 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
9129
9130 * shell.el (shell-prompt-pattern): Doc fix.
9131 (shell-mode): Set paragraph-separate buffer locally to "\\'".
9132
9133 * comint.el (comint-prompt-regexp, comint-get-old-input)
9134 (comint-use-prompt-regexp)
9135 (comint-use-prompt-regexp-instead-of-fields)
9136 (comint-replace-by-expanded-history, comint-send-input)
9137 (comint-output-filter, comint-get-old-input-default)
9138 (comint-line-beginning-position, comint-bol, comint-show-output)
9139 (comint-backward-matching-input, comint-forward-matching-input)
9140 (comint-next-prompt, comint-previous-prompt):
9141 Rename `comint-use-prompt-regexp-instead-of-fields' to
9142 `comint-use-prompt-regexp'. Keep old name as alias and declare
9143 obsolete.
9144 (comint-use-prompt-regexp): Shorten first line of doc string.
9145
9146 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
9147 Set paragraph-separate buffer locally to "\\'".
9148
9149 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
9150 Adapt to above name change.
9151
9152 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9153 (smbclient-prompt-regexp): Ditto.
9154
9155 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
9156
9157 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
9158
9159 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
9160 gdb-location-list.
9161 Break lines that are over 80 characters wide.
9162
9163 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9164
9165 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
9166 New fun and var, to preserve compatibility.
9167
9168 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
9169
9170 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
9171
9172 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
9173 name to file-newer-than-file-p.
9174
9175 2005-04-26 Richard M. Stallman <rms@gnu.org>
9176
9177 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
9178
9179 * progmodes/python.el (python-mode):
9180 Use new name eldoc-documentation-function.
9181
9182 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
9183
9184 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9185 (eldoc-documentation-function):
9186 Rename from eldoc-print-current-symbol-info-function. Calls changed.
9187
9188 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
9189
9190 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
9191
9192 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9193
9194 * term/xterm.el (function-key-map): Fix strings for
9195 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
9196 {C,S,A,C-S}-{f1-f12}.
9197
9198 2005-04-26 Kenichi Handa <handa@m17n.org>
9199
9200 * international/mule-cmds.el (select-safe-coding-system):
9201 Fix previous change.
9202
9203 2005-04-26 Lute Kamstra <lute@gnu.org>
9204
9205 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
9206
9207 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
9208 (font-lock-comment-delimiter-face): Ditto.
9209
9210 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
9211
9212 2005-04-25 Jay Belanger <belanger@truman.edu>
9213
9214 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
9215 to t while inserting information; use help-mode.
9216
9217 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9218
9219 * term.el (ansi-term-color-vector): Use the xterm colors.
9220 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
9221
9222 2005-04-25 Lute Kamstra <lute@gnu.org>
9223
9224 * font-core.el (font-lock-defaults): Fix docstring.
9225
9226 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
9227
9228 2005-04-25 Kenichi Handa <handa@m17n.org>
9229
9230 * international/mule-cmds.el (select-safe-coding-system):
9231 Don't check consistency with coding: spec, etc if raw-text or
9232 no-conversion was found to be safe.
9233
9234 2005-04-24 Richard M. Stallman <rms@gnu.org>
9235
9236 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
9237 citation markers at start of each line.
9238
9239 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
9240 citation markers at start of each line.
9241
9242 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
9243
9244 * files.el (mode-require-final-newline): Fix previous change.
9245 (require-final-newline): Fix type label.
9246
9247 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9248
9249 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9250 statement in buffer (broken by 2004-11-24 change).
9251
9252 2005-04-24 Kim F. Storm <storm@cua.dk>
9253
9254 * ido.el (ido-everywhere): Save and restore old read-buffer-function
9255 and read-file-name-function values. Don't overwrite existing
9256 non-nil values if ido-mode is enabled without ido-everywhere.
9257
9258 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
9259
9260 * files.el (mode-require-final-newline): Minor doc fix.
9261
9262 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9263
9264 * subr.el (syntax-after): Doc fix.
9265 (syntax-class): If argument is nil, return nil. Mask off upper 16
9266 bits, not 8 bits.
9267
9268 * files.el (mode-require-final-newline): Doc fix.
9269 (backup-buffer-copy): Fix last change.
9270
9271 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9272
9273 * term/mac-win.el: Require select. Set selection-coding-system to
9274 mac-system-coding-system. Call menu-bar-enable-clipboard.
9275 (x-last-selected-text-clipboard, x-last-selected-text-primary)
9276 (x-select-enable-clipboard): New variables.
9277 (x-select-text, x-get-selection, x-selection-value)
9278 (x-get-selection-value, mac-select-convert-to-string)
9279 (mac-services-open-file, mac-services-open-selection)
9280 (mac-services-insert-text): New functions.
9281 (CLIPBOARD, FIND): Put mac-scrap-name property.
9282 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9283 (public.tiff): Put mac-ostype property.
9284 (selection-converter-alist): Add entries for them.
9285 (mac-application-menu-map): New keymap.
9286 (interprogram-cut-function, interprogram-paste-function): Set to
9287 x-select-text and x-get-selection-value, respectively.
9288 (split-window-keep-point): Set to t.
9289
9290 2005-04-23 Richard M. Stallman <rms@gnu.org>
9291
9292 * files.el (read-directory-name): Always pass non-nil
9293 DEFAULT-FILENAME arg to read-file-name.
9294 (backup-buffer-copy, basic-save-buffer-2): Take care against
9295 writing thru an unexpected existing symlink.
9296 (revert-buffer): In indirect buffer, revert the base buffer.
9297 (magic-mode-alist): Doc fix.
9298 (buffer-stale-function): Doc fix.
9299 (minibuffer-with-setup-hook): Avoid warning.
9300 (mode-require-final-newline): Doc and custom fix.
9301
9302 * follow.el (follow-end-of-buffer): Use with-no-warnings.
9303
9304 * font-lock.el (font-lock-comment-face): On terminals with few colors,
9305 use the default appearance.
9306 (font-lock-comment-delimiter-face): New face, new variable.
9307
9308 * imenu.el (imenu--generic-function): The official position of a
9309 definition is the start of the line that BEG is in.
9310
9311 * midnight.el (midnight-timer): Move defvar up.
9312
9313 * mouse.el (mouse-drag-region-1): Delete some debugging code.
9314
9315 * saveplace.el (save-place-to-alist): Use with-no-warnings.
9316
9317 * startup.el (command-line): Use with-no-warnings.
9318
9319 * window.el (window-size-fixed): New defvar.
9320
9321 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9322
9323 * mail/rmail.el (rmail-font-lock-keywords):
9324 Use font-lock-comment-delimiter-face.
9325
9326 * mail/sendmail.el (mail-font-lock-keywords):
9327 Use font-lock-comment-delimiter-face.
9328
9329 * progmodes/compile.el (next-error-highlight-timer): New defvar.
9330
9331 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9332
9333 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9334 Specify t for LAXMATCH when matching directories.
9335 Save match data around compilation-compat-error-properties form.
9336
9337 2005-04-23 David Kastrup <dak@gnu.org>
9338
9339 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9340 Mention that the autoloaded aliases should be kept for AUCTeX.
9341
9342 2005-04-23 Andreas Schwab <schwab@suse.de>
9343
9344 * isearch.el (isearch-forward): Doc fix.
9345
9346 2005-04-23 Eli Zaretskii <eliz@gnu.org>
9347
9348 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9349 (jit-lock-stealth-nice): Change default value to 0.5.
9350
9351 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
9352
9353 * abbrev.el (write-abbrev-file): Write table entries in
9354 alphabetical order by table name.
9355
9356 2005-04-22 Kim F. Storm <storm@cua.dk>
9357
9358 * ido.el (ido-read-internal): Fix `list' completion.
9359
9360 2005-04-22 Kenichi Handa <handa@m17n.org>
9361
9362 * recentf.el (recentf-save-file-coding-system): New variable.
9363 (recentf-save-list): Encode the file by
9364 recentf-save-file-coding-system and add coding: tag.
9365
9366 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9367
9368 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9369
9370 2005-04-21 Lute Kamstra <lute@gnu.org>
9371
9372 * loadhist.el (unload-feature): Don't remove a function from hooks
9373 if it is about to be restored to an autoload . Remove functions
9374 that will become unbound from auto-mode-alist. Simplify the code.
9375
9376 * subr.el (assq-delete-all): New implementation that is linear,
9377 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9378 (rassq-delete-all): New function.
9379
9380 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9381 Add size-indication-mode.
9382
9383 2005-04-21 Kenichi Handa <handa@m17n.org>
9384
9385 * international/mule-cmds.el: Add autoload for widget-value in
9386 eval-when-compile.
9387
9388 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9389
9390 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9391 Add tooltip-mode.
9392
9393 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9394
9395 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9396
9397 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9398 (inferior-lisp-filter-regexp, inferior-lisp-program)
9399 (inferior-lisp-load-command, inferior-lisp-prompt)
9400 (inferior-lisp-mode-hook, lisp-source-modes)
9401 (inferior-lisp-load-hook): defvar->defcustom.
9402 (inferior-lisp-program, inferior-lisp-prompt)
9403 (inferior-lisp-load-hook): Doc fixes.
9404 (inferior-lisp-install-letter-bindings): Small change in
9405 introductory comment.
9406
9407 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9408
9409 * vc.el (vc-annotate-color-map): Change some colors so that text
9410 using them as foreground is readable on both white and black
9411 backgrounds.
9412
9413 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9414
9415 * international/mule-conf.el (translation-table-for-input):
9416 Remove redundant declaration.
9417
9418 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9419
9420 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9421
9422 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9423 (tooltip-toggle-gud-tips): New function.
9424
9425 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9426
9427 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9428 right angle brackets.
9429
9430 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9431
9432 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9433
9434 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9435
9436 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9437 Remove. Update callers to use expand-file-name instead.
9438
9439 * subr.el (syntax-class): New function.
9440
9441 * simple.el (blink-matching-open): Use it.
9442
9443 * paren.el (show-paren-function): Use it to recognize parens that are
9444 also used in 2-char comment markers.
9445
9446 2005-04-19 Lute Kamstra <lute@gnu.org>
9447
9448 * loadhist.el (unload-feature): Update for new format of
9449 load-history. Simplify the code.
9450
9451 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9452
9453 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9454 (mac-add-charset-info): New function. Initialize variable
9455 mac-charset-info-alist using it.
9456 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9457 for translation.
9458 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9459 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9460 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9461 New CCL programs.
9462
9463 2005-04-19 Kim F. Storm <storm@cua.dk>
9464
9465 * simple.el (next-buffer, prev-buffer, next-error)
9466 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9467 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
9468
9469 * bindings.el (next-buffer, prev-buffer, next-error)
9470 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
9471 (clone-indirect-buffer-other-window): Move bindings from simple.el.
9472 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
9473 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
9474
9475 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9476
9477 * isearch.el (isearch-edit-string): Make the search-ring available for
9478 minibuffer history commands.
9479 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
9480 the default history commands now work just as well.
9481 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
9482
9483 2005-04-18 Kim F. Storm <storm@cua.dk>
9484
9485 * emulation/cua-base.el (cua--pre-command-handler): Add more
9486 elaborate check for shift modifier on non-window systems.
9487
9488 2005-04-18 Lars Hansen <larsh@math.ku.dk>
9489
9490 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
9491
9492 2005-04-18 Kim F. Storm <storm@cua.dk>
9493
9494 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
9495 and make it optional. Don't test tooltip-gud-echo-area here.
9496 (tooltip-gud-process-output, gdb-tooltip-print):
9497 Pass tooltip-gud-echo-area to tooltip-show.
9498 (tooltip-help-tips): Remove second optional arg to tooltip-show.
9499
9500 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9501
9502 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
9503 `display-graphic-p' may not be bound yet.
9504
9505 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
9506
9507 * startup.el (command-line): No longer enable Xterm Mouse mode by
9508 default in terminals compatible with xterm.
9509
9510 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
9511
9512 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
9513
9514 * tooltip.el (tooltip-gud-echo-area): Rename from
9515 tooltip-use-echo-area.
9516 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
9517 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
9518 area independently of where help tooltips are displayed.
9519
9520 2005-04-17 David Kastrup <dak@gnu.org>
9521
9522 * cus-theme.el (custom-theme-write-variables): Quote variables
9523 where necessary.
9524
9525 2005-04-17 Richard M. Stallman <rms@gnu.org>
9526
9527 * simple.el (yank-excluded-properties): Add follow-link to value.
9528
9529 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
9530
9531 * startup.el (fancy-splash-max-time): Just 30 seconds.
9532 (fancy-splash-delay): Just 7.
9533 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
9534
9535 * loadhist.el (unload-feature): Update for new format of load-history.
9536 Simplify the code.
9537
9538 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
9539 (rmail-font-lock-keywords): Don't fontify the text of a citation.
9540
9541 * mail/sendmail.el (mail-font-lock-keywords):
9542 Don't fontify subject text.
9543 Don't fontify the text of a citation.
9544
9545 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
9546
9547 * comint.el (comint-output-filter): Run comint-output-filter-functions
9548 with point where the user had it.
9549
9550 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9551
9552 * international/ucs-tables.el (ucs-set-table-for-input):
9553 Disable when using unify-on-decoding.
9554
9555 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
9556
9557 * emulation/cua-base.el (cua-global-mark-face): Add special case
9558 for displays supporting a high number of colors.
9559
9560 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9561
9562 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
9563
9564 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
9565
9566 * filesets.el (filesets-add-buffer): If user supplies a name of a
9567 non-existing fileset, create a new fileset.
9568
9569 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
9570
9571 * textmodes/org.el (org-up-heading-all): Fix bug with
9572 `outline-up-heading-all'.
9573
9574 2005-04-16 Andreas Schwab <schwab@suse.de>
9575
9576 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
9577 /etc/permissions.d/* and /etc/aliases.d/*.
9578
9579 2005-04-16 Kenichi Handa <handa@m17n.org>
9580
9581 * international/code-pages.el (cp-make-coding-system):
9582 Set `translation-table-for-input' property value to the symbol
9583 ucs-mule-to-mule-unicode, not to that value.
9584 (pt154): Escape guillemet by `\'.
9585
9586 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
9587
9588 * loadup.el: Load tooltip if x-show-tip is fboundp.
9589
9590 * startup.el (command-line): Add comment.
9591
9592 * tooltip.el (tooltip-mode): Specify correct standard value for
9593 Custom in init-value.
9594
9595 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
9596
9597 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
9598 possible.
9599
9600 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
9601
9602 * textmodes/org.el (org-agenda-date-prompt): Rename from
9603 `org-agenda-date-today'.
9604 (org-evaluate-time-range): Insert at point instead of directly
9605 after time range.
9606 (org-first-headline-recenter, org-subtree-end-visible-p)
9607 (org-optimize-window-after-visibility-change): New functions
9608 (org-agenda-post-command-hook): Don't allow point at end of line,
9609 to make sure it always hits the text properties.
9610 (org-agenda-next-date-line, org-agenda-previous-date-line):
9611 New commands.
9612 (org-set-regexps-and-options): Category may contain white space.
9613 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9614 Improve marker positions.
9615 (org-agenda-new-marker): Argument POS made optional.
9616 (org-agenda-get-timestamps): Deadlines which are done are listed
9617 in org-done-face now.
9618 (org-agenda-get-todos, org-agenda-get-timestamps)
9619 (org-agenda-get-deadlines, org-agenda-get-scheduled):
9620 Set `undone-face' and `done-face' properties.
9621 (org-last-todo-state-is-todo): New variable.
9622 (org-todo): Set `org-last-todo-state-is-todo'.
9623 (org-agenda-todo): Change face according to
9624 `org-last-todo-state-is-todo'. And change other lines referring to
9625 the same entry.
9626 (org-calendar-goto-agenda): New command.
9627 (org-calendar-to-agenda-key): New option.
9628 (org-startup-folded): New allowed value `content'.
9629 (org-set-regexps-and-options): Accept new value `content' for
9630 `org-startup-folded'.
9631 (org-get-current-options): Handle new value `content' for
9632 `org-startup-folded'.
9633 (org-insert-todo-heading): New command.
9634 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9635 interactively in empty file and option
9636 `org-insert-mode-line-in-empty-file' has been set.
9637 (org-agenda-todo,org-agenda-priority): Modify to use
9638 `org-agenda-change-all-lines'.
9639 (org-warning-face): Change color on dark background
9640
9641 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9642
9643 * international/mule-cmds.el (set-locale-environment): On Mac OS,
9644 use preferences AppleLocale and AppleLanguages, and variable
9645 mac-system-locale for default locale. On Mac OS Classic, use
9646 mac-system-coding-system for default coding systems.
9647
9648 * term/mac-win.el: Don't set file-name-coding-system.
9649 Decode variables system-name, emacs-build-system, user-login-name, and
9650 user-full-name by mac-system-coding-system on Mac OS Classic.
9651 (mac-system-coding-system): New variable.
9652
9653 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
9654
9655 * startup.el (command-line): Handle `xterm-mouse-mode' before
9656 reading init file.
9657
9658 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
9659
9660 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9661
9662 * progmodes/sh-script.el (sh-here-document-word): Make it a
9663 defcustom. Doc fix.
9664 (sh-add): Bash uses $(( )) for arithmetic.
9665 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
9666 (sh-maybe-here-document): Remove quotes and leading whitespace
9667 from heredoc word when closing. Indent heredoc with tabs if word
9668 starts with "-".
9669
9670 2005-04-13 Richard M. Stallman <rms@gnu.org>
9671
9672 * simple.el (undo): Fix previous change.
9673
9674 * custom.el (defface): Doc fix.
9675
9676 2005-04-13 Lute Kamstra <lute@gnu.org>
9677
9678 * Makefile.in (DONTCOMPILE): Remove list.
9679 (compile, compile-always): Don't use DONTCOMPILE.
9680 (update-authors): Load the library in which batch-update-authors
9681 is defined.
9682 * makefile.w32-in (DONTCOMPILE): Remove list.
9683 (compile, compile-always): Fix comments.
9684 (update-authors): Load the library in which batch-update-authors
9685 is defined.
9686
9687 * generic-x.el (generic-mode-ini-file-find-file-hook):
9688 Rename to ini-generic-mode-find-file-hook.
9689 Keep generic-mode-ini-file-find-file-hook as an alias.
9690 (ini-generic-mode-find-file-hook): Rename from
9691 generic-mode-ini-file-find-file-hook. Fix docstring.
9692 (ini-generic-mode): Docstring change.
9693 (bat-generic-mode-run-as-comint): Silence the byte compiler.
9694
9695 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
9696 called from lisp.
9697
9698 * generic.el: Move to the emacs-lisp subdir.
9699
9700 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
9701
9702 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
9703 and C-S- function and cursor motion keys.
9704
9705 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
9706
9707 * startup.el (command-line): Enable Xterm Mouse mode by default.
9708 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
9709 for Custom. No longer show "Mouse" in mode line when enabled.
9710 Doc fix.
9711
9712 2005-04-12 Kim F. Storm <storm@cua.dk>
9713
9714 * emulation/cua-base.el (cua-rectangle-face)
9715 (cua-rectangle-noselect-face): Define face attributes here.
9716
9717 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
9718
9719 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9720
9721 * startup.el (command-line): Turn off blinking cursor if
9722 cursorBlink in resources is off or false.
9723
9724 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9725
9726 * term/mac-win.el (dnd): Require dnd.
9727 (mac-drag-n-drop): Call dnd-handle-one-url.
9728 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
9729 (kTextEncodingISOLatin2): Remove constants.
9730 (mac-script-code-coding-systems): New constant.
9731 (mac-handle-language-change): New function.
9732 (special-event-map): Bind it to `language-change' event.
9733 (mac-centraleurroman, mac-cyrillic): New coding systems.
9734 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
9735 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
9736 and mac-cyrillic-encoder to encode-mac-centraleurroman and
9737 encode-mac-cyrillic, respectively.
9738
9739 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9740
9741 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
9742 Don't set overlay-arrow-string to "=>" as this is done
9743 globally in C now.
9744
9745 2005-04-12 Lute Kamstra <lute@gnu.org>
9746
9747 * generic-x.el (rc-generic-mode, rul-generic-mode):
9748 Fix auto-mode-alist entries.
9749 (etc-fstab-generic-mode): Tweak fontification.
9750
9751 * generic.el (generic-make-keywords-list): Fix docstring.
9752 (generic-mode-internal): Simplify generic-font-lock-keywords.
9753
9754 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9755
9756 * whitespace.el (whitespace-buffer-leading)
9757 (whitespace-buffer-trailing): Revert the incorrect test inversion.
9758 However, fix the highlight area for the leading and
9759 trailing whitespaces to show space.
9760
9761 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
9762
9763 * whitespace.el (whitespace-version): Bump to 3.5
9764
9765 (whitespace-buffer-leading, whitespace-buffer-trailing):
9766 Invert sense of the test to highlight the whitespace.
9767
9768 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9769
9770 * progmodes/gud.el (gud-display-line): GUD uses its own
9771 overlay arrow now so don't set overlay-arrow-string.
9772 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
9773
9774 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
9775
9776 * term.el (term-ansi-current-bold, term-ansi-current-underline)
9777 (term-ansi-current-reverse, term-ansi-current-invisible)
9778 (term-ansi-face-already-done): Change to boolean.
9779 (term-reset-terminal, term-handle-colors-array): Handle the above
9780 vars accordingly.
9781 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
9782 (term-emulate-terminal): Use the new name.
9783
9784 * faces.el (secondary-selection): Use yellow1, not yellow.
9785 (trailing-whitespace): Use red1, not red.
9786
9787 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9788
9789 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
9790 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
9791 (dired-dnd-handle-file): Call dnd-get-local-file-uri
9792
9793 * cus-edit.el (dnd): New group.
9794
9795 * term/w32-win.el (dnd): Require dnd
9796 (w32-drag-n-drop): Call dnd-handle-one-url.
9797
9798 * x-dnd.el: Require dnd.
9799 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
9800 Call dnd-handle-one-url.
9801 (x-dnd-types-alist, x-dnd-insert-utf8-text)
9802 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
9803 to dnd-insert-text.
9804 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
9805 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
9806 (x-dnd-get-local-file-name, x-dnd-open-local-file)
9807 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
9808
9809 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
9810
9811 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9812
9813 * wdired.el: Doc fixes.
9814 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
9815 (wdired-use-dired-vertical-movement): Rename from
9816 wdired-always-move-to-filename-beginning.
9817 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
9818 (wdired-change-to-wdired-mode): Change mode name.
9819 (wdired-newline): Delete.
9820
9821 2005-04-11 Richard M. Stallman <rms@gnu.org>
9822
9823 * whitespace.el (whitespace-highlight-the-space):
9824 Don't call whitespace-unhighlight-the-space here.
9825
9826 * simple.el (undo): Record t in undo-equiv-table
9827 for the redo record made by an undo-in-region.
9828
9829 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
9830
9831 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
9832 (gdb-frame-inferior-io-buffer): New Functions to control
9833 display of separate IO buffer.
9834 (menu): Add them to menu-bar.
9835 (gdb-display-buffer): Check for buffer another frame.
9836 Protect GUD buffer.
9837 (gdb-setup-windows): Create IO buffer if not already there.
9838 (gdb-memory-mode): Remove purecopy noops.
9839
9840 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9841
9842 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
9843 and pass to self-insert-command.
9844
9845 2005-04-11 Lute Kamstra <lute@gnu.org>
9846
9847 * generic.el: Commentary section cleanup.
9848 (generic): Delete.
9849 (generic-use-find-file-hook, generic-lines-to-scan)
9850 (generic-find-file-regexp, generic-ignore-files-regexp)
9851 (default-generic-mode, generic-mode-find-file-hook)
9852 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
9853 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
9854 (generic-use-find-file-hook, generic-lines-to-scan)
9855 (generic-find-file-regexp, generic-ignore-files-regexp)
9856 (default-generic-mode, generic-mode-find-file-hook)
9857 (generic-mode-ini-file-find-file-hook): Move from generic.el.
9858
9859 2005-04-10 Karl Fogel <kfogel@red-bean.com>
9860
9861 * bookmark.el (bookmark-write-file): Catch errors writing file.
9862 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
9863
9864 2005-04-10 Richard M. Stallman <rms@gnu.org>
9865
9866 * startup.el (fancy-splash-tail): Update copyright year.
9867 (command-line): Split part of -Q into -D.
9868 (emacs-basic-display): New defvar.
9869 (fancy-splash-text): Correct name of menu item.
9870
9871 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
9872
9873 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
9874 lines in one node.
9875
9876 * comint.el (comint-send-input): New arg ARTIFICIAL.
9877 Callers in this file changed.
9878
9879 * abbrev.el (define-abbrevs): Read system abbrevs properly.
9880
9881 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
9882
9883 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
9884
9885 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
9886 `ldap-search-internal'.
9887
9888 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9889
9890 * files.el (set-auto-mode-1): Use line-end-position.
9891
9892 * international/latin-1.el:
9893 * international/latin-2.el:
9894 * international/latin-3.el:
9895 * international/latin-4.el:
9896 * international/latin-5.el:
9897 * international/latin-8.el:
9898 * international/latin-9.el: Give punctuation syntax to NBSP.
9899
9900 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
9901 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
9902 Use char-classes to accept non-ascii letters, accepted in some recent
9903 bibtex implementations.
9904
9905 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
9906
9907 * custom.el (custom-set-minor-mode): Any non-nil value for the
9908 variable should enable the mode when set through Custom.
9909
9910 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9911
9912 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
9913 TAB binding so tab-always-indent is obeyed.
9914 (vhdl-minibuffer-local-map): Move initialization into declaration.
9915 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
9916 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
9917 (vhdl-hooked-abbrev): Avoid test for XEmacs.
9918 (vhdl-current-line): Use line-beginning-position.
9919 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
9920 with-output-to-temp-buffer, so the current position can be recorded.
9921
9922 2005-04-10 Masatake YAMATO <jet@gyve.org>
9923
9924 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9925 Add regexp for gcov.
9926
9927 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9928
9929 * calendar/time-date.el (time-to-seconds, seconds-to-time)
9930 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
9931 syntax which Emacs 20 doesn't support.
9932
9933 2005-04-09 Richard M. Stallman <rms@gnu.org>
9934
9935 * help.el (describe-key-briefly, describe-key):
9936 Replace strings as event types with "(any string)".
9937
9938 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
9939
9940 * arc-mode.el (archive-mode-map): Move initialization into
9941 the declaration. Override *all* bindings of `undo'.
9942 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
9943
9944 2005-04-09 Jay Belanger <belanger@truman.edu>
9945
9946 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
9947
9948 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9949
9950 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
9951 (xterm-register-default-colors): Update color values computation
9952 to match xterm-200.
9953
9954 2005-04-09 Kenichi Handa <handa@m17n.org>
9955
9956 * international/code-pages.el (iso-latin-7): Fix the map.
9957
9958 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
9959
9960 * emacs-lisp/lisp.el (defun-prompt-regexp)
9961 (parens-require-spaces, buffer-end, end-of-defun)
9962 (insert-parentheses): Doc fixes.
9963
9964 2005-04-08 Kim F. Storm <storm@cua.dk>
9965
9966 * comint.el (comint-highlight-prompt): Fix face spec.
9967 * hi-lock.el (hi-green): Likewise.
9968
9969 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9970
9971 * cus-edit.el (custom-modified-face):
9972 * comint.el (comint-highlight-input): Fix previous changes.
9973 * term.el (term-handle-ansi-escape): Add a comment.
9974
9975 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
9976
9977 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
9978 in the buffer and in whitespace-highlighted-space.
9979 (whitespace-unhighlight-the-space): Simplify.
9980 (whitespace-buffer): Simplify.
9981
9982 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
9983
9984 * textmodes/table.el (table-cell-face): Add special case for
9985 displays supporting a high number of colors.
9986 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9987 (vhdl-font-lock-reserved-words-face)
9988 (vhdl-speedbar-architecture-face)
9989 (vhdl-speedbar-instantiation-face)
9990 (vhdl-speedbar-architecture-selected-face)
9991 (vhdl-speedbar-instantiation-selected-face): Likewise.
9992 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
9993 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
9994 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
9995 (ebrowse-root-class-face, ebrowse-member-attribute-face)
9996 (ebrowse-progress-face): Likewise.
9997 * progmodes/compile.el (compilation-info-face): Likewise.
9998 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
9999 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
10000 * calendar/calendar.el (diary-face): Likewise.
10001 * woman.el (woman-italic-face, woman-bold-face)
10002 (woman-unknown-face): Likewise.
10003 * wid-edit.el (widget-button-pressed-face): Likewise.
10004 * whitespace.el (whitespace-highlight-face): Likewise.
10005 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
10006 * pcvs-info.el (cvs-marked-face): Likewise.
10007 * info.el (info-xref): Likewise.
10008 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
10009 * hilit-chg.el (highlight-changes-face)
10010 (highlight-changes-delete-face): Likewise.
10011 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
10012 (hi-red-b): Likewise.
10013 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
10014 * font-lock.el (font-lock-keyword-face)
10015 (font-lock-function-name-face, font-lock-warning-face): Likewise.
10016 * cus-edit.el (custom-invalid-face, custom-modified-face)
10017 (custom-set-face, custom-changed-face, custom-variable-tag-face)
10018 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
10019 * comint.el (comint-highlight-prompt): Likewise.
10020
10021 2005-04-08 Lute Kamstra <lute@gnu.org>
10022
10023 * font-lock.el (font-lock-keywords): Docstring fixes.
10024
10025 2005-04-08 Kenichi Handa <handa@m17n.org>
10026
10027 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
10028 chars are more than a limit, print " and more..." at the tail.
10029
10030 2005-04-08 Kim F. Storm <storm@cua.dk>
10031
10032 * emacs-lisp/authors.el (authors-aliases): Update list.
10033 (authors-ignored-files): New list.
10034 (authors-fixed-entries): Fix typo.
10035 (authors-renamed-files-alist): Update list.
10036 (authors-add): Check authors-ignored-files.
10037
10038 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
10039
10040 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
10041 optional, to ensure backward compatibility.
10042
10043 2005-04-08 Stephen Eglen <stephen@gnu.org>
10044
10045 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
10046
10047 2005-04-08 Kim F. Storm <storm@cua.dk>
10048
10049 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
10050
10051 * mouse.el (mouse-on-link-p): Doc fix.
10052
10053 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
10054
10055 * ielm.el (ielm-prompt-read-only): Doc fix.
10056
10057 * comint.el (comint-prompt-read-only): Doc fix.
10058
10059 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
10060
10061 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
10062 ensure dired always handles wildcards passed to ffap.
10063 (find-file-at-point): Use it.
10064 (ffap-dired-wildcards): Doc fix.
10065
10066 2005-04-07 Juri Linkov <juri@jurta.org>
10067
10068 * simple.el (next-error-overlay-arrow-position): New defvar.
10069 Put "=>" on its property `overlay-arrow-string'. Add it to
10070 `overlay-arrow-variable-list'.
10071
10072 * progmodes/compile.el (compilation-setup):
10073 Set `next-error-overlay-arrow-position' to nil. Also set it to
10074 nil in the local hook `kill-buffer-hook'. Make local variable
10075 `overlay-arrow-string' and set it to "=>".
10076 (compilation-goto-locus): Set BOL position to
10077 `next-error-overlay-arrow-position' instead of
10078 `overlay-arrow-position'.
10079
10080 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
10081 locally instead of adding it to the global hook.
10082 (Info-kill-buffer): Move up.
10083
10084 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
10085
10086 * term/xterm.el (xterm-standard-colors): Update color values from
10087 xterm-200.
10088
10089 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
10090
10091 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
10092
10093 * fast-lock.el:
10094 * lazy-lock.el: Move them to the obsolete subdir.
10095
10096 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10097
10098 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
10099 (wdired-add-replace-advice): Remove.
10100 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
10101
10102 2005-04-06 Kim F. Storm <storm@cua.dk>
10103
10104 * startup.el (command-line): Add --bare-bones alias for -Q.
10105
10106 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10107
10108 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
10109 create the startup fontset if a font specification ends with
10110 `mac-roman'.
10111
10112 2005-04-06 Lute Kamstra <lute@gnu.org>
10113
10114 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
10115 change.
10116
10117 * emacs-lisp/copyright.el (copyright-update-year): Replace the
10118 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
10119
10120 2005-04-05 Lute Kamstra <lute@gnu.org>
10121
10122 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
10123 (define-generic-mode): Ditto. Fix debug declaration.
10124
10125 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10126 Put them in the generic-x group.
10127
10128 * calendar/timeclock.el (timeclock): Doc fix.
10129
10130 * generic.el (define-generic-mode): Don't use custom-current-group.
10131 Document default :group value.
10132 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
10133 (define-global-minor-mode): Don't use custom-current-group.
10134
10135 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
10136
10137 * startup.el (command-line-1): Display startup-echo-area-message
10138 when fancy splash screen is in use.
10139
10140 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
10141 (sh-escaped-newline): New face.
10142 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
10143 newline, and use sh-escaped-newline face.
10144
10145 * progmodes/tcl.el (tcl-escaped-newline): New face.
10146 (tcl-builtin-list): New variable.
10147 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
10148 newlines. Fix keywords subexpression number.
10149
10150 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
10151
10152 * textmodes/org.el (org-diary-default-entry): Fix call to
10153 `add-to-diary-entry'.
10154
10155 2005-04-05 Kim F. Storm <storm@cua.dk>
10156
10157 * ediff-init.el: Use (featurep 'xemacs).
10158
10159 2005-04-05 David Ponce <david@dponce.com>
10160
10161 * cus-edit.el (face): Derive from symbol widget. Display sample
10162 of the current face on the fly.
10163 (widget-face-sample-face-get, widget-face-notify): New functions.
10164 (widget-face-value-create): Remove.
10165
10166 * wid-edit.el (widget-field-end): Temporarily remove field
10167 narrowing before to call `get-char-property'.
10168
10169 2005-04-04 Jay Belanger <belanger@truman.edu>
10170
10171 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
10172 (math-read-subscripts): New variable.
10173 (math-read-preprocess-string): Process subscripts.
10174
10175 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
10176
10177 * comint.el (comint-prompt-read-only): Doc fix.
10178
10179 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
10180 `-1'. Doc fix.
10181
10182 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
10183
10184 * textmodes/org.el (org-insert-mode-line-in-empty-file):
10185 Change default value to nil.
10186
10187 2005-04-04 Lute Kamstra <lute@gnu.org>
10188
10189 * autorevert.el (auto-revert-mode): Specify :group.
10190 * battery.el (display-battery-mode): Specify :group.
10191 * diff-mode.el (diff-minor-mode): Specify :group.
10192 * font-core.el (font-lock-mode): Specify :group.
10193 * hl-line.el (hl-line-mode): Specify :group.
10194 * iimage.el (iimage): New customization group.
10195 (iimage-mode): Specify :group.
10196 * longlines.el (longlines-mode): Specify :group.
10197 * master.el: Don't require easy-mmode.
10198 (master): New customization group.
10199 (master-mode): Specify :group.
10200 * msb.el (msb-mode): Specify :group.
10201 * reveal.el (reveal-mode): Specify :group.
10202 * simple.el (next-error-follow-minor-mode): Specify :group.
10203 * smerge-mode.el (smerge-mode): Specify :group.
10204 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
10205 * emulation/cua-base.el (cua-mode): Specify :group.
10206 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
10207 * language/thai-util.el (thai-auto-composition-mode)
10208 (thai-word-mode): Specify :group.
10209 * mail/supercite.el (sc-minor-mode): Specify :group.
10210 * progmodes/cwarn.el (cwarn-mode): Specify :group.
10211 * progmodes/flymake.el (flymake-mode): Specify :group.
10212 * progmodes/glasses.el (glasses-mode): Specify :group.
10213 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
10214 * textmodes/enriched.el (enriched-mode): Specify :group.
10215 * textmodes/refill.el (refill-mode): Specify :group.
10216
10217 * add-log.el (change-log-font-lock-keywords): Names in
10218 parenthesized lists can contain spaces.
10219
10220 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
10221
10222 * startup.el (fancy-splash-text): Shorten default text of
10223 "Emacs Tutorial" line. Also, if the current language env
10224 indicates an available tutorial file other than TUTORIAL,
10225 extract its title and append it to the line in parentheses.
10226 (fancy-splash-insert): If arg is a thunk, funcall it.
10227
10228 2005-04-04 Jay Belanger <belanger@truman.edu>
10229
10230 * calc.el (calc-language-alist): Add tags to customization type.
10231
10232 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
10233
10234 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
10235 Doc fix.
10236
10237 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
10238
10239 * add-log.el (change-log-font-lock-keywords): The manual
10240 describing a Change Log entry, says: (...) "Aside from these
10241 header lines, every line in the change log starts with a space or
10242 a tab.". The font-lock was not highlighting lines started with
10243 spaces, added support for it.
10244
10245 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10246
10247 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
10248 (bibtex-generate-url-list): Update docstring accordingly. Put the
10249 complex example in the docstring.
10250 (bibtex-font-lock-url): Use pop.
10251
10252 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10253
10254 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10255
10256 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10257
10258 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10259
10260 * filesets.el (filesets-set-default): Doc fix.
10261
10262 2005-04-03 Lute Kamstra <lute@gnu.org>
10263
10264 * generic.el (define-generic-mode): Add argument to specify
10265 keywords for defcustom.
10266 (default-generic-mode): Specify :group.
10267
10268 * generic-x.el: Specify :group for all generic modes.
10269
10270 * desktop.el (desktop-no-desktop-file-hook)
10271 (desktop-after-read-hook): Doc fix.
10272
10273 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
10274
10275 * simple.el (visible-mode): Use explicit :group keyword.
10276 This changes the group of `visible-mode-hook' from paren-blinking
10277 to editing-basics.
10278
10279 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10280
10281 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
10282 mailbox specifications as well as URLs.
10283 (rmail-insert-inbox-text): Remove unused conditional branches.
10284
10285 2005-04-01 Jay Belanger <belanger@truman.edu>
10286
10287 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10288 (calc-gnuplot-print-command): Move definitions to calc.el.
10289
10290 * calc/calc-embed.el (calc-embedded-announce-formula)
10291 (calc-embedded-open-formula, calc-embedded-close-formula)
10292 (calc-embedded-open-word, calc-embedded-close-word)
10293 (calc-embedded-open-plain, calc-embedded-close-plain)
10294 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10295 (calc-embedded-open-mode, calc-embedded-close-mode):
10296 Move definitions to calc.el.
10297
10298 * calc/calc.el (calc-settings-file, calc-language-alist):
10299 Make customizable.
10300 (calc-embedded-announce-formula, calc-embedded-open-formula)
10301 (calc-embedded-close-formula, calc-embedded-open-word)
10302 (calc-embedded-close-word, calc-embedded-open-plain)
10303 (calc-embedded-close-plain, calc-embedded-open-new-formula)
10304 (calc-embedded-close-new-formula, calc-embedded-open-mode)
10305 (calc-embedded-close-mode, calc-gnuplot-name)
10306 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10307 from other files and make customizable.
10308
10309 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10310
10311 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10312 Use buffer-live-p.
10313 (cvs-mode-run): Don't call cvs-update-header here.
10314 (cvs-run-process): Call cvs-update-header.
10315 Use process properties for cvs-postprocess and cvs-buffer so that
10316 the sentinel can behave better if the temp buffer is killed.
10317 Use a pipe rather than a tty, to better handle unexpected prompts.
10318 (cvs-sentinel): Rewrite. Call cvs-update-header.
10319
10320 2005-04-01 Andre Spiegel <spiegel@gnu.org>
10321
10322 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10323 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
10324
10325 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10326
10327 * generic.el (define-generic-mode): Add indentation rule.
10328
10329 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
10330
10331 * files.el (mode-require-final-newline): Make Custom correctly
10332 report a nil value and allow to set it to nil via Custom.
10333 Doc fix.
10334
10335 2005-04-01 Kenichi Handa <handa@m17n.org>
10336
10337 * international/characters.el: Enable the correct case setting for
10338 dotless-i and dotted-I.
10339
10340 2005-04-01 Kim F. Storm <storm@cua.dk>
10341
10342 * ido.el (ido-file-internal): Fall back to non-ido command if
10343 initial directory is on slow ftp (or tramp) host.
10344
10345 2005-03-31 Richard M. Stallman <rms@gnu.org>
10346
10347 * emacs-lisp/autoload.el (make-autoload):
10348 Handle define-global-minor-mode.
10349
10350 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10351 Rename from easy-mmode-define-global-mode.
10352 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10353
10354 * progmodes/scheme.el (scheme-mode-syntax-table):
10355 Update syntax of | and # for two-character comment syntax.
10356
10357 2005-03-31 Lute Kamstra <lute@gnu.org>
10358
10359 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10360 (define-minor-mode): Call custom-current-group at load-time.
10361
10362 * generic.el (define-generic-mode): Add debug declaration.
10363 Add defcustom for the mode hook.
10364 (generic-mode-internal): Use run-mode-hooks.
10365
10366 2005-03-31 Kim F. Storm <storm@cua.dk>
10367
10368 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10369 (mouse-fixup-help-message): New defun called by show_help_echo
10370 to fixup mouse-2 prefix in help messages when applicable.
10371
10372 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10373
10374 2005-03-31 Kenichi Handa <handa@m17n.org>
10375
10376 * language/thai-word.el (thai-find-word-ends): Pay attention to
10377 the case that we reach the end of buffer.
10378
10379 * textmodes/fill.el (fill-text-properties-at): New function.
10380 (fill-newline): Use fill-text-properties-at instead of
10381 text-properties-at.
10382
10383 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10384
10385 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10386 not comint-quote-filename.
10387
10388 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10389
10390 * help-fns.el (help-with-tutorial): Revert last change.
10391
10392 2005-03-31 Kim F. Storm <storm@cua.dk>
10393
10394 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10395
10396 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10397
10398 * calendar/cal-china.el: Update reference to "Calendrical
10399 Calculations" book; there's a new edition.
10400 * calendar/cal-coptic.el: Likewise.
10401 * calendar/cal-french.el: Likewise.
10402 * calendar/cal-hebrew.el: Likewise.
10403 * calendar/cal-islam.el: Likewise.
10404 * calendar/cal-iso.el: Likewise.
10405 * calendar/cal-julian.el: Likewise.
10406 * calendar/cal-mayan.el: Likewise.
10407 * calendar/cal-persia.el: Likewise.
10408 * calendar/calendar.el: Likewise.
10409 * calendar/holidays.el: Likewise.
10410 * calendar/lunar.el: Likewise.
10411 * calendar/solar.el: Likewise.
10412
10413 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10414 white space from doc string.
10415
10416 2005-03-30 Jay Belanger <belanger@truman.edu>
10417
10418 * calc/calc-help.el (calc-full-help): Remove email address.
10419
10420 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10421
10422 * help-fns.el (help-with-tutorial): Delete title line.
10423
10424 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10425
10426 * calendar/cal-x.el (calendar-one-frame-setup)
10427 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10428 rather than 'symbol for set-window-dedicated-p.
10429
10430 * calendar/appt.el (appt-buffer-name): Make it a constant.
10431 (appt-add): Doc fix.
10432
10433 * filesets.el (filesets-menu-path, filesets-menu-before)
10434 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10435 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10436 (filesets-add-submenu): Delete and use add-submenu instead.
10437
10438 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10439
10440 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10441 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10442 (org-diary-default-entry): New function.
10443 (org-get-entries-from-diary): Better parsing of diary entries.
10444 (org-agenda-check-no-diary): New function.
10445 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10446 linking to diary entries.
10447 (org-agenda-execute-calendar-command): New function.
10448 (org-agenda): Improve visible section in window.
10449 Use `org-fit-agenda-window'.
10450 (org-fit-agenda-window): New option.
10451 (org-move-subtree-down): Better handling of empty lines
10452 at end of subtree.
10453 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10454 levels up.
10455 (org-fontify-done-headline): New option.
10456 (org-headline-done-face): New face.
10457 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10458 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10459 When current field is non-empty, it is copied to next row.
10460 (org-table-copy-from-above): Fix bug which made it
10461 impossible to copy fields containing only a single non-white character.
10462
10463 2005-03-30 Kim F. Storm <storm@cua.dk>
10464
10465 * kmacro.el (kmacro-end-macro): Isearch may store this command
10466 into the macro -- so ignore it when executing keyboard macro.
10467
10468 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10469
10470 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
10471
10472 2005-03-29 Kenichi Handa <handa@m17n.org>
10473
10474 * language/thai.el ("Thai"): Set setup-function and exit-function
10475 for Thai language environment.
10476
10477 * language/thai-util.el: Require thai-word.
10478 (thai-word-mode-map): New variable.
10479 (thai-word-mode): New minor mode.
10480 (setup-thai-language-environment-internal): New function.
10481 (exit-thai-language-environment-internal): New function.
10482
10483 * language/thai-word.el (thai-word-table): Declare it by defvar,
10484 use dolist to initialize it.
10485 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
10486 (thai-fill-find-break-point): New functions.
10487
10488 2005-03-29 Richard M. Stallman <rms@gnu.org>
10489
10490 * simple.el (idle-update-delay): Move definition up.
10491 (set-mark): Doc fix.
10492
10493 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
10494
10495 * longlines.el: New file.
10496
10497 * simple.el (buffer-substring-filters): New variable.
10498 (filter-buffer-substring): New function.
10499 (kill-region, copy-region-as-kill): Use it.
10500
10501 * register.el (copy-to-register, append-to-register)
10502 (prepend-to-register): Use filter-buffer-substring.
10503
10504 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
10505
10506 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
10507 (gud-filter-pending-text): Move in front of gdb.
10508 (gud-overlay-arrow-position): New variable.
10509 (gud-sentinel, gud-display-line): Use it in place of
10510 overlay-arrow-position.
10511
10512 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10513
10514 * progmodes/fortran.el (fortran-if-indent): Doc fix.
10515 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
10516 (fortran-font-lock-keywords-4): New variable.
10517 (fortran-blocks-re, fortran-end-block-re)
10518 (fortran-start-block-re): New constants, for hideshow.
10519 (hs-special-modes-alist): Add a Fortran entry.
10520 (fortran-mode-map): Bind fortran-end-of-block,
10521 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
10522 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
10523 (fortran-looking-at-if-then, fortran-end-of-block)
10524 (fortran-beginning-of-block): New functions, for hideshow.
10525
10526 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
10527 Doc fix. Tweak regexp.
10528 (f90-beginning-of-block): Push mark first.
10529
10530 2005-03-29 Jay Belanger <belanger@truman.edu>
10531
10532 * calc/calc.el: Update copyright date.
10533 (calc-version): Increase to 2.1.
10534 (calc-version-date): Remove.
10535
10536 * calc/calc-help.el: Update copyright date.
10537 (calc-full-help): Remove reference to calc-version-date.
10538 Update copyright date.
10539
10540 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10541
10542 * vc.el (vc-do-command): Use a pipe for async processes, so password
10543 prompts don't show up at places where the user can't reply.
10544
10545 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10546
10547 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
10548 on the file name we pass to the inferior shell.
10549
10550 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
10551
10552 * progmodes/which-func.el (which-function): Be robust in the face of an
10553 imenu--make-index-alist failure.
10554
10555 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10556
10557 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
10558
10559 * progmodes/python.el (python-preoutput-filter): Fix last change.
10560
10561 2005-03-29 Lute Kamstra <lute@gnu.org>
10562
10563 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
10564 functions and compiled macros.
10565 (debug-convert-byte-code): Handle macros too.
10566 (debug-on-entry-1): Don't signal an error when trying to clear a
10567 function that is not set to debug on entry.
10568
10569 2005-03-29 Jay Belanger <belanger@truman.edu>
10570
10571 * calc/calc-lang.el: Add functions to math-function-table
10572 properties of tex and math.
10573
10574 2005-03-29 Kenichi Handa <handa@m17n.org>
10575
10576 * ps-mule.el (ps-mule-plot-string): Translate characters by
10577 ps-print-translation-table.
10578 (ps-mule-begin-job): Call find-charset-region/string with
10579 ps-print-translation-table.
10580 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
10581
10582 * ps-print.el (ps-print-translation-table): New variable.
10583 (ps-plot-region): Translate characters by ps-print-translation-table.
10584
10585 2005-03-29 Juri Linkov <juri@jurta.org>
10586
10587 * simple.el (next-error-highlight-timer): New variable.
10588
10589 * progmodes/compile.el (compilation-goto-locus):
10590 Use `next-error-highlight-timer' instead of `sit-for'.
10591
10592 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10593
10594 * mail/supercite.el (sc-mail-field): Use assoc-string.
10595 (sc-get-address): Simplify regexps.
10596
10597 * files.el (minibuffer-with-setup-hook): New macro.
10598 (find-file-read-args): Use it to avoid let-binding
10599 minibuffer-with-setup-hook (which breaks turning on/off
10600 file-name-shadow-mode while in the prompt).
10601
10602 * complete.el (PC-read-include-file-name-internal):
10603 Use test-completion.
10604
10605 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
10606
10607 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
10608
10609 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10610
10611 * window.el (window-buffer-height): Use count-screen-lines.
10612
10613 * progmodes/python.el (python-preoutput-leftover): New var.
10614 (python-preoutput-filter): Use it.
10615 (python-send-receive): Loop until all the result has been received.
10616
10617 2005-03-28 Juri Linkov <juri@jurta.org>
10618
10619 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
10620
10621 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
10622 "Recover Crashed Session".
10623 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
10624 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
10625 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
10626 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
10627 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
10628 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
10629 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
10630 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
10631
10632 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
10633 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
10634 Ediff Sessions", "Toggle use of separate control buffer frame",
10635 "Use separate frame for Ediff control buffer".
10636
10637 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
10638 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
10639 "Rename Bookmark", "Delete Bookmark".
10640
10641 * info.el (Info-mode-menu): Remove ellipsis from "Index".
10642 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
10643 Add `:active Info-index-alternatives' to "Next Matching Item".
10644
10645 * wdired.el (wdired-change-to-wdired-mode):
10646 Mention `wdired-abort-changes' key in the initial message.
10647
10648 * international/mule.el (auto-coding-alist): Associate non-ascii
10649 image filename extensions with `no-conversion'.
10650
10651 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10652
10653 * international/iso-acc.el:
10654 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
10655
10656 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
10657
10658 * textmodes/sgml-mode.el (html-mode): Doc update.
10659
10660 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
10661
10662 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
10663
10664 * term.el (term-move-columns): Fix face after extending a line.
10665 (term-insert-spaces): Likewise.
10666 (term-reset-terminal): Fix off by one error.
10667
10668 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10669
10670 * international/mule.el (auto-coding-alist): Add .xpi files.
10671
10672 * files.el (auto-mode-alist): Add .xpi files.
10673
10674 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
10675
10676 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
10677
10678 2005-03-26 Eli Zaretskii <eliz@gnu.org>
10679
10680 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
10681
10682 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10683
10684 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
10685 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
10686
10687 * calendar/cal-move.el (calendar-beginning-of-year): Move the
10688 cursor to Jan 1 when needed.
10689 (calendar-end-of-year): Fix -/+ typo.
10690 Reported by Chong Yidong <cyd@stupidchicken.com>.
10691
10692 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10693
10694 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
10695
10696 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
10697 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
10698
10699 2005-03-25 Richard M. Stallman <rms@gnu.org>
10700
10701 * filesets.el (filesets-init): Add autoload.
10702
10703 * mail/mailalias.el (mail-directory): Doc fix.
10704
10705 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10706
10707 * mail/mailalias.el (mail-directory-process): Do nothing if
10708 mail-directory-process is an atom.
10709 (mail-get-names): Ignore mail-directory-names if it is an atom.
10710 (mail-directory-process defvar): Doc fix.
10711 (mail-names): Doc fix.
10712
10713 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
10714
10715 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
10716
10717 2005-03-26 Kenichi Handa <handa@m17n.org>
10718
10719 * international/mule-util.el (detect-coding-with-priority):
10720 Call update-coding-systems-internal before detect-coding-region.
10721
10722 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
10723
10724 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10725 (gdb-frames-mode-map): Add follow-link property.
10726
10727 2005-03-25 Jay Belanger <belanger@truman.edu>
10728
10729 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
10730 for variables.
10731
10732 2005-03-25 Juri Linkov <juri@jurta.org>
10733
10734 * image-mode.el: Optimize image filename extension regexps in
10735 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
10736 in `auto-mode-alist'.
10737 (image-mode): Add `image-toggle-display-text' to local hook
10738 `change-major-mode-hook'. Display the image as an image by
10739 default. Set `cursor-type' and `truncate-lines' if the image
10740 is already displayed. Take into account the current mode (image
10741 or text) in message.
10742 (image-minor-mode): New minor mode.
10743 (image-mode-maybe, image-toggle-display-text): New functions.
10744 (image-toggle-display): Use called-interactively-p.
10745 Let-bind `inhibit-read-only' to t.
10746
10747 * image-mode.el (image-minor-mode): Set `cursor-type' and
10748 `truncate-lines' if the image is already displayed. Add turning
10749 image-minor-mode off to `change-major-mode-hook'. Add message.
10750 Call `image-toggle-display-text' after turning image-minor-mode off.
10751
10752 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10753
10754 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
10755 Terminal.app, use utf-8.
10756 (set-display-table-and-terminal-coding-system): Add coding-system arg.
10757 (set-locale-environment): Use it.
10758
10759 * term/xterm.el: Undo last change, better done in mule-cmds.el.
10760
10761 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
10762
10763 * progmodes/python.el (python-close-block-statement-p)
10764 (python-outdent-p, python-current-defun): Use symbol-end.
10765
10766 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
10767
10768 * files.el (save-some-buffers): Doc fix.
10769
10770 2005-03-25 Werner Lemberg <wl@gnu.org>
10771
10772 * complete.el, thumbs.el: Replace `legal' with `valid'.
10773 * calendar/calendar.el: Replace `legal' with `valid'.
10774 * emacs-lisp/advice.el: Replace `legal' with `valid'.
10775 * mail/supercite.el: Replace `legal' with `valid'.
10776 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
10777 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
10778 Replace `legal' with `valid'.
10779 * textmodes/reftex-vars.el, textmodes/reftex.el:
10780 Replace `legal' with `valid'.
10781
10782 2005-03-25 Werner Lemberg <wl@gnu.org>
10783
10784 * calc/calc-forms.el, calc/calc-sel.el:
10785 * midnight.el, vc-cvs.el:
10786 * emacs-lisp/cl-macs.el:
10787 * emulation/vip.el:
10788 * eshell/esh-io.el, eshell/esh-var.el:
10789 * mail/supercite.el:
10790 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
10791 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
10792 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
10793 * progmodes/sh-script.el, progmodes/xscheme.el:
10794 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
10795 * textmodes/reftex-index.el, textmodes/reftex-parse.el
10796 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
10797 * textmodes/reftex.el, textmodes/org.el:
10798 Replace `illegal' with `invalid'.
10799
10800 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10801
10802 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
10803 (flymake-find-buildfile, flymake-find-possible-master-files)
10804 (flymake-check-include, flymake-parse-line): Replace loops over the
10805 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
10806
10807 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
10808 Substitute file-name-as-directory in the rest of the file.
10809 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
10810 (flymake-replace-region): Remove unused arg `buffer'.
10811 (flymake-check-patch-master-file-buffer): Update calls to it.
10812 (flymake-add-err-info): Remove unused var `count'.
10813 (flymake-mode): Use define-minor-mode.
10814
10815 * progmodes/flymake.el: Use with-current-buffer.
10816 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
10817 flymake-replace-regexp-in-string, flymake-line-beginning-position)
10818 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
10819 Avoid testing for `xemacs'.
10820 (flymake-nop): Move.
10821 (flymake-region-has-flymake-overlays): Return the computed value.
10822 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
10823 Remove unused var `endline'.
10824 (flymake-get-line-count): Remove unused function.
10825 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
10826
10827 * emulation/vi.el:
10828 * generic.el:
10829 * hilit-chg.el (global-highlight-changes):
10830 * hi-lock.el (hi-lock-mode):
10831 * follow.el: find-file-hooks -> find-file-hook.
10832
10833 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
10834
10835 2005-03-24 Juri Linkov <juri@jurta.org>
10836
10837 * dired.el (dired-mode-map): Add menu item "Compare directories"
10838 for dired-compare-directories.
10839
10840 * dired-aux.el (dired-compare-directories): Add autoload cookie.
10841 Doc fix. Replace `read-file-name' with `read-directory-name'.
10842
10843 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10844
10845 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
10846
10847 2005-03-24 Jay Belanger <belanger@truman.edu>
10848
10849 * calc/calc-embed.el (calc-embedded-mode-change): Save all
10850 relevant mode settings in calc-embedded-original-modes when modes
10851 are permanently changed.
10852
10853 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10854
10855 * autoinsert.el: find-file-hooks -> find-file-hook.
10856
10857 2005-03-24 Lute Kamstra <lute@gnu.org>
10858
10859 * generic.el (generic-font-lock-defaults): Make it obsolete.
10860 (generic-font-lock-keywords): New variable to replace
10861 generic-font-lock-defaults.
10862 (generic-mode-set-font-lock): Delete it.
10863 (generic-mode-internal): Don't call generic-mode-set-font-lock.
10864 (generic-bracket-support): Add docstring.
10865
10866 * generic-x.el: Rename generic-font-lock-defaults to
10867 generic-font-lock-keywords throughout.
10868 (mailagent-rules-setup-function): Delete it.
10869 (mailagent-rules-generic-mode): Use anonymous function instead.
10870 (show-tabs-generic-mode-font-lock-defaults-1)
10871 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
10872 Quote faces.
10873 (show-tabs-tab-face, show-tabs-space-face): Specify background,
10874 not foreground.
10875
10876 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10877 Recognize define-generic-mode.
10878
10879 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10880
10881 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
10882 if there's no completion table.
10883
10884 2005-03-23 Miles Bader <miles@gnu.org>
10885
10886 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10887 Remove tty-specific variants, as they're no longer needed.
10888
10889 2005-03-23 Lute Kamstra <lute@gnu.org>
10890
10891 * generic-x.el: Code cleanup: make args constant whenever possible.
10892 (installshield-statement-keyword-list)
10893 (installshield-system-functions-list)
10894 (installshield-system-variables-list, installshield-types-list)
10895 (installshield-funarg-constants-list): Make them constants.
10896
10897 * generic.el (generic-make-keywords-list): Add autoload cookie.
10898
10899 * calendar/time-date.el: Add comment on time value formats.
10900 Don't require parse-time.
10901 (with-decoded-time-value): New macro.
10902 (encode-time-value): New function.
10903 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10904 (days-to-time): Return a valid time value when arg is huge.
10905 (time-since): Use time-subtract.
10906 (time-to-number-of-days): Use time-to-seconds.
10907
10908 2005-03-23 David Ponce <david@dponce.com>
10909
10910 * recentf.el: (recentf-keep): New option.
10911 (recentf-menu-action): Default to `find-file'.
10912 (recentf-keep-non-readable-files-flag)
10913 (recentf-keep-non-readable-files-p)
10914 (recentf-file-readable-p, recentf-find-file)
10915 (recentf-cleanup-remote): Remove.
10916 (recentf-include-p): More robust.
10917 (recentf-keep-p): New function.
10918 (recentf-remove-if-non-kept): Rename from
10919 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
10920 All callers updated.
10921 (recentf-menu-items-for-commands): Fix help string.
10922 (recentf-track-closed-file): Update. Doc fix.
10923 (recentf-cleanup): Update. Count removed files. Doc fix.
10924
10925 2005-03-23 Kim F. Storm <storm@cua.dk>
10926
10927 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10928 Don't inherit from fringe face (now happens automatically).
10929
10930 2005-03-22 Kim F. Storm <storm@cua.dk>
10931
10932 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
10933 position values.
10934
10935 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
10936
10937 * menu-bar.el (showhide-date-time): Remove.
10938 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
10939 (menu-bar-make-mm-toggle): Simplify.
10940
10941 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10942
10943 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
10944 Accept qualified variable and function names.
10945
10946 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
10947
10948 * bindings.el (completion-ignored-extensions):
10949 Remove ".lis" for `vax-vms'.
10950
10951 2005-03-22 Andreas Schwab <schwab@suse.de>
10952
10953 * generic-x.el: Revert last change.
10954 * ldefs-boot.el: Update.
10955
10956 2005-03-22 Jay Belanger <belanger@truman.edu>
10957
10958 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
10959 (calc-embedded-save-original-modes)
10960 (calc-embedded-restore-original-modes): New functions.
10961 (calc-do-embedded): Save original modes when entering embedded mode
10962 and restore when leaving embedded mode.
10963 (calc-embedded-modes-change): Change the value of
10964 calc-embedded-original-modes to reflect permanent changes.
10965
10966 2005-03-22 Lute Kamstra <lute@gnu.org>
10967
10968 * generic-x.el: Require generic again.
10969
10970 2005-03-22 Miles Bader <miles@gnu.org>
10971
10972 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
10973 Tweak details to look good on both ttys and bitmap displays, light
10974 or dark background, etc.
10975
10976 2005-03-21 Kim F. Storm <storm@cua.dk>
10977
10978 * tooltip.el (tooltip-show-help-function): Check car and cdr of
10979 mouse position.
10980
10981 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10982
10983 * icomplete.el: Don't forcibly turn on the mode upon load.
10984 (icomplete-mode): Use define-minor-mode.
10985 (icomplete-eoinput): Default to nil.
10986 (icomplete-minibuffer-setup): Remove autoload.
10987 (icomplete-tidy): Simplify.
10988 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
10989 in the initial state or if the user has modified the field.
10990 Fix handling of icomplete-max-delay-chars.
10991 Remove code that handles the oddball case where
10992 minibuffer-completion-table is an integer.
10993 Wrap icomplete-completions in while-no-input in case building
10994 completions takes more time than expected.
10995 (icomplete-completions): Simplify.
10996
10997 2005-03-21 Richard M. Stallman <rms@gnu.org>
10998
10999 * jka-compr.el (jka-compr-really-do-compress):
11000 Make variable buffer-local.
11001
11002 * image-mode.el: Handle .xpm files too.
11003 (image-toggle-display): Preserve modification flag.
11004
11005 * help.el (where-is): Don't mention aliases with no key bindings.
11006
11007 2005-03-21 Lute Kamstra <lute@gnu.org>
11008
11009 * generic.el: Fix commentary section. Don't require cl for
11010 compilation.
11011 (generic-mode-list): Add autoload cookie.
11012 (generic-use-find-file-hook, generic-lines-to-scan)
11013 (generic-find-file-regexp, generic-ignore-files-regexp)
11014 (generic-mode, generic-mode-find-file-hook)
11015 (generic-mode-ini-file-find-file-hook): Fix docstrings.
11016 (define-generic-mode): Make it a defmacro. Fix docstring.
11017 (generic-mode-internal): Code cleanup. Add autoload cookie.
11018 (generic-mode-set-comments): Code cleanup.
11019 * generic-x.el: Don't prevent compilation. Don't require generic.
11020 Follow coding conventions. Minor code cleanup.
11021 (etc-fstab-generic-mode): Add some keywords.
11022 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
11023 define-generic-mode like a function declaration.
11024
11025 2005-03-21 Jay Belanger <belanger@truman.edu>
11026
11027 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
11028 changing modes.
11029
11030 2005-03-21 Sam Steingold <sds@gnu.org>
11031
11032 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
11033
11034 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
11035
11036 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
11037 Add underscore to "f$ lexicals" regexp.
11038
11039 2005-03-20 Juri Linkov <juri@jurta.org>
11040
11041 * subr.el (progress-reporter-do-update): When `min-value' is equal
11042 to `max-value', set `percentage' to 0 and prevent division by zero.
11043
11044 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
11045
11046 Sync with Tramp 2.0.48.
11047
11048 * net/tramp.el (all): Change all addresses to .gnu.org.
11049 (tramp-append-tramp-buffers): New defun.
11050 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
11051 Catch `dont-send' signal.
11052 (tramp-set-auto-save-file-modes): Set always permissions, because
11053 there might be an old auto-saved file belonging to another
11054 original file. This could be a security threat. Reported by
11055 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
11056 Check for Emacs 21.3.50 removed.
11057
11058 * net/tramp-smb.el (all): Remove debug construct for
11059 `with-parsed-tramp-file-name'.
11060 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
11061 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
11062 No error message if DIRECTORY or FILENAME doesn't exist.
11063 (tramp-smb-open-connection): Check existence of
11064 `tramp-smb-program'.
11065
11066 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11067
11068 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
11069 Properly handle the case where the `m' or `s' command's argument is not
11070 yet terminated.
11071 (perl-indent-new-calculate): New function.
11072 (perl-indent-line): Use it.
11073
11074 2005-03-20 Miles Bader <miles@gnu.org>
11075
11076 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
11077 in text-mode too. Change to new face names.
11078 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
11079 Add `:weight bold' attribute.
11080 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
11081
11082 2005-03-19 Juri Linkov <juri@jurta.org>
11083
11084 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
11085
11086 * international/mule.el (auto-coding-alist): Sync with
11087 `auto-mode-alist' by adding upper case archive file extensions
11088 and adding ear/war to jar extension.
11089
11090 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
11091
11092 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
11093 running, restart it.
11094
11095 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
11096
11097 * finder.el (finder-current-item): Throw an error on an empty line.
11098
11099 * man.el (Man-follow-manual-reference): If current-word returns
11100 nil, use "".
11101
11102 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
11103
11104 * simple.el (goto-line): Doc fix.
11105
11106 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
11107
11108 * files.el (save-buffer): Doc fix.
11109
11110 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
11111
11112 * recentf.el (recentf-cleanup-remote): New variable.
11113 (recentf-cleanup): Use it to conditionally check availability of
11114 remote files.
11115
11116 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
11117
11118 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
11119 function names.
11120
11121 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11122
11123 * language/thai-word.el: New file.
11124
11125 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11126
11127 * files.el (backup-buffer): If the file's directory is not
11128 writable, use copy instead of move to backup the file.
11129
11130 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11131
11132 * obsolete/keyswap.el: Moved to obsolete/ from term/.
11133
11134 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11135
11136 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
11137 Use functionp instead of symbolp and fboundp. Reported by Drkm
11138 <darkman_spam@yahoo.fr>.
11139 (ps-print-version): New version 6.6.6.
11140
11141 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
11142
11143 * textmodes/table.el (table--line-column-position): New idiom.
11144 (table--row-column-insertion-point-p): New function to test
11145 validity of row and column insertion operation at a location.
11146 (table-global-menu, table-cell-menu): Use above functions for
11147 deterministic test operation.
11148 (table--editable-cell-p): Behave in deterministic fashion.
11149
11150 2005-03-18 Juri Linkov <juri@jurta.org>
11151
11152 * isearch.el (isearch-lazy-highlight-new-loop):
11153 Make arguments beg and end optional.
11154 (isearch-update): Remove optional arguments nil from
11155 isearch-lazy-highlight-new-loop.
11156 (isearch-lazy-highlight-search): Let-bind case-fold-search to
11157 isearch-lazy-highlight-case-fold-search instead of
11158 isearch-case-fold-search, and let-bind isearch-regexp to
11159 isearch-lazy-highlight-regexp.
11160 Use isearch-lazy-highlight-last-string instead of isearch-string.
11161
11162 * replace.el (perform-replace): Remove bindings of global
11163 variables isearch-string, isearch-regexp, isearch-case-fold-search.
11164 Add three new arguments to `replace-highlight'.
11165 (replace-highlight): Add arguments string, regexp, case-fold.
11166 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
11167 to allow isearch-lazy-highlight-new-loop to use these values
11168 to set corresponding isearch-lazy-highlight-* internal
11169 variables whose values lazy highlighting will use regardless of
11170 changes to global variables isearch-string, isearch-regexp,
11171 isearch-case-fold-search during lazy highlighting loop.
11172 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
11173 to `lazy-highlight-cleanup'.
11174
11175 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
11176 (ispell-highlight-face): Set default face to `isearch' when
11177 lazy highlighting is enabled.
11178 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
11179 priority to 1. Add lazy highlighting.
11180 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
11181 from `isearch-dehighlight'.
11182
11183 2005-03-18 David Ponce <david@dponce.com>
11184
11185 * files.el (hack-local-variables): Do a case-insensitive search
11186 for End.
11187
11188 2005-03-18 Juri Linkov <juri@jurta.org>
11189
11190 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
11191 `isearch-lazy-highlight-cleanup', add alias to old name and
11192 declare obsolete. Add release numbers to other obsolete vars.
11193 (isearch-done, isearch-lazy-highlight-new-loop):
11194 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
11195 (lazy-highlight-cleanup) <variable>: Doc fix.
11196 (isearch-lazy-highlight-update): Rename obsolete
11197 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
11198
11199 2005-03-18 Kenichi Handa <handa@m17n.org>
11200
11201 * language/thai-util.el: Fix categorization of Thai characters in
11202 thai-category-table.
11203 (thai-composition-pattern): Adjust it for the above change.
11204 (thai-self-insert-command, thai-compose-syllable): New functions.
11205 (thai-compose-region): Use thai-compose-syllable.
11206 (thai-compose-string): Likewise.
11207 (thai-composition-function): Likewise.
11208 (thai-auto-composition): New function.
11209 (thai-auto-composition-mode): New minor mode.
11210
11211 * language/thai.el: Fix patterns to be registered in
11212 composition-function-table.
11213
11214 * international/quail.el (quail-input-method): Locally bind
11215 inhibit-modification-hooks to t.
11216
11217 2005-03-17 Richard M. Stallman <rms@gnu.org>
11218
11219 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
11220 (perl-mode): Use run-mode-hooks.
11221
11222 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
11223 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
11224 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
11225
11226 * mail/sendmail.el (sendmail-send-it): Reenable the code
11227 to compute resend-to-address and use it.
11228
11229 * tar-mode.el (tar-mode): Turn off undo unconditionally.
11230
11231 * image-mode.el: New file.
11232
11233 * image.el (insert-sliced-image): Add autoload cookie.
11234
11235 * font-lock.el (font-lock-lines-before): New user option.
11236 (font-lock-after-change-function): Obey it.
11237
11238 * bindings.el (esc-map): Make M-g a prefix.
11239 Bind M-g g and M-g M-g to goto-line.
11240
11241 * faces.el (face-id): Doc fix.
11242
11243 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11244
11245 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11246 (rmail-show-message): Use rmail-unknown-mail-followup-to.
11247 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11248
11249 * mail/sendmail.el (mail-yank-ignored-headers)
11250 (mail-font-lock-keywords, mail-mode-fill-paragraph):
11251 Add Mail-Followup-To and Mail-Reply-To headers.
11252 (mail-citation-hook): Add autoload cookie.
11253 (mail-mode): Doc fix.
11254 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11255 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11256 (mail-mode-fill-paragraph): Handle those headers.
11257 (mail-mailing-lists): New variable.
11258 (mail-mail-reply-to, mail-mail-followup-to): New functions.
11259
11260 2005-03-17 Juri Linkov <juri@jurta.org>
11261
11262 * isearch.el (isearch-fallback): Check for `(car previous)'
11263 before calling `isearch-other-end-state'.
11264
11265 2005-03-17 Kim F. Storm <storm@cua.dk>
11266
11267 * simple.el (move-beginning-of-line): Move to beginning of buffer
11268 line, as well as beginning of screen line.
11269
11270 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
11271
11272 * calendar/diary-lib.el (mark-diary-entries): Use new optional
11273 argument REDRAW rather than calendar-redrawing variable.
11274 * calendar/calendar.el (calendar-redrawing): Delete.
11275 (redraw-calendar): Do not bind calendar-redrawing.
11276
11277 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
11278
11279 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11280 diary-file buffer.
11281
11282 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11283
11284 * help.el (describe-mode): Allow a :minor-mode-function property to
11285 specify a different minor mode toggle function than the variable.
11286 * simple.el (auto-fill-function):
11287 * subr.el (add-minor-mode): Use it.
11288
11289 2005-03-16 Kenichi Handa <handa@m17n.org>
11290
11291 * language/ethio-util.el (sera-being-called-by-w3): New variable.
11292 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11293 (ethio-fidel-to-sera-buffer): Likewise.
11294
11295 2005-03-16 Juri Linkov <juri@jurta.org>
11296
11297 * emacs-lisp/find-func.el (find-function-regexp):
11298 Add defun-emitting macro `menu-bar-make-toggle'.
11299
11300 * isearch.el: Put `isearch-scroll' property to
11301 `split-window-horizontally'.
11302
11303 * info.el: Update error messages for `debug-ignored-errors'.
11304 (Info-isearch-search): Doc fix.
11305 (Info-find-node): Move up code to go into info buffer before
11306 recording the node to the history.
11307 (Info-fontify-node): Fontify titles only if the next line
11308 has two or more `*', `=', `-', `.'.
11309 Display "go to this node" for empty (match-string 3).
11310
11311 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11312
11313 * term/mac-win.el: Add mouse pointer shape constants.
11314
11315 2005-03-15 Kim F. Storm <storm@cua.dk>
11316
11317 * simple.el (move-beginning-of-line): Use vertical-motion.
11318
11319 2005-03-15 Juri Linkov <juri@jurta.org>
11320
11321 * isearch.el (isearch-error): New variable.
11322 (isearch-invalid-regexp, isearch-within-brackets): Remove.
11323 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
11324 (isearch-within-brackets-state): Remove.
11325 (isearch-case-fold-search-state, isearch-pop-fun-state):
11326 Decrease frame index.
11327 (isearch-mode, isearch-top-state, isearch-push-state)
11328 (isearch-edit-string, isearch-abort, isearch-search-and-update)
11329 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11330 (isearch-search, isearch-lazy-highlight-new-loop):
11331 Replace `isearch-invalid-regexp' with `isearch-error'.
11332 Remove `isearch-within-brackets'.
11333 (isearch-search): Add `search-failed' handler to `condition-case'.
11334 (isearch-lazy-highlight-search): Add `condition-case' to catch
11335 errors and allow `isearch-lazy-highlight-update' to try
11336 highlighting from the beginning of the window.
11337 (isearch-repeat): Move up code to set isearch-wrapped to t
11338 before calling isearch-wrap-function.
11339
11340 * info.el (Info-isearch-initial-node): New internal variable.
11341 (Info-search): Signal an error in isearch mode when search leaves
11342 the initial node. Signal an error when `bound' is non-nil and
11343 nothing was found in the current subfile.
11344 (Info-isearch-search): Remove `condition-case'.
11345 (Info-isearch-wrap): Don't wrap when search failed during leaving
11346 the initial node. If `Info-isearch-search' is nil, wrap around
11347 the current node.
11348 (Info-isearch-start): New fun.
11349 (Info-mode): Add buffer-local hook `Info-isearch-start' to
11350 `isearch-mode-hook'.
11351
11352 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11353
11354 * simple.el (normal-erase-is-backspace): Set default to t if
11355 running on Mac.
11356
11357 * term/mac-win.el (function-key-map): Sync with x-win.el.
11358
11359 2005-03-15 Kenichi Handa <handa@m17n.org>
11360
11361 * international/mule-cmds.el (locale-language-names): Modify the
11362 format of elements and add more entries.
11363 (locale-preferred-coding-systems): Add more entries.
11364 (set-locale-environment): Adjust for the change of
11365 locale-language-names.
11366
11367 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11368
11369 * pcvs.el (smerge-ediff): Remove bogus autoload.
11370
11371 2005-03-14 Lute Kamstra <lute@gnu.org>
11372
11373 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11374 Ignore a `*' at the beginning of a line.
11375
11376 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11377 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11378 subr.el.
11379 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11380 to specify indentation.
11381
11382 * generic.el (define-generic-mode): Let generic-mode-list be a
11383 list of strings; test membership with equal.
11384
11385 2005-03-14 Kim F. Storm <storm@cua.dk>
11386
11387 * simple.el (next-line, previous-line): Add optional try-vscroll
11388 arg to recognize interactive use. Pass it on to line-move.
11389 (line-move): Don't perform auto-window-vscroll when defining or
11390 executing keyboard macro to ensure consistent behavior.
11391
11392 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11393
11394 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11395
11396 2005-03-13 Lute Kamstra <lute@gnu.org>
11397
11398 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11399 debugger-setup-buffer so that backtrace marks the frames set to
11400 debug-on-exit and we don't have to do it manually. Set an extra
11401 debug-on-exit for macro's.
11402 (debugger-setup-buffer): Don't mark the top frame manually.
11403
11404 2005-03-12 Lute Kamstra <lute@gnu.org>
11405
11406 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11407 lisp-indent-function throughout.
11408 (with-no-warnings): Set lisp-indent-function property.
11409
11410 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11411
11412 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11413 Add entry for backslash.
11414
11415 2005-03-12 Juri Linkov <juri@jurta.org>
11416
11417 * info.el (Info-search): Four fixes for backward search.
11418
11419 2005-03-11 Jay Belanger <belanger@truman.edu>
11420
11421 * calc/calc.el (calc-language-alist): New variable.
11422 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11423 (calc-embedded-find-modes): Use calc-language-alist instead of
11424 calc-embedded-language-alist.
11425
11426 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11427
11428 * calendar/calendar.el (calendar-redrawing): New internal
11429 variable.
11430 (redraw-calendar): Remove bogus save-excursion from previous
11431 change. Bind calendar-redrawing to t for mark-diary-entries.
11432 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11433 calendar if that is why we were called.
11434
11435 2005-03-11 Kenichi Handa <handa@m17n.org>
11436
11437 * international/mule.el (make-coding-system): Set property
11438 coding-system-define-form to nil.
11439 (define-coding-system-alias): Likewise.
11440
11441 2005-03-11 Kenichi Handa <handa@m17n.org>
11442
11443 These changes are suggested by Dave Love <fx@gnu.org>.
11444
11445 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11446 coding: tag.
11447 (adaptive-fill-regexp): Add more bullets.
11448 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11449 regexps.
11450
11451 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11452
11453 * help.el (describe-mode): Properly handle non-trivial lighters.
11454 Don't ignore minor modes that are not listed in minor-mode-list.
11455
11456 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11457 feature ON when the user requests to turn it OFF.
11458
11459 2005-03-10 Lute Kamstra <lute@gnu.org>
11460
11461 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11462 (implement-debug-on-entry): New function to replace debug-entry-code.
11463 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11464 second argument as the 2005-03-07 change makes it obsolete.
11465 (debug-on-entry, cancel-debug-on-entry): Update call to
11466 debug-on-entry-1.
11467 (debug, debugger-setup-buffer): Comment update.
11468 (debugger-frame-number): Update to work with implement-debug-on-entry.
11469
11470 2005-03-10 Jay Belanger <belanger@truman.edu>
11471
11472 * calc/calc-embed.el (math-ms-args): Declare it.
11473 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
11474 math-ms-args.
11475 (calc-embedded-subst): Use math-multi-subst-rec to substitute
11476 variables.
11477
11478 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
11479
11480 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
11481 Use message-box.
11482
11483 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
11484 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
11485 (tooltip-gud-tips): Simplify.
11486 (tooltip-gud-tips-p): Remove superfluous :set.
11487 (tooltip-gud-modes): Add fortran-mode.
11488 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
11489
11490 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
11491
11492 2005-03-09 Kim F. Storm <storm@cua.dk>
11493
11494 * play/animate.el (animate-place-char): Use forward-line instead
11495 of next-line to improve performance.
11496
11497 2005-03-09 Simon Josefsson <jas@extundo.com>
11498
11499 * net/browse-url.el (browse-url-default-browser): Doc fix.
11500
11501 2005-03-09 Miles Bader <miles@gnu.org>
11502
11503 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
11504 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
11505
11506 2005-03-09 Kenichi Handa <handa@m17n.org>
11507
11508 * international/latin-1.el: Set case and syntax for 255 only if
11509 set-case-syntax-set-multibyte is nil.
11510
11511 * textmodes/ispell.el (ispell-insert-word): New function.
11512 (ispell-word): Use ispell-insert-word to insert a new word.
11513 (ispell-process-line): Likewise.
11514 (ispell-complete-word): Likewise.
11515
11516 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11517
11518 * calendar/calendar.el (redraw-calendar): Preserve point.
11519 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11520 (calendar-week-start-day): Move after definition of
11521 redraw-calendar. Delete buffer test, since redraw-calendar has
11522 that now.
11523
11524 * calendar/diary-lib.el (mark-diary-entries): Only call
11525 redraw-calendar in the first of any recursive calls.
11526 Reported by Alan Shutko <ats@acm.org>.
11527
11528 2005-03-08 Juri Linkov <juri@jurta.org>
11529
11530 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
11531 (html-horizontal-rule, html-line, html-image, html-checkboxes)
11532 (html-radio-buttons): Add a space before the trailing `/>' where
11533 sgml-xml-mode is non-nil.
11534 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
11535 the subsequent tag of the empty XML tag.
11536 (html-href-anchor): Don't set initial input to "http:".
11537 (html-image): Ask for the image URL and set point inside alt="".
11538 (html-name-anchor): Duplicate the name in the `id' attribute when
11539 sgml-xml-mode is non-nil.
11540 (html-paragraph): Remove \n before <p>.
11541 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
11542 instead of `checked' when sgml-xml-mode is non-nil.
11543
11544 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
11545 Remove 1 space before #RRGGBB to not truncate it on terminal
11546 windows w/o fringes. Remove 1 space between bg and fg examples
11547 to get more space.
11548 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
11549 avoid byte-compile warnings.
11550
11551 * image-file.el (image-file-handler): Put `safe-magic' property to
11552 `image-file-handler'.
11553
11554 * info.el (Info-isearch-search): Emulate word search in
11555 isearching through multiple Info nodes with Info-search.
11556 (Info-isearch-wrap): Allow isearch-word.
11557
11558 2005-03-08 Lute Kamstra <lute@gnu.org>
11559
11560 * emacs-lisp/debug.el (debugger-step-through): Make sure that
11561 stepping into the debugger's code is not possible.
11562 (debugger-jumping-flag): Docstring update.
11563
11564 2005-03-08 Jay Belanger <belanger@truman.edu>
11565
11566 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
11567 embedded mode begins.
11568 (calc-embedded-language-alist): New variable.
11569 (calc-embedded-find-modes): Use calc-embedded-language-alist to
11570 set default language mode.
11571
11572 2005-03-08 Kenichi Handa <handa@m17n.org>
11573
11574 * international/ccl.el (define-ccl-program): Fix docstring about
11575 extra 256 bytes assured for the output buffer.
11576
11577 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11578 Fix BUFFER_MAGNIFICATION to 2.
11579 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11580
11581 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
11582
11583 * align.el (align-rules-list): Added an alignment rule for CSS
11584 declarations (applies to css-mode and html-mode buffers).
11585
11586 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11587
11588 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
11589
11590 2005-03-07 Kim F. Storm <storm@cua.dk>
11591
11592 * simple.el (move-beginning-of-line): New command.
11593
11594 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
11595
11596 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
11597
11598 * emulation/cua-base.el: Put CUA move property on move-end-of-line
11599 and move-beginning-of-line.
11600
11601 * apropos.el (apropos-print): Omit command from M-x ... RET.
11602
11603 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
11604
11605 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
11606 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
11607
11608 2005-03-06 Richard M. Stallman <rms@gnu.org>
11609
11610 * bindings.el (esc-map): Bind M-g to goto-line.
11611
11612 * facemenu.el (global-map): Bind M-o, not M-g.
11613
11614 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11615
11616 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
11617 "Open Directory" as for "Open File".
11618
11619 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
11620
11621 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
11622 (push-mark-command): Run activate-mark-hook.
11623
11624 2005-03-06 Richard M. Stallman <rms@gnu.org>
11625
11626 * help-mode.el (help-mode-finish): Don't alter the element
11627 in view-return-to-alist if there already is one.
11628
11629 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
11630 make sure the current buffer is the expected one.
11631
11632 * novice.el (disabled-command-function): Output in *Disabled Command*.
11633 Explicitly ignore non-keyboard events, and explicitly handle C-g.
11634
11635 * textmodes/flyspell.el (flyspell-large-region):
11636 Pass args differently for aspell.
11637
11638 * files.el (mode-require-final-newline): Doc fix.
11639
11640 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11641
11642 * progmodes/which-func.el (which-function):
11643 Specify NOERROR when calling imenu--make-index-alist.
11644
11645 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11646
11647 * simple.el (normal-erase-is-backspace): Define default value.
11648
11649 * custom.el (custom-theme-set-variables): Remove unused var
11650 `immediate'.
11651 (custom-reevaluate-setting): Simple function to handle variables
11652 that are defined before their default value can really be
11653 computed.
11654
11655 * startup.el (command-line): Use it for temporary-file-directory,
11656 small-emporary-file-directory, auto-save-file-name-transforms,
11657 blink-cursor-mode, and normal-erase-is-backspace.
11658
11659 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
11660 progress, even with buggy anchored keywords.
11661
11662 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
11663
11664 * simple.el (goto-line): Remove unbalanced final parenthesis.
11665
11666 2005-03-05 Richard M. Stallman <rms@gnu.org>
11667
11668 * simple.el (goto-line): Use a number at point as the default.
11669 With C-u as arg, switch buffers.
11670
11671 2005-03-05 Juri Linkov <juri@jurta.org>
11672
11673 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
11674 with `no-blinking-cursor'.
11675
11676 * startup.el (no-blinking-cursor): New defvar.
11677 (command-line): Add `--no-blinking-cursor' to longopts.
11678 Set `no-blinking-cursor' to t for command line arguments
11679 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
11680 with `no-blinking-cursor' in the condition for calling
11681 `blink-cursor-mode'.
11682
11683 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
11684
11685 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
11686 (menu-bar-options-save): Add blink-cursor-mode.
11687 (menu-bar-options-menu): Add blink-cursor-mode.
11688
11689 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
11690
11691 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
11692 (icalendar-export-file, icalendar-export-region)
11693 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
11694 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
11695
11696 2005-03-04 Lute Kamstra <lute@gnu.org>
11697
11698 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
11699 (debug-function-list): Ditto.
11700
11701 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
11702
11703 * textmodes/texinfmt.el (texinfo-append-refill):
11704 Redefine the types of line to which @refill
11705 is not appended by replacing a search for `@refill\\|@bye' with
11706 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
11707 itemize@refill' bug and the unfilled long lines bug.
11708 (texinfmt-version): Update number and date.
11709
11710 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11711
11712 * international/code-pages.el (windows-1250, windows-125[2-8])
11713 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
11714
11715 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11716
11717 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
11718 bound yet.
11719
11720 2005-03-02 Romain Francoise <romain@orebokech.com>
11721
11722 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
11723 buffer after removing limits.
11724 (ibuffer-pop-filter): Ditto.
11725 Update copyright.
11726
11727 2005-03-02 Miles Bader <miles@gnu.org>
11728
11729 * button.el (make-text-button): If the user doesn't specify a
11730 type, use the default. Rewrite to use `add-text-properties' and
11731 plist functions.
11732
11733 2005-03-01 Lute Kamstra <lute@gnu.org>
11734
11735 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
11736 (debugger-jumping-flag): New var.
11737 (debug-entry-code): Use it.
11738 (debugger-jump): Use debugger-jumping-flag and add
11739 debugger-reenable to post-command-hook.
11740 (debugger-reenable): Use debugger-jumping-flag and remove itself
11741 from post-command-hook.
11742 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
11743 debugger-reenable.
11744
11745 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
11746
11747 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
11748 inclusion of "itemize\\|", which may be unnecessary, is certainly
11749 inelegant, and stops refilling in itemize lists when formatting
11750 Japanese Texinfo files to Info.
11751 Update copyright to 2005.
11752
11753 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
11754
11755 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
11756 of an error if GDB can't find the source file.
11757
11758 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11759
11760 * calendar/calendar.el (redraw-calendar): Work from any buffer,
11761 not just the calendar.
11762
11763 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
11764 first.
11765 (diary-redraw-calendar): New function.
11766 (make-diary-entry): Add diary-redraw-calendar to local
11767 write-contents-functions. Turn off selective display before
11768 inserting in diary.
11769
11770 2005-03-01 Kim F. Storm <storm@cua.dk>
11771
11772 * emacs-lisp/copyright.el (copyright-fix-years): New command.
11773
11774 2005-03-01 Lute Kamstra <lute@gnu.org>
11775
11776 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
11777 that debug-entry-code can be safely removed from a function while
11778 this code is being evaluated. Revert the 2005-02-27 change as the
11779 new implementation no longer requires it. Make sure that a
11780 function body containing just a string is not mistaken for a docstring.
11781 (debug): Skip one more frame in case of debug on entry.
11782 (debugger-setup-buffer): Delete one more frame line in case of
11783 debug on entry.
11784 (debugger-frame-number): Update to use the new text introduced by
11785 the 1999-11-03 change. Skip one more frame in case of debug on entry.
11786
11787 2005-02-28 Kim F. Storm <storm@cua.dk>
11788
11789 * double.el (double-translate-key): Call force-window-update after
11790 read-event to avoid crash in redisplay.
11791
11792 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11793
11794 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
11795 (debug): Use it. Move the inhibit-trace earlier.
11796 (debug-entry-code): New const.
11797 (debug-on-entry-1): Use it.
11798
11799 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
11800
11801 * international/utf-16.el (ccl-encode-mule-utf-16le):
11802 Fix BUFFER_MAGNIFICATION to 2.
11803 (ccl-encode-mule-utf-16be): Likewise.
11804
11805 2005-02-28 Kenichi Handa <handa@m17n.org>
11806
11807 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
11808 Fix BUFFER_MAGNIFICATION to 4.
11809 (ccl-encode-mule-utf-16be-with-signature): Likewise.
11810
11811 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
11812
11813 * speedbar.el (speedbar-update-flag): Doc fix.
11814 (speedbar-show-info-under-mouse): Give set-mouse-position the right
11815 argument.
11816
11817 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
11818
11819 * reveal.el (reveal-post-command): Don't try to reveal overlays which
11820 have a non-nil `invisible' property but are actually visible.
11821
11822 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
11823 for perldoc sections.
11824 (perl-outline-regexp, perl-outline-level): New var and function.
11825 (perl-mode): Use them.
11826
11827 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
11828
11829 * calendar/diary-lib.el (diary-remind): Discard any mark portion
11830 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
11831
11832 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
11833
11834 * cus-edit.el: Comment change.
11835 (custom-buffer-create-internal): Slightly reword text at top of
11836 Custom buffers. Mention there that saving an option edits the
11837 init file. Add link to Emacs manual node on `custom-file'.
11838 (custom-magic-alist): Rewrite individual State messages to use
11839 capitalized keywords. Doc fix.
11840
11841 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
11842
11843 * calendar/calendar.el (calendar-buffer): Move above
11844 calendar-week-start-day.
11845 (calendar-week-start-day): Doc fix. Add :set function.
11846 (calendar-minimum-window-height): New variable.
11847 (generate-calendar-window): Only resize window if selected-window
11848 is displaying the calendar buffer. Use new variable
11849 calendar-minimum-window-height.
11850 (generate-calendar): Reword error message.
11851 (calendar-mode-map): Bind DEL to scroll-other-window-down.
11852
11853 2005-02-27 Andreas Schwab <schwab@suse.de>
11854
11855 * vc.el (vc-do-command): Don't run command asynchronously when
11856 operating in a remote directory.
11857
11858 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
11859 change from sync with Tramp 2.0.47.
11860
11861 2005-02-27 Richard M. Stallman <rms@gnu.org>
11862
11863 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
11864
11865 * textmodes/flyspell.el (flyspell-mode-on):
11866 Call ispell-change-dictionary only if necessary.
11867
11868 * emacs-lisp/re-builder.el (regexp-builder): New function.
11869
11870 * register.el (describe-register-1): Explicitly handle
11871 yank-excluded-properties = t.
11872
11873 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
11874 (custom-magic-alist): Change the status descriptions again.
11875 (face widget-type): Total rewrite based on `restricted-sexp'
11876 to eliminate the confusing double hiding levels.
11877
11878 * emacs-lisp/debug.el (debug-on-entry-1):
11879 If function body is empty, add nil as body form.
11880
11881 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11882
11883 * emacs-lisp/trace.el (inhibit-trace): New var.
11884 (trace-make-advice): Use it.
11885
11886 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
11887
11888 2005-02-26 Kim F. Storm <storm@cua.dk>
11889
11890 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
11891 (mouse-on-link-p, mouse-drag-region-1): Use it.
11892
11893 2005-02-25 Lute Kamstra <lute@gnu.org>
11894
11895 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
11896
11897 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
11898
11899 * frame.el (blink-cursor-mode): Add :group keyword.
11900
11901 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
11902
11903 * calendar/icalendar.el (icalendar--decode-isodatetime):
11904 New optional argument DAY-SHIFT.
11905 (icalendar-export-region): Fix coding-system-for-write.
11906 (icalendar--convert-ical-to-diary): Shift end-day of all-day
11907 events by one.
11908
11909 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11910
11911 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
11912
11913 2005-02-24 Kim F. Storm <storm@cua.dk>
11914
11915 * international/iso-acc.el (iso-accents-compose): Fix crash
11916 during redisplay. Call force-window-update after read-event
11917 and delete-region to signal that window is not accurate.
11918
11919 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11920
11921 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
11922 Remove unused and inexistent var `inhibit-trace'.
11923 (debugger-mode): Use run-mode-hooks.
11924 (debugger-list-functions): Add buttons; setup xref stack.
11925
11926 2005-02-23 Richard M. Stallman <rms@gnu.org>
11927
11928 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
11929 appointment says it was explicitly made.
11930 (appt-add): Set the 3rd element.
11931 (appt-make-list): Preserve explicit appointments.
11932
11933 * subr.el (find-tag-default): Catch errors in forward-sexp.
11934
11935 2005-02-23 Juri Linkov <juri@jurta.org>
11936
11937 * info.el (Info-isearch-search): New defcustom.
11938 (Info-isearch-search): Call the default isearch function
11939 when Info-isearch-search is nil.
11940 (Info-isearch-wrap): Use variable Info-isearch-search.
11941
11942 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
11943
11944 * cus-edit.el: Comment change.
11945
11946 2005-02-22 Kim F. Storm <storm@cua.dk>
11947
11948 * progmodes/hideif.el (hide-ifdef-use-define-alist):
11949 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
11950
11951 2005-02-22 Simon Josefsson <jas@extundo.com>
11952
11953 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
11954 New variable.
11955 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
11956 Oskarsson" <myrkraverk@users.sourceforget.net>.
11957
11958 2005-02-22 Kim F. Storm <storm@cua.dk>
11959
11960 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
11961 check that window of that event is the selected window.
11962 (mouse-drag-region-1): Compare mouse event window to selected
11963 window before setting point.
11964
11965 * tooltip.el (tooltip-show-help-function): Pass event to
11966 mouse-on-link-p so it can check selected window.
11967
11968 2005-02-22 Kenichi Handa <handa@m17n.org>
11969
11970 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
11971 (ps-mule-show-warning): New function.
11972 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
11973 characters are found.
11974
11975 * ps-print.el (ps-header-footer-string): Return a list of header
11976 and footer strings.
11977
11978 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11979
11980 * pcvs.el (cvs-retrieve-revision): Fix thinko.
11981
11982 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11983
11984 * frame.el (blink-cursor-mode): Use define-minor-mode.
11985
11986 * term/mac-win.el (function-key-map): Use char-names more consistently.
11987 (file-name-coding-system): Only set it for MacOS-9. The other case is
11988 already handled in mule-cmds.el (where it also works when mac-win.el
11989 is not used).
11990
11991 2005-02-21 Kenichi Handa <handa@m17n.org>
11992
11993 * international/mule.el (ctext-pre-write-conversion): Always use
11994 " *code-converting-work*" buffer for work.
11995
11996 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
11997
11998 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
11999
12000 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
12001
12002 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
12003
12004 * ses.el (undo-more): Restore defadvice, but only the part that
12005 allows changes outside the restricted area of the buffer.
12006
12007 2005-02-20 Kim F. Storm <storm@cua.dk>
12008
12009 * simple.el (line-move): Add fourth optional arg try-vscroll which
12010 must be set to perform auto-window-vscroll.
12011 When moving backwards and doing auto-window-vscroll, automatically
12012 vscroll to the last part of lines which are taller than the window.
12013 (next-line, previous-line): Set try-vscroll arg on line-move.
12014
12015 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
12016
12017 * replace.el (query-replace, query-replace-regexp)
12018 (replace-string, replace-regexp): When operating on region, make
12019 the minibuffer prompt say so.
12020
12021 * isearch.el (isearch-forward): Document isearch-query-replace and
12022 isearch-query-replace-regexp keybindings.
12023
12024 2005-02-19 Jay Belanger <belanger@truman.edu>
12025
12026 * calc/calc-aent.el (math-read-token): Add local variable.
12027
12028 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
12029 (calc-edit-top): Move declaration to earlier in file.
12030 (calc-edit-macro-repeats): Add local variables.
12031
12032 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
12033 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
12034 calcFunc-tanh.
12035 Adjust integration rule for calcFunc-tan.
12036
12037 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12038
12039 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
12040 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
12041 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
12042 (viper-skip-separators): Bug fix.
12043 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
12044 particular major mode.
12045 (viper-del-backward-char-in-replace): Don't put deleted char on the
12046 kill ring.
12047
12048 * viper-ex.el (viper-color-display-p): New function.
12049 (viper-has-face-support-p): Use viper-color-display-p.
12050
12051 * viper-keym.el (viper-gnus-modifier-map): New keymap.
12052
12053 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
12054
12055 * viper-util.el (viper-glob-unix-files): Fix shell status check.
12056 (viper-file-remote-p): Make equivalent to file-remote-p.
12057
12058 * viper.el (viper-major-mode-modifier-list):
12059 Use viper-gnus-modifier-map.
12060
12061 2005-02-19 David Kastrup <dak@gnu.org>
12062
12063 * subr.el (subregexp-context-p): Fix garbled doc string by adding
12064 quoting.
12065
12066 2005-02-19 Jay Belanger <belanger@truman.edu>
12067
12068 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
12069 Remove extra definitions.
12070 (calc-coth): New function.
12071 (calcFunc-cot): Fix `let'.
12072
12073 2005-02-19 Eli Zaretskii <eliz@gnu.org>
12074
12075 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
12076 the reasons we use "type pc" in these faces.
12077
12078 * button.el (button): Ditto.
12079
12080 2005-02-19 Michael Mauger <mmaug@yahoo.com>
12081
12082 * replace.el (query-replace-read-from): Set the value of
12083 query-replace-from-history-variable to handle the case of an empty
12084 string entered to accept the suggested default.
12085
12086 * net/tramp.el (tramp-file-name-for-operation):
12087 Use dired-call-process instead of dired-call-process-command.
12088
12089 2005-02-19 Jay Belanger <belanger@truman.edu>
12090
12091 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
12092 (math-div-non-trig): New variables.
12093 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
12094 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
12095 (math-combine-prod, math-div-symb-fancy): Add simplifications for
12096 trig expressions.
12097
12098 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
12099
12100 * progmodes/gdb-ui.el (gdb-var-update-handler)
12101 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
12102 for watch expressions,
12103 (gdb-var-create-handler): Don't set speedbar-update-flag.
12104 (gdb-post-prompt): Simplify test for speedbar.
12105
12106 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12107
12108 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
12109 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
12110 we use the syntax table of the correct buffer.
12111 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
12112 Felix Gatzemeier.
12113
12114 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
12115 (ediff-file-remote-p): Make synonymous with file-remote-p.
12116 In all deffaces ediff-*-face-*, use min-colors.
12117
12118 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
12119 ediff-recurse-to-subdirectories.
12120 (ediff-mark-if-equal): Check that the arguments are strings, use
12121 ediff-same-contents (after to Felix Gatzemeier).
12122
12123 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
12124 nil.
12125
12126 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12127
12128 * log-view.el (log-view-message-re): Fix up Subversion regexp.
12129
12130 2005-02-18 David Kastrup <dak@gnu.org>
12131
12132 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
12133 use `mark-active' when defined.
12134
12135 2005-02-18 Kenichi Handa <handa@m17n.org>
12136
12137 * ps-print.el (ps-font-info-database): New entry
12138 ZapfChancery-MediumItalic with correct font name. Fix font name
12139 of the entry Zapf-Chancery-MediumItalic.
12140
12141 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
12142
12143 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
12144
12145 2005-02-16 Kim F. Storm <storm@cua.dk>
12146
12147 * ido.el (ido-fallback-command): Pass user input to fallback command.
12148
12149 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
12150
12151 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
12152 (gdb-find-file-hook): Add server prefix.
12153
12154 2005-02-16 Richard M. Stallman <rms@gnu.org>
12155
12156 * replace.el (perform-replace): Pass new args to replace-highlight.
12157 (replace-highlight): Take region args,
12158 and pass them to isearch-lazy-highlight-new-loop.
12159
12160 * novice.el (disabled-command-hook): Autoload the defalias
12161 and the make-obsolete-variable call.
12162
12163 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
12164
12165 * isearch.el (isearch-lazy-highlight-start-limit)
12166 (isearch-lazy-highlight-end-limit): New variables limit
12167 the region for highlighting.
12168 (isearch-lazy-highlight-new-loop): New args BEG and END.
12169 (isearch-lazy-highlight-search): Use the new vars.
12170 (isearch-lazy-highlight-update): Likewise.
12171
12172 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
12173
12174 * cus-start.el (all): Use default-boundp.
12175
12176 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
12177
12178 * menu-bar.el (menu-bar-select-frame): Handle current frame.
12179
12180 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
12181
12182 * autorevert.el (auto-revert-stop-on-user-input)
12183 (auto-revert-verbose): Doc fixes.
12184
12185 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
12186
12187 * international/mule-cmds.el (set-locale-environment): Remove call
12188 to set-selection-coding-system on Windows.
12189
12190 2005-02-15 Jay Belanger <belanger@truman.edu>
12191
12192 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
12193 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
12194 calcFunc-coth.
12195 (math-simplify-sqrt): Add simplifications.
12196
12197 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
12198 to list.
12199
12200 * calc/calc-ext.el: Add functions to autoloads.
12201
12202 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
12203 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
12204 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
12205 (math-csc-raw, math-cot-raw): New functions.
12206
12207 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
12208
12209 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
12210 the variable name in a message.
12211
12212 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
12213 calcFunc-csc, calcFunc-cot.
12214
12215 * calc/calcalg2.el: Add derivative and integration rules for
12216 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
12217 calcFunc-csch, calcFunc-coth.
12218 (math-do-integral-methods): Add to checks for when to use
12219 substitutions.
12220
12221 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
12222
12223 2005-02-15 Lute Kamstra <lute@gnu.org>
12224
12225 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12226 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
12227 <monnier@iro.umontreal.ca>
12228 (lisp-outline-level): Improve efficiency. Suggested by David
12229 Kastrup <dak@gnu.org>.
12230
12231 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
12232
12233 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
12234 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
12235 (gdb-set-gud-minor-mode-existing-buffers): New functions.
12236 (gdb-find-file-hook): New hook. Add it to find-file-hook.
12237 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
12238
12239 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
12240
12241 * cus-start.el (all): Comment change.
12242
12243 2005-02-14 Lute Kamstra <lute@gnu.org>
12244
12245 * cus-start.el (all): Check if symbol is void.
12246
12247 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
12248
12249 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12250 optional argument to \cite.
12251
12252 2005-02-14 Richard M. Stallman <rms@gnu.org>
12253
12254 * cus-edit.el (custom-buffer-create-internal): Update help message.
12255 (custom-magic-alist): Update help messages.
12256
12257 * cus-start.el (all): Allow a var to specify a standard value.
12258
12259 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
12260
12261 * custom.el (custom-theme-set-variables): Handle variable aliases.
12262
12263 * frame.el (blink-cursor-timer): Doc fix.
12264 (blink-cursor): Make it an alias for `blink-cursor-mode' and
12265 declare obsolete.
12266 (blink-cursor-mode): Define with defcustom and use correct
12267 standard expression in that defcustom.
12268 * startup.el (command-line): Adapt to above changes in frame.el.
12269
12270 2005-02-11 Lute Kamstra <lute@gnu.org>
12271
12272 * apropos.el (apropos-score-doc): Prevent division by zero.
12273
12274 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
12275
12276 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12277 (icalendar--get-event-property-attributes)
12278 (icalendar--get-event-properties)
12279 (icalendar--datetime-to-diary-date): New functions.
12280 (icalendar--split-value): Doc fix.
12281 (icalendar--datetime-to-noneuropean-date)
12282 (icalendar--datetime-to-european-date): New optional argument
12283 SEPARATOR. Return result as a string instead of a list.
12284 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12285 (icalendar--convert-string-for-export): Rename arg S to STRING.
12286 (icalendar-export-region): Doc fix. Change name of error buffer.
12287 Save output buffer.
12288 (icalendar-import-file): Add blank at end of prompt.
12289 (icalendar-import-buffer): Doc fix. Do not switch to error
12290 buffer. Indicate status in return value.
12291 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
12292 buffer. Save output buffer. Handle exception from recurrence
12293 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
12294 events. Fix problems with weekly all-day events.
12295
12296 2005-02-10 Richard M. Stallman <rms@gnu.org>
12297
12298 * simple.el (eval-expression-print-format):
12299 Avoid warning about edebug-active.
12300
12301 * help.el (help-for-help-internal): Rename from help-for-help.
12302 (help-for-help): Define with defalias.
12303
12304 * font-core.el (font-lock-default-function): Use with-no-warnings.
12305
12306 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12307
12308 * custom.el (defface): Doc fix.
12309
12310 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
12311
12312 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12313 width 0" to prevent word wrapping problems.
12314
12315 2005-02-09 Kim F. Storm <storm@cua.dk>
12316
12317 * ido.el (ido-file-extensions-order): New defcustom.
12318 (ido-file-extension-lessp, ido-file-extension-aux)
12319 (ido-file-extension-order): New advanced file ordering.
12320 (ido-file-lessp): New simple file ordering.
12321 (ido-sort-list): Remove.
12322 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12323 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12324
12325 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
12326
12327 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12328 that some versions of grep produce.
12329 (grep-mode-font-lock-keywords): Likewise.
12330
12331 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
12332
12333 * progmodes/gdb-ui.el (gdb-location-list): New variable.
12334 (gdb-cdir): Delete.
12335 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12336 (gdb-source-info): Treat case when source file is in another
12337 directory properly.
12338 (gdb-get-location): New function.
12339
12340 2005-02-07 Jay Belanger <belanger@truman.edu>
12341
12342 * calc/calc-prog.el (calc-write-parse-table-part)
12343 (calc-fix-token-name): Fix a check for language type.
12344
12345 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
12346
12347 2005-02-07 Andre Spiegel <spiegel@gnu.org>
12348
12349 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12350 as directory not writable.
12351
12352 2005-02-07 Kim F. Storm <storm@cua.dk>
12353
12354 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12355 (cua--standard-movement-commands): Remove list.
12356 Instead, set CUA property value to move for movement commands.
12357 (cua-movement-commands): Remove. Users must set CUA prop instead.
12358 (cua--pre-command-handler): Check CUA property.
12359 (cua--init-keymaps): Don't remap undo commands.
12360 (cua-mode): Don't call cua--rectangle-on-off.
12361
12362 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12363 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12364 (cua--rect-undo-set-point): New var.
12365 (cua--rectangle-undo-boundary): Setup undo apply entry.
12366 (cua--rect-undo-handler): New function for rectangle undo.
12367 (cua--rect-start-position, cua--rect-end-position): Add.
12368 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12369 for restored rectangle. Set point if cua--rect-undo-set-point.
12370
12371 2005-02-06 Jay Belanger <belanger@truman.edu>
12372
12373 * calc/calc-lang.el (calc-tex-language): Display more information
12374 in messages.
12375
12376 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12377 in TeX mode.
12378
12379 2005-02-06 Richard M. Stallman <rms@gnu.org>
12380
12381 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12382
12383 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12384
12385 * net/ldap.el (ldap-search-internal): Support attributes with
12386 optional descriptions separated by a semi-colon, as in
12387 "userCertificate;binary".
12388
12389 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12390
12391 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12392 isn't a cons (i.e. the version is 0).
12393
12394 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12395
12396 * help.el (help-for-help): Doc fix.
12397
12398 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12399
12400 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12401 GDB-Windows on the menu-bar as this works better.
12402
12403 2005-02-04 Jay Belanger <belanger@truman.edu>
12404
12405 * calc/calc-embed.el (calc-embedded-update): Don't put in
12406 unnecessary newlines. Adjust the end of formula marker.
12407
12408 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12409 (math-latex-parse-two-args): New function.
12410
12411 2005-02-03 Lute Kamstra <lute@gnu.org>
12412
12413 * help-fns.el (help-with-tutorial): Make sure that users cannot
12414 remove the entire text of the tutorial by means of `undo'.
12415
12416 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12417
12418 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12419 in recent changes, where the ispell process was repeatedly
12420 killed & restarted.
12421
12422 * international/mule-cmds.el (set-locale-environment): Set file-name
12423 coding system to utf-8 on Darwin systems.
12424 (set-default-coding-systems): Don't set default-file-name-coding-system
12425 on Darwin systems.
12426
12427 2005-02-03 Richard M. Stallman <rms@gnu.org>
12428
12429 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12430
12431 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12432
12433 * faces.el (list-faces-display): Add optional argument.
12434
12435 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12436
12437 * font-core.el (font-lock-default-function): Handle the rare case where
12438 only font-lock-keywords is set.
12439
12440 2005-02-02 Kenichi Handa <handa@m17n.org>
12441
12442 * international/characters.el: Cancel previous change for
12443 I-WITH-DOT-ABOVE and DOTLESS-i.
12444
12445 * international/latin-5.el: Cancel previous change.
12446
12447 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12448
12449 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12450
12451 2005-02-02 Kenichi Handa <handa@m17n.org>
12452
12453 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12454 DOTLESS-i.
12455
12456 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12457 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12458
12459 * case-table.el (get-upcase-table): New function.
12460 (copy-case-table): Copy upcaes table too if non-nil.
12461 (set-case-syntax-delims): Maintain upcase table too.
12462 (set-case-syntax-pair): Likewise.
12463 (set-upcase-syntax, set-downcase-syntax): New functions.
12464 (set-case-syntax): Maintain upcase table too.
12465
12466 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12467
12468 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
12469
12470 * progmodes/gud.el (gud-goto-info): New function.
12471 (gud-tool-bar-map): Use correct icon.
12472
12473 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12474
12475 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
12476 When delegating, order args in the funcall correctly.
12477
12478 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
12479
12480 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
12481
12482 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
12483
12484 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
12485 buffer not visiting a file.
12486
12487 2005-01-31 Jay Belanger <belanger@truman.edu>
12488
12489 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
12490 bound on the line with the formula.
12491
12492 2005-01-31 Kim F. Storm <storm@cua.dk>
12493
12494 * ses.el (ses-create-cell-variable-range)
12495 (ses-destroy-cell-variable-range, ses-reset-header-string)
12496 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
12497 (ses-insert-row): Fix format of apply undo entries.
12498
12499 2005-01-31 Jay Belanger <belanger@truman.edu>
12500
12501 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
12502 parts.
12503
12504 * calc/calc-embed.el (calc-embedded-open-formula)
12505 (calc-embedded-close-formula): Ignore matrix environments.
12506
12507 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
12508 TeX mode.
12509
12510 * calc/calc-lang.el (math-function-table, math-oper-table)
12511 (math-variable-table): Adjust the LaTeX portions.
12512
12513 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
12514 (math-latex-ignore-words): New constant.
12515
12516 2005-01-31 Richard M. Stallman <rms@gnu.org>
12517
12518 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
12519 (ispell-local-dictionary): Doc fix.
12520 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
12521 Don't reinitialize at run time. Don't defcustom.
12522 All uses changed to append ispell-local-dictionary-alist,
12523 or check it first.
12524 (ispell-current-dictionary): New variable for dictionary in use.
12525 (ispell-dictionary): Now used only for global default.
12526 (ispell-start-process): Set ispell-current-dictionary,
12527 not ispell-dictionary.
12528 (ispell-change-dictionary): Use this only for setting
12529 user preferences.
12530 (ispell-internal-change-dictionary): New function
12531 to change the current dictionary in use.
12532 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
12533 Use ispell-current-dictionary.
12534 Handle ispell-local-dictionary-overridden.
12535 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
12536
12537 2005-01-31 Jay Belanger <belanger@truman.edu>
12538
12539 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
12540
12541 * calc/calc-ext.el: Add calc-latex-language to autoloads.
12542 (calc-mode-map): Add calc-latex-language.
12543
12544 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
12545 (math-latex-print-frac): New functions.
12546 (math-oper-table, math-function-table, math-variable-table)
12547 (math-complex-format, math-input-filter): Add latex properties.
12548 (calc-set-language): Set math-expr-special-function-mapping.
12549
12550 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
12551 (calc-write-parse-table-part): Add LaTeX support.
12552
12553 * calc/calc.el (calc-language): Adjust docstring.
12554 (calc-set-mode-line): Add LaTeX support.
12555 (math-expr-special-function-mapping): New variable.
12556 (math-tex-ignore-words): Add to list.
12557
12558 * calc/calccomp.el (math-compose-expr, math-compose-rows):
12559 Add LaTeX support.
12560 (math-compose-expr): Add support for special functions.
12561
12562 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
12563
12564 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
12565
12566 * progmodes/gdb-ui.el (gdb-memory-address)
12567 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
12568 (gdb-memory-mode-map, gdb-memory-format-keymap)
12569 (gdb-memory-format-menu, gdb-memory-unit-keymap)
12570 (gdb-memory-unit-menu): New variables for a buffer
12571 that lets the user examine program memory.
12572 (gdb-memory-set-address, gdb-memory-set-repeat-count)
12573 (gdb-memory-format-binary, gdb-memory-format-octal)
12574 (gdb-memory-format-unsigned, gdb-memory-format-signed)
12575 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
12576 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
12577 (gdb-memory-unit-word, gdb-memory-unit-halfword)
12578 (gdb-memory-unit-byte, gdb-memory-unit-menu)
12579 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
12580 (gdb-memory-mode, gdb-memory-buffer-name)
12581 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
12582 New functions for above buffer.
12583
12584 2005-01-30 Richard M. Stallman <rms@gnu.org>
12585
12586 * cus-edit.el (custom-bury-buffer): Function deleted.
12587 (custom-buffer-done-function): Option deleted.
12588 (custom-buffer-done-kill): New (replacement option.
12589 (Custom-buffer-done): Call quit-window.
12590 (custom-buffer-create-internal): Update for above changes.
12591
12592 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
12593
12594 * simple.el (undo-ask-before-discard): New var.
12595 (undo-outer-limit-truncate): Implement it.
12596 (undo-extra-outer-limit): Doc update.
12597
12598 2005-01-29 Richard M. Stallman <rms@gnu.org>
12599
12600 * ses.el (undo-more): Delete defadvice.
12601 (ses-begin-change): Doc fix.
12602
12603 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
12604 instead of rebinding C-x u and C-_.
12605
12606 * files.el (normal-backup-enable-predicate): Return nil for files
12607 in /tmp, regardless of temporary-file-directory.
12608
12609 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
12610
12611 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
12612 (open-rectangle, delete-whitespace-rectangle-line)
12613 (clear-rectangle-line): If FILL, pass t instead of FILL
12614 for move-to-column's 2nd arg.
12615
12616 * simple.el (undo): Fix the test for continuing a series of undos.
12617 (undo-more): Set pending-undo-list to t when we reach end.
12618 (pending-undo-list): Move up defvar.
12619
12620 * wid-edit.el (widget-button-click):
12621 Shorten the range of the track-mouse binding.
12622
12623 * comint.el (comint-insert-input): Undo previous changes;
12624 use last-input-event in interactive spec.
12625
12626 2005-01-29 Eli Zaretskii <eliz@gnu.org>
12627
12628 * progmodes/compile.el (compilation-start): Bind buffer-read-only
12629 to nil before invoking call-process. Reset buffer's modified flag
12630 after fontifying it in the no-async branch.
12631
12632 * wid-edit.el (widget-specify-button): If mouse pointer shape
12633 cannot be changed, use mouse face instead.
12634
12635 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
12636
12637 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
12638 (gdb-goto-breakpoint): Make breakpoint handling work on template
12639 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
12640 (gdb-assembler-custom): Update to recognize breakpoint information
12641 added on 2005-01-19.
12642
12643 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
12644
12645 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
12646 (dsssl-mode): Use define-derived-mode.
12647 (scheme-mode-initialize): Remove.
12648 (scheme-mode): Use run-mode-hooks.
12649
12650 * cus-edit.el (customize-group-other-window)
12651 (custom-buffer-create-other-window): Don't override special-display-*.
12652 (custom-mode-map): Make it dense.
12653
12654 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
12655 sets the default value.
12656
12657 2005-01-28 Eli Zaretskii <eliz@gnu.org>
12658
12659 * descr-text.el: Add more keywords.
12660
12661 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12662
12663 * speedbar.el: Avoid unnecessary use of locate-library.
12664
12665 * international/mule-cmds.el (standard-display-european-internal):
12666 Don't fiddle with latin-1 non-break space any more since it's now
12667 special cased in the C code.
12668 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
12669
12670 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
12671
12672 * cus-start.el (all): Add `undo-outer-limit'.
12673
12674 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12675
12676 * textmodes/bibtex.el (bibtex-format-entry):
12677 Use `bibtex-empty-field-re' only on the text of fields, not on entire
12678 field lines.
12679 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
12680 not on part of a buffer.
12681
12682 2005-01-25 Lute Kamstra <lute@gnu.org>
12683
12684 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
12685 nonempty field text strings like "{letters\\macro{}more letters}".
12686 Clarify docstring.
12687 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
12688 (bibtex-entry-offset, bibtex-parse-association)
12689 (bibtex-parse-field-name): Fix typos in docstrings.
12690 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
12691
12692 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
12693
12694 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
12695 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
12696 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
12697 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
12698
12699 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
12700 isearch minor mode.
12701
12702 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
12703
12704 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
12705
12706 2005-01-24 Lute Kamstra <lute@gnu.org>
12707
12708 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
12709 CASECHARS and NOT-CASECHARS regular expressions of the
12710 "nederlands" and "nederlands8" dictionaries to prevent a "Range
12711 striding over charsets" error.
12712
12713 2005-01-24 Jay Belanger <belanger@truman.edu>
12714
12715 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
12716 display variable name.
12717
12718 2005-01-24 Kenichi Handa <handa@m17n.org>
12719
12720 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
12721 Fix setting of the element of encoded-kbd-iso2022-invocations.
12722
12723 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
12724
12725 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
12726 (gdb-threads-select): Change to also accept mouse events.
12727 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
12728 (gdb-threads-mouse-select): Delete.
12729
12730 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
12731
12732 * files.el (insert-directory): Take care of empty directory,
12733 listed without -a switch.
12734
12735 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12736
12737 * textmodes/refill.el (refill-post-command-function):
12738 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
12739 to the list of functions that we should be careful not to undo.
12740 (refill-late-fill-paragraph-function): Remove.
12741 (refill-saved-state): New var.
12742 (refill-mode): Use it to save fill-paragraph-function.
12743 Save also the value of auto-fill-function.
12744
12745 * term/w32-win.el: Simplify code.
12746
12747 2005-01-23 Kim F. Storm <storm@cua.dk>
12748
12749 * simple.el (line-move): Adapt to new return value from
12750 pos-visible-in-window-p.
12751
12752 * simple.el (line-move): Fix last change. Check partial
12753 visibility at point rather than at window-start.
12754
12755 2005-01-22 Jason Rumney <jasonr@gnu.org>
12756
12757 * term/w32-win.el (xw-defined-colors): Remove debug-message.
12758
12759 2005-01-22 David Kastrup <dak@gnu.org>
12760
12761 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
12762
12763 2005-01-22 Eli Zaretskii <eliz@gnu.org>
12764
12765 * type-break.el (type-break-mode): Add a test for
12766 type-break-file-name being non-nil.
12767
12768 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
12769
12770 * net/eudc.el (top level): Call (message "") via progn, so that
12771 eudc-options-file is loaded.
12772
12773 2005-01-22 Kim F. Storm <storm@cua.dk>
12774
12775 * simple.el (line-move-1): Rename from line-move.
12776 (line-move): New function that adjusts vscroll for partially
12777 visible rows, and calls line-move-1 otherwise.
12778
12779 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
12780
12781 * pcomplete.el: Define pcomplete-read-event instead of read-event,
12782 since it's not a complete read-event implementation
12783
12784 2005-01-20 Jay Belanger <belanger@truman.edu>
12785
12786 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
12787 for called function.
12788
12789 2005-01-20 Steven Tamm <steventamm@mac.com>
12790
12791 * term/mac-win.el (process-connection-type): Remove.
12792 Controlled now by s/darwin.h:PTY_ITERATION.
12793
12794 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12795
12796 * window.el (handle-select-window): Don't switch window when we're
12797 in the minibuffer.
12798
12799 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
12800
12801 * subr.el (dotimes-with-progress-reporter): New macro.
12802
12803 * ses.el (ses-dotimes-msg): Remove macro.
12804 Use `dotimes-with-progress-reporter' instead.
12805
12806 2005-01-19 Steven Tamm <steventamm@mac.com>
12807
12808 * term/mac-win.el (process-connection-type): Use new
12809 operating-system-release variable to use ptys on Darwin 7 (OS X
12810 10.3) when using carbon build.
12811
12812 2005-01-19 Jay Belanger <belanger@truman.edu>
12813
12814 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
12815 flags if the last command was a tab or M-tab.
12816
12817 * calc/calc-prog.el (calc-user-define-edit): Put original formula
12818 in formula editing buffer.
12819
12820 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12821
12822 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
12823 breakpoint image symbol in margin.
12824
12825 2005-01-19 Jay Belanger <belanger@truman.edu>
12826
12827 * calc/calc-prog.el (calc-execute-kbd-macro):
12828 Ignore calc-keep-arg-flag.
12829
12830 2005-01-19 Kenichi Handa <handa@m17n.org>
12831
12832 * textmodes/ispell.el (ispell-looking-at): New function.
12833 (ispell-process-line): Use ispell-looking-at to compare the ispell
12834 output and the buffer contents.
12835
12836 2005-01-18 Jay Belanger <belanger@truman.edu>
12837
12838 * calc/calc.el (calc-display-raw): Fix docstring.
12839
12840 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
12841
12842 * simple.el (blink-matching-open): Strip extra info from syntax.
12843
12844 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
12845 funny chars in the end-of-here-doc marker.
12846
12847 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
12848
12849 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
12850 that enable/disabled state of breakpoints is shown correctly in
12851 fringe and on ttys.
12852 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
12853 Add breakpoint information as text properties.
12854 (gdb-mouse-toggle-breakpoint):
12855 Rename to gdb-mouse-set-clear-breakpoint.
12856 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
12857 breakpoints in the margin.
12858 (gdb-remove-strings): Simplify.
12859
12860 2005-01-17 Jay Belanger <belanger@truman.edu>
12861
12862 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
12863 erasing buffer.
12864
12865 2005-01-17 Richard M. Stallman <rms@gnu.org>
12866
12867 * progmodes/grep.el (grep-find): Copy from `grep' the condition
12868 for calling grep-compute-defaults.
12869
12870 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
12871 if buffer is empty.
12872
12873 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
12874
12875 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
12876
12877 * hilit-chg.el (highlight-changes-mode): Don't autoload.
12878
12879 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
12880 non-preloaded variables.
12881
12882 2005-01-17 Steven Tamm <steventamm@mac.com>
12883
12884 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
12885 tex-shell cause to force interactivity when using pipes.
12886
12887 2005-01-17 Kim F. Storm <storm@cua.dk>
12888
12889 * simple.el (just-one-space): Make arg optional.
12890
12891 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
12892
12893 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
12894 posn-at-x-y to t to access left-margin.
12895
12896 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
12897
12898 Sync with Tramp 2.0.47.
12899
12900 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
12901 catching keep-date problems in cp/scp operations.
12902 (tramp-handle-copy-file): Don't call `set-file-modes'
12903 unconditionally. Specialized functions should know better what is
12904 necessary. This improves performance a little bit, and the
12905 functions could catch errors with `cp -p' and `scp -p'.
12906 (tramp-do-copy-or-rename-file-via-buffer)
12907 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
12908 when appropriate.
12909 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
12910 Call `set-file-modes' when appropriate.
12911 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
12912 Johnsson <isak@hypergene.com>
12913 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
12914 of both Tramp buffer and debug buffer. Reported by Joakim Verona
12915 <joakim@verona.se>
12916 (tramp-file-name-for-operation): Mark `shell-command' as magic for
12917 Emacs only.
12918
12919 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
12920 `find-file-hooks' and `dired-mode-hook'.
12921 (tramp-minor-mode-map): Respective map. Add remapping for
12922 `compile' and `recompile'.
12923 (tramp-remap-command, tramp-recompile): New defuns.
12924 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
12925 in buffer "*Compilation*". Call the commands asynchronously.
12926
12927 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
12928 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
12929 `shell-command', because it isn't magic in XEmacs. Reported by
12930 Adrian Aichner <adrian@xemacs.org>.
12931
12932 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12933 `substitute-in-file-name.
12934 (tramp-smb-handle-substitute-in-file-name): New defun.
12935 (tramp-smb-advice-PC-do-completion): Delete advice.
12936
12937 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
12938
12939 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
12940 Fix error in deleting region.
12941
12942 2005-01-15 Richard M. Stallman <rms@gnu.org>
12943
12944 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
12945 In non-temp buffer, switch syntax table temporarily.
12946
12947 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
12948
12949 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
12950
12951 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
12952
12953 * imenu.el (imenu--split-menu): Copy menulist before sorting.
12954 (imenu--generic-function): Use START, not BEG, as pos of definition.
12955
12956 * simple.el (just-one-space): Argument specifies number of spaces.
12957
12958 * simple.el (eval-expression-print-format): Avoid warning
12959 about edebug-active.
12960
12961 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
12962
12963 * progmodes/sh-script.el: Code copied from make-mode.el
12964 with small changes,
12965 (sh-mode-map): Bind C-c C-\.
12966 (sh-backslash-column, sh-backslash-align): New variables.
12967 (sh-backslash-region, sh-append-backslash): New functions.
12968
12969 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
12970
12971 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
12972 (rmail-pop-password, rmail-pop-password-required): Move to
12973 rmail-obsolete group.
12974 (rmail-set-pop-password): Rename to rmail-set-remote-password.
12975 All callers updated.
12976 (rmail-get-pop-password): Rename to rmail-get-remote-password.
12977 Take an argument specifying whether it is POP or IMAP mailbox we
12978 are using. All callers updated.
12979 (rmail-pop-password-error): Rename to
12980 rmail-remote-password-error. Added mailutils-specific error message.
12981 (rmail-movemail-search-path)
12982 (rmail-movemail-variant-in-use): New variables.
12983 (rmail-remote-password, rmail-remote-password-required):
12984 New customization variables.
12985 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
12986 (rmail-parse-url): New function.
12987 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
12988 with GNU mailutils movemail.
12989
12990 2005-01-15 Kevin Ryde <user42@zip.com.au>
12991
12992 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
12993 suffix to space, $ or '$, to correctly position point when going
12994 to @table style constants like DBL_MAX.
12995
12996 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
12997
12998 * type-break.el (type-break-mode, type-break-file-time)
12999 (type-break-file-keystroke-count, type-break-choose-file):
13000 Don't store data in or load data from the file if type-break-file-name
13001 is nil.
13002 (type-break-file-name): Doc update as per the above.
13003
13004 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
13005
13006 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
13007 lookup-key might return nil; handle that.
13008
13009 2005-01-15 Alan Mackenzie <acm@muc.de>
13010
13011 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
13012 rather than the element found, thus enabling the tree to be setcar'd.
13013
13014 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
13015
13016 * textmodes/org.el (org-show-following-heading): New option.
13017 (org-show-hierarchy-above): Use `org-show-following-heading'.
13018 (org-cycle): Documentation fix.
13019
13020 * textmodes/org.el (orgtbl-optimized): New option
13021 (orgtbl-mode): New command, a minor mode.
13022 (orgtbl-mode-map): New variable.
13023 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
13024 (orgtbl-error, orgtbl-self-insert-command)
13025 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
13026
13027 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
13028 a local variable in each org-mode buffer.
13029
13030 * textmodes/org.el (org-set-regexps-and-options): Rename from
13031 `org-set-regexps'. Added checking for STARTUP keyword.
13032 (org-get-current-options): Add STARTUP options.
13033 (org-table-insert-row): Make mode intelligent about when
13034 realignment is needed.
13035 (org-self-insert-command, org-delete-backward-char, org-delete-char):
13036 New commands.
13037 (org-enable-table-editor): New default value `optimized'.
13038 (org-table-blank-field): Support blanking regions if active.
13039
13040 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
13041
13042 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
13043 if the year is not given.
13044
13045 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
13046 Add new escapes %m and %M, fixed bug with %F by adding
13047 save-match-data.
13048 (reftex-reference): Remove ?. from list of spaces.
13049 (reftex-label-info): Add automatic label prefix recognition.
13050
13051 * textmodes/reftex-index.el (reftex-index-next-phrase):
13052 Add slave parameter to call of `reftex-index-this-phrase'.
13053 (reftex-index-this-phrase): New optional argument.
13054 (reftex-index-region-phrases): Add slave parameter to call of
13055 `reftex-index-this-phrase'.
13056 (reftex-display-index): New argument redo.
13057 (reftex-index-rescan): Add 'redo to arguments of
13058 `reftex-display-index'.
13059 (reftex-index-Rescan, reftex-index-revert)
13060 (reftex-index-switch-index-tag): Add 'redo to arguments of
13061 `reftex-display-index'.
13062 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
13063 indexing. Fix bug with matching is there is a quote before or
13064 after the word.
13065
13066 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
13067 Fix bug when collecting citation keys in lines with comments.
13068 (reftex-citation): Prefix argument no longer rescans the document,
13069 but forces prompting for optional arguments of cite macros.
13070 (reftex-do-citation): Prompting for optional arguments implemented.
13071
13072 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13073 Add optional arguments to most cite commands.
13074 (reftex-cite-cleanup-optional-args): New option
13075 (reftex-cite-prompt-optional-args): New option.
13076 (reftex-trust-label-prefix): New option.
13077
13078 * textmodes/reftex-toc.el (reftex-toc-find-section):
13079 Add push-mark before changing the position in the buffer.
13080
13081 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
13082 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
13083
13084 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
13085
13086 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
13087 more carefully.
13088
13089 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13090
13091 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
13092 (sgml-mode): Use it.
13093 (sgml-get-context): Better keep track of implicitly closed tags.
13094
13095 2005-01-13 Kenichi Handa <handa@m17n.org>
13096
13097 * textmodes/ispell.el: These changes are to fix misalignment error
13098 caused by equivalent characters of different Emacs charsets.
13099 (ispell-unified-chars-table): New variable.
13100 (ispell-get-decoded-string): New function.
13101 (ispell-get-casechars, ispell-get-not-casechars)
13102 (ispell-get-otherchars): Call ispell-get-decoded-string.
13103
13104 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13105
13106 * custom.el (custom-declare-variable): Just put symbol instead
13107 of (defvar . symbol) in `current-load-list'.
13108
13109 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13110
13111 * emacs-lisp/elint.el: Fixed typo in Commentary section.
13112
13113 2005-01-12 Jay Belanger <belanger@truman.edu>
13114
13115 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
13116 to create a Calc summary.
13117
13118 2005-01-12 Kim F. Storm <storm@cua.dk>
13119
13120 * mouse.el (mouse-on-link-p): Change functionality and doc
13121 string to comply with latest description in lisp ref.
13122
13123 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
13124
13125 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
13126 Enable mouse clicks on mode-line, header-line and margin.
13127 (event-type): Give mouse event symbols an 'event-kind property
13128 with value 'mouse-click.
13129
13130 2005-01-12 Juri Linkov <juri@jurta.org>
13131
13132 * facemenu.el (list-colors-display): Add new arg buffer-name.
13133 Use it. Fix docstring. Replace code for identifying duplicate
13134 colors by the name with call to `list-colors-duplicates' which
13135 identifies duplicate colors by the value unless the color
13136 is one of special Windows colors. Set truncate-lines to t.
13137 Print sorted duplicate color names on each line. Indent to 22
13138 \(the longest color name in rgb.txt) instead of 20. Optimize.
13139 (list-colors-duplicates): New function.
13140 (facemenu-color-name-equal): Delete function.
13141
13142 * facemenu.el (list-colors-print): New function created from code
13143 in list-colors-display. Print #RRGGBB at the window right edge.
13144 (list-colors-display): When temp-buffer-show-function is not
13145 defined, call list-colors-print from temp-buffer-show-hook
13146 to get the right value of window-width in list-colors-print
13147 after the buffer is displayed.
13148
13149 * simple.el (pop-mark): Move deactivate-mark out of conditional
13150 part to deactivate the active mark regardless of the state of the
13151 mark ring.
13152
13153 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
13154 variables line in desktop files.
13155
13156 2005-01-12 Juri Linkov <juri@jurta.org>
13157
13158 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
13159 Bring together isearch highlight related options.
13160 (lazy-highlight): Replace group `replace' by `matching'.
13161 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13162 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13163 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
13164 and declare them obsolete.
13165 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
13166 (isearch-faces): Remove defgroup.
13167 (isearch-overlay, isearch-highlight, isearch-dehighlight):
13168 Move isearch highlighting code closer to lazy highlighting code.
13169
13170 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
13171 (query-replace-highlight, query-replace-lazy-highlight)
13172 (query-replace): Move definitions to the beginning of the file.
13173
13174 2005-01-11 Juri Linkov <juri@jurta.org>
13175
13176 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
13177 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
13178 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
13179
13180 * info.el (Info-history-forward): New variable.
13181 (Info-select-node): Reset Info-history-forward to nil.
13182 (Info-last): Turn into defalias.
13183 (Info-history-back): Rename from Info-last.
13184 Add current node to Info-history-forward.
13185 (Info-history-forward): New fun.
13186 (Info-mode-map): Replace Info-last by Info-history-back.
13187 Bind Info-history-forward to "r".
13188 (Info-mode-menu): Replace Info-last by Info-history-back.
13189 Fix menu item text. Add menu item for Info-history-forward.
13190 (info-tool-bar-map): Replace Info-last by Info-history-back.
13191 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
13192 for Info-history-forward.
13193 (Info-mode): Replace Info-last by Info-history-back in docstring.
13194 Add local variable Info-history-forward.
13195 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
13196
13197 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
13198
13199 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
13200 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
13201 Ignore select-window events rather than fiddle with
13202 mouse-autoselect-window.
13203
13204 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
13205
13206 * type-break.el (type-break-mode): Fix previous change.
13207
13208 2005-01-10 Jay Belanger <belanger@truman.edu>
13209
13210 * calc/calc-ext.el (calc-reset): Reset when inside embedded
13211 calculator; only reset when point is inside a calculator.
13212 Don't adjust the window height if the window takes up the whole height
13213 of the frame.
13214
13215 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
13216
13217 * ebuff-menu.el (Electric-buffer-menu-mode):
13218 Preserve value of buffer-local var header-line-format.
13219
13220 2005-01-09 Jay Belanger <belanger@truman.edu>
13221
13222 * calc/calc.el (calc-mode-var-list-restore-saved-values):
13223 Make sure settings file exists before accessing it.
13224
13225 * calc/calc-embed.el (calc-embedded-subst):
13226 Replace math-multi-subst-rec, which is only supposed to be called
13227 by math-multi-subst, by math-multi-subst.
13228
13229 2005-01-09 Andre Spiegel <spiegel@gnu.org>
13230
13231 * vc.el (vc-allow-async-revert): New user option.
13232 (vc-disable-async-diff): New internal variable.
13233 (vc-revert-buffer): Use them to disable asynchronous diff.
13234
13235 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
13236 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
13237 asynchronously if vc-disable-async-diff is t.
13238
13239 2005-01-09 Jay Belanger <belanger@truman.edu>
13240
13241 * calc/calc.el (defcalcmodevar): New macro.
13242 (calc-mode-var-list-restore-default-values)
13243 (calc-mode-var-list-restore-saved-values): New functions.
13244 (calc-mode-var-list): Use defcalcmodevar to define it.
13245 (calc-always-load-extensions, calc-line-numbering)
13246 (calc-line-breaking, calc-display-just, calc-display-origin)
13247 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13248 (calc-group-char, calc-point-char, calc-frac-format)
13249 (calc-prefer-frac, calc-hms-format, calc-date-format)
13250 (calc-float-format, calc-full-float-format, calc-complex-format)
13251 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13252 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13253 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13254 (calc-matrix-brackets, calc-language, calc-language-option)
13255 (calc-left-label, calc-right-label, calc-word-size)
13256 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13257 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13258 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13259 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13260 (calc-window-height, calc-display-trail, calc-show-selections)
13261 (calc-use-selections, calc-assoc-selections)
13262 (calc-display-working-message, calc-auto-why, calc-timing)
13263 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13264 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13265 (calc-gnuplot-default-device, calc-gnuplot-default-output)
13266 (calc-gnuplot-print-device, calc-gnuplot-print-output)
13267 (calc-gnuplot-geometry, calc-graph-default-resolution)
13268 (calc-graph-default-resolution-3d, calc-invocation-macro)
13269 (calc-show-banner): Use defcalcmodevar to declare them and set
13270 their default values.
13271
13272 * calc/calc-ext.el (calc-reset): Restore saved values of variables
13273 instead of default values (but restore default values if there is
13274 an argument of 0).
13275
13276 2005-01-09 David Kastrup <dak@gnu.org>
13277
13278 * desktop.el (desktop-restore-eager): Fix typo in type.
13279
13280 2005-01-08 Richard M. Stallman <rms@gnu.org>
13281
13282 * cus-edit.el (customize): Delete :link.
13283
13284 2005-01-08 Jay Belanger <belanger@truman.edu>
13285
13286 * calc/calc.el (calc-mode): Remove the extension from the
13287 `calc-settings-file' file name when loading it.
13288
13289 2005-01-08 Kim F. Storm <storm@cua.dk>
13290
13291 * info.el (Info-mode-map, Info-next-link-keymap)
13292 (Info-prev-link-keymap, Info-up-link-keymap):
13293 Map follow-link to mouse-face.
13294 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13295
13296 2005-01-08 Jay Belanger <belanger@truman.edu>
13297
13298 * calc/calc.el (calc-settings-file): Change default value.
13299 Suggested by cgw in a comment in calc-mode.el.
13300
13301 * calc/calc-mode.el (calc-settings-file-name):
13302 Compare calc-settings-file to user-init-file instead of ~/.emacs.
13303 Replace ~/.emacs in a prompt by calc-settings-file.
13304
13305 2005-01-07 Lars Hansen <larsh@math.ku.dk>
13306
13307 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13308 (desktop-lazy-idle-delay): New customizable variables.
13309 (desktop-buffer-args-list): New variable.
13310 (desktop-append-buffer-args): New function.
13311 (desktop-save): Call desktop-append-buffer-args for some buffers.
13312 (desktop-lazy-create-buffer): New function.
13313 (desktop-idle-create-buffers): New function.
13314 (desktop-read): Add message about buffers to restore lazily.
13315 (desktop-lazy-abort): New command.
13316 (desktop-clear): Call desktop-lazy-abort.
13317 (desktop-lazy-complete): New command.
13318
13319 2005-01-06 Richard M. Stallman <rms@gnu.org>
13320
13321 * emacs-lisp/find-func.el (find-face-definition):
13322 Rename from find-face.
13323
13324 2005-01-06 Kim F. Storm <storm@cua.dk>
13325
13326 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13327
13328 * man.el (Man-xref-man-page, Man-xref-header-file)
13329 (Man-xref-normal-file): Add follow-link property.
13330
13331 2005-01-06 Jay Belanger <belanger@truman.edu>
13332
13333 * calc/calc-units.el: Make sure the proper macro definitions are
13334 available when compiling.
13335
13336 2005-01-06 Juri Linkov <juri@jurta.org>
13337
13338 * isearch.el (isearch-lazy-highlight-update):
13339 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
13340
13341 2005-01-06 Miles Bader <miles@gnu.org>
13342
13343 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
13344 (isearch-lazy-highlight-face): Use new name.
13345
13346 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13347
13348 * uniquify.el (uniquify-rationalize-file-buffer-names):
13349 Re-add an interactive spec.
13350 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13351 to the same name.
13352
13353 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13354 (isearch-update, isearch-done): Adjust calls accordingly.
13355
13356 2005-01-05 Richard M. Stallman <rms@gnu.org>
13357
13358 * custom.el (custom-set-variables, custom-theme-set-variables):
13359 Clarify documentation.
13360
13361 * emacs-lisp/find-func.el (find-variable)
13362 (find-variable-other-window, find-variable-other-frame):
13363 Fix the TYPE args to find-function-read and find-function-do-it.
13364 (find-function): Doc fix.
13365 (find-function-at-point): Replace function-at-point alias.
13366
13367 2005-01-04 Richard M. Stallman <rms@gnu.org>
13368
13369 * cus-face.el (custom-declare-face):
13370 Record defface in current-load-list.
13371
13372 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13373
13374 * emacs-lisp/find-func.el: Doc fixes.
13375 (find-face-regexp): New variable.
13376 (find-function-regexp-alist): New variable.
13377 (find-function-C-source): Third arg is now TYPE.
13378 (find-function-search-for-symbol): Handle general TYPE.
13379 (find-function-read, find-function-do-it): Handle general TYPE.
13380 (find-definition-noselect, find-face): New functions.
13381 (function-at-point): Alias deleted.
13382
13383 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13384
13385 * battery.el (display-battery-mode): Rename from display-battery.
13386 Handle the case where it gets turned off.
13387
13388 2005-01-04 Richard M. Stallman <rms@gnu.org>
13389
13390 * cus-edit.el (customize): Make :link point to user doc.
13391
13392 * man.el (Man-fontify-manpage): Turn off undo generation.
13393
13394 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13395
13396 2005-01-04 Andreas Schwab <schwab@suse.de>
13397
13398 * files.el (insert-directory): Only look for error lines in
13399 inserted text. Don't move too far after processing --dired markers.
13400
13401 2005-01-04 Richard M. Stallman <rms@gnu.org>
13402
13403 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13404 Don't expand if the character is @, period, dash, etc.
13405 (define-mail-abbrev): Quote names that contain problem characters.
13406
13407 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13408
13409 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13410
13411 2005-01-03 Richard M. Stallman <rms@gnu.org>
13412
13413 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13414 (query-replace-highlight, query-replace-lazy-highlight)
13415 (query-replace): Definitions moved up. Doc fix.
13416
13417 2005-01-03 Richard M. Stallman <rms@gnu.org>
13418
13419 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13420 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13421 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13422 (lazy-highlight-face): Rename from isearch-lazy-...
13423 Change all references to them.
13424
13425 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13426
13427 * cus-edit.el (custom-file): Doc fix for defcustom.
13428 (custom-file): The function no longer sets the variable
13429 `custom-file' to its return value.
13430
13431 * startup.el (command-line): No longer load `custom-file'.
13432
13433 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13434
13435 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13436
13437 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13438 Don't confuse module-prefixed identifiers for labels.
13439 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13440
13441 2005-01-02 Richard M. Stallman <rms@gnu.org>
13442
13443 * files.el (basic-save-buffer-1): Fix previous change.
13444
13445 * loadhist.el (file-loadhist-lookup): New function.
13446 (file-provides, file-requires): Use it.
13447
13448 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13449 instead of calculating the right size.
13450
13451 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13452
13453 * vc-svn.el (vc-svn-diff): Stay local if possible.
13454
13455 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13456
13457 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13458
13459 * files.el (hack-local-variables): Fix last change.
13460
13461 2005-01-02 Jay Belanger <belanger@truman.edu>
13462
13463 * calc/calc-yank.el (calc-edit-top): New variable.
13464 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13465 object. Change header properties.
13466 (calc-edit-finish, calc-edit-finish-stack-object)
13467 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
13468 edited object.
13469 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
13470 for the beginning of the edited object.
13471 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
13472 for the beginning of the edited object.
13473 * calc/calc-prog.el (calc-edit-macro-finish-edit)
13474 (calc-finish-formula-edit, calc-macro-repeats)
13475 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
13476 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
13477 beginning of the edited object.
13478 (calc-user-define-edit): Change the header for editing macros.
13479 Remove unnecessary variable.
13480
13481 2005-01-01 Jay Belanger <belanger@truman.edu>
13482
13483 * calc/calc-yank.el (calc-edit-mode): Change default header.
13484 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
13485 * calc/calc-store.el (calc-edit-variable): Change title to match new
13486 header.
13487 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
13488 mode to match new header.
13489 (calc-user-define-edit): Change titles to include names of commands.
13490 (calc-finish-formula-edit): Adjust to handle new header.
13491 (calc-finish-macro-edit): Remove.
13492 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
13493 (calc-edit-macro-command, calc-edit-macro-command-type)
13494 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
13495 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
13496 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
13497 (calc-edit-macro-finish-edit): New functions.
13498 (calc-user-define-edit): Use new functions to edit named calc macros.
13499
13500 2005-01-01 Stefan <monnier@iro.umontreal.ca>
13501
13502 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
13503
13504 * ses.el (copy-region-as-kill): Deactivate mark.
13505
13506 2005-01-01 Richard M. Stallman <rms@gnu.org>
13507
13508 * replace.el (occur-1): If the output buffer is also an input,
13509 don't kill it, rename it.
13510
13511 * faces.el (set-face-background, set-face-foreground): Doc fix.
13512
13513 * cus-face.el (custom-face-attributes): Fix :help-echo strings
13514 for :foreground and :background.
13515
13516 * dired.el (dired-view-command-alist): Variable deleted.
13517 (dired-view-file, dired-mouse-find-file-other-window):
13518 Delete the code to use it.
13519
13520 2005-01-01 Kim F. Storm <storm@cua.dk>
13521
13522 * image.el (insert-sliced-image): Use t for line-height property.
13523
13524 See ChangeLog.11 for earlier changes.
13525
13526 ;; Local Variables:
13527 ;; coding: iso-2022-7bit
13528 ;; End:
13529
13530 Copyright (C) 2005 Free Software Foundation, Inc.
13531 Copying and distribution of this file, with or without modification,
13532 are permitted provided the copyright notice and this notice are preserved.
13533
13534 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1