(substring_both): Add missing address operator.
[bpt/emacs.git] / lisp / ChangeLog
1 2006-11-24 Lars Hansen <larsh@soem.dk>
2 * net/tramp.el (tramp-default-method): Under Windows, change from
3 plink to pscp.
4 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
5 (tramp-actions-copy-out-of-band): Add pair (tramp-copy-failed-regexp
6 tramp-action-copy-failed).
7 (tramp-action-out-of-band): Move "Permission denied" handling to
8 tramp-action-copy-failed.
9 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
10 process buffer.
11
12 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
15 strings to a single string. Quote `errors-file-name'.
16 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
17 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
18 Adjust calls. Use `shell-quote-argument'.
19
20 * international/mule.el (load-with-code-conversion)
21 (with-category-table): Use with-current-buffer.
22 (after-insert-file-set-coding): Use restore-buffer-modified-p.
23
24 2006-11-24 Eli Zaretskii <eliz@gnu.org>
25
26 * mail/smtpmail.el (smtpmail-send-it):
27 Copy buffer-file-coding-system from the mail buffer. Possibly add a
28 MIME header for the message encoding.
29 Bind coding-system-for-write around the call to mail-do-fcc.
30 Use smtpmail-code-conv-from to encode queued mail messages.
31
32 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
33
34 * tabify.el (tabify-regexp): Doc fix.
35
36 * net/rcirc.el (rcirc-buffer-maximum-lines):
37 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
38
39 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
40 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
41 Fix typos in output messages.
42 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
43
44 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
45
46 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
47 the horse's mouth.
48 (hexlify-buffer): Don't re-encode an arg that's already encoded.
49
50 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
51
52 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
53 Remove condition-case.
54
55 2006-11-23 Glenn Morris <rgm@gnu.org>
56
57 * progmodes/f90.el (f90-comment-indent): Do not move point in
58 default case.
59
60 2006-11-21 Romain Francoise <romain@orebokech.com>
61
62 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
63 from library name (reverts change of 2005-10-25).
64
65 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
66
67 * tutorial.el (tutorial--default-keys): Add newline and
68 delete-backward-char bindings.
69 (tutorial--detailed-help): Save excursion when finding keys.
70 Correct warning string for M-x FOO case.
71 (tutorial--display-changes): Print special keys in tutorial style.
72 Tweak search regexp for changed keys.
73
74 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
75
76 * thingatpt.el (thing-at-point-url-at-point): Don't add a
77 redundant scheme.
78
79 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
80
81 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
82 are new to the list at IANA. Also added irc, mms, mmsh.
83
84 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
85
86 * progmodes/idlw-help.el (idlwave-html-help-location):
87 Fail gracefully for missing help packages.
88 (idlwave-help-assistant-open-link): Open full links.
89 (idlwave-help-assistant-help-with-topic): Direct help link.
90
91 * progmodes/idlwave.el (idlwave-mode):
92 Set add-log-current-defun-function.
93 (idlwave-current-routine-fullname): Add, to support add-log.
94 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
95 to reflect improvements to xml-parse-file.
96 (idlwave-mode-menu-def): New binding for help-with-topic.
97
98 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
99 Handle extra newlines and spaces.
100 (idlwave-shell-mode-map): Add help-with-topic.
101
102 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
103
104 * tutorial.el (tutorial-warning-face): New face.
105 (tutorial--detailed-help, tutorial--display-changes): Use it.
106 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
107 Improve search pattern for occurrences of changed keys.
108
109 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
110
111 * term/x-win.el (x-last-cut-buffer-coding): New variable.
112 (x-select-text): Set it.
113 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
114 when checking for newness.
115
116 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
117
118 * subr.el (posn-image):
119 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
120
121 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
122
123 2006-11-19 Micha\e,bk\e(Bl Cadilhac <michael.cadilhac@lrde.org>
124
125 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
126 Exceptions to the rule "add a space between an identifier and an
127 opening parenthesis". Defaulted to the `#define' problem of cpp.
128 (glasses-parenthesis-exception-p): New. Check if the region is an
129 exception regarding to that.
130 (glasses-make-readable): Use it.
131 (glasses-convert-to-unreadable): Ditto. Modify the file also if
132 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
133
134 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
135
136 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
137
138 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
139
140 * progmodes/ada-mode.el (ada-make-body): Fix typo.
141
142 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
143 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
144
145 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
146
147 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
148 conditions for function or variable bindings.
149
150 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
151
152 * progmodes/compile.el (compilation-start): Ditto.
153
154 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
155
156 * net/tramp.el (top): cl and custom are always required.
157
158 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
159
160 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
161 cut-buffers with next-selection-coding-system if not nil.
162
163 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
164
165 * textmodes/org.el (org-fix-decoded-time): New function.
166 (org-display-custom-time): Use `org-fix-decoded-time'.
167
168 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
169
170 * menu-bar.el (menu-bar-games-menu): Remove yow.
171
172 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
173
174 * textmodes/org.el (org-scan-tags): Re-align code fixed.
175 (org-detach-overlay): Rename from `org-detatch-overlay'.
176 (org-table-convert-region): Insert space after column separator.
177 (org-agenda-kill): New command.
178 (org-metaleft): Call `org-outdent-item' on bullets.
179 (org-metaright): Call `org-indent-item' on bullets.
180 (org-timestamp-change): Set `org-last-changed-timestamp'.
181 (org-current-line): Make sure (bolp) returns correct result.
182 (org-agenda-change-all-lines): Make sure TODO are highlighted.
183
184 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
185
186 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
187
188 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
189
190 * mouse.el (global-map): Change 2006-08-16 fix to call
191 mouse-yank-at-click explicitly, since mouse events are not carried
192 over into keyboard macros.
193
194 2006-11-16 Kim F. Storm <storm@cua.dk>
195
196 * ido.el (ido-file-internal): Use current buffer's file name as default
197 choice for ido-find-alternate-file. Suggested by Matt Hodges.
198
199 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
200
201 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
202 (allout-inhibit-aberrance-doublecheck): Rename from
203 allout-during-yank-processing. All callers changed.
204 (allout-ascend): Provide for unusual case where some topic after
205 the first in file is at lower depth than the first.
206 (allout-shift-in): Ensure the offspring of the new containing
207 topic are exposed.
208 (allout-encrypt-string): Preserve the coding-system of the text,
209 according to that of the containing buffer.
210 (allout-toggle-subtree-encryption): When the text being encrypted
211 requires a different coding system, offer to preserve the coding
212 system using a file local var.
213
214 2006-11-15 Simon Marshall <simon@gnu.org>
215
216 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
217 to recognise "T t()" as a function declaration, rather than a
218 variable instantiation, iff at the top-level or inside a class
219 declaration. Suggested by Feng Li <fengli@gmail.com>.
220
221 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
222
223 * progmodes/ada-xref.el (ada-parse-prj-file):
224 Don't delete project buffer; user may want to edit it.
225 (ada-xref-set-project-field, ada-xref-current-project-file)
226 (ada-xref-current-project, ada-show-current-project)
227 (ada-set-main-compile-application): New functions.
228 (ada-xref-get-project-field, ada-require-project-file):
229 Normalize use of ada-prj-default-project-file.
230 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
231 Normalize use of ada-require-project-file.
232 (ada-prj-find-prj-file): Improve doc string, comments.
233
234 * progmodes/ada-mode.el (ada-mode-version): Bump version.
235 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
236 (ada-create-menu): Add ada-set-main-compile-application,
237 ada-show-current-main, ada-show-current-project.
238
239 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
242 (inferior-python-mode): Use it.
243
244 2006-11-14 Andreas Schwab <schwab@suse.de>
245
246 * term/xterm.el (terminal-init-xterm): Add more key bindings.
247
248 2006-11-13 Kim F. Storm <storm@cua.dk>
249
250 * ido.el (ido-copy-current-word): C-o copies region if active.
251
252 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
253
254 * textmodes/org.el (org-emph-face): Fix typo in variable name.
255
256 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
257
258 * ediff.el (ediff-revision):
259 * files.el (set-visited-file-name):
260 * mail/rmailout.el (rmail-output-body-to-file):
261 Use `format', not `message', in `y-or-n-p' call.
262
263 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
264
265 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
266 (org-metaright): Call `org-indent-item' on bullets.
267 (org-timestamp-change): Set `org-last-changed-timestamp'.
268 (org-current-line): Make sure (bolp) returns correct result.
269 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
270
271 2006-11-12 Richard Stallman <rms@gnu.org>
272
273 * language/european.el (turkish-case-conversion-enable)
274 (turkish-case-conversion-disable): New functions.
275 ("Turkish" lang env): Use them.
276
277 * international/characters.el (case table):
278 Do nothing special for i and I.
279
280 * subr.el (remove-overlays): Fix last change.
281
282 * cus-edit.el (custom-save-all): Use find-file-visit-truename
283 for visiting the custom file.
284
285 2006-11-12 Markus Triska <triska@gmx.at>
286
287 * play/handwrite.el (handwrite): Also process lines not ending
288 with newline. Replace some position-fiddling with different
289 logic. Improve performance.
290
291 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
292
293 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
294 replacing deleted variable `ada-check-switch'.
295 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
296 (ada-xref-project-files): Improve doc string.
297 (ada-find-executable): New function.
298 (ada-initialize-runtime-library): Use `ada-find-executable'.
299 (ada-xref-set-default-prj-values): In compile commands, don't need
300 `ada-cd-command'; `compile' does that more portably.
301 Use ada-prj-default-check-cmd.
302 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
303 properties if not specified in project file.
304 (ada-goto-declaration): Display useful message for new error
305 'error-file-not-found.
306 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
307 'error-file-not-found.
308 (ada-get-all-references): Match latest ali syntax. Signal new
309 error 'error-file-not-found.
310 (ada-find-in-ali): Match latest ali syntax.
311 (ada-make-filename-from-adaname): Handle different semantics of
312 gnatkr in GNAT 3.15p vs later.
313
314 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
315 ada-procedure-start-regexp.
316 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
317
318 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
319 with defvar.
320 (ada-language-version): Rename ada05 -> ada2005.
321 (ada-align-region-separate): Add `eval-when-compile'.
322 (ada-name-regexp): Remove unneeded escapes in regexp character
323 alternative.
324 (ada-compile-goto-error-file-linenr-re): New constant.
325 (ada-matching-start-re): Handle additional cases `declare',
326 `procedure', `function'.
327 (ada-compile-goto-error): Handle "... at line nn".
328 (ada-mode): Clearer syntax, comments for ff-special-constructs.
329 Delete support for old versions of `align'.
330 (ada-search-prev-end-stmt): Handle additional keyword `private'.
331 (ada-check-defun-name): Simplify handling of `declare'.
332 (ada-goto-matching-start): Handle nested `begin ... end'.
333 Handle `declare', `protected', `procedure', `function'.
334 (ada-create-menu): Presence of arm95 is not conditional on using
335 GNAT compiler.
336
337 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
338
339 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
340 nil in the *RE-Builder* buffer (it causes spurious error messages).
341
342 * server.el (server-visit-files): If `minibuffer-auto-raise' has
343 been set to t, respect it.
344
345 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
346
347 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
348 Delete commented out code for old Emacs versions. Autoloading of
349 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
350 (ada-mode-version): Bump version number.
351 (ada-95-string-keywords, ada-2005-string-keywords)
352 (ada-2005-keywords, ada-name-regexp): New constant.
353 (ada-language-version, ada-procedure-start-regexp, ada-mode)
354 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
355 (ada-package-start-regexp): Support private packages, include package
356 name (for ada-set-point-accordingly).
357 (ada-next-procedure, ada-previous-procedure)
358 (ada-which-function-are-we-in): Match changes to
359 ada-procedure-start-regexp.
360 (ada-make-body): Make non-interactive; not a user function.
361 (ada-make-subprogram-body): Improve doc string.
362
363 2006-11-11 Romain Francoise <romain@orebokech.com>
364
365 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
366 `compilation-error-regexp-alist' buffer-local, since we changed
367 `compilation-error-regexp-alist-alist' locally.
368
369 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
370
371 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
372 to the value of `server-raise-frame'.
373
374 2006-11-11 Glenn Morris <rgm@gnu.org>
375
376 * ido.el (ido-enable-prefix)
377 * ses.el (ses-call-printer-return)
378 * net/tramp.el (tramp-unified-filenames)
379 * progmodes/cc-align.el (c-lineup-string-cont)
380 * progmodes/compile.el (compilation-directory-matcher)
381 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
382 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
383 (vhdl-clock-rising-edge)
384 * textmodes/org.el (org-export-with-timestamps)
385 (org-export-remove-timestamps-from-toc)
386 (org-export-with-tags): Improve previous doc fixes.
387
388 2006-11-11 Richard Stallman <rms@gnu.org>
389
390 * textmodes/flyspell.el (flyspell-mode-map):
391 Bind C-c $ instead of M-RET.
392
393 2006-11-10 Simon Marshall <simon@gnu.org>
394
395 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
396 fontification for "case" and "default" keywords.
397
398 2006-11-10 Andreas Schwab <schwab@suse.de>
399
400 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
401 Avoid starting sentence with "nil".
402
403 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
404
405 * server.el (server-raise-frame): New option.
406 (server-switch-buffer): Use it.
407
408 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
409
410 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
411 with a capital.
412
413 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
414
415 * textmodes/org.el (org-show-hierarchy-above)
416 (org-show-following-heading): Fix typo in default value.
417 (org-scan-tags): Make the search case-sensitive.
418 (org-tags-sparse-tree): Don't overrule
419 `org-show-following-heading' and `org-show-hierarchy-above'.
420 (org-reveal): New command.
421 (org-show-context): Rename from `org-show-hierarchy-above'.
422 (org-fast-tag-selection-single-key): New option.
423 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
424 (org-tags-overlay): New variable.
425 (org-agenda-todo-ignore-deadlines): New option.
426 ("session"): Add circular data structure `org-mark-ring' to
427 exceptions list in session.el.
428 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
429 New options.
430 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
431 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
432 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
433 (org-finalize-agenda): Activate bracket links in agenda.
434 (org-at-timestamp-p, org-at-date-range-p): Additional argument
435 INACTIVE-OK.
436 (org-show-hierarchy-above, org-show-following-heading):
437 List values allowed for fine-tuned configuration.
438 (org-show-hierarchy-above): New argument CONTEXT, use the
439 fine-tuned settings in `org-show-hierarchy-above' and
440 `org-show-following-heading'.
441 (org-display-custom-time): New function.
442 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
443 (org-display-custom-times, org-time-stamp-custom-formats):
444 (org-maybe-intangible): New macro.
445 (org-activate-bracket-links, org-hide-wide-columns):
446 Use `org-maybe-intangible'.
447 (org-open-file): Use `shell-quote-argument'.
448 (org-display-internal-link-with-indirect-buffer): New option.
449 (org-file-remote-p): Get regexp from list.
450 (org-link-expand-abbrev): New function.
451 (org-link-abbrev-alist): New option.
452 (org-open-at-point, org-cleaned-string-for-export):
453 Call `org-link-expand-abbrev'.
454 (org-timeline, org-agenda-list, org-todo-list)
455 (org-tags-view): Remove the KEEP-MODES argument.
456 (org-finalize-agenda-hook): New hook.
457 (org-get-alist-option): New function.
458 (org-follow-timestamp-link): New function.
459 (org-open-at-point): Call `org-follow-timestamp-link'.
460 (org-log-note-marker, org-log-note-purpose)
461 (org-log-note-window-configuration): New variables.
462 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
463 (org-log-note-headings): New option.
464 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
465 (org-store-link): Support for dired-mode.
466 (org-open-file): Substitute environment variables into filename.
467 (org-last): New defsubst.
468 (org-agenda-re-align-tags): New function.
469 (org-agenda-align-tags-to-column): New option.
470 (org-agenda-timeline): Group removed.
471 (org-prepare-agenda, org-prepare-agenda-buffers)
472 (org-run-agenda-series, org-timeline, org-agenda-list)
473 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
474 the text property inticating the agenda type.
475 (org-agenda-post-command-hook): Get agenda type from text property
476 at point.
477 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
478 and obey `org-agenda-overriding-arguments'.
479 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
480 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
481 (org-agenda-week-view, org-agenda-day-view):
482 Use `org-agenda-overriding-arguments' to make updating work with
483 multi-block agendas.
484 (org-agenda-prefix-format): Allow different formats for the
485 different agenda entry types.
486 (org-timeline-prefix-format): Option removed, use
487 `org-agenda-prefix-format' instead.
488 (org-prepare-agenda): New function.
489 (org-select-timeline-window): Option removed, use
490 `org-select-agenda-window' instead.
491 (org-respect-restriction): Variable removed.
492 (org-cmp-tag): New function.
493 (org-agenda-sorting-strategy, org-entries-lessp):
494 Implement sorting by last tag.
495 (org-complete): Better completion in in-buffer option lines.
496 (org-in-item-p): New function.
497 (org-org-menu): Add entries for checkboxes.
498 (org-cycle): Extra brouping in outline-regexp, because it is used
499 in a search with "^" prepended.
500 (org-provide-checkbox-statistics): New option.
501 (org-set-font-lock-defaults): Highlight checkbox statistics.
502 (org-update-checkbox-count-maybe)
503 (org-get-checkbox-statistics-face): New functions.
504 (org-update-checkbox-count): New command.
505 (org-insert-item, org-toggle-checkbox):
506 Call `org-update-checkbox-count-maybe'.
507 (org-export-as-html): XEmacs compatibility for coding system.
508 (org-force-cycle-archived): New command.
509 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
510 overrules cycling.
511 (org-fix-position-after-promote): If the line contains only a todo
512 keyword, add a final space.
513 (org-promote-subtree, org-demote-subtree):
514 Call `org-fix-position-after-promote'.
515
516 2006-11-10 Glenn Morris <rgm@gnu.org>
517
518 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
519 date in every year.
520 (calendar-dst-check-each-year-flag): New customizable variable.
521 (calendar-dst-find-data): New function, extracted from
522 calendar-current-time-zone.
523 (calendar-current-time-zone): Use calendar-dst-find-data.
524 (calendar-dst-transition-cache): New variable.
525 (calendar-dst-find-startend, calendar-dst-starts)
526 (calendar-dst-ends): New functions.
527 (calendar-daylight-savings-starts)
528 (calendar-daylight-savings-ends): Change value to use
529 calendar-dst-starts, calendar-dst-ends; respectively.
530
531 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
532
533 * ido.el (ido-enable-prefix)
534 * ses.el (ses-call-printer-return)
535 * net/tramp.el (tramp-unified-filenames)
536 * progmodes/cc-align.el (c-lineup-string-cont)
537 * progmodes/compile.el (compilation-directory-matcher)
538 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
539 * progmodes/gdb-ui.el (gdb-many-windows)
540 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
541 (vhdl-clock-rising-edge)
542 * textmodes/org.el (org-export-with-timestamps)
543 (org-export-remove-timestamps-from-toc, org-export-with-tags)
544 (org-read-date): Doc fix (Nil -> nil).
545
546 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
547
548 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
549 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
550
551 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
552
553 * bs.el (bs--window-for-buffer): Remove.
554 (bs--show-with-configuration): Use `get-window-with-predicate'
555 instead of `bs--window-for-buffer'.
556
557 2006-11-10 Kenichi Handa <handa@m17n.org>
558
559 * files.el (revert-buffer): Fix previous change.
560
561 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
562
563 * bs.el (bs--redisplay): Fix typo in docstring.
564 (bs--window-config-coming-from): Make frame-local.
565 (bs--restore-window-config): New function.
566 (bs-kill, bs-select, bs-select-other-window)
567 (bs-select-other-frame): Use it.
568 (bs--window-for-buffer): Return as soon as a matching buffer is found.
569 (bs--show-with-configuration): Save the window configuration as a
570 frame local var, and only if *buffer-selection* is not already
571 visible on this frame.
572
573 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
574
575 * vc-svn.el (vc-svn-admin-directory): New var.
576 (vc-svn-registered, vc-svn-responsible-p)
577 (vc-svn-repository-hostname): Use it.
578 Suggested by arit93@yahoo.com.
579
580 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
581
582 * ldefs-boot.el: Regenerate.
583
584 2006-11-08 Alan Mackenzie <acm@muc.de>
585
586 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
587 case (eq open-paren-in-column-0-is-defun-start nil) by searching
588 for least nested open-paren.
589
590 2006-11-08 Romain Francoise <romain@orebokech.com>
591
592 * subr.el (remove-overlays): Fix typo in last change.
593
594 2006-11-08 Richard Stallman <rms@gnu.org>
595
596 * subr.el (remove-overlays): Call overlay-recenter.
597
598 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
599
600 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
601 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
602 behaviour.
603 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
604 directly.
605
606 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
607
608 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
609 (ido-max-dir-file-cache, ido-decorations)
610 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
611 (ido-magic-backward-char, ido-enter-dired)
612 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
613 (ido-list-directory, ido-first-match, ido-only-match)
614 (ido-subdir, ido-indicator): Fix typos in docstrings.
615 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
616 (ido-read-internal): Fix typo in error message.
617
618 2006-11-08 Kenichi Handa <handa@m17n.org>
619
620 * international/mule-cmds.el (set-default-coding-systems):
621 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
622
623 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
624
625 * makefile.w32-in (setwins): Remove.
626 (WINS_ALMOST): New macro.
627 (WINS): Use it.
628 (autoloads): Don't extract autoloads from files in obsolete/.
629
630 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
631
632 * whitespace.el (whitespace-buffer): Call remove-overlays after
633 overlay-recenter for performance. Suggested by Martin Rudalics.
634
635 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
636
637 * net/tramp.el (tramp-default-method): scp is the default method.
638
639 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
640
641 * server.el (server-start): Save also the Emacs pid in the server file.
642
643 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
644
645 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
646 point when displaying a bibtex cross reference in the echo area.
647
648 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
649
650 * international/mule.el (make-char): Fix typo in docstring.
651 (load-with-code-conversion, charsetp): Doc fixes.
652
653 * international/ja-dic-cnv.el (skkdic-convert):
654 * cus-edit.el (hook): Fix typo in docstring.
655
656 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
657
658 * cus-edit.el (custom-mode-map): Move defvar above code using it.
659 (custom-mode-link-map): New variable.
660 (custom-group-link, custom-manual): Use follow-link.
661
662 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
663
664 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
665 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
666
667 2006-11-06 Richard Stallman <rms@gnu.org>
668
669 * textmodes/flyspell.el (flyspell-correct-word-before-point):
670 New function broken out of flyspell-correct-word.
671 (flyspell-mode-map): Bind it to M-RET.
672 (flyspell-correct-word): Call it.
673
674 * textmodes/fill.el (fill-minibuffer-function): New function.
675 (fill-paragraph): Bind fill-paragraph-function to
676 fill-minibuffer-function.
677
678 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
679 so that they aren't undefined.
680
681 * dired.el (dired-readin): Locally bind file-name-coding-system.
682
683 * bindings.el: Shorten and clarify usual mode line mouse help string.
684
685 * Makefile.in (autoloads): Don't include `obsolete'.
686
687 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
688
689 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
690 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
691 Printing menu if it's not initialized.
692 (pr-menu-bind): Act on menu-bar-file-menu directly.
693
694 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
695
696 * help.el (view-emacs-news): Fix typo in error message.
697
698 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
699
700 * shadowfile.el (shadow-define-regexp-group)
701 (shadow-literal-groups, shadow-insert-var): Doc fixes.
702 (shadow-read-files): Fix typo in message.
703 (shadow-inhibit-overload, shadow-find, shadow-suffix)
704 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
705 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
706 (shadow-file-match): Fix typos in docstrings.
707
708 * terminal.el (terminal-emulator): Fix typo in message.
709
710 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
711
712 * emacs-lisp/lselect.el (x-kill-primary-selection)
713 (x-delete-primary-selection, x-copy-primary-selection):
714 Fix typos in error messages.
715
716 * emulation/edt-mapper.el: Fix typo in interactive message.
717
718 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
719
720 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
721 (ispell-help): Fix typos in docstrings.
722 (ispell-help): Fix typo in output message.
723
724 * allout.el (allout-adjust-file-variable)
725 (allout-passphrase-verifier-string)
726 (allout-passphrase-hint-string)
727 (allout-toggle-current-subtree-encryption):
728 * apropos.el (apropos-synonyms):
729 * cus-edit.el (hook):
730 * emacs-lock.el (emacs-lock-from-exiting):
731 * follow.el (follow-avoid-tail-recenter-p):
732 * hexl.el (hexl-mode):
733 * mouse-copy.el (mouse-copy-work-around-drag-bug):
734 * mouse.el (mouse-set-font):
735 * resume.el (resume-emacs-args-file):
736 * rfn-eshadow.el (file-name-shadow-tty-properties):
737 * t-mouse.el (t-mouse-process, t-mouse-mode):
738 * emacs-lisp/cust-print.el (custom-print-install)
739 (custom-print-uninstall, custom-format):
740 * emacs-lisp/shadow.el (list-load-path-shadows):
741 * emulation/tpu-edt.el (tpu-help-text)
742 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
743 (tpu-reset-control-keys):
744 * emulation/vip.el (vip-emacs-local-map)
745 (vip-change-mode-to-emacs):
746 * emulation/viper.el (viper-mode, viper-set-hooks)
747 (viper-major-mode-modifier-list):
748 * emulation/viper-init.el (viper-emacs-state-cursor-color):
749 * emulation/viper-keym.el (viper-emacs-kbd-map)
750 (viper-toggle-key):
751 * mail/feedmail.el (feedmail-queue-reminder)
752 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
753 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
754 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
755 (feedmail-sender-line, feedmail-force-binary-write)
756 (feedmail-from-line, feedmail-deduce-envelope-from)
757 (feedmail-x-mailer-line, feedmail-message-id-generator)
758 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
759 (feedmail-enable-spray, feedmail-spray-this-address)
760 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
761 (feedmail-queue-runner-confirm-global)
762 (feedmail-ask-before-queue-prompt)
763 (feedmail-ask-before-queue-reprompt)
764 (feedmail-prompt-before-queue-standard-alist)
765 (feedmail-prompt-before-queue-user-alist)
766 (feedmail-prompt-before-queue-help-supplement)
767 (feedmail-queue-use-send-time-for-message-id)
768 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
769 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
770 (feedmail-mail-send-hook-queued)
771 (feedmail-confirm-addresses-hook-example)
772 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
773 (feedmail-queue-runner-mode-setter)
774 (feedmail-queue-alternative-mail-header-separator)
775 (feedmail-queue-runner-message-sender)
776 (feedmail-buffer-eating-function, feedmail-binmail-template)
777 (feedmail-run-the-queue-no-prompts)
778 (feedmail-run-the-queue-global-prompt)
779 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
780 (feedmail-envelope-deducer, feedmail-fiddle-date)
781 (feedmail-default-message-id-generator)
782 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
783 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
784 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
785 (vms-pmail-setup):
786 * play/dunnet.el (dun-help):
787 * play/handwrite.el (handwrite):
788 * play/hanoi.el (hanoi-unix-64):
789 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
790 * textmodes/enriched.el (fixed):
791 * textmodes/org.el (org-file-apps)
792 (org-emphasis-regexp-components, org-emphasis-alist):
793 * textmodes/texinfmt.el (batch-texinfo-format):
794 Fix typos in docstrings.
795
796 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
797
798 * loadhist.el (read-feature): Don't complete features not loaded
799 from a file (which make `unload-feature' to fail).
800
801 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
802
803 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
804
805 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
806
807 * startup.el (command-line-1): Kill emacs if the last frame is
808 deleted while evaluating the command-line arguments.
809
810 2006-11-05 Richard Stallman <rms@gnu.org>
811
812 * startup.el (init-file-had-error): Add doc string.
813 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
814 Use fixed-width font for keyboard key descriptions.
815
816 * cus-edit.el (custom-save-all): Error if saving in .emacs
817 and it had an error when loaded.
818
819 * dired-aux.el (dired-copy-file-recursive): Catch errors
820 from recursive copies in the loop, around the recursive call.
821
822 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
823
824 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
825 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
826 `/proc/acpi/thermal_zone/*'.
827 (battery-search-for-one-match-in-files): New. Search a regexp in
828 the content of some files.
829
830 2006-11-05 Martin Rudalics <rudalics@gmx.at>
831
832 * window.el (mouse-autoselect-window-now): Remove variable.
833 (mouse-autoselect-window-state): New variable.
834 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
835 (mouse-autoselect-window-select, handle-select-window):
836 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
837 Suspend delayed autoselection during menu or popup dialog.
838
839 * info-look.el (info-lookup-guess-custom-symbol): New function
840 for retrieving symbol at point in custom buffers.
841 (top level) <info-lookup-maybe-add-help>: Add backquote and
842 comma to ignored characters in regexps of help specifications
843 for emacs-lisp-mode and lisp-interaction-mode. This permits
844 looking up symbols in `...' and after a comma. Add help
845 specifications for custom-mode and help-mode.
846
847 2006-11-04 Eli Zaretskii <eliz@gnu.org>
848
849 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
850 Don't encode body if RAW is non-nil, or if the old encoding is
851 identical to the new encoding, or if the body contains only
852 eight-bit-* characters.
853
854 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
855
856 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
857 (faces-sample-overlay): Remove variable.
858 (describe-face): Insert sample text in the face being described.
859
860 2006-11-04 Martin Rudalics <rudalics@gmx.at>
861
862 * whitespace.el (whitespace-indent-regexp): Make this match any
863 multiples of eight spaces near the beginning of a line.
864 (whitespace-buffer): Use `remove-overlays' instead of
865 `whitespace-unhighlight-the-space' and `overlay-recenter' to
866 speed up overlay handling.
867 (whitespace-buffer-leading, whitespace-buffer-trailing):
868 Make these functions highlight the text removed by
869 `whitespace-buffer-leading-cleanup' and
870 `whitespace-buffer-trailing-cleanup' respectively.
871 (whitespace-buffer-search): Use `with-local-quit'.
872 Move `format' out of loop to speed up scanning larger buffers.
873 (whitespace-unhighlight-the-space): Remove `remove-hook' since
874 that function is never added to a hook.
875 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
876 (whitespace-buffer-leading-cleanup)
877 (whitespace-refresh-rescan-list): Fix docstrings.
878
879 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
880
881 * allout.el (allout-during-yank-processing): Cue for inhibiting
882 aberrance processing during yanks.
883 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
884 the amount of yanked topics that can be aberrant.
885 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
886 a function, and supplement with inihibition of doublechecking
887 during yanks.
888 (allout-beginning-of-line, allout-next-heading)
889 (allout-previous-heading, allout-goto-prefix-doublechecked)
890 (allout-back-to-current-heading, allout-next-visible-heading)
891 (allout-next-sibling): Use new allout-do-doublecheck function.
892 (allout-next-sibling): Ensure we made progress when returning
893 other than nil.
894 (allout-rebullet-heading): Preserve text property annotations
895 indicating the text was hidden, if it was.
896 (allout-kill-line): Remove any added was-hidden annotations.
897 (allout-kill-topic): Remove any added was-hidden annotations.
898 (allout-annotate-hidden): Inhibit adding was-hidden text
899 properties to the undo list.
900 (allout-deannotate-hidden): New function to remove was-hidden
901 annotation.
902 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
903 (allout-remove-exposure-annotation): Replace by
904 allout-deannotate-hidden.
905 (allout-yank-processing): Signal that yank processing is happening
906 with allout-during-yank-processing. Also, wrap
907 allout-unprotected's closer to the text changes, for easier
908 debugging. We need to inhibit-field-text-motion explicitly, in
909 lieu of the encompassing allout-unprotected.
910 (outlineify-sticky): Adjust criteria for triggering new outline
911 decorations to presence or absence of any topics, not just a topic
912 at the beginning of the buffer.
913
914 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
915
916 * bs.el (bs--show-all, bs--redisplay):
917 * cus-edit.el (custom-unlispify-menu-entries)
918 (custom-unlispify-tag-names, custom-prompt-variable):
919 * expand.el (expand-pos):
920 * speedbar.el (speedbar-generic-list-tag-p):
921 * wid-edit.el (widget-image-enable):
922 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
923 * emacs-lisp/find-func.el (find-function-noselect)
924 (find-function, find-variable-noselect, find-variable)
925 (find-definition-noselect, find-face-definition):
926 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
927 * net/eudc-vars.el (eudc-expansion-overwrites-query):
928 * progmodes/ada-xref.el (ada-find-in-ali):
929 * textmodes/flyspell.el (flyspell-check-tex-math-command):
930 * textmodes/org.el (org-copy-subtree):
931 * textmodes/table.el (table--row-column-insertion-point-p):
932 Use "non-nil" in docstrings.
933
934 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
935
936 * sort.el (sort-columns): Set the field separator to tab; on
937 NetBSD, sort complains if "\n" is used as field separator.
938
939 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
940
941 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
942
943 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * server.el (server-auth-key): Remove. Replace by a process-property.
946 (server-start): Don't remove the file of the previous process, but
947 instead clear out the place for the new file.
948 (server-start): Set the :auth-key property.
949 (server-process-filter): Use the :auth-key property.
950
951 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
952
953 * textmodes/org.el (org-mode-map): No longer copy
954 `outline-mode-map' explicitly - this is already done by
955 `define-derived-mode'.
956
957 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
958
959 * server.el (server-visit-files): Use `when'.
960 (server-process-filter): When authentication fails, send error
961 message to client. Wrap `process-send-region' in `ignore-errors'
962 instead of `condition-case', and remove misleading comment.
963
964 2006-11-01 Juri Linkov <juri@jurta.org>
965
966 * simple.el (yank): Doc fix.
967
968 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
969
970 * server.el: Try and fit within 80 columns.
971 (server-start): Make the auth file unreadable by other users.
972
973 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
974
975 * battery.el (battery-linux-proc-acpi): Prevent range error when
976 `full-capacity' is 0.
977
978 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
979
980 * faces.el (faces-sample-overlay): New defvar.
981 (faces-sample-overlay): New function to show face sample text.
982 (describe-face): Use it.
983
984 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
985
986 * progmodes/ada-stmt.el: Change maintainer, apply
987 whitespace-cleanup, checkdoc.
988 (ada-func-or-proc-name): Add doc string.
989
990 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
991 whitespace-cleanup, checkdoc. Minor improvements to many doc
992 strings and comments.
993 (ada-prj-display-page): Change buffer name to more accurately
994 reflect function.
995
996 * progmodes/ada-xref.el: Change maintainer, apply
997 whitespace-cleanup, checkdoc. Minor improvements to many doc
998 strings and comments. Don't look for `gvd' or `ddd' debuggers.
999 (ada-compile-current): Don't add newlines to commands.
1000
1001 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
1002
1003 * server.el: Add support for TCP sockets.
1004 (server-use-tcp, server-host, server-auth-dir): New options.
1005 (server-auth-key): New variable.
1006 (server-ensure-safe-dir): Create nonexistent parent dirs.
1007 Ignore Unix-style file modes on Windows.
1008 (server-start): Crete a TCP or Unix socket according to the value
1009 of `server-use-tcp'. For TCP sockets, create the id/auth file in
1010 `server-auth-dir' directory.
1011 (server-process-filter): Delete process if authentication
1012 fails (which never happens for Unix sockets).
1013
1014 2006-10-30 David Kastrup <dak@gnu.org>
1015
1016 * subr.el (add-to-list): Don't continue checking if a match has
1017 been found.
1018
1019 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
1020
1021 * tutorial.el: Move defvars to avoid bytecomp warnings.
1022 (tutorial--find-changed-keys): Check if viper-current-state is
1023 bound before using it.
1024 (help-with-tutorial): Check if viper-tutorial is defined before
1025 using it.
1026
1027 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
1028
1029 * help-fns.el (help-with-tutorial): Move to tutorial.el.
1030
1031 * tutorial.el: New file.
1032 (help-with-tutorial): Move here from help-fns.el. Added help for
1033 rebound keys. Fixed resume of tutorial.
1034 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
1035 (tutorial--find-changed-keys, tutorial--display-changes)
1036 (tutorial--saved-dir, tutorial--saved-file)
1037 (tutorial--save-tutorial): New functions to support the changes in
1038 help-with-tutorial.
1039
1040 2006-10-30 Kenichi Handa <handa@m17n.org>
1041
1042 * files.el (revert-buffer): If a unibyte buffer is being reverted
1043 with a coding system for multibyte, set buffer multibyte before
1044 calling insert-file-contents.
1045
1046 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1047
1048 * server.el (server-select-display): Use a dummy buffer to detect when
1049 the frame is later used.
1050 (server-select-display): New function.
1051 (server-process-filter): Use it to detect unused temp frames.
1052
1053 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
1054
1055 * progmodes/ada-mode.el: Change maintainer, apply
1056 whitespace-clean, checkdoc. Minor improvements to many doc strings.
1057 (ada-mode-version): New function.
1058 (ada-create-menu): Menu operations are available for all supported
1059 compilers.
1060
1061 2006-10-29 Lars Hansen <larsh@soem.dk>
1062
1063 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
1064 Highlight as keyword.
1065 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
1066 Don't call tramp-method-out-of-band-p for local files.
1067 (tramp-touch): Quote file name.
1068
1069 2006-10-28 Glenn Morris <rgm@gnu.org>
1070
1071 * calendar/calendar.el (cal-html-cursor-month)
1072 (cal-html-cursor-year): Add autoloads for this new package.
1073 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
1074
1075 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
1076
1077 * calendar/cal-html.el: New file.
1078
1079 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
1080
1081 * emacs-lisp/authors.el (authors-aliases): Update.
1082
1083 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
1084
1085 * version.el (emacs-version): Bump version number to 22.0.90.
1086
1087 2006-10-26 John W. Eaton <jwe@octave.org>
1088
1089 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
1090 New defvar.
1091 (inferior-octave-resync-dirs): Check to see whether Octave has
1092 built-in variables and set inferior-octave-has-built-in-variables.
1093 Check inferior-octave-has-built-in-variables to decide whether to
1094 send commands that set built-in variables or call functions to
1095 change Octave's behavior.
1096 Send "disp (pwd ())" to Octave instead of just "pwd".
1097 (inferior-octave-startup): Send "more off" to Octave instead of
1098 "page_screen_output = 0".
1099
1100 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
1101
1102 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
1103 pattern normally.
1104
1105 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
1106
1107 * bindings.el (mode-line-mode-menu): Remove bindings for global
1108 minor modes (line/column number) as they are on the menubar.
1109
1110 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
1111
1112 * term/w32-win.el (x-handle-name-switch): Doc fix.
1113 (w32-standard-fontset-spec): Fix typo in docstring.
1114
1115 * midnight.el (midnight-buffer-display-time): Doc fix.
1116 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
1117
1118 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
1119
1120 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
1121
1122 * viper-ex.el (ex-read): Quote file argument.
1123
1124 * ediff-diff.el (ediff-same-file-contents): Expand file names.
1125
1126 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
1127
1128 2006-10-22 Martin Rudalics <rudalics@gmx.at>
1129
1130 * textmodes/flyspell.el (flyspell-check-region-doublons):
1131 Fix last fix.
1132
1133 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
1134
1135 * bindings.el (mode-line-mode-menu): List global minor modes
1136 before local ones.
1137
1138 2006-10-23 Kim F. Storm <storm@cua.dk>
1139
1140 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
1141 (sit-for): If last command was a prefix arg, add the read-ahead
1142 event to unread-command-events as (t . EVENT) so it will be added
1143 to this-command-keys by read-key-sequence.
1144
1145 2006-10-22 Martin Rudalics <rudalics@gmx.at>
1146
1147 * textmodes/flyspell.el (flyspell-word): Skip past all previous
1148 whitespace when checking doublons.
1149 (flyspell-check-region-doublons): Fix doublon regexp.
1150 (flyspell-highlight-incorrect-region): Highlight doublons using
1151 flyspell-duplicate face.
1152
1153 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
1154
1155 2006-10-22 John Wiegley <johnw@newartisans.com>
1156
1157 * progmodes/python.el (python-use-skeletons): python-mode was
1158 auto-inserting templates (for those with abbrev-mode on), not only
1159 by default -- *but without a configuration variable to disable
1160 it*. This rendered python-mode completely useless for me, so I
1161 have added `python-use-skeletons', which is now off by default.
1162
1163 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
1164
1165 * progmodes/cperl-mode.el (cperl-mode): Don't assume
1166 font-lock-multiline is auto-local (it's not).
1167 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
1168 initialized before calling cperl-init-faces.
1169
1170 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
1171
1172 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
1173 gdb-stack-position a value when there is no fringe.
1174
1175 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
1176 indicator if not visiting a file.
1177
1178 2006-10-20 David Kastrup <dak@gnu.org>
1179
1180 * window.el (kill-buffer-and-window): Fix a bug where an aborted
1181 operation would still cause some window to collapse later.
1182
1183 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * vc.el (vc-switch-backend): Try to be more careful with unwanted
1186 side-effect due to mixing various backends's file properties.
1187
1188 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
1189 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
1190 Return `filename's status if applicable. Update callers.
1191
1192 2006-10-19 Kenichi Handa <handa@m17n.org>
1193
1194 * international/kkc.el (kkc-region): When a key sequence is not
1195 defined, append (this-single-command-raw-keys) to
1196 unread-input-method-events.
1197
1198 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
1199
1200 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
1201
1202 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1203
1204 * version.el (emacs-version): Use mac-carbon-version-string.
1205
1206 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
1207
1208 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1209
1210 * select.el (ccl-check-utf-8, string-utf-8-p): New functions
1211 (by Kenichi Handa).
1212 (xselect-convert-to-string): Decline requests for UTF8_STRING if
1213 the selection is not UTF-8.
1214
1215 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
1216
1217 * progmodes/ada-mode.el (ada-83-string-keywords)
1218 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
1219 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
1220 (ada-looking-at-semi-private, ada-get-body-name):
1221 Fix typos in docstrings.
1222 (ada-create-case-exception, ada-create-case-exception-substring):
1223 Fix typos in error messages.
1224 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
1225
1226 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1227
1228 * term/x-win.el (res-geometry): Don't set geometry from Xresources
1229 to default-frame-alist if default-frame-alist already contains
1230 width/height.
1231
1232 2006-10-18 Richard Stallman <rms@gnu.org>
1233
1234 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
1235 Non-interactive arg is the value, not the expression.
1236
1237 * simple.el (read-expression-map): Just set it, no defvar.
1238
1239 * subr.el (insert-for-yank-1): If last inserted char has
1240 properties, mark them as rear-nonsticky.
1241
1242 * recentf.el (recentf-mode): Doc fix.
1243
1244 * facemenu.el (facemenu-add-new-face): Defend against symbol
1245 that isn't a face name.
1246
1247 * dired-aux.el (dired-do-copy): Doc fix.
1248
1249 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
1250
1251 * simple.el (line-move-1): Ignore fields when moving to the
1252 beginning of line to avoid getting point stuck.
1253
1254 2006-10-18 Martin Rudalics <rudalics@gmx.at>
1255
1256 * textmodes/flyspell.el (flyspell-word-search-backward):
1257 Set inhibit-point-motion-hooks to avoid looping due to intangibile
1258 text.
1259
1260 2006-10-16 Richard Stallman <rms@gnu.org>
1261
1262 * help-fns.el (describe-function-1): Special case optimization
1263 for self-insert-command.
1264
1265 2006-10-16 Kim F. Storm <storm@cua.dk>
1266
1267 * ido.el (ido-reread-directory): Work in `dir' mode too.
1268
1269 2006-10-15 Martin Rudalics <rudalics@gmx.at>
1270
1271 * textmodes/table.el: Require 'regexp-opt.
1272
1273 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
1274
1275 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
1276 Use shell-quote-argument.
1277
1278 * shell.el (explicit-bash-args): Likewise.
1279
1280 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
1281 Use grep -E rather than egrep.
1282
1283 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1284
1285 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
1286
1287 2006-10-15 Kim F. Storm <storm@cua.dk>
1288
1289 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
1290
1291 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
1292
1293 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
1294 to protect whitespace and metacharacters from the shell.
1295
1296 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1297
1298 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
1299
1300 2006-10-13 Eli Zaretskii <eliz@gnu.org>
1301
1302 * subr.el (start-process-shell-command): Doc fix.
1303
1304 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
1305
1306 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
1307 the regexp for Maxima symbols.
1308
1309 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1310
1311 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
1312 (vc-find-root): Don't walk higher up than ~.
1313
1314 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
1315
1316 * international/utf-8.el (utf-translate-cjk-load-tables):
1317 Avoid clobbering last-coding-system-used during load.
1318
1319 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
1320
1321 * textmodes/reftex-global.el (reftex-create-tags-file):
1322 Quote file arguments.
1323
1324 2006-10-12 Richard Stallman <rms@gnu.org>
1325
1326 * files.el (file-name-history): Add defvar.
1327 (save-some-buffers-action-alist): Improve description strings.
1328
1329 2006-10-12 Andreas Schwab <schwab@suse.de>
1330
1331 * files.el (auto-mode-alist): Match change log file name also with
1332 a dash before a numeric extension.
1333
1334 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
1335
1336 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
1337 After 5.0:
1338 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
1339
1340 After 5.1: Major edit. Summary of most visible changes:
1341
1342 - Multiple <<HERE per line allowed.
1343 - Handles multiline subroutine declaration headers (with comments).
1344 (The exception is `cperl-etags' - but it is not used in the rest
1345 of the mode.)
1346 - Fontifies multiline my/our declarations (even with comments,
1347 and with legacy `font-lock').
1348 - Major speedup of syntaxification, both immediate and postponed
1349 (3.5x to 15x [for different CPUs and versions of Emacs] on the
1350 huge real-life document I tested).
1351 - New bindings, edits to imenu.
1352 - "_" is made into word-char during fontification/syntaxification;
1353 some attempts to recognize non-word "_" during other operations too.
1354 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
1355 - autoload some more perldoc-related stuff
1356 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
1357 - Attempt to incorporate XEmacs edits which reached me.
1358
1359 Fine-grained changelog:
1360 (cperl-hook-after-change): New configuration variable.
1361 (cperl-vc-sccs-header): Likewise.
1362 (cperl-vc-sccs-header): Likewise.
1363 (cperl-vc-header-alist): Default via two preceding variables.
1364 (cperl-invalid-face): Remove double quoting under XEmacs
1365 (still needed under 21.2).
1366 (cperl-tips): Update URLs for resources.
1367 (cperl-problems): Likewise.
1368 (cperl-praise): Mention new features.
1369 New C-c key bindings: for `cperl-find-bad-style',
1370 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
1371 `cperl-perdoc', and `cperl-perldoc-at-point'.
1372 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
1373 moved, new submenu of Tools with Ispell entries and narrowing.
1374 (cperl-after-sub-regexp): New defsubst.
1375 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
1376 Allows heads up to head4.
1377 Allow "package;".
1378 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
1379 (paren-backwards-message): ??? Something for XEmacs???
1380 (cperl-mode): Never auto-switch abbrev-mode off.
1381 Try to allow '_' be non-word char.
1382 Do not use `font-lock-unfontify-region-function' on XEmacs.
1383 Reset syntax cache on mode start.
1384 Support multiline facification (even on legacy `font-lock').
1385 (cperl-facemenu-add-face-function): ??? Some contributed code ???
1386 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
1387 refuse to inform us whether the fontification is due to lazy
1388 calling or due to edit to a buffer, install our own hook
1389 (controlled by `cperl-hook-after-change').
1390 (cperl-electric-pod): =cut may have been recognized as start.
1391 (cperl-block-p): Move, updatedfor attributes.
1392 (cperl-calculate-indent): Try to allow '_' be non-word char
1393 Support subs with attributes.
1394 (cperl-where-am-i): Queit (?) a warning.
1395 (cperl-cached-syntax-table) New function.
1396 (cperl-forward-re): Use `cperl-cached-syntax-table'.
1397 (cperl-unwind-to-safe): Recognize `syntax-type' property
1398 changing in a middle of line.
1399 (cperl-find-sub-attrs): New function.
1400 (cperl-find-pods-heres): Allow many <<EOP per line.
1401 Allow subs with attributes.
1402 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
1403 Recognize "extproc " (OS/2) case-folded and only at start.
1404 /x on s///x with empty replacement was not recognized.
1405 Better comments.
1406 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
1407 Allow subs with attributes, labels.
1408 Do not confuse "else::foo" with "else".
1409 Minor optimizations...
1410 (cperl-after-expr-p): Try to allow '_' be non-word char.
1411 (cperl-fill-paragraph): Try to detect a major bug in Emacs
1412 with `looking-at' inside `narrow' and bulk out if found.
1413 (cperl-imenu--create-perl-index): Updates for new
1414 `cperl-imenu--function-name-regexp-perl'.
1415 (cperl-outline-level): Likewise.
1416 (cperl-init-faces): Allow multiline subroutine headers
1417 and my/our declarations, and ones with comments.
1418 Allow subroutine attributes.
1419 (cperl-imenu-on-info): Better docstring.
1420 (cperl-etags): Rudimentary support for attributes.
1421 Support for packages and "package;".
1422 (cperl-add-tags-recurse-noxs): Better (?) docstring.
1423 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
1424 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
1425 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
1426 (cperl-perldoc): Add autoload.
1427 (cperl-perldoc-at-point): Likewise.
1428 (cperl-here-doc-spell): New function.
1429 (cperl-pod-spell): Likewise.
1430 (cperl-map-pods-heres): Likewise.
1431 (cperl-get-here-doc-region): Likewise.
1432 (cperl-font-lock-fontify-region-function): Likewise (backward
1433 compatibility for legacy `font-lock').
1434 (cperl-font-lock-unfontify-region-function): Fix style.
1435 (cperl-fontify-syntaxically): Recognize and optimize away deferred
1436 calls with no-change. Governed by `cperl-hook-after-change'.
1437 (cperl-fontify-update): Recognize that syntaxification region
1438 can be larger than fontification one.
1439 XXXX we leave `cperl-postpone' property, so this is quadratic...
1440 (cperl-fontify-update-bad): Temporary placeholder until
1441 it is clear how to implement `cperl-fontify-update'.
1442 (cperl-time-fontification): New function.
1443 (attrib-group): New text attribute.
1444 (multiline): New value: `syntax-type' text attribute.
1445
1446 After 5.2:
1447 (cperl-emulate-lazy-lock): New function.
1448 (cperl-fontify-syntaxically): Would skip large regions.
1449 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
1450 Some globals were declared, but uninitialized.
1451
1452 After 5.3, 5.4:
1453 (cperl-facemenu-add-face-function): Add docs, fix U<>.
1454 Copyright message updated.
1455 (cperl-init-faces): Work around a bug in `font-lock'. May slow
1456 facification down a bit.
1457 Misprint for my|our|local for old `font-lock'
1458 "our" was not fontified same as "my|local".
1459 Highlight variables after "my" etc even in
1460 a middle of an expression.
1461 Do not facify multiple variables after my etc
1462 unless parentheses are present.
1463
1464 After 5.5, 5.6
1465 (cperl-fontify-syntaxically): after-change hook could reset.
1466 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
1467
1468 After 5.7:
1469 (cperl-init-faces): Allow highlighting of local ($/).
1470 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
1471 (cperl-problems): Remove fixed problems.
1472 (cperl-find-pods-heres): Recognize #-comments in m##x too.
1473 Recognize charclasses (unless delimiter is \).
1474 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
1475 (cperl-regexp-scan): Update docs.
1476 (cperl-beautify-regexp-piece): Use information got from regexp scan.
1477
1478 After 5.8:
1479 Major user visible changes:
1480 Recognition and fontification of character classes in RExen.
1481 Variable indentation of RExen according to groups.
1482
1483 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
1484 Fontify REx charclasses in variable-name face.
1485 Fontify POSIX charclasses in "type" face.
1486 Fontify unmatched "]" in function-name face.
1487 Mark first-char of HERE-doc as `front-sticky'.
1488 Reset `front-sticky' property when needed.
1489 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
1490 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
1491 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
1492 constructs. Support `narrow'ed buffers.
1493 (cperl-praise): Remove a reservation.
1494 (cperl-make-indent): New function.
1495 (cperl-indent-for-comment): Use `cperl-make-indent'.
1496 (cperl-indent-line): Likewise.
1497 (cperl-lineup): Likewise.
1498 (cperl-beautify-regexp-piece): Likewise.
1499 (cperl-contract-level): Likewise.
1500 (cperl-toggle-set-debug-unwind): New function.
1501 New menu entry for this.
1502 (fill-paragraph-function): Use when `boundp'.
1503 (cperl-calculate-indent): Take into account groups when indenting RExen.
1504 (cperl-to-comment-or-eol): Recognize # which end a string.
1505 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
1506 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
1507 (cperl-fontify-syntaxically): More clear debugging message.
1508 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
1509 (cperl-init-faces): More complicated highlight even on XEmacs (new).
1510 Merge cosmetic changes from XEmacs.
1511
1512 After 5.9:
1513 (cperl-1+): Move to before the first use.
1514 (cperl-1-): Likewise.
1515
1516 After 5.10:
1517
1518 This code may lock Emacs hard!!! Use at your own risk!
1519
1520 (cperl-font-locking): New internal variable.
1521 (cperl-beginning-of-property): New function.
1522 (cperl-calculate-indent): Use `cperl-beginning-of-property'
1523 instead of `previous-single-property-change'.
1524 (cperl-unwind-to-safe): Likewise.
1525 (cperl-after-expr-p): Likewise.
1526 (cperl-get-here-doc-region): Likewise.
1527 (cperl-font-lock-fontify-region-function): Likewise.
1528 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
1529 recursively.
1530 Bound `next-single-property-change' via `point-max'.
1531 (cperl-unwind-to-safe): Bound likewise
1532 (cperl-font-lock-fontify-region-function): Likewise.
1533 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
1534 Initialization of `cperl-font-lock-multiline-start' could be
1535 missed if the "main" fontification did not run due to the
1536 keyword being already fontified.
1537 (cperl-pod-spell): Return t from do-one-chunk function.
1538 (cperl-map-pods-heres): Stop when the worker returns nil.
1539 Call `cperl-update-syntaxification'.
1540 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
1541 (cperl-get-here-doc-delim): Remove unused function.
1542
1543 After 5.11:
1544
1545 The possible lockup of Emacs (introduced in 5.10) fixed.
1546
1547 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
1548 (cperl-syntaxify-for-menu): New customization variable.
1549 (cperl-select-this-pod-or-here-doc): New function.
1550 (cperl-get-here-doc-region): Extra argument.
1551 Do not adjust pos by 1.
1552
1553 New menu entries
1554 (Perl/Tools): Selection of current POD or HERE-DOC section.
1555 (Debugging CPerl:) backtrace on fontification.
1556
1557 After 5.12:
1558 (cperl-cached-syntax-table): Use `car-safe'.
1559 (cperl-forward-re): Remove spurious argument SET-ST.
1560 Add documentation.
1561 (cperl-forward-group-in-re): New function.
1562 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
1563 (XXXX Temporary (?) hack is to syntax-mark them as comment).
1564
1565 After 5.13:
1566 (cperl-string-syntax-table): Make { and } not-grouping
1567 (Sometimes they ARE grouping in RExen, but matching them would only
1568 confuse in many situations when they are not)
1569 (beginning-of-buffer): Replace two occurences with goto-char...
1570 (cperl-calculate-indent): `char-after' could be nil...
1571 (cperl-find-pods-heres): REx can start after "[" too.
1572 Hightlight (??{}) in RExen too.
1573 (cperl-maybe-white-and-comment-rex): New constant
1574 (cperl-white-and-comment-rex): Likewise.
1575 XXXX Not very efficient, but hard to make
1576 better while keeping 1 group.
1577
1578 After 5.13:
1579 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
1580 Likewise for 1 << identifier.
1581
1582 After 5.14:
1583 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
1584 Error-less condition-case could fail.
1585 (cperl-font-lock-fontify-region-function): Likewise.
1586 (cperl-init-faces): Likewise.
1587
1588 After 5.15:
1589 (cperl-find-pods-heres): Support property REx-part2.
1590 (cperl-calculate-indent): Likewise.
1591 Don't special-case REx with non-empty 1st line.
1592 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
1593 Invert highlighting of charclasses:
1594 now the envelop is highlighted.
1595 Highlight many others 0-length builtins.
1596 (cperl-praise): Mention indenting and highlight in RExen.
1597
1598 After 5.15:
1599 (cperl-find-pods-heres): Highlight capturing parens in REx.
1600
1601 After 5.16:
1602 (cperl-find-pods-heres): Highlight '|' for alternation
1603 Initialize `font-lock-warning-face' if not present.
1604 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
1605 `font-lock-function-name-face'.
1606 (cperl-look-at-leading-count): Likewise.
1607 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
1608 `font-lock-keyword-face' (needed for
1609 batch processing), etc...
1610 Use `font-lock-builtin-face' for builtin in REx
1611 Now `font-lock-variable-name-face'
1612 is used for interpolated variables
1613 Use "talking aliases" for faces inside REx
1614 Highlight parts of REx (except in charclasses)
1615 according to the syntax and/or semantic
1616 Syntax-mark a {}-part of (?{}) as "comment"
1617 (it was the ()-part)
1618 Better logic to distinguish what is what in REx
1619 (cperl-tips-faces): Document REx highlighting
1620 (cperl-praise): Mention REx syntax highlight etc.
1621
1622 After 5.17:
1623 (cperl-find-sub-attrs): Would not always manage to print error message.
1624 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
1625
1626 After 5.18:
1627 (cperl-find-pods-heres): Misprint in REx for parsing REx.
1628 Very minor optimization.
1629 `my-cperl-REx-modifiers-face' got quoted.
1630 Recognize "print $foo <<END" as HERE-doc.
1631 Put `REx-interpolated' text attribute if needed.
1632 (cperl-invert-if-unless-modifiers): New function.
1633 (cperl-backward-to-start-of-expr): Likewise.
1634 (cperl-forward-to-end-of-expr): Likewise.
1635 (cperl-invert-if-unless): Works in "the opposite way" too.
1636 Cursor position on return is on the switch-word.
1637 Indents comments better.
1638 (REx-interpolated): New text attribute.
1639 (cperl-next-interpolated-REx): New function.
1640 (cperl-next-interpolated-REx-0): Likewise.
1641 (cperl-next-interpolated-REx-1): Likewise.
1642 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
1643 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
1644 (cperl-praise): Mention finded interpolated RExen.
1645
1646 After 5.19:
1647 (cperl-init-faces): Highlight %$foo, @$foo too.
1648 (cperl-short-docs): Better docs for system, exec.
1649 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
1650 Would not find HERE-doc ended by EOF without NL.
1651 (cperl-short-docs): Correct not-doubled \-escapes.
1652 start block: Put some `defvar' for stuff gone from XEmacs.
1653
1654 After 5.20:
1655 initial comment: Extend copyright, fix email address.
1656 (cperl-indent-comment-at-column-0): New customization variable.
1657 (cperl-comment-indent): Indentation after $#a would increasy by 1.
1658 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
1659 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
1660 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
1661 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
1662 highlight $ in $foo too (UNTESTED).
1663 (cperl-set-style): Docstring missed some available styles.
1664 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
1665 Change "Current" to "Memorize Current".
1666 (cperl-indent-wrt-brace): New customization variable; the default is
1667 as for pre-5.2 version.
1668 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
1669 (cperl-style-alist): Likewise.
1670 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
1671 and `cperl-extra-newline-before-brace' etc
1672 being t
1673 (cperl-indent-exp): Plans B and C to find continuation blocks even
1674 if `cperl-extra-newline-before-brace' is t.
1675
1676 After 5.21:
1677 Improve some docstrings concerning indentation.
1678 (cperl-indent-rules-alist): New variable.
1679 (cperl-sniff-for-indent): New function name
1680 (separated from `cperl-calculate-indent').
1681 (cperl-calculate-indent): Separate the sniffer and the indenter;
1682 uses `cperl-sniff-for-indent' now.
1683 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
1684 was inverted;
1685 Support `comment-column' = 0.
1686
1687 2006-10-11 Martin Rudalics <rudalics@gmx.at>
1688
1689 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
1690 * help-at-pt.el (scan-buf-move-to-region): Likewise.
1691 * longlines.el (longlines-window-change-function): Likewise.
1692 * simple.el (undo-ask-before-discard): Likewise.
1693 * wid-edit.el (widget-field-prompt-internal)
1694 (widget-documentation-link-p): Likewise.
1695
1696 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1697
1698 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
1699 for a keyword.
1700
1701 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1702
1703 * newcomment.el (comment-valid-prefix-p): Make the check
1704 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
1705 (comment-indent-new-line): Adjust call.
1706
1707 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
1708
1709 * allout.el (allout-back-to-current-heading): Base on lower-level
1710 routines to get proper disqualification of aberrant topics.
1711
1712 2006-10-09 Richard Stallman <rms@gnu.org>
1713
1714 * textmodes/two-column.el (2C-two-columns): Doc fix.
1715
1716 2006-10-09 Kim F. Storm <storm@cua.dk>
1717
1718 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
1719 about implicit use.
1720
1721 2006-10-08 Richard Stallman <rms@gnu.org>
1722
1723 * textmodes/two-column.el (2C-two-columns): Doc fix.
1724
1725 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
1726
1727 * files.el: Mark `buffer-read-only' as safe-local-variable.
1728
1729 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
1730
1731 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
1732 Burp if GUD buffer has been killed.
1733
1734 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * completion.el (add-completions-from-c-buffer):
1737 Don't presume an error's second element is a string.
1738 Use looking-at rather than buffer-substring + member.
1739
1740 2006-10-07 Eli Zaretskii <eliz@gnu.org>
1741
1742 * mail/rmail.el (rmail-redecode-body): If the old encoding is
1743 `undecided', call find-coding-systems-region to find a proper
1744 non-trivial encoding.
1745 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
1746 and "text/plain".
1747
1748 2006-10-07 Kevin Ryde <user42@zip.com.au>
1749
1750 * textmodes/reftex-vars.el (defgroup reftex): Update home page
1751 url-link.
1752
1753 * strokes.el (defgroup strokes): Remove invalid url-link.
1754
1755 2006-10-07 Magnus Henoch <mange@freemail.hu>
1756
1757 * autoinsert.el (auto-insert-alist): Doc fix.
1758
1759 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1760
1761 * mouse-sel.el (mouse-insert-selection-internal):
1762 Use insert-for-yank, so that yank handlers are run.
1763
1764 2006-10-07 Kim F. Storm <storm@cua.dk>
1765
1766 * ido.el (ido-file-extension-aux): Fix comparison.
1767
1768 2006-10-06 Kim F. Storm <storm@cua.dk>
1769
1770 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
1771
1772 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
1773
1774 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
1775 (ad-make-mapped-call): Use `let', not `let*'.
1776
1777 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
1778
1779 * international/mule-cmds.el (coding-system-change-eol-conversion):
1780 Ensure the coding system is initialized before calling
1781 coding-system-eol-type.
1782
1783 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
1784
1785 * textmodes/org.el (org-rm-props, org-activate-plain-links)
1786 (org-activate-angle-links, org-activate-dates)
1787 (org-activate-target-links, org-activate-camels)
1788 (org-activate-tags): Add `rear-nonsticky' text property to avoid
1789 textproperty keymaps from being active beyond the end of a line.
1790 (org-unfontify-region): Also remove `rear-nonsticky' property.
1791
1792 2006-10-04 Kenichi Handa <handa@m17n.org>
1793
1794 * international/code-pages.el (next): Table fixed.
1795
1796 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1797
1798 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
1799 that it's been made unnecessary by removing narrowing.
1800
1801 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1802
1803 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
1804 control flow a bit, simplify another bit, and add comments.
1805
1806 2006-10-03 David Kastrup <dak@gnu.org>
1807
1808 * help.el (describe-mode): For clicks on mode-line, use "@"
1809 interactive argument to get the major mode of the click instead of
1810 the current buffer.
1811
1812 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
1813 in order to better redirect mouse-2 clicks. Also allow default
1814 bindings to apply.
1815
1816 2006-10-03 Kim F. Storm <storm@cua.dk>
1817
1818 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
1819 (pushnew): Fix last change.
1820
1821 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
1822
1823 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
1824 Use the interactive spec of `eval-expression'.
1825
1826 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
1827
1828 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
1829
1830 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
1831
1832 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
1833 2006-09-28 commit.
1834
1835 2006-10-02 Kenichi Handa <handa@m17n.org>
1836
1837 * international/code-pages.el (iso-8859-6): Table fixed.
1838
1839 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1840
1841 * dired.el (dired-build-subdir-alist): Fix previous change.
1842
1843 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
1844
1845 * simple.el (undo-elt-crosses-region): Fix the inequalities.
1846
1847 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * emacs-lisp/find-func.el (find-function-regexp): Don't match
1850 "define-button-type".
1851
1852 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
1853 they don't keep accumulating.
1854
1855 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1856
1857 * ffap.el (ffap-rfc-path): Change the address of the RFC
1858 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
1859
1860 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
1861
1862 * allout.el (allout-expose-topic): Rectify implementation of "+"
1863 spec, so that bodies are not exposed with headlines.
1864
1865 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
1866
1867 * allout.el (allout-current-depth): Do aberrent check only at or
1868 below doublecheck depth.
1869 (allout-chart-subtree): Make it explicit that LEVELS being nil
1870 means unlimited depth. Drop undocumented support for LEVELS value
1871 t meaning unlimited depth. (This is consistent with
1872 allout-chart-to-reveal, but contrary to allout-show-children,
1873 which needs to use nil to default to depth of 1.)
1874 (allout-goto-prefix-doublechecked): Wrap long docstring line.
1875 (allout-chart-to-reveal): Be explicit in docstring about meaning
1876 of nil LEVELS, and drop support for LEVELS value t.
1877 (allout-show-children): Translate the level spec used by this
1878 routine to that used by allout-chart-subtree and
1879 allout-chart-to-reveal.
1880 (allout-show-to-offshoot): Retry once when stuck, after opening
1881 subtree - improvements in discontinuity handling likely will
1882 enable progress.
1883
1884 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
1885
1886 * wid-edit.el (widget-button-click-moves-point): New variable.
1887 (widget-button-click): If widget-button-click-moves-point is
1888 non-nil, set point after performing the button action
1889
1890 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
1891
1892 2006-09-30 Martin Rudalics <rudalics@gmx.at>
1893
1894 * files.el (find-file-existing): Modify to not allow wildcards.
1895
1896 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1897
1898 * simple.el (undo-more): When undo information for the region is
1899 exhausted, say "No further undo information FOR REGION".
1900
1901 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
1902
1903 * progmodes/sh-script.el (sh-prev-thing):
1904 Take `sh-leading-keywords' into account.
1905
1906 2006-09-29 Glenn Morris <rgm@gnu.org>
1907
1908 * custom.el (defcustom): Doc fix.
1909
1910 * calendar/calendar.el (european-calendar-style):
1911 Call european-calendar or american-calendar as needed when set.
1912 (diary-view-entries, list-calendar-holidays): Move autoloads
1913 before use.
1914
1915 2006-09-29 Juri Linkov <juri@jurta.org>
1916
1917 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
1918 to nil if there is no previous property change.
1919
1920 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1921
1922 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
1923 saving anything to be sure that `forward-sexp' behaves correctly.
1924
1925 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
1926
1927 * simple.el (line-move-finish): Ignore field boundaries if the
1928 initial and final points have the same `field' property.
1929
1930 2006-09-29 Kim F. Storm <storm@cua.dk>
1931
1932 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
1933 to t while calling ido-read-internal.
1934
1935 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
1936
1937 * textmodes/org.el (org-file-remote-p): Get regexp from list.
1938 (org-archive-subtree): Remove erraneous `]' from character list.
1939
1940 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
1941
1942 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
1943 (ses-reconstruct-all): Make undo of "insert row" work by keeping
1944 markers for data-area and parameters-area.
1945
1946 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1947
1948 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
1949
1950 * font-lock.el (font-lock-after-change-function): Refontify next line
1951 as well if end is at BOL.
1952 (font-lock-extend-jit-lock-region-after-change): Be more careful to
1953 only extend the region as much as needed.
1954
1955 2006-09-28 Richard Stallman <rms@gnu.org>
1956
1957 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
1958
1959 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
1960
1961 * international/mule.el (after-insert-file-set-coding):
1962 If VISIT, don't let set-buffer-multibyte make undo info.
1963
1964 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
1965
1966 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
1967 lines in base64-encoded authentication response.
1968
1969 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1970
1971 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
1972 (ebnf-version): New version 4.3.
1973 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
1974 (ebnf-prologue): Adjust PostScript programming.
1975 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
1976 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
1977
1978 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1979
1980 * jit-lock.el (jit-lock-force-redisplay): Rename from
1981 jit-lock-fontify-again, and undo the mistaken change I've just done.
1982
1983 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
1984 (jit-lock-fontify-again): Don't refontify text that's not displayed.
1985
1986 2006-09-26 Kenichi Handa <handa@m17n.org>
1987
1988 * startup.el (display-splash-screen): Allow a prefix argument.
1989
1990 2006-09-25 Jason Rumney <jasonr@gnu.org>
1991
1992 * subr.el (shell-quote-argument): Use DOS logic for Windows
1993 shells with DOS semantics.
1994
1995 2006-09-24 Richard Stallman <rms@gnu.org>
1996
1997 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
1998 (compilation-goto-locus): Use compilation-goto-locus-delete-o
1999 to delete the overlay. Put it on pre-command-hook.
2000
2001 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
2002
2003 * startup.el (fancy-splash-screens, normal-splash-screen):
2004 Call the splash buffer *About GNU Emacs*.
2005
2006 * simple.el (next-error-highlight, next-error-highlight-no-select):
2007 Default to 0.5.
2008 (yank-excluded-properties): Add `fontified'.
2009
2010 * font-lock.el (font-lock-compile-keywords): Allow value of
2011 syntax-begin-function to enable paren-column-0 highlighting.
2012
2013 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2014
2015 * dired.el (dired-build-subdir-alist): When file ends in colon,
2016 don't exit the loop, just disregard that file.
2017
2018 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
2019
2020 * simple.el (line-move-finish): Handle corner case for fields in
2021 continued lines.
2022 (line-move-1): Remove flawed test for that case.
2023
2024 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
2025
2026 * icomplete.el (icomplete-simple-completing-p): Use the correct
2027 name for the new variable, `icomplete-with-completion-tables'.
2028 (file local variables): Remove superfluous setting.
2029
2030 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
2031
2032 * calendar/appt.el (appt-check): Fix typo for appointments just
2033 after midnight.
2034
2035 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
2036
2037 * help.el (describe-key-briefly, describe-key): Don't expect an
2038 extra up event if a down-event is generated by a popup menu.
2039
2040 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
2041
2042 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
2043 local dictionary when changing the global dictionary.
2044
2045 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
2046
2047 * icomplete.el (icomplete-with-completion-tables): List of
2048 specialized completion tables with which icomplete should
2049 operate. Include the new `internal-complete-buffer', so icomplete
2050 works with interactive buffer-selection.
2051 (icomplete-simple-completing-p): Add acceptance of specialized
2052 completion tables listed in icomplete-with-completion-tables.
2053
2054 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2055
2056 * frame.el (focus-follows-mouse): Set default to nil on Mac.
2057
2058 * startup.el (command-line): Use `custom-reevaluate-setting' for
2059 `focus-follows-mouse'.
2060
2061 2006-09-22 Richard Stallman <rms@gnu.org>
2062
2063 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
2064 explain why Save is not available.
2065
2066 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
2067
2068 * woman.el (woman0-so): Use `let*', not `let'.
2069 (woman-horizontal-line): Remove unbalanced parenthesis.
2070
2071 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
2072
2073 * woman.el: Make sure all the end-of-region markers we use have
2074 a non-nil insertion-type.
2075 (woman0-so): Move things around so we can use copy-marker.
2076 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
2077 Adjust marker type.
2078 (woman2-process-escapes): Check marker type.
2079 (woman-horizontal-line): Dispense with the use of a marker.
2080
2081 2006-09-22 Jay Belanger <belanger@truman.edu>
2082
2083 * calc/calc-lang.el: Add Greek letters to math-variable-table
2084 property of tex.
2085
2086 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
2087
2088 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
2089
2090 2006-09-22 Masatake YAMATO <jet@gyve.org>
2091
2092 * add-log.el (add-log-current-defun): Use `forward-sexp'
2093 instead of `forward-word' to pick c++::symbol.
2094 Reported by Herbert Euler <herberteuler@hotmail.com>.
2095
2096 2006-09-22 Kenichi Handa <handa@m17n.org>
2097
2098 * bindings.el: Fix setting self-insert-command for multibyte
2099 characters in global-map.
2100
2101 2006-09-21 David Kastrup <dak@gnu.org>
2102
2103 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
2104 doc string.
2105
2106 2006-09-21 Kenichi Handa <handa@m17n.org>
2107
2108 * language/european.el ("Latin-1"): Add windows-1252 to
2109 coding-priority.
2110 ("German"): Likewise.
2111
2112 2006-09-21 Kim F. Storm <storm@cua.dk>
2113
2114 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
2115 Suggested by Miles Bader.
2116
2117 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
2118 instead of add-to-list in the simple case.
2119
2120 2006-09-20 Kenichi Handa <handa@m17n.org>
2121
2122 * isearch.el (isearch-process-search-char): Cancel the previous change.
2123 (isearch-search-string): New function.
2124 (isearch-search): Use isearch-search-string.
2125 (isearch-lazy-highlight-search): Likewise.
2126
2127 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2128
2129 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
2130 string to become an option.
2131
2132 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2133
2134 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
2135
2136 2006-09-20 Kim F. Storm <storm@cua.dk>
2137
2138 * simple.el (line-move-partial): Call pos-visible-in-window-p with
2139 position t instead of trying both window-end and window-end - 1.
2140
2141 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
2142
2143 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
2144 hidden trees.
2145
2146 2006-09-20 David Kastrup <dak@gnu.org>
2147
2148 * mouse.el (mouse-posn-property): Improve doc string.
2149 (mouse-on-link-p): Change buffers for function calls on links.
2150
2151 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
2152 buffer is read-only.
2153
2154 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
2155
2156 * allout.el (allout-unprotected): Let inhibit-read-only only when
2157 buffer-read-only isn't set.
2158 (allout-annotate-hidden): Enable topic annotation during copies even
2159 when the buffer is read-only, eg for topic copies. Ensure that the loop
2160 advances, even when the span extends beyond the deletion region.
2161 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
2162 rather than allout-exposure-changed-hook, as a stronger assertion.
2163 (allout-keybindings-list): Add bindings for
2164 allout-copy-line-as-kill and allout-copy-topic-as-kill.
2165 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
2166 Copy wrappers for allout-kill-line and allout-kill-topic.
2167 (allout-listify-exposed): Position correctly to accumulate lines.
2168
2169 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
2170
2171 * simple.el (line-move-1): Escape field boundaries occurring
2172 exactly at point. Update goal column if constrained to a field.
2173 (line-move-finish): Escape field boundaries occurring exactly at point.
2174
2175 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2176
2177 * mouse.el (mouse-on-link-p): Tentatively fix last change.
2178 (mouse-drag-vertical-line): Remove unused var `wconfig'.
2179
2180 2006-09-19 Kim F. Storm <storm@cua.dk>
2181
2182 * help.el (describe-key-briefly, describe-key): Simplify printing
2183 of descriptions by using format and %S. Fix "is undefined"
2184 messages to say "at that spot" for mouse events.
2185
2186 * simple.el (line-move-partial): Optimize. Try window-line-height
2187 before posn-at-point to get vpos of current line.
2188
2189 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
2190
2191 * viper.el: Bump up version/date of update to reflect the substantial
2192 changes done in August 2006.
2193
2194 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
2195 are defined.
2196
2197 * ediff-util.el (ediff-add-to-history): New function.
2198
2199 * ediff.el: Use ediff-add-to-history instead of add-to-history.
2200
2201 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2202
2203 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
2204 Delete duplicate make-local-variable form.
2205 (conf-space-keywords): Add autoload cookie.
2206 Fix typo (`keywords', not `keyword').
2207
2208 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2209
2210 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
2211 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
2212 to x-gtk-use-old-file-dialog
2213
2214 2006-09-18 Richard Stallman <rms@gnu.org>
2215
2216 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
2217 that might come in during mouse tracking.
2218
2219 2006-09-18 Kim F. Storm <storm@cua.dk>
2220
2221 * simple.el (line-move-partial): Rework 2006-09-15 change to use
2222 new window-line-height function. Further optimize by not calling
2223 pos-visible-in-window-p for window-end when window-line-height
2224 returns useful information.
2225
2226 2006-09-16 Richard Stallman <rms@gnu.org>
2227
2228 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
2229 (conf-space-mode): Don't handle prefix arg.
2230 Delete conf-space-keywords-override code.
2231 Use add-hook.
2232 (conf-space-keywords): New command.
2233 (conf-space-mode-internal): Be careful with imenu-generic-expression.
2234 Delete conf-space-keywords-override code.
2235 (conf-space-keywords-alist): Doc fix.
2236 (conf-space-font-lock-keywords): Doc fix.
2237 (conf-space-keywords-override): Var deleted.
2238
2239 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
2240
2241 * startup.el (fancy-splash-screens): Don't switch to the scratch
2242 buffer; it may not be the next buffer.
2243
2244 2006-09-16 Romain Francoise <romain@orebokech.com>
2245
2246 * saveplace.el (load-save-place-alist-from-file): Use expanded name
2247 in both messages.
2248
2249 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
2250
2251 * progmodes/python.el (python-preoutput-filter):
2252 Fix arg order to string-match.
2253
2254 2006-09-16 Richard Stallman <rms@gnu.org>
2255
2256 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
2257 font-lock-compile-keywords.
2258
2259 * font-lock.el (font-lock-compile-keywords): Rename optional arg
2260 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
2261
2262 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2263
2264 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
2265
2266 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
2267 and the data doesn't look like UTF8, send STRING instead.
2268
2269 2006-09-16 Agustin Martin <agustin.martin@hispalinux.es>
2270
2271 * textmodes/flyspell.el (flyspell-check-region-doublons):
2272 New function to detect duplicated words.
2273 (flyspell-large-region): Use it.
2274
2275 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
2276
2277 * simple.el (line-move-to-column): Revert 2006-08-03 change.
2278
2279 2006-09-16 Eli Zaretskii <eliz@gnu.org>
2280
2281 * help.el (describe-prefix-bindings): Use let, not let*.
2282
2283 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
2284
2285 * allout.el (allout-regexp, allout-line-boundary-regexp)
2286 (allout-bob-regexp): Correct grouping and boundaries to fix
2287 backwards traversal.
2288 (allout-depth-specific-regexp, allout-depth-one-regexp):
2289 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
2290 worse time in allout-ascend.
2291 (allout-doublecheck-at-and-shallower): Identify depth threshold
2292 below which topics are checked for and disqualified by containment
2293 discontinuities.
2294 (allout-hotspot-key-handler): Correctly handle multiple-key
2295 strokes. Remove some unused variables.
2296 (allout-mode-leaders): Clarify that mode-specific comment-start
2297 will be used.
2298 (set-allout-regexp): Correctly regexp-quote allout regexps to
2299 properly accept alternative header-leads and primary bullets with
2300 regexp-specific characters (eg, C "/*", mathematica "(*").
2301 Include new regular expressions among those configured.
2302 (allout-infer-header-lead-and-primary-bullet):
2303 Rename allout-infer-header-lead.
2304 (allout-recent-depth): Manifest as a variable as well as a function.
2305 (allout-prefix-data): Simplify into an inline instead of a macro,
2306 assuming current match data rather than being explicitly passed
2307 it. Establish allout-recent-depth value as well as
2308 allout-recent-prefix-beginning and allout-recent-prefix-end.
2309 (allout-aberrant-container-p): True when an item's immediate
2310 offspring discontinuously contained. Useful for disqualifying
2311 unintended topic prefixes, likely at low depths.
2312 (allout-goto-prefix-doublechecked): Elaborate version of
2313 allout-goto-prefix which disqualifies aberrant pseudo-items.
2314 (allout-pre-next-prefix): Layer on top of lower-level routines, to
2315 get disqualification of aberrant containers.
2316 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
2317 containers.
2318 (allout-beginning-of-current-entry): Position at start of buffer
2319 when in container (depth 0) entry.
2320 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
2321 (allout-current-bullet): Strip text properties.
2322 (allout-get-prefix-bullet): Use right match groups.
2323 (allout-beginning-of-line, allout-next-heading):
2324 Disqualify aberrant containers.
2325 (allout-previous-heading): Disqualify aberrant containers, and
2326 change to regular (rather than inline) function, to allow
2327 self-recursion.
2328 (allout-get-invisibility-overlay): Increment so progress is made
2329 when the first overlay is not the sought one.
2330 (allout-end-of-prefix): Disqualify aberrant containers.
2331 (allout-end-of-line): Cycle something like allout-beginning-of-line.
2332 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
2333 outline.el outlines) functional again. Change the primary bullet
2334 along with the header-lead - level 1 new-style bullets now work.
2335 Engage allout-before-change-handler in mainline Emacs, not just
2336 XEmacs, to do undo handling.
2337 (allout-before-change-handler): Expose undo changes occurring in
2338 hidden regions. Use allout-get-invisibility-overlay instead of
2339 reimplementing it inline.
2340 (allout-chart-subtree): Use start rather than end of prefix in
2341 charts. Use allout-recent-depth variable.
2342 (allout-chart-siblings): Disqualify aberrant topics.
2343 (allout-beginning-of-current-entry): Position correctly.
2344 (allout-ascend): Use new allout-depth-specific-regexp and
2345 allout-depth-one-regexp for linear instead of O(N^2) or worse
2346 behavior.
2347 (allout-ascend-to-depth): Depend on allout-ascend, rather than
2348 reimplementing an algorithm.
2349 (allout-up-current-level): Depend on allout-ascend, rather than
2350 reimplementing an algorithm. Return to start-point if we fail.
2351 (allout-descend-to-depth): Use allout-recent-depth variable
2352 instead of function.
2353 (allout-next-sibling): On traversal of numerous intervening
2354 topics, resort to economical allout-next-sibling-leap.
2355 (allout-next-sibling-leap): Specialized version of
2356 allout-next-sibling that uses allout-ascend cleverly, to depend on
2357 a regexp search to leap large numbers of contained topics, rather
2358 than arbitrarily many one-by-one traversals.
2359 (allout-next-visible-heading): Disqualify aberrant topics.
2360 (allout-previous-visible-heading): Position consistently when
2361 interactive.
2362 (allout-forward-current-level): Base on allout-previous-sibling
2363 rather than (differently) reimplmenting the algorithm. Remove some
2364 unused variables.
2365 (allout-solicit-alternate-bullet): Present default choice stripped
2366 of text properties.
2367 (allout-rebullet-heading): Use bullet stripped of text properties.
2368 Register changes using allout-exposure-change-hook.
2369 Disregard aberrant topics.
2370 (allout-shift-in): With universal-argument, make topic a peer of
2371 it's former offspring. Simplify the code by separating out
2372 allout-shift-out functionality.
2373 (allout-shift-out): With universal-argument, make offspring peers
2374 of their former container, and its siblings. Implement the
2375 functionality here, rather than inappropriately muddling the
2376 implementation of allout-shift-in.
2377 (allout-rebullet-topic): Respect additional argument for new
2378 parent-child separation function.
2379 (allout-yank-processing): Use allout-ascend directly.
2380 (allout-show-entry): Disqualify aberrant topics.
2381 (allout-show-children): Handle discontinuous children gracefully,
2382 extending the depth being revealed to expose them and posting a
2383 message indicating the situation.
2384 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
2385 Leave cursor in correct position.
2386 (allout-hide-current-subtree): Use allout-ascend directly.
2387 Disqualify aberrant topics.
2388 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
2389 a way that the yanks can restore it, as used to happen.
2390 (allout-yank-processing): Restore exposure layout as recorded by
2391 allout-kill-*, as used to happen.
2392 (allout-annotate-hidden, allout-hide-by-annotation): New routines
2393 for preseving and restoring exposure layout across kills.
2394 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
2395 (allout-encrypt-string): Strip text properties.
2396 Rearranged order and outline-headings for some of the
2397 miscellaneous functions.
2398 (allout-resolve-xref): No need to quote the error name in the
2399 condition-case handler section.
2400 (allout-flatten): Classic recursive (and recursively intensive,
2401 without tail-recursion) list-flattener, needed by allout-shift-out
2402 when confronted with discontinuous children.
2403
2404 2006-09-16 Jason Rumney <jasonr@gnu.org>
2405
2406 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
2407 on ms-windows.
2408 (dnd-open-unc-file): Remove.
2409 (dnd-open-local-file): Mention in doc string that it also handles
2410 remote files if the system natively supports unc file-names.
2411
2412 2006-09-15 Kim F. Storm <storm@cua.dk>
2413
2414 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
2415 all necessary information about the event before erasing *Help*.
2416
2417 * simple.el (line-move-partial): Use window-line-visiblity to
2418 quickly check whether last line is partially visible, and only do
2419 the hard (and slow) part in that case.
2420
2421 2006-09-15 Jay Belanger <belanger@truman.edu>
2422
2423 * COPYING: Replace "Library Public License" by "Lesser Public
2424 License" throughout.
2425
2426 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2427
2428 * term/x-win.el (x-menu-bar-open): New function for F10.
2429
2430 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
2431
2432 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2433 Disallow filenames containing " -" to avoid confusion with libtool
2434 compilation messages. Suggested by Stefan Monnier.
2435
2436 2006-09-15 David Kastrup <dak@gnu.org>
2437
2438 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
2439 instead of buffer position for `mouse-on-link-p'.
2440
2441 * mouse.el (mouse-posn-property): New function looking up the
2442 properties at a click position in overlays and text properties in
2443 either buffer or strings.
2444 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
2445 of both `follow-link' as well as `mouse-face' properties.
2446 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
2447 buffer position.
2448
2449 * help.el (describe-key-briefly): When reading a down-event on
2450 mode lines or scroll bar, swallow the following up event, too.
2451 Use the new mouse sensitity of `key-binding' for lookup.
2452 (describe-key): The same here.
2453
2454 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
2455
2456 * play/life.el (life-patterns): Add a few more interesting patterns.
2457 (life-setup): Force `show-trailing-whitespace' to nil.
2458
2459 2006-09-14 Richard Stallman <rms@gnu.org>
2460
2461 * startup.el (fancy-splash-text): Change text to improve alignment.
2462 (fancy-splash-screens): Don't set non-standard tab width.
2463 Bind cursor-type temporarily, and make it easy to patch to
2464 preserve the splash buffer.
2465 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
2466 (fancy-splash-screens): Display echo-area message explicitly.
2467 Don't set fancy-splash-help-echo.
2468
2469 * simple.el (line-number-mode): Group mode-line instead of
2470 editing-basics.
2471 (column-number-mode, size-indication-mode): Likewise.
2472
2473 * faces.el (mode-line-faces): Group mode-line instead of modeline.
2474
2475 * time.el (display-time): Group mode-line instead of modeline.
2476
2477 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
2478
2479 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
2480
2481 * startup.el (fancy-splash-text): Move editing instructions to
2482 fancy-splash-head.
2483 (fancy-splash-head): Issue editing instructions.
2484 (fancy-splash-screens): Fixup whitespace.
2485
2486 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2487
2488 * bindings.el (mode-line-buffer-identification-keymap):
2489 Remove duplicate line.
2490
2491 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2492
2493 * ido.el (ido-ignore-item-p): Allow any kind of functions in
2494 ignore lists.
2495
2496 2006-09-14 Kim F. Storm <storm@cua.dk>
2497
2498 * jit-lock.el (jit-lock-fontify-again): New function.
2499 (jit-lock-fontify-now): Use it instead of lambda form.
2500
2501 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
2502
2503 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
2504 (flyspell-auto-correct-word): Make ispell-filter local to these
2505 functions. Check that ispell-filter has new stuff before calling
2506 ispell-parse-output.
2507
2508 2006-09-13 Kim F. Storm <storm@cua.dk>
2509
2510 * simple.el (line-move-partial): Optimize.
2511
2512 2006-09-13 Richard Stallman <rms@gnu.org>
2513
2514 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
2515 Delete spurious backquote.
2516
2517 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
2518
2519 * net/rcirc.el (rcirc-print): Fix last change.
2520
2521 2006-09-12 Jay Belanger <belanger@truman.edu>
2522
2523 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
2524
2525 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
2526
2527 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
2528 rcirc-show-maximum-output.
2529 (rcirc-mode): Remove window-scroll-function hook.
2530 (rcirc-scroll-to-bottom): Remove function.
2531 (rcirc-print): Recenter so point stays at the bottom of the window
2532 if point was already there.
2533
2534 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
2535
2536 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
2537 not to "t".
2538 * progmodes/compile.el (compilation-start): Likewise.
2539 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
2540 Don't use expand-file-name on invocation-directory, since this
2541 might mishandle special characters in invocation-directory.
2542
2543 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2544
2545 * pcvs-defs.el: Remove * in defcustom's docstrings.
2546
2547 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
2548
2549 * progmodes/compile.el (compilation-directory-properties):
2550 Doc fix for help-echo.
2551
2552 2006-09-12 Lars Hansen <larsh@soem.dk>
2553
2554 * desktop.el (desktop-read): Add comment.
2555
2556 2006-09-12 Kim F. Storm <storm@cua.dk>
2557
2558 * simple.el (next-error-highlight, next-error-highlight-no-select):
2559 Fix spelling error.
2560
2561 * subr.el (sit-for): Rework to use input-pending-p and cond.
2562 Return nil input is pending on entry also for SECONDS <= 0.
2563 (while-no-input): Use input-pending-p instead of sit-for.
2564
2565 2006-09-11 Richard Stallman <rms@gnu.org>
2566
2567 * simple.el (next-error-highlight, next-error-highlight-no-select):
2568 Fix custom type and doc strings.
2569
2570 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
2573 (diff-apply-hunk): Use it to ask for confirmation.
2574
2575 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
2576
2577 * emacs-lisp/cl.el (pushnew): Add missing `,'.
2578
2579 2006-09-11 David Kastrup <dak@gnu.org>
2580
2581 * help.el (string-key-binding, describe-key-briefly)
2582 (describe-key): Remove `string-key-binding' and its callers since
2583 `key-binding' already caters for the proper lookup now.
2584
2585 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2586
2587 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
2588 (cfengine-mode): Use it. Fix \ syntax to be like /.
2589
2590 * bindings.el (mode-line-buffer-identification-keymap):
2591 Move initialization into declaration.
2592
2593 2006-09-10 Kim F. Storm <storm@cua.dk>
2594
2595 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
2596 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
2597 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
2598 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
2599
2600 2006-09-10 Richard Stallman <rms@gnu.org>
2601
2602 * dired-aux.el: Handle errors in recursive copy usefully.
2603 (dired-create-files-failures): New variable.
2604 (dired-copy-file): Remove condition-case.
2605 (dired-copy-file-recursive): Check for errors on all file
2606 operations, and add them to dired-create-files-failures.
2607 Check file file-date-erorr here too.
2608 (dired-create-files): Check dired-create-files-failures
2609 and report those errors too.
2610
2611 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
2612
2613 * subr.el (add-to-list): New argument COMPARE-FN.
2614
2615 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
2616
2617 * filecache.el (file-cache-add-directory)
2618 (file-cache-add-directory-list, file-cache-add-file)
2619 (file-cache-add-directory-using-find)
2620 (file-cache-add-directory-using-locate)
2621 (file-cache-add-directory-recursively): Add autoloads.
2622
2623 2006-09-09 Richard Stallman <rms@gnu.org>
2624
2625 * textmodes/conf-mode.el (conf-space-mode):
2626 Use hack-local-variables-hook instead of calling hack-local-variables.
2627 (conf-space-keywords-override): New variable.
2628 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
2629 (conf-space-mode): Always make conf-space-keywords and
2630 conf-space-keywords-override local.
2631 Call conf-space-mode-internal directly as well as via hook.
2632
2633 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2634
2635 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
2636 quasi-keywords.
2637
2638 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2639
2640 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
2641 (python-send-string): Be slightly more careful about adding \n.
2642
2643 * startup.el (normal-splash-screen): Don't display the buffer if we'll
2644 kill it right away anyway.
2645
2646 2006-09-09 Eli Zaretskii <eliz@gnu.org>
2647
2648 * international/codepage.el (cp850-decode-table): Fix a few codes.
2649 (cp858-decode-table): New variable.
2650
2651 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
2652
2653 * net/ldap.el (ldap-search-internal): Doc fix.
2654
2655 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2656
2657 * play/life.el (life-display-generation): Test for input manually if
2658 `sleeptime' is negative or null.
2659
2660 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
2661 (print-region-1): Substitute `%s' with the page title.
2662
2663 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
2664
2665 * locate.el (locate-current-search): New variable.
2666 (locate): Set buffer local value. Use current buffer if it is
2667 in Locate mode.
2668 (locate-mode): Disable undo here.
2669 (locate-do-setup): Use locate-current-filter from buffer to be killed.
2670 (locate-update): Use locate-current-search and locate-current-filter.
2671
2672 2006-09-08 David Kastrup <dak@gnu.org>
2673
2674 * desktop.el (desktop-read): When loading a desktop, disable
2675 saving it while the load progresses, and switch off a pending lazy
2676 load by calling `desktop-lazy-abort'.
2677
2678 2006-08-27 Martin Rudalics <rudalics@gmx.at>
2679
2680 * window.el (mouse-autoselect-window-timer)
2681 (mouse-autoselect-window-position)
2682 (mouse-autoselect-window-window)
2683 (mouse-autoselect-window-now): New vars.
2684 (mouse-autoselect-window-cancel)
2685 (mouse-autoselect-window-select)
2686 (mouse-autoselect-window-start): New functions.
2687 (handle-select-window): Call `mouse-autoselect-window-start' when
2688 delayed window autoselection is enabled.
2689
2690 * cus-start.el (mouse-autoselect-window): Handle delayed window
2691 autoselection.
2692
2693 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
2694 commands after which it is allowed to print in the echo area.
2695
2696 2006-09-08 Richard Stallman <rms@gnu.org>
2697
2698 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
2699
2700 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
2701 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
2702
2703 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
2704 (cancel-timer-internal): Add doc string.
2705 (cancel-function-timers): Doc fix.
2706 (with-timeout-handler, timer-event-last*): Add doc strings.
2707
2708 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
2709
2710 * files.el (risky-local-variable-p): Match ...-bindat-spec.
2711
2712 * dired.el (dired-log-summary): Add doc string.
2713
2714 * cus-edit.el (custom-menu-create): Bind deactivate-mark here
2715 (custom-group-menu-create): Not here.
2716
2717 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
2718
2719 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
2720
2721 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2722
2723 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
2724 (mac-apple-event-map): Define its handler.
2725
2726 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
2727
2728 * net/ldap.el (ldap-search-internal): Handle `auth' key.
2729
2730 2006-09-07 Magnus Henoch <mange@freemail.hu>
2731
2732 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
2733 clause.
2734
2735 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2736
2737 * info.el (Info-index): Bind completion-ignore-case.
2738
2739 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2740
2741 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
2742 previous commit.
2743 (inferior-prolog-guess-flavor): New fun left out of previous commit.
2744 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
2745 burp in dedicated windows.
2746 (inferior-prolog-self-insert-command): New command.
2747 (inferior-prolog-mode-map): Use it.
2748
2749 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
2750
2751 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
2752
2753 * international/code-pages.el: Add cp858.
2754
2755 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2756
2757 * dnd.el: Fix bootstrapping.
2758
2759 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2760
2761 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
2762 (dnd-open-remote-url): New function.
2763 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
2764 not windows-nt.
2765
2766 2006-09-07 Jason Rumney <jasonr@gnu.org>
2767
2768 * dnd.el (dnd-open-remote-file-function): New variable.
2769 (dnd-open-unc-file): New function.
2770 (dnd-open-file): Call dnd-open-remote-file-function if set.
2771
2772 2006-09-06 Daiki Ueno <ueno@unixuser.org>
2773
2774 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
2775 pgg-passphrase-coding-system rather than locale-coding-system.
2776 * pgg-def.el (pgg-passphrase-coding-system): New user option.
2777
2778 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2779
2780 * progmodes/prolog.el: Remove * in docstrings.
2781 (prolog-program-name): Add SWI prolog.
2782 (prolog-mode-menu): New menu.
2783 (prolog-mode): Set comment-add.
2784 (prolog-indent-line): Simplify. Use indent-line-to.
2785 (inferior-prolog-buffer): New var.
2786 (inferior-prolog-run, inferior-prolog-process): New funs.
2787 (run-prolog, switch-to-prolog): Rewrite, using them.
2788 (prolog-consult-region): Use inferior-prolog-buffer.
2789 (inferior-prolog-load-file): New function.
2790 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
2791
2792 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
2793 last word, if it's not the end of the paragraph.
2794
2795 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
2796 file name.
2797
2798 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
2799
2800 * frame.el (display-mm-dimensions-alist): New defcustom.
2801 (display-mm-height, display-mm-width): Use it.
2802
2803 2006-09-06 Simon Josefsson <jas@extundo.com>
2804
2805 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
2806
2807 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
2808
2809 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
2810 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
2811 string values.
2812
2813 2006-09-06 Kim F. Storm <storm@cua.dk>
2814
2815 * simple.el (line-move-partial): New function to do vscrolling for
2816 partially visible images / tall lines. Rewrite based on code
2817 previously in line-move. Simplify backwards vscrolling.
2818 (line-move): Use it. Simplify.
2819
2820 2006-09-05 Kim F. Storm <storm@cua.dk>
2821
2822 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
2823
2824 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
2825
2826 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2827 Process the `gcc-include' after the `gnu' rule.
2828
2829 2006-09-05 Kim F. Storm <storm@cua.dk>
2830
2831 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
2832
2833 2006-09-05 Daiki Ueno <ueno@unixuser.org>
2834
2835 * pgg.el (pgg-clear-string): Alias to clear-string for backward
2836 compatibility.
2837
2838 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
2839 inhibit-redisplay; encode passphrase with locale-coding-system.
2840
2841 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2842
2843 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
2844
2845 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
2846
2847 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
2848 (gdb-var-list-children-regexp): Make type field optional.
2849
2850 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
2851 e.g public, protected in C++.
2852
2853 2006-09-04 John Paul Wallington <jpw@pobox.com>
2854
2855 * simple.el (completion-show-help): New defcustom.
2856 (completion-setup-function): Heed it.
2857
2858 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2859
2860 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
2861
2862 2006-09-04 Richard Stallman <rms@gnu.org>
2863
2864 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
2865 (rsf-min-region-to-spam-list): Doc fix.
2866 (rsf-add-content-type-field): Doc fix.
2867
2868 * simple.el (kill-region): Explicitly test there is a region.
2869
2870 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
2871
2872 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
2873 sendmail in several common directories.
2874
2875 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
2876
2877 * paths.el (sendmail-program): Removed.
2878
2879 2006-09-04 Daiki Ueno <ueno@unixuser.org>
2880
2881 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
2882 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
2883 http://article.gmane.org/gmane.emacs.gnus.general/50457
2884
2885 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
2886
2887 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
2888 mark after running the menu filter.
2889
2890 2006-09-03 Juri Linkov <juri@jurta.org>
2891
2892 * international/quail.el (quail-defrule-internal): Add a check
2893 if a key is a vector.
2894
2895 2006-09-02 Juri Linkov <juri@jurta.org>
2896
2897 * man.el (Man-topic-history): New variable.
2898 (man): Use it.
2899
2900 * woman.el (woman-topic-history): Change defvar to defvaralias
2901 for symbol `Man-topic-history'.
2902
2903 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
2904 `comint-last-output-start' is a marker by using `markerp' and
2905 check if it has a position by using `marker-position', and use
2906 this position for `goto-char'.
2907
2908 * international/quail.el (quail-defrule-internal): Add missing
2909 `error' call for null key.
2910
2911 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
2912
2913 * rcirc.el (rcirc-keywords): New variable.
2914 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
2915 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
2916 variables.
2917 (rcirc-responses-no-activity): New function.
2918 (rcirc-handler-generic): Check for responses in above.
2919 (rcirc-process-command): Add ?: character to arguments of raw
2920 server commands.
2921 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
2922 `rcirc-dim-nicks'.
2923 (rcirc-gray-toggle): Remove unused variable.
2924 (rcirc-print): Remove some tracking logic, which is moved into
2925 markup functions.
2926 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
2927 types.
2928 (rcirc-activity-string): Look for 'keyword in activity-types.
2929 (rcirc-window-configuration-change): Don't erase overlay-arrow
2930 unnecessarily.
2931 (rcirc-add-or-remove): New function.
2932 (rcirc-cmd-ignore): Use it.
2933 (rcirc-message-leader): Remove unused function.
2934 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
2935 (rcirc-add-face): New function.
2936 (rcirc-facify): Use rcirc-add-face.
2937 (rcirc-url-regexp): Add parens.
2938 (rcirc-map-regexp): Remove function.
2939 (rcirc-mangle-regexp): Remove function.
2940 (rcirc-markup-text-functions): New variable.
2941 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
2942 (rcirc-markup-body-text, rcirc-markup-attributes)
2943 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
2944 (rcirc-markup-bright-nicks): New markup handler functions.
2945 (rcirc-nick-in-message-full-line): New face.
2946 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
2947 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
2948
2949 2006-09-02 Martin Rudalics <rudalics@gmx.at>
2950
2951 * cus-start.el (hscroll-margin, hscroll-step)
2952 (mode-line-in-non-selected-windows, mouse-autoselect-window)
2953 (x-use-underline-position-properties): Change version to "22.1"
2954 since they will appear there for the first time.
2955
2956 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
2957
2958 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
2959
2960 2006-08-31 Richard Stallman <rms@gnu.org>
2961
2962 * cus-edit.el (custom-save-variables): Slight cleanup.
2963 (Custom-no-edit): Renamed from custom-no-edit.
2964 (Custom-newline): Renamed from custom-newline.
2965 (custom-mode-map): Use new names.
2966
2967 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
2968 about customization, rather than M-x customize, in the doc string
2969 made for the defcustom.
2970
2971 * emacs-lisp/trace.el (trace-function-background): Doc fix.
2972
2973 2006-08-31 Romain Francoise <romain@orebokech.com>
2974
2975 * dired-x.el (dired-guess-shell-alist-default): Update.
2976
2977 2006-08-31 Michael Mauger <mmaug@yahoo.com>
2978
2979 * custom.el (custom-theme-set-variables): Autoload packages before
2980 sorting the variables.
2981
2982 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
2983
2984 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
2985 chars if XEmacs.
2986 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
2987
2988 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2989
2990 * progmodes/python.el (python-eldoc-function): Re-enable quit while
2991 waiting for process.
2992
2993 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2994
2995 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
2996 results in ASCII-only string, encode original one directly.
2997
2998 2006-08-29 Romain Francoise <romain@orebokech.com>
2999
3000 * startup.el (normal-splash-screen, fancy-splash-screens):
3001 Make buffer read-only and arrange to enter view mode if necessary.
3002
3003 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
3004
3005 * hl-line.el (hl-line): New face.
3006 (hl-line-face): Use it.
3007
3008 * image-mode.el (image-mode): Fix last fix.
3009 Suggested by Kim F. Storm.
3010
3011 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
3012
3013 Sync with Tramp 2.0.54.
3014
3015 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
3016 of `=', because `tramp-get-remote-gid' might not always return an
3017 integer when expected.
3018 (tramp-register-file-name-handlers): `partial-completion-mode' is
3019 unknown to XEmacs.
3020 (tramp-time-diff): Don't use `floor', it might fail for large
3021 differences.
3022 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
3023 `tramp-auto-save-directory' if unset in order to guarantee unique
3024 auto-save file names.
3025
3026 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
3027
3028 * image-mode.el (image-mode): Display image as text on a terminal.
3029
3030 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3031
3032 * progmodes/python.el (python-send-command): Simplify.
3033 (run-python): Don't generate a new buffer unless `new' was specified.
3034 Make sure we send `import emacs' to the proper process.
3035
3036 * progmodes/python.el (python-send-command): Don't wait for the command
3037 to terminate. Don't fiddle with compilation-parsing-end.
3038
3039 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
3040
3041 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3042 Insert commentary after first line summary.
3043
3044 * woman.el (woman-follow): New function, based on `man-follow'.
3045 (woman-mode-map): Use it.
3046
3047 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
3048 since ibuffer-do-sort-by-recency does not define a sorter.
3049
3050 2006-08-28 Kim F. Storm <storm@cua.dk>
3051
3052 * find-dired.el (find-dired): Use shell-quote-argument to properly
3053 escape ( and ) args. Also use it on {} and ; args in default
3054 value of find-ls-option string.
3055 (find-grep-dired): Use shell-quote-argument on {} and ; args.
3056
3057 2006-08-27 Michael Olson <mwolson@gnu.org>
3058
3059 * emacs-lisp/tq.el: Small grammar fix in comments.
3060 (tq-enqueue): Check for existence of queue rather than the
3061 head queue item's question, which was a no-op.
3062 (tq-filter, tq-process-buffer): Make sure the process buffer
3063 exists before making it the current buffer.
3064
3065 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3066
3067 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
3068 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
3069 (special-event-map): Apply 2006-08-16 change for x-win.el.
3070
3071 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
3072
3073 * progmodes/python.el (python-send-receive): Wait in the
3074 process's buffer so as to check the right buffer-local variables.
3075
3076 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
3077
3078 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
3079 (defgroup checkdoc): Move to beginning.
3080
3081 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
3082 (python-preoutput-continuation): Remove.
3083 (python-preoutput-filter): Simplify correspondingly.
3084 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
3085 Loop around to catch embedded _emacs_out output.
3086 (run-python): Send the import&print command on a single line.
3087 (python-send-command): Send command&print on a single line.
3088 (python-send-string): Only add double \n if needed.
3089 (python-send-receive): Loop until the result comes.
3090 (python-mode-running): Defvar it.
3091 (python-setup-brm): Remove unused var `menu'.
3092 Only bind py-mode-map and `features' around brm-init.
3093 (python-calculate-indentation): Remove unused var `point'.
3094 (python-beginning-of-defun): Remove unused var `def-line'.
3095
3096 2006-08-25 Richard Stallman <rms@gnu.org>
3097
3098 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
3099
3100 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
3101
3102 * viper.el (viper-set-hooks): Use frame bindings for
3103 viper-vi-state-cursor-color.
3104 (viper-non-hook-settings): Don't set default
3105 mode-line-buffer-identification.
3106
3107 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
3108 (viper-set-cursor-color-according-to-state)
3109 (viper-get-saved-cursor-color-in-replace-mode)
3110 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
3111 viper-emacs-state-cursor-color.
3112
3113 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
3114 (viper-undo): Use point if undo-beg-posn is nil.
3115 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
3116 (viper-after-change-undo-hook): Don't use
3117 viper-emacs-state-cursor-color by default.
3118 (viper-undo): More sensible positioning after undo.
3119
3120 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
3121 (viper-emacs-state-cursor-color): Default to nil, since this feature
3122 doesn't work well yet.
3123
3124 * ediff-mult.el (ediff-intersect-directories)
3125 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
3126 always expand filenames.
3127
3128 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3129
3130 * tumme.el: Remove * in defcustoms's docstrings.
3131
3132 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
3133
3134 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
3135 Accept internal time format for SECS arg.
3136 (timer-relative-time): Doc fix.
3137
3138 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
3139 adapted from Martin Rudalics.
3140 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
3141 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
3142 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
3143 using sit-for.
3144
3145 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
3146
3147 * cus-start.el (all): Add `overline-margin' and
3148 `x-underline-at-descent-line'.
3149
3150 2006-08-24 Kim F. Storm <storm@cua.dk>
3151
3152 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
3153 to mean "use find -exec"; nil now unambiguously means auto-detect.
3154 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
3155 Use shell-quote-argument to build grep-find-command and
3156 grep-find-template.
3157 (rgrep): Use shell-quote-argument to properly quote arguments to find.
3158 Reported by Tom Seddon.
3159
3160 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
3161
3162 * startup.el (fancy-splash-head): Give instructions for dismissing
3163 the splash screen for default startup too.
3164 (display-startup-echo-area-message, fancy-splash-screens)
3165 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
3166 all splash text at once and keep the splash buffer around.
3167 (command-line-1): Give display-startup-echo-area-message a t arg.
3168
3169 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
3170
3171 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
3172 gnus frame is selected.
3173
3174 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
3175
3176 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
3177
3178 2006-08-22 Kim F. Storm <storm@cua.dk>
3179
3180 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
3181 Add suffix matching for subdirs.
3182
3183 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
3184
3185 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
3186 mouse-yank-at-point is non-nil.
3187
3188 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
3189
3190 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
3191 a bit wider and remove fringes to fit initial output on line.
3192
3193 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
3194
3195 * frame.el (blink-cursor-end): Only ignore the error we care about.
3196 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
3197
3198 2006-08-21 Richard Stallman <rms@gnu.org>
3199
3200 * whitespace.el (whitespace-cleanup): Doc fix.
3201
3202 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
3203
3204 * net/rcirc.el (rcirc-show-maximum-output): New var.
3205 (rcirc-buffer-process): If no buffer argument is supplied, use
3206 current-buffer.
3207 (rcirc-complete-nick): Complete to the last completed nick first.
3208 (rcirc-mode): Preserve the value of `rcirc-urls' across
3209 connections. Setup scroll function.
3210 (rcirc-scroll-to-bottom): New function.
3211 (rcirc-print): Use nick syntax around regexp work.
3212 Notice dim-nicks speaking only if they say our nick.
3213 (rcirc-update-activity-string): Do not show the modeline indicator
3214 if there are no live rcirc processes.
3215 (rcirc-cmd-ignore): Ignore case.
3216 (rcirc-browse-url-at-point): Fix off-by-one error.
3217
3218 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3219
3220 * progmodes/python.el: Remove * in defcustom docstrings.
3221 (run-python, python-proc, python-try-complete): Use derived-mode-p.
3222 (python-mode): Set tab-width and indent-tabs-mode.
3223
3224 2006-08-20 Dave Love <fx@gnu.org>
3225
3226 * progmodes/python.el: Update to Dave Love's latest version.
3227 (python-font-lock-keywords, python-mode): Don't use
3228 font-lock-syntax-table, but match symbol elements explicitly instead.
3229 (python-mode-map): Add help, and a few more key bindings.
3230 (python-skip-comments/blanks): Move out of comments as well.
3231 (python-continuation-line-p): Behave better with unbalanced parens.
3232 (python-blank-line-p): New fun.
3233 (python-open-block-statement-p): Don't use a heuristic.
3234 (python-outdent-p): Better handle blocks-in-the-same-line.
3235 (python-calculate-indentation): Misc improvements.
3236 (python-comment-indent): Remove.
3237 (python-block-pairs): New var.
3238 (python-first-word): New fun.
3239 (python-indentation-levels): Handle more common cases.
3240 (python-indent-line-1): Add `leave' argument.
3241 (python-indent-region): New fun.
3242 (python-skip-out): New fun.
3243 (python-beginning-of-statement, python-end-of-statement): Use it.
3244 (python-next-statement): Return correct count even at eob.
3245 (python-end-of-block): Fix paren-typo.
3246 (python-imenu-create-index): Add module variables.
3247 (run-python): Add `new' arg.
3248 Check we're at a prompt before returning.
3249 (python-send-command): Move to end of buffer.
3250 Wait for prompt to return.
3251 (python-set-proc): New fun.
3252 (python-imports): New var.
3253 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
3254 (python-eldoc-function): Try to move out of arg list.
3255 (python-outline-level): Offset by 1.
3256 (python-find-imports): New fun.
3257 (python-symbol-completions): Use python-imports.
3258 (python-module-path, ffap-alist): Add support for ffap.
3259 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
3260 (python-insert-*, python-default-template, python-expand-template):
3261 Add templates/skeletons.
3262 (python-setup-brm): Support for Bicycle Repair Man.
3263 (python-abbrev-syntax-table): New var.
3264 (python-abbrev-pc-hook, python-pea-hook): New funs.
3265
3266 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
3267
3268 * frame.el (blink-cursor-start): Set timer first.
3269 (blink-cursor-end): Ignore timer cancelling errors.
3270 Suggested by Ken Manheimer.
3271
3272 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
3273
3274 * newcomment.el (comment-box): Call `comment-normalize-vars'.
3275 Add autoload cookie.
3276
3277 2006-08-20 Richard Stallman <rms@gnu.org>
3278
3279 * simple.el (line-number-at-pos): Doc fix.
3280
3281 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
3282 timer-activate-when-idle, so timer can run before Emacs becomes
3283 non-idle again.
3284
3285 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
3286
3287 * whitespace.el (whitespace-cleanup-internal): New optional arg
3288 REGION-ONLY. If it's non-nil, modify the message to the user
3289 accordingly.
3290 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
3291 a non-nil argument.
3292
3293 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
3294
3295 * rect.el (spaces-string): Simplify and add doc string.
3296
3297 2006-08-17 Romain Francoise <romain@orebokech.com>
3298
3299 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
3300
3301 2006-08-17 Richard Stallman <rms@gnu.org>
3302
3303 * compare-w.el (compare-windows): lambda's take an arg and pass
3304 it to compare-windows-skip-whitespace.
3305
3306 2006-08-17 Martin Rudalics <rudalics@gmx.at>
3307
3308 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
3309 the right buffer.
3310
3311 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
3312
3313 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
3314 removed files.
3315
3316 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
3317
3318 * progmodes/gdb-ui.el (gdb-locals-watch-map)
3319 (gdb-locals-watch-map-1): Suppress keymap first.
3320 (gdb-edit-locals-map-1): New variable.
3321 (gdb-edit-locals-value): New function.
3322 (gdb-stack-list-locals-handler): Use them.
3323
3324 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3325
3326 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
3327 cursor would normally be drawn in the fringe.
3328
3329 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
3330 Reported by Martin Rudalics <rudalics@gmx.at>.
3331
3332 2006-08-16 Richard Stallman <rms@gnu.org>
3333
3334 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
3335 (special-event-map): Process drag-n-drop events this way.
3336
3337 * simple.el (move-beginning-of-line): Test whether fields
3338 would prevent motion back to line's first visible character.
3339 If so, stop where the fields would stop the motion.
3340
3341 * newcomment.el (comment-indent): Fully update INDENT
3342 before checking to see if it will change the text.
3343
3344 * cus-edit.el (custom-newline): New function.
3345 (custom-mode-map): Bind newline to custom-newline.
3346
3347 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
3348 into ignore-whitespace.
3349 Check each buffer for its skip-function.
3350 Handle compare-windows-skip-whitespace special-case test
3351 by returning t from default skip function.
3352
3353 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
3354
3355 * textmodes/org.el (org-clock-special-range)
3356 (org-clock-update-time-maybe): New functions.
3357 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
3358 not only a-z.
3359 (org-agenda-get-blocks): Allow multiple blocks per headline.
3360 (org-timestamp-change): Call `org-clock-update-time-maybe'.
3361 (org-export-html-title-format)
3362 (org-export-html-toplevel-hlevel): New options.
3363 (org-export-language-setup): Add support for Czech.
3364 (org-mode, org-insert-todo-heading, org-find-visible)
3365 (org-find-invisible, org-invisible-p, org-invisible-p2)
3366 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
3367 (org-show-subtree, org-show-entry, org-make-options-regexp):
3368 Remove compatibility support for old outline-mode.
3369 (org-check-occur-regexp): Funtion removed.
3370 (org-on-heading-p, org-back-to-heading): Made defalias.
3371 (org-set-local): New defsubst.
3372 (org-set-regexps-and-options, org-mode)
3373 (org-set-font-lock-defaults, org-edit-agenda-file-list)
3374 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
3375 (org-remember-apply-template, org-table-edit-field)
3376 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
3377 (org-set-autofill-regexps): Use `org-set-local'.
3378 (org-table-eval-formula): Fix bug with parsing of display flags.
3379
3380 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
3381
3382 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
3383 frame with fringe arrow. Suggested by Simon Marshall
3384 <simon.marshall@misys.com>.
3385 (gdb-stack-position): New variable.
3386 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
3387 (gdb-frames-mode): Set gdb-stack-position to nil.
3388 Add to overlay-arrow-variable-list
3389 (gdb-reset): Delete gdb-stack-position from above list.
3390
3391 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3392
3393 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
3394 read only.
3395
3396 2006-08-13 Romain Francoise <romain@orebokech.com>
3397
3398 * cus-theme.el (customize-create-theme)
3399 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
3400
3401 * filesets.el (filesets-add-buffer): Ditto.
3402
3403 * pcvs.el (cvs-change-cvsroot): Ditto.
3404
3405 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
3406
3407 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
3408 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
3409 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
3410 expressions.
3411 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
3412 Only search till end of line.
3413 Add face to function names in case of no filename.
3414 Add face to variable names of watchpoints.
3415
3416 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
3417
3418 * cus-start.el <indent-tabs-mode>: Move to the `indent'
3419 customization group.
3420
3421 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
3422
3423 * allout.el (allout-prior-bindings, allout-added-bindings):
3424 Remove, after long deprecation.
3425 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
3426 Add customization vars controlling allout-beginning-of-line and
3427 allout-end-of-line conveniences.
3428 (allout-header-prefix, allout-use-mode-specific-leader)
3429 (allout-use-mode-specific-leader, allout-mode-leaders):
3430 Revise docstrings.
3431 (allout-infer-header-lead): Change to be an alias for
3432 allout-infer-header-lead-and-primary-bullet.
3433 (allout-infer-header-lead-and-primary-bullet): New version of
3434 allout-infer-header-lead which assigns the primary bullet to the
3435 same as the header lead, when its being changed.
3436 (allout-infer-body-reindent): Apply regexp-quote instead of
3437 unconditionally prepending "\\", so that all literal
3438 allout-header-prefix and allout-primary-bullet strings are
3439 properly handled.
3440 (allout-add-resumptions): Add optional qualifier for extending or
3441 appending to existing values, rather than replacing them.
3442 (allout-view-change-hook): Clarify docstring.
3443 (allout-exposure-change-hook): Take explicit arguments, via
3444 run-hook-with-args.
3445 (allout-structure-added-hook)
3446 (allout-structure-deleted-hook)
3447 (allout-structure-shifted-hook): New hooks analogous to
3448 allout-exposure-change-hook for other kinds of structural outline
3449 edits.
3450 (allout-encryption-plaintext-sanitization-regexps): New encryption
3451 customization variable, by which cooperating modes can provde
3452 massage of the plaintext without actually being passed it.
3453 (allout-encryption-ciphertext-rejection-regexps)
3454 (allout-encryption-ciphertext-rejection-ceiling): New encryption
3455 customization variables, by which cooperating modes can prohibit
3456 rare but possible ciphertext patterns from fouling their
3457 operation, with actually being passed the ciphertext.
3458 (allout-mode): Run activation and deactivation hooks after the
3459 minor-mode variable has been toggled, to clarify the mode
3460 disposition. The new encryption ciphertext rejection variable is
3461 used to ensure that the ciphertext does not contain text that
3462 would be recognized as outline structural elements by allout.
3463 Substite allout-beginning-of-line and allout-end-of-line for
3464 conventionall beginning-of-line and end-of-line bindings.
3465 If allout-old-style-prefixes is non-nil, don't nullify it on mode
3466 activation!
3467 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
3468 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
3469 (allout-chart-subtree): Implement new mode, charting only the
3470 visible items in the subtree, when new 'visible' parameter is non-nil.
3471 (allout-end-of-subtree): Properly handle the last item in the buffer.
3472 (allout-pre-command-business, allout-command-counter):
3473 Increment an advertised counter so that cooperating enhancements can
3474 track revisions of items.
3475 (allout-open-topic): Run allout-structure-added-hook with suitable
3476 arguments.
3477 (allout-shift-in): Run allout-structure-shifted-hook with suitable
3478 arguments.
3479 (allout-shift-out): Fix doubling for negative args and ensure call
3480 of allout-structure-shifted-hook by solely using allout-shift-in.
3481 (allout-kill-line, allout-kill-topic):
3482 Run allout-structure-deleted-hook with suitable arguments.
3483 (allout-yank-processing): Run allout-structure-added-hook with
3484 proper arguments.
3485 (allout-yank): Enclose activity in allout-unprotected.
3486 (allout-flag-region): Run allout-exposure-change-hook with
3487 suitable arguments, instead of making the callee infer the arguments.
3488 (allout-encrypt-string):
3489 Support allout-encryption-plaintext-sanitization-regexps,
3490 allout-encryption-ciphertext-rejection-regexps, and
3491 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
3492 en/de cryption mode in symmetric encryption failure message.
3493 (allout-obtain-passphrase): Use copy-sequence to get a distinct
3494 copy of the passphrase, and don't zero it or we'll corrupt the
3495 stashed copy.
3496 (allout-create-encryption-passphrase-verifier)
3497 (allout-verify-passphrase): Respect the new signature for
3498 allout-encrypt-string.
3499 (allout-get-configvar-values): Convenience for getting a
3500 configuration variable value and handling its absence gracefully.
3501
3502 2006-08-11 Romain Francoise <romain@orebokech.com>
3503
3504 * obsolete/zone-mode.el: Delete.
3505
3506 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
3507
3508 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
3509
3510 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
3511
3512 * emacs-lisp/bindat.el (bindat-ip-to-string):
3513 Use `format-network-address' if possible.
3514
3515 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3516
3517 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
3518
3519 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
3520
3521 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
3522 restore unread-command-events here.
3523 (edebug-display): Do it here, to detect sit-for interruptions.
3524
3525 2006-08-10 Romain Francoise <romain@orebokech.com>
3526
3527 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
3528 (dns-mode-soa-auto-increment-serial): New user option.
3529 (dns-mode-soa-maybe-increment-serial): New function.
3530 (dns-mode): Add the latter to `write-contents-functions'.
3531
3532 * obsolete/zone-mode.el: Move to obsolete/ from net/.
3533 Delete autoload cookies.
3534
3535 2006-08-10 John Wiegley <johnw@newartisans.com>
3536
3537 * eshell/em-glob.el (eshell-glob-chars-list)
3538 (eshell-glob-translate-alist): Add support for [^g] in character globs.
3539
3540 2006-08-10 Richard Stallman <rms@gnu.org>
3541
3542 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
3543 (facemenu-set-face): Doc fix.
3544 (facemenu-listed-faces): Doc fix.
3545
3546 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
3547
3548 * avoid.el (mouse-avoidance-animating-pointer): New var.
3549 (mouse-avoidance-nudge-mouse): Use it.
3550 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
3551 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
3552 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
3553 Don't activate if currently animating. All callers changed.
3554
3555 2006-08-09 John Wiegley <johnw@newartisans.com>
3556
3557 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
3558 variable, which causes timeclock to report elapsed time worked,
3559 instead of just work remaining.
3560
3561 2006-08-09 Kenichi Handa <handa@m17n.org>
3562
3563 * international/latexenc.el (latexenc-find-file-coding-system):
3564 Fix for the case that the 2nd element of arg-list is a cons.
3565
3566 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
3567
3568 * info.el (Info-fontify-node): Handle preceding `in' for note
3569 reference hiding rules.
3570
3571 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3572
3573 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
3574 mistake a closing " for an opening one.
3575
3576 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3577
3578 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3579
3580 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3581
3582 * complete.el (PC-do-completion): Filter out completions matching
3583 completion-ignored-extensions before checking whether there are
3584 multiple completions.
3585 Don't use `list' unnecessarily when building completion tables.
3586
3587 2006-08-06 Richard Stallman <rms@gnu.org>
3588
3589 * help.el (describe-mode): Make minor mode list more concise.
3590
3591 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
3592
3593 * bindings.el: Give mode-line-format, mode-line-modes, and
3594 mode-line-position `standard-value' properties.
3595
3596 2006-08-05 Eli Zaretskii <eliz@gnu.org>
3597
3598 * buff-menu.el (list-buffers-noselect): For Info buffers, use
3599 "(file)node" instead of the file name.
3600
3601 2006-08-05 Richard Stallman <rms@gnu.org>
3602
3603 * faces.el (escape-glyph): Doc fix.
3604
3605 2006-08-04 Kenichi Handa <handa@m17n.org>
3606
3607 * international/mule-diag.el (describe-font): Improve docstring
3608 and error message. Use frame-parameter (not frame-parameters).
3609
3610 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3611
3612 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
3613 Correctly mark the end-of-docstring char.
3614
3615 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
3616
3617 * simple.el (line-move-to-column): Constrain move-to-column to
3618 current field.
3619
3620 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3621
3622 * font-lock.el (font-lock-beg, font-lock-end)
3623 (font-lock-extend-region-functions): New vars.
3624 (font-lock-extend-region-multiline)
3625 (font-lock-extend-region-wholelines): New functions.
3626 (font-lock-default-fontify-region): Use them.
3627 (font-lock-extend-jit-lock-region-after-change): Only round up
3628 if font-lock-default-fontify-region will do it as well.
3629
3630 * font-lock.el (font-lock-extend-after-change-region-function):
3631 Rename from font-lock-extend-region-function.
3632 (font-lock-extend-region): Remove by inlining at call sites.
3633 (font-lock-after-change-function): Don't needlessly round up to a whole
3634 number of lines.
3635 (font-lock-extend-jit-lock-region-after-change): Be more careful about
3636 the boundary conditions and the interactions between the various ways
3637 to extend the region.
3638
3639 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3640
3641 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
3642 modification status when forcing the second redisplay.
3643
3644 2006-08-03 Kim F. Storm <storm@cua.dk>
3645
3646 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
3647
3648 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3649
3650 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
3651 doesn't look like a file name.
3652
3653 * complete.el (PC-expand-many-files): Avoid signalling an error when
3654 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
3655
3656 2006-08-02 Andreas Schwab <schwab@suse.de>
3657
3658 * bindings.el (mode-line-format): Simplify reference to vc-mode.
3659
3660 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
3661
3662 * bindings.el (map): Make mode-line-buffer-identification-keymap
3663 before defining propertized-buffer-identification.
3664
3665 2006-08-01 Richard Stallman <rms@gnu.org>
3666
3667 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
3668
3669 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
3670
3671 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
3672 default value.
3673 (gdb-find-source-frame): New function.
3674 (menu): Add to menu bar.
3675
3676 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3677
3678 * font-core.el (font-lock-extend-region-function)
3679 (font-lock-extend-region): Move to font-lock.el.
3680
3681 * font-lock.el (font-lock-extend-region-function)
3682 (font-lock-extend-region): Move from font-core.el. Simplify.
3683
3684 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
3685 if needed.
3686 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
3687 (jit-lock-after-change-extend-region-functions): New hook.
3688 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
3689
3690 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
3691 (font-lock-turn-on-thing-lock): Use it.
3692
3693 * longlines.el (longlines-show-region): Make it work on read-only
3694 buffers as well.
3695
3696 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
3697
3698 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
3699
3700 2006-07-31 Richard Stallman <rms@gnu.org>
3701
3702 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
3703 (vhdl-speedbar-display-projects): Update old obsolete
3704 speedbar variable names.
3705
3706 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
3707
3708 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
3709 (gdb-stopped): Use it.
3710
3711 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
3712
3713 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
3714
3715 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
3716 for load-history elements.
3717
3718 2006-07-29 Eli Zaretskii <eliz@gnu.org>
3719
3720 * files.el (convert-standard-filename): For Cygwin, replace
3721 characters not allowed in Windows file names.
3722 (make-auto-save-file-name): Add Cygwin to the list of systems
3723 where the auto-save file name needs to be run through
3724 convert-standard-filename.
3725
3726 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
3727
3728 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
3729
3730 2006-07-28 Richard Stallman <rms@gnu.org>
3731
3732 * bindings.el (mode-line-frame-identification)
3733 (propertized-buffer-identification): Centralize the code
3734 to initialize the variable.
3735
3736 * progmodes/grep.el (grep-default-command): Catch errors from
3737 wildcard-to-regexp.
3738
3739 2006-07-29 Kim F. Storm <storm@cua.dk>
3740
3741 * progmodes/grep.el (grep-tag-default): New function.
3742 (grep-default-command, grep-read-regexp): Use it.
3743 (grep-read-files): Use car of grep-files-history or grep-files-aliases
3744 as default if nothing else applies.
3745
3746 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
3747
3748 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3749 Throw error if buffer is not in Dired and Wdired mode, respectively.
3750
3751 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
3752
3753 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
3754 self-insert-command keys don't activate buttons.
3755 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
3756
3757 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
3758
3759 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
3760 faces for enable character.
3761
3762 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
3763
3764 * Makefile.in (recompile): Update comment to reflect change
3765 on 2004-04-21.
3766
3767 2006-07-27 Richard Stallman <rms@gnu.org>
3768
3769 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
3770 (customize-package-emacs-version): Change msg when pkg has no entry.
3771 (custom-no-edit): On a button, do like widget-button-press.
3772
3773 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3774
3775 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
3776 S-tab and C-S-tab.
3777
3778 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
3779
3780 * progmodes/which-func.el (which-function): Fix documentation/
3781 comment typo.
3782
3783 2006-07-26 Richard Stallman <rms@gnu.org>
3784
3785 * textmodes/ispell.el (ispell-word): If we replace the word,
3786 move point to the end. Insert before deleting.
3787
3788 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
3789
3790 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
3791 a timer.
3792
3793 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
3794
3795 * tumme.el (tumme-backward-image): Add prefix argument. Add error
3796 when at first image.
3797 (tumme-forward-image): Add prefix argument. Add error when at last
3798 image.
3799
3800 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3801
3802 * tabify.el (tabify-regexp): Use more specific regexps.
3803 (tabify): Avoid modifying the buffer unnecessarily.
3804
3805 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
3806
3807 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
3808 (tumme-format-properties-string): Handle empty `buf'.
3809 (tumme-get-comment): Change variable names inside `let'.
3810 Add missing `let' variable that cause font-lock problems.
3811 (tumme-write-comments): Change variable names inside `let'.
3812 Add missing `let' variable that cause font-lock problems.
3813 (tumme-forward-image): Rename from `tumme-forward-char'.
3814 (tumme-backward-image): Rename from `tumme-backward-char'.
3815
3816 2006-07-25 Masatake YAMATO <jet@gyve.org>
3817
3818 * progmodes/ld-script.el (ld-script-keywords)
3819 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
3820 and add comments.
3821
3822 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
3823
3824 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
3825 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
3826 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
3827 for status indicator.
3828
3829 2006-07-24 Richard Stallman <rms@gnu.org>
3830
3831 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
3832
3833 * subr.el (dolist, dotimes): Use interned symbols for locals.
3834 (--dotimes-limit--, --dolist-tail--): New defvars.
3835 (looking-back): Doc fix.
3836
3837 * replace.el (replace-match-string-symbols): Handle dotted lists.
3838
3839 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
3840
3841 * tumme.el (tumme-write-tags): Add.
3842 (tumme-write-comments): Add.
3843 (tumme-tag-files): Change to use `tumme-write-tags'.
3844 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
3845 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
3846 (tumme-save-information-from-widgets): Change to use
3847 `tumme-write-comments' and `tumme-write-tags'.
3848 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
3849 (tumme-write-tag): Remove.
3850 (tumme-write-comment): Remove.
3851 (tumme-display-previous-thumbnail-original): Remove empty line.
3852 (tumme-widget-list): Add punctuation.
3853
3854 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
3855
3856 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
3857
3858 2006-07-24 Daiki Ueno <ueno@unixuser.org>
3859
3860 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3861 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
3862 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
3863
3864 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
3865
3866 * mouse.el (mouse-on-link-p): Doc fix.
3867
3868 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
3869
3870 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3871 Handle "C-h f `".
3872
3873 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3874
3875 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
3876 column.
3877
3878 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
3879
3880 * textmodes/table.el: Add move-beginning-of-line and
3881 move-end-of-line to Point Motion Only Group.
3882
3883 2006-07-22 Eric Hanchrow <offby1@blarg.net>
3884
3885 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
3886
3887 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3888
3889 * startup.el (user-mail-address): Initialize from the `EMAIL'
3890 environment variable first. Document this.
3891 (command-line): Ditto.
3892
3893 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
3894
3895 * help-mode.el (help-function-def, help-variable-def)
3896 (help-face-def): Print a message in the minibuffer.
3897
3898 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
3899
3900 * term/xterm.el (terminal-init-xterm): Fix key bindings
3901 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
3902
3903 2006-07-21 Eli Zaretskii <eliz@gnu.org>
3904
3905 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
3906 where `(nth 1 command)' is a cons cell. Doc fix.
3907
3908 * textmodes/po.el (po-find-charset): Doc fix.
3909
3910 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
3911
3912 * allout.el (allout-unprotected, allout-e-o-prefix-p)
3913 (allout-beginning-of-current-line, allout-end-of-current-line)
3914 (allout-next-visible-heading, allout-open-topic)
3915 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
3916 (allout-flag-current-subtree, allout-show-to-offshoot)
3917 (allout-hide-current-entry, allout-show-current-branches)
3918 (allout-hide-region-body, allout-old-expose-topic)
3919 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
3920 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
3921 containing `beginning-of-line' and `end-of-line' with
3922 `inhibit-field-text-motion' t.
3923
3924 2006-07-21 Eli Zaretskii <eliz@gnu.org>
3925
3926 * frame.el (focus-follows-mouse): Document that it doesn't have
3927 any effect on MS-Windows.
3928
3929 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3930
3931 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
3932
3933 2006-07-20 Jay Belanger <belanger@truman.edu>
3934
3935 * calc.el (calc-previous-alg-entry): Remove variable.
3936
3937 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
3938 New variables.
3939 (calc-alg-entry): Use `calc-alg-entry-history'.
3940 (calc-do-quick-calc): Use `calc-quick-calc-history'.
3941 Remove reference to `calc-previous-alg-entry'.
3942 (calcAlg-edit, calcAlg-enter): Remove reference to
3943 `calc-previous-alg-entry'.
3944 (calcAlg-previous): Use `previous-history-element' instead of
3945 `calc-previous-alg-entry'.
3946 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
3947 Change keybinding for `calcAlg-plus-minus', add keybindings for
3948 `previous-history-element' and `next-history-element'.
3949
3950 * calc-rewr.el (calc-match): Remove reference to
3951 `calc-previous-alg-entry'.
3952
3953 * calc-sel.el (calc-selection-history): New variable.
3954 (calc-enter-selection, calc-sel-mult-both-sides)
3955 (calc-sel-add-both-sides): Use `calc-selection-history'.
3956
3957 * calc-map.el (calc-get-operator-history): New variable.
3958 (calc-get-operator): Use `calc-get-operator-history'.
3959
3960 * calcalg3.el (calc-curve-fit-history): New variable.
3961 (calc-curve-fit): Use `calc-curve-fit-history'.
3962
3963 2006-07-20 Kenichi Handa <handa@m17n.org>
3964
3965 * international/mule-cmds.el (select-safe-coding-system): Fix the
3966 way of deciding eol-type of the coding system.
3967
3968 2006-07-20 Alan Mackenzie <acm@muc.de>
3969
3970 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
3971 (c-lang-setvar): New macro.
3972 (c-make-init-lang-vars-fun): Use the initialization forms in
3973 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
3974 (comment-start, comment-end, comment-start-skip): Change these from
3975 c-lang-defvar's to c-lang-setvar's.
3976
3977 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
3978 which calls make-local-variable on the elements of
3979 c-emacs-variable-inits.
3980 (c-init-language-vars-for): Call this new macro.
3981
3982 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3983
3984 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3985 Try to rule out false positives due to time stamps.
3986 (compilation-mode-font-lock-keywords): Remove rules made redundant
3987 because of the above change. Add `segmentation fault' to the known and
3988 highlighted compilation termination messages.
3989
3990 2006-07-19 Kim F. Storm <storm@cua.dk>
3991
3992 * progmodes/grep.el (grep-find-ignored-directories):
3993 Add .svn and _darcs to list.
3994
3995 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
3996
3997 * dired.el (dired-mode-map): Add key binding `C-te' for
3998 `tumme-dired-edit-comment-and-tags'.
3999
4000 * tumme.el (tumme-display-thumbnail-original-image): Make sure
4001 image display buffer is displayed before call to
4002 `tumme-display-image.
4003 (tumme-dired-display-image): Make sure image display buffer is
4004 displayed before call to `tumme-display-image.
4005 (tumme-mouse-display-image): Make sure image display buffer is
4006 displayed before call to `tumme-display-image.
4007 (tumme-widget-list): Add.
4008 (tumme-dired-edit-comment-and-tags): Add.
4009 (tumme-save-information-from-widgets): Add.
4010
4011 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4012
4013 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
4014
4015 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4016
4017 * progmodes/sh-script.el (sh-font-lock-keywords-1):
4018 Revert inadvertently installed patch hunk.
4019
4020 * progmodes/compile.el (compilation-find-file): Handle the
4021 cases where the user selects a non-existent file.
4022
4023 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4024
4025 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
4026
4027 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
4028
4029 * subr.el (sit-for): Just sleep-for if noninteractive.
4030
4031 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 * emacs-lisp/autoload.el (make-autoload): Use new arg.
4034
4035 * custom.el (custom-autoload): Add `noset' argument.
4036 (custom-push-theme): Don't autoload the variable, let callers do it.
4037 (custom-theme-set-variables): Autoload the variable if necessary.
4038
4039 * cus-edit.el (custom-variable-state-set): If the variable was
4040 originally set outside custom, but to the same value as the default,
4041 consider it to be standard.
4042
4043 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
4044 file *before* telling Emacs to add the autoloads, in case it fails.
4045
4046 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
4047 Use `cond', push', and `dolist'.
4048
4049 2006-07-17 Richard Stallman <rms@gnu.org>
4050
4051 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
4052 Add defvars to silence warnings.
4053
4054 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
4055
4056 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4057 Don't highlight "Compiling file" messages as error.
4058
4059 * dired-aux.el (dired-compress-file): Confirm again if gzipped
4060 file already exists.
4061
4062 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
4063
4064 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
4065 entry, don't assign to free var; simply return the extracted filename.
4066 (ff-treat-as-special): Incorporate common preamble from callers.
4067 (ff-other-file-name, ff-find-the-other-file):
4068 Update call to ff-treat-as-special.
4069
4070 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
4071
4072 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
4073
4074 * tumme.el (tumme-get-comment): Fix bug.
4075
4076 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
4077
4078 * files.el: Remove spurious * in docstrings.
4079
4080 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
4081
4082 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
4083 grammar.
4084 (allout-beginning-of-current-line): Beware beginning of buffer.
4085 Also, a comment is simplified.
4086 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
4087 when appropriate. (This fix enables use for other than
4088 bullet-hotspot operation.)
4089 (allout-hide-current-subtree): While escalating to sibling-close,
4090 make sure to situate on a topic.
4091
4092 2006-07-14 Kim F. Storm <storm@cua.dk>
4093
4094 * emulation/cua-base.el (cua-delete-selection)
4095 (cua-toggle-set-mark): New defcustoms.
4096 (cua-rectangle-modifier-key): Add `alt' modifier.
4097 (cua-replace-region): Don't delete if cua-delete-selection is nil.
4098 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
4099 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
4100
4101 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
4102
4103 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
4104
4105 * allout.el: Require 'cl during byte-compilation/interactive load,
4106 for the `assert' macro.
4107 (allout-mode-deactivate-hook): New hook, run when allout mode
4108 deactivates.
4109 (allout-developer): New allout customization subgroup.
4110 (allout-run-unit-tests-on-load): New allout-developer
4111 customization variable, when true allout unit tests are run towards
4112 end of file load/eval.
4113 (allout-inhibit-auto-fill): Disable auto-fill activity even during
4114 auto-fill-mode.
4115 (allout-resumptions): Remove, to be replaced by...
4116 (allout-add-resumptions): Register variable settings to be
4117 reinstated by `allout-do-resumptions'. The settings are made
4118 buffer-local, but the locality/globality of the suspended setting
4119 is restored on resumption.
4120 (allout-do-resumptions): Reinstate all settings suspended using
4121 `allout-add-resumptions'.
4122 (allout-test-resumptions): Unit tests (and intermediate variables)
4123 for resumptions.
4124 (allout-tests-globally-unbound, allout-tests-globally-true)
4125 (allout-tests-locally-true): Intermediate variables for
4126 resumptions unit tests.
4127 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
4128 (allout-exposure-category): Replaces 'allout-overlay-category variable.
4129 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
4130 instead of retired `allout-resumptions'. For hook functions, use
4131 `local' parameter so hook settings are created and removed as
4132 buffer-local settings. Revise (resumptions) setting
4133 auto-fill-function so it is set only if already active. (The
4134 related fill-function settings are all made in either case, so
4135 that activating auto-fill-mode activity will have the custom
4136 allout-mode behaviors (hanging indent on topics, if configured for it).
4137 Remove all allout-exposure-category overlays on mode deactivation.
4138 (allout-hotspot-key-handler): New function extracted from
4139 `allout-pre-command-business', so the functionality can be used
4140 for other purposes, eg as a binding in an overlay.
4141 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
4142 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
4143 customization variable.
4144 (allout-run-unit-tests): Run the (currently quite small)
4145 repertoire of unit tests. Called just before the provide iff user
4146 has customized `allout-run-unit-tests-on-load' non-nil.
4147
4148 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
4149
4150 * emacs-lisp/authors.el (authors-aliases): Update.
4151
4152 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
4153
4154 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
4155 gdb-source-window. Add dedicated argument.
4156 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
4157 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
4158 (gdb-display-threads-buffer, gdb-display-memory-buffer)
4159 (gdb-display-locals-buffer): Use it.
4160
4161 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
4162 Set gdb-source-window.
4163
4164 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4165
4166 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
4167 minor modes, redundant with the custom-autoload line above.
4168
4169 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
4170
4171 * longlines.el (longlines-post-command-function): Handle open-line too.
4172
4173 2006-07-12 Richard Stallman <rms@gnu.org>
4174
4175 * progmodes/grep.el (grep-last-buffer): Doc fix.
4176
4177 * info.el (Info-try-follow-nearest-node): Doc fix.
4178
4179 * emacs-lisp/edebug.el (edebug-instrument-function):
4180 Err if find-function-noselect gives no position.
4181
4182 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4183 If can't find definition, return nil for position.
4184 (find-function-do-it): Handle new return value
4185 of find-definition-noselect.
4186 (find-definition-noselect, find-variable-noselect): Doc fix.
4187 (find-function-noselect): Doc fix.
4188
4189 * help-mode.el (help-variable-def): Handle find-variable-noselect
4190 returning no position.
4191 (help-function-def): Likewise for find-function-search-for-symbol.
4192 (help-face-def): Likewise.
4193
4194 * help-fns.el (describe-variable): Handle find-variable-noselect
4195 returning no position.
4196
4197 * files.el (locate-file-completion): Avoid duplicates in result.
4198
4199 * cus-edit.el (custom-no-edit): New command.
4200 (custom-mode-map): Remap to custom-no-edit instead of
4201 using suppress-keymap.
4202
4203 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
4204
4205 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
4206 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
4207 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
4208
4209 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
4210
4211 2006-07-11 Kim F. Storm <storm@cua.dk>
4212
4213 * ido.el (ido-copy-current-file-name): Use buffer-name if
4214 buffer-file-name is nil.
4215
4216 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
4217
4218 * simple.el (undo-ask-before-discard): Set to nil.
4219
4220 * vc.el (vc-exec-after): Don't delete process manually.
4221 (vc-print-log): Run log-view-mode in process sentinel inside
4222 inhibit-read-only. Don't shrink window due to timing issues.
4223
4224 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
4225 Avoid using with-output-to-temp-buffer, which clobbers local vars.
4226
4227 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4228
4229 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4230 Fix ambiguity introduced by last change.
4231 (compilation-find-file): Move save-excursion to where it may
4232 make sense. Fix a left over `find-file'.
4233
4234 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
4235
4236 * textmodes/texinfmt.el (texinfo-format-separate-node):
4237 Insert a string before point, which fits documentation, not after.
4238 (texinfo-multitable-item): In a multitable row, insert any
4239 additional needed @tabs and spaces.
4240
4241 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
4242
4243 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
4244 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
4245 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
4246 instead of shell-command.
4247 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
4248 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
4249 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
4250 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
4251 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
4252 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
4253
4254 2006-07-11 Kim F. Storm <storm@cua.dk>
4255
4256 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
4257 Remove special case for seconds < 0. Use (redisplay t) instead.
4258
4259 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
4260
4261 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
4262 avoid compilation error.
4263
4264 * subr.el (sit-for): New function.
4265
4266 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
4267
4268 2006-07-10 Richard Stallman <rms@gnu.org>
4269
4270 * ldefs-boot.el (edebug): Update page.
4271
4272 2006-07-10 Kim F. Storm <storm@cua.dk>
4273
4274 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
4275 to FOR-RELEASE and TODO.
4276
4277 2006-07-10 Romain Francoise <romain@orebokech.com>
4278
4279 * emacs-lisp/authors.el (authors-aliases): Update.
4280
4281 2006-07-10 Alan Mackenzie <acm@muc.de>
4282
4283 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
4284 * cc-mode.el: Changes to eradicate eval-after-load.
4285
4286 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
4287
4288 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
4289 on non-char events.
4290
4291 2006-07-09 Romain Francoise <romain@orebokech.com>
4292
4293 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4294 Don't highlight start/end markers as compilation messages.
4295
4296 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
4297 to t.
4298
4299 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
4300
4301 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
4302
4303 2006-07-08 Richard Stallman <rms@gnu.org>
4304
4305 * term/x-win.el (x-handle-display): Add doc string.
4306
4307 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4308
4309 * subr.el (def-edebug-spec): Move here.
4310 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
4311
4312 * imenu.el (imenu-choose-buffer-index): Doc fix.
4313
4314 2006-07-08 Romain Francoise <romain@orebokech.com>
4315
4316 * term/x-win.el (x-display-name): Fix typo.
4317
4318 2006-07-08 Eli Zaretskii <eliz@gnu.org>
4319
4320 * hexl.el (hexl-find-file): Doc fix.
4321
4322 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4323
4324 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
4325
4326 * term/x-win.el (x-display-name): Doc fix.
4327
4328 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4329
4330 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
4331 long prefixes.
4332 (fill-region-as-paragraph): Don't round up to a whole line.
4333 (fill-comment-paragraph): Don't include the code-before-the-comment
4334 when calling fill-region-as-paragraph.
4335
4336 * international/mule.el (make-char): Remove redundancy.
4337
4338 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
4339 property may contain an anonymous function rather than a symbol.
4340
4341 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
4342
4343 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
4344 Use shy regexp. Fix incorrect backref to potentially unmatched group.
4345
4346 * dirtrack.el (dirtrack-default-directory-function): Remove.
4347 (dirtrack-directory-function): Use file-name-as-directory.
4348 (dirtrack-windows-directory-function): Simplify.
4349 (dirtrack-forward-slash, dirtrack-backward-slash)
4350 (dirtrack-replace-slash): Remove.
4351 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
4352 (dirtrack): Fix wrong parenthesizing; use match-string.
4353
4354 * progmodes/octave-inf.el: Remove spurious * in docstrings.
4355 (inferior-octave-mode): Only change the buffer-local value of
4356 comint-dynamic-complete-functions.
4357 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
4358 Move the initialization to the declaration.
4359 (inferior-octave-complete): Remove unused var `filter'.
4360
4361 * shell.el (shell-mode): Only change the buffer-local value of
4362 comint-dynamic-complete-functions.
4363
4364 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
4365
4366 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
4367 entry is skipped because it has been scheduled.
4368 (org-prepare-agenda-buffers): Don't mark buffers as modified when
4369 changing `:org-archived' and `:org-comment' properties.
4370
4371 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
4372
4373 * server.el (server-select-display): Don't make the temp frame
4374 minibuffer-only, in case it's not a temp frame.
4375 (server-process-filter): Don't delete the temp frame if it's the
4376 only one we have on that display.
4377
4378 * files.el (find-alternate-file): Doc fix.
4379
4380 2006-07-05 Richard Stallman <rms@gnu.org>
4381
4382 * files.el (abbreviate-file-name): Add save-match-data.
4383
4384 2006-07-03 Richard Stallman <rms@gnu.org>
4385
4386 * faces.el (read-face-name): Doc fix.
4387
4388 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
4389
4390 * net/goto-addr.el (goto-address): Mark as safe for local evals.
4391
4392 2006-07-05 Andre Spiegel <spiegel@gnu.org>
4393
4394 * vc.el (vc-diff-internal): Fix prev change.
4395
4396 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4397
4398 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
4399 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
4400
4401 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4402
4403 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
4404 fails if the symbol contains chars like ( or '.
4405 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
4406 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
4407 `short'.
4408
4409 2006-07-04 Kenichi Handa <handa@m17n.org>
4410
4411 * international/mule-cmds.el (set-language-info): If LANG-ENV is
4412 the current one, don't call set-language-environment, but call one
4413 of set-language-environment-XXX to make INFO effective now.
4414 (set-language-environment): Call set-language-environment-XXX
4415 functions instead of doing the various setups directly.
4416 (set-language-environment-coding-systems): Delete argument eol-type.
4417 (set-language-environment-input-method)
4418 (set-language-environment-nonascii-translation)
4419 (set-language-environment-charset)
4420 (set-language-environment-fontset)
4421 (set-language-environment-unibyte): New functions.
4422
4423 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
4424
4425 * locate.el (locate-update-when-revert): New option.
4426 (locate-update-path): New option (suggested by Michael Albinus).
4427 (locate-prompt-for-command): Whitespace change.
4428 (locate-update): No longer offer to update the locate database by
4429 default. Implement the two new options.
4430
4431 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
4432
4433 * tooltip.el: Move comment about track-mouse...
4434
4435 * progmodes/gud.el: ...to here.
4436
4437 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
4438
4439 * facemenu.el (facemenu-listed-faces): New var.
4440 (facemenu-unlisted-faces): Variable deleted.
4441 (facemenu-add-new-face): Use facemenu-listed-faces.
4442
4443 * emulation/viper-init.el, calendar/calendar.el:
4444 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
4445
4446 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
4447
4448 * textmodes/org.el (org-mode): Remove no invalid settings for
4449 calc embedded mode.
4450 (org-mode-p): New defsubst.
4451 (org-save-all-org-buffers): New function.
4452 (org-first-headline-recenter): Enclose outline-regexp in group
4453 delimiters.
4454 (org-set-tags): Keep single space after stars.
4455
4456 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4457
4458 * window.el (set-window-text-height): Only set window-min-height to
4459 1 if that's the requested size.
4460
4461 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
4462 (diff-unified->context, diff-context->unified)
4463 (diff-reverse-direction): Make sure the end marker stays at the end.
4464 (diff-mode): Add the keymap table at the end of docstring.
4465 Use lexical-let rather than constructing a closure manually.
4466
4467 * files.el (find-file-noselect-1): Remove unused var assignment.
4468 (hack-local-variables-confirm): Print lists of strings as lists of
4469 strings rather than lists of symbols.
4470 (abbreviate-file-name, hack-local-variables-prop-line):
4471 Use match-string.
4472 (hack-one-local-variable): Move `make-local-variable' nearer its use.
4473 (recover-session-finish): Use line-end-position.
4474
4475 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
4476
4477 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
4478
4479 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
4480
4481 * progmodes/make-mode.el (makefile-macroassign-regex):
4482 Accept preceding keyword.
4483 (makefile-gmake-statements): Reorganize, now that makepp has
4484 "override" and also handle forgotten "override define".
4485 (makefile-makepp-statements): Add new "global", "override export"
4486 and "override global".
4487
4488 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
4489
4490 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
4491 (ada-compile-mouse-goto-error, ada-deactivate-properties)
4492 (ada-no-auto-case): Fix typos in docstrings.
4493
4494 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
4495
4496 * info.el (Info-find-node-2): Search for makeinfo version more
4497 carefully.
4498
4499 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
4500
4501 * textmodes/org.el (org-prepare-agenda-buffers):
4502 Use `invisible-OK' argument for `org-end-of-subtree'.
4503 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
4504 (org-beginning-of-item): Fix bug in regular expression for white line.
4505 (org-export-as-html): Enforce space after bullet in plain list items.
4506 (org-set-autofill-regexps): Require space after plain list bullet
4507 for paragraph-start.
4508 (org-ts-regexp3): New constant.
4509 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
4510 (org-timestamp-up-day, org-timestamp-down-day)
4511 (org-timestamp-change): Work with inactive timestamps.
4512 (org-ts-regexp1): Don't allow brackets in time stamps.
4513
4514 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
4515
4516 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
4517 for ignoring links.
4518
4519 * faces.el (read-face-name): Use it.
4520
4521 2006-06-28 Juri Linkov <juri@jurta.org>
4522
4523 * buff-menu.el (list-buffers-noselect): Compare Info file
4524 with the string "dir" to detect Info directory.
4525
4526 * complete.el (partial-completion-mode): In lambda for
4527 `choose-completion-string-functions' use full function signature
4528 with 4 args, and move point to the end of the minibuffer only if arg
4529 `mini-p' is non-nil.
4530
4531 2006-06-28 John Paul Wallington <jpw@pobox.com>
4532
4533 * ibuffer.el (ibuffer-mode): Doc fix.
4534
4535 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
4536
4537 * textmodes/org.el (org-context): New contexts :item-bullet,
4538 :latex-fragment, :latex-preview.
4539 (org-overlays-at, org-overlay-start, org-overlay-end):
4540 New compatibility functions.
4541 (org-inside-LaTeX-fragment-p): More accurate matching, using the
4542 exact regexp that will be used during export.
4543 (org-latex-regexps): New variable.
4544 (org-cdlatex-mode): Improve advice for `texmathp'.
4545 (turn-on-org-cdlatex): New function.
4546
4547 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4548
4549 * term/mac-win.el (mac-handle-font-selection): Change keys of
4550 mac-atsu-font-table from strings to numbers.
4551 (mac-ts-caret-position): Use also when cursor-type is nil.
4552 (mac-ts-update-active-input-area): Add Mac OS Classic support.
4553 Relax condition for using overlay strings.
4554 Use mac-ts-caret-position face when cursor-type is nil.
4555
4556 2006-06-26 Kim F. Storm <storm@cua.dk>
4557
4558 * help.el (view-emacs-news): Declare `res' in the right let* form.
4559
4560 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
4561
4562 * net/rcompile.el (remote-compile): Replace ange-ftp based
4563 implementation by Tramp functions.
4564 Suggested by Marc Abramowitz <msabramo@gmail.com>.
4565
4566 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
4567
4568 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
4569
4570 * international/fontset.el (setup-default-fontset): Fix a typo in
4571 the "Oriya-Akruti" registry name.
4572
4573 2006-06-23 Lars Hansen <larsh@soem.dk>
4574
4575 * desktop.el (desktop-full-file-name): New function.
4576 (desktop-kill, desktop-save, desktop-remove, desktop-read)
4577 (desktop-revert): Use it.
4578 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
4579 (desktop-after-read-hook): Add option list-buffers.
4580 (desktop-locals-to-save): Add tab-width.
4581 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
4582 Fix docstring.
4583
4584 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
4585
4586 * textmodes/org.el (org-cdlatex-mode-map)
4587 (org-cdlatex-texmathp-advice-is-done): New variables.
4588 (org-cdlatex-mode): New minor mode.
4589 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
4590 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
4591 (org-export-with-archived-trees): New option.
4592 (org-open-file): Remove the call to `convert-standard-filename'.
4593 (org-archive-tag, org-agenda-skip-archived-trees)
4594 (org-cycle-open-archived-trees)
4595 (org-sparse-tree-open-archived-trees): New options.
4596 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
4597 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
4598 New functions.
4599 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
4600 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
4601 (org-mode-map): Add binding for `org-toggle-archive-tag'.
4602 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4603 Call `org-prepare-agenda-buffers'.
4604 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
4605 (org-file-apps, org-file-apps-defaults-gnu)
4606 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
4607 Handle remote files by forcing them to be opened in Emacs.
4608
4609 2006-06-23 Andre Spiegel <spiegel@gnu.org>
4610
4611 * vc.el (vc-diff-knows-L): New variable.
4612 (vc-diff-internal): Use it to handle "diff" programs that don't
4613 understand -L. This works automatically, no user action is necessary.
4614
4615 2006-06-23 Daniel Brockman <daniel@brockman.se>
4616
4617 * net/rcirc.el (rcirc-default-user-full-name): Default to
4618 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
4619 longer exists).
4620 (rcirc-process-list): Check `buffer-live-p' before attempting to
4621 switch to a buffer.
4622
4623 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
4624
4625 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
4626 based on rcirc-coding-system-alist.
4627
4628 2006-06-23 Martin Rudalics <rudalics@gmx.at>
4629
4630 * cus-edit.el (customize-apropos): A better error message.
4631 (top level) <debug-ignored-errors>: Extend and update the list of
4632 ignored error messages.
4633
4634 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
4635
4636 * complete.el (PC-do-completion): Retain capitalization of user
4637 input, when possible, even if completion-ignore-case is set.
4638
4639 2006-06-23 Eli Zaretskii <eliz@gnu.org>
4640
4641 * generic-x.el (bat-generic-mode): Support .cmd files.
4642
4643 * dos-w32.el (top level): Use find-file-not-found-functions
4644 instead of the obsolete find-file-not-found-hooks.
4645
4646 2006-06-22 Kim F. Storm <storm@cua.dk>
4647
4648 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
4649 to recognize mode name containing submodes, such as Grep/lw.
4650
4651 2006-06-21 Kim F. Storm <storm@cua.dk>
4652
4653 * simple.el (line-move-1): Check for move-end-of-line instead of
4654 end-of-line when setting temporary-goal-column.
4655
4656 2006-06-21 Miles Bader <miles@gnu.org>
4657
4658 * play/cookie1.el (cookie): Work properly when there's only one entry.
4659
4660 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
4661
4662 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
4663 (gdb-frame-handler): Generalize frame regexp for templates.
4664
4665 2006-06-20 Glenn Morris <rgm@gnu.org>
4666
4667 * calendar/appt.el (appt-display-format): Default value must be
4668 one of the customize options.
4669
4670 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
4671
4672 * term/xterm.el (terminal-init-xterm): Update key availability info.
4673 Bind C-return.
4674
4675 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
4676
4677 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
4678
4679 * files.el (hack-local-variables): Run `hack-local-variables-hook'
4680 whether or not a local variables list is defined.
4681
4682 * msb.el (msb): Move `sit-for' hack here to handle both
4683 "mouse-down and drag" and "mouse-up and select" situations.
4684 (mouse-select-buffer): Move `sit-for' hack to `msb'.
4685
4686 2006-06-20 Kenichi Handa <handa@m17n.org>
4687
4688 * international/characters.el (word-combining-categories):
4689 Add entries for 2-byte Han characters.
4690
4691 2006-06-19 Richard Stallman <rms@gnu.org>
4692
4693 * bindings.el (mode-line-format): Save some mode line space.
4694
4695 * files.el (find-file-noselect): Improve the question wording.
4696 (basic-save-buffer-2): Mask UMASK against 666.
4697
4698 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
4699 (mouse-drag-vertical-line): Call it.
4700
4701 * cus-edit.el (customize-option, customize-option-other-window):
4702 Error if SYMBOL is nil.
4703
4704 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
4705
4706 * textmodes/org.el: Require noutline, also on XEmacs.
4707 (org-end-of-subtree): Return point.
4708 (org-dblock-start-re, org-dblock-end-re): New constants.
4709 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
4710 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
4711 (org-update-all-dblocks, org-find-dblock): New functions.
4712 (org-collect-clock-time-entries): New function.
4713 (org-html-handle-time-stamps): Never export CLOCK timeranges.
4714 (org-fixup-indentation): Modify to deal correctly with lines
4715 starting with TAB. Only one argument DIFF now.
4716 (org-demote, org-promote): Call `org-fixup-indentation' with just
4717 one argument, DIFF.
4718 (org-mode): Don't mark buffer as modified when aligning tables.
4719 (org-clock-sum): Don't mark buffer modified when adding time sum
4720 properties.
4721 (org-export-as-html): Add support for a link validation function.
4722 (org-archive-all-done): New function.
4723 (org-archive-subtree): New prefix argument. When set, archive all
4724 done subtrees in this buffer.
4725 (org-remove-clock-overlays)
4726 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
4727 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
4728 (org-put-clock-overlay): Don't swallow last headline character
4729 when displaying overlay.
4730 (org-store-link): Link to `image-mode' with just the file name.
4731
4732 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
4733
4734 * viper-cmd.el (viper-special-read-and-insert-char):
4735 Use read-key-sequence.
4736 (viper-after-change-undo-hook): Misc enhancements.
4737 (viper-after-change-undo-hook): New hook.
4738 (viper-undo): Use viper-after-change-undo-hook.
4739 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
4740 (viper-next-line-at-bol): If point is on a widget or a button, simulate
4741 clicking on that widget/button.
4742
4743 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
4744
4745 * ediff-diff (ediff-test-patch-utility): Catch errors.
4746 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
4747 (ediff-set-actual-diff-options): New function.
4748 (ediff-reset-diff-options, ediff-toggle-ignore-case):
4749 Use ediff-set-actual-diff-options.
4750 (ediff-extract-diffs): Catch errors.
4751 (ediff-whitespace): Add non-breakable space.
4752 (ediff-same-file-contents): Catch errors.
4753
4754 * ediff-mult.el (ediff-collect-custom-diffs):
4755 Save coding-system-for-read.
4756
4757 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
4758 (ediff-vc-internal, ediff-vc-merge-internal):
4759 Use ediff-delete-version-file.
4760 (ediff-delete-version-file): New function.
4761
4762 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
4763
4764 * ediff.el (ediff-directories, ediff-directory-revisions)
4765 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
4766 (ediff-directories-internal, ediff-merge-directory-revisions)
4767 (ediff-merge-directory-revisions-with-ancestor)
4768 (ediff-directories3): Use read-directory-name.
4769
4770 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
4771
4772 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
4773 Remove superfluous part of regexp for brace matching which is handled
4774 by `scan-lists' call.
4775
4776 2006-06-16 Richard Stallman <rms@gnu.org>
4777
4778 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
4779
4780 * files.el (basic-save-buffer-2): For a new precious file,
4781 use the default modes in the return value.
4782
4783 * facemenu.el (facemenu-color-alist): Doc fix.
4784
4785 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
4786
4787 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4788
4789 * cus-start.el (all): Add mac-ts-script-language-on-focus.
4790
4791 * term/mac-win.el (mac-text-encoding-ascii): New constant.
4792 (mac-utxt-to-string): Use it.
4793 (mac-ts-update-active-input-area): Use mac-ae-number.
4794
4795 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
4796
4797 * term.el (term-handle-scroll, term-delete-lines)
4798 (term-insert-lines): Fix off by one errors.
4799
4800 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
4801
4802 * net/tramp.el (tramp-touch): Use UTC to express time.
4803
4804 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
4805
4806 * mail/sendmail.el (mail-send): Search explicitly for
4807 mail-header-separator when checking for corrupted header lines.
4808
4809 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
4810
4811 * progmodes/gdb-ui.el (gdb-same-frame): New option.
4812 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
4813 (gdb-init-1): Initialise them.
4814 (gdb-starting): Reset gdb-printing
4815 (gdb-starting): Save value of gud-overlay-arrow-position.
4816 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
4817 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
4818 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
4819 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
4820
4821 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4822
4823 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
4824
4825 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
4826
4827 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
4828 (ldap-search-internal): Keep error messages, and a regexp fix.
4829
4830 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
4831
4832 * files.el (hack-local-variables-confirm):
4833 Display string value using its printed representation.
4834
4835 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
4836
4837 * server.el (server-edit): No-op if no server buffers exist.
4838
4839 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
4840
4841 * textmodes/page-ext.el (pages-directory-for-addresses):
4842 Including `pages-directory-address-mode' in the function results
4843 in the message "Buffer in which pages were found is deleted".
4844
4845 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
4846
4847 * textmodes/org.el (org-agenda-mode-map): Add bindings for
4848 clocking functions.
4849
4850 (org-agenda-clock-in, org-check-running-clock)
4851 (org-clock-out-if-current, org-remove-clock-overlays)
4852 (org-put-clock-overlay): New functions.
4853 (org-clock-marker, org-clock-file-total-minutes)
4854 (org-clock-overlays): New variables.
4855 (org-clock-display, org-clock-sum, org-clock-cancel)
4856 (org-clock-out, org-clock-in): New commands.
4857 (org-export): New function.
4858 (org-emph-re): New constant.
4859 (org-set-emph-re, org-do-emphasis-faces): New functions.
4860 (org-emphasis-regexp-components, org-emphasis-alist): New options.
4861 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
4862 (org-export-html-convert-emphasize): Use the configurable emphasis.
4863 (org-cleaned-string-for-export): Make multiline emphasis visible
4864 to the exporter. New optional argument PARAMETERS.
4865 (org-export-as-html): Specify :emph-multiline parameter to
4866 `org-cleaned-string-for-export'.
4867
4868 2006-06-10 Richard Stallman <rms@gnu.org>
4869
4870 * help.el (help-for-help-internal): Clean up help text.
4871
4872 2006-06-10 Andreas Schwab <schwab@suse.de>
4873
4874 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
4875 in doc string.
4876
4877 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
4878
4879 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
4880
4881 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
4882 spaces after the comment start.
4883
4884 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4885
4886 * play/pong.el (pong-init-buffer):
4887 Fill buffer with spaces instead of ^A.
4888
4889 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
4890 launched asynchronously, delete its process instead of being cool.
4891 (ispell-async-processp): Check for `delete-process' existence
4892 instead of `kill-process' one for consistency.
4893
4894 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
4895
4896 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
4897 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
4898 in mode line at startup.
4899
4900 2006-06-08 Kim F. Storm <storm@cua.dk>
4901
4902 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
4903 (ido-init-completion-maps): Bind them to M-SPC and M-v.
4904 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
4905 (ido-file-internal): Pass full file name to write-file.
4906 (ido-read-internal): Only pop stack elements automatically if they
4907 actually match an existing directory or file name.
4908
4909 2006-06-07 Kenichi Handa <handa@m17n.org>
4910
4911 * international/mule.el (find-auto-coding): Don't handle the short
4912 name `char-trans'.
4913
4914 * files.el (hack-local-variables-prop-line)
4915 (hack-local-variables): Cancel the previous change.
4916
4917 2006-06-06 Jesper Harder <harder@phys.au.dk>
4918
4919 * ediff-diff.el (ediff-test-utility): Protect against file-error.
4920
4921 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
4922
4923 * diff-mode.el (diff-mode): Set buffer-read-only to t when
4924 diff-default-read-only is non-nil.
4925 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
4926 (diff-refine-hunk): Set inhibit-read-only to t.
4927
4928 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
4929 modifying the *Diff* buffer.
4930 (diff-process-filter): New filter function for diff process that
4931 sets inhibit-read-only to t when modifying the *Diff* buffer.
4932
4933 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
4934
4935 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
4936 insertion point and control the number of empty lines.
4937 (org-paste-subtree): Limit the number of empty lines at the end of
4938 the inserted tree.
4939 (org-agenda): Use buffer name of current file for narrowing.
4940 (org-export-as-xml): Command removed.
4941 (org-export-xml-type): Option removed.
4942 (org-mode-map): Call `org-export-as-xoxo' directly.
4943 (org-get-indentation): New optional argument LINE.
4944 (org-fix-indentation, org-remove-tabs): New functions.
4945 (org-export-as-ascii, org-ascii-level-start): Determine and apply
4946 correct indentation for headlines that are converted it items.
4947 (org-skip-comments): Remove table lines that contain narrowing
4948 cookies but no other non-empty fields.
4949 (org-set-tags): Allow groups of mutually exclusive tags.
4950 (org-cmp-time): Sort 24:21 before items without time.
4951 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
4952 (org-open-at-point): Require double colon also for numbers.
4953
4954 2006-06-06 Kim F. Storm <storm@cua.dk>
4955
4956 * ido.el (ido-default-file-method, ido-default-buffer-method):
4957 Make choice values consistent with corresponding command names.
4958 (ido-visit-buffer): Update accordingly. Default to selected-window.
4959
4960 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
4961
4962 * progmodes/gud.el (gud-running): Fix doc string.
4963 (gud-menu-map): Use :visible instead fo :enable for debugger test.
4964 (gud-tooltip-modes): Add python-mode.
4965 (gud-tooltip-print-command): Add pdb. Remove perldb.
4966
4967 2006-06-05 Eli Zaretskii <eliz@gnu.org>
4968
4969 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
4970 Quote $(EMACS).
4971
4972 2006-06-05 Richard Stallman <rms@gnu.org>
4973
4974 * faces.el (defined-colors): Doc fix.
4975
4976 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
4977
4978 * vc.el (vc-process-filter): Inhibit undo info collection around
4979 call to insert.
4980 (vc-setup-buffer): Likewise for call to erase-buffer.
4981 (vc-do-command): Likewise for call to process-file.
4982
4983 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
4984
4985 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
4986 for gud-go.
4987 (gud-common-init): Other debuggers may trigger error.
4988
4989 2006-06-05 Kenichi Handa <handa@m17n.org>
4990
4991 * international/mule.el (find-auto-coding):
4992 Handle enable-character-translation in file header.
4993
4994 2006-06-04 Kim F. Storm <storm@cua.dk>
4995
4996 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
4997 (authors-fixed-entries): Fix spelling.
4998 (authors-canonical-file-name): Don't report error for wildcards.
4999
5000 * help.el (view-emacs-news): Rewrite to support new NEWS,
5001 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
5002 e.g. version 10 matches 1.10, and don't be confused by version 1.1
5003 being a prefix of 1.12 (etc). A numeric prefix arg also works.
5004
5005 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
5006
5007 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
5008 exec constructs like `foo bar`.
5009 (sh-quoted-subshell): New helper function to search for a possibly
5010 nested subshell (like `` or $()) within a "" quoted string.
5011 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
5012 (sh-apply-quoted-subshell): Flag quote characters inside a
5013 subshell, which is itself already in a quoted region, as
5014 punctuation, since this is the closest to what they actually are.
5015 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
5016 sh-apply-quoted-subshell.
5017 (sh-font-lock-syntactic-face-function): Apply the new face for
5018 text inside `` instead of the old font-lock-string-face.
5019
5020 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5021
5022 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
5023 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
5024 (mac-bytes-to-text-range, mac-ae-text-range-array)
5025 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
5026 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
5027 (mac-ts-unicode-for-key-event): New functions.
5028 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
5029 (mac-handle-font-selection): Use mac-ae-number.
5030 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
5031 New variables.
5032 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
5033 (mac-ts-converted-text, mac-ts-selected-converted-text)
5034 (mac-ts-block-fill-text, mac-ts-outline-text)
5035 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
5036 (mac-ts-hilite-style-faces): New constant.
5037 (mac-apple-event-map): Bind text input events.
5038 (mac-dispatch-apple-event): Use command-execute instead of
5039 call-interactively.
5040 (global-map): Don't bind mac-apple-event.
5041 (special-event-map): Bind mac-apple-event.
5042
5043 2006-06-02 Eli Zaretskii <eliz@gnu.org>
5044
5045 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
5046 file name.
5047 (emacs): Enclose the value of $(EMACS) in quotes.
5048
5049 2006-06-02 Juri Linkov <juri@jurta.org>
5050
5051 * international/mule.el (sgml-html-meta-auto-coding-function):
5052 Remove the condition `(search-forward "<html" size t)'.
5053 Replace `\"' with `[\"']?' in `re-search-forward'.
5054
5055 2006-06-02 Kenichi Handa <handa@m17n.org>
5056
5057 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
5058 as well as `coding'.
5059 (hack-local-variables): Likewise.
5060
5061 * international/mule.el (enable-character-translation):
5062 Put permanent-local and safe-local-variable properties.
5063 (find-auto-coding): Handle char-trans: tag.
5064
5065 2006-06-02 Juri Linkov <juri@jurta.org>
5066
5067 * international/mule.el (sgml-html-meta-auto-coding-function):
5068 Limit the search by the end of the HTML header (if any).
5069
5070 2006-06-01 Richard Stallman <rms@gnu.org>
5071
5072 * subr.el (with-current-buffer): Doc fix.
5073
5074 2006-06-02 Masatake YAMATO <jet@gyve.org>
5075
5076 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
5077 Almost rewrite. Underlines over all lines of gcov output are too
5078 uncomfortable to read. Suggested by Dan Nicolaescu.
5079
5080 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
5081
5082 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
5083
5084 * shell.el (shell-mode): Use shell-mode-map in docstring.
5085
5086 * comint.el (comint-send-input): Do not add help-echo and
5087 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
5088
5089 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5090
5091 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
5092
5093 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
5094
5095 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
5096 (gdb-stopped, gdb-info-stack-custom): If there is no source info
5097 look up the stack and pop up GUD buffer if necessary.
5098 (gdb-frames-select): Remove redundant call to gud-display-frame.
5099 (gdb-info-threads-custom): Keep point at start of buffer.
5100 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
5101
5102 2006-05-31 Juri Linkov <juri@jurta.org>
5103
5104 * replace.el (query-replace-read-from, query-replace-read-to):
5105 Bind `history-add-new-input' to nil. Call `add-to-history'.
5106
5107 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
5108
5109 * textmodes/table.el: Convert all HTML tags to lower case for
5110 XHTML compatibility.
5111
5112 2006-05-31 Masatake YAMATO <jet@gyve.org>
5113
5114 * progmodes/compile.el:
5115 (compilation-error-regexp-alist-alist::gcov-called-line):
5116 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
5117
5118 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
5119
5120 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
5121 Revert inadvertent changes made with last commit.
5122
5123 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
5124
5125 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
5126 New functions.
5127
5128 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
5129
5130 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
5131
5132 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
5133 only matches in the right place.
5134 (org-upcoming-deadline): New face.
5135 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
5136 (org-export-ascii-underline): Rename constant `org-ascii-underline'
5137 and make it an option.
5138 (org-export-ascii-bullets): New option.
5139 (org-export-as-html): Many changes to emit valid XHTML.
5140 (org-par-open): New variable.
5141 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
5142 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
5143 (org-timeline): Pass `org-timeline-show-empty-dates' to
5144 `org-get-all-dates'. Interpret empty dates returned by
5145 `org-get-all-dates'.
5146 (org-get-all-dates): New argument EMPTY. Add dates without
5147 entries to the list, mark large ranges of empty dates.
5148 (org-point-in-group, org-context): New functions.
5149
5150 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
5151
5152 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
5153
5154 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
5155 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
5156 to C-mouse-3 (for 2 button mice).
5157 (gdb-send): Do the right thing for C-d.
5158
5159 * speedbar.el (speedbar-detach): Delete.
5160 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
5161 it breaks things.
5162 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
5163
5164 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
5165
5166 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
5167 Makeppfile.
5168
5169 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5170 Add makepp diagnostic.
5171
5172 2006-05-29 Richard Stallman <rms@gnu.org>
5173
5174 * window.el (fit-window-to-buffer): Doc fix.
5175
5176 * help.el (temp-buffer-max-height): Doc fix.
5177
5178 * subr.el (with-current-buffer): Doc fix.
5179
5180 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5181
5182 * term/x-win.el: Bind F10 to menu-bar-start if available.
5183
5184 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
5185
5186 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
5187 uses with a simple test.
5188 (term-set-escape-char, term-mode, term-check-kill-echo-list)
5189 (term-send-raw-string, term-send-raw, term-mouse-paste)
5190 (term-char-mode, term-line-mode, term-exec, term-sentinel)
5191 (term-handle-exit, term-read-input-ring)
5192 (term-previous-matching-input-string)
5193 (term-previous-matching-input-string-position)
5194 (term-previous-matching-input-from-input)
5195 (term-replace-by-expanded-history, term-send-input)
5196 (term-skip-prompt, term-bol, term-send-invisible)
5197 (term-kill-input, term-delchar-or-maybe-eof)
5198 (term-backward-matching-input, term-check-source)
5199 (term-proc-query, term-emulate-terminal)
5200 (term-handle-colors-array, term-process-pager, term-pager-line)
5201 (term-pager-bob, term-unwrap-line, term-word)
5202 (term-dynamic-complete-filename)
5203 (term-dynamic-complete-as-filename)
5204 (term-dynamic-simple-complete): Replace one arm ifs with whens or
5205 unlesses.
5206
5207 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5208
5209 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
5210 during bootstrapping.
5211
5212 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
5213 Basically undo the change of 2006-05-26: use extra arguments instead of
5214 dynamic scoping.
5215 (ewoc-locate): Remove unused var `footer'.
5216
5217 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5218
5219 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
5220
5221 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
5222 (generate-file-autoloads): Obey it. Return whether autoloads were
5223 added at point or not.
5224 (update-file-autoloads): Use this new return value.
5225 Remove redundant test for the presence of an autoload cookie.
5226
5227 * emacs-lisp/autoload.el (autoload-find-file): New fun.
5228 This one calls hack-local-variables.
5229 (generate-file-autoloads, update-file-autoloads): Use it.
5230
5231 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
5232 (bibtex-sort-entry-class): Add safe-local-variable predicate.
5233 (bibtex-sort-entry-class-alist): Don't set the global value.
5234 (bibtex-init-sort-entry-class-alist): New fun.
5235 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
5236 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
5237 of bibtex-init-sort-entry-class.
5238
5239 2006-05-28 Richard Stallman <rms@gnu.org>
5240
5241 * subr.el (load-history-regexp): If FILE is relative, insist
5242 entire last name component must match it.
5243 (load-history-filename-element, load-history-regexp): Doc fixes.
5244
5245 2006-05-29 Kim F. Storm <storm@cua.dk>
5246
5247 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
5248 `pos' and `raw-data' for clarity, as eval forms may access these.
5249
5250 2006-05-28 Kim F. Storm <storm@cua.dk>
5251
5252 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
5253
5254 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5255
5256 * progmodes/make-mode.el (makefile-browser-map)
5257 (makefile-mode-syntax-table): Move initialization inside declaration.
5258 (makefile-fill-paragraph): Use the default comment-filling code.
5259
5260 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
5261
5262 * replace.el (query-replace-defaults): New variable.
5263 (query-replace-read-from): Use `query-replace-defaults' for
5264 default value, instead of history list.
5265 (query-replace-read-to): Update `query-replace-defaults'.
5266
5267 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
5268
5269 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
5270 with no X toolkit.
5271
5272 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
5273
5274 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
5275 (tumme-show-all-from-dir): Add autoload.
5276
5277 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
5278
5279 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
5280 (tumme-remove-tag): Fix bug.
5281
5282 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5283
5284 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
5285 FOOTER args. Update unique caller.
5286 (ewoc-delete): Compute last node once before looping.
5287 (ewoc--node-branch): Merge into unique caller.
5288 (ewoc--node): Don't define constructor make-ewoc--node for this
5289 structure.
5290 (ewoc): Add member `hf-pp' to this structure.
5291 (ewoc--wrap): New func.
5292 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
5293 header/footer pretty-printers. Save header/footer pretty-printer.
5294 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
5295
5296 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
5297
5298 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
5299
5300 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
5301 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
5302 Tag'. Change "Compare directories..." to "Change Directories...".
5303 Move tumme commands to Operate, Regexp and Immediate menus.
5304 Change "Add Comment" to "Add Image Comment". Change "Add Image
5305 Tag" to "Add Image Tags".
5306
5307 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
5308 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
5309 `tumme-delete-tag'.
5310
5311 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
5312
5313 * shell.el (shell-mode): Call shell-dirtrack-mode after
5314 list-buffers-directory is made a local variable, to avoid setting
5315 the default value.
5316
5317 2006-05-26 Kevin Ryde <user42@zip.com.au>
5318
5319 * info.el (Info-index-next): Use where-is-internal to report
5320 actual binding of Info-index-next, rather than hard-coded `,'.
5321
5322 2006-05-26 Eli Zaretskii <eliz@gnu.org>
5323
5324 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
5325 and "Find Command in Manual" to here.
5326
5327 * buff-menu.el (list-buffers-noselect): For Info buffers, use
5328 Info-current-file as the file name.
5329
5330 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
5331
5332 * ses.el (defadvice undo-more): Delete this defadvice. The undo
5333 overrides will now be done a different way.
5334 (ses-set-parameter): Reapply this function for undo.
5335 (ses-set-header-row): Reconstruct header row during undo.
5336 (ses-widen): New function.
5337 (ses-goto-data, ses-reconstruct-all): Use new function.
5338 (ses-command-hook): Widen buffer during undo, before unupdating
5339 the cells.
5340 (ses-insert-row, ses-delete-row): Widen buffer during undo.
5341 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
5342 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
5343 formula hasn't been executed yet.
5344
5345 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
5346
5347 * comint.el (comint-kill-whole-line): Rename arg to count.
5348 Fix doc string.
5349
5350 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
5351
5352 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
5353 to copy-file.
5354
5355 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
5356
5357 * simple.el (toggle-truncate-lines): Make arg optional for
5358 backward compatibility.
5359
5360 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
5361
5362 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
5363 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
5364 DLL arg. Instead, use ewoc--current-dll. Update all callers.
5365 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
5366 (ewoc--adjust): Use ewoc--current-dll.
5367 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
5368
5369 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
5370
5371 * textmodes/org.el (org-next-item, org-previous-item): Emit more
5372 compact error message.
5373 (org-tags-view): Refresh category table in each file.
5374 (org-table-justify-field-maybe): Remove superfluous arguments to
5375 `format'.
5376 (org-export-as-html): Insert "<p>" before postamble.
5377 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
5378
5379 2006-05-26 Kenichi Handa <handa@m17n.org>
5380
5381 * textmodes/po.el (po-find-charset): Pay attention to the case
5382 FILENAME is a cons (NAME . BUFFER).
5383 (po-find-file-coding-system-guts): Likewise.
5384
5385 * arc-mode.el (archive-set-buffer-as-visiting-file):
5386 Call find-operation-coding-system with (FILENAME . BUFFER).
5387
5388 * tar-mode.el (tar-extract): Call find-operation-coding-system
5389 with (FILENAME . BUFFER).
5390
5391 * international/mule.el (decode-coding-inserted-region):
5392 Call find-operation-coding-system with (FILENAME . BUFFER).
5393
5394 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
5395
5396 * image-mode.el (image-toggle-display): Use buffer contents to
5397 generate image for a remote file.
5398
5399 2006-05-25 Juri Linkov <juri@jurta.org>
5400
5401 * replace.el (query-replace-read-from, query-replace-read-to):
5402 Remove 8th arg KEEP-ALL in read-from-minibuffer.
5403
5404 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
5405
5406 * whitespace.el (whitespace-cleanup): Change to cleanup
5407 region if one is active.
5408 * whitespace.el (whitespace-cleanup-internal): New internal method.
5409
5410 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
5411
5412 * dired.el (dired-mode-map): Add help-echo strings to tumme
5413 commands. Bind `tumme-dired-display-image' to C-t i.
5414
5415 * tumme.el (tumme-display-image): Change documentation string slightly.
5416 (tumme-dired-display-image): Add call to `display-buffer'.
5417
5418 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5419
5420 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
5421 Signal error if RAW-DATA is a multibyte string.
5422
5423 2006-05-24 Richard Stallman <rms@gnu.org>
5424
5425 * subr.el (with-local-quit): When handling `quit' signal,
5426 make a chance for quit-flag to cause a quit.
5427
5428 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
5429 (ad-disable-advice): Add autoloads.
5430
5431 * subr.el (read-passwd): Copy PROMPT before changing its properties.
5432
5433 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
5434
5435 * dired.el (dired-mode-map): Change menu items for tumme as per
5436 suggestions in emacs-devel.
5437
5438 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
5439
5440 * dired.el (dired-mode-map): Fix breakage.
5441
5442 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
5443
5444 * tumme.el (tumme-display-dired-image): Rename to...
5445 (tumme-dired-display-image): ...this.
5446 (tumme-track-movement): Change default value to t.
5447 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
5448 used from `tumme-next-line-and-display' and similar commands.
5449
5450 * dired.el (dired-mode-map): Add Thumbnail submenu under the
5451 Immediate menu. Add some tumme commands there.
5452
5453 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
5454
5455 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
5456
5457 2006-05-24 Chong Yidong <cyd@mit.edu>
5458
5459 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
5460 menu entries that open submenus.
5461
5462 2006-05-24 Alan Mackenzie <acm@muc.de>
5463
5464 * startup.el (command-line): For names of preloaded files, don't
5465 append ".elc" (now done in Fload), and call file-truename on the
5466 lisp directory.
5467
5468 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
5469 match ANY loaded file with the right name, not just those in
5470 load-path. Put a regexp matching the file name into
5471 after-load-alist, rather than the name itself.
5472
5473 * subr.el: New functions load-history-regexp,
5474 load-history-filename-element, do-after-load-evaluation.
5475
5476 * international/mule.el (load-with-code-conversion): Do the
5477 eval-after-load stuff by calling do-after-load-evaluation.
5478
5479 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
5480
5481 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
5482 has not been killed.
5483
5484 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5485
5486 * term/mac-win.el: Set idle timer to clean up expired Apple events.
5487 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
5488 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
5489 Optionally set error message in reply.
5490
5491 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
5492
5493 * textmodes/org.el (org-open-at-point): Use renamed variable
5494 `org-confirm-shell-link-function'.
5495 (org-confirm-shell-link-function): Rename from
5496 `org-confirm-shell-links'.
5497 (org-export-directory): New function.
5498 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
5499 (org-export-icalendar): Use `org-export-directory'.
5500 (org-indent-item): Keep cursor position.
5501 (org-link-file-path-type): New option.
5502 (org-export-as-html): Fix bug with plain lists starting in
5503 column 0.
5504 (org-export-as-html): Remove deadline formatting, this happens
5505 now already in `org-html-handle-time-stamps'.
5506 (org-export-html-style): Deadline class removed.
5507 (org-insert-labeled-timestamps-at-point): New option.
5508 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
5509 of `hide-sublevels 1', in case the first headline is not level 1.
5510 (org-overview, org-content): New fuction.
5511 (org-cycle-global-status, org-cycle-subtree-status): Make these
5512 variables buffer-local.
5513 (org-global-cycle): New command.
5514 (org-shifttab): Use `org-global-cycle'.
5515 (org-insert-heading, org-insert-item): Go to end of new
5516 headline/item after creating it.
5517 (org-export-visible): Rename from `org-export-copy-visible'.
5518 Now creates a temporary org-file and applies an exporting command
5519 to it.
5520 (org-table-eval-formula): Support for lisp forms.
5521 (org-agenda-todo-ignore-scheduled): New option.
5522 (org-agenda-get-todos): Use new option
5523 `org-agenda-todo-ignore-scheduled'.
5524 (org-export-html-inline-images): New value `maybe'.
5525 (org-export-as-html): Inlining of images dependent on link description.
5526 (org-archive-subtree): Check for end-of-buffer before trying
5527 `kill-line'.
5528 (org-agenda-follow-mode): New option.
5529 (org-export-with-tags, org-export-with-timestamps): New options.
5530 (org-html-handle-time-stamps): New function.
5531 (org-keyword-time-regexp): New variable.
5532 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
5533 (org-agenda-todo-list-sublevels): New option.
5534 (org-html-level-start): When TITLE is nil, just close all levels.
5535 (org-parse-key-lines, org-parse-export-options): Remove functions,
5536 replaced by `org-infile-export-plist'.
5537 (org-combine-plists, org-infile-export-plist)
5538 (org-default-export-plist): New functions.
5539 (org-export-html-preamble, org-export-html-postamble)
5540 (org-export-html-auto-preamble, org-export-html-auto-postamble):
5541 New variables.
5542 (org-export-publishing-directory): New option.
5543 (org-export-as-html, org-export-as-ascii): Use the new property
5544 lists for settings.
5545 (org-export-copy-visible, org-export-as-xoxo):
5546 Respect `org-export-publishing-directory'.
5547 (org-link-search, org-store-link, org-file-apps): Support for
5548 links to BibTeX database entries..
5549 (org-get-current-options, org-set-regexps-and-options):
5550 Implement logging as a startup option.
5551 (org-store-link): Make sure context string is never empty
5552 (org-insert-link): Use relative path when possible.
5553 (org-at-item-checklet-p): New function.
5554 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
5555 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
5556 (org-metaright, org-metaup, org-metadown, org-shiftup)
5557 (org-shiftdown, org-shiftright, org-shiftleft)
5558 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
5559 Dispatch using `call-interactively'.
5560 (org-call-with-arg): New defsubst.
5561 (org-tag-alist, org-use-fast-tag-selection): New options.
5562 (org-complete): Use `org-tag-alist'.
5563 (org-fast-tag-insert, org-fast-tag-selection): New functions.
5564 (org-next-item, org-previous-item): New commands.
5565 (org-beginning-of-item, org-end-of-item): Add (interactive) to
5566 make command.
5567 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
5568
5569 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
5570
5571 * emacs-lisp/ewoc.el (ewoc-delete): New function.
5572 (ewoc-filter): Use `ewoc-delete'.
5573
5574 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
5575
5576 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5577
5578 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
5579 Signal more user-friendly error messages.
5580
5581 * complete.el (PC-do-completion): Undo the addition of implicit
5582 wildcards if they did not lead to finding any match.
5583 (read-file-name-internal): Don't add the final > if the completion is
5584 not finished.
5585
5586 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5587
5588 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
5589 Quote safe-local-variable predicate.
5590
5591 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
5592
5593 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
5594
5595 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5596
5597 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
5598
5599 * progmodes/make-mode.el (makefile-special-targets-list)
5600 (makefile-macro-table, makefile-target-table): Mark as risky.
5601 (makefile-query-one-target-method): Make this the alias for the
5602 following variable.
5603 (makefile-query-one-target-method-function): Make this the real name.
5604
5605 * textmodes/artist.el (artist-text-renderer): Make this the alias
5606 for the following variable.
5607 (artist-text-renderer-function): Make this the real name.
5608
5609 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
5610 the alias for the following variable.
5611 (flyspell-generic-check-word-predicate): Make this the real name.
5612
5613 * textmodes/ispell.el (ispell-format-word): Make this the alias
5614 for the following variable.
5615 (ispell-format-word-function): Make this the real name.
5616 (ispell-message-text-end): Mark as risky.
5617
5618 * skeleton.el (skeleton-transformation, skeleton-filter)
5619 (skeleton-pair-filter): Make these the aliases for the following
5620 variables.
5621 (skeleton-transformation-function, skeleton-filter-function)
5622 (skeleton-pair-filter-function): Make these the real names.
5623
5624 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
5625 and skeleton-pair-filter-function.
5626
5627 * textmodes/sgml-mode.el (sgml-transformation): Make this the
5628 alias for the following variable.
5629 (sgml-transformation-function): Make this the real name.
5630 (sgml-tag-alist): Mark as risky.
5631
5632 2006-05-21 Richard Stallman <rms@gnu.org>
5633
5634 * simple.el (kill-region): Interactively, pass point, then mark.
5635
5636 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
5637
5638 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
5639
5640 2006-05-21 Romain Francoise <romain@orebokech.com>
5641
5642 * dired-x.el (dired-mode-map): Don't bind M-g.
5643
5644 2006-05-20 Richard Stallman <rms@gnu.org>
5645
5646 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
5647 (dired-goto-file): Doc fix.
5648
5649 2006-05-21 Kim F. Storm <storm@cua.dk>
5650
5651 * emulation/cua-base.el: Mention customizing cua-mode as alternative
5652 way to enable built-in cua-mode if user loads older CUA-mode package.
5653
5654 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
5655 if default-filename is specified.
5656
5657 2006-05-20 Eli Zaretskii <eliz@gnu.org>
5658
5659 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
5660
5661 * info.el (info-apropos): Make sure current-file and current-node
5662 have non-nil values. Speed up by using add-to-list instead of
5663 manual consing.
5664
5665 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5666
5667 * progmodes/make-mode.el (makefile-mode): Doc fix.
5668
5669 2006-05-20 Eli Zaretskii <eliz@gnu.org>
5670
5671 * dired-aux.el (dired-do-shell-command): Doc fix.
5672
5673 2006-05-20 Kevin Ryde <user42@zip.com.au>
5674
5675 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
5676 ``(custom-manual :tag "Foo" "(foo)Node")''.
5677
5678 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
5679
5680 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
5681 value is an integer.
5682
5683 2006-05-20 Eli Zaretskii <eliz@gnu.org>
5684
5685 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
5686 "format".
5687 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
5688
5689 2006-05-20 Martin Rudalics <rudalics@gmx.at>
5690
5691 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
5692 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
5693
5694 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5695
5696 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
5697 regexp for keywords.
5698
5699 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
5700
5701 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
5702 replace-regexp-in-string.
5703
5704 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
5705 encode, and escape file name on conversion to URL.
5706
5707 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5708
5709 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
5710 Don't unescape URL.
5711 (dnd-get-local-file-name): Unescape URL on conversion to file name.
5712
5713 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
5714 on conversion to URLs.
5715
5716 * net/browse-url.el (browse-url-file-url): Encode file name on
5717 conversion to URL.
5718
5719 * term/mac-win.el (mac-ae-open-documents): Escape file name on
5720 conversion to URL.
5721
5722 2006-05-19 Eli Zaretskii <eliz@gnu.org>
5723
5724 * progmodes/cc-styles.el (c-style-alist): Doc fix.
5725
5726 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5727
5728 * term/mac-win.el (mac-bytes-to-digits): Remove function.
5729 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
5730
5731 2006-05-19 Glenn Morris <rgm@gnu.org>
5732
5733 * calendar/diary-lib.el (diary-bahai-date)
5734 (list-bahai-diary-entries, mark-bahai-diary-entries)
5735 (mark-bahai-calendar-date-pattern): Not interactive.
5736 (add-to-diary-list): New optional arg LITERAL. Doc fix.
5737 (diary-entries-list): Change format of 4th element in each entry.
5738 (diary-list-entries): Use add-to-diary-list.
5739 (diary-goto-entry): Handle the case where the buffer visiting the
5740 diary has been killed.
5741 (fancy-diary-display): Add 'locator to button rather than 'marker.
5742 Only generate temp-face when there are marks to apply.
5743 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
5744 (diary-fancy-date-pattern): New variable.
5745 (diary-time-regexp): Doc fix.
5746 (diary-anniversary, diary-time): New faces.
5747 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
5748 diary-time-regexp. Add font-lock-multiline property where needed.
5749 Use new faces diary-anniversary and diary-time.
5750 (diary-fancy-font-lock-fontify-region-function): New function, to
5751 handle multiline font-lock pattern in fancy diary.
5752 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
5753 (diary-font-lock-keywords): Tweak time regexp. Use new face
5754 diary-time.
5755
5756 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
5757
5758 * international/code-pages.el (mik): Table corrected.
5759
5760 2006-05-18 Kim F. Storm <storm@cua.dk>
5761
5762 * progmodes/grep.el (grep-find): Don't check grep-find-command
5763 before running command (breaks non-interactive usage).
5764
5765 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
5766
5767 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
5768 (ewoc--insert-new-node): Don't insert trailing newline.
5769 Instead, adjust successor nodes's start markers.
5770 (ewoc--refresh-node): Delete all text from current node's start
5771 marker to the next one's; adjust successor nodes's start markers.
5772 (ewoc--create): Doc fixes.
5773 (ewoc--refresh): Don't insert newline.
5774 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
5775 * pcvs.el (cvs-make-cvs-buffer):
5776 Specify extra newline for ewoc's header and footer.
5777 (cvs-update-header): Update initial header recognition.
5778 Append newline to final header and footer values.
5779 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
5780
5781 2006-05-17 Richard Stallman <rms@gnu.org>
5782
5783 * files.el (file-name-extension): Doc fix.
5784
5785 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5786
5787 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
5788 we can explicitly enable/disable rather than toggle.
5789 (shell-mode): Use it.
5790 (shell-cd): Don't try to reproduce what `cd' does.
5791
5792 2006-05-17 Kim F. Storm <storm@cua.dk>
5793
5794 * ido.el (ido-read-internal): Use only nondirectory part of
5795 default item.
5796
5797 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
5798
5799 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
5800 (ewoc-nth): Doc fix.
5801
5802 (ewoc-map, ewoc-invalidate): Compute PP before looping.
5803
5804 2006-05-16 Eli Zaretskii <eliz@gnu.org>
5805
5806 * international/mule.el (auto-coding-alist): Add .lha to files
5807 read with no-conversion.
5808
5809 * files.el (auto-mode-alist): Add .lha files to archive file
5810 extensions.
5811
5812 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
5813 Convert csize to integer when computing offsets within the
5814 compressed archive file.
5815
5816 2006-05-16 Kim F. Storm <storm@cua.dk>
5817
5818 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
5819 with read-from-minibuffer.
5820
5821 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
5822
5823 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
5824 (byte-compile-warnings): Fix safe-local-variable property.
5825
5826 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
5827
5828 * allout.el (allout-show-bodies, allout-old-style-prefixes)
5829 (allout-stylish-prefixes, allout-numbered-bullet)
5830 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
5831 predicates to qualify `safe-local-variable' property, when
5832 available, else use equivalent lambda.
5833 (allout-current-topic-collapsed-p): Do the right thing regarding
5834 trailing blank lines.
5835
5836 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5837
5838 * server.el (server-start): Only create a directory if needed.
5839 (server-edit, server-unload-hook): server-start => server-mode.
5840 (kill-emacs-hook): Cleanup upon exit.
5841
5842 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5843
5844 * hexl.el (hexlify-buffer): Encode process arguments manually.
5845
5846 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
5847
5848 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
5849 call to gdb-tooltip-print.
5850
5851 2006-05-15 Romain Francoise <romain@orebokech.com>
5852
5853 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
5854 systems, default to "tar" since those systems probably have GNU tar.
5855
5856 2006-05-14 Lars Hansen <larsh@soem.dk>
5857
5858 * desktop.el (desktop-missing-file-warning): Fix docstring.
5859 (desktop-restore-file-buffer): Correct question asked on missing file.
5860
5861 2006-05-14 Kim F. Storm <storm@cua.dk>
5862
5863 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
5864 Add CUA move property.
5865
5866 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
5867
5868 * custom.el (custom-push-theme): Load the variable before checking
5869 its `standard-value'.
5870
5871 2006-05-13 Lars Hansen <larsh@soem.dk>
5872
5873 * desktop.el (desktop-save): Use with-temp-buffer.
5874
5875 2006-05-12 Glenn Morris <rgm@gnu.org>
5876
5877 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
5878 * calendar/calendar.el (calendar-mode-map):
5879 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
5880 * calendar/appt.el (appt-check, appt-make-list): Refer to
5881 diary-view-entries, diary-list-entries, diary-show-all-entries
5882 rather than obsolete aliases.
5883
5884 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
5885
5886 * simple.el (line-move-finish): Avoid calling point motion hooks
5887 while processing intangibility.
5888
5889 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
5890
5891 * term/xterm.el (terminal-init-xterm): Fix typo.
5892
5893 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
5894
5895 * allout.el (allout-view-change-hook): Mark as being deprecated,
5896 to be replaced by `allout-exposure-change-hook'.
5897 (allout-exposure-change-hook): New, replacing
5898 `allout-view-change-hook'.
5899 (allout-flag-region): Run new hook `allout-exposure-change-hook',
5900 in addition to `allout-view-change-hook'.
5901 (allout-show-bodies, allout-old-style-prefixes)
5902 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
5903 lambda forms to prevent their showing up in variable help
5904 presentations as inscrutable byte-compiled code.
5905 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
5906 Use string-or-null-p to qualify safe-local-variable values.
5907 (allout-reindent-bodies): Use memq to qualify matches against
5908 valid safe-local-variable values. Also, quote the lambda as above.
5909 (allout-use-mode-specific-leader): Add missing candidate-value
5910 symbols, use memq, and quote the lambda.
5911 (allout-overlay-interior-modification-handler): Remove unused
5912 variables `msg' and 'opened'.
5913 (allout-hidden-p): Constrain invisibility consideration to allout's
5914 invisibility spec, disregarding invisibility for other reasons.
5915
5916 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
5917
5918 * files.el (version-control): Correct safe values.
5919
5920 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
5921
5922 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
5923
5924 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
5925 (ewoc--insert-new-node): New func.
5926 Update callers of deleted funcs to use it, instead.
5927
5928 2006-05-11 Glenn Morris <rgm@gnu.org>
5929
5930 * calendar/calendar.el (diary-show-all-entries): Do not refer to
5931 obsolete alias `show-all-diary-entries'.
5932 (make-diary-entry): Not interactive.
5933 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
5934 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
5935 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
5936 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5937 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
5938 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
5939
5940 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5941
5942 * calendar/calendar.el (calendar-french-date-string)
5943 (calendar-mayan-date-string, calendar-chinese-date-string)
5944 (calendar-astro-date-string, calendar-iso-date-string)
5945 (calendar-islamic-date-string, calendar-bahai-date-string)
5946 (calendar-hebrew-date-string, calendar-coptic-date-string)
5947 (calendar-ethiopic-date-string, calendar-persian-date-string):
5948 These functions are not interactive.
5949
5950 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
5951
5952 * files.el: Balance parentheses.
5953
5954 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
5955
5956 * files.el, newcomment.el, outline.el, simple.el,
5957 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
5958 progmodes/cc-vars.el, progmodes/compile.el:
5959 Move `safe-local-variable' declarations to the respective files.
5960
5961 * help-fns.el (describe-variable): Don't print safe-var if it is
5962 byte-code. Improve wording as suggested by Luc Teirlinck.
5963
5964 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
5965
5966 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
5967 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
5968 Use a token for pending-triggers to ensure gdb-var-update
5969 gets called once per user input again for pre-GDB 6.4.
5970 (gdb-var-delete): Match on more complex expressions.
5971 (gdb-var-list-children-handler, gdb-var-create-handler):
5972 Use a token for consistency.
5973
5974 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
5975
5976 * textmodes/org.el (org-read-date, org-goto-calendar)
5977 (org-agenda-goto-calendar):
5978 Bind `view-calendar-holidays-initially' to nil.
5979
5980 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
5981
5982 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
5983 Update all callers to do it there, instead.
5984
5985 2006-05-10 Glenn Morris <rgm@gnu.org>
5986
5987 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
5988 prefix arg case, to avoid view-diary-entries-initially error.
5989 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5990 (calendar-date-is-legal-p): Handle dates with no day part.
5991
5992 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
5993
5994 * comint.el (comint-insert-input): Just make it when
5995 comint-use-prompt regexp is nil (default) and with the mouse.
5996 (comint-copy-old-input): Reinstate from 2004-06-23.
5997 (comint-mode-map): Bind C-c C-m to it.
5998
5999 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
6000
6001 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
6002 Remove spurious move to point-max (new comint behavior fixes).
6003
6004 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
6005 compatibility function (Emacs 18/19).
6006 (idlwave-is-continuation-line): Always return point at start of
6007 previous non-blank continuation line.
6008 (keyword-parameters): Fix continued comment font-lock matcher.
6009 (idlwave-font-lock-fontify-region): Written, use as
6010 font-lock-fontify-region-function, to fix continued keyword
6011 fontification issues.
6012
6013 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6014
6015 * term/mac-win.el (mac-font-panel-mode): Doc fix.
6016 (mac-service-selection, mac-service-open-file)
6017 (mac-service-open-selection, mac-service-mail-selection)
6018 (mac-service-mail-to, mac-service-insert-text): Rename from
6019 mac-services-*. All uses changed.
6020 (mac-apple-event-map): Rename event symbol `services' to `service'.
6021
6022 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
6023
6024 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
6025 (ewoc--node-enter-first, ewoc--node-enter-last)
6026 (ewoc--delete-node-internal): Merge funcs into unique callers.
6027
6028 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
6029
6030 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
6031 return value of read-from-minibuffer for empty input.
6032
6033 2006-05-09 Miles Bader <miles@gnu.org>
6034
6035 * comint.el (comint-insert-input): Remove redundant calls to setq
6036 and goto-char.
6037
6038 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
6039
6040 * comint.el (comint-insert-input): Make it work when
6041 comint-use-prompt-regexp is t.
6042
6043 2006-05-10 Miles Bader <miles@gnu.org>
6044
6045 * subr.el (field-at-pos): New function.
6046
6047 * comint.el (comint-insert-input): Use it.
6048
6049 2006-05-09 Juri Linkov <juri@jurta.org>
6050
6051 * battery.el (battery-linux-proc-acpi): Also try
6052 `/proc/acpi/thermal_zone/THR2/temperature'.
6053
6054 * files.el <safe-local-variable>: Remove `eval' and `let' binding
6055 for now unused lambda `string-or-null'.
6056
6057 * add-log.el (change-log-default-name): Put `string-or-null-p'
6058 instead of lambda on `safe-local-variable' property.
6059
6060 * diff-mode.el (diff-context->unified): Use `region-beginning' and
6061 `region-end' instead of `mark' and `point'.
6062 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
6063 Operate on region in Transient Mark mode when the mark is active.
6064 Use `region-beginning' and `region-end' instead of `mark' and
6065 `point'.
6066 (diff-hunk-text, diff-goto-source): Doc fix.
6067
6068 * startup.el (fancy-splash-screens, normal-splash-screen): Use
6069 face `mode-line-buffer-id' for mode-line buffer face instead of
6070 hard-coded `(:weight bold)'.
6071
6072 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
6073 buffer-undo-list to t (undo-ask is reproducible by visiting
6074 nested archives).
6075
6076 2006-05-09 Kim F. Storm <storm@cua.dk>
6077
6078 * progmodes/grep.el (rgrep): Set default directory of *grep*
6079 buffer if we start M-x rgrep in the *grep* buffer and choose
6080 a different base directory.
6081
6082 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
6083
6084 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
6085 completion also when ido is loaded.
6086
6087 2006-05-09 Masatake YAMATO <jet@gyve.org>
6088
6089 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
6090 "warning" and "import".
6091 (cpp-font-lock-keywords): Added "warning".
6092
6093 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
6094
6095 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6096
6097 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6098
6099 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
6100 pages at a time, if we signal the end, we should indeed reach that end.
6101
6102 2006-05-08 David Reitter <david.reitter@gmail.com>
6103
6104 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
6105 output during execution of the body.
6106
6107 2006-05-08 Kim F. Storm <storm@cua.dk>
6108
6109 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
6110
6111 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
6112
6113 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
6114 Use with-current-buffer.
6115
6116 2006-05-07 Kim F. Storm <storm@cua.dk>
6117
6118 * subr.el (add-to-history): Remove keep-dups arg.
6119
6120 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
6121 to nil around call to add-to-history.
6122
6123 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6124
6125 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
6126 than after a buffer modification.
6127
6128 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
6129
6130 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
6131 call to...
6132 (gud-watch): ...here so speedbar is raised for already watched
6133 expressions.
6134 (gdb-speedbar-refresh): Delete function.
6135 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
6136 Use speedbar-timer-fn instead of speedbar-refresh (reverting
6137 earlier change).
6138 (gdb-var-evaluate-expression-handler)
6139 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
6140
6141 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
6142 Update localized contents for all buffers except ignored modes.
6143
6144 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6145
6146 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
6147 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
6148 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
6149 (mac-handle-font-panel-closed, mac-handle-font-selection):
6150 New functions.
6151 (mac-font-panel-mode): New minor mode.
6152 (mac-apple-event-map): Add bindings for toolbar toggle button and
6153 font panel.
6154 (menu-bar-showhide-menu): Add mac-font-panel-mode.
6155
6156 2006-05-07 John Paul Wallington <jpw@pobox.com>
6157
6158 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6159 Avoid `regexp-opt'; simplify regexp for readability.
6160
6161 2006-05-06 Eli Zaretskii <eliz@gnu.org>
6162
6163 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
6164 * files.el (buffer-stale-function):
6165 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6166 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
6167 links to the main manual, not to emacs-xtra.
6168
6169 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6170
6171 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
6172 MacJapanese if text is ASCII-only.
6173
6174 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
6175
6176 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
6177 unless so nil isn't returned.
6178 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
6179
6180 2006-05-06 Kim F. Storm <storm@cua.dk>
6181
6182 * subr.el (add-to-history): New function.
6183
6184 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
6185 (ediff-merge-files-with-ancestor):
6186 * env.el (setenv):
6187 * isearch.el (isearch-update-ring):
6188 * server.el (server-visit-files):
6189 * progmodes/grep.el (lgrep, rgrep):
6190 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
6191 * progmodes/xscheme.el (xscheme-insert-expression):
6192 Use add-to-history.
6193
6194 * kmacro.el (kmacro-push-ring): Use add-to-history.
6195 (kmacro-ring-length): Remove unused defun.
6196 (kmacro-start-macro): Use kmacro-push-ring.
6197
6198 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
6199
6200 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
6201 directly instead of a lambda expression that calls it.
6202
6203 2006-05-06 Kim F. Storm <storm@cua.dk>
6204
6205 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
6206 instead of compute-motion.
6207
6208 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
6209
6210 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
6211 change.
6212
6213 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
6214
6215 * startup.el (command-line-1): Refer to "Pure Storage" on
6216 pure-space-overflow.
6217
6218 2006-05-05 Martin Rudalics <rudalics@gmx.at>
6219
6220 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
6221 provided faces once they all have been used up.
6222
6223 2006-05-05 Eli Zaretskii <eliz@gnu.org>
6224
6225 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
6226 reference to the Lisp manual to the warning about pure space
6227 overflow.
6228
6229 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6230
6231 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
6232 argument to avoid the call to `ispell-internal-change-dictionary'
6233 when not needed.
6234 (ispell-change-dictionary): Use this argument and call
6235 `ispell-internal-change-dictionary' after the possible change
6236 to `ispell-local-dictionary'.
6237 (ispell-internal-change-dictionary): Check for a change in
6238 personal dictionary use too.
6239
6240 2006-05-05 Eli Zaretskii <eliz@gnu.org>
6241
6242 * startup.el (command-line): On MS-Windows, probe "~", not
6243 "~USER", for warning about non-existent home directory
6244
6245 * arc-mode.el (archive-l-e): New optional argument `float' means
6246 generate a float value.
6247 (archive-arc-summarize, archive-lzh-summarize)
6248 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
6249 with 3rd argument non-nil when file's size is being computed.
6250 Format the file sizes with %8.0f instead of %8d.
6251
6252 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6253
6254 * cus-start.el (all): Add mac-dnd-known-types.
6255
6256 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
6257 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
6258 (mac-TIFF-to-string): New functions.
6259 (x-get-selection, x-selection-value)
6260 (mac-select-convert-to-string): Use them.
6261 (mac-text-encoding-mac-japanese-basic-variant): New constant.
6262 (mac-dnd-types-alist): New customization variable.
6263 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
6264 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
6265 (mac-dnd-handle-drag-n-drop-event): New functions.
6266 (mac-drag-n-drop): Remove function.
6267 (global-map): Bind drag-n-drop and M-drag-n-drop to
6268 mac-dnd-handle-drag-n-drop-event.
6269
6270 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
6271
6272 * progmodes/perl-mode.el (perl-beginning-of-function):
6273 Skip anonymous subs.
6274
6275 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
6276
6277 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
6278 regexp-opt at run time.
6279
6280 * term.el (term-handle-ansi-escape): Fix off by one error.
6281
6282 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
6283
6284 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
6285 (gdb-init-1, gdb-post-prompt): ...and references to it.
6286 (gdb-frame-handler): Strip directory name from filename if present.
6287
6288 * progmodes/gud.el (gdb-force-update): Delete defvar
6289 (gud-speedbar-buttons): ...and references to it. Use window-start
6290 to try to keep positon in watch expression.
6291
6292 2006-05-03 Richard Stallman <rms@gnu.org>
6293
6294 * simple.el (next-history-element, previous-history-element): Doc fix.
6295
6296 * isearch.el (isearch-update-ring): Doc fix.
6297
6298 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
6299
6300 * isearch.el (isearch-update-ring): Take history-delete-duplicates
6301 into consideration. Replace one arm ifs with whens.
6302
6303 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
6304
6305 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
6306 (menu): Fix typo.
6307
6308 2006-05-02 Miles Bader <miles@gnu.org>
6309
6310 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
6311
6312 2006-05-02 Jay Belanger <belanger@truman.edu>
6313
6314 * calc/calc-embed.el (calc-override-minor-modes-map)
6315 (calc-override-minor-modes): New variables.
6316 (calc-do-embedded): Make sure that Calc keystrokes aren't
6317 overwritten by minor modes.
6318
6319 2006-05-02 Chong Yidong <cyd@mit.edu>
6320
6321 * msb.el (msb): If EVENT is a down event, read and discard the up event.
6322
6323 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
6324
6325 * startup.el (command-line-1): Refer to Lisp manual when
6326 pure-space-overflow occurs.
6327
6328 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
6329 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
6330 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
6331 (version-control): Don't use `t' for safe-local-variable declarations.
6332
6333 2006-05-01 Richard Stallman <rms@gnu.org>
6334
6335 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
6336 M-r, M-R, M-A, M-SPC or M-DEL.
6337 (diff-mode-map): diff-refine-hunk now on C-c C-w
6338 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
6339
6340 * help-mode.el (help-mode): view-exit-action calls delete-window
6341 only when it is safe and possible.
6342
6343 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
6344 in messages.
6345
6346 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
6347
6348 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
6349 in the default tool-bar-map.
6350
6351 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
6352
6353 * net/tramp.el (tramp-completion-file-name-handler-alist)
6354 (tramp-run-real-handler, tramp-completion-run-real-handler)
6355 (tramp-completion-handle-file-name-all-completions)
6356 (tramp-completion-handle-file-name-completion): Autoload them.
6357 (tramp-completion-handle-file-exists-p)
6358 (tramp-completion-handle-file-name-directory)
6359 (tramp-completion-handle-file-name-nondirectory)
6360 (tramp-completion-handle-expand-file-name): Remove them.
6361 (tramp-handle-file-name-directory): Return the real directory name.
6362 Returning "/" only doesn't need to be necessary any longer.
6363 (tramp-file-name-handler): Make special attention when in hostname
6364 completion mode.
6365 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
6366 (tramp-register-file-name-handlers):
6367 Register `tramp-completion-file-name-handler' only when
6368 `partial-completion-mode' is enabled.
6369 (tramp-completion-handle-file-name-all-completions):
6370 Delete directory part from results.
6371 (tramp-get-completion-methods, tramp-get-completion-user-host):
6372 Discard deleting "/", it doesn't work after the change of
6373 `tramp-handle-file-name-directory' above.
6374
6375 2006-05-01 Kim F. Storm <storm@cua.dk>
6376
6377 * progmodes/grep.el (grep-expand-template): Use save-match-data
6378 and symbol-value.
6379
6380 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6381
6382 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
6383 Use select-frame-set-input-focus instead of raise-frame.
6384 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
6385
6386 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
6387
6388 * progmodes/gud.el (gud-def): Add %c case.
6389 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
6390 (gud-format-command): Make match case sensitive. Match on %F.
6391
6392 2006-04-30 Glenn Morris <rgm@gnu.org>
6393
6394 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
6395 (cal-tex-preamble): Use cal-tex-preamble-extra.
6396 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
6397 than alias `list-diary-entries'.
6398
6399 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
6400
6401 * help-fns.el (describe-variable): Add info about safe local variables.
6402
6403 2006-04-29 Richard Stallman <rms@gnu.org>
6404
6405 * bindings.el (mode-line-format): help-echo doc fixes.
6406
6407 * net/tramp.el (tramp-file-name-handler-alist): Delete
6408 expand-file-name and other operations that can cause spurious loading.
6409
6410 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6411
6412 * files.el (safe-local-variable-p): Remove support for the special
6413 value t.
6414
6415 * textmodes/paragraphs.el (sentence-end-without-space):
6416 Fix safety predicate.
6417 (sentence-end-double-space, sentence-end-without-period)
6418 (paragraph-ignore-fill-prefix):
6419 * textmodes/fill.el (colon-double-space):
6420 * abbrev.el (abbrev-mode): Tighten the safety predicate.
6421
6422 * subr.el (booleanp): New fun.
6423
6424 * textmodes/reftex-vars.el (reftex-guess-label-type):
6425 Tighten the safety predicate.
6426
6427 2006-04-28 Kim F. Storm <storm@cua.dk>
6428
6429 * progmodes/grep.el (defgroup grep): Doc fix.
6430 (grep-auto-highlight): Remove.
6431 (grep-template): New defcustom.
6432 (grep-find-template): Rename from grep-tree-template.
6433 (grep-files-aliases): Rename from grep-tree-files-aliases.
6434 Remove "all" alias, add "l" alias.
6435 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
6436 (grep-find-ignored-directories): New defcustom to replace
6437 grep-tree-ignore-CVS-directories, to facilitate ignoring
6438 subdirectories for multiple version control systems.
6439 (grep-mode-map): Add Recursive grep item to GREP menu.
6440 (grep-regexp-history, grep-files-history): New defvars.
6441 (grep-probe): New helper function.
6442 (grep-compute-defaults): Use it to simplify code.
6443 Adapt to name changes.
6444 Use `.' as base in grep-find-template rather than <D>.
6445 (grep): Remove superfluous highlight-regexp arg. Fix doc.
6446 Call grep-compute-defaults unconditionally.
6447 (grep-expand-keywords): New defconst.
6448 (grep-expand-template): Rename from grep-expand-command-macros.
6449 Simplify via grep-expand-keywords. Look at case-fold-search instead
6450 of grep-tree-ignore-case to add -i option.
6451 Bind case-fold-search to nil while matching keywords.
6452 (grep-tree-last-regexp, grep-tree-last-files): Remove.
6453 (grep-read-regexp, grep-read-files): New helper functions.
6454 (rgrep): Rename from grep-tree. Rework to use proper histories.
6455 Adapt to changes in defcustoms and functions above.
6456 (lgrep): New command, as grep, but using same interactive UI as rgrep.
6457
6458 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
6459
6460 * net/tramp.el (tramp-completion-file-name-handler):
6461 Disable Tramp's functionality while loading Tramp itself.
6462 (tramp-register-file-name-handlers): That's a defsubst now.
6463 Code from `tramp-repair-jka-compr' moved here. Apply it via
6464 `after-init-hook'.
6465 (tramp-repair-jka-compr): Remove.
6466
6467 2006-04-27 Jay Belanger <belanger@truman.edu>
6468
6469 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
6470 read expression when `math-read-big-expr' doesn't work.
6471
6472 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
6473
6474 * startup.el (command-line-1): Display warning when
6475 pure-space-overflow is non-nil.
6476
6477 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6478
6479 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
6480 risky.
6481
6482 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6483
6484 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
6485 Return the URL or nil if none can be generated.
6486
6487 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
6488
6489 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
6490 byte compiler warnings.
6491 (gud-basic-call, gud-find-expr): Let user select an expression
6492 for printing. Print expression as well as value in GUD buffer.
6493
6494 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
6495
6496 * allout.el: Remove local autoload declaration for
6497 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
6498 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
6499 (allout-plain-bullets-string, allout-distinctive-bullets-string)
6500 (allout-use-mode-specific-leader, allout-old-style-prefixes)
6501 (allout-stylish-prefixes, allout-numbered-bullet)
6502 (allout-file-xref-bullet, allout-presentation-padding)
6503 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
6504 safe-local-variable with suitable value spec, and add autoload
6505 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
6506 (move-beginning-of-line, move-end-of-line): Repair so these compat
6507 functions now actually resituate the point, when appropriate.
6508
6509 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6510
6511 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
6512
6513 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
6514 (add-log-iso8601-time-string): Fix call to format-time-string.
6515
6516 2006-04-26 Kim F. Storm <storm@cua.dk>
6517
6518 * subr.el (posn-string, posn-image, posn-object): Doc fix.
6519
6520 2006-04-26 Masatake YAMATO <jet@gyve.org>
6521
6522 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
6523 Add support for "//" style comments. Remove `b' flag
6524 from ?* in `asm-mode-syntax-table'.
6525
6526 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6527
6528 * follow.el: Use (featurep 'xemacs) everywhere.
6529 (follow-mode): Use define-minor-mode.
6530 (follow-mode-map): Move initialization into the declaration.
6531 Use command remapping.
6532 (follow-emacs-version-xemacs-p): Remove.
6533 (follow-submit-feedback): Remove.
6534
6535 * allout.el (allout-layout, allout-passphrase-verifier-string)
6536 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
6537
6538 * textmodes/reftex-vars.el (reftex-vref-is-default)
6539 (reftex-fref-is-default, reftex-guess-label-type):
6540 Tighten up a bit the safety predicate.
6541
6542 * textmodes/paragraphs.el (sentence-end-double-space)
6543 (sentence-end-without-period, sentence-end-without-space)
6544 (page-delimiter, paragraph-ignore-fill-prefix):
6545 Tighten up a bit the safety predicate.
6546
6547 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
6548
6549 * progmodes/python.el (python-continuation-line-p)
6550 (python-beginning-of-statement): syntax-ppss may return
6551 a negative depth.
6552 (python-mode): Don't forcefully enable font-lock.
6553
6554 * time-stamp.el (time-stamp-start, time-stamp-end)
6555 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
6556
6557 * add-log.el: Remove spurious * in docstrings.
6558 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
6559 (add-change-log-entry): Use it here, since it's not specific
6560 to iso8601.
6561 (add-log-iso8601-time-string): Don't use it here any more.
6562 (change-log-indent-text, change-log-indent): Rename from add-log-*.
6563
6564 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
6565
6566 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
6567
6568 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
6569 (rcirc-toggle-low-priority): Doc fix.
6570 (rcirc-handler-NOTICE): Remove beginning of line anchor in
6571 ChanServ regexp.
6572 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
6573 #emacs.
6574 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
6575 (rcirc-decode-coding-system): Use utf-8 as the default.
6576 (rcirc-multiline-minor-mode): Set the fill-column.
6577 (rcirc-format-response-string): Display bright and dim nicks.
6578 (rcirc-browse-url): Update interactive spec to fill ARG.
6579 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
6580 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
6581
6582 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
6583
6584 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
6585 case for @Article, etc.
6586
6587 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
6588
6589 * net/tramp.el (tramp-register-file-name-handlers): New defun.
6590 Added with autoload cookie.
6591 (tramp-unload-file-name-handlers): Rename from
6592 `tramp-unload-file-name-handler-alist'.
6593
6594 2006-04-23 Romain Francoise <romain@orebokech.com>
6595
6596 * comint.el (comint-match-partial-filename): Doc fix.
6597
6598 2006-04-21 Glenn Morris <rgm@gnu.org>
6599
6600 * calendar/cal-menu.el (calendar-mode-map): Refer to
6601 `diary-view-entries' rather than alias `view-diary-entries'.
6602 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
6603
6604 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
6605
6606 * progmodes/antlr-mode.el (antlr-default):
6607 * cus-edit.el (custom-documentation):
6608 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
6609 in defface.
6610
6611 2006-04-21 Kim F. Storm <storm@cua.dk>
6612
6613 * image.el (image-type): New defun split out of create-image.
6614 (create-image): Use it.
6615
6616 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
6617
6618 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
6619 (org-open-at-point): Remove the "...done" message to keep output
6620 in the echo area visible.
6621 (org-export-as-xoxo): Fix call to `indent-region'.
6622
6623 2006-04-21 Kevin Ryde <user42@zip.com.au>
6624
6625 * international/mule.el (keyboard-coding-system): defcustom
6626 info-link fixes: "Specify Coding" has been split, keyboard now in
6627 "Terminal Coding", and "Single-Byte Character Support" is now
6628 "Unibyte Mode".
6629
6630 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
6631
6632 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
6633 Use font-lock-warning-face for any errors e.g. no stack.
6634 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
6635
6636 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
6637
6638 * progmodes/sh-script.el (sh-shell): Mark as safe.
6639
6640 * newcomment.el (comment-start, comment-start-skip)
6641 (comment-end-skip, comment-end): Mark as safe.
6642
6643 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
6644
6645 * textmodes/org.el (org-deadline-announce): Face removed.
6646 (org-level-faces, org-n-levels): Convert to constant.
6647 (org-compatible-face): New function.
6648 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
6649 (org-level-5, org-level-6, org-level-7, org-level-8)
6650 (org-special-keyword, org-warning, org-headline-done, org-link)
6651 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
6652 (org-scheduled-today, org-scheduled-previously, org-time-grid):
6653 Face definition revised for better color tty support.
6654 (org-bold-re, org-italic-re, org-underline-re): New constants.
6655 (org-set-font-lock-defaults): Use the new constants.
6656 (org-agenda-highlight-todo): New function.
6657 (org-agenda-todo): Fix bug with point at end of line.
6658 (org-agenda-change-all-lines, org-finalize-agenda-entries):
6659 Fontify TODO keywords.
6660 (org-insert-link): Preserve relative path in ../ links.
6661 (org-export-as-html): Convert links pointing to .org files into
6662 links that will work beteen the exported HTML files.
6663 (org-todo-list): Fix bug when arg=0.
6664 (org-insert-heading): More fine-tuning.
6665
6666 2006-04-19 Romain Francoise <romain@orebokech.com>
6667
6668 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
6669 from `rmail-mime-charset-pattern'.
6670
6671 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
6672
6673 * progmodes/python.el (python-mode): Fix typo.
6674
6675 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
6676
6677 * comint.el (comint-previous-input): Don't clobber input line
6678 when moving off either end of the input history ring.
6679 (comint-delete-input): New function, used by
6680 `comint-previous-input' and others.
6681 (comint-previous-matching-input):
6682 Use `coming-delete-input'. Save the partial input if leaving the
6683 edit line. Goto point-max before deleting input to avoid
6684 partial input fragments hanging around.
6685 (comint-restore-input): New function, used by `comint-previous-input'.
6686
6687 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
6688
6689 * imenu.el (imenu--index-alist): Balance parentheses.
6690
6691 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
6692
6693 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
6694
6695 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
6696
6697 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
6698 file is nil.
6699
6700 2006-04-18 Richard Stallman <rms@gnu.org>
6701
6702 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
6703
6704 * imenu.el (imenu-create-index-function, imenu--index-alist)
6705 (imenu--last-menubar-index-alist, imenu--make-index-alist)
6706 (imenu-default-create-index-function, imenu--generic-function):
6707 Doc fixes.
6708
6709 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
6710
6711 * help-mode.el (help-mode): Set view-exit-action to delete window.
6712
6713 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
6714 now works by passing nil as arg.
6715
6716 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
6717
6718 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
6719 (read-abbrev-file): Provide default when reading filename.
6720
6721 * files.el (enable-local-variables): Allow :all as value.
6722 (hack-local-variables): Implement that value.
6723 (safe-local-variable-values, safe-local-eval-forms)
6724 (enable-local-variables): Mark as risky.
6725 (find-file-visit-truename, kept-old-versions): Mark safe.
6726
6727 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
6728 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
6729 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
6730
6731 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6732
6733 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
6734 Use forward-line so as to get to BOL even in the presence of fields.
6735 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
6736 in return.
6737 (inferior-tcl): Tell tclsh to work in interactive mode.
6738
6739 * complete.el (partial-completion-mode):
6740 Use 'choose-completion-string-functions to make sure that
6741 choose-completion fills the minibuffer properly.
6742
6743 * complete.el (PC-old-read-file-name-internal): Remove.
6744 (PC-read-include-file-name-internal): Remove. Turn it into an advice
6745 of read-file-name-internal.
6746 (partial-completion-mode): Enable/disable this advice.
6747
6748 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
6749
6750 * net/tramp.el (tramp-completion-file-name-handler): Revert change
6751 of 2006-04-17.
6752
6753 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
6754
6755 * textmodes/org.el (org-insert-heading): Insert heading before
6756 current if at beginning of line.
6757 (org-todo, org-date): New faces.
6758 (org-table-align): Make sure tooltip window contains full text.
6759 (org-no-properties): New defsubst.
6760 (org-set-font-lock-defaults): Use new faces.
6761
6762 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
6763
6764 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
6765 for root variables.
6766
6767 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
6768 (gdb-frame-address): Re-use to identify frame for watch expression.
6769 (gdb-var-list, gdb-var-create-handler): Add frame address for root
6770 variables.
6771 (gdb-init-1, gdb-source, gdb-post-prompt)
6772 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
6773 (gdb-frame-handler): Get gdb-frame-address.
6774
6775 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
6776
6777 Sync with Tramp 2.0.53.
6778
6779 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
6780 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
6781 (tramp-completion-file-name-handler): Add autoload cookie for
6782 adding to `file-name-handler-alist'.
6783
6784 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
6785 the prompt. If it returns earlier (when detecting an error
6786 message), the rest of the output will merge accidently with the
6787 output of the next command. Reported by M Jared Finder
6788 <jared@hpalace.com>.
6789
6790 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6791 for `process-file', in order to let it work for older Emacsen too.
6792
6793 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
6794
6795 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
6796 (tex-font-lock-keywords-3): Use it.
6797
6798 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 * newcomment.el (comment-add): New function.
6801 (comment-region-default, comment-dwim): Use it.
6802
6803 2006-04-15 Michael Olson <mwolson@gnu.org>
6804
6805 * emacs-lisp/tq.el: Improve comments.
6806 (tq-queue-head-question): New accessor function.
6807 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
6808 Update for modified queue structure.
6809 (tq-queue-add): Accept `question' argument.
6810 (tq-queue-pop): If a question is pending, send it.
6811 (tq-enqueue): Accept new optional argument `delay-question'.
6812 If this is non-nil, and at least one other question is pending a
6813 response, queue the question rather than sending it immediately.
6814
6815 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6816
6817 * calendar/appt.el (appt-add): Check whether an appointment is
6818 already present in appt-time-msg-list. Simplify code.
6819
6820 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6821
6822 * progmodes/cc-langs.el (c-mode-menu):
6823 Don't presume c-subword-mode is bound.
6824
6825 2006-04-13 Bill Wohler <wohler@newt.com>
6826
6827 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
6828 (customize-package-emacs-version): Use cdr instead of cadr now
6829 that alists use dotted pairs.
6830
6831 * custom.el (defcustom): Fix docstring for :package-version.
6832
6833 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
6834
6835 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
6836 (tramp-handle-shell-command): Display output buffer only when
6837 `tramp-display-shell-command-buffer' is true.
6838 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
6839
6840 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
6841
6842 * textmodes/org.el (org-set-autofill-regexps): Set only the local
6843 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
6844
6845 2006-04-13 Romain Francoise <romain@orebokech.com>
6846
6847 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
6848 leaving temporary .cvsignore buffers behind.
6849
6850 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
6851
6852 * textmodes/org.el (org-set-regexps-and-options)
6853 (org-get-current-options): Better names for the startup folding
6854 options.
6855
6856 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
6857
6858 * vc.el (vc-annotate): Arrange for point to end up at the same
6859 line number as in the original, but only when using a new buffer.
6860
6861 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
6862
6863 * files.el (hack-one-local-variable-eval-safep):
6864 Recognize `edebug-form-spec' for `put', but only if it passes
6865 `edebug-basic-spec'. Generalize `put' handling.
6866
6867 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
6868 vetting file-local form specs.
6869
6870 * allout.el (allout-layout): Autoload its `safe-local-variable'
6871 property.
6872
6873 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
6874
6875 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
6876 (org-agenda-mouse-1-follows-link)
6877 (org-mouse-1-follows-link): New options.
6878 (org-format-agenda-item): Fix bug if TAGS is nil.
6879 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
6880
6881 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
6882
6883 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
6884 GDB 6.1+ gives full filename for "info sources" so use
6885 file-name-nondirectory.
6886
6887 2006-04-12 Romain Francoise <romain@orebokech.com>
6888
6889 * subr.el (read-passwd): Bind `message-log-max' to nil.
6890
6891 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6892
6893 * progmodes/perl-mode.el (perl-indent-new-calculate):
6894 Recompute parse-start after jumping backward by a whole sexp.
6895
6896 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6897
6898 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
6899 window configuration.
6900 (vc-annotate-display-select): Select the buffer so that current-buffer
6901 (and selected-window) is the output buffer at the end of vc-annotate.
6902
6903 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
6904
6905 * vc.el (vc-annotate-color-map): Add custom TTY color map for
6906 8-color terminals, to use all of the colors in a sensible order.
6907 256-color terminals work well with the standard map.
6908 (vc-annotate-lines): Only strip the first color character if it
6909 is "#", to allow for terminal-style named colors.
6910 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
6911 the correct buffer is scrolled.
6912
6913 2006-04-11 Richard Stallman <rms@gnu.org>
6914
6915 * emacs-lisp/bytecomp.el (byte-compile-file):
6916 Bind enable-local-variables to :safe, and make normal-mode obey it.
6917
6918 * files.el (enable-local-variables): Allow value :safe.
6919 (normal-mode): Doc fix.
6920 (hack-local-variables): Implement enable-local-variables = :safe.
6921 (hack-local-variables-confirm): Don't prevent quitting.
6922
6923 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6924
6925 * loadhist.el (unload-feature): A bit of sanity check of
6926 load-history entries. Cancel timer-vars before unbinding them.
6927
6928 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
6929 quote special chars, and make the trick work on the hex part of the
6930 buffer as well.
6931 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
6932 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
6933
6934 * startup.el (normal-splash-screen): Fix last change so we don't wait
6935 2 minutes if we don't show the splash screen.
6936
6937 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
6938
6939 * textmodes/org.el (org-export-plain-list-max-depth)
6940 (org-table-spaces-around-separators)
6941 (org-radio-targets, org-activate-camels)
6942 (org-table-spaces-around-invisible-separators): Options removed.
6943 (org-time-stamp-rounding-minutes, org-remember-templates)
6944 (org-ellipsis, org-activate-links, org-descriptive-links):
6945 New options.
6946 (org-remember-apply-template, org-current-time)
6947 (org-finish-edit-table-field)
6948 (org-link-unescape, org-link-escape)
6949 (org-string-width, org-table-clean-line, org-html-do-expand)
6950 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
6951 (org-read-agenda-file-list): New functions.
6952 (org-table-edit-field)
6953 (org-table-create-or-convert-from-region): New commands
6954 (org-table-toggle-vline-visibility): Command removed.
6955 (org-table-convert-region): Made a command.
6956 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
6957 Replace with the normal org- functions.
6958 (org-self-insert-command): Don't trigger realign unnecessarily
6959 when blanking a field that is not full.
6960 (org-mode): `Set buffer-invisibility-spec' for links.
6961 (org-activate-links2): Hide link part and only show descriptive
6962 part of the link.
6963 (org-insert-link): Modify for new linking system.
6964 (org-store-link): Store description separately, for use by
6965 `org-insert-link'.
6966 (org-table-align): Use `org-string-width'.
6967 (defgroup): Completely new group structure for custom variables.
6968 (org-agenda-files): Option: Single file name allowed. Function:
6969 Optional argument unrestrited means ignore any restricitons.
6970 (org-install-agenda-files-menu): Find a buffer in Org-mode before
6971 trying to modify the menu. Use generalized access to
6972 `org-agenda-files.'
6973 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
6974 (org-agenda-file-to-front, org-remove-file, org-diary)
6975 (org-tags-view, org-export-icalendar-all-agenda-files)
6976 (org-export-icalendar-combine-agenda-files): Use generalized
6977 access to `org-agenda-files'.
6978 (org-remember-handler): Correctly preserve heading if present.
6979 (org-table-insert-row, org-table-insert-hline): Deal with
6980 invisible characters.
6981
6982 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
6983
6984 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
6985 (vc-annotate-color-map): New 18 element constant
6986 value/saturation, rotating hue colormap, from red->blue.
6987 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
6988 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
6989 (vc-annotate): To avoid killing the required local variables,
6990 set them before the end of `with-output-to-temp-buffer', and
6991 after first switching to annotate-mode.
6992 (vc-annotate-warp-version): Add buffer argument in goto-line to
6993 ensure annotation, not source, is scrolled.
6994
6995 2006-04-10 Bill Wohler <wohler@newt.com>
6996
6997 * custom.el (defcustom, custom-handle-keyword):
6998 Add :package-version keyword.
6999 (custom-add-package-version): New function. Sets value of new
7000 property 'custom-package-version from :package-version keyword.
7001 (defcustom): Create Common Keywords section in docstring.
7002 (defface, defgroup): Replace definitions of a select few keywords
7003 with a reference to the Common Keywords in defcustom.
7004 (defcustom, defface, defgroup): Replace reference to Customization
7005 chapter in manual with hyperlink.
7006
7007 * cus-edit.el (customize-package-emacs-version-alist):
7008 New variable.
7009 (customize-changed-options): Add check for custom-package-version.
7010 (customize-package-emacs-version): New function to look up Emacs
7011 version corresponding to the given package version.
7012
7013 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
7014 defun name, in similar fashion to find-variable-regexp.
7015
7016 2006-04-10 Eli Zaretskii <eliz@gnu.org>
7017
7018 * international/mule-cmds.el (set-locale-environment): Fix last
7019 change for when the locale's preferences don't specify any encoding.
7020
7021 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7022
7023 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
7024 so the defined var/fun doesn't need to be quoted.
7025
7026 2006-04-10 Richard Stallman <rms@gnu.org>
7027
7028 * finder.el (finder-mode-map): Add n and p bindings.
7029
7030 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
7031
7032 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
7033 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
7034 (gdb-setup-windows): Put something in source window if we can't find
7035 the source file.
7036 (gdb-frame-handler): Make it work again with just assembly.
7037 (gdb-data-list-register-values-handler): Make it work when there is
7038 no stack.
7039
7040 2006-04-09 Richard Stallman <rms@gnu.org>
7041
7042 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
7043 specs while looking for charset.
7044
7045 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
7046
7047 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
7048 Make them faces.
7049 (lm-font-lock-keywords): Update appropriately.
7050
7051 2006-04-10 Kim F. Storm <storm@cua.dk>
7052
7053 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
7054 it can also replace buffer-substring-no-properties.
7055
7056 * emulation/cua-base.el (cua-delete-region, cua-paste)
7057 (cua-repeat-replace-region): Use filter-buffer-substring.
7058
7059 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
7060 (cua-cut-region-to-global-mark): Likewise.
7061
7062 * emulation/cua-rect.el (cua--extract-rectangle)
7063 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
7064
7065 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7066
7067 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
7068 entry-type. Add field delimiters to numerical fields if they are
7069 not present.
7070
7071 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7072
7073 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
7074 string-const to return value.
7075 (bibtex-remove-delimiters): Use it.
7076
7077 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7078
7079 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
7080 cl-byte-compile-compiler-macro unless it exists.
7081
7082 2006-04-08 Eli Zaretskii <eliz@gnu.org>
7083
7084 * files.el (hack-local-variables-confirm) <offer-save>:
7085 Clarify message text. Suggested by Ralf Angeli.
7086
7087 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
7088
7089 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
7090 (delete-extract-rectangle-line): Use `filter-buffer-substring'
7091 instead of `buffer-substring' and `delete-region'. (Most of the
7092 code actually copied from `kill-region'.)
7093
7094 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
7095
7096 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
7097 (rcirc-default-port): Rename from rcirc-port.
7098 (rcirc-default-nick): Rename from rcirc-nick.
7099 (rcirc-default-user-name): Rename from rcirc-user-name.
7100 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
7101 (rcirc-low-priority-flag): New variable.
7102 (rcirc-decode-coding-system): New defcustom.
7103 (rcirc-encode-coding-system): New defcustom.
7104 (rcirc-coding-system-alist): New defcustom.
7105 (rcirc-multiline-major-mode): New defcustom.
7106 (rcirc-nick): New internal variable.
7107 (rcirc-process): Remove variable.
7108 (rcirc-server-buffer): New variable.
7109 (rcirc): Update to use rcirc-default-* variables above.
7110 (rcirc-connect): Do not add window-configuration-hook-here.
7111 (rcirc-server): New internal variable.
7112 (rcirc-connect): Do not send keepalive pings if
7113 rcirc-keepalive-seconds is nil.
7114 (with-rcirc-server-buffer): New macro.
7115 (rcirc-send-string): Encode with rcirc-encode-coding-system.
7116 (rcirc-server-name): Rename from rcirc-server.
7117 (rcirc-buffer-process): New function.
7118 (rcirc-buffer-nick): New function.
7119 (rcirc-buffer-target): Remove function.
7120 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7121 New commands.
7122 (rcirc-mode-map): Change binding of C-c C-l to
7123 rcirc-toggle-low-priority.
7124 (rcirc-mode): Initialize coding system based on
7125 rcirc-coding-system-alist. New change-major-mode-hook to part the
7126 channel on a mode change. Make kill-buffer-hook buffer-local.
7127 (rcirc-change-major-mode-hook): New function.
7128 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
7129 (rcirc-last-post-time): New variable.
7130 (rcirc-process-message): Store the last time user posted a message
7131 to this target.
7132 (rcirc-multiline-minor-mode): New mode.
7133 (rcirc-multiline-minor-mode-map): New mode map.
7134 (rcirc-edit-multiline): Put multiline-edit buffer in
7135 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
7136 (rcirc-print): Ignore any line starting with an ignored nick.
7137 (rcirc-print): Decode using rcirc-decode-coding-system.
7138 (rcirc-track-minor-mode): Update global-mode-string when disabling
7139 this mode.
7140 (minor-mode-alist): Add LowPri indicator.
7141 (rcirc-toggle-low-priority): New function.
7142 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
7143 next lowpriority buffer with activity.
7144 (rcirc-record-activity): Sort buffers in rcirc-activity by the
7145 last time the user posted a message in to the target.
7146 (rcirc-update-activity-string): New formatting for low priority
7147 buffers.
7148 (rcirc-split-activity): New function.
7149 (rcirc-handler-PART, rcirc-handler-KICK)
7150 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
7151 (rcirc-nick-away-alist): New variable.
7152 (rcirc-handler-301): New handler. Away messages are printed once
7153 per change.
7154
7155 2006-04-08 Eli Zaretskii <eliz@gnu.org>
7156
7157 * info.el (Info-follow-nearest-node): Doc fix.
7158
7159 * international/mule-cmds.el (set-locale-environment): Make sure
7160 the coding-system preferred by the locale's language has the same
7161 EOL conversion type as the original buffer-file-coding-system.
7162 (locale-language-names): Add a few MS Windows language codes.
7163
7164 2006-04-07 Richard Stallman <rms@gnu.org>
7165
7166 * simple.el (eval-expression): Doc fix.
7167
7168 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
7169 (eval-defun): Doc fixes.
7170
7171 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7172
7173 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
7174
7175 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
7176
7177 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
7178 GDB list command without argument for greater generality.
7179
7180 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7181
7182 * subr.el (string-or-null-p): New function.
7183
7184 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
7185
7186 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
7187
7188 * files.el: Update comment about safe-local-variable declarations.
7189
7190 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
7191
7192 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
7193 See idlwave.org.
7194
7195 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
7196 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
7197
7198 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
7199 See idlwave.org.
7200
7201 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
7202 version 6.0 (minimal changes). See idlwave.org.
7203
7204 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
7205 6.0 (minimal changes). See idlwave.org.
7206
7207 * progmodes/idlw-rinfo.el: File obsoleted and removed.
7208
7209 2006-04-06 Romain Francoise <romain@orebokech.com>
7210
7211 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
7212 symmetric encryption features and a new asynchronous interface to
7213 GnuPG. This new version is version 1.4, plus whitespace changes.
7214
7215 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7216
7217 * files.el: Move some `safe-local-variable' declarations to the
7218 respective files.
7219
7220 * textmodes/ispell.el (ispell-check-comments)
7221 (ispell-local-dictionary): Mark as safe.
7222
7223 * abbrev.el (abbrev-mode): Mark as safe.
7224
7225 * add-log.el (change-log-default-name): Mark as safe.
7226
7227 * textmodes/reftex-vars.el (reftex-vref-is-default)
7228 (reftex-fref-is-default, reftex-level-indent)
7229 (reftex-guess-label-type): Mark as safe.
7230
7231 * textmodes/fill.el (colon-double-space): Mark as safe.
7232
7233 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
7234 (sentence-end-double-space, sentence-end-without-period)
7235 (sentence-end-without-space, sentence-end, sentence-end-base)
7236 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
7237
7238 2006-04-06 Kim F. Storm <storm@cua.dk>
7239
7240 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
7241 the :set-after list.
7242 (ido-downcase-unc-hosts): New user option. Default on.
7243 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
7244 when it is set, as regexps are now applied on the fly.
7245 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
7246 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
7247 on the fly, but only when ido-process-ignore-lists is set.
7248 Do case insensitive filtering if ido-downcase-unc-hosts is set.
7249 Only downcase names if ido-downcase-unc-hosts is set.
7250
7251 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
7252
7253 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
7254
7255 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
7256
7257 2006-04-05 Kim F. Storm <storm@cua.dk>
7258
7259 * ido.el (ido-mode): Set after ido-unc-hosts and
7260 ido-ignore-unc-host-regexps.
7261 (ido-save-history): Save ido-unc-hosts-cache.
7262 (ido-load-history): Load ido-unc-hosts-cache.
7263 (ido-reread-directory): Refresh unc hosts cache in // dir.
7264
7265 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
7266 to nil while displaying slash screen.
7267
7268 2006-04-05 Daiki Ueno <ueno@unixuser.org>
7269
7270 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
7271 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7272
7273 2006-04-05 Kenichi Handa <handa@m17n.org>
7274
7275 * international/characters.el: Setup cases of Latin, Greek, and
7276 Cyrillic characters in CJK charsets.
7277
7278 2006-03-29 Daiki Ueno <ueno@unixuser.org>
7279
7280 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7281 default-enable-multibyte-characters. This reverts the change from
7282 revision 6.17 which is no longer necessary because the passphrase
7283 is sent separately now. GnuPG messages are unreadable under
7284 multibyte locales with default-enable-multibyte-characters set to nil.
7285
7286 2006-04-04 Andreas Schwab <schwab@suse.de>
7287
7288 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
7289 and `byte-compile-warnings' as `safe-local-variable'.
7290
7291 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
7292
7293 * man.el (Man-mode-map): Restore the \r binding.
7294 (Man-abstract-xref-man-page): If Man-target-string is a function,
7295 call it.
7296 (Man-highlight-references): Use Man-default-man-entry to get the
7297 target. Deal with xrefs too.
7298 (Man-highlight-references0): Don't call the target function.
7299
7300 * woman.el (WoMan-xref-man-page): Strip the section number, woman
7301 cannot deal with it.
7302
7303 2006-04-04 Daiki Ueno <ueno@unixuser.org>
7304
7305 * pgg-gpg.el: Clean up process buffers every time gpg processes
7306 complete.
7307
7308 2006-04-04 Kenichi Handa <handa@m17n.org>
7309
7310 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
7311 here.
7312 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
7313 Temporarily bind inhibit-field-text-motion to t.
7314
7315 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7316
7317 * startup.el (normal-splash-screen): Only set mode-line-format in the
7318 splash buffer, so as not to interfere when debugging the code.
7319 Ignore errors when switching buffer.
7320
7321 2006-04-03 Romain Francoise <romain@orebokech.com>
7322
7323 * dired.el (dired-dnd-protocol-alist): Fix typo.
7324
7325 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
7326
7327 * savehist.el (savehist): Add :version.
7328 (savehist-ignored-variables): New variable.
7329 (savehist-minibuffer-hook): Don't save variables listed in
7330 `savehist-ignored-variables'.
7331
7332 * dired.el (dired-dnd-protocol-alist): Mention that change does
7333 only apply to new buffers in doc string.
7334
7335 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7336
7337 * recentf.el (recentf-open-files-item): Include newline in button
7338 field, so opening a file will work, when the point is at the end
7339 of the file name. Allow, for example, to [i]search a file by
7340 extension and just push RET to open it.
7341
7342 2006-04-03 Daiki Ueno <ueno@unixuser.org>
7343
7344 * pgg-gpg.el (pgg-gpg-process-filter)
7345 (pgg-gpg-wait-for-completion): Check if buffer is alive.
7346
7347 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7348 lines, temporary fix.
7349
7350 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
7351
7352 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
7353
7354 2006-04-02 Richard Stallman <rms@gnu.org>
7355
7356 * progmodes/compile.el (compilation-message-face): Make it defcustom.
7357
7358 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
7359
7360 * ibuf-macs.el (define-ibuffer-column): Add a new key:
7361 header-mouse-map.
7362
7363 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
7364 (ibuffer-mode-header-map): New keymaps.
7365 (ibuffer-update-title-and-summary): Enable mouse face highlighting
7366 and keybindings for column headers.
7367 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
7368 property.
7369
7370 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
7371
7372 * speedbar.el (speedbar-after-create-hook): Doc fix.
7373
7374 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
7375
7376 * shell.el (shell-directory-tracker)
7377 (shell-dynamic-complete-command): Doc fixes.
7378
7379 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
7380
7381 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
7382 terminals.
7383
7384 2006-04-01 Kim F. Storm <storm@cua.dk>
7385
7386 * ido.el (ido-unc-hosts-cache): New defvar.
7387 (ido-unc-hosts): If value of defcustom is a function, call it to
7388 get list of UNC hosts. Add function-item choices to specify
7389 ido-unc-hosts-net-view or user function.
7390 (ido-ignore-unc-host-regexps): New defcustom.
7391 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
7392 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
7393 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
7394
7395 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7396
7397 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
7398 wwidth.
7399
7400 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
7401
7402 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
7403 (ido-max-work-file-list, ido-switch-buffer)
7404 (ido-read-file-name-as-directory-commands):
7405 Fix typos in docstrings.
7406
7407 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7408
7409 * term/mac-win.el (mac-system-coding-system): Define and use after
7410 Mac-specific coding systems are ready.
7411
7412 2006-03-27 Romain Francoise <romain@orebokech.com>
7413
7414 * net/rcirc.el (rcirc-connect): Add autoload cookie.
7415
7416 * ldefs-boot.el: Update.
7417
7418 2006-03-27 Daiki Ueno <ueno@unixuser.org>
7419
7420 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7421 passphrases when it is not needed.
7422 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7423 passphrase stuff from gpg, should only be necessary when you use
7424 gpg with a smartcard.
7425
7426 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
7427
7428 * comint.el (comint-dynamic-list-completions): Allow user to
7429 select *Completions* buffer.
7430
7431 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
7432
7433 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
7434
7435 2006-03-26 Andreas Schwab <schwab@suse.de>
7436
7437 * progmodes/gud.el (gdb): Only complain about multiple debugging
7438 when the gdb process is still running.
7439
7440 2006-03-25 Eli Zaretskii <eliz@gnu.org>
7441
7442 * mail/rmail.el (tool-bar-map): Defvar it.
7443 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
7444 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
7445
7446 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
7447
7448 * help.el (print-help-return-message): Suggest to use
7449 display-buffer instead of switch-to-buffer-other-window to restore
7450 the previous window without selecting it.
7451
7452 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7453
7454 * frame.el (select-frame-by-name): Call x-focus-frame also when
7455 window-system is mac.
7456
7457 * term/mac-win.el: Adjust Courier font specifications in
7458 x-fixed-font-alist.
7459 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
7460 when directly encoding to UTF-16 in native byte order, no BOM.
7461
7462 2006-03-25 Kim F. Storm <storm@cua.dk>
7463
7464 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
7465 (cua--init-keymaps): Use it instead of fixed C-return.
7466 (cua-mode): Set after it.
7467
7468 * emulation/cua-rect.el (cua--init-rectangles):
7469 Use cua-rectangle-mark-key instead of fixed C-return.
7470
7471 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
7472
7473 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
7474 "run" in .gdbinit.
7475 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
7476
7477 2006-03-24 Romain Francoise <romain@orebokech.com>
7478
7479 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
7480 `display-buffer-other-frame'.
7481
7482 2006-03-24 Kim F. Storm <storm@cua.dk>
7483
7484 * apropos.el (apropos-synonyms): Add selection => region.
7485
7486 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
7487
7488 * progmodes/gdb-ui.el (gdb-var-create-regexp)
7489 (gdb-var-list-children-regexp, gdb-var-update-regexp)
7490 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
7491 (gdb-data-list-register-values-regexp)
7492 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
7493 Future proof against new fields being added to MI output.
7494 (gdb-send): Don't treat backslashes for program input as
7495 continuations.
7496 (gdb-assembler-handler): Don't use window-start for this handler.
7497 (gdb-frame-handler): Don't change to hollow arrow if overlay
7498 arrow doesn't move to new frame.
7499
7500 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
7501
7502 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
7503 prevent compiler warnings.
7504 (gdb-stopped): Check for gud-last-last-frame (case: signal).
7505 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
7506 (gdb-assembler-custom): Use hollow-right-triangle for assembler
7507 buffer too.
7508
7509 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
7510
7511 * pgg-gpg.el (pgg-gpg-update-agent): Check for
7512 make-network-process, so we can use the same code in Gnus v5-10
7513 too and have this file fully synchronized with that release.
7514
7515 2006-03-23 Romain Francoise <romain@orebokech.com>
7516
7517 * ibuf-ext.el (ibuffer-read-filter-group-name):
7518 Use `ibuffer-generate-filter-groups' to make completion list match
7519 the filter groups that are really displayed in the Ibuffer buffer.
7520 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
7521
7522 2006-03-23 Kenichi Handa <handa@m17n.org>
7523
7524 * international/mule-cmds.el (sort-coding-systems): Describe that
7525 the argument is modified in docstring.
7526
7527 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
7528
7529 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7530 (pgg-gpg-update-agent): New function.
7531 (pgg-gpg-use-agent-p): New function.
7532 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7533 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7534 (pgg-gpg-sign-region): Use it.
7535
7536 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
7537
7538 * cus-edit.el (custom-face-set): Call custom-push-theme before
7539 face-spec set so that `changed' theme is correctly saved.
7540 (custom-face-reset-standard): Reset to recalculated face rather
7541 than defface spec.
7542
7543 * custom.el (custom-push-theme): Only save `changed' theme if the
7544 current face does not match the defface specs.
7545
7546 2006-03-21 Simon Josefsson <jas@extundo.com>
7547
7548 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7549 <wilde@sha-bang.de>.
7550 (pgg-gpg-use-agent): New variable.
7551 (pgg-gpg-process-region): Use it.
7552 (pgg-gpg-encrypt-region): Likewise.
7553 (pgg-gpg-encrypt-symmetric-region): Likewise.
7554 (pgg-gpg-decrypt-region): Likewise.
7555 (pgg-gpg-sign-region): Likewise.
7556 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7557
7558 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
7559
7560 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
7561 bracket links.
7562
7563 2006-03-21 Kim F. Storm <storm@cua.dk>
7564
7565 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
7566 fringe-indicator-alist instead of modifying global value.
7567 (gdb-frame-handler): Likewise.
7568
7569 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
7570
7571 * diff-mode.el (diff-function): Make it inherit from diff-header
7572 instead of diff-context.
7573
7574 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
7575 bitmap.
7576 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
7577 change names in macro above for consistency.
7578 (gdb-frame-handler): Use hollow-right-triangle for all selected
7579 frames which except the innermost (where execution has stopped).
7580 (gdb-reset): Reset buffer-local values of overlay-arrow.
7581
7582 2006-03-20 Richard Stallman <rms@gnu.org>
7583
7584 * simple.el (set-mark-command): Doc fix.
7585
7586 * files.el (display-buffer-other-frame): New command.
7587 (ctl-x-4-map): Bind C-x 5 C-o to it.
7588
7589 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7590
7591 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
7592 rather than just defer-time, in case defer-time has been changed but
7593 the timer isn't running yet.
7594 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
7595
7596 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7597
7598 * help-mode.el (help-follow-symbol): New function.
7599 Essentially identical to the old `help-follow', but do not let
7600 `push-button' do the work when on an xref.
7601 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
7602
7603 2006-03-19 Richard Stallman <rms@gnu.org>
7604
7605 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
7606 preceded by the word `program'.
7607 (help-follow-mouse, help-follow): Throw error if not on xref.
7608 Delete no longer used args.
7609
7610 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
7611
7612 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
7613 annotation ensure gud-overlay-arrow-position is redisplayed.
7614
7615 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7616
7617 * textmodes/bibtex.el (bibtex-include-OPTkey)
7618 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
7619 (bibtex-autokey-name-case-convert)
7620 (bibtex-autokey-titleword-case-convert): Make these the aliases
7621 for the following two variables.
7622 (bibtex-autokey-name-case-convert-function)
7623 (bibtex-autokey-titleword-case-convert-function): Make these the
7624 real names.
7625 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
7626 bibtex-font-lock-crossref sublists.
7627 (bibtex-mode): Revert 2005-12-30 change (which made
7628 completion-ignore-case buffer-local).
7629 (bibtex-url): Simplify.
7630
7631 2006-03-19 Kim F. Storm <storm@cua.dk>
7632
7633 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
7634 cursor property value to 2 (to align with C level change).
7635
7636 2006-03-19 Bill Wohler <wohler@newt.com>
7637
7638 * image.el (image-load-path-for-library): Shorten first line in
7639 docstring.
7640
7641 2006-03-18 Richard Stallman <rms@gnu.org>
7642
7643 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
7644
7645 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
7646
7647 * isearch.el (isearch-other-meta-char): Handle user bindings for
7648 shifted control characters.
7649
7650 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
7651
7652 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
7653 part that matches email addresses, file names, etc.
7654
7655 2006-03-18 Eli Zaretskii <eliz@gnu.org>
7656
7657 * term/w32-win.el (mouse-set-font):
7658 Mention w32-list-proportional-fonts in the doc string.
7659
7660 2006-03-18 Kim F. Storm <storm@cua.dk>
7661
7662 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
7663 (ido-unc-hosts): New user option to explicitly define list of know
7664 UNC-style hosts for completion.
7665 (ido-cache-unc-host-shares-time): New user option.
7666 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
7667 New helper functions for UNC file-name support.
7668 (ido-may-cache-directory): Check for UNC host. Simplify.
7669 (ido-wash-history): Clean out old UNC hosts.
7670 (ido-nonreadable-directory-p): UNC hosts are always readable.
7671 (ido-directory-too-big-p): UNC hosts are never too big.
7672 (ido-set-current-directory): Handle UNC root path.
7673 (ido-file-name-all-completions): Complete UNC host names from
7674 ido-unc-hosts list. Cache UNC host shares.
7675 (ido-make-file-list-1): Don't filter UNC root.
7676 (ido-exhibit): Check for // in root directory, and switch to UNC
7677 mode by setting ido-current-directory to //.
7678
7679 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
7680
7681 * cus-edit.el (customize-changed-options): Mention explicit
7682 version number as default in prompt.
7683
7684 2006-03-17 Bill Wohler <wohler@newt.com>
7685
7686 * image.el (image-load-path-for-library): Minor docstring fix.
7687
7688 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
7689
7690 * textmodes/org.el (org-read-date): Include subgroup 5 into
7691 replacement text.
7692 (org-popup-calendar-for-date-prompt): Fix customization type.
7693
7694 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
7695
7696 * progmodes/gdb-ui.el (gud-watch): Provide completion.
7697 (gdb-continuation): New variable.
7698 (gdb-send): Deal with continuation lines.
7699
7700 * progmodes/gud.el (gud-gdb-complete-command)
7701 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
7702 expressions.
7703 (gud-tooltip-mode): Use buffer-local value.
7704
7705 2006-03-16 Kim F. Storm <storm@cua.dk>
7706
7707 * ido.el (ido-edit-input): Use selected match, if any.
7708
7709 2006-03-16 Bill Wohler <wohler@newt.com>
7710
7711 * image.el (image-load-path-for-library): Prefer user's images in
7712 image-load-path.
7713
7714 2006-03-16 Martin Rudalics <rudalics@gmx.at>
7715
7716 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
7717 when checking for attempt to drag leftmost or rightmost scrollbar.
7718
7719 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
7720
7721 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
7722 (gdb-force-mode-line-update): New function.
7723 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
7724 (gdb-exited): Use them.
7725 (gdb-signal): New function.
7726 (gdb-annotation-rules): Provide a rule for it.
7727
7728 2006-03-16 Kenichi Handa <handa@m17n.org>
7729
7730 * international/mule.el (auto-coding-regexp-alist): Add entries
7731 for Unicode BOM.
7732
7733 * sort.el (sort-build-lists): Temporarily bind
7734 inhibit-field-text-motion to t.
7735
7736 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
7737
7738 * locate.el (locate-command, locate-make-command-line)
7739 (locate-fcodes-file, locate-update-command)
7740 (locate-prompt-for-command, locate, locate-with-filter)
7741 (locate-get-file-positions): Doc fixes.
7742 (locate-buffer-name, locate-header-face): Remove leading `*' in
7743 defcustom.
7744 (locate-filter-output): Use `keep-lines' instead of its alias
7745 `delete-non-matching-lines'.
7746 (locate-get-filename, locate-get-dirname): Add introductory comment.
7747 (locate-find-directory-other-window): Give appropriate error
7748 message if used outside main listing.
7749
7750 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7751
7752 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
7753 the new extend-region feature.
7754 (font-lock-after-change-function): Update correspondingly.
7755 * jit-lock.el (jit-lock-after-change): Update correspondingly.
7756 * progmodes/grep.el (font-lock-lines-before): Don't disable.
7757
7758 2006-03-15 Bill Wohler <wohler@newt.com>
7759
7760 * image.el (image-load-path-for-library): Fix example by not
7761 recommending that one binds image-load-path. Just defvar it to
7762 placate compiler and only use it if previously defined.
7763
7764 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
7765
7766 * textmodes/org.el (org-insert-centered): Use `string-width' to
7767 make underlining work for wide characters.
7768 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
7769 TAB to `org-cycle', to make sure that no binding in
7770 `outline-mode-map' can supercede it.
7771
7772 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
7773
7774 * allout.el: Increment version to 2.2.1 in file commentary.
7775
7776 (allout-version): Increment to 2.2.1.
7777
7778 (allout-default-layout): New customization variable, used when the
7779 file lacks a specific allout-layout. Uses allout-layout-type for
7780 recursively nested definition.
7781
7782 (allout-layout-type): Widget defining allout layouts, necessary for
7783 self-recursive definition.
7784
7785 (allout-mode): Incorporate allout-default-layout as fallback for
7786 allout-layout.
7787
7788 (allout-layout): Mark as 'safe-local-variable', and refer mention
7789 fallback to `allout-default-layout' in absence of a specified value.
7790 (allout-passphrase-verifier-string)
7791 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
7792
7793 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
7794
7795 (allout-get-encryption-passphrase-verifier): Use correct name of
7796 passphrase verifier in docstring.
7797
7798 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
7799
7800 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
7801 elements.
7802 (gdb-find-watch-expression): Make it work for arrays too.
7803 Follow change to gdb-var-list.
7804 (gud-watch): Allow the user to enter variable name with a prexix
7805 arg. Create keybindings.
7806 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
7807 (gdb-var-list-children-handler, gdb-var-update-handler)
7808 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
7809 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
7810 Follow change to gdb-var-list.
7811 (gdb-starting): Don't show the overlay arrows when program is running.
7812
7813 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
7814 gdb-var-list.
7815
7816 2006-03-14 Bill Wohler <wohler@newt.com>
7817
7818 * image.el (image-load-path-for-library): Pass value of path
7819 rather than symbol. Always return list of directories.
7820 Guarantee that image directory comes first.
7821
7822 2006-03-14 Alan Mackenzie <acm@muc.de>
7823
7824 * font-core.el (font-lock-extend-region\(-function\)?.):
7825 New function/variable.
7826
7827 * font-lock.el (font-lock-after-change-function):
7828 Call font-lock-extend-region. Obey font-lock-lines-before.
7829 (font-lock-default-fontify-region): Remove reference to
7830 font-lock-lines-before.
7831
7832 * jit-lock.el (jit-lock-after-change):
7833 Call font-lock-extend-region. Obey font-lock-lines-before.
7834
7835 2006-03-14 David Ponce <david@dponce.com>
7836
7837 * tree-widget.el (tree-widget-themes-load-path)
7838 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
7839
7840 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
7841
7842 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
7843 (rcirc-print): Mark the start of text at the end of the prompt.
7844 (rcirc-track-minor-mode): Add autoload cookie.
7845 (rcirc-update-activity-string): Add space to front of mode-line
7846 indicator.
7847
7848 2006-03-13 Miles Bader <miles@gnu.org>
7849
7850 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
7851 (rcirc-abbrev-nick): Remove function.
7852 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
7853
7854 2006-03-13 David Ponce <david@dponce.com>
7855
7856 * tree-widget.el: Handle themes across all occurrences of the main
7857 themes sub-directory found in tree-widget-themes-load-path.
7858 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
7859 (tree-widget--locate-sub-directory): Return all occurrences.
7860 (tree-widget-themes-path): New function.
7861 Replace tree-widget-themes-directory, and return a list of directories.
7862 (tree-widget-set-parent-theme)
7863 (tree-widget-lookup-image): Use it.
7864
7865 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
7866
7867 * textmodes/org.el (org-link-search): Avoid self-matching of
7868 links, allow target text to be distributed over several lines.
7869 (org-search-not-link): New function.
7870 (org-set-regexps-and-options, org-get-current-options):
7871 New startup options.
7872 (org-export-as-html): Take odd-level setting from local variable.
7873 (org-fontify-emphasized-text): New option.
7874 (org-set-font-lock-defaults): Include emphasized text.
7875 (org-follow-mhe-link): Allow folder-only links, fix folder name.
7876 (org-font-lock): Customize group renamed from `org-faces'.
7877
7878 2006-03-13 John Paul Wallington <jpw@pobox.com>
7879
7880 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
7881 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
7882
7883 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
7884
7885 * cus-start.el (all): Delete :version keyword for members of the
7886 fringe group, since the entire group is new in 22.1.
7887
7888 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
7889
7890 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
7891 map if value is hexadecimal (an address).
7892 (gud-watch): Only search roots for existing watch expressions.
7893 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
7894 prevent caching problems with speedbar-update-directory-contents.
7895
7896 2006-03-12 Juri Linkov <juri@jurta.org>
7897
7898 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
7899 before comparing with `low' and `warn'.
7900
7901 * info.el (Info-dir-remove-duplicates): Move point to the
7902 beginning of the current line after deleting the entries from
7903 redundant heading. Use marker for `limit' and compare it with
7904 point before calling `re-search-forward'.
7905
7906 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7907
7908 * simple.el (yank): Fix typo in docstring.
7909
7910 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
7911
7912 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
7913 messages, where "D" is the 6th character.
7914
7915 2006-03-11 Eli Zaretskii <eliz@gnu.org>
7916
7917 * simple.el (yank): Fix last change.
7918
7919 2006-03-11 David Ponce <david@dponce.com>
7920
7921 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
7922 merging elements from the standard ispell-dictionary-alist.
7923 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
7924 alist, and return the new alist.
7925
7926 2006-03-11 Richard Stallman <rms@gnu.org>
7927
7928 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
7929
7930 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
7931 the way it is implemented is too unclean.
7932
7933 * simple.el (kill-region, yank): Doc fix.
7934
7935 * battery.el (battery-echo-area-format): Doc fix.
7936 (battery-mode-line-format): Likewise.
7937 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
7938 (battery-linux-proc-acpi): Ignore batteries that say "charged".
7939
7940 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7941
7942 * progmodes/octave-mod.el (octave-indent-for-comment):
7943 Behave according to do string.
7944
7945 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
7946
7947 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
7948 Be visible only if major mode is Mail Mode.
7949
7950 * textmodes/flyspell.el (flyspell-external-point-words)
7951 (flyspell-process-localwords): Fix last changes.
7952
7953 2006-03-11 Eli Zaretskii <eliz@gnu.org>
7954
7955 * calendar/holidays.el (list-holidays): Doc fix.
7956
7957 * international/mule.el (auto-coding-alist): Add .odt
7958 (OpenOffice's open document) files.
7959
7960 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
7961 document) files. Mention in the doc string the need to sync with
7962 auto-coding-alist.
7963
7964 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
7965
7966 * files.el (hack-local-variables-confirm): Don't prompt for ! if
7967 enable-local-variables is set to always query, or there is no
7968 savable variable.
7969
7970 2006-03-10 Bill Wohler <wohler@newt.com>
7971
7972 * image.el (image-load-path-for-library): Merge at least three
7973 functions from Gnus and MH-E into this one function that can now
7974 be shared.
7975
7976 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
7977
7978 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
7979 gdb-remove-mouse-face and remove help-echo too.
7980 (gdb-enqueue-input): Correct conditional clause.
7981
7982 2006-03-10 Glenn Morris <rgm@gnu.org>
7983
7984 * calendar/calendar.el (calendar-holidays): Doc fix.
7985 * calendar/holidays.el (list-holidays): Doc fix.
7986
7987 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
7988
7989 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
7990 it gets called in gdb-prompt anyway.
7991 (gdb-use-separate-io-buffer): Only restore window arrangement for
7992 gdb-many-windows.
7993 (gdb-enqueue-input): Make it harder to send GDB input when program
7994 is running.
7995 (gdb-buffer-list): New variable.
7996 (gdb-remove-mouse-face): New function.
7997 (gdb-starting): Use it when GDB input won't get sent.
7998
7999 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
8000
8001 * help.el (view-lossage): Remove trailing whitespace before
8002 inserting "\n".
8003
8004 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
8005
8006 * files.el (hack-local-variables-confirm):
8007 Set coding-system-for-read to nil before writing to .emacs.
8008
8009 * arc-mode.el (archive-extract): Check if an existing buffer name
8010 comes from a different archive.
8011
8012 * help.el (describe-key-briefly): If KEY is a down event, read and
8013 discard the up event.
8014
8015 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
8016
8017 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
8018 be edited and use font-lock-warning-face for any changes.
8019
8020 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
8021 (gdb-edit-value): Use it to report any errors.
8022
8023 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
8024
8025 * help.el (describe-key): Remove leftover test code.
8026
8027 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
8028
8029 * textmodes/org.el: Move defvars out of eval-when-compile.
8030 Use buffer-file-name variable.
8031 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
8032 arg `file'.
8033 (org-level-faces): Remove startup dependency.
8034 (org-cycle, org-map-tree, org-scan-tags)
8035 (org-remember-handler): Don't call `outline-level' directly.
8036 (org-mhe-search-all-folders): New option.
8037 (org-mhe-get-message-folder-from-index)
8038 (org-mhe-get-message-folder): Fix indexing search.
8039 (org-format-agenda-item): Handle nil TAGS argument.
8040 (org-cleaned-string-for-export, org-activate-target-links)
8041 (org-make-target-link-regexp): Deal with empty radio target list.
8042 (org-tag): New face.
8043 (org-get-level-face): New function.
8044 (org-set-font-lock-defaults): Simplify setup for headlines.
8045 (org-complete): Pass common substring to `display-completion-list'.
8046
8047 2006-03-06 David Ponce <david@dponce.com>
8048
8049 * tree-widget.el: Update Commentary header.
8050 (tree-widget-theme-name): Ignore parent themes.
8051 (tree-widget-set-parent-theme): New function.
8052 (tree-widget-set-theme): Use it.
8053 (tree-widget-set-image-properties): Move definition. Does nothing
8054 if image properties have already been set.
8055 (tree-widget-image-properties): Move definition. Receive an image
8056 name. Set the :pointer property.
8057 (tree-widget-lookup-image): Doc fix. Search in parent themes.
8058 Don't set the :pointer image property.
8059 (tree-widget-convert-widget): New function. Handle :dynargs
8060 compatibility here.
8061 (tree-widget): Use it to :convert-widget. Add the :expander-p
8062 predicate to control when the :expander function is entered.
8063 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
8064 (tree-widget-value-create): Handle :expander-p. widget-apply
8065 :expander.
8066 (tree-widget-expander-p): New function. Default value of the
8067 :expander-p property.
8068
8069 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
8070
8071 * help.el (describe-key): Properly handle the return value of
8072 read-key-sequence when grabbing an up-event. Cleanup mouse-1
8073 remaps. Handle string and vector `follow-link' values.
8074
8075 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
8076
8077 * complete.el (PC-expand-many-files): Try be more careful when parsing
8078 the shell's output.
8079
8080 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8081
8082 * outline.el (hide-sublevels): Provide better interactive default.
8083
8084 2006-03-06 Kenichi Handa <handa@m17n.org>
8085
8086 * international/fontset.el (create-fontset-from-fontset-spec):
8087 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
8088
8089 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
8090
8091 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
8092 backslashes instead of one in regexp.
8093 (gud-tooltip-dereference): Add missing optional argument.
8094
8095 2006-03-04 John Paul Wallington <jpw@pobox.com>
8096
8097 * wdired.el (toplevel): Require `cl' at compile-time.
8098
8099 2006-03-04 Andreas Schwab <schwab@suse.de>
8100
8101 * server.el (server-process-filter): Handle errors during
8102 evaluation of the argument.
8103
8104 2006-03-03 John Paul Wallington <jpw@pobox.com>
8105
8106 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
8107 escape parentheses at beginning of line.
8108 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
8109 (t-mouse-mode): Remove period from end of error message.
8110
8111 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
8112
8113 * textmodes/flyspell.el (flyspell-process-localwords):
8114 Be case-sensitive.
8115
8116 2006-03-03 Martin Rudalics <rudalics@gmx.at>
8117
8118 * cus-edit.el (custom-quote): Remove function, since it has been
8119 moved to custom.el.
8120
8121 * font-lock.el (lisp-font-lock-keywords-2)
8122 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
8123 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
8124 they have no special meaning.
8125
8126 * midnight.el (clean-buffer-list): Handle case where base-buffer of
8127 indirect buffer gets killed before indirect buffer. Use dolist.
8128
8129 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
8130
8131 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
8132 value instead of a literal constant (1) on more pauses.
8133
8134 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8135
8136 * textmodes/flyspell.el (flyspell-external-point-words):
8137 Be case-sensitive.
8138
8139 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
8140
8141 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
8142 with "www".
8143
8144 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
8145
8146 * allout.el: Restablish intermediate missing comment header to
8147 preserve outline structure.
8148 (allout-beginning-of-current-entry): Skip invisible text.
8149 (allout-open-topic): Fix opening a topic at end-of-buffer.
8150 (allout-minor-mode): Move nearer to allout-mode function.
8151
8152 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
8153
8154 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
8155
8156 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
8157
8158 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
8159 is nil.
8160
8161 * progmodes/gud.el (gud-speedbar-menu-items):
8162 Use buffer-local-value and add missing :visible keyword.
8163
8164 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
8165
8166 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
8167
8168 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
8169 must be `follow-link'.
8170
8171 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
8172
8173 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
8174 formatting: No nested anchors.
8175 (org-all-targets): Fix bug with XEmacs compatibility.
8176 (org-read-date): Add (require 'parse-time).
8177 (org-set-tags): Fix bug with extra inserted space.
8178 (org-export-html-style): Define a style class for targets.
8179 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
8180 (org-hide-leading-stars): New option.
8181 (org-hide): New face.
8182 (org-set-font-lock-defaults): Allow to hide leading stars.
8183 (org-get-legal-level, org-tr-level): New functions.
8184 (org-odd-levels-only): New option.
8185 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
8186 (org-demote, org-promote): Deal with double-star levels.
8187 (org-convert-to-odd-levels): New command.
8188
8189 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
8190
8191 * speedbar.el (speedbar-update-localized-contents): Try to
8192 preserve window-start.
8193 (speedbar-update-directory-contents): Try to preserve window-start
8194 and window-point.
8195 (speedbar-update-special-contents): Don't move back to start of window.
8196
8197 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
8198 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
8199 speedbar-timer-fn.
8200 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
8201 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
8202 instead of gdb-speedbar-timer-fn.
8203
8204 2006-02-28 Jay Belanger <belanger@truman.edu>
8205
8206 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
8207 (math-compose-expr): Use latex option when calling
8208 `math-compose-tex-matrix' for latex mode.
8209
8210 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
8211
8212 * speedbar.el: Re-instate comments about developing for speedbar
8213 [this is what info and gdb-ui use even if better methods exist now].
8214
8215 * t-mouse.el: New file.
8216 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
8217 (t-mouse-lispy-buffer-posn-from-coords): Remove.
8218 (t-mouse-make-event-element): Use posn-at-x-y instead.
8219 (t-mouse-make-event): Deal with Fedora Core 3.
8220 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
8221 (t-mouse-mouse-position-function): New function. Use it instead
8222 of advising mouse-position.
8223 (t-mouse-mode): New minor mode.
8224 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
8225
8226 2006-02-27 Glenn Morris <rgm@gnu.org>
8227
8228 * calendar/calendar.el (calendar-holidays): Doc fix.
8229
8230 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
8231
8232 * progmodes/gdb-ui.el (gdb-source-window): New variable.
8233 Re-introduce the concept of a source window.
8234 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
8235 consistency with get-buffer-create.
8236 (def-gdb-auto-update-handler, gdb-info-locals-handler)
8237 (gdb-data-list-register-values-handler)
8238 (gdb-stack-list-locals-handler): Try to preserve window-start as
8239 well as window-point.
8240 (gdb-display-source-buffer): New function (old concept).
8241 (gdb-goto-breakpoint): Use it.
8242
8243 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
8244 for gdb-ui/gdb-mi (old concept).
8245
8246 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
8247
8248 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
8249 binding.
8250
8251 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
8252
8253 * textmodes/reftex-sel.el (reftex-select-label-map)
8254 (reftex-select-bib-map): Add `follow-mouse' binding.
8255
8256 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
8257
8258 * jka-cmpr-hook.el (jka-compr-compression-info-list)
8259 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
8260 Give :set functions to provide automatic updating.
8261 Update docstring. Give compiler defvars early in the file
8262 and move the defcustoms to a later spot where all called functions
8263 are defined.
8264 (jka-compr-file-name-handler-entry): Doc fix.
8265 (jka-compr-compression-info-list--internal)
8266 (jka-compr-mode-alist-additions--internal)
8267 (jka-compr-load-suffixes--internal): New variables.
8268 (jka-compr-install): Set the three above variables.
8269 Update `load-file-rep-suffixes' instead of `load-suffixes'.
8270 (jka-compr-update, jka-compr-set): New functions.
8271 (auto-compression-mode): Doc fix.
8272
8273 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
8274 Update `load-file-rep-suffixes' instead of `load-suffixes'.
8275 Use jka-compr-compression-info-list--internal,
8276 jka-compr-mode-alist-additions--internal and
8277 jka-compr-load-suffixes--internal.
8278
8279 * files.el (load-library):
8280 * loadhist.el (file-loadhist-lookup):
8281 * startup.el (command-line):
8282 * subr.el (locate-library):
8283 * emacs-lisp/autoload.el (update-directory-autoloads):
8284 * emacs-lisp/find-func.el (find-library-suffixes):
8285 Use `get-load-suffixes' instead of `load-suffixes'.
8286
8287 * subr.el (locate-library):
8288 * emacs-lisp/find-func.el (find-library-name):
8289 Use `load-file-rep-suffixes' instead of '("").
8290
8291 2006-02-26 Kim F. Storm <storm@cua.dk>
8292
8293 * ido.el (ido-save-history, ido-load-history): Simplify.
8294 Don't use find-file-noselect to avoid interference from other modes.
8295
8296 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
8297
8298 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
8299 to use the default shell if filename is not available.
8300 Reported by Giorgos Keramidas.
8301
8302 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
8303
8304 * progmodes/etags.el (tags-completion-table): Do completion from
8305 all the tables in the current list, as documented in the manual.
8306
8307 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8308
8309 * CC Mode Update to 5.31.3.
8310
8311 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8312
8313 * progmodes/cc-mode.el (c-postprocess-file-styles):
8314 Bind inhibit-read-only to t, around the call to
8315 c-remove-any-local-eval-or-mode-variables, so that it works on a
8316 RO file.
8317
8318 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8319
8320 * progmodes/cc-awk.el: Correct a typo.
8321
8322 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8323
8324 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
8325 c-hungry-delete-backwards, at the request of RMS. Leave the old
8326 name as an alias.
8327
8328 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8329
8330 * progmodes/cc-mode.el: Correct a typo.
8331
8332 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8333
8334 * progmodes/cc-defs.el: Update the version number to 5.31.3.
8335
8336 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8337
8338 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
8339 brace-else-brace (error due to mbeg, mend being undefined).
8340
8341 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8342
8343 * progmodes/cc-mode.el: File Local variables: Solve the problem
8344 where both `mode' and c-file-offsets are specified: `mode' will
8345 overwrite c-f-o's settings:
8346 (c-remove-any-local-eval-or-mode-variables): New function.
8347 (c-postprocess-file-styles): Call the above new function, within
8348 c-tentative-buffer-change, to splat `mode' and `eval' before the
8349 second hack-local-variables.
8350
8351 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8352
8353 * progmodes/cc-mode.el:
8354 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
8355 (c-after-change): Protect the match data with save-match-data.
8356 It was getting corrupted by c-after-change-check-<>-operators.
8357
8358 * cc-defs.el: [Supersedes patch V1.38]:
8359 (top level): Check for a buggy font-lock-compile-keywords ONLY in
8360 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
8361
8362 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
8363 with save-match-data. It was being corrupted when Font Lock was
8364 not enabled.
8365
8366 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
8367
8368 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
8369 Mode and Subword Mode.
8370
8371 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
8372 real labels ("case 1:" or "foo:") from non-labels ("public:").
8373 (c-forward-objc-directive): Replace c-forward-token-2 with crude
8374 coding; c-f-t-2 doesn't move over a token at EOB.
8375
8376 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
8377
8378 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
8379 (c-update-modeline): Concatenate the minor mode indicators
8380 directly onto mode-name, removing c-submode-indicators.
8381 Sometimes, c-s-i got separated from the mode name on the mode line.
8382
8383 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
8384 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
8385
8386 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8387
8388 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
8389 error message when there's an evaluation error to show whether
8390 it's loaded from source or not.
8391 (c-filter-ops): Make it available at runtime too to work when
8392 `c-make-init-lang-vars-fun' needs to evaluate from source.
8393
8394 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
8395
8396 * help.el (help): Revert last part of 2006-02-23 change (deletion
8397 of the `provide' call).
8398
8399 2006-02-23 Juri Linkov <juri@jurta.org>
8400
8401 * compare-w.el (compare-windows-highlight): Add new value
8402 `persistent' and change :type from `boolean' to `choice'.
8403 (compare-windows-overlays1, compare-windows-overlays2):
8404 New internal variables.
8405 (compare-windows-highlight): If compare-windows-highlight is
8406 `persistent', add current overlays to compare-windows-overlays[12]
8407 instead of adding compare-windows-dehighlight to pre-command-hook.
8408 (compare-windows-dehighlight): Delete all overlays from
8409 compare-windows-overlays[12].
8410
8411 * info.el (Info-search): Don't bind search-spaces-regexp to
8412 Info-search-whitespace-regexp in non-regexp isearch mode.
8413
8414 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8415
8416 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
8417
8418 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
8419
8420 * textmodes/org.el (org-xemacs-p)
8421 (org-export-html-show-new-buffer, org-table-may-need-update)
8422 (org-insert-item, org-mhe-get-message-real-folder)
8423 (org-mhe-get-message-folder-from-index)
8424 (org-mhe-get-message-folder, org-mhe-get-message-num)
8425 (org-mhe-get-header, org-make-org-heading-search-string)
8426 (org-make-org-heading-camel, org-table-sort-lines)
8427 (org-format-org-table-html, org-format-table-table-html):
8428 Fix typos in docstrings.
8429
8430 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
8431
8432 * textmodes/org.el (org-cleaned-string-for-export)
8433 (org-solidify-link-text): New function.
8434 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
8435 XEmacs, just to silence the compiler.
8436 (org-export-as-ascii, org-export-as-html-and-open):
8437 Use `org-cleaned-string-for-export' and create internal links.
8438 (org-follow-mhe-link): Require mh-e, use folder.
8439
8440 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
8441
8442 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
8443
8444 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
8445 gdb-debug-log-length.
8446 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
8447 it a real ring but...
8448 (gud-gdba-marker-filter): ...make it work like mark-ring.
8449 (gdb-enable-debug): Rename from gdb-enable-debug-log.
8450 (gdb-mouse-jump): New function. Add bindings.
8451
8452 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
8453
8454 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
8455 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
8456 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
8457 (gdb-debug-log-length): Customize it's length.
8458 (gud-watch, gdb-var-create-handler): Display function::var format
8459 but don't use to create variable object.
8460 (gdb-var-create-handler): Use message-box in place of message.
8461 (gdb-stopped): Call gdb-exited if signalled.
8462
8463 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
8464
8465 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
8466
8467 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
8468
8469 * textmodes/reftex.el (reftex-locate-file): Search all extensions
8470 if `reftex-try-all-extensions' is set.
8471
8472 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
8473 fail silently when there is no valid argument at point.
8474 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
8475 `fail-silently' argument. From a patch by David Reiter.
8476
8477 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
8478 New commands.
8479 (org-mark-ring): New variable.
8480 (org-mark-ring-length): New option.
8481 (org-open-at-point, org-goto, org-open-file): Push old position
8482 onto the mark ring.
8483 (org-add-hook): New function.
8484 (org-export-table-remove-special-lines): New option.
8485 (org-skip-comments, org-format-org-table-html): Respect new
8486 option `org-export-table-remove-special-lines'.
8487 (org-open-file): Allow special command configuration for
8488 directory link.
8489 (org-file-apps): Fix bugs in customize type, added setting
8490 for directories.
8491 (org-activate-tags, org-format-agenda-item, org-complete)
8492 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
8493 (org-get-tags, org-get-buffer-tags, org-open-at-point)
8494 (org-link-search, org-make-org-heading-search-string)
8495 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
8496 (org-radio-targets, org-file-link-context-use-camel-case)
8497 (org-activate-camels): New options.
8498 (org-update-radio-target-regexp, org-all-targets)
8499 (org-make-target-link-regexp, org-activate-target-links):
8500 New functions.
8501 (org-make-org-heading-search-string): New function.
8502 (org-store-link, org-insert-link): Use new option
8503 `org-file-link-context-use-camel-case'.
8504 (org-activate-camels): Use new option `org-activate-camels'.
8505 (org-link-regexp): Add mhe prefix.
8506 (org-open-at-point, org-store-link): Support for mhe links.
8507 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
8508 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
8509 (org-mhe-get-header, org-follow-mhe-link): New functions.
8510 (org-remove-angle-brackets, org-add-angle-brackets):
8511 New functions.
8512 (org-bracket-link-regexp): New constant.
8513 (org-read-date): Fix bug that was rejecting all typed dates.
8514 (org-link-search): Make hierarchy above visible after a match.
8515 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
8516 (org-store-link): Fix bug with link creation when cursor is in
8517 an empty line.
8518 (org-open-at-point): Fix bug with matching a link.
8519 Fixed buggy argument sequence in call to `org-view-tags'.
8520 (org-compile-prefix-format): Set `org-prefix-has-tag'.
8521 (org-prefix-has-tag): New variable.
8522 (org-format-agenda-item): Remove tags from headline
8523 if appropriate.
8524 (org-agenda-remove-tags-when-in-prefix): New option.
8525
8526 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
8527
8528 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
8529 Fix the regular expressions.
8530
8531 2006-02-21 Richard M. Stallman <rms@gnu.org>
8532
8533 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
8534 if there's no other specific basis.
8535
8536 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
8537 as variables at all.
8538 (unsafep-variable): Rename arg; doc fix.
8539
8540 * abbrevlist.el (list-one-abbrev-table): Add autoload.
8541
8542 * calendar/appt.el (diary-selective-display): Add defvar.
8543
8544 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
8545
8546 * isearch.el (search-whitespace-regexp): Fix custom type.
8547
8548 * help.el (describe-key-briefly): Compute interactive args
8549 in same was as before previous change.
8550
8551 * files.el (enable-local-variables): Doc fix.
8552
8553 2006-02-21 Kim F. Storm <storm@cua.dk>
8554
8555 * fringe.el: Cleanup as file is now pre-loaded.
8556 (fringe-bitmaps): Initialize unconditionally.
8557 (fringe-mode, set-fringe-style): Remove autoload cookies.
8558
8559 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8560
8561 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
8562 `horizontal-bar'.
8563 (fringe-cursor-alist): Use `horizontal-bar'.
8564
8565 2006-02-20 Kim F. Storm <storm@cua.dk>
8566
8567 * fringe.el (fringe-bitmaps): Update to new bitmap names.
8568 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
8569
8570 * loadup.el: Load "fringe" on window systems.
8571
8572 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
8573
8574 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
8575 out of scope components.
8576
8577 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
8578 default.
8579
8580 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
8581
8582 * custom.el (customize-mark-to-save, customize-mark-as-set):
8583 Load the symbol first.
8584
8585 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
8586
8587 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
8588 strech spec so it doesn't display as "^J" on the header line
8589 when `Buffer-menu-use-header-line' is t.
8590
8591 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
8592
8593 * speedbar.el (speedbar-make-button): Keep text properties
8594 of string arguments if desired.
8595
8596 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
8597 expessions.
8598
8599 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
8600 of speedbar.
8601
8602 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
8603
8604 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
8605 to value of `read-file-name-completion-ignore-case'.
8606
8607 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
8608
8609 * custom.el (customize-mark-as-set): Push to `user' theme.
8610
8611 * cus-edit.el (custom-save-variables): Allow unthemed values.
8612 (customize-set-variable): Push setting to `user' theme.
8613
8614 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
8615
8616 * progmodes/gud.el: Don't require font-lock as it's now
8617 automatically loaded.
8618 (gud-speedbar-buttons): Replace gdb-var-changed with
8619 gdb-force-update.
8620
8621 * progmodes/gdb-ui.el (gdb-force-update): Rename from
8622 gdb-var-changed.
8623 (gdb-post-prompt): Use it.
8624 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
8625 (gdb-var-update-handler, gdb-var-delete)
8626 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
8627 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
8628 gdb-force-update in gdb-post-prompt.
8629 (gdb-reset): Clear watch expressions from speedbar when quitting.
8630
8631 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8632
8633 * viper-cmd.el (viper-insert-state-post-command-sentinel)
8634 (viper-change-state-to-vi, viper-change-state-to-emacs):
8635 Make aware of cursor coloring in the Emacs state.
8636 (viper-special-read-and-insert-char): Use read-char-exclusive.
8637 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
8638
8639 * viper-init.el (viper-emacs-state-cursor-color): New variable.
8640
8641 * viper-util.el (viper-save-cursor-color)
8642 (viper-get-saved-cursor-color-in-replace-mode)
8643 (viper-get-saved-cursor-color-in-insert-mode)
8644 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
8645 state.
8646 (viper-get-saved-cursor-color-in-emacs-mode): New function.
8647
8648 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
8649 (ediff-ignore-case-option3, ediff-actual-diff-options)
8650 (ediff-actual-diff3-options): New variables to control case sensitivity.
8651 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
8652 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
8653 (ediff-toggle-ignore-case): New function.
8654 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
8655
8656 * ediff-help.el (ediff-long-help-message-narrow2)
8657 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
8658 (ediff-long-help-message-word-mode): Add ignore-case command.
8659 (ediff-help-for-quick-help): Add ignore-case command.
8660
8661 * ediff-merg.el: Move provide to the end.
8662
8663 * ediff-ptch.el: Move provide to the end.
8664
8665 * ediff-wind.el: Move provide to the end.
8666
8667 * ediff-mult.el: Move provide to the end.
8668 (ediff-set-meta-overlay): Enable follow-link.
8669
8670 * ediff.el: Move provide to the end.
8671 Break recursive load cycle in eval-when-compile.
8672 (ediff-patch-buffer): Better heuristics.
8673
8674 * ediff-util.el: Move provide to the end.
8675 Break recursive load cycle in eval-when-compile.
8676 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
8677 defuns.
8678 (ediff-submit-report): Pass the values of ediff-diff3-program,
8679 ediff-diff3-options.
8680
8681 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
8682
8683 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
8684 the opening bracket of the following bracketing pairs: {}, [], (), <>,
8685 `' (for example, in the docstring of `windmove-default-keybindings').
8686
8687 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
8688
8689 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
8690 shadow face. Don't provide binding to edit variable when it is
8691 out of scope.
8692
8693 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
8694 (gdb-var-update-handler): Detect out of scope variables with pre
8695 GDB 6.4 too.
8696 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
8697 Reset status of variable objects to nil in update handlers.
8698 (gdb-var-update-handler-1): Detect when a variable object comes
8699 in scope. setcar on var changes gdb-var-list directly.
8700
8701 2006-02-17 Juri Linkov <juri@jurta.org>
8702
8703 * ffap.el (ffap) <defface>: Add explicit face declaration.
8704 (ffap-highlight): Use face `ffap' directly instead of checking
8705 for its existence.
8706
8707 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
8708 `visible-ok' of `other-buffer' to find the right original buffer.
8709
8710 * info.el (Info-search): Skip `Local Variables' node.
8711
8712 2006-02-17 Juri Linkov <juri@jurta.org>
8713
8714 * info.el (Info-find-file): Check for symbols `apropos', `history',
8715 `toc' in the input filename, and return these symbols as is.
8716 (Info-find-node-2): Set Info-current-file to symbols `apropos',
8717 `history', `toc' instead of strings.
8718 (Info-set-mode-line): For non-string Info-current-file use the
8719 symbol's name inside **.
8720 (Info-isearch-push-state): Add quote before Info-current-file and
8721 Info-current-node.
8722 (Info-isearch-pop-state): Use `equal' instead of `string='.
8723 (Info-extract-pointer, Info-following-node-name): Use
8724 `match-string-no-properties' instead of `match-string'.
8725 (Info-up): Check `old-file' for `stringp'.
8726 (Info-history): Use `equal' instead of `string-equal'.
8727 Check `file' for `stringp'.
8728 (Info-history): Use symbol `history' instead of string as first arg
8729 of `Info-find-node'.
8730 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
8731 `toc' instead of string.
8732 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
8733 instead of `buffer-substring', and `match-string-no-properties'
8734 instead of `match-string'.
8735 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
8736 instead of strings.
8737 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
8738 Use symbol `apropos' instead of string.
8739 (Info-copy-current-node-name): Check `Info-current-file' for
8740 `stringp' and construct a command with `Info-find-node' from it.
8741 (Info-fontify-node): Use `match-string-no-properties' instead of
8742 `match-string' and check file names for `stringp'.
8743 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
8744 `history', `toc' instead of strings.
8745
8746 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
8747
8748 * files.el: Rearrange functions and variables in the file local
8749 variables section.
8750
8751 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
8752
8753 * files.el: Add truncate-lines, ispell-check-comments and
8754 ispell-local-dictionary as safe local variables.
8755
8756 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
8757
8758 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
8759 out of scope variables.
8760 (gud-speedbar-buttons): Use unless.
8761
8762 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
8763 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
8764 (gdb-show-changed-values): Also use for out of scope variables.
8765 (gdb-var-update-handler-1): Note if variable goes out of scope.
8766
8767 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
8768
8769 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
8770 default to global variable values for unsupplied args.
8771 (rcirc-get-buffer-create): Fix bug with setting the target.
8772 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
8773 test for rcirc-always-use-server-buffer-flag here.
8774 (rcirc-response-formats): Add %N, which is a facified nick. %n
8775 uses the default face. Change the ACTION format string. If the
8776 "nick" is the server, don't print anything for that field.
8777 Comment fixes.
8778 (rcirc-target-buffer): Don't test
8779 rcirc-always-use-server-buffer-flag here.
8780 (rcirc-print): Squeeze extra spaces out of the text before message.
8781 (rcirc-put-nick-channel): Strip potential "@" char from nick
8782 before adding them to nick table.
8783 (rcirc-url-regexp): Improve to match address like "foo.com".
8784
8785 2006-02-17 Eli Zaretskii <eliz@gnu.org>
8786
8787 * allout.el (allout-hidden-p): Move this defsubst before
8788 allout-overlay-interior-modification-handler, where it is first
8789 used.
8790
8791 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
8792
8793 * allout.el: Use allout invisible-text overlays instead of
8794 selective display for concealed text. Also, lots of general
8795 cleanup, and improved compatibility code.
8796
8797 (allout-version) Incremented, corrected, revised, and refined
8798 module commentary.
8799
8800 (provide 'allout): Moved to the bottom, added a require of overlay.
8801
8802 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
8803 `except-current'.
8804 (allout-write-file-hook-handler): Minimize delay.
8805 (count-trailing-whitespace-region): New function so
8806 auto-encryption of current topic can resituate cursor exactly.
8807 PGP/GPG encryption trims trailing whitespace from lines, which
8808 must be accounted for across encryption then decryption.
8809
8810 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
8811 just plain "\C-c", to avoid intruding on user's keybinding space.
8812
8813 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
8814 parameter, so user request to provide a new password is done.
8815
8816 (allout-outside-normal-auto-fill-function, allout-auto-fill):
8817 Refined mechanism for auto-filling behavior while in allout mode.
8818
8819 (allout-mode): Explicitly specify the mode map in the docstring.
8820 Clarify provision for various write-file hook var names.
8821 Adjusted for invisible-text overlays instead of selective-display.
8822
8823 (allout-depth): Really return 0 if not within any topic. This
8824 rectifies `allout-beginning-of-level' and sequence numbering
8825 errors that occur when cutting and pasting numbered topics.
8826 Changed from a in-line subst to a regular function, as well.
8827
8828 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
8829
8830 (allout-end-of-subtree, allout-end-of-subtree)
8831 (allout-end-of-entry, allout-end-of-current-heading)
8832 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
8833 (allout-show-children, allout-show-to-offshoot)
8834 (allout-hide-current-entry, allout-show-current-entry): Rectified
8835 handling of trailing blank lines between items.
8836
8837 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
8838 (allout-current-depth, allout-unprotected, allout-hidden-p)
8839 (allout-on-current-heading-p, allout-listify-exposed)
8840 (allout-chart-subtree, allout-goto-prefix)
8841 (allout-back-to-current-heading, allout-get-body-text)
8842 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
8843 (allout-hide-region-body, allout-toggle-subtree-encryption)
8844 (allout-encrypt-string, allout-encrypted-key-info)
8845 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
8846 (allout-file-vars-section-data): Adjusted for use with
8847 invisible-text overlays instead of selective-display.
8848
8849 (allout-kill-line, allout-kill-topic, allout-yank-processing):
8850 Reworked for use with invisible text overlays.
8851
8852 (allout-current-topic-collapsed-p): New function.
8853
8854 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
8855 to know when to close the containing topic.
8856
8857 (allout-pre-command-business, allout-post-command-business):
8858 Simplify undo-batching and dynamic isearch exposure.
8859
8860 (allout-set-overlay-category): New for invisible-text overlays.
8861 Sets properties of allout-overlay-category, used by
8862 allout-flag-region to set invisible-text overlay properties.
8863 (allout-get-invisibility-overlay): Get the first qualifying
8864 invisibility overlay, so we can find the extent of it.
8865 (allout-back-to-visible-text): Get to just before the beginnining
8866 of the current invisibility overlay, if any.
8867
8868 (allout-overlay-insert-in-front-handler)
8869 (allout-overlay-interior-modification-handler)
8870 (allout-before-change-handler, allout-isearch-end-handler): New
8871 functions to handle extraordinary actions affecting concealed
8872 text.
8873
8874 (allout-flag-region): Use overlays instead of selective-display
8875 for invisible text - by inheritence from the properties of
8876 allout-overlay-category in mainline Emacs, and applied
8877 property-by-property in XEmacs, some recent versions of which
8878 don't inherit the properties from the category. Provisions to
8879 respond to concealed-text edits simplified drastically.
8880
8881 (allout-isearch-rectification, allout-isearch-was-font-lock)
8882 (allout-isearch-expose, allout-enwrap-isearch)
8883 (allout-isearch-abort, allout-pre-was-isearching)
8884 (allout-isearch-prior-pos, allout-isearch-did-quit)
8885 (allout-isearch-dynamic-expose)
8886 (allout-hide-current-entry-completely): Functions deleted.
8887
8888 (allout-undo-aggregation): Explicit undo aggregation no longer
8889 necessary due to transition away from selective-display.
8890
8891 (set-allout-regexp, allout-up-current-level)
8892 (allout-next-visible-heading, allout-forward-current-level)
8893 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
8894 (allout-kill-line, allout-yank-processing, allout-show-children)
8895 (allout-expose-topic, allout-old-expose-topic)
8896 (allout-listify-exposed, allout-insert-latex-header)
8897 (allout-toggle-subtree-encryption, allout-encrypt-string)
8898 (remove-from-invisibility-spec, allout-hide-current-subtree):
8899 Ditched unused variables.
8900
8901 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
8902
8903 * textmodes/ispell.el (ispell-change-dictionary): Call
8904 ispell-buffer-local-dict instead of
8905 ispell-accept-buffer-local-defs.
8906 (ispell-local-dictionary-alist): Accept as valid any coding-system
8907 supported by Emacs.
8908 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
8909 changed to iso-8859-3.
8910
8911 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
8912
8913 * speedbar.el (speedbar-frame-width): Make an inline function
8914 instead of a macro. Use frame-width.
8915 (speedbar-try-completion, speedbar-update-contents)
8916 (speedbar-timer-fn): Use consp.
8917 (speedbar-update-localized-contents): Try to preserve point.
8918
8919 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
8920 (menu): Re-order menu items.
8921 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
8922 field.
8923 (gdb-var-update-handler-1): Use it for GDB 6.4+.
8924 (gdb-post-prompt): Speed things by not forcing update.
8925
8926 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
8927
8928 * wid-edit.el (widget-button-click): For mouse-1, cancel button
8929 press and perform default action if we get a mouse movement event.
8930
8931 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
8932
8933 * calendar/icalendar.el (icalendar--get-event-property)
8934 (icalendar--get-event-property-attributes): Fix typos in
8935 docstrings.
8936
8937 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
8938 docstring.
8939
8940 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
8941
8942 * bs.el (bs-mode): Use `buffer-disable-undo'.
8943 (bs--get-file-name): Simplify.
8944 (bs-show-in-buffer): Mark the buffer as not modified.
8945
8946 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
8947
8948 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
8949 widget-button-click.
8950
8951 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
8952 (custom-mode): Update docstring.
8953
8954 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
8955 binding.
8956
8957 * files.el (hack-local-variables-confirm): Allow scrolling if the
8958 file variable list is too long. Kill temp buffer after use.
8959
8960 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
8961
8962 * progmodes/gud.el (gdb): Improve doc string.
8963 (gdb-script-font-lock-keywords): Expand allowed character set.
8964
8965 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
8966 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
8967 (gdb-separate-io-interrupt, gdb-separate-io-quit)
8968 (gdb-separate-io-stop, gdb-separate-io-eof):
8969 Rename from gdb-inferior-* to gdb-separate-*.
8970 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
8971
8972 2006-02-14 Jay Belanger <belanger@truman.edu>
8973
8974 * calc/calc-arith.el (math-check-known-scalarp): Make sure
8975 expression is a symbol before checking that it is bound.
8976
8977 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
8978 test to see if equation can be solved.
8979
8980 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
8981
8982 * wid-edit.el (widget-button-click): Use :pressed-face property
8983 for overlay face, if it exists.
8984
8985 * cus-edit.el (custom-manual, custom-add-see-also)
8986 (custom-add-parent-links, custom-group-link): Add :pressed-face
8987 property to links.
8988
8989 * files.el (hack-local-variables): Remove ignored variables before
8990 checking if any variables need setting.
8991
8992 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8993
8994 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
8995
8996 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
8997
8998 * help.el (where-is): Fix message for remapped commands.
8999
9000 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
9001 Fix typos in docstrings.
9002
9003 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
9004
9005 * files.el (safe-local-variable-values): New option.
9006 (hack-local-variables-prop-line): Return a list of variable-value
9007 pairs if MODE-ONLY is non-nil.
9008 (hack-local-variables): Construct list of variable-value pairs,
9009 and apply or reject them in one go. Ask for confirmation if
9010 variables are not known safe.
9011 (hack-local-variables-confirm): Complete rewrite. Support
9012 `safe-local-variable-values'.
9013 (enable-local-variables): Update docstring to reflect new
9014 behavior.
9015 (ignored-local-variables): Ignore ignored-local-variables and
9016 safe-local-variable-values.
9017 (safe-local-variable-p): New function.
9018 (risky-local-variable-p): `safe-local-variable' property check
9019 moved to safe-local-variable-p.
9020 (hack-one-local-variable): Checks moved to hack-local-variables.
9021
9022 (byte-compile-dynamic, c-basic-offset, c-file-style)
9023 (c-indent-level, comment-column, fill-column, fill-prefix)
9024 (indent-tabs-mode, kept-new-versions, no-byte-compile)
9025 (no-update-autoloads, outline-regexp, page-delimiter)
9026 (paragraph-start, paragraph-separate, sentence-end)
9027 (sentence-end-double-space tab-width, version-control):
9028 Add `safe-local-variable' property.
9029
9030 * find-lisp.el: Delete nonexistent `autocompile' file variable.
9031
9032 * icomplete.el, play/landmark.el: Change nonexistent
9033 `outline-layout' file variable to `allout-layout'.
9034
9035 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
9036
9037 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
9038 (gdb-get-changed-registers): Test value of gud-minor-mode relative
9039 to gud-comint-buffer.
9040 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
9041 gdb-ui.el for gdb-mi.el.
9042 (gdb-post-prompt, gdb-get-changed-registers): Move test for
9043 registers buffer to gdb-get-changed-registers.
9044 (gdb-breakpoint-regexp): New regexp. Allow toggling and
9045 deletion of catchpoints (throw and catch).
9046 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
9047 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
9048 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
9049 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
9050 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
9051
9052 2006-02-13 Jay Belanger <belanger@truman.edu>
9053
9054 * calc/calc-arith.el (math-check-known-matrixp): Make sure
9055 expression is a symbol before checking that it is bound.
9056
9057 2006-02-13 Richard M. Stallman <rms@gnu.org>
9058
9059 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
9060 for the minibuffer too, but not if resize-mini-windows will interfere.
9061
9062 * help.el (describe-key-briefly, describe-key): Do all arg-reading
9063 inside `interactive' spec.
9064 (describe-key-briefly-internal, describe-key-internal):
9065 Functions merged back into their callers.
9066
9067 2006-02-13 Martin Rudalics <rudalics@gmx.at>
9068
9069 * info.el (info-xref-visited): Inherit from info-xref too.
9070 (Info-set-mode-line): Replace occurrences of `%' by `%%'
9071 when propertizing Info-current-file and Info-current-node.
9072
9073 2006-02-13 Juri Linkov <juri@jurta.org>
9074
9075 * tumme.el (tumme-thumbnail-storage): Fix docstring.
9076 (tumme-thumb-name): Fix per-directory format.
9077
9078 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
9079
9080 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
9081
9082 2006-02-12 Miles Bader <miles@gnu.org>
9083
9084 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
9085
9086 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
9087
9088 * tumme.el: Remove history section. If someone needs the it, it
9089 can always be found in CVS.
9090
9091 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
9092
9093 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
9094 about the Thumbnail Managing Standard option.
9095
9096 2006-02-12 Richard M. Stallman <rms@gnu.org>
9097
9098 * subr.el (substitute-key-definition): Doc fix.
9099
9100 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
9101
9102 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
9103
9104 * info.el (Info-mode): Doc fix.
9105
9106 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
9107
9108 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
9109
9110 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
9111 because on Solaris a POSIX compatible "id" is needed. Reported by
9112 Magnus Henoch <mange@freemail.hu>.
9113
9114 2006-02-12 Juri Linkov <juri@jurta.org>
9115
9116 * tumme.el: Remove todo item about Thumbnail Managing Standard.
9117 (tumme) <defgroup>: Change :group to `multimedia'.
9118 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
9119 Managing Standard.
9120 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
9121 Fix dostring.
9122 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
9123 and %y. Fix docstring.
9124 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
9125 (tumme-cmd-create-standard-thumbnail-command): New user options.
9126 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
9127 is `standard'. Fix docstring.
9128 (tumme-thumb-width, tumme-thumb-height): New user options.
9129 (tumme-external-viewer): Try to find various viewers.
9130 (tumme-get-thumbnail-image): Use `create-image' instead of
9131 constructing the `image' structure.
9132 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
9133 `standard'.
9134 (tumme-thumb-name): Add file name generation for standard storage.
9135 Simplify code for other storages.
9136 (tumme-thumb-name): Use width %w and height %h instead of size %s.
9137 Add modification time %m and thumbnail-nq8 %q.
9138 Use `tumme-cmd-create-standard-thumbnail-command' if
9139 tumme-thumbnail-storage is `standard'.
9140 (tumme-dired-insert-marked-thumbs): New autoload command.
9141 (tumme-dired-after-readin-hook): New function.
9142 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
9143 `tumme-thumb-size'.
9144 (tumme-display-image): Replace size-x %x and size-y %y with
9145 width %w and height %h.
9146
9147 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
9148 `tumme-dired-insert-marked-thumbs'.
9149
9150 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
9151
9152 * tumme.el (tumme-write-tag): Fix small bug (file name did not
9153 include path).
9154 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
9155 matching tag.
9156
9157 2006-02-12 Miles Bader <miles@gnu.org>
9158
9159 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
9160 New variables.
9161 (rcirc-abbrev-nick): New function.
9162 (rcirc-format-response-string): Rewrite to use the formats in
9163 `rcirc-response-formats' and expand escape sequences therein.
9164 A text-property `rcirc-text' is added over the actual response
9165 text to make easy to find inside the returned string.
9166 (rcirc-print): When filling, just look for the `rcirc-text'
9167 text-property to find the appropriate fill prefix, instead of
9168 using hardwired patterns.
9169
9170 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
9171
9172 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
9173 Managing Standard.
9174
9175 2006-02-11 Kim F. Storm <storm@cua.dk>
9176
9177 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
9178 Don't use insert-buffer; do insert-buffer-substring directly.
9179 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
9180
9181 2006-02-11 Martin Rudalics <rudalics@gmx.at>
9182
9183 * files.el (revert-buffer, recover-file): Replace buffer-read-only
9184 with inhibit-read-only. Suggested by Stefan Monnier.
9185 (revert-buffer): Let insert-file-contents discard
9186 buffer-undo-list. Simplify code.
9187 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
9188
9189 2006-02-11 Eli Zaretskii <eliz@gnu.org>
9190
9191 * menu-bar.el (menu-bar-select-yank): Add a doc string.
9192
9193 * help.el (describe-key-briefly): Now a wrapper for
9194 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
9195 to t. Populate yank-menu if empty.
9196 (describe-key-briefly-internal): Renamed from describe-key-briefly.
9197 (describe-key): Now a wrapper for describe-key-internal. Bind
9198 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
9199 (describe-key-internal): Renamed from describe-key.
9200
9201 2006-02-11 Milan Zamazal <pdm@zamazal.org>
9202
9203 * progmodes/glasses.el (glasses-separator): Doc fix.
9204 (glasses-original-separator): New defcustom.
9205 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
9206
9207 2006-02-11 Martin Rudalics <rudalics@gmx.at>
9208
9209 * mwheel.el (mouse-wheel-up-event): Doc fix.
9210
9211 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
9212
9213 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
9214 (tumme-dir): New function. Copied from thumbs.el.
9215
9216 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
9217
9218 * desktop.el (desktop-outvar): Fix typo.
9219 (desktop-save-buffer-p): Doc fix.
9220
9221 * subr.el (substitute-key-definition): Fix typo.
9222
9223 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9224
9225 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
9226 when window-system is mac.
9227
9228 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
9229
9230 2006-02-10 Kim F. Storm <storm@cua.dk>
9231
9232 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
9233 indirect-function instead of using condition-case.
9234
9235 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
9236
9237 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
9238 less `colloquial'...
9239
9240 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
9241
9242 * tumme.el: Add a couple of todo items.
9243
9244 2006-02-09 Lars Hansen <larsh@soem.dk>
9245
9246 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
9247 (highlight-changes-mode): Don't change desktop-locals-to-save.
9248
9249 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
9250
9251 * image-mode.el (image-toggle-display): Clear image cache if using
9252 filename.
9253
9254 2006-02-09 Masatake YAMATO <jet@gyve.org>
9255
9256 * dired-x.el (dired-guess-shell-alist-default): Add .man as
9257 a `dired-man' target.
9258
9259 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
9260 boundary of symbols.
9261
9262 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
9263
9264 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
9265
9266 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
9267
9268 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
9269 `mapcar'; return nil.
9270
9271 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
9272
9273 * mouse.el (mouse-drag-track): Don't change window if we rebind to
9274 some other event.
9275
9276 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
9277
9278 * net/rcirc.el (rcirc-startup-channels-alist):
9279 Add irc.freenode.net and #emacs as defaults.
9280 (rcirc-ignore-all-activity-flag): Remove variable.
9281 (rcirc-authinfo): New variable.
9282 (rcirc-authinfo-filename): Remove variable.
9283 (rcirc-always-use-server-buffer-flag): New flag.
9284 (rcirc): M-x rcirc will automatically connect without prompting.
9285 C-u M-x rcirc will prompt. Use rcirc-connect to create a
9286 connection in lisp.
9287 (rcirc-process-server-response-1): Remove everything but the nick
9288 portion of the sender so it doesn't need to be done everywhere
9289 else. Update related code.
9290 (global-map): Remove global keybindings.
9291 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
9292 (rcirc-send-input): Split into several functions.
9293 (rcirc-process-input-line, rcirc-process-message)
9294 (rcirc-process-command): New functions.
9295 (rcirc-target-buffer): New function to determine where to route
9296 messages.
9297 (rcirc-user-nick): Save match data.
9298 (rcirc-toggle-ignore-buffer-activity)
9299 (rcirc-update-activity-string): Remove global ignore functionality,
9300 which can be done now by toggling rcirc-track-minor-mode.
9301 (rcirc-track-minor-mode-map): New keymap.
9302 (rcirc-track-minor-mode): New minor-mode.
9303 (ignore): Make the ignore output nicer. Always print it when
9304 adding or removing nicks.
9305 (rcirc-url-regexp): Improve.
9306 (rcirc-mangle-text): Remove properties before using text in the
9307 modeline.
9308 (rcirc-authenticate): Authentication data comes from
9309 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
9310 (rcirc-server-prefix): Inherit from rcirc-server.
9311
9312 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
9313
9314 * Makefile.in (compile): Append "|| true" to the end of the `find'
9315 command, like compile-always does.
9316
9317 2006-02-08 Sam Steingold <sds@gnu.org>
9318
9319 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
9320 output from a dead connection.
9321
9322 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
9323
9324 * dired.el (dired-mode-map): Add more bindings for tumme.
9325
9326 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
9327
9328 * wdired.el (wdired-mode-map): Use remap.
9329 (wdired-get-filename): Massage.
9330 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
9331 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
9332 `keymap' property rather than `local-map'.
9333
9334 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
9335
9336 * tumme.el (tumme-get-thumbnail-image): New utility function.
9337 Suggested by from Chong Yidong.
9338 (tumme-dired-with-window-configuration): Rename from
9339 `tumme-dired'. Add code to save window configuration.
9340 (tumme-restore-window-configuration): New command to restore the
9341 window configuration that `tumme-dired-with-window-configuration'
9342 saves before it changes the window configuration.
9343 (tumme-show-all-from-dir): New command to display thumbnails for
9344 all files in a directory entered by the user, like M-x thumbs.
9345 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
9346 have been created.
9347 (tumme-display-thumbnail-original-image): Call `display-buffer'.
9348 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
9349 Remove obsolete test function.
9350
9351 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
9352
9353 * vc.el (small-temporary-file-directory): Remove defvar; there's
9354 a defcustom for it in files.el.
9355
9356 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
9357 Fix typo in message.
9358 (tumme-gallery-generate): Fix typo in `error' message.
9359 (tumme-display-window-height-correction)
9360 (tumme-display-window-width-correction, tumme-line-up-dynamic)
9361 (tumme-line-up-interactive): Dox fixes.
9362 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
9363 (tumme-restore-window-configuration, tumme-format-properties-string)
9364 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
9365 Fix typos in docstrings.
9366
9367 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
9368
9369 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
9370
9371 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
9372
9373 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
9374 User should use hook if desired.
9375
9376 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
9377 buffer if necessary.
9378 (gdb-delete-frame-or-window): New function.
9379 (gdb-breakpoints-mode-map): Bind "q" to it.
9380
9381 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
9382
9383 * textmodes/nroff-mode.el: Clean up name space.
9384 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
9385 (nroff-mode): Obey the global setting of nroff-electric-mode.
9386 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
9387
9388 * calendar/calendar.el (calendar-increment-month): Typo in last change.
9389
9390 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
9391
9392 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
9393
9394 2006-02-06 Lars Hansen <larsh@soem.dk>
9395
9396 * generic-x.el (etc-fstab-generic-mode): Add file system types
9397 cifs and usbdevfs. Allow special chars in file names.
9398
9399 2006-02-05 Jay Belanger <belanger@truman.edu>
9400
9401 Update copyright notices of the files in lisp/calc.
9402
9403 2006-02-05 Romain Francoise <romain@orebokech.com>
9404
9405 Update copyright notices of all files in the lisp/play directory.
9406
9407 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
9408
9409 * ldefs-boot.el: Regenerate.
9410
9411 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
9412
9413 2006-02-05 Kim F. Storm <storm@cua.dk>
9414
9415 * files.el (magic-mode-regexp-match-limit): New defvar.
9416 (set-auto-mode): Use it to limit magic-mode-alist matching.
9417
9418 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
9419
9420 * simple.el (display-message-or-buffer): Compare the number of
9421 characters to the frame width when determining whether a 1-line
9422 message string will fit in the echo area. Count screen lines
9423 instead of buffer lines when determining whether a multi-line
9424 message will fit in the echo area/minibuffer window.
9425
9426 2006-02-04 Eli Zaretskii <eliz@gnu.org>
9427
9428 * info.el (Info-index, Info-mode): Improve the description of the
9429 `i' command.
9430
9431 * ldefs-boot.el: Regenerate.
9432
9433 2006-02-03 Werner Lemberg <wl@gnu.org>
9434
9435 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
9436 greedy to find the closing bracket in \*[...] and similar
9437 expressions. This is a first rough fix -- many additional
9438 refinements are necessary to make nroff mode really usable with groff.
9439
9440 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
9441
9442 * international/mule-cmds.el (set-locale-environment):
9443 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
9444 libX11.
9445
9446 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
9447
9448 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
9449 archive are created in archive-tmpdir.
9450
9451 2006-02-02 John Paul Wallington <jpw@pobox.com>
9452
9453 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
9454 (ibuffer-fontification-alist): Use it.
9455 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
9456 to "* z" and the Ibuffer Mark menu.
9457
9458 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
9459
9460 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
9461
9462 * textmodes/table.el (*table--cell-describe-mode)
9463 (*table--cell-describe-bindings): Undo last change since
9464 print-help-return-message is not obsoleted by anything at all.
9465
9466 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
9467
9468 * emulation/cua-base.el (cua-mode): Doc fix.
9469
9470 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
9471
9472 * dframe.el (dframe-handle-make-frame-visible)
9473 (dframe-handle-iconify-frame, dframe-get-focus)
9474 (dframe-select-attached-frame, dframe-power-click)
9475 (dframe-frame-mode): Fix typos in docstrings.
9476
9477 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
9478 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
9479 Fix typos in docstrings.
9480
9481 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
9482 (hi-lock-face-buffer, hi-lock-font-lock-hook)
9483 (hi-lock-archaic-interface-message-used)
9484 (hi-lock-file-patterns-range): Fix typos in docstrings.
9485
9486 * savehist.el (savehist-loaded, savehist-load, savehist-install)
9487 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
9488
9489 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
9490 Fix typo in docstring.
9491
9492 * net/newsticker.el (newsticker--decode-iso8601-date)
9493 (newsticker--set-customvar, newsticker--buffer-insert-item)
9494 (newsticker--do-run-auto-mark-filter)
9495 (newsticker--parse-generic-feed): Doc fixes.
9496 (newsticker--retrieval-timer-list, newsticker-url-list)
9497 (newsticker-hide-immortal-items-in-echo-area)
9498 (newsticker-hide-obsolete-items-in-echo-area)
9499 (newsticker-new-item-face, newsticker--enclosure)
9500 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
9501 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
9502 (newsticker--parse-generic-feed, newsticker--cache-contains)
9503 (newsticker--stat-num-items, newsticker-download-enclosures):
9504 Fix typos in docstrings.
9505
9506 * net/rcirc.el (rcirc-debug): Doc fix.
9507 (rcirc-fill-column, rcirc-receive-message-hooks)
9508 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
9509 (rcirc-mode, rcirc-generate-new-buffer-name)
9510 (rcirc-startup-channels, rcirc-ignore-update-automatic)
9511 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
9512 Fix typos in docstrings.
9513 (rcirc-print): "?\ " -> "?\s".
9514 (rcirc-cmd-join): Improve argument/docstring consistency.
9515
9516 2006-02-01 Mark A. Hershberger <mah@everybody.org>
9517
9518 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
9519 before narrow-to-region.
9520
9521 2006-02-01 Richard M. Stallman <rms@gnu.org>
9522
9523 * simple.el (move-beginning-of-line): Scan properly for invis change.
9524
9525 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
9526
9527 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
9528
9529 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
9530 change bit only when id-format is 'integer. Reported by Matt
9531 Hodges <M.P.Hodges@rl.ac.uk>.
9532
9533 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
9534
9535 * hilit-chg.el (highlight-changes-initial-state)
9536 (highlight-changes-global-initial-state): Doc fixes.
9537 (highlight-changes-global-modes, global-highlight-changes):
9538 Fix typos in docstrings.
9539
9540 2006-02-01 Kim F. Storm <storm@cua.dk>
9541
9542 * emulation/cua-base.el (cua-mode): Mention that CUA enables
9543 transient-mark-mode in doc string.
9544
9545 2006-01-31 Richard M. Stallman <rms@gnu.org>
9546
9547 * replace.el (multi-occur): Doc fix.
9548 (multi-occur-in-matching-buffers): Rename from
9549 multi-occur-by-filename-regexp. Prefix arg says match
9550 buffer names instead of file names.
9551
9552 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
9553
9554 * bs.el: Allow non-default values of `bs-header-lines-length'.
9555 (bs--running-in-xemacs): Remove (not needed anymore).
9556 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
9557 instead of `shrink-window', thus avoiding having to compute the
9558 height of the window.
9559 (bs--up): Wrap around even when there's no header.
9560 (bs--down): Use `forward-line' instead of `next-line'.
9561
9562 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
9563
9564 * image-mode.el (image-toggle-display): Use file name if possible,
9565 instead of unnecessarily allocating a (possibly huge) lisp string.
9566
9567 2006-01-30 John Paul Wallington <jpw@pobox.com>
9568
9569 * subr.el (toplevel): Define `cl-assertion-failed' condition here
9570 because the `assert' macro signals it at runtime.
9571
9572 * emacs-lisp/cl.el (toplevel): Remove definition of
9573 `cl-assertion-failed' condition.
9574
9575 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
9576
9577 * thumbs.el (thumbs-marked-list): Make buffer-local and
9578 permanent-local.
9579 (thumbs-insert-thumb): Make help-echo non-sticky.
9580 (thumbs-file-alist): Use eolp as check for (non)-image.
9581
9582 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
9583
9584 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
9585 (ediff-before-session-group-setup-hooks)
9586 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
9587 Fix typos in docstrings.
9588
9589 * window.el (bw-dir, bw-eqdir, balance-windows)
9590 (split-window-keep-point): Fix typos in docstrings.
9591
9592 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
9593 (org-quote-string, org-calendar-to-agenda-key)
9594 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
9595 (org-show-following-heading, org-tags-column)
9596 (org-use-tag-inheritance, org, org-allow-space-in-links)
9597 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
9598 (org-enable-table-editor, org-calc-default-modes)
9599 (org-table-allow-automatic-line-recalculation)
9600 (org-export-html-style, org-export-with-fixed-width)
9601 (org-export-with-sub-superscripts, org-special-keyword)
9602 (org-formula, org-time-grid, org-table-may-need-update)
9603 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
9604 (org-goto-quit, org-get-indentation, org-end-of-item)
9605 (org-move-item-down, org-move-item-up)
9606 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
9607 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
9608 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
9609 (org-agenda-log-mode, org-agenda-toggle-diary)
9610 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
9611 (org-agenda-file-to-end, org-agenda-no-heading-message)
9612 (org-agenda-get-closed, org-format-agenda-item)
9613 (org-cmp-priority, org-cmp-category, org-cmp-time)
9614 (org-agenda-change-all-lines, org-agenda-diary-entry)
9615 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
9616 (org-link-search, org-camel-to-words, org-open-file)
9617 (org-remember-handler, org-table-convert-region)
9618 (org-table-move-row-down, org-table-move-row-up)
9619 (org-table-copy-region, org-table-wrap-region)
9620 (org-table-toggle-vline-visibility)
9621 (org-table-get-vertical-vector, org-table-modify-formulas)
9622 (org-table-get-specials, org-recalc-commands)
9623 (org-table-rotate-recalc-marks, org-table-eval-formula)
9624 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
9625 (org-level-color-stars-only, org-insert-heading):
9626 Fix typos in docstrings.
9627 (last-arg): Add defvar.
9628
9629 * makefile.w32-in (WINS): Add erc.
9630 (MH_E_SRC): Update (copied from lisp/Makefile.in).
9631
9632 2006-01-29 Bill Wohler <wohler@newt.com>
9633
9634 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
9635 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
9636 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
9637 (mh-autoloads): Don't use comments on otherwise empty lines.
9638
9639 2006-01-29 Edward O'Connor <ted@oconnor.cx>
9640
9641 * emulation/viper.el (viper-major-mode-modifier-list): Add
9642 insert-state and vi-state entries for erc-mode.
9643 (viper-go-away, viper-set-hooks): Add and remove
9644 viper-comint-mode-hook from erc-mode-hook as appropriate.
9645
9646 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
9647
9648 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
9649
9650 * bs.el (bs--format-aux): Implement `middle' alignment as
9651 described in the docstring for `bs-attributes-list'.
9652 (bs--get-name): Simplify. Don't pad the buffer name.
9653
9654 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
9655
9656 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
9657 English aspell dictionary is installed, use the first entry of
9658 ispell-dictionary-alist-1.
9659
9660 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
9661
9662 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9663 Doc fix.
9664
9665 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
9666
9667 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
9668 for `process-file', in order to let it work for older Emacsen too.
9669
9670 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9671
9672 * international/latexenc.el: Add a suitable `coding:' tag.
9673 (latexenc-find-file-coding-system): Undo last change.
9674
9675 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9676
9677 * international/latexenc.el (latexenc-find-file-coding-system):
9678 Make sure latexenc-main-file is a regular file and is readable.
9679
9680 2006-01-27 Andre Spiegel <spiegel@gnu.org>
9681
9682 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
9683 Pass FILE to vc-user-login-name.
9684
9685 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
9686
9687 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
9688
9689 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
9690 there are no more images to display.
9691 (thumbs-mark, thumbs-unmark): Revert change so that they move to
9692 the next image.
9693
9694 2006-01-26 Richard M. Stallman <rms@gnu.org>
9695
9696 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
9697
9698 * wid-edit.el (advertised-widget-backward): New alias.
9699 (widget-keymap): Use advertised-widget-backward for S-TAB.
9700
9701 * tumme.el: Correct the keywords.
9702 (tumme-dir-max-size): Use defvar.
9703 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
9704
9705 * simple.el (move-beginning-of-line): Take account of fields.
9706 (clone-indirect-buffer-other-window): Take args like
9707 clone-indirect-buffer, and work like it.
9708
9709 * help-fns.el (describe-function): Don't pass `nil' as default.
9710
9711 * files.el (risky-local-variable-p): Follow var aliases.
9712
9713 * subr.el (lazy-completion-table): Doc fix.
9714
9715 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
9716 global binding of `line'.
9717
9718 2006-01-25 Andre Spiegel <spiegel@gnu.org>
9719
9720 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
9721 Tramp.
9722
9723 * vc.el (vc-default-dired-state-info): Pass FILE to
9724 vc-user-login-name.
9725 (vc-default-update-changelog): Don't use vc-user-login-name, we
9726 don't need it here.
9727
9728 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
9729 no longer necessary.
9730
9731 2006-01-25 Kenichi Handa <handa@m17n.org>
9732
9733 * international/mule.el (decode-char): Avoid the overhead of
9734 calling utf-lookup-subst-table-for-decode if
9735 utf-translate-cjk-mode is nil.
9736 (encode-char): Avoid the overhead of calling
9737 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
9738 nil.
9739
9740 2006-01-22 Kenichi Handa <handa@m17n.org>
9741
9742 * international/mule.el (make-subsidiary-coding-system): Reset
9743 `coding-system-define-form' property of subsidiaries to nil.
9744 Avoid duplicated entry in coding-system-alist.
9745 (make-coding-system): Avoid duplicated entry in
9746 coding-system-alist.
9747 (define-coding-system-alias): Likewise.
9748
9749 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
9750
9751 * completion.el: Minor fixes in introductory comment.
9752 (completion-def-wrapper): Fix alist.
9753
9754 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
9755
9756 * thumbs.el (thumbs-new-image-size): New function.
9757 (thumbs-increment-image-size-element)
9758 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
9759 (thumbs-decrement-image-size): Delete.
9760 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
9761 temp files and use to resize.
9762 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
9763 Use increment argument to enlarge/shrink. Preserve point.
9764 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
9765 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
9766 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
9767 (thumbs-mark, thumbs-unmark): Preserve point.
9768 (thumbs-modify-image): Keep old temp files and use to modify.
9769 Cleanup old temp files at load time. Preserve point.
9770 (thumbs-view-image-mode-map): Use new command names.
9771
9772 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
9773
9774 * log-view.el (log-view-minor-wrap): First rev is the one at point.
9775
9776 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
9777 the nastiest part of the cyclic dependency.
9778 (cal-menu-update): Use dotimes and calendar-increment-month.
9779
9780 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
9781 (calendar-week-start-day): Add an :initializer.
9782 (calendar-mode-map): Use suppress-keymap, and command remapping.
9783 (describe-calendar-mode): Setup xref-stack info for the back button.
9784 (calendar-star-date): Insert before delete.
9785 (calendar-set-mode-line): Add file-modified info if applicable.
9786 (calendar-increment-month): New function.
9787
9788 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
9789
9790 * font-lock.el (lisp-font-lock-keywords-2):
9791 Recognize "& keywords" only at word boundaries.
9792
9793 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
9794
9795 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
9796 and permanent-local.
9797 (thumbs-max-image-number): New variable.
9798 (thumbs-do-thumbs-insertion): Use them.
9799 (thumbs-per-line): Change default to 4.
9800 (thumbs-marked-list): Rename from thumbs-markedL.
9801 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
9802 (thumbs-rename-images): Use -list instead of L for internal variables.
9803 (thumbs-call-convert): Use call-process instead of shell-command.
9804 (thumbs-insert-thumb): Add filename as help-echo to each image.
9805 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
9806 Give dir to thumbs-show-thumbs-list.
9807 (thumbs-show-thumbs-list): Set default-directory to that of images.
9808 (thumbs-dired-show): Rename from thumbs-dired-show-all.
9809 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
9810 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
9811 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
9812
9813 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
9814
9815 * ses.el (ses-read-cell): Provide a default value.
9816
9817 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
9818
9819 * term/w32-win.el (image-library-alist): Add additional names for
9820 GIF library.
9821
9822 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9823
9824 * international/latexenc.el (latexenc-find-file-coding-system):
9825 Add file-regular-p check.
9826
9827 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
9828
9829 * simple.el (clone-buffer): Don't show the new buffer in the same
9830 window.
9831
9832 2006-01-23 Juri Linkov <juri@jurta.org>
9833
9834 * faces.el (link, link-visited): New faces based on default values
9835 of `info-xref' and `info-xref-visited'.
9836
9837 * info.el (info-xref): Inherit from `link'.
9838 (info-xref-visited): Inherit from `link-visited'.
9839
9840 * cus-edit.el (custom-buffer-create-internal): Use widget type
9841 `custom-manual' instead of `info-link' and don't set properties
9842 `button-face' and `mouse-face' explicitly.
9843 (custom-browse-group-tag, custom-browse-variable-tag)
9844 (custom-browse-face-tag): Inherit from widget class
9845 `custom-group-link' instead of `push-button'.
9846 (custom-button-unraised): Inherit from `underline' face.
9847 (custom-link): Inherit from `link' face. Fix doc and group.
9848 (custom-add-parent-links, custom-group-value-create): Don't set
9849 properties `button-face' and `mouse-face' explicitly for
9850 `custom-group-link' widget.
9851 (custom-group-link): Add properties `button-face' and `mouse-face'
9852 to widget definition.
9853 (custom-field-keymap): New variable. Put `custom-field-keymap' to
9854 editable-field's :keymap property.
9855 (custom-mode): Fix docstring: substitute keybindings for
9856 `widget-forward' and `widget-backward' from `widget-keymap',
9857 `widget-complete' from `custom-field-keymap', replace old
9858 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
9859
9860 * desktop.el (desktop-load-file): Check for `fboundp' before
9861 calling `symbol-function'.
9862
9863 * simple.el (clone-buffer, clone-indirect-buffer)
9864 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
9865 `read-string'. Fix prompts.
9866
9867 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
9868
9869 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
9870
9871 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
9872
9873 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
9874
9875 * startup.el (inhibit-splash-screen, initial-scratch-message):
9876 Doc fixes.
9877
9878 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
9879
9880 Sync with Tramp 2.0.52.
9881
9882 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
9883 net/tramp-vc.el: Add code for unloading Tramp. See comment before
9884 `tramp-unload-tramp' for checklist.
9885
9886 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
9887 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
9888 (tramp-unload-file-name-handler-alist)
9889 (tramp-unload-tramp): New defuns.
9890 (tramp-advice-PC-expand-many-files): New defadvice.
9891 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
9892 removed.
9893 (tramp-handle-expand-file-name): Remove double slash.
9894 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
9895 It doesn't matter, because it will be converted later on.
9896 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
9897 implementation was just heuristic.
9898 (tramp-post-connection): Set uid and gid properties.
9899 (tramp-convert-file-attributes): Set file's gid change bit.
9900 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
9901 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
9902 in case of su(do)? methods. The home directory of the local user
9903 will be taken else.
9904 (tramp-open-connection-telnet)
9905 (tramp-open-connection-rsh, tramp-open-connection-su)
9906 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
9907 local shell prompt could hurt. Reported by Romain Francoise
9908 <romain@orebokech.com>.
9909 (tramp-let-maybe): Add `edebug-form-spec' property.
9910 (tramp-handle-expand-file-name): Bind `default-directory' locally
9911 to "/" in order to avoid problems with UNC shares or Cygwin
9912 mounts.
9913 (tramp-md5-function): Fix typo in error message.
9914
9915 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
9916
9917 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
9918 for byte-compiler pacification.
9919
9920 2006-01-22 Andre Spiegel <spiegel@gnu.org>
9921
9922 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
9923 ID-FORMAT `string'. This allows us to get rid of
9924 `vc-user-login-name UID'.
9925
9926 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
9927
9928 2006-01-22 John Paul Wallington <jpw@pobox.com>
9929
9930 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
9931
9932 2006-01-21 Martin Rudalics <rudalics@gmx.at>
9933
9934 * emacs-lisp/find-func.el (find-definition-noselect)
9935 (find-variable-noselect): Search variables in C source code too.
9936 (find-function-C-source, find-function-noselect, find-function)
9937 (find-function-other-frame, find-variable-noselect, find-variable)
9938 (find-variable-other-frame, find-variable-at-point):
9939 Fix docstrings.
9940
9941 2006-01-21 Francesco Potorti` <pot@gnu.org>
9942
9943 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
9944
9945 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
9946
9947 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
9948 Default to disabling the "Save affix" question.
9949
9950 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
9951
9952 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
9953 the first arg to run-python.
9954
9955 2006-01-21 Eli Zaretskii <eliz@gnu.org>
9956
9957 * startup.el (command-line-1): Handle --no-desktop if desktop.el
9958 is not loaded.
9959
9960 2006-01-20 Jay Belanger <belanger@truman.edu>
9961
9962 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
9963 limit is 0.
9964
9965 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
9966 the correct variable.
9967
9968 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
9969
9970 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
9971 link. Fixed buggy argument sequence in call to `org-view-tags'.
9972 (org-compile-prefix-format): Set `org-prefix-has-tag'.
9973 (org-prefix-has-tag): New variable.
9974 (org-format-agenda-item): Remove tags from headline if
9975 appropriate.
9976 (org-agenda-remove-tags-when-in-prefix): New option.
9977 (org-get-tags-at): New function.
9978
9979 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
9980
9981 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
9982 (thumbs-find-image): Move image name and number from buffer name
9983 to mode name. Set thumbs-buffer. Preserve point so that large
9984 images remain visible.
9985 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
9986 order.
9987 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
9988 mode name.
9989 (thumbs-next-image, thumbs-previous-image): Make them work.
9990
9991 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
9992
9993 * cus-edit.el (custom-buffer-create-internal): State in the text above
9994 the whole buffer buttons that they do not operate on hidden items.
9995 (custom-face-menu): Use `custom-face-save' instead of
9996 `custom-face-save-command'.
9997 (custom-face-save-command): Make it an alias for `custom-face-save'
9998 and declare it obsolete.
9999 (custom-face-save): Doc fix.
10000
10001 * dired.el (dired-no-confirm): Add quote.
10002 (dired-subdir-alist-pre-R): Add quote in
10003 `make-variable-buffer-local' form and remove unbalanced parenthesis.
10004
10005 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
10006
10007 * textmodes/table.el (table-mode-indicator): Typo in last change.
10008
10009 2006-01-19 Richard M. Stallman <rms@gnu.org>
10010
10011 * outline.el (hide-leaves): Don't call outline-end-of-heading.
10012 Fixes bug reported in Nov 2005.
10013
10014 * isearch.el (isearch-forward): Doc fix.
10015
10016 * dired.el (dired-move-to-filename-regexp): Define as alias.
10017 (dired-no-confirm): Use defcustom.
10018 (dired-subdir-alist-pre-R): Put defvar at top level.
10019
10020 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
10021
10022 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
10023 Mark as risky.
10024
10025 * simple.el (set-mark-command): Doc fix.
10026 (clone-indirect-buffer-other-window):
10027 Read arg like clone-indirect-buffer.
10028 (move-beginning-of-line): Skip invisible newlines.
10029
10030 2006-01-19 Masatake YAMATO <jet@gyve.org>
10031
10032 * progmodes/cpp.el (cpp-edit-load): Make the order of
10033 listed conditions in a base C code buffer and its associate
10034 CPP Edit buffer the same.
10035
10036 2006-01-19 Kenichi Handa <handa@m17n.org>
10037
10038 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
10039 (rmail-mime-feature): Likewise.
10040 (rmail-require-mime-maybe): Use display-warning to show a warning
10041 message.
10042
10043 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
10044 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
10045
10046 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
10047
10048 * array.el: Move defvars out of eval-when-compile.
10049 (array-make-template): Replace undeclared global var with a local one.
10050 (array-mode): Inline initialization functions.
10051 (array-init-local-variables, array-init-max-row)
10052 (array-init-max-column, array-init-columns-per-line)
10053 (array-init-field-width, array-init-rows-numbered)
10054 (array-init-line-length, array-init-lines-per-row): Remove.
10055
10056 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
10057 (doc-mode-map): Define explicitly.
10058 (doctor-txtype): Use mapc.
10059
10060 * textmodes/table.el: Move defvars out of eval-when-compile.
10061 Remove harmful code meant to avoid byte-compiler warnings.
10062 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
10063 specification that checks table-fixed-width-mode directly.
10064 (table-recognize-region, table-recognize-cell):
10065 Use restore-buffer-modified-p.
10066 (table-fixed-width-mode): Remove code that refreshes
10067 table-fixed-mode-indicator.
10068 (*table--cell-describe-bindings, *table--cell-describe-mode):
10069 Avoid obsolete name print-help-return-message.
10070 (table--test-cell-list): Don't use replace-regexp from elisp.
10071 (table--point-entered-cell-function, table--point-left-cell-function):
10072 Don't set table-fixed-mode-indicator, use force-mode-line-update.
10073
10074 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
10075 that was after the end of file. Use buffer-file-name variable.
10076 (org-timestamp-change): Use with-current-buffer.
10077 (org-todo-list): Don't unnecessarily define a new buffer-local var.
10078 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
10079 `file'.
10080
10081 * progmodes/fortran.el: Move defvars out of eval-when-compile.
10082 (fortran-break-line): Remove unused var `opoint'.
10083 (fortran-abbrev-start): Obey help-event-list.
10084
10085 2006-01-18 Jesper Harder <harder@phys.au.dk>
10086
10087 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
10088
10089 2006-01-18 Masatake YAMATO <jet@gyve.org>
10090
10091 * progmodes/make-mode.el (makefile-imake-mode): New mode
10092 derived from makefile-mode.
10093 (makefile-imake-mode-syntax-table): New syntax table
10094 derived from makefile-mode-syntax-table.
10095 (makefile-mode): Write about makefile-imake-mode in doc string.
10096 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
10097 (makefile-imake-font-lock-keywords): New font lock keywords.
10098
10099 * files.el (auto-mode-alist): Add Imakefile.
10100
10101 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
10102
10103 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
10104 loading the file rather than when turning on flyspell-mode.
10105
10106 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
10107
10108 * cus-edit.el (customize-rogue): Minor doc fix.
10109
10110 2006-01-17 Juri Linkov <juri@jurta.org>
10111
10112 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
10113 instead of the file at the mark as default if the file at the mark
10114 is the same as the file at point or if dired-dwim-target-directory
10115 is not the same as the current directory and the mark is not active.
10116
10117 * log-view.el (log-view-minor-wrap): Use the same logic to get
10118 revisions as `log-view-diff'.
10119
10120 * info.el (Info-revert-find-node): Check for Info-current-file
10121 before preserving new-history.
10122
10123 * man.el (Man-heading-regexp): Add `/'.
10124
10125 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
10126 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
10127
10128 2006-01-16 Juri Linkov <juri@jurta.org>
10129
10130 * faces.el (mode-line-faces): New defgroup.
10131 (mode-line-highlight): Move definition after new defgroup.
10132 (mode-line, mode-line-inactive, mode-line-highlight):
10133 Replace :group `modeline' with `mode-line-faces'.
10134 (mode-line-buffer-id): New face.
10135 (modeline-buffer-id): New face alias.
10136 (vertical-border): Remove :group `modeline'.
10137
10138 * bindings.el (propertized-buffer-identification): Use face
10139 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
10140 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
10141 (mode-line-buffer-identification-keymap): For mouse-1 replace
10142 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
10143 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
10144 mouse-3.
10145
10146 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
10147 Buffer-menu-buffer. Doc fix.
10148 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
10149 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
10150 `Buffer-menu-buffer'.
10151
10152 * info.el (Info-mode-line-node-keymap): New defvar.
10153 (Info-set-mode-line): Use `stringp' to check Info-current-file.
10154 Propertize Info-current-node with `mode-line-buffer-id' and
10155 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
10156
10157 * time.el (display-time-mail-face): Replace :group `faces' with
10158 `mode-line-faces'.
10159
10160 2006-01-16 Kenichi Handa <handa@m17n.org>
10161
10162 * international/code-pages.el: Add autoload cookies for cp125[0345678].
10163
10164 * language/european.el (cp1252): New alias for windows-1252.
10165
10166 * international/mule.el (autoload-coding-system): Prepare for EOL
10167 variants.
10168
10169 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
10170
10171 * term.el (term-raw-map): Add mapping for insert.
10172 (term-send-insert): New.
10173 (term-mode): Make variables local here instead of doing it in
10174 `term-emulate-terminal'.
10175 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
10176 Scroll reverse needs to take into account the scroll region.
10177 Saving and restoring the cursor should save the color attributes too.
10178 (term-reset-terminal): Reset the scroll region.
10179 (term-handle-ansi-escape): Cursor up and down should take into
10180 account the scroll region.
10181 (term-set-scroll-region): Rename from `term-scroll-region'.
10182 Move to 0,0 after setting the region.
10183 (term-handle-scroll): Handle scroll up.
10184 (term-down): Fix off by one error.
10185 (term-delete-lines): Do not delete outside the scroll region.
10186 (term-insert-lines): Take into account the scroll region.
10187
10188 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
10189
10190 * textmodes/ispell.el (ispell-internal-change-dictionary)
10191 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
10192 (start, end): Move declaration outside of eval-when-compile.
10193
10194 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
10195 (flyspell-mode-on): Use it.
10196
10197 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
10198 ispell-kill-ispell-hook.
10199
10200 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
10201
10202 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10203 (Custom-reset-saved): Do not ask for confirmation in single option
10204 buffers.
10205
10206 2006-01-13 Richard M. Stallman <rms@gnu.org>
10207
10208 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
10209
10210 2006-01-13 Romain Francoise <romain@orebokech.com>
10211
10212 * add-log.el (add-change-log-entry, change-log-merge):
10213 Conditionally use `hard-newline'.
10214
10215 2006-01-13 Martin Rudalics <rudalics@gmx.at>
10216
10217 * wid-edit.el (widget-field-end): If the overlay is no longer
10218 associated with a buffer, behave as if the overlay didn't exist.
10219
10220 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
10221 Make sure the links use the `custom-link' face.
10222
10223 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
10224
10225 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
10226 (ld-script-mode): Don't set indent-line-function since we don't
10227 have one.
10228
10229 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
10230
10231 * textmodes/org.el (org-open-file): Use mailcap for selecting an
10232 application.
10233 (org-file-apps-defaults-gnu): Use mailcap as the default for
10234 selecting an application on a UNIX system.
10235 (org-agenda-show-tags): New command.
10236 (org-table-insert-hline): Keep cursor in current table line.
10237 (org-table-convert): Offset effect of modifying
10238 `org-table-insert-hline'.
10239 (org-format-agenda-item): New optional argument TAG.
10240 (org-compile-prefix-format): Handle %T format for the tag.
10241 (org-expand-wide-chars): New function.
10242 (org-table-insert-row, org-table-insert-hline):
10243 Use `org-expand-wide-chars'.
10244 (org-open-file): Fix bug in program launch.
10245 (org-get-time-of-day): Fix bug with times before 1am.
10246 (org-agenda-menu): Add tags commands.
10247
10248 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
10249
10250 * textmodes/ispell.el (ispell-init-process): Include the used
10251 dictionary in ispell process start message.
10252 (ispell-internal-change-dictionary): When flyspell-mode is active
10253 and dictionary is changed, make sure ispell process is restarted
10254 and flyspell word cache cleared out for the current buffer.
10255 (ispell-change-dictionary): Make sure flyspell word cache is
10256 cleared out in all buffers with active flyspell mode when
10257 dictionary is globally changed.
10258 Call ispell-internal-change-dictionary after dictionary change.
10259
10260 2006-01-13 Eli Zaretskii <eliz@gnu.org>
10261
10262 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
10263
10264 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
10265 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
10266 years. Fix small differences wrt Makefile.in.
10267 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
10268 Makefile.in does.
10269
10270 2006-01-12 Bill Wohler <wohler@newt.com>
10271
10272 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
10273 mh-search.el.
10274
10275 2006-01-12 Masatake YAMATO <jet@gyve.org>
10276
10277 * progmodes/ld-script.el: Update copyright year.
10278
10279 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
10280
10281 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
10282 Don't add widget if setting undefined.
10283
10284 2006-01-12 John Paul Wallington <jpw@pobox.com>
10285
10286 * help-fns.el (describe-variable): Remove newlines from void
10287 variable output.
10288
10289 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
10290
10291 * wdired.el (wdired-mode-map): Add help echo for
10292 wdired-abort-changes.
10293
10294 * man.el (Man-file-name-regexp): Adjust for a list of files.
10295
10296 2006-01-12 Masatake YAMATO <jet@gyve.org>
10297
10298 * progmodes/ld-script.el (auto-mode-alist): Support
10299 suffix conventions used in netbsd and eCos.
10300
10301 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
10302
10303 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
10304 (custom-variable-menu, custom-face-menu, custom-group-menu)
10305 (Custom-mode-menu): Change names of menu items. (As discussed on
10306 emacs-devel.)
10307 (custom-face-menu): Add "Undo Edits" item.
10308
10309 * startup.el (init-file-user): defcustom -> defvar.
10310
10311 * tooltip.el (tooltip-mode): Doc fix.
10312
10313 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
10314
10315 * reveal.el (reveal-post-command): window-buffer signals an error on
10316 dead windows rather than returning nil.
10317 (reveal-open-new-overlays): An overlay might die while we open others.
10318
10319 2006-01-11 Bill Wohler <wohler@newt.com>
10320
10321 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
10322 phrasing in docstring.
10323
10324 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
10325 can give some systems gas. Add new file mh-buffers.el.
10326
10327 2006-01-06 Masatake YAMATO <jet@gyve.org>
10328
10329 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
10330 C preprocessor forward ported from GNU Emacs 21.2.
10331
10332 * progmodes/asm-mode.el (asm-font-lock-keywords):
10333 Use `cpp-font-lock-keywords'.
10334
10335 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
10336
10337 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
10338 of $ for "\\.ld[s]?".
10339
10340 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
10341
10342 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
10343 (tcl-indent-line): Return `noindent' if inside a string.
10344
10345 * progmodes/flymake.el (flymake-split-string): Remove more than one
10346 empty string at beg/end of the result.
10347 (flymake-find-buildfile, flymake-find-possible-master-files):
10348 Use expand-file-name.
10349 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
10350 since expand-file-name does it for us. Use directory-file-name.
10351 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
10352 (flymake-ler-get-type, flymake-ler-get-text)
10353 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
10354 (flymake-current-line-no): Remove spurious interactive spec.
10355 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
10356 (flymake-check-include): Remove arg inc-path merged into inc-name.
10357 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
10358 Arg regexp-list replaced by a simple regexp.
10359 (flymake-master-make-header-init, flymake-master-tex-init):
10360 Correspondingly replace regexp-list with a regexp. Fix regexp.
10361
10362 2006-01-10 Simon Josefsson <jas@extundo.com>
10363
10364 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
10365 describing AUTH PLAIN fix.
10366
10367 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
10368
10369 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
10370 (report-emacs-bug): Don't record initial prompt text.
10371 Instead, add text properties to prompting text.
10372 (report-emacs-bug-hook): Delete prompting text.
10373
10374 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
10375
10376 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
10377 `dirs'. Adjust callers.
10378
10379 2006-01-09 John Paul Wallington <jpw@gnu.org>
10380
10381 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
10382
10383 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
10384
10385 * reveal.el (reveal-open-new-overlays): New extracted fun.
10386 (reveal-close-old-overlays): Idem. Check overlays's liveness before
10387 using them. Simplify the code.
10388 (reveal-post-command): Use them. Fix up obsolete windows in
10389 reveal-open-spots.
10390
10391 * progmodes/flymake.el: Use `require' rather than autoload for
10392 XEmacs's overlays.
10393 (flymake-get-common-file-prefix, flymake-build-relative-filename):
10394 Delete. Use file-relative-name instead.
10395 (flymake-get-syntax-check-program-args, flymake-perl-init):
10396 Simplify the resulting code.
10397
10398 * log-view.el (log-view-file-re, log-view-message-re): Add support
10399 for DaRCS output.
10400
10401 2006-01-09 Alex Schroeder <alex@gnu.org>
10402
10403 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
10404 identifiers sometimes added in square brackets at the beginning of
10405 subject lines.
10406
10407 2006-01-07 Richard M. Stallman <rms@gnu.org>
10408
10409 * cus-edit.el (Custom-set, Custom-save): Doc fix.
10410 (Custom-reset-current, Custom-reset-saved): Change question text.
10411 (Custom-reset-standard): Likewise.
10412 (custom-variable-reset-saved): Doc fix.
10413
10414 2006-01-07 Eli Zaretskii <eliz@gnu.org>
10415
10416 * startup.el (init-file-user): Doc fix.
10417
10418 2006-01-07 Alex Schroeder <alex@gnu.org>
10419
10420 * mail/rmail.el (rmail-current-subject): New function.
10421 (rmail-current-subject-regexp): New function.
10422 (rmail-next-same-subject): Use it.
10423
10424 * mail/rmailsum.el (rmail-summary-by-topic):
10425 Use rmail-current-subject and rmail-current-subject-regexp.
10426 (rmail-summary-next-same-subject): Ditto.
10427
10428 * net/rcirc.el (rcirc-send-input): No longer check whether the
10429 process is open, since not all commands need an open process.
10430 (rcirc-send-string): Check whether the process is open before
10431 sending anything.
10432 (rcirc-ignore-list): New option.
10433 (rcirc-ignore-list-automatic): New variable.
10434 (rcirc-print): Take rcirc-ignore-list into account.
10435 (rcirc-cmd-ignore): New command.
10436 (rcirc-ignore-update-automatic): New function.
10437 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
10438 list if ignored nicks.
10439 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
10440
10441 2006-01-06 David Reitter <david.reitter@gmail.com>
10442
10443 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
10444 reflect the address to which the report will be sent.
10445
10446 2006-01-06 Eli Zaretskii <eliz@gnu.org>
10447
10448 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
10449 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
10450
10451 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
10452
10453 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
10454
10455 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
10456 the doc string: "functoin" => "function".
10457 * ldefs-boot.el: Likewise.
10458
10459 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
10460 message text: "Duplicat" => "Duplicate".
10461
10462 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
10463
10464 * files.el (basic-save-buffer-2): If backing-up failed, reset
10465 buffer-backed-up to nil.
10466
10467 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
10468
10469 * progmodes/gud.el (gdb-script-skip-to-head)
10470 (gdb-script-calculate-indentation): Indent for breakpoint command
10471 lists also.
10472
10473 2006-01-05 Bill Wohler <wohler@newt.com>
10474
10475 * Makefile.in (compile-always): Add mh-autoloads dependency.
10476 (bootstrap): Remove mh-autoloads dependency, as compile dependency
10477 provides it.
10478 (updates): Remove mh-autoloads dependency, since it probably has
10479 already run recently (via recompile).
10480
10481 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
10482
10483 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
10484 argument `force' to disable the flyspell-last-buffer optimization.
10485 (flyspell-mode-on): Use it.
10486
10487 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
10488 flymake-simple-cleanup.
10489 (flymake-allowed-file-name-masks): Use this new default.
10490 All the functions are now called in the right buffer rather than
10491 passing the buffer as argument.
10492 (flymake-process-sentinel): Switch to buffer before calling cleanup.
10493 (flymake-parse-err-lines): Remove redundant buffer arg.
10494 (flymake-get-program-dir): Comment out unused function.
10495 (flymake-start-syntax-check, flymake-start-syntax-check-process):
10496 Remove redundant buffer argument.
10497 (flymake-get-real-file-name, flymake-simple-java-cleanup)
10498 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
10499
10500 2006-01-05 Richard M. Stallman <rms@gnu.org>
10501
10502 * info.el (Info-find-node): Don't record previous node if have none.
10503 (info): Go to directory only if history is empty.
10504
10505 * simple.el (mark): Doc fix.
10506
10507 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10508
10509 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
10510 already of desired type.
10511 (mac-ae-list): Coerce parameter to "list" type.
10512 (mac-dispatch-apple-event): Replace cadr part of event with a
10513 dummy position so that event-start returns it.
10514
10515 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
10516
10517 * textmodes/org.el (org-end-of-subtree): New function.
10518 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
10519 Use `org-end-of-subtree'.
10520 (org-agenda, org-agenda-convert-date): Protect calls to
10521 `fit-window-to-buffer'.
10522 (org-tags-view): Force matching of sublevels when doing a
10523 todo-only search. Define the correct redo command, including the
10524 arguments.
10525 (org-agenda-redo): Display message.
10526 (org-check-for-org-mode): New function.
10527 (org-agenda-type): New variable.
10528 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10529 Set `org-agenda-type'.
10530 (org-agenda-check-type): New function.
10531 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
10532 (org-agenda-week-view, org-agenda-day-view)
10533 (org-agenda-next-date-line, org-agenda-previous-date-line)
10534 (org-agenda-log-mode, org-agenda-toggle-diary)
10535 (org-agenda-toggle-time-grid, org-agenda-date-later)
10536 (org-agenda-date-prompt, org-agenda-diary-entry)
10537 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
10538 (org-agenda-convert-date, org-agenda-menu):
10539 Use `org-agenda-check-type'.
10540 (org-make-overlay, org-delete-overlay)
10541 (org-detatch-overlay, org-move-overlay, org-overlay-put):
10542 New compatibility functions.
10543 (org-calendar-select-mouse): New command.
10544
10545 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
10546
10547 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
10548 (Custom-reset-standard): Fix y-or-n-p messages.
10549 (custom-link): New face for links.
10550 (custom-buffer-create-internal, custom-manual): Use it.
10551 (custom-face-save): Push to theme-face before setting face spec.
10552
10553 * wid-edit.el (widget-default-mouse-face-get): New function.
10554 (widget-specify-button): Handle mouse-face like button-face.
10555
10556 * custom.el (load-theme): Clear old theme settings if reloading.
10557
10558 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
10559
10560 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
10561 "Erase Customization" button back to same position it occupies in
10562 the individual State menus.
10563
10564 2006-01-04 Kim F. Storm <storm@cua.dk>
10565
10566 * wid-edit.el (key-sequence): Rework widget to read key binding
10567 using `kbd' syntax. Use C-q to insert literal key, event, or code.
10568 (widget-key-sequence-default-value): Default value for empty sequence.
10569 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
10570 (widget-key-sequence-read-event): New command for C-q.
10571 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
10572 (widget-key-sequence-value-to-external): New functions.
10573
10574 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10575
10576 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
10577 Use expand-file-name.
10578 (flymake-delete-temp-directory): Use expand-file-name,
10579 file-name-directory, and directory-file-name.
10580 (flymake-strrchr): Delete.
10581 (flymake-start-syntax-check): Don't pass the redundant buffer argument
10582 to the init-f function.
10583 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
10584 (flymake-init-find-buildfile-dir)
10585 (flymake-init-create-temp-source-and-master-buffer-copy)
10586 (flymake-simple-make-init-impl, flymake-simple-make-init)
10587 (flymake-master-make-init, flymake-master-make-header-init)
10588 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
10589 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
10590 (flymake-xml-init): Remove corresponding redundant buffer argument.
10591 (flymake-allowed-file-name-masks): Remove last elems that are equal to
10592 the default anyway. Clean up regexps.
10593
10594 * progmodes/flymake.el (flymake-temp-source-file-name)
10595 (flymake-master-file-name, flymake-temp-master-file-name)
10596 (flymake-base-dir): New buffer-local vars.
10597 (flymake-buffer-data, flymake-get-buffer-value)
10598 (flymake-set-buffer-value): Replace those hash-tables by the new
10599 buffer-local vars. Update callers.
10600
10601 * progmodes/flymake.el (flymake-check-start-time)
10602 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
10603 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
10604 Move definition, so we can remove redundant earlier declaration.
10605 (flymake-replace-regexp-in-string, flymake-split-string)
10606 (flymake-get-temp-dir): Use defalias.
10607 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
10608 (flymake-xemacs-window-edges): Remove unused function.
10609 (flymake-get-point-pixel-pos): Move.
10610 (flymake-pid-to-names, flymake-reg-names)
10611 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
10612 Replace by a simple list flymake-processes and by process-buffer.
10613 Update callers. Other than simplify the code, it uses buffers rather
10614 than buffer-names so it doesn't get confused by uniquify.
10615 (flymake-buffer-data): The global value should just be nil.
10616
10617 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
10618 Optimize the body of a defalias like any other code.
10619
10620 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
10621 Make sure we've setup font-lock's vars. It may influence which
10622 function we then call.
10623 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
10624 here since it's too late anyway.
10625
10626 2006-01-03 Romain Francoise <romain@orebokech.com>
10627
10628 * startup.el (fancy-splash-tail, normal-splash-screen):
10629 Update copyright year.
10630
10631 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
10632
10633 * mouse.el (mouse-drag-track): Rename, from
10634 `mouse-drag-region-1'. Includes optional argument required to
10635 enable post-drag event processing (e.g. delete region keys).
10636 Can be used without this argument to track a mouse region and operate
10637 on it as soon as the drag completes.
10638 (mouse-drag-region): Use `mouse-drag-track'.
10639
10640 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
10641
10642 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
10643 Move to `custom-buffer' group.
10644
10645 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
10646 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
10647 (custom-theme-insert-face-marker, custom-theme-variable-menu)
10648 (custom-theme-face-menu): New variables.
10649 (custom-theme-add-variable, custom-theme-variable-action)
10650 (custom-variable-reset-theme, custom-theme-delete-variable)
10651 (custom-face-reset-theme, custom-theme-face-action)
10652 (custom-theme-delete-face, custom-theme-merge-theme)
10653 (custom-theme-add-face, custom-theme-visit-theme): New functions.
10654
10655 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
10656
10657 * custom.el: Move Custom Themes commentary to start of theme code.
10658 (custom-known-themes): Rename `standard' theme to `changed'.
10659 (custom-push-theme): Caller no longer specifies what theme to use
10660 when doing `reset'---the setting is simply removed from the theme.
10661 Delete MODE from `theme-value' and `theme-settings' properties.
10662 (custom-declare-theme): Ignore &rest args since we don't use them.
10663
10664 (custom-loaded-themes): Delete variable.
10665 (custom-theme-load-themes, custom-theme-loaded-p)
10666 (custom-theme-value): Delete functions.
10667
10668 (custom-declare-theme): Signal error on invalid theme names.
10669 (provide-theme): custom-loaded-themes was deleted.
10670 (load-theme): Load the file unconditionally.
10671 (enable-theme): Call `load-theme' if theme is undefined.
10672 (custom-enabled-themes): Only update value for successful loads.
10673 (disable-theme): Complete from enabled themes when interactive.
10674 (custom-variable-theme-value): Calculate theme value directly.
10675
10676 (custom-theme-reset-variables, custom-reset-variables): Mark as
10677 XEmacs compatibility functions. We don't actually use these.
10678
10679 * cus-edit.el (custom-variable-state-set):
10680 Use custom-variable-theme-value instead of custom-theme-value.
10681 (custom-face-state-set): Rename `standard' theme to `changed'.
10682 (custom-save-variables, custom-save-faces): Delete unneeded
10683 references to custom-reset-variables.
10684 (custom-save-resets): Delete function.
10685 (custom-save-variables, custom-save-faces): MODE argument deleted.
10686 (custom-save-variables, custom-save-faces): Ignore theme values.
10687
10688 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
10689 compatibility function.
10690
10691 2006-01-01 Richard M. Stallman <rms@gnu.org>
10692
10693 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
10694 (Custom-reset-current, Custom-reset-saved): Likewise.
10695 (Custom-reset-standard): Show message if aborted.
10696 (custom-mode): Doc fix, describing those commands.
10697
10698 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
10699 put on event-kind property.
10700
10701 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
10702
10703 * custom.el (provide-theme): Ban `user' theme name.
10704 (custom-enabling-themes): New variable.
10705 (enable-theme): Don't enable user if custom-enabling-themes is t.
10706 (custom-enabled-themes): Make it a defcustom.
10707 (custom-theme-recalc-face): No-op if face is undefined.
10708
10709 * cus-edit.el (custom-button-mouse): New variable.
10710 (custom-button-mouse): New face.
10711 (custom-raised-buttons, custom-mode): Use it.
10712
10713 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
10714
10715 2005-12-31 Eli Zaretskii <eliz@gnu.org>
10716
10717 * progmodes/gud.el (gud-display-line): Support hl-line in the
10718 source buffer.
10719
10720 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
10721
10722 * mouse.el (mouse-drag-window-above): Verify that the found window
10723 overlaps with the given window in the horizontal dimension.
10724
10725 2005-12-31 Eli Zaretskii <eliz@gnu.org>
10726
10727 * Makefile.in (cvs-update): New target.
10728
10729 * makefile.w32-in (cvs-update): Ditto.
10730
10731 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
10732
10733 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
10734 (custom-new-theme-mode-map): New variable.
10735
10736 2005-12-30 Richard M. Stallman <rms@gnu.org>
10737
10738 * custom.el (custom-load-themes): Function deleted.
10739
10740 * cus-edit.el (custom-save-loaded-themes): Function deleted.
10741 (custom-save-variables): Don't delete or add custom-load-themes call.
10742
10743 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
10744
10745 * cus-start.el: Add `visible-cursor'.
10746
10747 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
10748 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
10749 (flymake-process-filter): Switch to buffer before calling it instead.
10750 (flymake-post-syntax-check, flymake-highlight-err-lines)
10751 (flymake-delete-own-overlays, flymake-parse-err-lines)
10752 (flymake-start-syntax-check, flymake-start-syntax-check-process)
10753 (flymake-count-lines, flymake-parse-residual):
10754 Remove constant buffer argument.
10755 (flymake-start-syntax-check-for-current-buffer): Remove.
10756 Update callers to use flymake-start-syntax-check instead.
10757 (flymake-display-err-menu-for-current-line):
10758 Remove unused var `mouse-pos'.
10759 (flymake-restore-formatting): Comment out unused function.
10760 (flymake-report-status, flymake-report-fatal-status): Remove buffer
10761 argument, use current-buffer instead. Update callers.
10762
10763 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10764
10765 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
10766 buffer-local because choose-completion-delete-max-match requires
10767 that we set completion-ignore-case (i.e., binding via let is not
10768 sufficient).
10769 (bibtex-complete): Always set completion-ignore-case and
10770 choose-completion-string-functions. The latter is needed because
10771 choose-completion-string-functions keeps its value if we quit the
10772 *Completions* buffer without requesting a completion.
10773
10774 2005-12-30 Andreas Schwab <schwab@suse.de>
10775
10776 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
10777
10778 2005-12-30 Eli Zaretskii <eliz@gnu.org>
10779
10780 * jit-lock.el (jit-lock-chunk-size): Doc fix.
10781
10782 2005-12-30 Juri Linkov <juri@jurta.org>
10783
10784 * locate.el (locate-fcodes-file, locate-header-face)
10785 * progmodes/delphi.el (delphi-other-face)
10786 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
10787
10788 * paren.el (show-paren-match, show-paren-mismatch): Use existing
10789 group `paren-showing-faces'.
10790
10791 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
10792 (goto-address): Fix docstring.
10793
10794 * net/webjump.el (webjump-sample-sites): Update URLs.
10795
10796 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
10797
10798 * subr.el (cancel-change-group): Add listp around pending-undo-list.
10799
10800 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
10801
10802 * font-lock.el (font-lock-compile-keywords): Signal an error when
10803 font-lock-set-defaults hasn't been called.
10804
10805 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
10806
10807 * subr.el (noreturn, 1value): Doc fixes.
10808
10809 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10810
10811 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
10812 that assoc-string returns nil.
10813
10814 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10815
10816 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
10817 (bibtex-entry-type-str, bibtex-empty-field-re)
10818 (bibtex-search-backward-string, bibtex-preamble-prefix)
10819 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
10820 (bibtex-any-valid-entry-type): New variable.
10821 (bibtex-parse-field-name): Simplify.
10822 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
10823 (bibtex-preamble-prefix): Include left delimiter.
10824 (bibtex-search-forward-field, bibtex-search-backward-field):
10825 Allow unbounded search past entry boundaries (required by bibtex-pop).
10826 (bibtex-text-in-field-bounds): Use push.
10827 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
10828 (bibtex-parse-preamble, bibtex-valid-entry)
10829 (bibtex-beginning-first-field): New functions.
10830 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
10831 (bibtex-map-entries): Fix docstring.
10832 (bibtex-flash-head): New arg prompt. Simplify.
10833 (bibtex-enclosing-field): Include code of bibtex-inside-field.
10834 (bibtex-insert-kill): Simplify. Always insert text past the
10835 current field or entry.
10836 (bibtex-format-entry): Use bibtex-parse-field.
10837 (bibtex-pop): Use bibtex-beginning-of-entry and
10838 bibtex-end-of-entry to initiate the search. Insert empty field if
10839 we found ourselves.
10840 (bibtex-print-help-message): New args field and comma.
10841 Handle entry keys.
10842 (bibtex-make-field): Use bibtex-beginning-of-entry.
10843 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
10844 invalid entry.
10845 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
10846 Handle preambles. Simplify code for thorough test.
10847 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
10848 New arg comma. Handle entry heads.
10849 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
10850 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
10851 New arg comma.
10852 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
10853 (bibtex-fill-field): Simplify.
10854 (bibtex-fill-entry): Use bibtex-beginning-first-field and
10855 bibtex-parse-field.
10856 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
10857 (bibtex-complete): Use bibtex-parse-preamble.
10858
10859 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
10860
10861 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
10862 Display name of expression instead of convenience variable.
10863 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
10864
10865 * progmodes/gud.el (gud-tooltip-dereference): Rename from
10866 toggle-gud-tooltip-dereference.
10867 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
10868 (gud-tooltip-tips): ...here when dereferencing.
10869
10870 2005-12-28 Bill Wohler <wohler@newt.com>
10871
10872 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
10873
10874 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
10875
10876 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
10877 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
10878 (vc-annotate-display-autoscale): Adjust call.
10879 (vc-annotate-display-default): Adjust call. Make arg compulsory.
10880 Fix interactive spec.
10881 (vc-annotate-time-span): Remove.
10882 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
10883 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
10884 (vc-annotate-display-select): Use new name.
10885
10886 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
10887 (vc-annotate-mode-menu): Remove left-over redundant declaration.
10888 Correct the construction of span entries. Simplify.
10889 (vc-annotate-display-select): Fix the nil case.
10890 (vc-annotate): Remove obsolete (and now broken) code.
10891 (vc-annotate-extract-revision-at-line): Remove obsolete code.
10892 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
10893
10894 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
10895
10896 * subr.el (lazy-completion-table): Correct typo in docstring.
10897
10898 * startup.el (command-line): Use `custom-reevaluate-setting' for
10899 `send-mail-function'.
10900
10901 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
10902
10903 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
10904
10905 * mail/smtpmail.el (smtpmail-try-auth-methods):
10906 Send credentials together with "AUTH PLAIN" command.
10907
10908 2005-12-27 Richard M. Stallman <rms@gnu.org>
10909
10910 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
10911 mouse-2, go back to previously selected window, so it's selected
10912 when mouse-2 command runs.
10913
10914 2005-12-27 Juri Linkov <juri@jurta.org>
10915
10916 * descr-text.el (describe-text-sexp): Use square brackets for
10917 button [Show] to distinguish it from the property value `show'.
10918 (describe-property-list): Use `insert-text-button' with
10919 `help-face' type instead of putting face in quotes, because button
10920 is not created automatically for a list of faces.
10921 (describe-text-properties-1): Put button-type value in quotes to
10922 distinguish from plain text "button".
10923 (describe-char): Display code point values in hex. Don't use
10924 `symbol-name' for `current-input-method' because it is a string.
10925 Use `insert-text-button' with `help-face' type instead of putting
10926 hardcoded face in quotes, because button is not created automatically.
10927
10928 2005-12-27 Richard M. Stallman <rms@gnu.org>
10929
10930 * progmodes/glasses.el (glasses-face): More specific custom type.
10931
10932 * files.el (set-visited-file-name): Doc fix.
10933
10934 * textmodes/flyspell.el (flyspell-external-point-words):
10935 Use local var buffer-scan-pos to advance scan for next misspelling.
10936 Advance it only after we find the misspelling.
10937
10938 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
10939
10940 * textmodes/flyspell.el (flyspell-external-point-words):
10941 New criteria for finding the misspelling in the buffer.
10942
10943 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
10944
10945 * help-mode.el (help-insert-string): Set help-xref-stack-item
10946 rather than call help-setup-xref.
10947
10948 * descr-text.el (describe-char): Revert previous changes for
10949 optional buffer argument.
10950
10951 2005-12-27 Juri Linkov <juri@jurta.org>
10952
10953 * help-mode.el (help-insert-string): New function. Save buffer
10954 contents in cases where it is impossible to recompute the old contents.
10955
10956 * descr-text.el (describe-char): Set help-xref-stack-item
10957 explicitly after buffer has been generated.
10958
10959 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10960
10961 * cus-start.el (all): Add x-gtk-show-hidden-files.
10962
10963 2005-12-26 Richard M. Stallman <rms@gnu.org>
10964
10965 * replace.el (perform-replace): Calculate match-again
10966 before skipping read-only matches.
10967
10968 * paren.el (paren-showing-faces): New group.
10969 (show-paren-match, show-paren-mismatch): Move to that group.
10970
10971 * button.el (button): Put into group `basic-faces'.
10972
10973 * progmodes/make-mode.el: Remove faces from group `faces'.
10974
10975 * apropos.el (apropos, apropos-value): Doc fix.
10976 (apropos-documentation): Doc fix.
10977
10978 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
10979
10980 * subr.el (lazy-completion-table): Remove argument `args'.
10981
10982 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
10983 Don't use the `args' argument of lazy-completion-table.
10984
10985 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
10986
10987 * descr-text.el (describe-char): Add optional argument for buffer.
10988 Set buffer appropriately. Call help-setup-xref.
10989 Suggested by Stefan Monnier.
10990
10991 2005-12-26 Juri Linkov <juri@jurta.org>
10992
10993 * descr-text.el: Require `help-fns' at runtime. Don't require
10994 `button' for byte compilation.
10995 (describe-text-widget): Add `help-echo' for first button.
10996 Use `help-info' for second.
10997 (describe-property-list): Use `help-argument-name' instead of `italic'.
10998 (describe-text-category): Add prompt to interactive spec.
10999 Call `help-setup-xref'.
11000 (describe-char): Use `help-character-set'. Add `help-echo' for
11001 code point. Use `help-input-method'. Remove superfluous insert.
11002
11003 2005-12-25 Richard M. Stallman <rms@gnu.org>
11004
11005 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
11006 at point, in case of narrowing.
11007
11008 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
11009
11010 * locate.el (locate-header-face): Allow nil in type.
11011
11012 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
11013
11014 2005-12-25 Romain Francoise <romain@orebokech.com>
11015
11016 * battery.el (battery-linux-proc-acpi): Also try
11017 `/proc/acpi/thermal_zone/THM0/temperature'.
11018
11019 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
11020
11021 * custom.el (custom-push-theme): Fix docstring.
11022
11023 * cus-edit.el (custom-variable-set, custom-variable-save)
11024 (custom-variable-save): Custom-quote widget values.
11025 (customize-save-variable): Fix custom-push-theme call.
11026
11027 2005-12-24 Eli Zaretskii <eliz@gnu.org>
11028
11029 * w32-fns.el (w32-batch-update-autoloads): New function.
11030
11031 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
11032 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
11033 from the command line.
11034
11035 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
11036
11037 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
11038 reset means to remove setting from theme entirely. Don't keep
11039 expanding theme-settings list; delete old entries if necessary.
11040
11041 * cus-edit.el (custom-buffer-create-internal): Move "Erase
11042 customization" button one line up.
11043 (custom-themed): New face.
11044 (custom-magic-alist): New value, THEMED, for theme settings.
11045 (custom-variable-state-set, custom-face-state-set):
11046 Check theme-value instead of saved-value.
11047 (custom-variable-reset-standard, custom-face-reset-standard):
11048 Remove theme setting entirely. Recalculate new values.
11049 (custom-variable-set, custom-variable-set)
11050 (custom-variable-reset-saved, custom-variable-reset-backup)
11051 (custom-face-set, custom-face-reset-saved): Update `user' theme.
11052 (custom-variable-save): Fix typos.
11053
11054 2005-12-23 Juri Linkov <juri@jurta.org>
11055
11056 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
11057 Add autoload cookies.
11058 (edebug-outside-d-c-i-n-s-w): New variable.
11059 (edebug-display, edebug-outside-excursion): Use it to save the
11060 original value of default-cursor-in-non-selected-windows.
11061 Set default-cursor-in-non-selected-windows to t while Edebug
11062 is active.
11063 (edebug-mode, edebug-eval-mode): Doc fix.
11064
11065 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
11066 with `buffer-substring-no-properties' to remove common substring
11067 highlighting.
11068
11069 * info.el (info-other-window, info): Rename function argument
11070 `file' to `file-or-node'.
11071 (Info-complete-menu-item): Use local variable `complete-nodes' to
11072 keep the global value of `Info-complete-nodes' unchanged for
11073 subsequent completions.
11074 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
11075
11076 * simple.el (get-next-valid-buffer, last-buffer)
11077 (next-error-buffer-p, next-error-find-buffer)
11078 (minibuffer-history-sexp-flag): Doc fix.
11079
11080 * savehist.el (savehist-mode-hook): Add `:group'.
11081
11082 * log-view.el: Call autoload for vc-find-version.
11083 (log-view-current-file): Adjust subgroup numbers.
11084 (log-view-current-tag): Add `length'.
11085
11086 2005-12-23 Richard M. Stallman <rms@gnu.org>
11087
11088 * vc.el (vc-annotate-car-last-cons): Defn moved up.
11089
11090 2005-12-23 Juri Linkov <juri@jurta.org>
11091
11092 * hi-lock.el (hi-lock-archaic-interface-message-used)
11093 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
11094 (hi-lock-mode): Display "Hi" in the mode line only when
11095 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
11096 (hi-lock-write-interactive-patterns):
11097 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
11098 (hi-lock-set-pattern, hi-lock-set-file-patterns)
11099 (hi-lock-font-lock-hook): Set 3rd arg `how' of
11100 font-lock-add-keywords to t.
11101
11102 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
11103
11104 * hi-lock.el (hi-lock-highlight-range): New variable.
11105 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
11106 only if font-lock-fontified is non-nil. Remove overlays.
11107 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
11108 font-lock-fontified is non-nil, otherwise use overlays (instead of
11109 text properties).
11110 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
11111 New variables.
11112 (hi-lock-string-serialize) New function.
11113
11114 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11115
11116 * menu-bar.el (menu-find-file-existing): New function.
11117 (menu-bar-file-menu): Use menu-find-file-existing for Open.
11118
11119 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
11120
11121 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
11122
11123 * vc.el: Remove unnecessary leading * in docstrings.
11124 (vc-annotate-mode-map): Move initialization into declaration.
11125 (vc-static-header-alist): Nitpick on the regexp.
11126 (vc-default-init-version): New fun.
11127 (vc-register): Use it.
11128 (vc-insert-headers): Use dolist.
11129 (vc-annotate-get-backend): Remove unused function.
11130 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
11131 (vc-annotate-mode): Remove corresponding call.
11132 (vc-annotate-car-last-cons): Simplify.
11133 (vc-annotate-buffers): Remove var.
11134 (vc-annotate-backend): Make it buffer-local.
11135 (vc-annotate): Move the interaction to the interactive spec.
11136 Add a `buf' argument.
11137 (vc-annotate-warp-version): Use this new `buf' argument to avoid
11138 killing&creating a vc-annotate buffer, which is very disruptive when
11139 the buffers are shown in dedicated frames.
11140
11141 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
11142
11143 * descr-text.el: Add FSF as maintainer.
11144 (describe-text-mode, describe-text-mode-map)
11145 (describe-text-mode-hook, describe-text-done): Delete. Use normal
11146 help-mode.
11147 (describe-text-widget, describe-text-sexp)
11148 (describe-property-list, describe-text-category)
11149 (describe-text-properties, describe-text-properties-1)
11150 (describe-char): Use help buttons instead of widgets.
11151 (describe-char-unicodedata-file): Make URL link in doc string.
11152
11153 2005-12-22 Richard M. Stallman <rms@gnu.org>
11154
11155 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
11156 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
11157 Don't include buttons that write a file when there's no file.
11158 (custom-variable-menu, custom-face-menu, custom-group-menu):
11159 Don't include commands that write a file when there's no file.
11160 (customize-browse): Reword the top-of-buffer help intro.
11161 (custom-buffer-create-internal): Fix previous change.
11162 (customize-changed-options-previous-release): Prev release is 21.1.
11163 (customize-changed-options): Doc fix.
11164 (customize-changed): New alias.
11165 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
11166 Say "standard values".
11167 (Custom-reset-standard): Doc fix.
11168 (custom-face-reset-standard): Doc fix.
11169
11170 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
11171
11172 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
11173 even if font-lock-mode is non-nil since it may be t without having
11174 turned on font-lock-mode-internal.
11175 (font-lock-choose-keywords): Minor optimization.
11176 (font-lock-add-keywords, font-lock-remove-keywords)
11177 (font-lock-set-defaults): Don't call make-local-variable on a variable
11178 that we know to already be local.
11179
11180 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11181
11182 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
11183 messages if in the minibuffer.
11184
11185 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
11186
11187 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
11188 (tex-mode-flyspell-verify, flyspell-get-word)
11189 (flyspell-external-point-words): Don't use point-min/max uselessly.
11190
11191 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
11192 by Kevin Rodgers. Instead, just hide the completions buffer if we
11193 don't need to show it.
11194
11195 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
11196
11197 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
11198
11199 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
11200
11201 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
11202 delete-windows-on with an inexistent buffer.
11203
11204 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
11205
11206 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
11207 Delete defcustom variable :tag names.
11208
11209 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
11210
11211 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
11212 (log-view-font-lock-keywords): Ajust subgroup numbers.
11213 (log-view-current-tag): Don't hard code the number of subgroups.
11214
11215 2005-12-20 Juri Linkov <juri@jurta.org>
11216
11217 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
11218 (tooltip-x-offset, tooltip-y-offset): Doc fix.
11219
11220 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11221 (menu-bar-non-minibuffer-window-p): Instead of checking
11222 display-multi-frame-p, use selected-frame when menu-updating-frame
11223 is nil.
11224
11225 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
11226
11227 * align.el (align-rules-list): Use [ \t] instead of \s-
11228 for column separators in text mode.
11229
11230 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
11231
11232 * help-mode.el (help-customize-variable, help-customize-face):
11233 Don't pop help-xref-stack as help-follow no longer pushes
11234 anything on to it.
11235
11236 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
11237
11238 * textmodes/org.el (org-agenda-custom-commands): New option.
11239 (org-agenda): Offer custom commands on splash screen.
11240 (org-make-tags-matcher): Parser for Boolean logic added.
11241 (org-agenda-set-tags): New command.
11242 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
11243 (org-set-tags): Efficiency improvements.
11244 (org-auto-align-tags): New option.
11245 (org-todo, org-demote, org-promote): Realign tags.
11246 (org-tags-completion-function): Use also "&" and "|" as separators.
11247 (org-org-menu): Agenda commands simplified.
11248
11249 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
11250
11251 * cus-edit.el (customize-apropos, customize-apropos-options):
11252 Docstring changes.
11253
11254 * font-lock.el (font-lock): Add tags to the links in the defgroup.
11255
11256 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
11257
11258 * longlines.el (longlines-mode): Wrap while widened.
11259 (longlines-decode-region, longlines-encode-region): Compute max
11260 just once.
11261
11262 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11263
11264 * cus-edit.el (mac): New group.
11265
11266 * cus-start.el (all): Add user options in macterm.c. Add test for
11267 Mac-related built-ins. Fix test for GTK-related built-ins.
11268
11269 * term/mac-win.el (mac-handle-language-change)
11270 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
11271 (mac-services-open-selection, mac-services-mail-selection)
11272 (mac-services-mail-to, mac-services-insert-text)
11273 (mac-dispatch-apple-event): Add docstrings.
11274 (x-get-selection, mac-select-convert-to-string): Select coding
11275 system from `utf-16be' and `utf-16le' using `byteorder'.
11276
11277 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
11278
11279 * subr.el (lazy-completion-table): Don't be fooled if the var holds
11280 a "list" (lambda ...) rather than a real completion list.
11281
11282 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
11283 lexical-let when encountering ((lambda (...) ...) ...).
11284
11285 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
11286
11287 * progmodes/sh-script.el (sh-mode):
11288 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
11289 * textmodes/picture.el (picture-mode): Update docstrings.
11290
11291 2005-12-17 Eli Zaretskii <eliz@gnu.org>
11292
11293 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
11294 commands enclosed in $(ARGQUOTE)s should not be split between two
11295 lines, as that will break with GNU Make >3.80, when sh.exe is used
11296 and arg quoting is with '..'.
11297 (autoloads): Don't break the quoted --eval expression between
11298 several lines.
11299
11300 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
11301
11302 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
11303 Capture error from printing circular structures.
11304
11305 2005-12-17 Martin Rudalics <rudalics@gmx.at>
11306
11307 * wid-edit.el (widget-checkbox-action): Clear undo info.
11308
11309 2005-12-16 Bill Wohler <wohler@newt.com>
11310
11311 * menu-bar.el (kill-this-buffer): Set a good example by using menu
11312 bar, not menubar in comment.
11313
11314 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
11315
11316 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
11317 After-change-functions should not clobber the match data.
11318
11319 2005-12-16 Juri Linkov <juri@jurta.org>
11320
11321 * simple.el (choose-completion): Use `buffer-substring-no-properties'
11322 instead of `buffer-substring'.
11323 (completion-common-substring): Doc fix.
11324 (completion-setup-function): Use minibuffer-completion-contents
11325 instead of minibuffer-contents. Don't set common-string-length
11326 initially. Remove special handling of partial-completion-mode.
11327 Move computation of completion-base-size into one cond.
11328 Call completion-base-size-function in mainbuf. In computation of
11329 completion-base-size for file name completion don't move point to
11330 the end of the minibuffer. Move computation of common-string-length
11331 into one cond. Start putting faces only when common-string-length>=0.
11332 Add condition to put completions-common-part when
11333 common-string-length>0.
11334
11335 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
11336 place point at the first different character in the minibuffer
11337 even if this position is at the beginning of the minibuffer.
11338
11339 * info.el (Info-read-node-name-1): In completion-base-size-function's
11340 lambda return 1 if common-substring or minibuffer-completion-contents
11341 starts with (, and 0 otherwise.
11342
11343 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
11344 Use `crm-current-element' for second arg of `display-completion-list'.
11345
11346 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
11347
11348 * files.el (set-auto-mode): Look for an interpreter specified on
11349 the first line also if search for mode specification succeeded,
11350 but the mode is not known.
11351
11352 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
11353
11354 * textmodes/org.el (org-tags-match-list-sublevels): New option.
11355 (org-open-at-point): Implement tag searches as links.
11356 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
11357 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
11358 (org-tags-sparse-tree, org-tags-view, org-set-tags)
11359 (org-agenda-dispatch): New commands.
11360 (org-use-tag-inheritance, org-tags-column): New options.
11361 (org-tab-follows-link, org-return-follows-link): New options.
11362 (org-tags): New customize group.
11363 (org-start-icalendar-file): Get local time zone.
11364 (org-tags-completion-function): New function.
11365 (org-set-font-lock-defaults): Make sure links will also be
11366 highlighted inside headlines.
11367
11368 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
11369
11370 * term.el (term-emulate-terminal):
11371 Let term-handle-ansi-terminal-messages override what Bash says about
11372 its current directory.
11373
11374 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11375
11376 * bindings.el (last-buffer): Move to simple.el.
11377 * simple.el (last-buffer): Move here.
11378 (get-next-valid-buffer): New function.
11379 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
11380 (prev-buffer): Ditto. Rename to `previous-buffer'.
11381
11382 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
11383 * bindings.el (global-map): Ditto.
11384
11385 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
11386
11387 * cus-edit.el: Introductory comment change.
11388 (custom-magic-alist): Change message string for the `rogue' state.
11389
11390 2005-12-15 Richard M. Stallman <rms@gnu.org>
11391
11392 * tooltip.el: Delete defcustom variable :tag names.
11393
11394 * complete.el (partial-completion-mode): Doc fix.
11395
11396 * textmodes/flyspell.el (flyspell-external-point-words):
11397 Use save-excursion to ensure we don't move backward in the
11398 search loop, not even one character.
11399 (flyspell-delete-all-overlays): Use remove-overlays directly.
11400
11401 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
11402 (ispell-start-process): Set that variable.
11403 Clear ispell-buffer-local-name.
11404 (ispell-internal-change-dictionary):
11405 Set ispell-current-dictionary after killing process.
11406 (ispell-buffer-local-dict):
11407 Don't set spell-personal-dictionary after killing process.
11408 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
11409 (ispell-tex-skip-alists, ispell-html-skip-alists)
11410 (ispell-skip-region-alist): Mark as risky.
11411
11412 * net/newsticker.el (newsticker--retrieval-timer-list)
11413 (newsticker--display-timer, newsticker-running-p)
11414 (newsticker-ticker-running-p): Definitions moved up.
11415
11416 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
11417
11418 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
11419
11420 2005-12-15 David Ponce <david@dponce.com>
11421
11422 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
11423 (recentf-edit-list, recentf-open-files): Signal an error when
11424 there is no recent file.
11425
11426 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
11427
11428 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
11429 read-only except for texinfo-format-region evaluation.
11430
11431 2005-12-14 Richard M. Stallman <rms@gnu.org>
11432
11433 * vc.el (vc-default-previous-version, vc-default-next-version)
11434 (vc-do-command): Doc fixes.
11435
11436 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11437
11438 * textmodes/bibtex.el (bibtex-expand-strings)
11439 (bibtex-autokey-expand-string, bibtex-name-part)
11440 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
11441 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
11442 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
11443 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
11444 (bibtex-entry-postfix, bibtex-known-entry-type-re)
11445 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
11446 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
11447 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
11448 (bibtex-beginning-of-last-entry): Remove.
11449 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
11450 message if comma is missing but buffer is read-only.
11451 (bibtex-parse-field-text): Handle whitespaces at the end of field
11452 text. Return 3-element list with beginning and end of field text
11453 and end of field.
11454 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
11455 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
11456 (bibtex-search-forward-field, bibtex-search-backward-field):
11457 Search always delimited by limits of entry. Use more efficient
11458 search algorithms.
11459 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
11460 bibtex-end-of-name-in-field.
11461 (bibtex-text-in-field-bounds): Handle BibTeX strings when
11462 extracting the content of a field.
11463 (bibtex-text-in-field): Use search limits.
11464 (bibtex-parse-string-prefix): Handle empty string keys based on
11465 bibtex-string-empty-key.
11466 (bibtex-parse-string): Fix docstring.
11467 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
11468 (bibtex-preamble-prefix, bibtex-strings): New functions.
11469 (bibtex-skip-to-valid-entry): Include preceding whitespace in
11470 BibTeX entries (consistent with other BibTeX functions).
11471 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
11472 (bibtex-search-entry): Fix docstring. Simplify.
11473 (bibtex-flash-head, bibtex-complete-string-cleanup)
11474 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
11475 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
11476 (bibtex-parse-entry): New optional arg content.
11477 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
11478 Use bibtex-text-in-field-bounds.
11479 (bibtex-print-help-message): Handle BibTeX strings and preambles.
11480 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
11481 bibtex-parse-string-postfix.
11482 (bibtex-find-text-internal): New function.
11483 (bibtex-remove-delimiters): Use it.
11484 (bibtex-find-text): Use it. New optional arg help.
11485 (bibtex-complete): Handle BibTeX string and preamble entries.
11486 (bibtex-Preamble): Fix order of closing delimiters.
11487
11488 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
11489
11490 * vc.el (vc-default-revert): New fun.
11491
11492 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
11493
11494 2005-12-14 Romain Francoise <romain@orebokech.com>
11495
11496 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
11497 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
11498 (font-lock-remove-keywords): Likewise.
11499
11500 2005-12-14 Juri Linkov <juri@jurta.org>
11501
11502 * log-view.el (log-view-diff): Doc fix.
11503
11504 * isearch.el (isearch-query-replace): Use (mark) instead of
11505 isearch-opoint if mark is active in transient-mark-mode.
11506
11507 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
11508
11509 * isearch.el (isearch-query-replace): Check for isearch-other-end.
11510
11511 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
11512
11513 * progmodes/cpp.el (cpp-face): New widget.
11514 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
11515
11516 2005-12-14 Juri Linkov <juri@jurta.org>
11517
11518 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
11519 around `erase-buffer' and `insert'.
11520
11521 * descr-text.el (describe-text-properties): Replace buffer name
11522 "*Help-2*" with "*Help*<2>".
11523 (describe-char): Add functions print-help-return-message,
11524 toggle-read-only. Use help-setup-xref with nil to not store
11525 describe-char in help-xref-stack. Use help-make-xrefs to
11526 make [back] button.
11527
11528 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
11529
11530 * wdired.el (wdired-old-point): New internal variable.
11531 (wdired-change-to-wdired-mode): Set it buffer-locally.
11532 (wdired-abort-changes): Restore point after aborting changes.
11533
11534 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11535
11536 * vc.el (vc-do-command): Add a new value t for okstatus.
11537
11538 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
11539 frame in case of errors.
11540
11541 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11542
11543 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
11544 so it comes after "On the Left" in the menu.
11545
11546 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
11547
11548 * cus-edit.el (customize-apropos, customize-apropos-options)
11549 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
11550
11551 2005-12-12 Bill Wohler <wohler@newt.com>
11552
11553 * vc-svn.el (vc-svn-registered): Fix problem of visiting
11554 non-writable Subversion-controlled files by saving window
11555 configuration before calling vc-do-command. vc-do-command calls
11556 pop-to-buffer on error which is unexpected during registration.
11557
11558 2005-12-12 Jay Belanger <belanger@truman.edu>
11559
11560 * calc/README: Update the summary of changes.
11561
11562 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
11563
11564 * descr-text.el (describe-char): Rework last fix to solve the problem
11565 is the same way it's solved for everything else in that function
11566 (i.e. by extracting the info before setting up the *Help* buffer).
11567
11568 2005-12-12 Kim F. Storm <storm@cua.dk>
11569
11570 * subr.el (version-regexp-alist): Allow space as separator before
11571 non-numeric part, e.g. "1.0 alpha".
11572 (version-to-list): Interpret .X.Y version as 0.X.Y version.
11573
11574 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
11575
11576 * textmodes/org.el (org-agenda, org-timeline, org-todo):
11577 Implement Logging and the keep-modes setting.
11578 (org-get-category): Make sure a string is returned.
11579 (org-log-done): New function.
11580 (org-log-done, org-closed-string): New options.
11581
11582 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11583
11584 * tooltip.el (tooltip-y-offset): Change default to 20.
11585
11586 2005-12-12 Richard M. Stallman <rms@gnu.org>
11587
11588 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
11589
11590 * frame.el (display-hourglass): Doc fix.
11591
11592 * help.el (help-for-help-internal): Simplify entry for `a'.
11593
11594 * info.el (Info-on-current-buffer): Doc fix.
11595 (info-insert-file-contents): Don't test (featurep 'jka-compr).
11596
11597 * startup.el (inhibit-splash-screen): Make this the real name.
11598 (inhibit-startup-message): Make this the alias.
11599 (command-line): Find only simple.el, and use its directory
11600 to fill in other preloaded files' names.
11601 (command-line): Deactivate the mark if deactivate-mark is set.
11602
11603 * international/mule.el (load-with-code-conversion):
11604 Bind deactivate-mark.
11605
11606 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11607
11608 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
11609
11610 * cus-edit.el (customize-apropos): Avoid listing an option more
11611 than once under different aliases. No longer list user options
11612 that are not defined with defcustom (unless a prefix arg is given).
11613 Doc fix.
11614 (customize-apropos-options): Doc fix.
11615
11616 2005-12-11 Juri Linkov <juri@jurta.org>
11617
11618 * frame.el (set-background-color, set-foreground-color)
11619 (set-cursor-color, set-mouse-color, set-border-color):
11620 Add explicit prompts to read colors by `facemenu-read-color'.
11621 (show-trailing-whitespace, blink-cursor-delay)
11622 (blink-cursor-interval, display-hourglass, hourglass-delay):
11623 Remove tags.
11624 (display-hourglass, hourglass-delay): Doc fix.
11625 (cursor-in-non-selected-windows): Capitalize words in tag.
11626
11627 * faces.el (frame-background-mode): Replace `choice-item' keywords
11628 with `const' to not make [default] button. Change default value tag
11629 from `default' to `automatic'. Doc fix.
11630 (trailing-whitespace) <defface>: Change group `whitespace' to
11631 `whitespace-faces'.
11632
11633 2005-12-11 Richard M. Stallman <rms@gnu.org>
11634
11635 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
11636
11637 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11638
11639 * term/mac-win.el: Create keymap for mac-apple-event-map.
11640
11641 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
11642
11643 * tooltip.el (tooltip-mode): Move to start of file so that it
11644 appears at top of customize buffer.
11645
11646 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
11647 Add the gud groupname.
11648 (gud-tooltip-mode): Add the tooltip groupname.
11649 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
11650 avoid conflict with tooltip-use-echo-area.
11651
11652 2005-12-10 Romain Francoise <romain@orebokech.com>
11653
11654 * help.el (help-for-help-internal): Add `r' in doc string.
11655
11656 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11657
11658 * align.el (align-regexp, align-highlight-rule):
11659 Use region-beginning and region-end instead of point and mark, so that
11660 repetition (with `repeat-complex-command') recomputes the region
11661 bounds.
11662
11663 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
11664
11665 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
11666 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
11667 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
11668 (balance-windows): Rewrite using the above new functions.
11669
11670 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
11671
11672 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
11673 react if global-hi-lock-mode seems intended.
11674 (global-hi-lock-mode) Renamed from hi-lock-mode.
11675 (hi-lock-archaic-interface-message-used)
11676 (hi-lock-archaic-interface-deduce): New variables.
11677 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
11678 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
11679 (hi-lock-find-patterns, hi-lock-font-lock-hook):
11680 Replace hi-lock-buffer-mode with hi-lock-mode.
11681
11682 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
11683
11684 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
11685 completion list, even after a partial completion has been
11686 inserted in the current buffer. If there are more than 1
11687 completion, redisplay the *Completions* buffer; if the
11688 completion is unique, delete the *Completions* window.
11689
11690 2005-12-10 Eli Zaretskii <eliz@gnu.org>
11691
11692 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
11693 strings and long subject lines that were broken into multiple
11694 lines at arbitrary places. Handle subjects that have "Re: " in
11695 the middle.
11696
11697 2005-12-10 John W. Eaton <jwe@octave.org>
11698
11699 * emacs/octave-mod.el (octave-electric-space): Don't indent
11700 comments or strings if octave-auto-indent is nil.
11701
11702 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11703
11704 * term/mac-win.el: Require url when compiling.
11705 Call mac-process-deferred-apple-events after loading init files.
11706 (mac-apple-event-map): New defvar. Define event handlers in it.
11707 (core-event, internet-event): New Apple event class symbols.
11708 (open-application, reopen-application, open-documents)
11709 (print-documents, open-contents, quit-application)
11710 (application-died, show-preferences, autosave-now, get-url):
11711 New Apple event ID symbols.
11712 (about): New HICommand ID symbol.
11713 (mac-event-spec, mac-event-ae): New macros.
11714 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
11715 (mac-ae-selection-range, mac-ae-text-for-search)
11716 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
11717 (mac-application-menu-map): Remove keymap. Handlers for HICommand
11718 and Services menu events are now defined in mac-apple-event-map.
11719 (mac-drag-n-drop): Remove selection range handling.
11720
11721 2005-12-10 Kenichi Handa <handa@m17n.org>
11722
11723 * simple.el (zap-to-char):
11724 * isearch.el (isearch-process-search-char): Translate CHAR by
11725 translation-table-for-input.
11726
11727 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
11728
11729 * foldout.el (foldout-exit-fold): Properly hide subtree.
11730
11731 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11732
11733 * files.el (save-buffer):
11734 * international/ucs-tables.el (ucs-set-table-for-input):
11735 * mail/mail-extr.el (mail-extract-address-components):
11736 * mail/sendmail.el (mail-mode): Reformat doc string.
11737
11738 2005-12-09 Juri Linkov <juri@jurta.org>
11739
11740 * isearch.el (isearch-highlight): Change main overlay priority
11741 from 1 to 1001. Simplify.
11742 (isearch-lazy-highlight-update): Change lazy overlay priority
11743 from 0 to 1000.
11744
11745 * replace.el (replace-highlight): Change overlay priority from
11746 1 to 1001.
11747
11748 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
11749 Change overlay priority from 1 to 1001. Reuse existing overlay.
11750
11751 * compare-w.el (compare-windows-highlight): Change overlay
11752 priority from 1 to 1000.
11753
11754 * menu-bar.el (menu-bar-edit-menu): Add listp around
11755 pending-undo-list to disable menu item "undo" when pending
11756 undo list is empty.
11757
11758 * locate.el (locate): Disable undo in *Locate* buffer.
11759
11760 2005-12-09 Kim F. Storm <storm@cua.dk>
11761
11762 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
11763
11764 2005-12-09 David Ponce <david@dponce.com>
11765
11766 * recentf.el: Improvement of the menu code.
11767 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
11768 instead of menu hook.
11769 (recentf-show-menu, recentf-hide-menu): New functions.
11770 (recentf-menu-customization-changed, recentf-mode): Use them.
11771 (recentf-menu-action, recentf-max-menu-items)
11772 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
11773 (recentf-arrange-by-rule-others)
11774 (recentf-arrange-by-rules-min-items)
11775 (recentf-arrange-by-rule-subfilter) : Don't use
11776 `recentf-menu-customization-changed'.
11777 (recentf-arrange-rules): Likewise. Accept functions to compute
11778 sub-menu titles.
11779 (recentf-menu-filter): Likewise. Doc fix.
11780 (recentf-menu-value-shortcut): Doc fix.
11781 (recentf-dump-variable): Quote atom value.
11782 (recentf-make-menu-items): Update to use it as a menu filter.
11783 (recentf-match-rule): New function.
11784 (recentf-arrange-by-rule): Use it.
11785 (recentf-indirect-mode-rule): New function.
11786 (recentf-build-mode-rules): Use it.
11787 (recentf-dir-rule): New function.
11788 (recentf-arrange-by-dir): Use it.
11789 (recentf-filter-changer-current): Rename from
11790 `recentf-filter-changer-state'. All references updated.
11791 (recentf-filter-changer-alist): Update filter names.
11792 (recentf-filter-changer-select): New function.
11793 (recentf-filter-changer): Use it. Make a sub-menu from filters
11794 available in `recentf-filter-changer-alist'.
11795 (recentf-data-cache, recentf-clear-data)
11796 (recentf-update-menu): Remove. All references updated.
11797 (recentf-match-rule-p, recentf-build-dir-rules)
11798 (recentf-filter-changer-goto-next)
11799 (recentf-filter-changer-get-current)
11800 (recentf-filter-changer-get-next): Remove.
11801
11802 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
11803
11804 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
11805 buffer "Reset" button to "Reset to Current" for consistency with
11806 the State buttons.
11807
11808 2005-12-08 John Paul Wallington <jpw@pobox.com>
11809
11810 * ibuf-ext.el (define-ibuffer-filter filename):
11811 If `dired-directory' is a list then really use its car.
11812
11813 2005-12-08 Kim F. Storm <storm@cua.dk>
11814
11815 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11816 Fix indention of text on right side of replaced rectangle.
11817
11818 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
11819
11820 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
11821 No need to check gud-comint-buffer is bound.
11822 (gdb): Prevent multiple debugging when first session uses gdba.
11823
11824 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11825
11826 CC Mode update to 5.31.
11827
11828 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
11829 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
11830 We might do this function properly in the future).
11831
11832 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
11833 New macros c-sentence-end and c-default-value-sentence end, to cope
11834 with Emacs 22's new function `sentence-end'.
11835
11836 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11837
11838 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
11839 compat issue using `c-put-overlay' and `c-delete-overlay'.
11840
11841 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
11842 New compat macros to handle overlays/extents.
11843
11844 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11845
11846 * progmodes/cc-fix.el: Add definitions of the macros push and pop
11847 (for GNU Emacs 20.4)
11848
11849 * progmodes/cc-defs.el:
11850 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
11851
11852 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
11853 highlighting mechanism so it will work in XEmacs too.
11854
11855 * progmodes/cc-defs.el: Insert c-int-to-char.
11856
11857 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
11858 call to the new macro c-int-to-char. This solves XEmacs's
11859 regarding characters as different from integers.
11860
11861 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11862
11863 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
11864 New internal helper.
11865
11866 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
11867 construct to make the indirect face lookup work in XEmacs.
11868
11869 (c-cpp-matchers): Append the negation char face to the existing
11870 fontification, so that the cpp face doesn't disappear.
11871 Use `c-make-syntactic-matcher' to avoid negation chars in comments
11872 and strings.
11873
11874 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
11875 to map to `font-lock-negation-char-face' in emacsen where it exists.
11876
11877 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11878
11879 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
11880
11881 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
11882 Rename "c-subword-move-mode" as "c-subword-mode".
11883
11884 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
11885 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
11886
11887 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11888
11889 * progmodes/cc-mode.el: Added autoload directive for
11890 `c-subword-move-mode' for use in older emacsen.
11891
11892 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11893
11894 * progmodes/cc-mode.el:
11895 (i) Insert a binding for C-c C-backspace into
11896 c-bind-special-erase-keys which works in TTYs.
11897 (ii) Make sure that when file styles are used, any explicitly
11898 given style variables take priority over those in the style.
11899 Do this by calling `hack-local-variables' a second time.
11900
11901 * progmodes/cc-vars.el: Add language specific customization
11902 widgets for AWK to c-doc-comment-style, c-require-final-newline
11903 and c-default-style. Add a defcustom for awk-mode-hook.
11904 Give c-syntactic-element and c-syntactic-context doc-strings by
11905 directly setting their `variable-documentation' propery.
11906 This allows Emacs 22.1 to read these with C-h v.
11907
11908 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
11909
11910 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11911
11912 * progmodes/cc-fonts.el, cc-vars.el
11913 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
11914 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
11915 Masatake YAMATO.
11916
11917 (c-doc-comment-style): Made GtkDoc default in C mode.
11918
11919 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
11920 and C-c C-<delete>.
11921
11922 (c-bind-special-erase-keys): New function for use on
11923 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
11924
11925 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
11926 <delete> key behavior in XEmacs according to `delete-forward-p'.
11927 C.f. `c-electric-delete'.
11928
11929 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11930
11931 * progmodes/cc-mode.el: Give c-hungry-backspace and
11932 c-hungry-delete-forward permanent key bindings.
11933
11934 * progmodes/cc-cmds.el (c-electric-semi&comma):
11935 Bind c-syntactic-context for calls to "criteria functions", for
11936 consistency with other calls to user functions.
11937
11938 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
11939 `current-prefix-arg', since this might be the prefix arg to a
11940 command which calls c-indent-command as a function. Change the
11941 interactive spec from "p" to "P".
11942
11943 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
11944 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
11945 was difficult to understand.
11946
11947 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11948
11949 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
11950 first char of an identifier.
11951
11952 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
11953 +" syntax in C++.
11954
11955 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11956
11957 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
11958 auto-fill doesn't split a c-comment's last word from a hanging
11959 "*/" when a space is typed between them after fill-column.
11960
11961 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
11962
11963 * progmodes/cc-styles.el (c-set-style)
11964 (c-setup-paragraph-variables): Abort the command if we're not in a
11965 CC Mode buffer.
11966
11967 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
11968 with blank comment-prefix, and a blank line as the comment's
11969 second line.
11970
11971 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11972
11973 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
11974 Incorporate the patterns added in the Emacs development branch
11975 for the new Emacs 22 face `font-lock-negation-char-face'.
11976
11977 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
11978 of "red" since it stands out better in xterms and DOS terminals.
11979
11980 * progmodes/cc-engine.el (c-literal-faces):
11981 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
11982
11983 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11984
11985 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
11986 forcibly enable c-electric-flag.
11987
11988 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
11989 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
11990 after the comment-prefix of a C-style comment will close that comment.
11991
11992 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11993
11994 * progmodes/cc-fonts.el (c-basic-matchers-before)
11995 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
11996 in Pike.
11997
11998 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
11999 digraphs.
12000
12001 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
12002 (c-cpp-message-directives, c-cpp-include-directives)
12003 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
12004 (c-cpp-expr-directives): Introduce new language constants to
12005 control cpp syntax in a cleaner way.
12006
12007 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
12008
12009 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
12010
12011 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
12012 (c-multiline-string-start-char): New language constants and
12013 variables to specify how newlines in string literals work.
12014
12015 (c-font-lock-invalid-string): Use them.
12016
12017 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
12018 unbalanced close brace is entered. Optimization by avoiding going
12019 back over arbitrarily large blocks. Removed hints that this
12020 function only would be relevant/useful in AWK.
12021
12022 (c-electric-brace): Indent syntactically after the cleanups since
12023 lineup functions might do it differently then.
12024
12025 * progmodes/cc-engine.el, cc-langs.el
12026 (c-opt-op-identifier-prefix): New language constant and variable.
12027
12028 (c-just-after-func-arglist-p, c-after-special-operator-id)
12029 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
12030
12031 * progmodes/cc-align.el, cc-engine.el
12032 (c-after-special-operator-id): New helper to handle C++ operator
12033 identifiers.
12034
12035 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
12036 (c-guess-basic-syntax): Handle C++ operator identifiers in
12037 declarations.
12038
12039 * progmodes/cc-langs.el (c-assignment-operators): Add the
12040 trigraph version of ^= too.
12041
12042 * progmodes/cc-langs.el (c-assignment-operators): Add the
12043 trigraph version of |= in C++.
12044
12045 * progmodes/cc-fonts.el (c-font-lock-declarators):
12046 Handle `c-decl-hangon-kwds' after the identifier name.
12047
12048 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
12049 whether an arglist is "nonempty", ignore a comment after the open
12050 paren if it isn't followed by a non-comment token on the same line.
12051
12052 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
12053 Enable heuristics below the point to cope with classes inside special
12054 brace lists in Pike.
12055
12056 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12057
12058 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
12059
12060 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12061
12062 * progmodes/cc-guess.el (cc-guess-install): New function to
12063 install an already guessed style in another buffer.
12064
12065 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
12066 sets `inhibit-read-only' - `c-save-buffer-state' should be used
12067 anyway if the change always is undone.
12068
12069 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12070
12071 Implement togglable electricity:
12072
12073 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
12074 saying when it should be used.
12075
12076 * progmodes/cc-engine.el: Add the new buffer-local variable,
12077 c-electric-flag.
12078
12079 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
12080 c-toggle-auto-newline.
12081
12082 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
12083 c-toggle-auto-newline. Remove the binding for
12084 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
12085 c-toggle-electric-state.
12086
12087 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
12088
12089 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
12090 c-\(forward\|backward\)-subword.
12091 (c-update-modeline): Add the new modeline flag `l' for
12092 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
12093 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
12094 Make the old name an alias of the new name.
12095 (c-toggle-electric-state): New function.
12096 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
12097 Adapt these functions to do electric things only when
12098 c-electric-flag is non-nil.
12099 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
12100 new functions from c-electric-brace.
12101 (c-point-syntax): Add a check for "virtual semicolons" in AWK
12102 mode, so that the tentative extra newline doesn't change the
12103 syntax of the following brace.
12104 (c-electric-brace): Restructure by extracting the above functions.
12105 Tidy up the coding somewhat.
12106 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
12107 restructure a bit.
12108
12109 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12110
12111 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
12112 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
12113
12114 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
12115 (c-submode-indicators): Change name from `c-auto-hungry-string'
12116 since it's now used to track another submode.
12117
12118 (c-update-modeline): Convert to function and extended to check
12119 `c-subword-move-mode'.
12120
12121 (c-forward-into-nomenclature, c-backward-into-nomenclature):
12122 Convert to compat aliases for `c-forward-subword' and
12123 `c-backward-subword'.
12124
12125 * progmodes/cc-subword.el: New functions and minor mode to handle
12126 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
12127
12128 (c-forward-subword, c-backward-subword, c-mark-subword)
12129 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
12130 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
12131 Functions corresponding to the standard word handling functions.
12132
12133 (c-subword-move-mode): Minor mode that replaces all the standard
12134 word handling functions with their subword equivalences.
12135
12136 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12137
12138 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
12139 entry for one-liner-defun.
12140
12141 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
12142 name in its def-edebug-spec.
12143
12144 * progmodes/cc-cmds.el (c-electric-brace): Make the
12145 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
12146 compacts space before a comment, if this will make things fit on
12147 one line.
12148
12149 Introduce an "awk" style, mainly for auto-newline and clean-ups.
12150
12151 * progmodes/cc-align.el: New function c-snug-1line-defun-close
12152
12153 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
12154 clean-up one-liner-defun.
12155
12156 * progmodes/cc-styles.el: Add the new "awk" style.
12157
12158 * progmodes/cc-vars.el: Add description of one-liner-defun to
12159 c-cleanup-list's doc-string. New user options,
12160 c-max-one-liner-length. In c-default-style, set the default style
12161 for AWK to "awk".
12162
12163 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12164
12165 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
12166 macros inside labels.
12167
12168 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
12169 `c-at-statement-start-p' and `c-at-expression-start-p'.
12170
12171 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
12172 error if the mark isn't set.
12173
12174 * progmodes/cc-engine.el (c-guess-continued-construct)
12175 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
12176 accurately detect functions inside functions.
12177
12178 * progmodes/cc-engine.el (c-at-expression-start-p): New function
12179 like `c-at-statement-start-p' that additionally recognizes commas
12180 and expression parentheses as delimiters.
12181
12182 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
12183 to avoid heuristics that doesn't work for unclosed blocks.
12184 (c-at-statement-start-p): New function.
12185
12186 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
12187 Objective-C directives, e.g. directives spanning lines should work
12188 reasonably well now.
12189
12190 (c-put-c-type-property, c-clear-c-type-property): New helpers.
12191
12192 (c-forward-objc-directive): New function to move over any ObjC
12193 directive.
12194
12195 (c-just-after-func-arglist-p, c-guess-basic-syntax)
12196 (c-basic-matchers-before): Use it.
12197
12198 (c-font-lock-objc-iip-decl): Remove.
12199
12200 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
12201 in the template arglist recognition.
12202
12203 * progmodes/cc-styles.el (c-style-alist): Fix several
12204 inconsistencies in the Whitesmith style.
12205
12206 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
12207 New lineup function to get lines after Whitesmith style blocks
12208 correctly indented.
12209
12210 (c-lineup-whitesmith-in-block): Back out the compensation for
12211 opening parens since it's done using `add' lists in the style
12212 definition instead. Don't use the anchor position since it varies
12213 too much between the syntactic symbols. :P
12214
12215 * progmodes/cc-vars.el (c-valid-offset): Update.
12216
12217 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
12218 lists where the offsets are combined according to several
12219 different methods: `first', `min', `max', and `add'.
12220 Report offset evaluation errors with `c-benign-error' so that some kind
12221 of reindentation still is done.
12222
12223 * progmodes/cc-engine.el (c-guess-basic-syntax):
12224 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
12225 `arglist-close'.
12226
12227 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
12228 situations for `arglist-cont-nonempty' and `arglist-close'.
12229
12230 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
12231
12232 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
12233 cc-bytecomp-boundp' in a number of places.
12234
12235 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
12236 macro related issue.
12237
12238 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12239
12240 * progmodes/cc-awk.el: Change the terminology of regexps: A char
12241 list is now [asdf], a char class [:alpha:].
12242 Include code for char classes.
12243 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
12244 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
12245
12246 Remove (nearly all of) the cruft associated with AWK Mode's former
12247 concept of "virtual semicolons":
12248
12249 Adapt c-beginning-of-statement, c-end-of-statement (together with
12250 subfunctions) to use the new notion of "virtual semicolon" in
12251 place of the old awkward special handling for AWK. There remains
12252 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
12253 * progmodes/cc-cmds.el:
12254 (c-ascertain-adjacent-literal): In the backwards direction, now
12255 recognises AWK regexp delimiters as string delimiters.
12256 (c-after-statement-terminator-p): Adapt for virtual semicolons;
12257 check more rigorously for "end of macro".
12258 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
12259 virtual semicolons;
12260 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
12261 out the code for forward movement into ...
12262 (c-end-of-statement): Now contains the code for forward movement,
12263 adapted for virtual semicolons.
12264
12265 * progmodes/cc-engine.el:
12266 (c-ws*-string-limit-regexp): New regexp.
12267 (c-forward-single-comment, c-backward-single-comment): Comment out
12268 the (now redundant) "special" AWK stuff.
12269
12270 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
12271 c-string-par-start, c-string-par-separate to be more like Text
12272 Mode than Fundamental Mode.
12273
12274 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12275
12276 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
12277 to the fontified region so that fontification doesn't occur
12278 outside it (could happen e.g. when fontifying a line with an
12279 unfinished declaration).
12280
12281 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12282
12283 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
12284 start of the file. ^L now separate sections of the file.
12285 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
12286 (c-awk-one-line-possibly-open-string-re)
12287 (c-awk-regexp-one-line-possibly-open-char-class-re)
12288 (c-awk-one-line-possibly-open-regexp-re)
12289 (c-awk-one-line-non-syn-ws*-re): New defonsts.
12290 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
12291
12292 Amend the concept of "virtual semicolons" (in the indentation
12293 engine) for languages like AWK, such that they are now
12294 conceptually attached to end of the last token of a statement, not
12295 the end of the line. (In AWK Mode, however, the pertinent text
12296 property is still physically set on the EOL.) Remove the specific
12297 tests for awk-mode, thus facilitating the introduction of other
12298 language modes where EOLs can end statements.
12299 (Note: The funtionality in cc-cmds.el, specifically
12300 c-beginning/end-of-statement has yet to be amended.)
12301
12302 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
12303 New macros.
12304
12305 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
12306 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
12307 c-vsemi-status-unknown-p-fn (in a new page).
12308
12309 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
12310 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
12311 numerous awkward forms like
12312 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
12313 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
12314 variable before-ws-ip, the place just after char-before-ip appears.
12315
12316 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
12317 a comment.
12318
12319 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12320
12321 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
12322 `c-tentative-buffer-changes'.
12323
12324 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
12325 convert to macro to choose between Emacs and XEmacs at compile time.
12326
12327 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
12328
12329 (c-tentative-buffer-changes): New macro to handle temporary buffer
12330 changes in a convenient way.
12331
12332 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
12333 for `c-tentative-buffer-changes'.
12334
12335 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
12336 the checks for paren sexps between the point and the keyword, to
12337 avoid some false alarms.
12338
12339 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
12340 Fixed a situation where an error could be thrown for unbalanced
12341 parens. Changed to make use of c-keyword-member' to avoid some
12342 repeated regexp matches.
12343
12344 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
12345 These language variable are no longer necessary.
12346
12347 (c-block-stmt-kwds): New language constant used by
12348 c-looking-at-inexpr-block'.
12349
12350 (c-guess-basic-syntax): Remove an optional check that looked at
12351 the existence of the now removed language variables.
12352
12353 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
12354 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
12355 object instantiation expressions as declarations in some contexts.
12356 This bug only affected languages where the declarator can't be
12357 enclosed in parentheses.
12358
12359 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
12360 insert newlines before and after substatement braces.
12361
12362 * progmodes/cc-engine.el: Improved the heuristics for recognizing
12363 function declaration headers and the handling of C++ style member
12364 init lists.
12365
12366 (c-just-after-func-arglist-p): Rewritten to use
12367 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
12368
12369 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
12370
12371 (c-guess-basic-syntax): Adapt case 5B for the new
12372 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
12373 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
12374 covers all cases now).
12375
12376 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
12377
12378 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12379
12380 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
12381 c-string-par-start/separate c-sentence-end-with-esc-eol,
12382 initialised in c-setup-paragraph-variables, used in string
12383 scanning subroutines of c-beginning-of-statement.
12384
12385 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12386 which precedes the newly inserted `{'.
12387
12388 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12389
12390 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
12391 function for declaration level blocks. It should now cope with
12392 templates better and also be a lot more comprehensible.
12393
12394 (c-looking-at-decl-block): The new function.
12395
12396 (c-search-uplist-for-classkey): The old one. It's now a wrapper
12397 for compatibility.
12398
12399 (c-add-class-syntax, c-guess-continued-construct)
12400 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
12401
12402 (c-decl-block-key): Change to tell apart ambiguous and
12403 unambiguous keywords. Pike specials are now handled directly in
12404 the code instead.
12405
12406 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
12407 New language constants and variables to make the backward skip in
12408 `c-looking-at-decl-block' as tight as possible.
12409
12410 (c-nonsymbol-token-char-list): New language constant.
12411
12412 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
12413 find balanced template arglists backwards.
12414
12415 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
12416 making char classes for `c-syntactic-skip-backward'.
12417
12418 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
12419 16D - can't be a class-close at that point.
12420
12421 * progmodes/cc-engine.el (c-guess-basic-syntax)
12422 (c-add-class-syntax): Don't narrow out the enclosing declaration
12423 level. This makes everything a lot easier, and it was actually
12424 only four small places that needed it to work. Some places that
12425 previously did `widen' are removed now, which has the effect that
12426 `c-guess-basic-syntax' never will look at things outside the
12427 current narrowment now. The anchor position for `topmost-intro'
12428 is affected by this, but it was so bogus it was basically useless
12429 before, and now it's equally bogus but in a slightly different way.
12430
12431 (c-narrow-out-enclosing-class): Gone.
12432
12433 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
12434 the narrowed region.
12435
12436 (c-least-enclosing-brace): Remove silly optional argument.
12437
12438 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12439 the point could be left directly after an open paren when finding
12440 the beginning of the first decl in the block.
12441
12442 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
12443 Specify which submatch to use.
12444
12445 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
12446
12447 (c-decl-start-re): No longer any need for special treatment of
12448 ObjC due to the above.
12449
12450 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
12451 presumably follows C in that regard.
12452
12453 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
12454 New language constants to specify operator tokens inside
12455 identifiers in a more high level way.
12456
12457 (c-opt-identifier-prefix-key): New internal language constant.
12458
12459 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
12460 (c-identifier-start, c-identifier-key): Now completely calculated
12461 from other constants.
12462
12463 (c-identifier-last-sym-match): Decommission since it's no longer used.
12464
12465 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
12466
12467 * progmodes/cc-engine.el (c-forward-name): Remove the
12468 optimization when c-identifier-key is equal to c-symbol-key since
12469 it doesn't work in byte compiled files. Don't record empty
12470 regions as identifiers.
12471
12472 * progmodes/cc-langs.el (c-filter-ops): New helper function to
12473 simplify access to `c-operators' and its likes.
12474
12475 (c-operator-list, c-all-op-syntax-tokens)
12476 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
12477 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
12478 (c-primary-expr-regexp, c-cast-parens): Use it.
12479
12480 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
12481 an explicit language in functions.
12482
12483 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
12484 variant of adornment.
12485
12486 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
12487 variable.
12488
12489 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
12490 the Pike value.
12491
12492 * progmodes/cc-engine.el (c-on-identifier)
12493 (c-simple-skip-symbol-backward): Small fix for handling "-"
12494 correctly in `skip-chars-backward'. Affected the operator lfun
12495 syntax in Pike.
12496
12497 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
12498 diagnostic message about precompiled language vars not being used.
12499
12500 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
12501 "__attribute__" is followed by a parenthesis.
12502
12503 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
12504 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
12505 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
12506
12507 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
12508 Internal cleanups to properly detect the declared identifiers in
12509 various declarations.
12510
12511 (c-decl-start-kwds): New language constant to recognize
12512 declarations that can start anywhere. Used for class declarations
12513 in Pike.
12514
12515 (c-specifier-key, c-not-decl-init-keywords)
12516 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
12517 (c-find-decl-spots): Implement `c-decl-start-kwds'.
12518
12519 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
12520 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
12521 handling of the compiler specific extension keywords into a new
12522 language constant `c-decl-hangon-kwds' that defines keyword
12523 clauses to be ignored in declarations.
12524
12525 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
12526 past unrecognized tokens when handling `c-colon-type-list-kwds'.
12527 Necessary to stop at the declared identifier in e.g. IDL valuetype
12528 declarations.
12529
12530 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
12531 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
12532 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
12533 (c-forward-decl-or-cast-1): Recognize the declared identifier in
12534 class and enum declarations as such and not as part of the type.
12535
12536 (c-forward-decl-or-cast-1, c-forward-label): Relax the
12537 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
12538
12539 (c-forward-decl-or-cast-1): Don't disregard sure signs of
12540 declarations when there's some syntax error later on.
12541
12542 (c-complex-decl-matchers): Did away with a reference to
12543 `c-specifier-key'.
12544
12545 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
12546 value - this variable is always dynamically bound.
12547
12548 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
12549 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
12550 * cc-cmds.el, cc-defs.el: Change the policy for marking up
12551 functions that might do hidden buffer changes: All such internal
12552 functions are now marked instead of those that don't.
12553
12554 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
12555 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
12556 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
12557 (c-literal-type): Allow these functions to make hidden buffer changes,
12558 so that they are free to use text property caching later on.
12559
12560 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
12561 (c-electric-brace, c-electric-slash, c-electric-star)
12562 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
12563 (c-electric-paren, c-electric-continued-statement, c-indent-command)
12564 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
12565 (c-context-line-break): Add `c-save-buffer-state' calls to comply
12566 with the changed semantics of the functions above.
12567
12568 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
12569 when macros occur in obscure places. Optimized the sexp movement
12570 a bit.
12571
12572 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12573
12574 Enhancements for c-beginning-of-statement to work in AWK Mode:
12575
12576 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
12577 (completed statement) with `}' (statement completed by closing
12578 brace or semicolon) and `$' (statement completed by EOL).
12579
12580 (c-awk-virtual-semicolon-ends-prev-line-p)
12581 (c-awk-virtual-semicolon-ends-line-p)
12582 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
12583 (c-awk-at-statement-end-p): New functions.
12584
12585 * progmodes/cc-cmds.el: Simplify the structure of functions
12586 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
12587 two functions and c-beginning-of-statement to handle AWK Mode.
12588
12589 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
12590 c-backward-single-comment for AWK mode. Attempt to clarify their
12591 doc-strings.
12592
12593 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
12594
12595 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12596
12597 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
12598 label handling. Labels are now recognized in a uniform and more
12599 robust way, regardless of context. Text properties are put on all
12600 labels to recognize the following declarations better.
12601 Multiword labels are handled both in indentation and fontification for
12602 the benefit of language extensions like Qt. For consistency, keywords
12603 in labels are now fontified with the label face instead.
12604 That also applies to "case" and "default".
12605
12606 (c-beginning-of-statement-1): Fix some bugs in the label
12607 handling. Disregard `c-nonlabel-token-key' in labels that begin
12608 with `c-label-kwds'.
12609
12610 (c-find-decl-spots): Support that the callback adds more
12611 `c-decl-end' spots to find.
12612
12613 (c-forward-decl-or-cast-1): Don't treat a list of plain
12614 identifiers followed by a colon as a declaration.
12615
12616 (c-forward-label): New function to recognize labels.
12617
12618 (c-guess-basic-syntax): Replace uses of `c-label-key' with
12619 `c-forward-label'. Moved the label recognition cases (14 and 15)
12620 earlier since they aren't so context sensitive now. Handle labels
12621 on the top level gracefully. Moved access label recognition to
12622 the generic label case (CASE 15) - removed CASE 5E.
12623
12624 (c-font-lock-declarations): Add recognition of labels in the
12625 same round since we need to handle labels in parallell with other
12626 declarations to recognize both accurately. It should also improve
12627 speed.
12628
12629 (c-simple-decl-matchers, c-basic-matchers-after):
12630 Move `c-font-lock-labels' so that it only is used on decoration level 2
12631 since `c-font-lock-declarations' handles it otherwise.
12632
12633 (c-complex-decl-matchers): Remove the simplistic recognition of
12634 access labels.
12635
12636 (c-decl-prefix-re): Remove the kludges that was necessary to cope
12637 with labels earlier.
12638
12639 (c-decl-start-re): New language variable to make
12640 `c-font-lock-declarations' stop for the special protection labels
12641 in Objective-C that start with `@'.
12642
12643 (c-label-key): Remove since it's no longer used.
12644
12645 (c-recognize-colon-labels, c-label-prefix-re): New language
12646 constants to support recognition of generic colon-terminated labels.
12647
12648 (c-type-decl-end-used): `c-decl-end' is now used whenever there
12649 are colon terminated labels.
12650
12651 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12652 first argument starts with a special brace list.
12653
12654 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
12655 (c-font-lock-declarations): Break out the declaration and cast
12656 recognition from `c-font-lock-declarations' to a new function, so
12657 that it can be used in the indentation engine.
12658
12659 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
12660 up to the start of the literal. Fixed bug with the point on the
12661 wrong side of the search limit that could happen when the start
12662 position is inside a literal.
12663
12664 * progmodes/cc-engine.el (c-parse-state)
12665 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
12666 so that it's kept a little bit back to increase the hit rate.
12667
12668 (c-parse-state): Change the macro handling and fixed some
12669 glitches. Macro context is checked more often than necessary now,
12670 but otoh less garbage conses are generated.
12671
12672 * progmodes/cc-engine.el (c-parse-state)
12673 (c-invalidate-state-cache): Cache the last position where
12674 `c-state-cache' applies. This can speed up refontification quite
12675 a bit in blocks where there are many non-brace parens before the point.
12676
12677 (c-state-cache-end): New variable for this.
12678
12679 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
12680 cache variable.
12681
12682 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
12683 get close initial continue positions when the start position is
12684 inside a literal or macro. Do not call the callback for spots
12685 before the start position (which can happen e.g. for `c-decl-end'
12686 spots inside comments). Optimize better in special cases when the
12687 region is a single line inside a literal or macro (typically when
12688 the current line is refontified).
12689
12690 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
12691 to `c-add-stmt-syntax' - there's no need to explicitly whack off
12692 entries from the paren state.
12693
12694 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
12695 special case for "else if" clauses.
12696
12697 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
12698 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
12699
12700 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
12701 New language variable to recognize the gcc extension with statement
12702 blocks inside expressions.
12703
12704 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
12705 it somewhat more comprehensible. The argument AT-BLOCK-START is
12706 no longer used and hence removed.
12707
12708 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
12709 to `c-add-stmt-syntax'.
12710
12711 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
12712 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
12713 This fixes bogus label recognition.
12714
12715 * progmodes/cc-engine.el (c-add-type, c-check-type)
12716 (c-forward-name, c-forward-type): Improve storage of template
12717 types in `c-found-types' so that they can be recognized better.
12718
12719 (c-syntactic-content): Add option to skip past nested parens.
12720
12721 * progmodes/cc-engine.el (c-forward-name):
12722 Set `c-last-identifier-range' all the time. It's less work that way.
12723 Handle that there might not be an identifier to store in
12724 `c-last-identifier-range'.
12725
12726 (c-forward-type): Handle that `c-last-identifier-range' might be
12727 nil from `c-forward-name'.
12728
12729 * progmodes/cc-defs.el (c-safe-scan-lists)
12730 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
12731
12732 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
12733 to work even if the form fails.
12734
12735 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
12736 down in a large file in one go.
12737
12738 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
12739
12740 * progmodes/cc-align.el (c-lineup-assignments): New lineup
12741 function which is like `c-lineup-math' but returns nil instead of
12742 `c-basic-offset' when it doesn't match.
12743
12744 (c-lineup-math): Change to use `c-lineup-assignments'.
12745
12746 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12747
12748 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
12749 c-beginning-of-statement. New subfunctions
12750 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
12751
12752 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12753
12754 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
12755 hardcoded char classes whereever possible. Changed a couple of
12756 places to use skip by syntax instead of skip by char class.
12757
12758 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
12759 Fix a bug in the regexp that caused extreme backtracking.
12760
12761 * progmodes/cc-langs.el (c-block-comment-starter)
12762 (c-block-comment-ender): New language constants to specify in a
12763 single place how block comments look.
12764
12765 (c-comment-start-regexp, c-block-comment-start-regexp)
12766 (comment-start, comment-end, comment-start-skip)
12767 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
12768 (c-syntactic-ws, c-nonempty-syntactic-ws)
12769 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
12770 `c-line-comment-starter', `c-block-comment-starter' and
12771 `c-block-comment-ender'.
12772
12773 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
12774 New language constants to break up things a bit.
12775
12776 (c-simple-ws): New language constant for simple whitespace.
12777
12778 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
12779
12780 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
12781 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
12782 newlines. Allow and ignore nil elements in the list.
12783
12784 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12785
12786 * progmodes/cc-cmds.el: Comment out a (n almost certainly
12787 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
12788
12789 * progmodes/cc-cmds.el: Tidy up the comments in
12790 c-beginning-of-statement and subfunctions.
12791
12792 * progmodes/cc-awk.el: Replace calls to put-text-property to the
12793 more flexible c-put-char-property and c-clear-char-properties.
12794 Add the author's email address.
12795
12796 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
12797
12798 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
12799 closing "*/" of a block comment.
12800
12801 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
12802 subfunctions) so that it works at BOB and EOB.
12803
12804 * progmodes/cc-cmds.el, cc-vars.el: More updating of
12805 c-beginning-of-statement, including new variable
12806 c-block-comment-start-regexp.
12807
12808 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12809
12810 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
12811 symbols from `*-font-lock-extra-types' so that there's no need to
12812 use `regexp-opt' on those lists.
12813
12814 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
12815 `c-type-modifier-kwds' is empty.
12816
12817 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
12818 there are several strings on the same line.
12819
12820 * progmodes/cc-engine.el (c-literal-limits): Remove the
12821 compatibility function for older emacsen. `c-literal-limits-fast'
12822 has now taken the place of this function.
12823
12824 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
12825 with older emacsen: We now require `pps-extended-state'.
12826
12827 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12828
12829 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
12830 which obviates the need to hack sentence-end. This now handles
12831 escaped newlines in strings correctly. Correct minor bugs in
12832 c-move-over-sentence and in c-beginning-of-statement.
12833
12834 * progmodes/cc-cmds.el (c-beginning-of-statement (and
12835 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
12836 that movement over macros and code are rigorously separated from
12837 eachother. Correct a few incidental bugs.
12838
12839 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
12840 Improve its doc-string. Improve the handling of certain specific cases.
12841
12842 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12843
12844 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
12845 (c-guess-basic-syntax): Change the way class-level labels are
12846 recognized; they can now contain essentially any symbols.
12847
12848 (c-opt-extra-label-key): New language variable to cope with the
12849 special protection label syntax in Objective-C.
12850
12851 (c-opt-access-key): Remove; this is now handled better by
12852 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
12853
12854 (c-complex-decl-matchers): Update to handle that
12855 `c-opt-access-key' no longer exists.
12856
12857 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
12858 improved label recognition in `c-beginning-of-statement-1'.
12859
12860 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
12861 Recognize bitfields better.
12862
12863 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
12864 Remove some cruft and fixed a bug that could cause it to go to a
12865 position further down.
12866
12867 * progmodes/cc-langs.el, cc-engine.el
12868 (c-beginning-of-statement-1): Improve detection of labels in
12869 declaration contexts.
12870
12871 (c-beginning-of-decl-1): Use it.
12872
12873 (c-nonlabel-token-key): New language constant and variable needed
12874 by `c-beginning-of-statement-1'.
12875
12876 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
12877 manifested itself due to the correction in `c-forward-sexp'.
12878
12879 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
12880 Make these behave as documented when used at the buffer limits.
12881
12882 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
12883 (c-type-decl-end-used): Made this a language variable.
12884
12885 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
12886 correctly when `combine-after-change-calls' is used together with
12887 temporary narrowings.
12888
12889 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12890 Report labels correctly when the start point is immediately after the
12891 colon.
12892
12893 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
12894 Remove since it isn't used anymore.
12895
12896 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
12897 bracket arglists such as template parens in C++.
12898
12899 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
12900 in the last check-in. Some optimization.
12901
12902 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
12903 where it could stop at the same level in a preceding sexp when
12904 PAREN-LEVEL is set.
12905
12906 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
12907 text property lookup only when it's needed.
12908
12909 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
12910 Change the policy for paren marked angle brackets to be more
12911 persistent; once marked they remain marked even when they're found
12912 to be unbalanced in the searched region. This should keep the
12913 paren syntax around even when individual lines are refontified in
12914 multiline template arglists.
12915
12916 (c-parse-and-markup-<>-arglists): New dynamically bound variable
12917 to control markup so that incorrect angle bracket arglists aren't
12918 marked in contexts where the correct value for
12919 `c-disallow-comma-in-<>-arglists' isn't known.
12920
12921 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
12922 argument has become `c-parse-and-markup-<>-arglists'.
12923
12924 (c-remove-<>-arglist-properties): Remove - no longer used.
12925
12926 (c-after-change-check-<>-operators): New function used on
12927 `after-change-functions' to avoid that "<" and ">" characters that
12928 are part of longer operators have paren syntax.
12929
12930 (c-<>-multichar-token-regexp): New language variable used by
12931 `c-after-change-check-<>-operators'.
12932
12933 (c-after-change): Call `c-after-change-check-<>-operators'.
12934
12935 (c-font-lock-<>-arglists): Use the context properties set by
12936 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
12937 correctly to avoid doing invalid markup.
12938
12939 (c-font-lock-declarations): Remove code that undoes the invalid
12940 markup done by `c-font-lock-<>-arglists'.
12941
12942 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
12943 after `c-font-lock-declarations'.
12944
12945 * progmodes/cc-engine.el (c-syntactic-skip-backward):
12946 Add paren-level feature.
12947
12948 (c-guess-basic-syntax): Improve the anchor position for
12949 `template-args-cont' in nested template arglists. There's still
12950 much to be desired in this area, though.
12951
12952 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12953
12954 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
12955 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
12956
12957 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12958
12959 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
12960 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
12961
12962 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
12963 it doesn't work no longer are supported.
12964
12965 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
12966 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
12967 requires support for the syntax-table' text property, which rules
12968 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
12969 cruft associated with those versions.
12970
12971 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
12972 for the `syntax-table' text property, which rules out Emacs 19 and
12973 XEmacs < 21.4. Removed various compatibility cruft associated
12974 with those versions.
12975
12976 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
12977 support for the `syntax-table' text property.
12978
12979 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
12980 variable and use an extra quoted face name instead. All the
12981 emacsen flavors handle that correctly.
12982
12983 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
12984 (c-font-lock-declarators, c-font-lock-declarations)
12985 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
12986 property to mark the items in in declarator lists to handle
12987 refontification inside multiline declarations better.
12988
12989 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
12990 construct like "a * b = c;" as a declaration.
12991
12992 2005-12-08 Kim F. Storm <storm@cua.dk>
12993
12994 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
12995 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
12996 select either meta, hyper, or super modifier for rectangle commands.
12997 (cua--rectangle-modifier-key): New defvar.
12998 (cua--M/H-key): Use it. Remove special case for `space'.
12999 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
13000 on X, to meta otherwise. Always bind C-return to toggle
13001 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
13002
13003 * emulation/cua-rect.el (cua-help-for-rectangle):
13004 Use cua--rectangle-modifier-key. Handle super modifier too.
13005 (cua--init-rectangles): Always bind C-return to toggle rectangle.
13006 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
13007
13008 * ido.el: Move Acknowledgements and History after Commentary.
13009 Minor changes to Commentary.
13010
13011 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
13012 keymap if cua--prefix-override-timer is `shift'.
13013 (cua--shift-control-prefix): New function; emulate "type prefix
13014 key twice" functionality to handle shifted prefix key override.
13015 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
13016 New commands.
13017 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
13018
13019 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
13020
13021 * textmodes/org.el (org-insert-heading): Try to do items before
13022 headings.
13023 (org-agenda-mode): Quote `org-agenda-mode-hook'.
13024 (org-insert-item): New function.
13025 (org-renumber-ordered-list): Don't skip to higher level lists.
13026
13027 2005-12-08 Juri Linkov <juri@jurta.org>
13028
13029 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
13030
13031 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
13032
13033 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
13034
13035 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
13036 the constructed function name fun-1.
13037
13038 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
13039 because such links don't lead to parent documentation.
13040
13041 2005-12-08 Kenichi Handa <handa@m17n.org>
13042
13043 * descr-text.el (describe-char): Use *Help-2* buffer if the
13044 current buffer is *Help*. Call describe-text-properties while
13045 setting the original buffer.
13046
13047 2005-12-07 Bill Wohler <wohler@newt.com>
13048
13049 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
13050 and causes problems with non-MH users (such as Gnus users).
13051
13052 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
13053
13054 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
13055 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
13056 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
13057 command "info sources". Move calls to GDB command "list".
13058 (gdb-find-file-hook): Just use gdb-source-file-list.
13059 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
13060 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
13061 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
13062 (gdb-data-list-register-values-handler): Use correct trigger name.
13063
13064 2005-12-07 Kim F. Storm <storm@cua.dk>
13065
13066 * ido.el (ido-completion-map): Rename from ido-mode-map.
13067 (ido-common-completion-map, ido-file-completion-map)
13068 (ido-file-dir-completion-map, ido-buffer-completion-map):
13069 Rename from ido-mode-....-map.
13070 (ido-init-completion-maps): Rename from ido-init-mode-maps.
13071 (ido-setup-completion-map): Rename from ido-define-mode-map.
13072 (ido-read-internal): Bind minibuffer-local-filename-completion-map
13073 to ido-completion-map.
13074
13075 2005-12-07 Kenichi Handa <handa@m17n.org>
13076
13077 * international/mule-cmds.el
13078 (set-display-table-and-terminal-coding-system): If the coding
13079 system specified in `unibyte-display' property is different from
13080 the arg coding-system, don't setup standard-display-table.
13081
13082 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13083
13084 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
13085 that comments end at \n, regardless of selective-display.
13086
13087 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
13088
13089 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
13090 (gdb-version): New variables.
13091 (gdb-source-file-list, gdb-register-names)
13092 (gdb-changed-registers): New variables for use with GDB 6.4+.
13093 (gdb-ann3): Replace with...
13094 (gdb-init-1, gdb-init-2): ...two new functions.
13095 (gdba, gdb-prompt): Call gdb-init-1.
13096 (gdb-get-version): New function. Call gdb-init-2 from here.
13097 (gud-watch): Make it work with mouse events too.
13098 (gdb-post-prompt): Don't add to queue until GDB version is known.
13099 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
13100 (gdb-locals-mode): Use gdb-version.
13101 (gdb-memory-format-map, gdb-memory-unit-map)
13102 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
13103 (gdb-locals-font-lock-keywords-1)
13104 (gdb-locals-font-lock-keywords-2): New variables.
13105 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
13106 (gdb-set-gud-minor-mode-existing-buffers-1)
13107 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
13108 (gdb-var-update-1, gdb-var-update-handler-1)
13109 (gdb-data-list-register-values-handler)
13110 (gdb-data-list-register-values-custom)
13111 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
13112 (gdb-stack-list-locals-handler, gdb-get-register-names):
13113 New functions for use with GDB 6.4+.
13114 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
13115 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
13116 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
13117 (gdb-stack-list-locals-regexp)
13118 (gdb-data-list-register-names-regexp): New regexps for use with
13119 GDB 6.4+.
13120
13121 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
13122
13123 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
13124
13125 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
13126
13127 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
13128 prompts work for AUTH PLAIN. Also reported by Steve Allan
13129 <seallan@verizon.net>.
13130
13131 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
13132
13133 * frame.el (set-frame-parameter): Add doc string.
13134
13135 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
13136
13137 * textmodes/org.el (org-occur-highlights): New variable.
13138 (org-highlight-new-match, org-remove-occur-highlights): New functions.
13139 (org-highlight-sparse-tree-matches): New option.
13140 (org-do-occur): New function.
13141 (org-get-heading): Make it work also at beginning of line.
13142 (org-category-table): New variable.
13143 (org-get-category-table, org-get-category)
13144 (org-camel-to-words, org-link-search): New functions.
13145 (org-select-this-todo-keyword): New variable.
13146 (org-todo-list): New command.
13147 (org-shiftright, org-shiftleft): New commands.
13148 (org-agenda-todo): Add prefix argument.
13149 (org-show-hierarchy-above): New option.
13150 (org-show-todo-tree): Numerical prefix creates tree for specific
13151 TODO keyword.
13152 (org-outline-level): New function, to assign a level to plain
13153 lists items.
13154 (org-cycle-include-plain-lists): New option.
13155 (org-mode): Use `org-outline-level' as value of `outline-level'.
13156 (org-cycle): Temporarily switch `outline-regexp' if
13157 `org-cycle-include-plain-lists' is non-nil.
13158 (org-start-icalendar-file): Fix format bug.
13159 (org-agenda-get-day-entries): Create category table.
13160 (org-agenda-get-todos, org-agenda-get-timestamps)
13161 (org-agenda-get-deadlines, org-agenda-get-scheduled)
13162 (org-agenda-get-blocks): Use `org-get-category'.
13163 (org-context-in-file-links): Rename from
13164 `org-line-numbers-in-file-links'.
13165
13166 2005-12-06 Romain Francoise <romain@orebokech.com>
13167
13168 * window.el (balance-windows): Delete extraneous third arg in call
13169 to `enlarge-window'.
13170
13171 2005-12-06 Kenichi Handa <handa@m17n.org>
13172
13173 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
13174
13175 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
13176
13177 * progmodes/gdb-ui.el (gdb-var-create-handler)
13178 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
13179 (gdb-var-list-children-handler, gdb-var-update-handler):
13180 Current buffer is already gdb-partial-output-buffer, don't
13181 make it current again.
13182
13183 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
13184
13185 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
13186 (list-buffers-noselect): Use it.
13187
13188 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
13189
13190 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
13191 (mail-yank-ignored-headers): Use regexp-opt.
13192 (mail-mode-map): Move initialization into declaration.
13193 (mail-sent-via): Remove unused shadowed var `to-line'.
13194 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
13195 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
13196 (mail-do-fcc): Use dolist and push.
13197 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
13198 (mail-yank-ignored-headers): Don't autoload.
13199
13200 2005-12-05 Kenichi Handa <handa@m17n.org>
13201
13202 * international/mule-cmds.el (set-language-info-internal): New fun.
13203 (set-language-info): Call set-language-info-internal to update
13204 language-info-alist. If LANG-ENV is the current one, call
13205 set-language-environment to make INFO effective now.
13206 (set-language-info-alist): Likewise.
13207 (locale-language-names): With locale "en", use English
13208 lang. env. but set the default codings to iso-8859-1.
13209
13210 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
13211
13212 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
13213 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
13214 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
13215 for plain strings.
13216 (gdb-frames-mode): Remove redundant call to font-lock-mode.
13217 (gdb-all-registers): Rename from toggle-gdb-all-registers.
13218 Create registers buffer if necessary. Echo new state in minibuffer.
13219 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
13220
13221 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
13222
13223 * info.el (Info-fontify-node): Match external links using
13224 non-directory part of filename.
13225
13226 2005-12-04 Juri Linkov <juri@jurta.org>
13227
13228 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
13229 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
13230 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
13231 because there is no customization option for it.
13232
13233 * font-lock.el (lisp-font-lock-keywords-1):
13234 Add define-global-minor-mode.
13235
13236 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
13237
13238 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
13239 properties on the constructed variable names.
13240
13241 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13242 Put `definition-name' properties on the constructed function names
13243 next-sym and prev-sym.
13244
13245 * emacs-lisp/find-func.el (find-function-regexp):
13246 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
13247 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
13248 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
13249 and easy-menu-define.
13250
13251 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
13252 easy-mmode-define-global-mode and define-global-minor-mode.
13253 (lisp-imenu-generic-expression): Add define-global-minor-mode.
13254
13255 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
13256 instead of easy-mmode-define-global-mode.
13257
13258 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13259 Use define-minor-mode instead of easy-mmode-define-minor-mode.
13260
13261 * cus-edit.el (customize-group, customize-group-other-window):
13262 Filter out autoloaded options from the group completion list by
13263 using heuristics that autoloaded groups don't have `custom-autoload'
13264 property on their symbols (they have only `custom-loads').
13265
13266 * simple.el (completion-setup-function): Put completions-common-part
13267 face on complete completion string too (i.e. completion string
13268 without completions-first-difference face).
13269
13270 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
13271
13272 2005-12-03 Eli Zaretskii <eliz@gnu.org>
13273
13274 * view.el (view-mode): Doc fix.
13275
13276 * disp-table.el (standard-display-european): Add to the warning
13277 message a reference to the doc string.
13278
13279 * play/yow.el (apropos-zippy): Call print-help-return-message,
13280 similar to other Help and Apropos commands.
13281
13282 * help.el (print-help-return-message): If pop-up-frames is
13283 non-nil, set up help-return-method to delete the help window and,
13284 possibly, its frame as well, and don't display message about
13285 scrolling the help window. Doc fix.
13286 (help-return-method): Doc fix.
13287
13288 2005-12-03 Martin Rudalics <rudalics@gmx.at>
13289
13290 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
13291 whereby names of length one or names starting with a
13292 symbol-constituent character would not be returned.
13293
13294 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13295
13296 * subr.el (atomic-change-group): Add edebug and indentation spec.
13297
13298 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
13299
13300 * completion.el (save-completions-file-name): Fix typo in last change.
13301
13302 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13303
13304 * info.el: Move back/forward history to the beginning of the tool bar.
13305
13306 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
13307
13308 * allout.el (eval-when-compile): Remove unnecessary load of cl.
13309 Add fset of allout-real-isearch-abort during compile to fix
13310 byte-compilation warnings.
13311 (allout-mode-p): Move definition of this macro above all uses, or
13312 byte compilation in barren Emacs (eg, during Emacs build) will
13313 lack the definition.
13314 (allout-mode): Move this variable above any uses, or byte
13315 compilation will fail.
13316 (allout-resolve-xref): Remove use of personal file-reference function.
13317 (allout-toggle-current-subtree-encryption): Do the current (ie,
13318 visible containing) topic, rather than nearest around point. Doc fix.
13319 (allout-toggle-subtree-encryption): New function, workhorse that
13320 works on nearest topic containing point.
13321 (allout-encrypt-string): Signal requirement for newer version of pgg.
13322 (allout-resumptions): Doc fix.
13323
13324 2005-12-02 Eli Zaretskii <eliz@gnu.org>
13325
13326 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
13327
13328 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
13329
13330 * textmodes/flyspell.el (flyspell-external-point-words):
13331 Consider a misspelling as found in the string search if: (a) misspelling
13332 and found string lengths match, or (b) misspelling is found as
13333 element in a boundary-chars separated longer string, or (c)
13334 ispell-program-name is really ispell and misspelling is found as
13335 part of a TeX string. After successful match move beginning of
13336 search region to end of match. Warn about not found misspellings
13337 once the process is done.
13338 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
13339
13340 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
13341
13342 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
13343 tool bar (removed inadvertently).
13344
13345 2005-12-02 Juri Linkov <juri@jurta.org>
13346
13347 * log-view.el (log-view-diff): Clarify doc string.
13348
13349 2005-12-01 Bill Wohler <wohler@newt.com>
13350
13351 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
13352 triggers lm-verify errors.
13353
13354 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
13355
13356 * simple.el (transient-mark-mode, line-number-mode)
13357 (column-number-mode, size-indication-mode): Remove `:require nil'.
13358
13359 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
13360
13361 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
13362 in the margin also.
13363 (gdb-breakpoints-mode-map): Use D instead of d for
13364 gdb-delete-breakpoint.
13365 (gdb-get-frame-number): Require a number to match on.
13366 (gdb-threads-mode-map): Add follow-link binding.
13367
13368 2005-11-30 Jason Rumney <jasonr@gnu.org>
13369
13370 * isearch.el (isearch-mode-map): Avoid exiting search on
13371 language-change event.
13372
13373 2005-11-30 Romain Francoise <romain@orebokech.com>
13374
13375 * speedbar.el (speedbar-default-position): New defcustom.
13376 (speedbar-frame-reposition-smartly): Use it.
13377
13378 * dframe.el (dframe-reposition-frame-emacs): Fix position
13379 computation for `left' location.
13380 Update copyright year.
13381
13382 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
13383
13384 * help.el (help-map): Move initialization into declaration.
13385
13386 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
13387
13388 * help-fns.el (help-argument-name): Don't autoload.
13389 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
13390 to be re-loaded when customizing the `help' group.
13391
13392 2005-11-30 John Paul Wallington <jpw@gnu.org>
13393
13394 * help-fns.el (describe-function-1): Fill arglist output.
13395
13396 2005-11-30 Kim F. Storm <storm@cua.dk>
13397
13398 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
13399 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
13400 after revert-buffer (or anything else which kills all local variables).
13401
13402 * apropos.el (apropos-parse-pattern): Doc fix.
13403 Set apropos-regexp directly, rather than expecting callers to do so.
13404 (apropos-command, apropos, apropos-value, apropos-documentation):
13405 Simplify calls to apropos-parse-pattern.
13406
13407 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
13408
13409 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
13410 (hi-lock-face-phrase-buffer): Use hi-yellow face.
13411 (hi-lock-write-interactive-patterns): Use comment-region.
13412
13413 * longlines.el (longlines-mode): Add mail-setup-hook.
13414
13415 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
13416
13417 * simple.el (sendmail-user-agent-compose, next-line):
13418 Conditionally use hard-newline.
13419
13420 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
13421
13422 * international/latexenc.el (latex-inputenc-coding-alist):
13423 Reword doc string.
13424
13425 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
13426
13427 * help.el (describe-key-briefly, describe-key): Recognize default
13428 bindings.
13429
13430 2005-11-29 Romain Francoise <romain@orebokech.com>
13431
13432 * view.el (view-inhibit-help-message): New defcustom.
13433 (view-mode-enter): Use it.
13434
13435 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
13436
13437 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
13438 Preserve user position.
13439
13440 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
13441
13442 * font-lock.el: Throw error if facemenu is not loaded to prevent
13443 accidental change of loading order in loadup.el. (Suggested by RMS.)
13444
13445 * loadup.el: Add comment explaining why facemenu must be loaded
13446 before font-lock.
13447
13448 2005-11-28 Jay Belanger <belanger@truman.edu>
13449
13450 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
13451 (calc-dispatch-map): Add more keys for `calc-same-interface'.
13452
13453 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
13454
13455 * calc/calc-embed.el (calc-do-embedded): Update help message.
13456
13457 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
13458
13459 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13460
13461 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
13462
13463 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
13464 called-interactively-p.
13465 (elp-profilable-p): Rename from elp-not-profilable-p.
13466 Invert result and take into account macros and autoloaded functions.
13467 (elp-instrument-function): Update call.
13468 (elp-instrument-package): Update call. Add completion.
13469 (elp-pack-number): Use match-string.
13470 (elp-results-jump-to-definition-by-mouse): Merge into
13471 elp-results-jump-to-definition and then remove.
13472 (elp-output-insert-symname): Make help echo text single-line.
13473
13474 * replace.el (query-replace-map): Move initialization into declaration.
13475 (occur-engine): Use with-current-buffer.
13476 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
13477 (occur-mode-mouse-goto): Replace with an alias.
13478
13479 2005-11-28 Juri Linkov <juri@jurta.org>
13480
13481 * simple.el (quoted-insert): Let-bind input-method-function to nil.
13482
13483 * term/w32-win.el: Bind [S-tab] to [backtab].
13484
13485 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
13486 `Info-find-file' to t.
13487
13488 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
13489 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
13490 and same-window-regexps.
13491 (occur-next-error): Don't move point for arg 0.
13492
13493 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
13494
13495 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
13496
13497 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13498
13499 * log-edit.el (log-edit-changelog-use-first): New var.
13500 (log-edit-changelog-ours-p): Use it.
13501 (log-edit-insert-changelog): Set it with new arg `use-first'.
13502 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
13503 (log-edit-hook): Add them to the list of suggested options.
13504
13505 * textmodes/flyspell.el (flyspell-last-buffer): New var.
13506 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
13507 redundant work.
13508 (flyspell-mode-on): Use add-hook for after-change-functions.
13509 (flyspell-mode-off): Use remove-hook for after-change-functions.
13510 (flyspell-changes): Make it buffer-local.
13511 (flyspell-after-change-function): Make it non-interactive. Use push.
13512 (flyspell-post-command-hook): Check input-pending-p while processing
13513 the potentially long list of buffer changes.
13514
13515 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
13516
13517 * buff-menu.el (list-buffers-noselect): Display the selected
13518 frame's buffer list, not the global one.
13519
13520 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
13521
13522 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
13523 that (list last-input-event) works as in interactive spec.
13524
13525 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
13526
13527 * loadup.el ("facemenu"): Load facemenu before font-lock, because
13528 `facemenu-keymap' needs to be defined when font-lock is loaded.
13529 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
13530
13531 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13532
13533 * completion.el: Remove useless leading * in defcustom docstrings.
13534 (save-completions-file-name): Use ~/.emacs.d if available.
13535 (completion-standard-syntax-table): Rename from
13536 cmpl-standard-syntax-table and fold initialization into declaration,
13537 thus removing cmpl-make-standard-completion-syntax-table.
13538 (completion-lisp-syntax-table, completion-c-syntax-table)
13539 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
13540 (cmpl-saved-syntax, cmpl-saved-point): Remove.
13541 (symbol-under-point, symbol-before-point)
13542 (symbol-under-or-before-point, symbol-before-point-for-complete)
13543 (add-completions-from-c-buffer): Use with-syntax-table.
13544 (make-completion): Don't return a list of completion entries.
13545 Update callers.
13546 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
13547 (completion-initialize): Rename from initialize-completions.
13548 (completion-find-file-hook): Rename from cmpl-find-file-hook.
13549 (kill-emacs-save-completions): Collect stats here.
13550 (save-completions-to-file, load-completions-from-file):
13551 Use with-current-buffer.
13552 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
13553 into a function. Move all calls to toplevel.
13554 (completion-lisp-mode-hook): New fun.
13555 (completion-c-mode-hook, completion-setup-fortran-mode):
13556 Set the syntax-table here. Use local-set-key.
13557 (completion-saved-bindings): New var.
13558 (dynamic-completion-mode): Make it into a proper minor mode.
13559 (load-completions-from-file): Remove unused var `num-uses'.
13560
13561 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
13562 constructor if it is explicitly overridden.
13563
13564 * complete.el (PC-completion-as-file-name-predicate):
13565 Use minibuffer-completing-file-name.
13566 (partial-completion-mode): Use find-file-not-found-functions.
13567 (PC-lisp-complete-symbol): Use with-syntax-table.
13568 (PC-look-for-include-file): Remove dead setq.
13569 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
13570 (PC-complete): Use with-current-buffer.
13571
13572 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
13573 escape single quotes.
13574
13575 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
13576
13577 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
13578 of `if' whose condition always returned nil. Doc fix.
13579
13580 * buff-menu.el (Buffer-menu-revert-function): Make the selected
13581 window's buffer the current buffer around the call to
13582 `list-buffers-noselect'. This is necessary to mark that buffer
13583 with a `.' in the Buffer Menu when called from Lisp, for instance
13584 by Auto Revert Mode.
13585
13586 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
13587
13588 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
13589 attaching to it.
13590 (gdb-pre-prompt): Make sure gdb-error is reset.
13591
13592 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
13593 with a child process, detect it.
13594 (gud-speedbar-buttons): Match regexp more carefully.
13595
13596 2005-11-27 Richard M. Stallman <rms@gnu.org>
13597
13598 * mouse.el (mouse-drag-move-window-bottom):
13599 Use adjust-window-trailing-edge.
13600
13601 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
13602
13603 * simple.el (blink-matching-open): Ignore
13604 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
13605 (blink-matching-paren-on-screen): Update docstring.
13606
13607 * paren.el (show-paren-mode): No longer change
13608 `blink-matching-paren-on-screen'.
13609
13610 2005-11-27 John Paul Wallington <jpw@pobox.com>
13611
13612 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
13613 (gdb-threads-select, gdb-edit-register-value):
13614 Use `posn-set-point' instead of `mouse-set-point' because the
13615 latter is not fbound when configured without X.
13616
13617 2005-11-27 Kim F. Storm <storm@cua.dk>
13618
13619 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
13620 existing face when partially highlighting a TAB in a rectangle.
13621
13622 2005-11-26 Kim F. Storm <storm@cua.dk>
13623
13624 * ido.el (ido-mode-map): Doc fix.
13625 (ido-mode-common-map, ido-mode-file-map)
13626 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
13627 (ido-define-mode-map): Rewrite. Select one of the new maps as
13628 parent for ido-mode-map instead of building from scratch.
13629 (ido-init-mode-maps): New defun to initialize new maps.
13630 (ido-mode): Call it.
13631 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
13632 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
13633
13634 2005-11-26 John Paul Wallington <jpw@pobox.com>
13635
13636 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
13637 `mouse-set-point' because the latter is not fbound when configured
13638 without X.
13639
13640 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
13641
13642 * files.el (file-relative-name): Doc fix.
13643
13644 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
13645
13646 * progmodes/octave-inf.el (inferior-octave-startup): Force a
13647 non-empty string for secondary prompt PS2.
13648
13649 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
13650
13651 * progmodes/compile.el (compilation-setup): Fix last change.
13652
13653 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
13654
13655 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
13656 (gdb-mouse-toggle-breakpoint-margin)
13657 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
13658 Add gdb-server-prefix to keep out of command history.
13659 (gdb-edit-register-value): New function.
13660 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
13661 (gdb-info-registers-custom): Use above map.
13662
13663 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
13664
13665 * custom.el (enable-theme): Signal error if argument is not a
13666 theme. Don't recalculate a face if it's not loaded yet.
13667
13668 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
13669 the `user' theme is in effect.
13670
13671 * info.el (Info-on-current-buffer): Record actual filename in
13672 Info-current-file, instead of t, or a fake filename if a non-file
13673 buffer. Make autoload.
13674 (Info-find-node, Info-revert-find-node): No need to check for
13675 Info-current-file nil.
13676 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
13677 Info-current-file is now never `t'.
13678 (Info-fontify-node): Many simplifications due to Info-current-file
13679 always being valid. Use Info-find-file to find node filename.
13680
13681 2005-11-25 David Kastrup <dak@gnu.org>
13682
13683 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
13684 new character, then delete" in order to preserve markers.
13685
13686 2005-11-25 David Ponce <david@dponce.com>
13687
13688 * recentf.el (recentf-arrange-by-rule): Handle a special
13689 `auto-mode-alist'-like "strip suffix" rule.
13690 (recentf-build-mode-rules): Handle second level auto-mode entries.
13691
13692 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
13693
13694 * viper-keym.el (viper-ESC-key): Use different values in terminal and
13695 window modes.
13696
13697 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
13698 jde-javadoc-checker-report-mode.
13699
13700 * ediff-wind (ediff-make-wide-display): Slight simplification.
13701
13702 * ediff.el (ediff-date): Change the date of last update.
13703
13704 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
13705
13706 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
13707 Use define-minor-mode, and make it a local mode. Turn on font-lock.
13708 (hi-lock-mode): New global minor mode.
13709 (turn-on-hi-lock-if-enabled): New function.
13710 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
13711 Change arguments to regexp and face instead of a font-lock pattern.
13712 Directly set face property, instead of refontifying.
13713 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
13714 (hi-lock-find-patterns): Use line-number-at-pos.
13715
13716 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
13717 arguments for hi-lock-set-pattern.
13718 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
13719 Call font-lock-fontify-buffer.
13720 (hi-lock-find-file-hook, hi-lock-current-line)
13721 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
13722
13723 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
13724 turned off.
13725
13726 * progmodes/compile.el (compilation-setup): Don't fiddle with
13727 font-lock-defaults.
13728
13729 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
13730
13731 * progmodes/gdb-ui.el (gdb-var-create-handler)
13732 (gdb-var-list-children-handler): Find values for all variable
13733 objects. gud-speedbar-buttons decides whether to display them.
13734
13735 2005-11-24 Romain Francoise <romain@orebokech.com>
13736
13737 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
13738 buffer name with a space.
13739
13740 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
13741
13742 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
13743 `org-export-local-list-max-depth'. Change default value to 3.
13744 (org-auto-renumber-ordered-lists)
13745 (org-plain-list-ordered-item-terminator): New options.
13746 (org-at-item-p, org-beginning-of-item, org-end-of-item)
13747 (org-get-indentation, org-get-string-indentation)
13748 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
13749 New functions.
13750 (org-move-item-down, org-move-item-up): New commands.
13751 (org-export-as-html): New classes for CSS support. Bug fix in
13752 regular expression detecting fixed-width regions. Respect
13753 `org-local-list-ordered-item-terminator'.
13754 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
13755 also a list item.
13756 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
13757 New item moving functions.
13758
13759 2005-11-24 Juri Linkov <juri@jurta.org>
13760
13761 * isearch.el (isearch-repeat): With empty search ring set
13762 `isearch-error' to the error string instead of signaling error
13763 with the function `error'.
13764
13765 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13766
13767 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
13768
13769 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
13770
13771 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
13772 and variable.
13773 (gdb-var-create-handler, gdb-var-list-children-handler):
13774 Don't match on "char **...".
13775 (gdb-var-update-handler): Find values for all variable objects.
13776 (gdb-info-frames-custom): Identify frames by leading "#".
13777
13778 * progmodes/gud.el (gud-speedbar-menu-items): Add
13779 gdb-speedbar-auto-raise as radio button.
13780 (gud-speedbar-buttons): Raise speedbar if requested.
13781 Don't match on "char **...".
13782 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
13783 Make it editable.
13784
13785 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
13786
13787 * info.el (Info-fontify-node): Handle the case where
13788 Info-current-file is t.
13789
13790 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
13791
13792 * simple.el (blink-matching-open): Fix off-by-one in last change.
13793
13794 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13795
13796 * term/mac-win.el: Don't change default directory.
13797
13798 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
13799
13800 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
13801 buffers correctly. (It used to throw an error in such buffers.)
13802 Make it ask for confirmation in group buffers and other Custom
13803 buffers containing more than one customization item.
13804
13805 2005-11-22 John Paul Wallington <jpw@gnu.org>
13806
13807 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
13808 property on mail and url overlays.
13809 (goto-address-at-point): Use `posn-set-point' instead of
13810 `mouse-set-point' because the latter is not fbound when configured
13811 without X.
13812
13813 2005-11-22 Lars Hansen <larsh@soem.dk>
13814
13815 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
13816 (ls-lisp-classify, ls-lisp-format): Delete call to
13817 ls-lisp-parse-symlink.
13818 (ls-lisp-handle-switches): Handle symlinks to directories as
13819 directories when ls-lisp-dirs-first in non-nil.
13820
13821 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
13822
13823 * startup.el (command-line): Make sure that loaddefs.el is handled
13824 correctly in load-history.
13825
13826 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
13827
13828 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
13829 (gdb-struct-string, gdb-array-string): New constants.
13830 (gdb-info-locals-handler): Use them.
13831 (gdb-reset): Reset gdb-var-list to nil.
13832
13833 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13834
13835 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
13836 in patterns.
13837
13838 2005-11-21 Juri Linkov <juri@jurta.org>
13839
13840 * custom.el (defcustom): Update link types in docstring.
13841
13842 2005-11-20 Martin Rudalics <rudalics@gmx.at>
13843
13844 * custom.el (defgroup): Add doc-string-elt info.
13845
13846 * widget.el (define-widget): Don't use declare for the doc-string-elt.
13847
13848 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13849
13850 * newcomment.el (comment-enter-backward): Fix last fix.
13851
13852 * simple.el (blink-matching-open):
13853 * paren.el (show-paren-function): Allow new paren-class info.
13854
13855 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
13856
13857 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
13858 handled automagically.
13859
13860 2005-11-20 Andreas Schwab <schwab@suse.de>
13861
13862 * descr-text.el (describe-char): When copying overlays put them
13863 over the full char description instead of just the first character
13864 of it.
13865
13866 2005-11-20 Juri Linkov <juri@jurta.org>
13867
13868 * simple.el (what-cursor-position):
13869 * descr-text.el (describe-char): Use Lisp-readable syntax
13870 for octal and hex. Reorder decimal, octal and hex values.
13871 Remove excess whitespace in the output. Use `=' in `column='
13872 like in `point=' and `Hscroll='.
13873
13874 * international/mule-cmds.el (encoded-string-description):
13875 Use Lisp-readable syntax for hex.
13876
13877 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13878
13879 * newcomment.el (comment-enter-backward): Handle the case where the
13880 comment is closed by EOB.
13881
13882 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
13883
13884 * longlines.el (longlines-before-revert-hook)
13885 (longlines-after-revert-hook): New functions.
13886 (longlines-mode): Turn off longlines temporarily when reverting.
13887 Add a message-setup-hook.
13888 (longlines-decode-buffer): New function.
13889 (longlines-wrap-line): Preserve marker positions.
13890
13891 2005-11-19 Andreas Schwab <schwab@suse.de>
13892
13893 * emacs-lisp/shadow.el: Handle compressed files.
13894
13895 2005-11-19 Romain Francoise <romain@orebokech.com>
13896
13897 * net/browse-url.el (browse-url-default-browser): Signal an error
13898 if no usable browser can be found, rather than try to load w3.
13899
13900 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
13901
13902 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
13903 replacing existing properties.
13904 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
13905 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
13906 tty specs.
13907 (rcirc-server-prefix, rcirc-server): New faces.
13908 (rcirc-url-regexp): Generate with rx macro.
13909 (rcirc-last-server-message-time): New variable.
13910 (rcirc-filter): Record time of last message.
13911 (rcirc-keepalive): Kill processes that did not send a message
13912 since the last ping.
13913 (rcirc-mode): Give rcirc-topic a local binding here.
13914
13915 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
13916
13917 * subr.el (read-passwd): Fontify the prompt as we do with other
13918 prompts.
13919
13920 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
13921
13922 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
13923 binding buffer-read-only to nil.
13924
13925 2005-11-19 Eli Zaretskii <eliz@gnu.org>
13926
13927 * complete.el (partial-completion-mode):
13928 Mention completion-auto-help in the doc string.
13929
13930 * man.el (Man-highlight-references): Doc fix. Reformat code in a
13931 more Lisp-ish way.
13932
13933 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
13934
13935 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
13936 digits, not 8, to avoid misalignment for files larger than 100MB.
13937
13938 2005-11-19 Eli Zaretskii <eliz@gnu.org>
13939
13940 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
13941 Mention "keyboard shortcuts" in the help text.
13942
13943 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13944
13945 * startup.el (fancy-splash-default-action): Discard only
13946 mouse-down and succeeding mouse-up events in the splash screen
13947 window so that drag-n-drop event can be processed.
13948
13949 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
13950
13951 * longlines.el (longlines-mode): Add hacks for mail-mode and
13952 message-mode.
13953
13954 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
13955
13956 * textmodes/org.el (org-table-sort-lines): New command.
13957 (org-tbl-menu): Add entry for `org-table-sort-lines'.
13958 (org-add-file): Command removed, use `org-agenda-file-to-front'
13959 instead.
13960 (org-export-icalendar): Use `org-icalendar-combined-name'.
13961 (org-cycle-agenda-files, org-agenda-file-to-end)
13962 (org-agenda-file-to-front): New commands.
13963 (org-table-tab-jumps-over-hlines, org-export-html-style):
13964 New options.
13965 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
13966 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
13967 New functions.
13968 (org-fill-paragraph): Call `org-table-align' in tables.
13969 (org-mode): Call `org-set-autofill-regexps'.
13970 (org-export-as-html): Support for local handformatted lists.
13971 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
13972 (org-export-local-list-max-depth): New option.
13973 (org-html-expand): Use `org-html-protect'.
13974
13975 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
13976
13977 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
13978 to "p".
13979 (gdb): Move definition of gud-pp to...
13980
13981 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
13982 speedbar.
13983 (gdb-find-watch-expression): New function.
13984
13985 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
13986
13987 * faces.el (face-attribute, set-face-attribute): Mention existence
13988 of `:ignore-defface' setting in docstring.
13989
13990 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
13991
13992 * simple.el (completion-setup-function): Fix last change.
13993
13994 2005-11-17 John Paul Wallington <jpw@pobox.com>
13995
13996 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
13997 Use `posn-set-point' instead of `mouse-set-point' because the
13998 latter is not fbound when configured without X.
13999
14000 * comint.el (comint-insert-input): Likewise.
14001
14002 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
14003
14004 * simple.el (hard-newline): New variable.
14005 (sendmail-user-agent-compose, next-line): Use it.
14006
14007 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
14008 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
14009 (mail-mail-reply-to, mail-mail-followup-to)
14010 (mail-position-on-field, mail-signature, mail-yank-original)
14011 (mail-attach-file): Likewise.
14012
14013 * mail/mailheader.el (mail-header-format)
14014 (mail-header-format-function): Likewise.
14015
14016 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
14017
14018 2005-11-17 Juri Linkov <juri@jurta.org>
14019
14020 * font-lock.el (font-lock-faces): Rename this defgroup from
14021 `font-lock-highlighting-faces'.
14022 (font-lock-comment-face, font-lock-comment-delimiter-face)
14023 (font-lock-string-face, font-lock-doc-face)
14024 (font-lock-keyword-face, font-lock-builtin-face)
14025 (font-lock-function-name-face, font-lock-variable-name-face)
14026 (font-lock-type-face, font-lock-constant-face)
14027 (font-lock-warning-face, font-lock-negation-char-face)
14028 (font-lock-preprocessor-face)
14029 (font-lock-regexp-grouping-backslash)
14030 (font-lock-regexp-grouping-construct): Rename :group from
14031 `font-lock-highlighting-faces' to `font-lock-faces'.
14032
14033 * cus-edit.el (lisp, c, tex):
14034 * progmodes/ada-mode.el (ada):
14035 * progmodes/asm-mode.el (asm):
14036 * progmodes/cperl-mode.el (cperl-faces):
14037 * progmodes/cpp.el (cpp):
14038 * progmodes/dcl-mode.el (dcl):
14039 * progmodes/f90.el (f90):
14040 * progmodes/fortran.el (fortran):
14041 * progmodes/icon.el (icon):
14042 * progmodes/idlwave.el (idlwave-misc):
14043 * progmodes/m4-mode.el (m4):
14044 * progmodes/make-mode.el (makefile):
14045 * progmodes/meta-mode.el (meta-font):
14046 * progmodes/modula2.el (modula2):
14047 * progmodes/octave-mod.el (octave):
14048 * progmodes/pascal.el (pascal):
14049 * progmodes/perl-mode.el (perl):
14050 * progmodes/prolog.el (prolog):
14051 * progmodes/ps-mode.el (PostScript-edit):
14052 * progmodes/scheme.el (scheme):
14053 * progmodes/sh-script.el (sh-script):
14054 * progmodes/simula.el (simula):
14055 * progmodes/tcl.el (tcl):
14056 * textmodes/nroff-mode.el (nroff):
14057 * textmodes/reftex-vars.el (reftex-fontification-configurations):
14058 * textmodes/sgml-mode.el (sgml):
14059 * textmodes/texinfo.el (texinfo):
14060 Add :link (custom-group-link font-lock-faces) to defgroup.
14061
14062 * hi-lock.el (hi-lock): Rename this defgroup from
14063 `hi-lock-interactive-text-highlighting'. Change parent group from
14064 `faces' to `font-lock'. Add link to the manual.
14065 (hi-lock-mode, hi-lock-file-patterns-range)
14066 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
14067 `hi-lock-interactive-text-highlighting' to `hi-lock'.
14068 (hi-lock-faces): Add :group `faces'.
14069
14070 * cus-edit.el (custom-variable-prompt): Clarify the code.
14071
14072 * faces.el (face-read-string): Set the default value arg of
14073 completing-read.
14074
14075 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
14076
14077 * rfn-eshadow.el (file-name-shadow-properties)
14078 (file-name-shadow-tty-properties, file-name-shadow-mode):
14079 Remove autoloads, because the file is now preloaded.
14080
14081 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14082
14083 * printing.el (easy-menu-intern): Don't define.
14084 (pr-get-symbol): Use easy-menu-intern only if defined.
14085
14086 * simple.el (blink-matching-open): Simplify a bit.
14087 (completion-setup-function): Fix the case of partial-completion-mode
14088 when the minibuffer's contents start with "-".
14089 Obey completion-base-size-function even when
14090 minibuffer-completing-file-name is non-nil.
14091
14092 2005-11-16 Richard M. Stallman <rms@gnu.org>
14093
14094 * net/eudcb-ph.el (eudc-ph-open-session):
14095 Use set-process-query-on-exit-flag.
14096
14097 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
14098
14099 * international/ucs-tables.el (ucs-set-table-for-input):
14100 Use make-local-variable, not make-variable-buffer-local.
14101
14102 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14103 Improve warning message text.
14104
14105 * savehist.el (savehist-save-hook): Add :group.
14106
14107 * menu-bar.el (menu-bar-help-menu):
14108 Rename Find Extra Packages to External Packages.
14109
14110 * cus-edit.el (Custom-reset-standard): Verify that
14111 :custom-standard-value prop exists before calling it.
14112
14113 * apropos.el (apropos-calc-scores): Use apropos-pattern.
14114
14115 2005-11-16 Martin Rudalics <rudalics@gmx.at>
14116
14117 * wid-edit.el (color): Enclose %t in %{...%}.
14118
14119 * cus-edit.el (face): Enclose %t in %{...%}.
14120
14121 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
14122
14123 * savehist.el (savehist-mode-hook): Re-add the var.
14124 (savehist-mode): Use it.
14125
14126 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
14127
14128 * textmodes/flyspell.el: Fix commenting convention.
14129 Remove unnecessary leading * in custom docstrings.
14130 (flyspell-emacs): Remove unused var.
14131 (flyspell-delete-region-overlays): Use remove-overlays.
14132 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
14133 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
14134 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
14135 (flyspell-debug-signal-word-checked): Use with-current-buffer.
14136 (make-flyspell-overlay): Don't locally reuse a global name.
14137 (flyspell-highlight-incorrect-region)
14138 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
14139 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
14140 (flyspell-notify-misspell): Remove unused args `start' and `end'.
14141 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
14142 Wrap calls to accept-process-output inside with-local-quit since it's
14143 often called from a post-command-hook.
14144 (flyspell-correct-word, flyspell-auto-correct-word):
14145 Use ispell-send-string.
14146 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
14147
14148 * calendar/diary-lib.el (diary-list-entries): Also hide the
14149 terminating newline.
14150
14151 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
14152
14153 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
14154 window-system, to allow fonts on tty.
14155
14156 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
14157
14158 * progmodes/gud.el (gud-speedbar-item-info): New function.
14159 (gud-install-speedbar-variables): Use it to display data type
14160 of watch expression as a tooltip in speedbar.
14161
14162 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
14163
14164 * font-core.el (global-font-lock-mode): Add :version keyword,
14165 because default was changed.
14166
14167 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
14168
14169 * startup.el (command-line): Use `custom-reevaluate-setting' for
14170 `file-name-shadow-mode'.
14171
14172 * loadup.el: Preload rfn-eshadow.
14173
14174 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
14175 Add :version keyword.
14176 (file-name-shadow-properties, file-name-shadow-tty-properties)
14177 (file-name-shadow): Add :version keyword.
14178
14179 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
14180 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
14181 in the custom-group property of the symbol frames and the fringe
14182 group got no link to its parent group frames.
14183 Doc fix.
14184
14185 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
14186
14187 * progmodes/gud.el (gud-stop-subjob): New function.
14188 (gud-menu-map, gud-tool-bar-map): Use it.
14189
14190 2005-11-16 Kim F. Storm <storm@cua.dk>
14191
14192 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
14193 than kill it.
14194 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
14195 to a more useful/logical place.
14196
14197 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
14198
14199 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
14200 go buttons complementary.
14201
14202 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
14203
14204 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
14205 (rfn-eshadow-sifn-equal): New function.
14206 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
14207
14208 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
14209
14210 * viper-utils.el (viper-non-word-characters-reformed-vi):
14211 Quote `-' in string.
14212
14213 * viper.el (viper-emacs-state-mode-list): Ensure that
14214 rcirc-mode buffers come up in Emacs state.
14215
14216 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
14217 operation.
14218
14219 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
14220
14221 * term.el (term-termcap-format): Fix typos.
14222 (term-down): Fix the negative argument case.
14223
14224 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
14225
14226 * progmodes/gdb-ui.el: Remove face-alias left over from change on
14227 2005-08-15.
14228 (gdb-ann3): New command gud-go.
14229 (menu): Accomodate gdb-mi.el.
14230 (gdb-assembler-custom): Make buffer of selected window current
14231 so that set-window-point works.
14232
14233 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
14234 buttons and include new ones.
14235
14236 2005-11-16 Kim F. Storm <storm@cua.dk>
14237
14238 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
14239 (gud-menu-map): Use it.
14240
14241 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
14242
14243 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
14244 that works correctly for Custom and that does not override a user
14245 who disables it.
14246
14247 * help-mode.el (help-make-xrefs, help-xref-on-pp)
14248 (help-xref-interned, help-follow): Make hyperlinks for variables
14249 that are unbound, but have a non-nil variable-documentation property.
14250
14251 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
14252 mode hook. (It conflicted with defcustoms for some mode hooks.)
14253 Use the `variable-documentation' property to give the mode hook a
14254 docstring and expand that docstring.
14255
14256 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
14257
14258 * savehist.el (savehist-mode): Don't bother with
14259 `custom-set-minor-mode'.
14260 (savehist-coding-system): Check XEmacs version.
14261 (history-length): Declare also at run time.
14262 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
14263 Don't set the customize state.
14264 (savehist-minibuffer-hook): Special case for when
14265 minibuffer-history-variable is equal to t.
14266
14267 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
14268
14269 * files.el (write-file): Refresh VC status.
14270
14271 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
14272 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
14273 than fundamental-mode to see if the mode was set.
14274
14275 2005-11-14 Romain Francoise <romain@orebokech.com>
14276
14277 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
14278 dummy function in `eval-when-compile' to avoid compiler warning.
14279 Require `man' at compile time.
14280
14281 2005-11-14 Jay Belanger <belanger@truman.edu>
14282
14283 * calc-alg.el (calcFunc-write-out-power): Rename it to
14284 calcFunc-powerexpand.
14285 (math-write-out-power): Rename it to math-powerexpand; have it
14286 handle negative exponents.
14287 (calc-writeoutpower): Rename it to calc-powerexpand.
14288
14289 * calc-ext.el: Change calcFunc-writeoutpower and
14290 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
14291 autoloads.
14292 Add calcFunc-ldiv to autoloads.
14293
14294 * calc-arith.el (calcFunc-ldiv): New function.
14295
14296 * calc.el (calc-left-divide): New function.
14297
14298 2005-11-14 Juri Linkov <juri@jurta.org>
14299
14300 * cus-edit.el (custom-variable-prompt): Set the default value arg
14301 of completing-read.
14302
14303 * cus-dep.el (custom-make-dependencies): Reverse the list of
14304 found dependencies.
14305
14306 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
14307
14308 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
14309 Highlighting" entry, it is on by default now.
14310 (menu-bar-options-save): Do not save global-font-lock-mode.
14311
14312 2005-11-13 Richard M. Stallman <rms@gnu.org>
14313
14314 * textmodes/flyspell.el (flyspell-large-region):
14315 Call flyspell-accept-buffer-local-defs.
14316
14317 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
14318
14319 * textmodes/flyspell.el (flyspell-notify-misspell):
14320 Fix misspelling of "Misspelling".
14321 (flyspell-process-localwords): New function.
14322 (flyspell-large-region): Call flyspell-process-localwords and
14323 flyspell-delete-region-overlays.
14324 (flyspell-delete-region-overlays): New function.
14325 (flyspell-delete-all-overlays): Call that.
14326
14327 2005-11-13 Richard M. Stallman <rms@gnu.org>
14328
14329 * help.el (help-for-help-internal): Improve doc of C-h a.
14330 (describe-key): Improve prompt; doc fix.
14331
14332 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14333
14334 * vc-svn.el (vc-svn-registered): Catch all errors.
14335
14336 * cus-dep.el (custom-make-dependencies): Typo.
14337
14338 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
14339
14340 * net/tramp-util.el (top): Fix compilation warning.
14341
14342 2005-11-13 Kim F. Storm <storm@cua.dk>
14343
14344 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
14345
14346 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
14347
14348 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
14349 (gud-speedbar-buttons): Match on "const char *" too.
14350
14351 * progmodes/gdb-ui.el (gdb-var-create-handler)
14352 (gdb-var-list-children-handler): Match on "const char *" too.
14353 (gdb-var-evaluate-expression-handler): Match on empty string.
14354 (gdb-var-update-handler): Only call
14355 gdb-var-evaluate-expression-handler when required.
14356
14357 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
14358
14359 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
14360 selected window. This still doesn't work for speedbar.
14361 (gud-speedbar-buttons): Handle string expressions properly.
14362
14363 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14364 (gdb-var-create-handler): Handle string expressions properly.
14365 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
14366 Handle string expressions properly. Move "type" field into regexp.
14367
14368 2005-11-12 Karl Fogel <kfogel@red-bean.com>
14369
14370 * bookmark.el (bookmark-maybe-message): New function to reduce
14371 code duplication: invokes `message' iff baud-rate is high enough.
14372 (bookmark-write-file): Use above instead of an inline conditional.
14373 (bookmark-load): Same.
14374
14375 2005-11-12 Karl Fogel <kfogel@red-bean.com>
14376
14377 * bookmark.el (bookmark-write-file): Don't visit the destination
14378 file, just write the data to it using write-region. This is
14379 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
14380 change to avoid visiting the file in the first place.
14381
14382 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
14383
14384 * hi-lock.el (hi-lock-mode): Set the default value of
14385 font-lock-defaults.
14386
14387 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
14388
14389 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
14390 arg to `file-attributes'.
14391 (find-lisp-format): The UID and GID can now be strings.
14392
14393 2005-11-12 Kim F. Storm <storm@cua.dk>
14394
14395 * help.el (help-map): Bind C-h d to apropos-documentation.
14396
14397 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
14398 when point is at end-of-buffer.
14399
14400 * apropos.el (apropos-match-face): Doc fix.
14401 (apropos-sort-by-scores): Add new choice `verbose'.
14402 (apropos-documentation-sort-by-scores): New defcustom.
14403 (apropos-pattern): Now contains the pattern entered by the user.
14404 (apropos-pattern-quoted): New defvar.
14405 (apropos-regexp): New defvar, containing the regexp corresponding
14406 to apropos-pattern.
14407 (apropos-all-words-regexp): Rename from apropos-all-regexp.
14408 (apropos-read-pattern): New defun. Use it to read pattern arg in
14409 interactive calls; returns list of words for a word list, and
14410 string for a regexp.
14411 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
14412 parses a list of words or regexp as returned by apropos-read-pattern.
14413 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
14414 (apropos-score-doc): Return a very high score if the string
14415 entered by the user matches literally.
14416 (apropos-variable): Doc fix. Use apropos-read-pattern.
14417 (apropos-command): Doc fix. Use apropos-read-pattern and
14418 apropos-parse-pattern. Call apropos-print with nosubst=t.
14419 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
14420 apropos-parse-pattern.
14421 (apropos-documentation): Doc fix. Use apropos-read-pattern and
14422 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
14423 apropos-documentation-sort-by-scores. Call apropos-print with
14424 nosubst=t.
14425 (apropos-documentation-internal): Pass doc string through
14426 substitute-key-definition before adding text properties.
14427 Highlight substring matching literal user input if possible.
14428 (apropos-documentation-check-doc-file): Remove locals beg and end.
14429 Fix calculation of score (as added twice). Pass doc string through
14430 substitute-key-definition before adding text properties.
14431 (apropos-documentation-check-elc-file): Pass doc string through
14432 substitute-key-definition before adding text properties.
14433 Highlight substring matching literal user input if possible.
14434 (apropos-print): Add new arg NOSUBST; if set, command and variable
14435 doc strings have already been passed through substitute-key-definition.
14436 Add code to handle apropos-accumulator items without score element
14437 for backwards compatibility (e.g. with woman package).
14438 Only show scores if apropos-sort-by-scores is `verbose'.
14439
14440 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
14441
14442 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
14443 Add jka-compr-load-suffixes to load-suffixes.
14444
14445 * jka-compr.el: Require jka-cmpr-hook.
14446 (jka-compr-info-compress-message, jka-compr-info-compress-program)
14447 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
14448 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
14449 (jka-compr-info-can-append, jka-compr-info-strip-extension)
14450 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
14451 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
14452 (jka-compr-uninstall): Remove entries from
14453 jka-compr-added-to-file-coding-system-alist after they are used.
14454 (jka-compr-error): Remove unused var `curbuf'.
14455 (jka-compr-file-local-copy): Remove unused var `notfound'.
14456
14457 2005-11-10 Romain Francoise <romain@orebokech.com>
14458
14459 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
14460
14461 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
14462
14463 * progmodes/gud.el (gud-menu-map): Move parentheses.
14464 (gdb): New command gud-pv.
14465
14466 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
14467
14468 * tar-mode.el: Remove spurious or unnecessary leading stars
14469 in docstrings.
14470 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
14471 (tar-parse-octal-integer-safe): Use mapc.
14472 (tar-header-block-summarize): Remove unused var `ck'.
14473 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
14474 cleared before. Obey default-enable-multibyte-characters.
14475 Use mapconcat. Simplify setting of tar-header-offset.
14476 (tar-mode-map): Move initialization inside delcaration.
14477 (tar-flag-deleted): Use `abs'.
14478 (tar-expunge-internal): Remove unused var `line'.
14479 (tar-expunge-internal): Don't hardcode point-min==1.
14480 (tar-expunge): Widen while doing set-buffer-multibyte.
14481 (tar-rename-entry): Use file-name-coding-system.
14482 (tar-alter-one-field): Don't hardcode point-min==1.
14483 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
14484 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
14485
14486 2005-11-10 Masatake YAMATO <jet@gyve.org>
14487
14488 * add-log.el (add-log-current-defun): Handle class::method
14489 notation of c++. Fix incorrect comment.
14490
14491 2005-11-10 Alan Mackenzie <acm@muc.de>
14492
14493 * help-fns.el (describe-variable): Make C-h v work when a variable
14494 has variable documentation yet is unbound.
14495
14496 2005-11-10 Masatake YAMATO <jet@gyve.org>
14497
14498 * man.el (Man-highlight-references): Set an empty
14499 string to `Man-arguments' if it is nil.
14500 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
14501
14502 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14503
14504 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
14505 commenting conventions.
14506
14507 * cus-dep.el (custom-make-dependencies): Simplify.
14508 Better follow the commenting conventions.
14509
14510 2005-11-09 Richard M. Stallman <rms@gnu.org>
14511
14512 * apropos.el (apropos-pattern): Rename from apropos-regexp.
14513 (apropos-orig-pattern): Rename from apropos-orig-regexp.
14514 All uses changed.
14515 (apropos-rewrite-regexp): Doc fix.
14516 (apropos-variable, apropos-command, apropos, apropos-value):
14517 Change prompt; carry through the argument renaming.
14518
14519 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
14520
14521 * find-lisp.el: Require dired.
14522 (find-lisp-find-dired-internal): Do not call
14523 `abbreviate-file-name' on DIR.
14524
14525 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
14526
14527 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
14528
14529 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
14530
14531 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
14532 when using the speedbar.
14533 (gdb): New command gud-pp.
14534 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
14535
14536 2005-11-09 Juri Linkov <juri@jurta.org>
14537
14538 * replace.el (occur-excluded-properties): New defcustom.
14539 (occur-1, occur-engine, occur-accumulate-lines): Use it.
14540
14541 2005-11-08 Jay Belanger <belanger@truman.edu>
14542
14543 * calc/calc-units.el (math-convert-units): Replace any composite
14544 unit by its definition.
14545
14546 2005-11-08 Lars Hansen <larsh@soem.dk>
14547
14548 * emacs-lisp/autoload.el (update-directory-autoloads):
14549 Add obsolete function alias.
14550
14551 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
14552
14553 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
14554 comment-indent-function.
14555 (lisp-comment-indent): Replace by an alias for comment-indent-default.
14556
14557 * reveal.el (reveal-post-command): Rework the handling of
14558 reveal-open-spots, so as to be more reliable. There were several
14559 tricky corner cases where an open spot might be lost, or where
14560 a closed spot might end up on the list of open spots.
14561 Only reveal text that's ellipsised.
14562
14563 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
14564
14565 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
14566
14567 2005-11-07 John Paul Wallington <jpw@gnu.org>
14568
14569 * ibuffer.el (ibuffer): Search iconified frames too when
14570 getting Ibuffer buffer's window.
14571
14572 2005-11-06 Richard M. Stallman <rms@gnu.org>
14573
14574 * progmodes/compile.el (compilation-internal-error-properties):
14575 save-excursion around the computation of MARKER.
14576
14577 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
14578
14579 * textmodes/flyspell.el (flyspell-external-point-words):
14580 flyspell-get-word returns a list, not just a string.
14581
14582 2005-11-06 John Paul Wallington <jpw@pobox.com>
14583
14584 * ibuffer.el (ibuffer): Search all visible frames when getting
14585 Ibuffer buffer's window.
14586
14587 2005-11-07 Masatake YAMATO <jet@gyve.org>
14588
14589 * man.el (Man-reference-regexp): Accept spaces between
14590 `Man-name-regexp' and `Man-section-regexp'.
14591 (Man-apropos-regexp): New variable.
14592 (Man-abstract-xref-man-page): Use value for `Man-target-string'
14593 if available.
14594 (Man-highlight-references, Man-highlight-references0):
14595 Handle the case when `Man-arguments' includes "-k".
14596 (Man-highlight-references0): Rename the argument `TARGET-POS' to
14597 `TARGET'. `TARGET' can be a number, function or nil.
14598
14599 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
14600
14601 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
14602 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
14603 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
14604 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
14605 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
14606 (gdb-send-item): Use buffer-local-value and simplify.
14607
14608 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
14609
14610 * startup.el (command-line): Use `custom-reevaluate-setting' for
14611 `global-font-lock-mode'.
14612
14613 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
14614 by default, except in batch mode or when the -D option is given.
14615
14616 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
14617 specified keyword args on to `define-minor-mode'. Update docstring.
14618
14619 2005-11-05 Romain Francoise <romain@orebokech.com>
14620
14621 * replace.el (occur-engine): Add marker at end of line, too.
14622
14623 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
14624
14625 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14626 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14627 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14628 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14629 argument to all these routines, so the passphrase can be managed
14630 externally and passed in to the system.
14631 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14632 pgg-add-passphrase-to-cache function.
14633
14634 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14635 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
14636 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
14637 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
14638 argument to all these routines, so the passphrase can be managed
14639 externally and passed in to the system.
14640 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
14641 function.
14642
14643 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
14644
14645 * font-lock.el: Don't deal with font-lock-face-attributes here,
14646 move the code ...
14647
14648 * startup.el (command-line): ... here. Use face-spec-set instead
14649 of custom-declare-face.
14650
14651 * faces.el (face-spec-set): Reset the face if spec is not nil.
14652
14653 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
14654
14655 * newcomment.el (comment-region-internal): Box more tightly in the
14656 common case where there's no TAB in the boxed text.
14657
14658 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14659
14660 * info.el (info-tool-bar-map): Use images prev-node, next-node and
14661 up-node.
14662
14663 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
14664
14665 * newsticker.el: Commentary updated. Code formatting changed.
14666 (newsticker-version): Change to "1.9".
14667 (newsticker, newsticker-feed): Doc fix.
14668 (newsticker-url-list): Doc fix. Add option "Weekly".
14669 (newsticker-retrieval-interval): Add option "Weekly".
14670 (newsticker-headline-processing): Doc fix.
14671 (newsticker-auto-mark-filter): Remove.
14672 (newsticker-auto-mark-filter-list): New.
14673 (newsticker-layout, newsticker-sort-method): Doc fix.
14674 (newsticker-hide-old-items-in-newsticker-buffer)
14675 (newsticker-heading-format, newsticker-item-format)
14676 (newsticker-desc-format): Doc fix.
14677 (newsticker-show-all-rss-elements): Remove.
14678 (newsticker-show-all-news-elements): New.
14679 (newsticker-faces, newsticker-ticker): Doc fix.
14680 (remove-from-invisibility-spec): Code formatting.
14681 (newsticker--process-ids): New.
14682 (newsticker-mode): Doc fix.
14683 (newsticker-mode): Change mode-line-format.
14684 (newsticker-start): Remove debug output.
14685 (newsticker-start-ticker): Doc fix. Add autoload cookie.
14686 (newsticker-w3m-show-inline-images): Code formatting.
14687 (newsticker-next-item): Call `force-mode-line-update'.
14688 (newsticker-previous-item): Call `force-mode-line-update'.
14689 (newsticker-next-feed): Call `force-mode-line-update'.
14690 (newsticker-previous-feed): Call `force-mode-line-update'.
14691 (newsticker-mark-all-items-at-point-as-read): Code formatting.
14692 (newsticker-show-old-items): Do not show descs.
14693 (newsticker-hide-entry): Hide too much.
14694 (newsticker-hide-entry, newsticker-show-entry)
14695 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
14696 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
14697 (newsticker-toggle-auto-narrow-to-item): Code formatting.
14698 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
14699 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
14700 (newsticker-get-news): Call `force-mode-line-update'.
14701 Collect process ids.
14702 (newsticker--sentinel): Change coding system handling.
14703 Move image retrieval to new functions newsticker--get-logo-url-*.
14704 Move feed parsing to new functions newsticker--parse-*.
14705 Update list of process ids.
14706 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
14707 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
14708 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
14709 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
14710 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14711 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
14712 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
14713 (newsticker--decode-coding-string): Remove.
14714 (newsticker--decode-numeric-entities): Check input. Format code.
14715 (newsticker--remove-whitespace): Check input.
14716 (newsticker--do-forget-preformatted): Doc fix.
14717 (newsticker--decode-rfc822-date): Allow for missing time.
14718 (newsticker--update-process-ids): New.
14719 (newsticker--image-sentinel): Change comment.
14720 (newsticker--image-read): Change error message.
14721 (newsticker--imenu-goto): Doc fix. Show headline title.
14722 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
14723 (newsticker--buffer-do-insert-text): Clean whitespace in
14724 html-rendered headline title. Code formatting.
14725 Call `newsticker--buffer-print-extra-elements'.
14726 (newsticker--buffer-print-extra-element): Remove.
14727 (newsticker--buffer-print-extra-elements): New.
14728 (newsticker--buffer-do-print-extra-element): New.
14729 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
14730 large sizes.
14731 (newsticker--run-auto-mark-filter)
14732 (newsticker--do-run-auto-mark-filter):
14733 Use `newsticker-auto-mark-filter-list'.
14734
14735 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
14736
14737 * net/rcirc.el: Use split-string OMIT-NULLS argument.
14738 (rcirc-print): Force redisplay before running hooks. Do long
14739 buffer truncation after making new text read-only. Deal with nil
14740 text when decoding strings. If TARGET is nil, use either the
14741 currently selected buffer, if it is an rcirc buffer and of the
14742 same process or the process buffer.
14743 (rcirc-mode): Remove header-line. Recompute short buffer names.
14744 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
14745 (rcirc-short-buffer-name): Add variable.
14746 (rcirc-kill-buffer-hook): Recompute short buffer names.
14747 Remove nick from private channel.
14748 (rcirc-send-input): Send command text to current-buffer.
14749 Don't clear overlay arrow here.
14750 (rcirc-short-buffer-name): Return a short buffer name.
14751 (rcirc-update-short-buffer-names, rcirc-abbreviate)
14752 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
14753 buffer-name abbreviations.
14754 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
14755 Do not touch nick-table when killing a parted channel.
14756 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
14757 Clear arrow from current buffer if it is now hidden.
14758 (rcirc-current-buffer): Add variable.
14759 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
14760 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
14761 Remove -face from names.
14762 (rcirc-update-activity-string): Print "DND" when globally ignoring
14763 activity.
14764 (rcirc-ignore-buffer-activity-flag): Rename from
14765 rcirc-ignore-channel-activity.
14766 (rcirc-ignore-all-activity-flag): Doc fix.
14767 (rcirc-channels): Remove variable.
14768 (rcirc-kill-buffer-hook):
14769 (rcirc-get-buffer-create): Add nick to private channel.
14770 (rcirc-multiline-edit-submit): Remove tabs.
14771 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
14772 folded.
14773 (rcirc-remove-nick-channel): Bug fix.
14774 (rcirc-toggle-ignore-buffer-activity): Rename from
14775 rcirc-toggle-ignore-channel-activity.
14776 (rcirc-record-activity): Add buffers to the front of the list.
14777 (rcirc-update-activity): Remove killed buffers from list.
14778 (rcirc-process-server-response-1): Remove last argument if it is
14779 null before calling handler.
14780 (rcirc): Add "rcirc" defcustom prefix.
14781 (rcirc-prompt): Simplify default prompt.
14782 Use custom-initialize-default.
14783 (rcirc-private-chats): Remove variable.
14784 (rcirc-prompt): Change initialization.
14785 (rcirc-version): Remove function.
14786 (rcirc-id-string): Add constant.
14787 (rcirc-last-buffer): Remove variable.
14788 (rcirc-buffer-alist): Add variable.
14789 (rcirc-connect): Update variable setup.
14790 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
14791 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
14792 default.
14793 (rcirc-handler-generic): Trigger activity.
14794 (rcirc-send-message): Create the buffor of the target.
14795 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
14796 (rcirc-get-buffer): Just return nil if there is no matching buffer.
14797 (rcirc-multiline-edit-cancel): Remove function.
14798 (rcirc-set-last-buffer): Remove function.
14799 (rcirc-get-any-buffer): Add function.
14800 (rcirc-join-channels): Don't print /join text.
14801 (rcirc-toggle-ignore-channel-activity): Add and update echo area
14802 messages.
14803 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
14804 (rcirc-handler-NOTICE): Recognize CTCP responses.
14805 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
14806 constructing TOPIC string for buffers we are not JOINed.
14807 (rcirc-handler-CTCP-response): Add handler.
14808 (rcirc-multiline-edit-submit): Restore the window-configuration
14809 before adjusting point.
14810 (rcirc): Add customization group.
14811 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
14812 (rcirc-user-full-name, rcirc-startup-channels-alist)
14813 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
14814 (rcirc-ignore-all-activity-flag, rcirc-time-format)
14815 (rcirc-input-ring-size, rcirc-read-only-flag)
14816 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
14817 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
14818 Change defvar to defcustom.
14819 (rcirc-update-prompt): Add optional ALL arg, which will update
14820 prompts in all rcirc buffers. Regexp quote replacement text.
14821 (rcirc-fill-column): Accept frame-width as a value.
14822 (rcirc-set-changed): Add function.
14823 (rcirc-next-active-buffer): Write more meaningful messages.
14824 (rcirc-faces): Add customization group.
14825 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
14826 (rcirc-nick-in-message-face, rcirc-prompt-face)
14827 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
14828 (with-rcirc-process-buffer): Move before first usage.
14829 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
14830 (rcirc-debug-flag): Rename from `rcirc-log-p'.
14831 (rcirc-debug): Rename from `rcirc-log'.
14832 (rcirc-format-response-string): Do not print `-' chars for a
14833 NOTICE with no sender. Simplify output of server responses.
14834
14835 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
14836
14837 (rcirc-browse-url-map, rcirc-browse-url-at-point)
14838 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
14839 Make urls mouse and RET clickable.
14840
14841 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
14842
14843 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
14844
14845 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
14846
14847 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14848 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14849 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14850 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14851 argument to all these routines, so the passphrase can be managed
14852 externally and passed in to the system.
14853 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14854 pgg-add-passphrase-to-cache function.
14855
14856 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14857 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
14858 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
14859 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
14860 argument to all these routines, so the passphrase can be managed
14861 externally and passed in to the system.
14862 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
14863 function.
14864
14865 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
14866
14867 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
14868 from goto-address-url-regexp.
14869
14870 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
14871
14872 * textmodes/org.el (org-read-date, org-goto-calendar)
14873 (org-recenter-calendar, org-agenda-goto-calendar):
14874 Temporarily clear `calendar-move-hook'.
14875
14876 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
14877
14878 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
14879 merging.
14880
14881 * ediff-util.el (ediff-previous-difference): Don't skip regions that
14882 have merge clashes.
14883
14884 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14885
14886 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14887 Undo previous change.
14888
14889 * startup.el (command-line): Use `custom-reevaluate-setting' for
14890 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
14891 tty-register-default-colors on Mac.
14892
14893 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
14894
14895 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
14896 (gdb-buffer-type): Make it automatically buffer local...
14897 (gdb-get-create-buffer): ...and set it accordingly.
14898 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
14899 actually work.
14900
14901 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
14902
14903 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
14904 not red.
14905
14906 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
14907
14908 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
14909 case GUD buffer is not visible.
14910 (gdb-goto-breakpoint): Try to force display in source buffer.
14911 (gdb-frame-gdb-buffer): Copy other similar functions.
14912 (gdb-restore-windows): Don't display source if not asked for.
14913 (gdb-assembler-buffer-name): Don't capitalise.
14914
14915 2005-11-03 Richard M. Stallman <rms@gnu.org>
14916
14917 * wid-edit.el (key-sequence): New widget type.
14918
14919 * simple.el (set-mark-command-repeat-pop): New variable.
14920 (set-mark-command): Only interpret plan C-@ after a pop as a pop
14921 if set-mark-command-repeat-pop is true.
14922
14923 * info.el (Info-fontify-node): Don't display extra "see" if there
14924 already is one here.
14925
14926 * mouse.el: Fix special handling of DEL after dragging a region:
14927 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
14928 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
14929
14930 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
14931
14932 * textmodes/ispell.el (ispell-command-loop): Change `i' description
14933 not to assume it pertains to an affix.
14934
14935 * textmodes/flyspell.el (flyspell-post-command-hook):
14936 Bind deactivate-mark to prevent deactivation.
14937
14938 2005-11-03 Lars Hansen <larsh@soem.dk>
14939
14940 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
14941 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
14942 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
14943
14944 2005-11-03 Romain Francoise <romain@orebokech.com>
14945
14946 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
14947 Update copyright years.
14948
14949 2005-11-03 Sam Steingold <sds@gnu.org>
14950
14951 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14952 Use system-type instead of window-system because window-system is not
14953 correctly defined during loadup.
14954
14955 2005-11-02 Mark A. Hershberger <mah@everybody.org>
14956
14957 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
14958 (xml-parse-tag): Join strings separated by a comment properly.
14959
14960 2005-11-02 Andreas Schwab <schwab@suse.de>
14961
14962 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
14963
14964 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
14965
14966 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
14967 (byte-optimize-pure-func): Quote the eval'd value.
14968
14969 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
14970 Rename from perl-font-lock-syntactic-face-function.
14971 Change the calling convention so it can be used as a font-lock MATCHER.
14972 Do the parse-partial-sexp loop outselves.
14973 (perl-font-lock-syntactic-keywords): Use it.
14974 (perl-mode): Don't set font-lock-syntactic-face-function any more.
14975
14976 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
14977
14978 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
14979 disassembly buffer too.
14980 (gdb-exited): Remove overlay arrows when execution has finished.
14981 (gdb-info-frames-custom, gdb-info-threads-custom)
14982 (gdb-info-registers-custom): Don't add inappropriate text
14983 properties if inferior is not active.
14984
14985 2005-11-02 Glenn Morris <rgm@gnu.org>
14986
14987 * progmodes/fortran.el (fortran-blink-match):
14988 Use `blink-matching-delay'.
14989
14990 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
14991
14992 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
14993
14994 2005-11-02 Lars Hansen <larsh@soem.dk>
14995
14996 * net/tramp.el (tramp-action-out-of-band): Handle scp message
14997 "Permission denied".
14998
14999 2005-11-01 Richard M. Stallman <rms@gnu.org>
15000
15001 * textmodes/flyspell.el (flyspell-external-point-words):
15002 Pass nil to flyspell-get-word.
15003
15004 2005-11-02 Kim F. Storm <storm@cua.dk>
15005
15006 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
15007 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
15008
15009 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
15010
15011 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
15012 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
15013 (calendar-mouse-print-dates): Add optional `event' argument.
15014 Update interactive-spec.
15015 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
15016 Use `calendar-event-to-date' instead of `event'.
15017
15018 2005-11-02 Masatake YAMATO <jet@gyve.org>
15019
15020 * progmodes/ld-script.el (ld-script-builtins):
15021 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
15022 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
15023 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
15024
15025 2005-11-01 Romain Francoise <romain@orebokech.com>
15026
15027 * vc-sccs.el: Update copyright year.
15028 * ezimage.el: Likewise.
15029
15030 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
15031
15032 * info.el (Info-fontify-node): Use `string-width' for fontifying
15033 underlined titles.
15034
15035 2005-11-01 Juri Linkov <juri@jurta.org>
15036
15037 * info.el (Info-fontify-node): Downcase node header keywords Node,
15038 Prev, Next, Up before comparison.
15039 (Info-history): Insert absolute directory name, and put invisible
15040 property on it.
15041
15042 2005-11-01 Juri Linkov <juri@jurta.org>
15043
15044 * info.el (Info-file-supports-index-cookies): New variable.
15045 (Info-find-node-2): Check makeinfo version for index cookie support.
15046 (Info-index-nodes): Search for nodes with index cookies only when
15047 Info-file-supports-index-cookies is t. Otherwise, search nodes
15048 with "Index" in the node name.
15049 (Info-index-node): Search index cookie in the current node only when
15050 Info-file-supports-index-cookies is t. Otherwise, check the word
15051 "Index" in the node name.
15052 (Info-find-emacs-command-nodes): Remove code that searches nodes
15053 with "Index" node name in the top menu.
15054
15055 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
15056
15057 * progmodes/scheme.el (scheme-mode-variables): Use the default
15058 comment-indent-function.
15059
15060 * faces.el (face-attribute): Handle the case where a face inherits from
15061 a non-existent face.
15062
15063 * simple.el (eval-expression-print-format): Use lisp-readable syntax
15064 for octal and hexa output, and merge the char into the paren.
15065 (kill-new): Use push.
15066 (copy-to-buffer): Use with-current-buffer.
15067 (completion-setup-function): Move code in loop to remove redundancy.
15068 (minibuffer-local-must-match-map): Don't add bindings that duplicate
15069 those inherited from minibuffer-local-completion-map.
15070
15071 * savehist.el (savehist-mode) <defcustom>:
15072 Use custom-set-minor-mode if available.
15073 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
15074 and emit a message if applicable.
15075
15076 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
15077
15078 * savehist.el: Sync up to version 19.
15079 (savehist-mode): New minor mode.
15080 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
15081 (savehist-length): Remove (use history-length instead).
15082 (savehist-file-modes): Rename from savehist-modes.
15083 (savehist-save-hook, savehist-loaded): New vars.
15084 (savehist-load): Use savehist-mode. Try to smooth up transition from
15085 old format to new format.
15086 (savehist-install): Allow savehist-autosave-interval to be nil.
15087 (savehist-save): Run the new hook. Be more careful to only trim the
15088 history variables.
15089 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
15090 (savehist-printable): Print into a buffer rather than char-by-char.
15091
15092 2005-11-01 John Wiegley <johnw@newartisans.com>
15093
15094 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
15095 toggle-ignore keybinding (C-a). The author said it had been
15096 disabled much earlier due to a possible incompatibility, but after
15097 many months of usage I have encountered no problems (and it is a
15098 rather useful option, especially for switching to " *temp*").
15099
15100 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
15101 support for OS/X's AddressBook, by calling out to the open source
15102 program "contacts" (installable through Fink).
15103
15104 * net/eudc.el (eudc-expand-inline): If the
15105 `eudc-multiple-match-handling-method' is set to `all', delete the
15106 query string before inserting the query result.
15107
15108 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
15109 flag, to prevent Eshell from using the system ls when
15110 `eshell-ls-insert-directory' is in used.
15111 (eshell-ls-insert-directory): Disable font-lock in directory
15112 buffer so that Eshell's own fontification is seen. This broke
15113 recently due to changes in font-lock, so this goes back to version
15114 21 behavior.
15115
15116 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
15117
15118 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
15119 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
15120 (gdb-many-windows): Doc fix.
15121
15122 2005-10-31 Romain Francoise <romain@orebokech.com>
15123
15124 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
15125
15126 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
15127
15128 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
15129 that global-font-lock-mode can be enabled by default.
15130
15131 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
15132 (font-lock-add-keywords, font-lock-remove-keywords)
15133 (font-lock-fontify-buffer): Remove autoload cookies.
15134
15135 * jit-lock.el (jit-lock-register): Likewise.
15136
15137 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
15138
15139 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
15140
15141 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
15142 intact if there is no gud-comint-buffer.
15143
15144 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
15145
15146 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
15147 old prompt comint-prompt-read-only is t and GDB commands are
15148 issued from tool bar etc.
15149
15150 2005-10-31 Masatake YAMATO <jet@gyve.org>
15151
15152 * vc.el (vc-directory-exclusion-list): Add "{arch}".
15153
15154 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
15155
15156 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
15157 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
15158
15159 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
15160
15161 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
15162 starting at beginning of line. Fontification is messed up when
15163 `open-paren-in-column-0-is-defun-start' set to t.
15164 Reported by John Paul Wallington <jpw@pobox.com>.
15165
15166 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
15167
15168 * comint.el (comint-send-input): Call `comint-update-fence' when
15169 `comint-process-echoes' and `comint-prompt-read-only' are both
15170 non-nil, to avoid leftover read-only newline.
15171
15172 2005-10-30 Richard M. Stallman <rms@gnu.org>
15173
15174 * textmodes/flyspell.el (flyspell-external-point-words):
15175 Detect when WORD can't be checked properly because
15176 flyspell-get-word finds just part of it, and move on.
15177
15178 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
15179 boundarychar for Polish.
15180 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
15181 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
15182
15183 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
15184
15185 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
15186 (gdb-registers-font-lock-keywords): Delete.
15187 (gdb-registers-mode): Don't fontify.
15188 (gdb-info-registers-custom): Use text properties instead as, in
15189 future, changed register values will use font-lock-warning-face.
15190 (gdb-local-font-lock-keywords): Rename to...
15191 (gdb-locals-font-lock-keywords): ...for consistency.
15192
15193 2005-10-30 Andre Spiegel <spiegel@gnu.org>
15194
15195 * vc.el (vc-switch-backend): Better error message if the buffer is
15196 not visiting a file under version control.
15197
15198 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
15199
15200 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
15201
15202 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
15203 ~/.emacs.d/.emacs.
15204
15205 2005-10-29 Richard M. Stallman <rms@gnu.org>
15206
15207 * replace.el (occur-mode-mouse-goto): Always go to other window.
15208 (occur-mode-goto-occurrence): Always switch in same window.
15209
15210 * simple.el (undo): Display message at end, not at start.
15211
15212 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
15213 New arg REUSE-CELL.
15214 (cancel-timer-internal): New function.
15215 (timer-event-handler): Use cancel-timer-internal,
15216 and pass the cell it returns to timer-activate...
15217
15218 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
15219 (jit-lock-deferred-fontify, jit-lock-context-fontify)
15220 (jit-lock-after-change): Test memory-full.
15221
15222 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
15223
15224 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15225 part of the decoded armor to find the key-identifier.
15226 (pgg-gpg-lookup-key-owner): New function to return the
15227 human-readable identifier of a key owner.
15228 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
15229 key itself.
15230 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15231 the key value) if we have a key and can match it against a secret
15232 key. Also, added a note pointing out fact that the prompt only
15233 indicates the first matching key.
15234
15235 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
15236 pgg-decrypt-region.
15237 (pgg-pending-timers): A new hash for tracking the passphrase cache
15238 timers, so that new ones supercede old ones.
15239 (pgg-add-passphrase-to-cache): Rename from
15240 `pgg-add-passphrase-cache' to reduce confusion (all callers
15241 changed). Modified to cancel old timers when new ones are added.
15242 (pgg-remove-passphrase-from-cache): Rename from
15243 `pgg-remove-passphrase-cache' to reduce confusion (all callers
15244 changed). Modified to cancel old timers when their keys are
15245 removed from the cache.
15246 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
15247 XEmacs, an indirection to delete-itimer.
15248 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
15249 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
15250 users can only check cache without risk of prompting. Correct bug in
15251 notruncate behavior.
15252 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
15253 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
15254 Add informative docstrings.
15255 (pgg-decrypt): Convey provided passphrase in subordinate call to
15256 pgg-decrypt-region.
15257
15258 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15259 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15260 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15261 `passphrase' argument, so the passphrase can be managed externally
15262 and then passed in to the system.
15263
15264 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15265 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
15266 so the passphrase cache can be used reliably with identifiers
15267 besides a pgp packet's key id.
15268
15269 * pgg-gpg.el (pgg-pgp-encrypt-region)
15270 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15271 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15272 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15273 argument to all these routines, so the passphrase can be managed
15274 externally and passed in to the system.
15275
15276 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15277 `notruncate' argument, so the passphrase cache can be used
15278 reliably with identifiers besides a pgp packet's key id.
15279
15280 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
15281
15282 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15283 symmetric encryption.
15284 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15285 encrypted session key.
15286 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15287 message ask for the passphrase in a proper way.
15288
15289 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15290 New user commands for symmetric encryption.
15291
15292 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
15293
15294 * textmodes/conf-mode.el (conf-assignment-sign)
15295 (conf-assignment-regexp): Fix docstrings.
15296 (conf-mode-initialize): New function.
15297 (conf-mode): Remove optional args. Use delay-mode-hooks to
15298 recognize recursive calls.
15299 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
15300 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
15301 (conf-xdefaults-mode): Use define-derived-mode and
15302 conf-mode-initialize.
15303
15304 2005-10-29 Romain Francoise <romain@orebokech.com>
15305
15306 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
15307
15308 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
15309
15310 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15311 part of the decoded armor to find the key-identifier.
15312 (pgg-gpg-lookup-key-owner): New function to return the
15313 human-readable identifier of a key owner.
15314 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
15315 key itself.
15316 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15317 the key value) if we have a key and can match it against a secret
15318 key. Also, added a note pointing out fact that the prompt only
15319 indicates the first matching key.
15320
15321 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
15322 pgg-decrypt-region.
15323 (pgg-pending-timers): A new hash for tracking the passphrase cache
15324 timers, so that new ones supercede old ones.
15325 (pgg-add-passphrase-to-cache): Rename from
15326 `pgg-add-passphrase-cache' to reduce confusion (all callers
15327 changed). Modified to cancel old timers when new ones are added.
15328 (pgg-remove-passphrase-from-cache): Rename from
15329 `pgg-remove-passphrase-cache' to reduce confusion (all callers
15330 changed). Modified to cancel old timers when their keys are
15331 removed from the cache.
15332 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
15333 XEmacs, an indirection to delete-itimer.
15334 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
15335 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
15336 users can only check cache without risk of prompting. Correct bug in
15337 notruncate behavior.
15338 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
15339 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
15340 Add informative docstrings.
15341 (pgg-decrypt): Convey provided passphrase in subordinate call to
15342 pgg-decrypt-region.
15343
15344 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
15345
15346 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15347 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15348 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15349 `passphrase' argument, so the passphrase can be managed externally
15350 and then passed in to the system.
15351
15352 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15353 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
15354 so the passphrase cache can be used reliably with identifiers
15355 besides a pgp packet's key id.
15356
15357 * pgg-gpg.el (pgg-pgp-encrypt-region)
15358 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
15359 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
15360 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
15361 argument to all these routines, so the passphrase can be managed
15362 externally and passed in to the system.
15363
15364 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15365 `notruncate' argument, so the passphrase cache can be used
15366 reliably with identifiers besides a pgp packet's key id.
15367
15368 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
15369
15370 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15371 symmetric encryption.
15372 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15373 encrypted session key.
15374 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15375 message ask for the passphrase in a proper way.
15376
15377 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15378 New user commands for symmetric encryption.
15379
15380 2005-10-28 Bill Wohler <wohler@newt.com>
15381
15382 * help-mode.el (help-url): New button type. Calls browse-url.
15383 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
15384 Similar to Info nodes: URL `url'.
15385 (help-make-xrefs): Create help-url buttons for
15386 help-xref-url-regexp matches.
15387
15388 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
15389
15390 * tool-bar.el (tool-bar-add-item-from-menu)
15391 (tool-bar-local-item-from-menu): Fix doc strings.
15392
15393 2005-10-28 Romain Francoise <romain@orebokech.com>
15394
15395 * ldefs-boot.el: Update.
15396
15397 * subr.el (locate-library): Move from help-fns.el.
15398 * help-fns.el (locate-library): Move to subr.el.
15399
15400 2005-10-28 Richard M. Stallman <rms@gnu.org>
15401
15402 * net/tramp.el (tramp-completion-mode): defvar moved up.
15403
15404 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
15405
15406 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
15407
15408 * files.el (find-file-noselect): Use %d to format large file size.
15409
15410 * bindings.el (mode-line-format): Add %e.
15411
15412 * loadup.el ("facemenu"): Load unconditionally.
15413 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
15414 ("x-dnd"): Load, when appropriate.
15415
15416 * startup.el (command-line): Call before-init-hook earlier.
15417 Warn about some bad characters in -u user name.
15418
15419 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
15420 (flyspell-external-point-words): Error if misspelled word is not found.
15421 Set flyspell-large-region-beg at end of word.
15422
15423 2005-10-28 Andreas Schwab <schwab@suse.de>
15424
15425 * view.el (View-revert-buffer-scroll-page-forward):
15426 Use view-page-size-default.
15427
15428 2005-10-28 Juri Linkov <juri@jurta.org>
15429
15430 * international/quail.el (quail-get-current-str): Translate last
15431 raw character for deterministic input methods.
15432
15433 2005-10-27 Jay Belanger <belanger@truman.edu>
15434
15435 * calc/calc-ext.el: Add functions to autoloads.
15436 (math-identity-matrix-p, math-ident-row-p): New functions.
15437
15438 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
15439 multiplication by an identity matrix; don't turn multiplication by
15440 an inverse matrix into division.
15441 (math-div-symbol-fancy): Replace division by matrices with
15442 multiplication by inverse.
15443
15444 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
15445
15446 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
15447 (calc-writeoutpower): New functions.
15448
15449 2005-10-27 Romain Francoise <romain@orebokech.com>
15450
15451 * replace.el (occur-engine): Include colon in mouse-face highlight.
15452
15453 * dired-x.el: Change Maintainer field.
15454
15455 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
15456
15457 * longlines.el (longlines-mode): Bind after-change-functions to
15458 nil during initial decoding and final encoding.
15459
15460 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
15461
15462 * term.el (term-emulate-terminal, term-handle-colors-array)
15463 (term-handle-ansi-escape): Specify the terminfo capabilities
15464 implemented.
15465
15466 2005-10-26 Richard M. Stallman <rms@gnu.org>
15467
15468 * info.el (Info-fontify-node): Fix detection of sentence-break
15469 before *Note.
15470
15471 2005-10-26 Romain Francoise <romain@orebokech.com>
15472
15473 * smerge-mode.el: Add `tools' to file keywords.
15474
15475 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
15476
15477 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
15478 when the fringe is not available.
15479
15480 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
15481 (def-gdb-auto-update-trigger): Simplify construction.
15482 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
15483 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
15484 defined explicitly.
15485 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
15486 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
15487 defined explicitly.
15488 (gdb-info-locals-custom): Remove as it's a no-op.
15489
15490 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
15491
15492 * longlines.el (longlines-mode): Remove narrowing before
15493 performing the initial decoding or final encoding.
15494
15495 2005-10-25 Romain Francoise <romain@orebokech.com>
15496
15497 * emacs-lisp/find-func.el (find-library-name): Also strip
15498 extension if library name ends in .el, to take advantage of
15499 `find-library-suffixes'.
15500
15501 2005-10-25 Richard M. Stallman <rms@gnu.org>
15502
15503 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
15504
15505 2005-10-25 Juri Linkov <juri@jurta.org>
15506
15507 * textmodes/texinfo.el (texinfo-mode): Change charset of one
15508 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
15509
15510 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15511
15512 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
15513 (blackbox-redefine-key): Add argument `map'.
15514
15515 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
15516 regions when moving the jit-lock-context-unfontify-pos boundary.
15517
15518 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15519
15520 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
15521
15522 2005-10-25 Masatake YAMATO <jet@gyve.org>
15523
15524 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
15525
15526 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
15527
15528 * play/blackbox.el (blackbox-redefine-key): New function.
15529 (blackbox-mode-map): Use it to remap existing bindings for cursor
15530 motion instead of binding literal keys.
15531
15532 2005-10-25 Glenn Morris <rgm@gnu.org>
15533
15534 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
15535 diary does not end in a newline. Do not assume a blank line at
15536 the start of the diary file.
15537
15538 2005-10-25 Kenichi Handa <handa@m17n.org>
15539
15540 * international/quail.el (quail-translate-key): If the input
15541 method is deterministic and failed to handle the last key, restart
15542 the key handling loop from an appropriate key.
15543
15544 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
15545
15546 * vc.el (vc-dired-mode): Extend comment for binding of
15547 `directory-listing-before-filename-regexp'.
15548
15549 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15550
15551 * textmodes/texinfo.el (texinfo-mode):
15552 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
15553 not to unnecessarily expose emacs-mule's internal char codes.
15554
15555 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
15556
15557 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
15558 Display hand pointer and help-echo on disabled icon too.
15559 (gdb-mouse-until): New function.
15560 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
15561
15562 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
15563
15564 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
15565 with 2005-10-23 change to doctor.el.
15566
15567 * finder.el (finder-mode-map): Add follow-link binding.
15568
15569 2005-10-25 Kim F. Storm <storm@cua.dk>
15570
15571 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
15572 to gdb-mouse-toggle-breakpoint-fringe.
15573 (gdb-mouse-toggle-breakpoint-margin): Rename from
15574 gdb-mouse-toggle-breakpoint. Fix doc.
15575 (gdb-mouse-toggle-breakpoint-fringe): New defun.
15576 (gdb-put-string): Add optional SPROPS arg. Add props to string.
15577 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
15578 string properties also for fringe breakpoint bitmaps.
15579
15580 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
15581
15582 * textmodes/org.el (org-start-icalendar-file): Fix format form.
15583
15584 2005-10-25 Masatake YAMATO <jet@gyve.org>
15585
15586 * simple.el (completion-common-substring):
15587 Use `completion-common-substring' prior to `completion-base-size'.
15588
15589 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
15590
15591 * savehist.el: Require CL while compiling.
15592 (savehist-history-variables): Remove.
15593 (savehist-save-minibuffer-history, savehist-additional-variables)
15594 (savehist-minibuffer-history-variables): New vars.
15595 (savehist-save): Use them.
15596 (savehist-uninstall, savehist-minibuffer-hook): New funs.
15597 (savehist-install): New fun, extracted from savehist-load.
15598 (savehist-load): Use them.
15599
15600 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15601
15602 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
15603 a dummy doc-string-elt property.
15604 (defalias, defvaralias, define-category): Add a docstring property.
15605
15606 * image.el (defimage):
15607 * widget.el (define-widget):
15608 * custom.el (defface, defcustom): Add `doc-string' declaration.
15609
15610 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
15611 (defadvice): Add `doc-string' declaration.
15612
15613 * emacs-lisp/byte-run.el (macro-declaration-function):
15614 Handle `doc-string' declarations.
15615 (define-obsolete-function-alias, define-obsolete-variable-alias):
15616 Add `doc-string' declaration.
15617
15618 2005-10-24 Kenichi Handa <handa@m17n.org>
15619
15620 * international/utf-7.el (utf-7): Add autoload cookie.
15621
15622 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
15623
15624 2005-10-24 Eli Zaretskii <eliz@gnu.org>
15625
15626 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
15627 list of directories passed to batch-update-autoloads. Add "." to
15628 the list of the echoed directories.
15629
15630 * pgg-def.el:
15631 * pgg-gpg.el:
15632 * pgg-parse.el:
15633 * pgg-pgp.el:
15634 * pgg-pgp5.el:
15635 * pgg.el: Moved here from the gnus subdirectory.
15636
15637 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
15638
15639 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
15640 in case comint-prompt-read-only is set to t.
15641
15642 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
15643 in case comint-prompt-read-only is set to t.
15644
15645 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
15646
15647 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
15648 Now a string.
15649 (icalendar-import-format): Handle CLASS, STATUS, URL.
15650 Rename `subject' to `summary'.
15651 (icalendar-import-format-summary): Rename from
15652 `icalendar-import-format-subject'.
15653 (icalendar-import-format-url, icalendar-import-format-status)
15654 (icalendar-import-format-class): New variables.
15655 (icalendar--rris): Take variable argument list.
15656 (icalendar--datestring-to-isodate): Remove unnecessary
15657 calendar-style check when converting dates with explicit month names.
15658 (icalendar-export-region): Change return type of conversion
15659 subroutines. Bury current buffer unless error occurred.
15660 (icalendar--convert-to-ical)
15661 (icalendar--parse-summary-and-rest): New functions.
15662 (icalendar--convert-ordinary-to-ical)
15663 (icalendar--convert-weekly-to-ical)
15664 (icalendar--convert-yearly-to-ical)
15665 (icalendar--convert-block-to-ical)
15666 (icalendar--convert-cyclic-to-ical)
15667 (icalendar--convert-anniversary-to-ical): Change return type.
15668 Strip trailing blanks from subject.
15669 (icalendar--convert-sexp-to-ical): Change return type.
15670 Strip trailing blanks from subject. Handle simple sexp
15671 entries as generated by icalendar.el.
15672 (icalendar--convert-float-to-ical)
15673 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
15674 (icalendar-import-file): Doc fix.
15675 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
15676 Correct call to icalendar--rris.
15677 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
15678 `summary'.
15679 (icalendar--add-diary-entry): Rename `subject' to `summary'.
15680
15681 2005-10-24 Romain Francoise <romain@orebokech.com>
15682
15683 * server.el (server-sentinel): Set query-on-exit flag to nil on
15684 new client processes (it isn't inherited from the server process).
15685
15686 * replace.el (occur-engine): Rearrange text properties.
15687
15688 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15689
15690 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
15691 case-fold-search is nil.
15692 (debug-help-follow): Use help-xref-interned directly.
15693
15694 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
15695
15696 * thumbs.el (thumbs-image-type): Add .pbm.
15697
15698 2005-10-23 Richard M. Stallman <rms@gnu.org>
15699
15700 * faces.el (inhibit-face-set-after-frame-default): New variable.
15701 (set-face-attribute): Bind it.
15702 (face-set-after-frame-default): Test it.
15703
15704 * help-fns.el (describe-simplify-lib-file-name): New function.
15705 (describe-function-1, describe-variable): Use it.
15706
15707 * faces.el (describe-face): Use describe-simplify-lib-file-name.
15708
15709 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
15710 Eliminate nil as possible value.
15711 (tooltip-hide-delay): Reduce internal-border-width.
15712
15713 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
15714 (menu-bar-file-menu) <new-file>: Likewise.
15715
15716 * simple.el (line-move-finish): Ignore fields computing LINE-END.
15717
15718 * international/mule.el (load-with-code-conversion):
15719 Pass full file name to `eval-buffer' unless preloading.
15720
15721 * textmodes/flyspell.el (flyspell-large-region):
15722 Call ispell-check-version.
15723
15724 * textmodes/ispell.el (ispell-local-dictionary-overridden):
15725 Fix the make-variable-buffer-local call that was supposed
15726 to be for this variable.
15727 (ispell-aspell-supports-utf8): Doc fix.
15728 (ispell-find-aspell-dictionaries): Preserve elements of
15729 ispell-dictionary-alist for dictionaries that aspell doesn't report.
15730 (ispell-aspell-find-dictionary): Return nil on error.
15731
15732 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
15733 (doctor-symptoms): Likewise.
15734
15735 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
15736
15737 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
15738
15739 * cus-edit.el (custom-button, custom-button-pressed): New vars.
15740 (custom-raised-buttons): Add :set spec.
15741 (custom-button-unraised, custom-button-pressed-unraised):
15742 New faces, so that custom-raised-buttons actually does something.
15743 (custom-mode): Use custom-button and custom-button-pressed.
15744
15745 * wid-edit.el (widget-specify-button): Don't ignore
15746 widget-mouse-face on graphic terminals.
15747 (widget-move-and-invoke): Cleanup.
15748
15749 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
15750
15751 * whitespace.el (whitespace-cleanup): Doc fix.
15752
15753 2005-10-23 Romain Francoise <romain@orebokech.com>
15754
15755 * emulation/viper.el (viper-set-hooks): Quote forms passed to
15756 `eval-after-load' to avoid evaluating their result.
15757
15758 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
15759
15760 * files.el (directory-listing-before-filename-regexp):
15761 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
15762
15763 * dired.el (dired-move-to-filename-regexp): Remove.
15764 All occurences replaced by `directory-listing-before-filename-regexp'.
15765
15766 * dired-x.el, locate.el, vc.el:
15767 Replace `dired-move-to-filename-regexp' by
15768 `directory-listing-before-filename-regexp'. In vc.el it is
15769 overwritten locally; maybe this can be handled in files.el too.
15770
15771 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
15772 replaced by `directory-listing-before-filename-regexp'.
15773
15774 2005-10-23 Andreas Schwab <schwab@suse.de>
15775
15776 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
15777 and eval-next-after-load.
15778
15779 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
15780
15781 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
15782 exist, create it.
15783
15784 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
15785
15786 * allout.el: Remove autoloads for mailcrypt and crypt++.
15787 Require pgg, pgg-gpg during compilation.
15788 (allout-version): Increment version number to 2.1, and use a literal
15789 rather than RCS Id.
15790 (allout-default-encryption-scheme): Remove.
15791 (allout-passphrase-verifier-handling)
15792 (allout-passphrase-verifier-string)
15793 (allout-file-passphrase-verifier-string)
15794 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
15795 (allout-passphrase-hint-handling): Rename and simplify.
15796 (allout-init): Use `find-file-hook' if available, otherwise
15797 `find-file-hooks'.
15798 (allout-mode): Use `write-file-functions' if available, otherwise
15799 `local-write-file-hooks' and, instead of making auto-save-hook
15800 buffer local, make the write-file-hook activity contingent to
15801 allout-mode.
15802 (allout-mode): Use key-binding substitution in the docstring.
15803 (allout-kill-line): Spell-out kill ring data structure mutation
15804 instead of using byte-compiler-complaint-provoking `pop'.
15805 (allout-insert-listified): Use `insert' rather than `insert-string'
15806 (allout-toggle-current-subtree-encryption): Update docstring, adjust
15807 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
15808 (allout-encrypt-string): Totally revamped vis new underlying
15809 encryption facilities.
15810 (allout-mc-activate-passwd): Remove.
15811 (allout-obtain-passphrase): New, more or less replaces
15812 allout-mc-activate-passwd.
15813 (allout-encrypted-key-info): More or less replaces
15814 allout-encrypted-text-type.
15815 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
15816 (my-mark-marker): Use `(featurep 'xemacs)'.
15817
15818 2005-10-23 Lars Hansen <larsh@soem.dk>
15819
15820 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
15821 (byte-compile-file-form-defmumble, byte-compile-defun)
15822 (byte-compile-defmacro): Use it.
15823 (byte-compile-form): Don't call byte-compile-set-symbol-position
15824 when a byte-compile handler is called.
15825
15826 2005-10-22 Romain Francoise <romain@orebokech.com>
15827
15828 * savehist.el (savehist-history-variables): Add `grep-find-history'.
15829
15830 * subr.el (eval-after-load): Convert library name to an absolute
15831 file name using locate-library, since load-history no longer has
15832 library names in it.
15833
15834 2005-10-22 Richard M. Stallman <rms@gnu.org>
15835
15836 * files.el (make-temp-file): Move from subr.el.
15837 * subr.el (make-temp-file): Move to files.el.
15838
15839 * window.el (get-buffer-window-list): Move from subr.el.
15840 * subr.el (get-buffer-window-list): Move to window.el.
15841
15842 * image.el (image-load-path): Use eval-at-startup to initialize.
15843
15844 * subr.el (eval-at-startup): New macro.
15845
15846 * subr.el: Much rearrangement of functions and division
15847 into pages. No code changes.
15848
15849 2005-10-22 Kenichi Handa <handa@m17n.org>
15850
15851 * tar-mode.el (tar-extract): Be sure to call
15852 find-operation-coding-system if set-auto-coding doesn't find a
15853 coding system.
15854
15855 2005-10-22 Kim F. Storm <storm@cua.dk>
15856
15857 * image.el (image-type-header-regexps): Rename from image-type-regexps.
15858 Change users.
15859 (image-type-file-name-regexps): New defconst.
15860 (image-type-from-data): Simplify loop.
15861 (image-type-from-buffer): New defun.
15862 (image-type-from-file-header): Use it instead of image-type-from-data.
15863 Use image-search-load-path instead of only looking in data-directory.
15864 (image-type-from-file-name): New defun.
15865 (image-search-load-path): Change `pathname' to `filename'.
15866 Make PATH arg optional, default to image-load-path.
15867
15868 2005-10-21 Richard M. Stallman <rms@gnu.org>
15869
15870 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
15871
15872 * textmodes/paragraphs.el (sentence-end-base): New variable.
15873 (sentence-end): Use sentence-end-base.
15874
15875 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15876
15877 * font-lock.el (font-lock-default-fontify-region): Check the multiline
15878 property independently from the font-lock-multiline variable.
15879
15880 2005-10-21 Richard M. Stallman <rms@gnu.org>
15881
15882 * emacs-lisp/find-func.el (find-library-name): Doc fix.
15883
15884 * startup.el (command-line): Convert library names
15885 in `load-history' to absolute file names.
15886
15887 * subr.el (symbol-file): Doc fix.
15888
15889 * loadhist.el (file-loadhist-lookup): Call locate-library
15890 instead of find-library-name. Don't try converting
15891 abs file names to library names, since load-history no longer
15892 has library names in it.
15893 (file-dependents, file-provides, file-requires): Doc fixes.
15894
15895 2005-10-21 Juri Linkov <juri@jurta.org>
15896
15897 * progmodes/etags.el (tags-table-mode): New function.
15898 (tags-verify-table): Replace initialize-new-tags-table with
15899 tags-table-mode.
15900
15901 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
15902 default value.
15903 (desktop-modes-not-to-save): Add tags-table-mode to the
15904 default value.
15905
15906 * info.el (Info-index-next): Add total number of index
15907 alternatives to the message.
15908
15909 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
15910 backward only space (instead of space and period) before looking
15911 at sentence end.
15912
15913 * simple.el (set-variable): Use user-variable-p instead of symbolp.
15914 Add the old variable value as 4th default-value arg of read-string.
15915
15916 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15917
15918 * cus-face.el (custom-declare-face): Make face from X resources
15919 also on Mac.
15920
15921 * disp-table.el (standard-display-g1, standard-display-graphic):
15922 Refuse to use string glyphs also on Mac.
15923 (standard-display-european): Don't set terminal coding system also
15924 on Mac.
15925
15926 * frame.el (display-screens): Use x-display-screens also on Mac.
15927
15928 2005-10-21 Romain Francoise <romain@orebokech.com>
15929
15930 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
15931
15932 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15933
15934 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
15935 and $? into sexps.
15936
15937 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
15938 warning face on open-paren-in-column-0.
15939
15940 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
15941 boundary case. Fix typo.
15942 Suggested by Martin Rudalics <rudalics@gmx.at>.
15943
15944 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
15945
15946 * textmodes/org.el (org-combined-agenda-icalendar-file)
15947 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
15948 (org-export-icalendar-this-file)
15949 (org-export-icalendar-all-agenda-files)
15950 (org-export-icalendar-combine-agenda-files): New commands.
15951 (org-export-icalendar, org-print-icalendar-entries)
15952 (org-start-icalendar-file, org-finish-icalendar-file)
15953 (org-ical-ts-to-string): New functions.
15954 (org-read-date, org-goto-calendar)
15955 (org-agenda-goto-calendar): Inhibit displaying diary entries by
15956 call to `calendar'.
15957 (orgtbl-setup): Remove the :keys arguments from the menu description.
15958 (org-after-save-iCalendar-file-hook): New variable.
15959
15960 2005-10-21 Kenichi Handa <handa@m17n.org>
15961
15962 * language/vietnamese.el (tcvn-5712): Make it an alias of
15963 vietnamese-tcvn coding-system.
15964
15965 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
15966
15967 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
15968 group id is given.
15969
15970 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15971
15972 * progmodes/sh-script.el (sh-escaped-line-re): New var.
15973 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
15974 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
15975 whose line is either continued or ends with a comment.
15976
15977 2005-10-20 Romain Francoise <romain@orebokech.com>
15978
15979 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
15980
15981 * replace.el (occur-engine): Add follow-link property.
15982
15983 * font-core.el (font-lock-mode): Doc fix.
15984
15985 2005-10-20 Richard M. Stallman <rms@gnu.org>
15986
15987 * net/rcirc.el: New file.
15988
15989 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
15990
15991 * term.el (term-term-name): Initialize to "eterm-color".
15992
15993 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
15994
15995 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
15996 for encryption functionality.
15997 Move allout customization subgroup from `editing' to `outlines' group.
15998 Fix commentary keywords to legitimate ones.
15999 Update author info (using my current email address, obscurified).
16000 (allout-encrypt-string, allout-encryption-produce-work-buffer)
16001 (allout-encrypted-topic-p, allout-encrypted-text-type)
16002 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
16003 (allout-situate-encryption-key-verifier)
16004 (allout-get-encryption-key-verifier, allout-verify-key)
16005 (allout-next-topic-pending-encryption)
16006 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
16007 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
16008 (outline-key-verifier-handling, outline-key-hint-handling)
16009 (outline-encrypt-unencrypted-on-saves): New defcustoms.
16010 (allout-file-key-verifier-string, allout-encryption-scheme)
16011 (allout-key-verifier-string, allout-key-hint-string)
16012 (allout-after-save-decrypt): New variables.
16013 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
16014 (allout-after-saves-handler): New hook functions.
16015 (allout-post-command-business): Do allout-after-save-decrypt.
16016 (allout-enable-file-variable-adjustment): Custom var to enable
16017 mechanism for adding and adjusting settings of Emacs file variables.
16018 (allout-adjust-file-variable, allout-file-vars-section-data):
16019 New functions, implement the mechanism.
16020 (outlineify-sticky): Use the file vars mechanism.
16021 (allout-inhibit-protection, allout-during-write-cue)
16022 (allout-override-protect, allout-before-change-protect): Remove.
16023 (allout-flag-region, allout-open-topic): Adjust read-only text.
16024 (allout-open-line-not-read-only): Add to facilitate read-only
16025 text based protection.
16026 (allout-kill-line): Revise to adjust read-only text, clue the
16027 user about the inhibition.
16028 (allout-unprotected): Use unwind-protect.
16029 (allout-shift-in, allout-shift-out): Disallow manually shifting a
16030 topic deeper than the offspring depth of the previous topic -
16031 avoiding confusing "containment discontinuities".
16032 (allout-reindent-bodies): Fix retention of body relative hanging
16033 indent during promotion of collapsed bodies.
16034 (allout-open-topic): Make it easy to open new topic with same
16035 bullet as current topic - topic creation functions provided with
16036 any universal argument provokes now prompt for bullet, defaulting
16037 to the bullet of the previous topic.
16038 (allout-plain-bullets-string, allout-distinctive-bullets-string):
16039 Plain bullet alternates `.' period and `,' comma only. All other
16040 bullets are relegated to special status (but customizable).
16041 (allout-end-of-entry): Rename from allout-end-of-current-entry
16042 since it actually operates w.r.t. most immediately containing
16043 entry, visible or not.
16044 (allout-hide-current-entry, allout-show-current-entry): Use the
16045 revised version.
16046 (allout-old-expose-topic): Solidify deprecation.
16047 (allout-end-of-subtree): Add so we can span concealed as well
16048 as visible topics.
16049 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
16050 (allout-end-of-current-heading): Tweak to just respect the first line.
16051 (allout-get-body-text): Add.
16052 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
16053 when invoked interactively.
16054 (allout-up-current-level): Use `interactive-p'.
16055 (allout-mode, allout-init): Miscellaneous docstring and
16056 operational refinements, as well as hookups of new encryption stuff.
16057 (allout-beginning-of-current-entry): Now works as advertised.
16058 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
16059 (allout-isearch-rectification): Refine condition for isearching.
16060 (allout-isearch-abort, allout-enwrap-isearch)
16061 (allout-flag-region, my-region-active-p): Relocate some macros.
16062 (allout-title): Fallback title is (buffer-name), not
16063 non-existing (current-buffer-name).
16064 (subst-char-in-string): Define if absent (for some XEmacs versions).
16065
16066 2005-10-20 Jari Aalto <jari.aalto@cante.net>
16067
16068 * mail/sendmail.el (mail-setup-hook, mail-aliases)
16069 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
16070 (mail-citation-prefix-regexp, mail-signature-file)
16071 (mail-default-headers, mail-bury-selects-summary)
16072 (mail-send-nonascii): Add autoload cookies.
16073
16074 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16075
16076 * frame.el (blink-cursor-mode): Add `mac' to the list of
16077 window-system's that support blinking cursor.
16078
16079 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
16080
16081 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
16082
16083 2005-10-20 Eli Zaretskii <eliz@gnu.org>
16084
16085 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
16086 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
16087 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
16088
16089 2005-10-20 Kim F. Storm <storm@cua.dk>
16090
16091 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
16092 (ido-set-current-directory): Don't add / after final @.
16093 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
16094 Explicitly handle ange-ftp completion oddities.
16095 (ido-make-file-list): Don't rotate list at tramp root to avoid
16096 triggering tramp file handler for expand-file-name via get-file-buffer.
16097
16098 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16099
16100 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
16101
16102 2005-10-19 Jay Belanger <belanger@truman.edu>
16103
16104 * calc/calc-units.el (math-standard-units): Add units, adjust
16105 symbols and update values.
16106 (math-unit-prefixes): Add more prefixes.
16107
16108 2005-10-19 Romain Francoise <romain@orebokech.com>
16109
16110 * bookmark.el (bookmark-menu-heading): New face.
16111 (bookmark-bmenu-list): Use it.
16112 Don't fiddle with `baud-rate' at top-level.
16113
16114 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
16115
16116 * image.el (create-image, find-image): Mention max-image-size in
16117 docstring.
16118
16119 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16120
16121 * savehist.el (savehist-load): Revert to checking XEmacs.
16122
16123 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
16124 Various docstring and line-width fixups.
16125 (conf-mode): Use cond.
16126 Set font-lock-defaults. Don't set comment-use-syntax.
16127
16128 2005-10-18 David Ponce <david@dponce.com>
16129
16130 * tree-widget.el (tree-widget-button-click): New function.
16131 (tree-widget-button-keymap): Use it.
16132
16133 2005-10-18 Romain Francoise <romain@orebokech.com>
16134
16135 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16136 (bookmark-bmenu-hide-filenames): Add follow-link property.
16137 Improve help-echo text.
16138
16139 * ffap.el (find-file-at-point): Doc fix.
16140
16141 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16142
16143 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
16144
16145 2005-10-18 Masatake YAMATO <jet@gyve.org>
16146
16147 Install to the CVS repository what I forgot to install in my
16148 2005-10-16 changes.
16149
16150 * progmodes/python.el (python-complete-symbol): Pass the common
16151 prefix substring of completion to `display-completion-list'.
16152
16153 * textmodes/org.el (org-complete): Ditto.
16154
16155 2005-10-18 Masatake YAMATO <jet@gyve.org>
16156
16157 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
16158
16159 * woman.el (WoMan-xref-man-page): New button type derived
16160 from `Man-abstract-xref-man-page'.
16161 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
16162
16163 * man.el (Man-abstract-xref-man-page): New button type.
16164 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
16165 (Man-highlight-references): Add new optional argument `xref-man-type'.
16166
16167 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
16168
16169 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
16170
16171 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
16172
16173 * cus-edit.el (Custom-move-and-invoke): Delete.
16174 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
16175
16176 * wid-edit.el (widget-move-and-invoke): New function, from
16177 Custom-move-and-invoke.
16178
16179 2005-10-17 Bill Wohler <wohler@newt.com>
16180
16181 Move all remaining images from lisp/toolbar to etc/images, move
16182 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
16183 the low resolution images in their own directory (low-color).
16184
16185 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
16186 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
16187 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
16188 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
16189 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
16190 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
16191 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
16192
16193 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
16194 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
16195 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
16196 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
16197 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
16198 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
16199 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
16200 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
16201 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
16202 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
16203 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
16204 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
16205 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
16206 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
16207 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
16208
16209 To conform with convention, replace the underscore (_) in the
16210 following image names with dash (-) or (/) as appropriate.
16211
16212 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
16213 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
16214 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
16215 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
16216 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
16217 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
16218 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
16219 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
16220 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
16221 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
16222 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
16223 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
16224 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
16225 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
16226 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
16227
16228 * info.el (info-tool-bar-map): Replace underscores in image names
16229 with dashes.
16230
16231 * makefile.w32-in (WINS): Remove toolbar.
16232
16233 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
16234
16235 * tool-bar.el: Move to lisp from toolbar. Now that
16236 toolbar is empty, it should be deleted when folks run "cvs up -P".
16237
16238 2005-10-18 Jay Belanger <belanger@truman.edu>
16239
16240 * calc/calc-store.el (calc-store-into): Get the proper variable name
16241 to display in message.
16242
16243 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
16244
16245 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
16246 expressions display in speedbar for all buffers when debugging.
16247 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
16248
16249 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
16250 (speedbar-insert-button, speedbar-make-button):
16251 Use add-text-properties.
16252 (speedbar-update-localized-contents)
16253 (speedbar-update-directory-contents)
16254 (speedbar-update-special-contents): Use dolist.
16255 (speedbar-buffer-easymenu-definition): Add a menu separator.
16256
16257 2005-10-17 Jason Rumney <jasonr@gnu.org>
16258
16259 * makefile.w32-in: Use $(lisp) consistently.
16260 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
16261 for shell specific generation of mh-autoloads.
16262
16263 2005-10-17 Richard M. Stallman <rms@gnu.org>
16264
16265 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
16266
16267 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16268
16269 * jit-lock.el (jit-lock-fontify-now):
16270 Move jit-lock-context-unfontify-pos to avoid wasted work.
16271
16272 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
16273
16274 * net/tramp.el (tramp-completion-mode): New defvar. Used in
16275 `tramp-completion-mode' for checking if we are in completion mode.
16276 (tramp-completion-handle-file-name-all-completions): Reorder code
16277 in order to complete for file names only in case there are no
16278 method/user/host completions. This is necessary for cooperation
16279 with ido. Reported by Kim F. Storm <storm@cua.dk>.
16280
16281 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
16282
16283 * longlines.el (longlines-search-forward)
16284 (longlines-search-backward): Match any number of spaces.
16285
16286 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
16287
16288 * diff-mode.el (diff-mode): Doc fix.
16289
16290 2005-10-16 David Reitter <david.reitter@gmail.com>
16291
16292 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
16293 as default on darwin and windows systems.
16294
16295 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
16296
16297 * arc-mode.el (archive-zip-extract): Doc fix.
16298
16299 2005-10-16 Romain Francoise <romain@orebokech.com>
16300
16301 * mouse.el (mouse-1-click-follows-link): Doc fix.
16302
16303 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16304
16305 * savehist.el: Don't require CL at runtime.
16306 (savehist-xemacs): Remove.
16307 (savehist-coding-system): Use utf-8 if present, regardless of religion.
16308 (savehist-no-conversion): Use (featurep 'xemacs).
16309 (savehist-load): Check existence of start-itimer rather than XEmacs.
16310 Use an idle timer.
16311 (savehist-process-for-saving): Replace use of CL funs `subseq' and
16312 `delete-if-not'.
16313
16314 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
16315
16316 * savehist.el: Newer version.
16317 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
16318 (savehist-last-checksum, savehist-no-conversion): New vars.
16319 (savehist-autosave, savehist-process-for-saving, savehist-printable):
16320 New functions.
16321 (savehist-load, savehist-save): Use them.
16322 (savehist-delimit): Remove.
16323
16324 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
16325
16326 * progmodes/compile.el (compilation-goto-locus): Display the
16327 compilation buffer first and the source buffer second, in case they're
16328 in overlapping frames. Don't raise the compilation frame if it was the
16329 selected window upon entry. Pass the `other-window' arg to
16330 pop-to-buffer.
16331
16332 * info.el (Info-fontify-node): Use dolist.
16333 Change add-text-properties to put-text-property.
16334
16335 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16336
16337 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
16338 bound of search.
16339
16340 2005-10-16 Masatake YAMATO <jet@gyve.org>
16341
16342 * dabbrev.el (dabbrev-completion): Pass the common
16343 prefix substring of completion to `display-completion-list'.
16344
16345 * filecache.el (file-cache-minibuffer-complete)
16346 (file-cache-complete): Ditto.
16347
16348 * tempo.el (tempo-display-completions): Ditto.
16349
16350 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
16351
16352 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
16353
16354 * eshell/em-hist.el (eshell-list-history): Ditto.
16355
16356 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
16357
16358 * mail/mailalias.el (mail-complete): Ditto.
16359
16360 * progmodes/etags.el (complete-tag): Ditto.
16361
16362 * progmodes/make-mode.el (makefile-complete): Ditto.
16363
16364 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
16365
16366 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
16367
16368 * progmodes/pascal.el (pascal-complete-word)
16369 (pascal-show-completions): Ditto.
16370
16371 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
16372
16373 * simple.el (completion-common-substring): New variable.
16374 (completion-setup-function): Use `completion-common-substring'
16375 to put faces.
16376
16377 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16378
16379 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
16380 (x-get-selection, mac-select-convert-to-string): Convert from/to
16381 UTF-16 clipboard data as in native byte order, no BOM.
16382
16383 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
16384
16385 * progmodes/gud.el (gud-tool-bar-map): Rename the images
16386 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
16387 (gud-sentinel): Use speedbar-frame to check for speedbar.
16388
16389 2005-10-15 Richard M. Stallman <rms@gnu.org>
16390
16391 * savehist.el: New file.
16392
16393 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
16394
16395 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
16396 Fix bug in \bf fontification.
16397
16398 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
16399
16400 * pcvs.el (cvs-edit-log-files): New var.
16401 (cvs-mode-edit-log): New arg `file'.
16402 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
16403 Instead force the use of the original file and nothing else.
16404 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
16405 the cvs-minor-wrap-function is set.
16406 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
16407
16408 2005-10-14 Bill Wohler <wohler@newt.com>
16409
16410 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
16411 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
16412 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
16413 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
16414 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
16415 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
16416 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
16417 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
16418 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
16419 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
16420 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
16421 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
16422 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
16423 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
16424 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
16425
16426 * progmodes/gud.el (gud-tool-bar-map): Rename the images
16427 appropriately (for example, gud-break to gud/break).
16428
16429 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
16430
16431 * longlines.el (longlinges-search-function)
16432 (longlines-search-forward, longlines-search-backward): New functions.
16433 (longlines-mode): Set isearch-search-fun-function to
16434 longlinges-search-function.
16435
16436 * mouse.el (mouse-drag-region-1): Handle the case where a
16437 double-click event is bound to an arbitrary function.
16438
16439 2005-10-14 David Ponce <david@dponce.com>
16440
16441 * recentf.el (recentf-track-opened-file)
16442 (recentf-track-closed-file, recentf-update-menu)
16443 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
16444 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
16445 mouse-1-click-follows-link.
16446
16447 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16448
16449 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
16450 Gnome file-manager.png. Suggested by
16451 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
16452
16453 * toolbar/README: Add diropen.xpm.
16454
16455 2005-10-13 Bill Wohler <wohler@newt.com>
16456
16457 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
16458 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
16459
16460 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
16461
16462 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
16463 Don't waste the byte-compiler's time on constant data.
16464
16465 2005-10-13 Kenichi Handa <handa@m17n.org>
16466
16467 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
16468 byte with `escape-glyph' face.
16469
16470 * international/fontset.el (ccl-encode-unicode-font):
16471 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
16472 Handle the case that ucs-mule-to-mule-unicode translates a character to
16473 ASCII (usually for IPA characters).
16474
16475 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16476
16477 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
16478 Don't hide the underline of titles if font-lock-mode is disabled.
16479
16480 2005-10-12 Bill Wohler <wohler@newt.com>
16481
16482 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
16483 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
16484 files in MH-E-SRC have been updated.
16485 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
16486
16487 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16488
16489 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
16490 (mixal-mode-syntax-table): Add \n as end-comment.
16491 (mixal-operation-codes-alist): Immediately initialize to full value.
16492 (mixal-add-operation-code): Remove.
16493 (mixal-describe-operation-code): Make the arg non-optional.
16494 Use the interactive spec instead.
16495 Use mixal-operation-codes-alist rather than mixal-operation-codes.
16496 (mixal-font-lock-keywords): Don't highlight comments here any more.
16497 (mixal-font-lock-syntactic-keywords): New var.
16498 (mixal-mode): Use it. Fix comment-start-skip.
16499
16500 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16501
16502 * startup.el (command-line-x-option-alist): -nb => -nbi
16503
16504 2005-10-12 Kim F. Storm <storm@cua.dk>
16505
16506 * startup.el (fancy-splash-default-action): Discard mouse click in
16507 the splash screen window, as it has no sensible meaning in the
16508 next window to be selected. Fixes error reported by Jan D.
16509
16510 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
16511
16512 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
16513
16514 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16515
16516 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
16517 Try to fix up minor layout issues like indentation, line break, etc...
16518 (mixal-mode-syntax-table): Don't try to specify comment syntax,
16519 because it doesn't work.
16520 (mixal-operation-codes): Add some more codes.
16521 (mixal-font-lock-keywords): Process comments here.
16522 (mixal-mode): mixasm no longer needs -g option.
16523
16524 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
16525
16526 * progmodes/sh-script.el (sh-tmp-file):
16527 Use mktemp -t. Finish support for es and rc shells.
16528
16529 2005-10-11 Jay Belanger <belanger@truman.edu>
16530
16531 * calc/calcalg2.el (calc-integral): With an argument, compute the
16532 definite integral.
16533
16534 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
16535
16536 * mouse.el (mouse-drag-region-1): Don't try to catch a
16537 double-click when doing follow-link (it's overridden anyway).
16538
16539 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
16540
16541 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
16542 (autoload-print-form-outbuf): Add docstring.
16543
16544 2005-10-11 Juri Linkov <juri@jurta.org>
16545
16546 * info.el (Info-mode-menu): Delete menu item "Edit".
16547 (Info-mode): Delete description of Info-edit from docstring,
16548 and rearrange descriptions of Info commands in the order
16549 they are documented in the Info manual.
16550
16551 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16552
16553 * calendar/appt.el (appt-check): Use diary-selective-display var.
16554
16555 2005-10-10 Richard M. Stallman <rms@gnu.org>
16556
16557 * net/newsticker.el (newsticker-start, newsticker-show-news):
16558 Add autoload cookies.
16559
16560 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
16561
16562 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
16563
16564 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
16565
16566 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
16567
16568 2005-10-10 Jay Belanger <belanger@truman.edu>
16569
16570 * calc/calc-arith.el (math-check-known-scalarp)
16571 (math-check-known-matrixp): Check the values of arguments that are
16572 variables.
16573 (math-check-known-square-matrixp): New function.
16574 (math-known-square-matrixp): Use math-check-known-square-matrixp.
16575 (math-super-types): Add sqmatrix type.
16576
16577 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
16578 mode name `square' to `sqmatrix'.
16579
16580 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
16581 mode name `square' to `sqmatrix'.
16582
16583 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16584
16585 * progmodes/etags.el (select-tags-table-mode): Don't use
16586 selective-display.
16587 (tags-select-tags-table): Pass `button' to the action function.
16588 (select-tags-table): Place the side-info on button properties rather
16589 than in hidden text. Abbreviate file names.
16590 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
16591 (select-tags-table-select): Add `button' argument.
16592 Get side-info from the button property rather than from hidden text.
16593
16594 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
16595
16596 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
16597 (gud-speedbar-buttons): Preserve point if possible.
16598 (gud-sentinel): Restore previous speedbar display type.
16599
16600 * progmodes/gdb-ui.el (gdba): Improve diagram.
16601 (def-gdb-auto-update-handler, gdb-info-locals-handler)
16602 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
16603 Call get-buffer-window once.
16604
16605 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16606
16607 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
16608 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
16609 (pascal-indent-command): Remove unused var `ind'.
16610 (pascal-indent-case): Remove unused var `oldpos'.
16611 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
16612 since it's now used as a proper minor mode map.
16613 (pascal-outline): Rename to pascal-outline-mode.
16614 (pascal-outline-mode): Use define-minor-mode.
16615 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
16616 selective-display.
16617
16618 2005-10-10 Andreas Schwab <schwab@suse.de>
16619
16620 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
16621 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
16622
16623 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
16624 outside source directory.
16625
16626 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
16627
16628 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
16629 C-x' as a prefix.
16630 (orgtbl-mode-map): Full keymap instead of sparse, because all
16631 `self-insert-command' keys are redefined in this map.
16632 (org-export-as-html): Specify charset for HTML file, by taking it
16633 from the coding system.
16634
16635 2005-10-10 Kenichi Handa <handa@m17n.org>
16636
16637 * textmodes/flyspell.el (flyspell-check-word-p):
16638 If unread-command-events is non-empty, don't call sit-for.
16639
16640 2005-10-09 Richard M. Stallman <rms@gnu.org>
16641
16642 * font-lock.el (font-lock-syntactic-keywords)
16643 (font-lock-keywords): Doc fixes.
16644
16645 * textmodes/flyspell.el (flyspell-external-point-words):
16646 Simplify logic, and don't try to check for consecutive appearances
16647 of one incorrect word.
16648
16649 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
16650
16651 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
16652 separator.
16653
16654 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
16655 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
16656 (gud-expansion-speedbar-buttons): New function.
16657 (gud-speedbar-buttons): Check for gud-comint-buffer.
16658
16659 2005-10-09 Bill Wohler <wohler@newt.com>
16660
16661 * Makefile.in (updates): Add mh-loaddefs dependency.
16662
16663 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
16664
16665 * speedbar.el (speedbar-file-key-map): Fix typo.
16666
16667 2005-10-09 Daniel Brockman <daniel@brockman.se>
16668
16669 * cus-start.el (line-spacing): Add custom spec.
16670
16671 2005-10-09 Romain Francoise <romain@orebokech.com>
16672
16673 * textmodes/ispell.el (ispell-check-version): Fix last change.
16674
16675 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16676
16677 * term/x-win.el: Remove -i, --icon-type from comment.
16678
16679 * startup.el (command-line-x-option-alist): Remove options -i,
16680 -itype, --icon-type, added -nb, --no-bitmap-icon
16681
16682 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
16683
16684 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
16685 instead of :active.
16686
16687 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
16688
16689 * textmodes/ispell.el (ispell-check-version):
16690 Ignore hyphen, and all that follows, in aspell's version text.
16691
16692 2005-10-08 Jay Belanger <belanger@truman.edu>
16693
16694 * calc/calc-arith.el (math-known-square-matrixp): New function.
16695 (math-pow-fancy): Check for matrices before distributing exponent
16696 across products.
16697
16698 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
16699 fullscreen keypad. Suggested by Luc Teirlinck.
16700 (calc-keypad-show-input): Add space for formatting.
16701
16702 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
16703 Add square matrix option.
16704
16705 * calc/calc-poly.el (math-expand-term): Check for matrices instead
16706 of checking calc-matrix-mode when deciding how to expand.
16707
16708 * calc/calc.el (calc-set-mode-line): Add square matrix option.
16709
16710 2005-10-08 Lars Hansen <larsh@soem.dk>
16711
16712 * net/tramp.el (tramp-perl-directory-files-and-attributes):
16713 Add error handling.
16714 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
16715
16716 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
16717
16718 Sync with Tramp 2.0.51.
16719
16720 * net/tramp.el (tramp-handle-set-visited-file-modtime)
16721 (tramp-handle-insert-file-contents, tramp-handle-write-region):
16722 Insert special handling for `last-coding-system-used', again
16723 it still seems to be necessary (unlike stated before).
16724 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
16725 (tramp-password-prompt-regexp): There might be other words before
16726 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
16727 (tramp-chunksize): Improve docstring.
16728 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
16729 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
16730 Christian Joergensen <bugs@razor.dk>.
16731
16732 2005-10-07 Glenn Morris <rgm@gnu.org>
16733
16734 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
16735 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
16736 precision'.
16737
16738 2005-10-07 Romain Francoise <romain@orebokech.com>
16739
16740 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
16741 (ibuffer-do-shell-command-pipe-replace)
16742 (ibuffer-do-shell-command-file, ibuffer-do-eval)
16743 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
16744 (ibuffer-do-revert, ibuffer-do-replace-regexp)
16745 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
16746 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
16747 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
16748 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
16749 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
16750 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
16751 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
16752 Autoload file sans suffix.
16753
16754 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
16755
16756 2005-10-07 David Ponce <david@dponce.com>
16757
16758 * recentf.el (recentf-menu-open-all-flag): New option.
16759 (recentf-digit-shortcut-command-name): New function.
16760 (recentf--shortcuts-keymap): New variable.
16761 (recentf-menu-shortcuts): New variable.
16762 (recentf-make-menu-items): Initialize it. Replace the "More..."
16763 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
16764 (recentf-menu-value-shortcut): New function.
16765 (recentf-make-menu-item): Use it. No more in-lined.
16766 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
16767 (recentf-open-most-recent-file): Rename from
16768 `recentf-open-file-with-key'. Don't depend on key binding.
16769 (recentf-mode-map): New variable.
16770 (recentf-mode): Use it.
16771
16772 2005-10-06 Bill Wohler <wohler@newt.com>
16773
16774 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
16775
16776 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
16777 (MH-E-SRC): New. Used by mh-autoloads.
16778 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
16779 files in MH-E-SRC have been updated.
16780 (compile, recompile, bootstrap): Depend on mh-autoloads.
16781
16782 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
16783
16784 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
16785 gud-break and gud-remove icons when the fringe is not available.
16786
16787 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
16788 Typo.
16789
16790 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
16791
16792 * play/zone.el (zone): Wrap body with save-window-excursion.
16793
16794 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
16795
16796 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
16797 Use the new `list-only' arg to diary-list-entries.
16798
16799 * calendar/diary-lib.el: Use overlays rather than selective-display.
16800 (diary-selective-display): New var.
16801 (diary-header-line-format): Use it.
16802 (diary-list-entries): Add argument `list-only'.
16803 Put the buffer in diary-mode. Don't add \^M at beg and end.
16804 Replace \^M by invisible overlays.
16805 (diary-unhide-everything): Replace \^M by invisible overlays.
16806 (print-diary-entries): Look for overlays rather than \^M.
16807 Add a space to the temp buffer name.
16808 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
16809 Put the buffer in diary-mode.
16810 (list-sexp-diary-entries): Replace \^M by invisible overlays.
16811 (diary-anniversary): Make the year arg optional.
16812 (diary-time-regexp): New const.
16813 (diary-font-lock-keywords): Use it to accept a few more time formats.
16814
16815 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
16816
16817 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
16818
16819 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
16820 Fix bug introduced 2005-07-03: Use (car (last ...))
16821 to faithfully reproduce replaced artist-last.
16822 (artist-set-arrow-points-for-poly): Likewise.
16823 Suggested by Johan Bockg\e,Ae\e(Brd.
16824
16825 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
16826
16827 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
16828 * wid-edit.el (widget):
16829 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
16830 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
16831
16832 2005-10-06 Kenichi Handa <handa@m17n.org>
16833
16834 * international/mule-cmds.el (set-language-environment):
16835 Fix setting up of case-table for unibyte mode.
16836
16837 * simple.el (what-cursor-position): If the character is displayed
16838 by some `display' text property, show that. Don't use
16839 single-key-description for eight-bit characters in multibyte mode.
16840
16841 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
16842
16843 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
16844 (gdb-ann3): Set it.
16845 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
16846 (gdb-info-frames-custom): Use inverse-video for first five
16847 characters of selected frame only.
16848 (gdb-get-frame-number): Select frame even when point is on frame
16849 number.
16850
16851 2005-10-06 Masatake YAMATO <jet@gyve.org>
16852
16853 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
16854 Put `font-lock-function-name-face'.
16855 (gdb-info-frames-custom): Put `font-lock-function-name-face'
16856 and `font-lock-variable-name-face'
16857 (gdb-registers-font-lock-keywords): New font lock keywords definition.
16858 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
16859 (gdb-memory-font-lock-keywords): New font lock keywords definition.
16860 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
16861 (gdb-local-font-lock-keywords): New font lock keywords definition.
16862 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
16863 (gdb-threads-font-lock-keywords): New font lock keywords definition.
16864 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
16865
16866 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
16867
16868 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
16869 (ediff-merge-region-is-non-clash-to-skip): Previously called
16870 ediff-merge-region-is-non-clash.
16871
16872 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
16873 Use insert-buffer-substring.
16874
16875 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
16876 selecting files to patch. Also bug fixes.
16877
16878 * ediff-util.el (ediff-setup): Bug fix.
16879 (ediff-next-difference): Never skip clashes that differ in white
16880 space only.
16881
16882 * ediff-wind.el (ediff-setup-control-frame)
16883 (ediff-destroy-control-frame): Check the menubar feature.
16884
16885 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
16886 (viper-refresh-mode-line): Use make-local-variable to localize
16887 some vars instead of make-variable-buffer-local. Suggested by
16888 Stefan Monnier.
16889
16890 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
16891 (viper-restore-cursor-type, viper-set-insert-cursor-type):
16892 Use make-local-variable instead of make-variable-buffer-local.
16893 Suggested by Stefan Monnier.
16894
16895 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
16896 (viper-comint-mode-hook): Use make-local-variable on
16897 require-final-newline.
16898 (viper-non-hook-settings): Don't use make-variable-buffer-local.
16899
16900 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16901
16902 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
16903 also the second char of a comment-start sequence.
16904 (scheme-sexp-comment-syntax-table): New var.
16905 (lambda, define): Set their scheme-doc-string-elt property.
16906 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
16907 Use lisp-font-lock-syntactic-face-function now that it properly
16908 handles |...| symbols.
16909 (scheme-mode-variables): Set lisp-doc-string-elt-property,
16910 parse-sexp-lookup-properties and font-lock-extra-managed-props.
16911
16912 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
16913 bit from # to |.
16914 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
16915
16916 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
16917 (lisp-doc-string-elt-property): New var.
16918 (lisp-font-lock-syntactic-face-function): Use it.
16919 Rewrite to recognize docstrings even for forms not at toplevel.
16920
16921 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
16922 annotation on the | part of #| rather than on the # part.
16923 (scheme-font-lock-syntactic-face-function): New function, to
16924 distinguish strings from |...| symbols.
16925 (scheme-mode-variables): Use it. Also fix up the font-lock-time
16926 syntax-table so that #|...|# is properly highlighted.
16927
16928 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
16929 Don't mark as docstring the 3rd elem of an unknown toplevel form.
16930
16931 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
16932
16933 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
16934 and C-e.
16935
16936 * emacs-lisp/eldoc.el: Move comments into docstrings.
16937 (eldoc-message-commands): Initialize in its declaration.
16938 Add move-beginning-of-line and move-end-of-line.
16939 (eldoc-add-command, eldoc-add-command-completions)
16940 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
16941
16942 * outline.el (outline-mark-subtree): Activate the mark.
16943
16944 * calendar/appt.el (appt-time-regexp): New var.
16945 (appt-add, appt-make-list): Use it.
16946 (appt-convert-time): Clean up.
16947
16948 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
16949 Don't set any syntax-table property here.
16950 (tex-font-lock-verb): New function. Do it here.
16951 (tex-font-lock-syntactic-keywords): Use it.
16952
16953 2005-10-04 Richard M. Stallman <rms@gnu.org>
16954
16955 * wid-edit.el (widget-file-complete): Get the widget start point
16956 the right way. Default directory to `/' if file has none.
16957
16958 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
16959
16960 * textmodes/flyspell.el (flyspell-mode-on):
16961 Call ispell-maybe-find-aspell-dictionaries.
16962
16963 * textmodes/ispell.el (ispell-word, ispell-region):
16964 Call ispell-maybe-find-aspell-dictionaries.
16965 (ispell-accept-buffer-local-defs):
16966 Don't call ispell-maybe-find-aspell-dictionaries
16967
16968 2005-10-04 Richard M. Stallman <rms@gnu.org>
16969
16970 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
16971
16972 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
16973
16974 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
16975 instead of `fboundp' in order to allow for anonymous functions.
16976
16977 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
16978
16979 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
16980 case the user clicks on the link while another window is selected.
16981 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
16982
16983 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
16984 functionality.
16985 (dframe-help-echo): Save point in case mouse tracking is off.
16986
16987 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
16988
16989 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
16990
16991 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16992
16993 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
16994 not change the global value of those vars.
16995
16996 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
16997 make-local-variable which we do not need any more.
16998
16999 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
17000
17001 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
17002 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
17003 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
17004 (speedbar-path-line): Define obsolete aliases.
17005 (speedbar-line-directory): Doc fix.
17006
17007 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
17008 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
17009 instead of speedbar-line-path.
17010
17011 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17012
17013 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
17014 to nil if dropping on a window. Handle dropping on a minibuffer window
17015 like dropping on a non-window part of Emacs.
17016
17017 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17018
17019 * net/ange-ftp.el: Use with-current-buffer.
17020 (ange-ftp-insert-directory): Do not follow symlinks any more.
17021
17022 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
17023 Remove interactive spec.
17024
17025 2005-10-03 Kim F. Storm <storm@cua.dk>
17026
17027 * ido.el (ido-mode): Use custom-initialize-set.
17028
17029 2005-10-02 Richard M. Stallman <rms@gnu.org>
17030
17031 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
17032 Use insert-buffer-substring.
17033
17034 * net/tramp.el: Pacify byte compiler warnings in pacification code.
17035 (tramp-handle-file-local-copy): Use insert-buffer-substring.
17036
17037 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
17038
17039 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
17040 in last change.
17041 (ange-ftp-insert-directory): Fix up the search for the case where
17042 `file' is absolute.
17043
17044 2005-10-02 Romain Francoise <romain@orebokech.com>
17045
17046 * progmodes/compile.el (compile-goto-error): Delete extra paren.
17047
17048 2005-10-02 Andreas Schwab <schwab@suse.de>
17049
17050 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
17051 directory component in the session info.
17052
17053 2005-10-01 Richard M. Stallman <rms@gnu.org>
17054
17055 * comint.el (comint-redirect-subvert-readonly): Doc fix.
17056
17057 * simple.el (next-error-internal): New function.
17058
17059 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
17060 (compilation-start): Pass new arg to compilation-buffer-name.
17061 (compile-goto-error): Use next-error-internal.
17062
17063 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
17064
17065 * speedbar.el: Remove RCS tag.
17066 (speedbar-check-read-only): Handle non-existent files.
17067
17068 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
17069
17070 * info.el (Info-speedbar-hierarchy-buttons)
17071 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
17072
17073 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17074
17075 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
17076 Do not match newline.
17077 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
17078 (bibtex-summary): Remove unnecessary save-excursion.
17079 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
17080
17081 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17082
17083 * term/mac-win.el: Add charset info for "iso10646-1".
17084 Modify default fontset to use ATSUI-compatible fonts for some charsets
17085 if available.
17086
17087 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
17088
17089 * speedbar.el: Re-apply arch tag.
17090 (speedbar-version): Rename to version 1.0. Suggested by Eric
17091 M. Ludlam.
17092 Reapply two changes from Emacs CVS' version of speedbar lost
17093 during the merge:
17094 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
17095 (speedbar-frame-parameters): Improve customize type.
17096
17097 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
17098
17099 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
17100 (ange-ftp-file-directory-p): Fix the symlink case.
17101 (ange-ftp-insert-directory): When listing a single file, get a list of
17102 the parent buffer and extract the relevant line. Inspired from a patch
17103 by Katsumi Yamaoka <yamaoka@jpl.org>.
17104 (ange-ftp-file-name-sans-versions): Simplify.
17105
17106 2005-09-30 Bill Wohler <wohler@newt.com>
17107
17108 Move MH-E image files from toolbar and mail directories into
17109 etc/images.
17110
17111 * mail/reply2.*: Move to etc/images/mail/reply*.
17112
17113 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
17114 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
17115 etc/images.
17116
17117 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
17118 * toolbar/reply*: Move to etc/images/mail.
17119
17120 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
17121
17122 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
17123
17124 * speedbar.el: New version 1.0pre3.
17125
17126 Frame management code (including timer, and mouse click specifics)
17127 moved to dframe.el:
17128 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
17129 (speedbar-timer): Removed. Use dframe-timer.
17130 (speedbar-close-frame): Removed. Use dframe-close-frame.
17131 (speedbar-activity-change-focus-flag): Removed. Use
17132 dframe-activity-change-focus-flag.
17133 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
17134 dframe-update-speed.
17135
17136 (speedbar-current-frame): New macro. Use this instead of the
17137 variable speedbar-frame.
17138
17139 (speedbar-use-images, speedbar-expand-image-button-alist)
17140 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
17141
17142 (speedbar-find-image-on-load-path): Removed. Replaced by
17143 defezimage in ezimage.el.
17144 (speedbar-expand-image-button-alist): Removed. Replaced by
17145 ezimage-expand-image-button-alist in ezimage.el.
17146
17147 (speedbar-ignored-directory-regexp)
17148 (speedbar-add-ignored-directory-regexp)
17149 (speedbar-ignored-directory-expressions)
17150 (speedbar-line-directory, speedbar-buffers-line-directory)
17151 (speedbar-directory-line, speedbar-buffers-line-directory):
17152 Renamed, replacing `path' with `directory'.
17153
17154 (speedbar-create-directory, speedbar-expand-line-descendants)
17155 (speedbar-toggle-line-expansion)
17156 (speedbar-contract-line-descendants): New commands.
17157
17158 (speedbar-query-confirmation-method, speedbar-select-frame-method)
17159 (speedbar-use-tool-tips-flag): New options.
17160
17161 (speedbar-check-read-only, speedbar-require-version)
17162 (speedbar-insert-separator, speedbar-buffers-tail-notes)
17163 (speedbar-handle-delete-frame, speedbar-try-completion)
17164 (speedbar-update-localized-contents): New functions.
17165
17166 (speedbar-incompatible-version, speedbar-ro-to-do-point)
17167 (speedbar-object-read-only-indicator): New variables.
17168
17169 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
17170 New hooks.
17171
17172 (speedbar-separator-face): New face.
17173
17174 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
17175 (speedbar-ignored-modes): Add fundamental-mode.
17176 (speedbar-directory-unshown-regexp): Add . directories.
17177
17178 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
17179 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
17180 `]' for full expand/close.
17181 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
17182
17183 (speedbar-check-vc): Support hidden files.
17184 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
17185 (speedbar-this-file-in-vc): Use vc-state if available. If VC
17186 state is nil, it is not checked out.
17187
17188 (speedbar-line-text, speedbar-line-token): Support expand buttons
17189 with no text.
17190 (speedbar-refresh): Universal argument acts as power-click.
17191 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
17192 that buffer to get variable values.
17193
17194 And many other bugfixes.
17195
17196 * dframe.el, ezimage.el, sb-image.el: New files.
17197
17198 * sb-*.xpm: Remove files. New image files installed into
17199 etc/images/ezimage.
17200
17201 2005-09-30 Kenichi Handa <handa@m17n.org>
17202
17203 * ps-mule.el (ps-mule-show-warning): If a character is in
17204 ps-print-translation-table, don't treat it as non-printable.
17205
17206 2005-09-30 David Ponce <david@dponce.com>
17207
17208 * tree-widget.el (tree-widget-themes-load-path): New variable.
17209 (tree-widget-themes-directory): Doc fix.
17210 (tree-widget-image-formats) [Emacs]: Doc fix.
17211 (tree-widget--locate-sub-directory): New function.
17212 (tree-widget-themes-directory): Use it.
17213
17214 * recentf.el (recentf-filename-handlers): Rename from
17215 `recentf-filename-handler'. Allow a list of functions.
17216 (recentf-menu-items-for-commands): Fix :help strings.
17217 (recentf-apply-filename-handlers): New function.
17218 (recentf-expand-file-name): Use it.
17219 (recentf-cleanup): Remove duplicates too.
17220
17221 2005-09-29 Juri Linkov <juri@jurta.org>
17222
17223 * faces.el: Rearrange face definitions to be in the same order as
17224 their face descriptions in "(emacs)Standard Faces".
17225
17226 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
17227
17228 * tooltip.el (tooltip): Add group `basic-faces'.
17229
17230 * buff-menu.el (Buffer-menu-buffer): Remove group
17231 `font-lock-highlighting-faces'.
17232
17233 * progmodes/compile.el (compilation-error, compilation-warning)
17234 (compilation-info, compilation-line-number, compilation-column-number):
17235 Change group from `font-lock-highlighting-faces' to `compilation'.
17236
17237 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17238 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
17239 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
17240 (vhdl-font-lock-reserved-words-face)
17241 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
17242 `font-lock-highlighting-faces'.
17243
17244 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
17245
17246 2005-09-28 Kim F. Storm <storm@cua.dk>
17247
17248 * emulation/cua-base.el: Set CUA move property on additional commands:
17249 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
17250 forward-sexp, backward-sexp, forward-list, backward-list.
17251
17252 2005-09-28 Romain Francoise <romain@orebokech.com>
17253
17254 * comint.el (comint-show-output): Really set point at the
17255 beginning of the output when not using `comint-use-prompt-regexp'.
17256
17257 2005-09-27 Jay Belanger <belanger@truman.edu>
17258
17259 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
17260 in TeX mode.
17261
17262 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
17263
17264 * textmodes/org.el (org-table-sum): Fix format string.
17265
17266 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
17267 Quote face names.
17268
17269 2005-09-26 Romain Francoise <romain@orebokech.com>
17270
17271 * isearch.el (isearch-forward-regexp): Close doc string.
17272
17273 2005-09-25 Richard M. Stallman <rms@gnu.org>
17274
17275 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
17276
17277 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
17278
17279 * progmodes/compile.el (compilation-error-properties):
17280 When getting the file from the previous error message,
17281 correctly decode the new data format.
17282
17283 * progmodes/cc-cmds.el (c-electric-paren):
17284 Call old-blink-paren only for close-paren.
17285
17286 2005-09-24 Andreas Schwab <schwab@suse.de>
17287
17288 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
17289 condition.
17290
17291 2005-09-25 Romain Francoise <romain@orebokech.com>
17292
17293 * dired-aux.el (dired-copy-file-recursive):
17294 * dired.el (dired-delete-file):
17295 * ediff-mult.el (ediff-dir-diff-copy-file):
17296 * ediff-util.el (ediff-test-save-region):
17297 * forms.el (forms-mode):
17298 * ido.el (ido-file-internal, ido-delete-file-at-head):
17299 * log-edit.el (log-edit-done):
17300 * ses.el (ses-yank-resize):
17301 * play/gomoku.el (gomoku-human-plays, gomoku)
17302 (gomoku-human-resigns, gomoku-prompt-for-other-game)
17303 (gomoku-offer-a-draw):
17304 * play/landmark.el (lm-human-resigns, lm):
17305 * net/eudcb-ldap.el (eudc-ldap-check-base):
17306 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
17307 * progmodes/ebrowse.el (ebrowse-find-pattern):
17308 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
17309 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
17310 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
17311
17312 * vc.el (vc-delete-file):
17313 * play/gomoku.el (gomoku-terminate-game, gomoku)
17314 (gomoku-prompt-for-move, gomoku-human-takes-back):
17315 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
17316 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
17317
17318 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
17319
17320 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
17321 color rxvt terminals by using the code xterm.el used to use before
17322 2005-04-09 in order to match the colors used by rxvt.
17323
17324 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
17325
17326 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
17327 colors rxvt-unicode terminals by using the same code as xterm.el.
17328
17329 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
17330
17331 * textmodes/tex-mode.el (tex-font-lock-append-prop)
17332 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
17333 new symbol used for the tex-verbatim face.
17334
17335 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
17336
17337 * woman.el (woman-file-name):
17338 * wid-edit.el (widget-file-prompt-value)
17339 (widget-coding-system-prompt-value):
17340 * w32-fns.el (set-w32-system-coding-system):
17341 * vc.el (vc-version-diff, vc-annotate):
17342 * textmodes/reftex-auc.el (reftex-arg-cite)
17343 (reftex-arg-index-tag):
17344 * textmodes/refer.el (refer-get-bib-files):
17345 * textmodes/artist.el (artist-figlet-choose-font):
17346 * terminal.el (terminal-emulator):
17347 * replace.el (occur-read-primary-args):
17348 * rect.el (string-rectangle, string-insert-rectangle):
17349 * ps-print.el (ps-print-preprint):
17350 * progmodes/pascal.el (pascal-goto-defun):
17351 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
17352 * progmodes/compile.el (compilation-find-file):
17353 * printing.el (pr-interactive-n-up):
17354 * play/animate.el (animate-birthday-present):
17355 * net/rcompile.el (remote-compile):
17356 * man.el (man, Man-goto-section, Man-follow-manual-reference):
17357 * mail/rmailsum.el (rmail-summary-search-backward)
17358 (rmail-summary-search):
17359 * mail/rmailout.el (rmail-output-read-rmail-file-name)
17360 (rmail-output-read-file-name):
17361 * mail/rmail.el (rmail-search, rmail-search-backwards):
17362 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
17363 * locate.el (locate):
17364 * international/quail.el (quail-show-keyboard-layout):
17365 * international/mule.el (set-buffer-file-coding-system)
17366 (revert-buffer-with-coding-system, set-file-name-coding-system)
17367 (set-terminal-coding-system, set-keyboard-coding-system)
17368 (set-next-selection-coding-system):
17369 * international/mule-diag.el (describe-coding-system)
17370 (describe-font, describe-fontset):
17371 * international/mule-cmds.el (universal-coding-system-argument)
17372 (search-unencodable-char, describe-input-method)
17373 (set-language-environment, describe-language-environment):
17374 * international/codepage.el (codepage-setup):
17375 * international/code-pages.el (codepage-setup):
17376 * info.el (Info-search, Info-follow-reference)
17377 (Info-search-backward):
17378 * emacs-lisp/advice.el (ad-read-advised-function)
17379 (ad-read-advice-class, ad-clear-cache, ad-activate)
17380 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
17381 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
17382 (ad-read-regexp):
17383 * ediff-util.el (ediff-toggle-regexp-match):
17384 * ediff-ptch.el (ediff-prompt-for-patch-file):
17385 * dired-aux.el (dired-diff):
17386 * diff.el (diff):
17387 * cus-edit.el (custom-variable-prompt):
17388 * calendar/timeclock.el (timeclock-ask-for-project):
17389 * calc/calcalg3.el (calc-get-fit-variables):
17390 * calc/calc-store.el (calc-edit-variable)
17391 (calc-permanent-variable):
17392 * vc-mcvs.el (vc-mcvs-register):
17393 * shadowfile.el (shadow-define-literal-group):
17394 * woman.el (woman-file-name):
17395 * vc.el (vc-version-diff, vc-merge):
17396 * textmodes/reftex-index.el (reftex-index-complete-tag):
17397 * format.el (format-decode-buffer, format-decode-region):
17398 * emulation/viper-cmd.el (viper-read-string-with-history):
17399 * emacs-lisp/debug.el (cancel-debug-on-entry):
17400 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
17401 * ediff.el (ediff-merge-revisions)
17402 (ediff-merge-revisions-with-ancestor, ediff-revision):
17403 * completion.el (interactive-completion-string-reader):
17404 * calc/calc-prog.el (calc-user-define-formula):
17405 Follow convention for reading with the minibuffer.
17406
17407 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
17408
17409 * progmodes/python.el (python-describe-symbol): Add globals() and
17410 locals() to the arguments of emacs.ehelp.
17411
17412 2005-09-24 Magnus Henoch <mange@freemail.hu>
17413
17414 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
17415 New function, code extracted from ispell-valid-dictionary-list.
17416 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
17417 Call it.
17418
17419 2005-09-24 Eli Zaretskii <eliz@gnu.org>
17420
17421 * subr.el (version-regexp-alist): Extend valid syntax for version
17422 strings: allow any of the characters -,_,+ to separate the
17423 alpha/beta/rc part from the version part. Doc fix.
17424 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
17425
17426 2005-09-23 David Reitter <david.reitter@gmail.com>
17427
17428 * mail/mailclient.el: New file.
17429
17430 2005-09-23 Richard M. Stallman <rms@gnu.org>
17431
17432 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
17433 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
17434 Doc fixes.
17435
17436 * progmodes/cc-mode.el (c-font-lock-init):
17437 Specify font-lock-lines-before.
17438
17439 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17440
17441 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
17442 whole conflict.
17443
17444 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
17445
17446 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
17447 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
17448 of `remap' feature when available. Additional key bindings for
17449 better tty support.
17450 (org-mode-restart, org-force-self-insert): New commands.
17451 (org-time-stamp-inactive): New command.
17452 (org-remap): New function.
17453 (org-table-auto-blank-field, org-level-color-stars-only): New options.
17454 (org-enable-fixed-width-editor): Move to `org-structure'
17455 customization group.
17456 (org-self-insert-command, orgtbl-self-insert-command): Modify to
17457 blank field after field motion commands.
17458
17459 2005-09-23 Kenichi Handa <handa@m17n.org>
17460
17461 * international/mule-cmds.el (set-language-environment):
17462 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
17463 have to call utf-translate-cjk-load-tables.
17464
17465 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
17466
17467 * mouse.el (mouse-move-drag-overlay): Fix last change.
17468
17469 2005-09-22 David Ponce <david@dponce.com>
17470
17471 * tree-widget.el (tree-widget-value-create): Fix previous change.
17472
17473 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
17474
17475 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
17476
17477 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17478
17479 * mouse.el (mouse-move-drag-overlay): New function.
17480 (mouse-drag-region-1): Use it.
17481 Try to simplify a bit the state handling. Handle clicks on links
17482 inside intangible areas.
17483 (mouse-save-then-kill): Minor simplification.
17484 (mouse-secondary-overlay): Make it always non-nil instead of
17485 recreating it each time.
17486 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
17487 (mouse-kill-secondary, mouse-secondary-save-then-kill):
17488 Simplify accordingly.
17489
17490 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
17491
17492 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
17493
17494 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
17495
17496 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
17497 (ediff-file-name-sans-prefix): Treat nil as an empty string.
17498 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
17499 to patch.
17500
17501 * ediff-util.el: Use insert-buffer-substring.
17502
17503 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
17504
17505 * emulation/viper-cmd.el (viper-change-state): Don't move over the
17506 field boundaries in the minibuffer.
17507 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
17508 (viper-minibuffer-post-command-hook): New hook.
17509 (viper-line): Don't move cursor at bolp.
17510
17511 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
17512
17513 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
17514 avoid compiler warnings.
17515
17516 * emulation/viper-macs.el (ex-map): Better messages.
17517
17518 * emulation/viper-utils.el (viper-beginning-of-field): New function.
17519
17520 * emulation/viper.el: Replace make-variable-buffer-local with
17521 viper-make-variable-buffer-local everywhere, to avoid warnings.
17522
17523 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17524
17525 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
17526 Delete unused var `old-selected-window'.
17527 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
17528 (mouse-drag-secondary): Delete unused var `start-frame'.
17529
17530 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
17531
17532 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
17533
17534 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17535
17536 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
17537 Re-indent within 80 columns. Use inhibit-read-only.
17538
17539 2005-09-19 Romain Francoise <romain@orebokech.com>
17540
17541 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
17542
17543 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17544
17545 * font-lock.el (font-lock-default-fontify-region): Don't add a line
17546 unconditionally, since the after-change-function already did it.
17547
17548 2005-09-19 Miles Bader <miles@gnu.org>
17549
17550 * net/newsticker.el: Get rid of CVS keyword.
17551
17552 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
17553
17554 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
17555 The prompt is formatted later.
17556
17557 2005-09-19 David Ponce <david@dponce.com>
17558
17559 * tree-widget.el (tree-widget-value-create): Save the converted
17560 tree :node widget.
17561
17562 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
17563
17564 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
17565 variable `message'.
17566
17567 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
17568
17569 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
17570 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
17571 <slawomir.nowaczyk.847@student.lu.se>.
17572
17573 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
17574
17575 * image.el (image-load-path): Use symbol `data-directory' instead
17576 of its value, for backward compatibility with packages that bind
17577 it during `find-image'. Suggested by Katsumi Yamaoka.
17578 (image-search-load-path): Handle symbols whose values are strings.
17579
17580 2005-09-18 Romain Francoise <romain@orebokech.com>
17581
17582 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
17583 with-current-buffer form in save-excursion.
17584
17585 2005-09-18 Deepak Goel <deego@gnufans.org>
17586
17587 * apropos.el (apropos-command): Fix `message' call: first arg
17588 should be a format spec. In this and all other cases that appear
17589 below and elsewhere in the source code, I made a change only when
17590 two conditions were satisfied: [1] I can think of a possibility
17591 that the arguments would cause an error, for example, the code in
17592 question relies on external variables such as filenames. [2] I
17593 was sure that the arg to `message' could not have been nil in the code.
17594
17595 * textmodes/tildify.el (tildify-region): Ditto.
17596
17597 * textmodes/reftex-index.el (reftex-index-change-entry)
17598 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
17599 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
17600 * textmodes/org.el (org-complete, org-deadline, org-schedule)
17601 (org-priority, org-table-sum):
17602 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
17603 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
17604 (flyspell-word, flyspell-display-next-corrections):
17605 * textmodes/bibtex.el (bibtex-print-help-message):
17606 * textmodes/artist.el (artist-key-set-point-poly):
17607 * term/mac-win.el (mac-services-insert-text):
17608 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
17609 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
17610 (vhdl-port-paste-testbench, vhdl-compose-new-component)
17611 (vhdl-compose-configuration):
17612 * progmodes/sh-script.el (sh-blink, sh-show-indent)
17613 (sh-set-indent, sh-learn-line-indent):
17614 * progmodes/ps-mode.el (ps-mode-target-column):
17615 * progmodes/idlwave.el (idlwave-make-tags)
17616 (idlwave-scan-library-catalogs):
17617 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
17618 * progmodes/gud.el (gud-jdb-analyze-source):
17619 * progmodes/flymake.el (flymake-log):
17620 * progmodes/ebnf2ps.el (ebnf-generate-region):
17621 * progmodes/cmacexp.el (c-macro-expansion):
17622 * progmodes/ada-xref.el (ada-treat-cmd-string):
17623 * progmodes/ada-mode.el (ada-create-case-exception-substring)
17624 (ada-justified-indent-current, ada-batch-reformat):
17625 * play/zone.el (zone):
17626 * play/landmark.el (lm-move):
17627 * play/decipher.el (decipher-show-alphabet):
17628 * net/newsticker.el (newsticker--display-jump)
17629 (newsticker--display-scroll):
17630 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
17631 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
17632 * mail/feedmail.el (feedmail-dump-message-to-queue):
17633 * eshell/esh-proc.el (eshell-remove-process-entry):
17634 * emulation/ws-mode.el (ws-last-error):
17635 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
17636 (viper-record-kbd-macro):
17637 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
17638 * emacs-lisp/lisp-mnt.el (lm-report-bug):
17639 * emacs-lisp/find-func.el (find-function-noselect):
17640 * calendar/timeclock.el (timeclock-status-string)
17641 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
17642 (timeclock-when-to-leave-string):
17643 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
17644 * calc/calc-units.el (calc-enter-units-table):
17645 * calc/calc-mode.el (calc-mode-record-mode):
17646 * woman.el (woman-mini-help):
17647 * wdired.el (wdired-change-to-wdired-mode):
17648 * vc.el (vc-retrieve-snapshot):
17649 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
17650 * startup.el (display-startup-echo-area-message):
17651 * simple.el (set-goal-column):
17652 * ses.el (ses-command-hook, ses-recalculate-cell):
17653 * server.el (server-process-filter):
17654 * printing.el (pr-interface-txt-print, pr-interface-printify)
17655 (pr-interface-ps):
17656 * pcvs.el (cvs-help):
17657 * log-edit.el (log-edit, log-edit-mode-help):
17658 * iswitchb.el (iswitchb-possible-new-buffer):
17659 * isearch.el (isearch-edit-string):
17660 * image-mode.el (image-mode, image-minor-mode):
17661 * ibuf-macs.el (define-ibuffer-filter):
17662 * hi-lock.el (hi-lock-find-patterns):
17663 * files.el (toggle-read-only):
17664 * ediff-util.el (ediff-copy-diff)
17665 (ediff-write-merge-buffer-and-maybe-kill):
17666 * echistory.el (Electric-history-undefined):
17667 * dnd.el (dnd-insert-text):
17668 * dired-aux.el (dired-query):
17669 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
17670 * bookmark.el (bookmark-bmenu-locate):
17671 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
17672 Fix `message' calls to ensure first arg is a format string.
17673 The change was made only when these two conditions were satisfied:
17674 [1] when there is a possibility that the arguments would cause an error
17675 for example, if the code in question relies on external variables
17676 such as filenames, and
17677 [2] if the arg to `message' could not have been nil in the code.
17678
17679 * pcomplete.el (pcomplete--help): Fix `message' format spec.
17680 Not having a %s would be weird, though not technically wrong.
17681
17682 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17683
17684 * term/mac-win.el (mac-add-charset-info): Doc fix.
17685
17686 2005-09-17 Romain Francoise <romain@orebokech.com>
17687
17688 * shell.el (shell-resync-dirs): Handle echoing processes more
17689 reliably. Don't insert resync command if `comint-process-echoes'
17690 is non-nil.
17691
17692 2005-09-17 Magnus Henoch <mange@freemail.hu>
17693
17694 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
17695 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
17696 aspell versions >= 0.60.
17697 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
17698 only if ispell-aspell-supports-utf8 is non-nil.
17699
17700 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17701
17702 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
17703 buffer-local value to lisp-indent-function.
17704
17705 2005-09-17 Milan Zamazal <pdm@zamazal.org>
17706
17707 * progmodes/glasses.el (glasses-make-readable): If
17708 glasses-separator differs from underscore, put appropriate
17709 overlays over underscore characters.
17710 (glasses-convert-to-unreadable): If glasses-separator differs from
17711 underscore, try to convert glasses-separator characters to
17712 underscores.
17713
17714 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17715
17716 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
17717 Use with-syntax-table and dolist.
17718
17719 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
17720
17721 * textmodes/reftex-auc.el:
17722 * textmodes/reftex-cite.el:
17723 * textmodes/reftex-dcr.el:
17724 * textmodes/reftex-global.el:
17725 * textmodes/reftex-parse.el:
17726 * textmodes/reftex-ref.el:
17727 * textmodes/reftex-sel.el:
17728 * textmodes/reftex-toc.el:
17729 * textmodes/reftex-vars.el:
17730 * textmodes/reftex.el: Small changes to remove compiler warnings.
17731
17732 * textmodes/reftex-index.el: Likewise.
17733 (reftex-query-index-phrase): More efficient use of markers.
17734
17735 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
17736
17737 * image.el (image-load-path): New variable.
17738 (image-search-load-path): New function.
17739 (find-image): Search for images in `image-load-path'.
17740
17741 2005-09-15 Richard M. Stallman <rms@gnu.org>
17742
17743 * follow.el: Change Maintainer field.
17744
17745 2005-09-15 David Ponce <david@dponce.com>
17746
17747 * recentf.el (recentf-save-file-modes): New option.
17748 (recentf-save-list): Use it.
17749
17750 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
17751
17752 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
17753 (mode-line-mule-info, mode-line-modified): Move bindings from
17754 mouse-3 to mouse-1.
17755
17756 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
17757
17758 * simple.el (sendmail-user-agent-compose): Revert last change.
17759
17760 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17761
17762 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
17763 Use with-current-buffer.
17764 (ange-ftp-gwp-start): Remove unused var `gw-user'.
17765 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
17766 (ange-ftp-insert-directory): Remove unused var `short'.
17767 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
17768
17769 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
17770 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
17771
17772 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
17773 (check-calendar-holidays, diary-list-entries): Autoload.
17774 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
17775 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
17776
17777 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
17778 which mistakenly removed a call to display-buffer.
17779
17780 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
17781
17782 * obsolete/iso-insert.el: Move to obsolete/ from international/.
17783
17784 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
17785
17786 * progmodes/hideshow.el
17787 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
17788 (hs-allow-nesting): New user var.
17789 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
17790 (hs-hide-block-at-point): When nesting allowed,
17791 if there is already an overlay in place, delete it.
17792 (hs-safety-is-job-n): Delete func; remove call sites.
17793 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
17794 (hs-overlay-at): New func.
17795 (hs-already-hidden-p, hs-show-block): Use it.
17796 (hs-hide-all): Don't pre-clean if nesting allowed.
17797 (hs-show-all): Temporarily disallow
17798 nesting around call to `hs-discard-overlays'.
17799
17800 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
17801
17802 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
17803 Delete unused local var.
17804
17805 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
17806
17807 * help-fns.el (describe-categories): "?\ " -> "?\s".
17808 (help-do-arg-highlight): Recognize also ARG-n, as in
17809 `move-to-left-margin' (ARG+n is already recognized). Simplify.
17810
17811 * international/codepage.el (dos-unsupported-char-glyph):
17812 * net/newsticker.el (tool-bar-map, w3-mode-map)
17813 (w3m-minor-mode-map):
17814 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
17815 (ent-alist):
17816 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
17817
17818 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
17819
17820 * custom.el (custom-push-theme): Handle the case where a symbol is
17821 bound but face properties have not yet been assigned.
17822
17823 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
17824 Fix behavior if noerase is `t' and there is no mail buffer.
17825
17826 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
17827 if `continue' is nil, rather than signal an error.
17828
17829 2005-09-12 Richard M. Stallman <rms@gnu.org>
17830
17831 * font-lock.el (font-lock-keywords): Add autoload.
17832
17833 * help-fns.el (describe-variable): Rearrange to put source link
17834 in a predictable place.
17835
17836 * net/newsticker.el: New file.
17837
17838 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17839
17840 * calendar/calendar.el (calendar-for-loop): Add edebug info.
17841 (calendar-basic-setup): Use the new nil arg.
17842 (number-of-diary-entries): Move to diary-lib.el.
17843
17844 * calendar/diary-lib.el: Use with-current-buffer, match-string.
17845 (diary-list-entries): Use with-syntax-table and dolist.
17846 Rename from list-diary-entries.
17847 Use number-of-diary-entries if `number' is nil.
17848 (diary, diary-view-entries): Use this new name and new nil arg value.
17849 (number-of-diary-entries): Move from calendar.el.
17850 (diary-unhide-everything): New function.
17851 (include-other-diary-files, fancy-diary-display)
17852 (diary-show-all-entries, make-diary-entry): Use it.
17853 (diary-mail-entries): Use buffer-string.
17854 (mark-diary-entries): Fix long standing paren typo.
17855 (diary-sexp-entry): Use count-lines.
17856 (make-diary-entry): Avoid `previous-line'.
17857 (diary-mode-map): New var.
17858 (diary-mode): Redraw cal after saving. Setup header-line.
17859 (fancy-diary-display-mode): Use local-set-key.
17860
17861 * startup.el (command-line): Try calling various terminal-init-foo-bar
17862 functions by stripping hyphenated suffixes from $TERM.
17863
17864 * files.el (normal-mode): Check boundness of font-lock-keywords.
17865
17866 2005-09-12 Richard M. Stallman <rms@gnu.org>
17867
17868 * progmodes/compile.el: Don't decide a file's directory
17869 until the user actually tries to go there.
17870 (compilation-next-error-function):
17871 Pass compilation-find-file the directory from the file-struct.
17872 (compilation-internal-error-properties): Separate local FILE-STRUCT
17873 from FILE. Doc the args better. Rename arg FMT to FMTS.
17874 (compilation-find-file): Arg DIR renamed to DIRECTORY.
17875 Expand it, and if nil, use default-directory.
17876 (compilation-get-file-structure): Don't mix specified directory
17877 with default directory. Put specified directory into
17878 file-struct. Don't make the file name absolute.
17879
17880 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17881 (compile-command): Add autoload.
17882 (compilation-disable-input): Add autoload.
17883
17884 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
17885
17886 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
17887 strings of the variables it can override.
17888 (time-stamp): New (as yet undocumented) time-stamp-format escapes
17889 %Q and %q, for fully-qualified domain name and unqualified host name.
17890
17891 2005-09-11 Kim F. Storm <storm@cua.dk>
17892
17893 * emacs-lisp/authors.el (authors-aliases): Update list.
17894 (authors-fixed-entries): Update mldrag.el entry.
17895
17896 2005-09-10 Alan Mackenzie <acm@muc.de>
17897
17898 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
17899 from the region narrowed to.
17900
17901 2005-09-10 Magnus Henoch <mange@freemail.hu>
17902
17903 * textmodes/ispell.el (ispell-check-version): Signal an error if
17904 aspell version is less than 0.60.
17905
17906 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
17907
17908 * progmodes/octave-inf.el (inferior-octave-startup):
17909 Resync current dir at the end.
17910
17911 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
17912
17913 * woman.el (woman-topic-at-point-default):
17914 Rename to woman-use-topic-at-point-default.
17915 (woman-topic-at-point): Rename to woman-use-topic-at-point.
17916 (woman-file-name): Reflect renames above. Automatically use the
17917 word at point as topic if woman-use-topic-at-point is non-nil.
17918 Otherwise offer it as default but don't insert it in the
17919 minibuffer. Also use `test-completion' instead of `assoc' as
17920 suggested by Stefan Monnier.
17921
17922 2005-09-10 Andre Spiegel <spiegel@gnu.org>
17923
17924 * vc.el (vc-directory, vc-update-change-log): Throw an error on
17925 the attempt to do it over Tramp. This is not yet supported.
17926
17927 2005-09-10 Eli Zaretskii <eliz@gnu.org>
17928
17929 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17930 (menu-bar-non-minibuffer-window-p): New functions.
17931 ("Split Window", "Save As..."): Use them.
17932 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
17933 ("Print Buffer", "Truncate Long Lines in this Buffer"):
17934 Use menu-bar-menu-frame-live-and-visible-p.
17935 ("Save Buffer", "Insert File", "Open Directory...")
17936 ("Open File...", "Visit New File..."):
17937 Use menu-bar-non-minibuffer-window-p.
17938 (kill-this-buffer-enabled-p, dired <menu-enable>):
17939 Use menu-bar-non-minibuffer-window-p.
17940
17941 2005-09-09 Eli Zaretskii <eliz@gnu.org>
17942
17943 * cus-start.el (all): Don't complain about fringe-related
17944 built-ins if fringes are not supported. Ditto about
17945 selection-related built-ins. Fix the test for GTK-related built-ins.
17946
17947 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
17948 ("Postscript Print Buffer", "Print Region", "Save As...")
17949 ("Save", "Insert File...", "Open Directory...")
17950 ("Open File...", "Visit New File..."")
17951 ("Truncate Long Lines in this Buffer"): Don't look at
17952 menu-updating-frame if this display does not support multiple frames.
17953
17954 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17955
17956 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
17957
17958 2005-09-09 Emilio Lopes <eclig@gmx.net>
17959
17960 * woman.el: Format- and whitespace-related changes.
17961
17962 2005-09-09 Eli Zaretskii <eliz@gnu.org>
17963
17964 * woman.el: Fix my email address.
17965
17966 2005-09-08 Richard M. Stallman <rms@gnu.org>
17967
17968 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
17969 (sh-mode): Locally set skeleton-pair-default-alist.
17970
17971 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
17972
17973 * progmodes/flymake.el: Require `compile' unconditionally.
17974
17975 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
17976
17977 * woman.el (woman-file-name): Provide a default, not initial input.
17978
17979 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
17980
17981 * font-lock.el (font-lock-support-mode): Doc fix.
17982
17983 * descr-text.el (describe-property-list): Handle non-symbol prop names.
17984
17985 2005-09-08 Richard M. Stallman <rms@gnu.org>
17986
17987 * simple.el (blink-matching-open): Get rid of text props from
17988 the string shown in echo area. Don't permanently set point.
17989 Some rearrangements.
17990
17991 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17992
17993 * recentf.el (recentf-filename-handler): Add custom choice
17994 `abbreviate-file-name'.
17995
17996 * msb.el (msb--very-many-menus): Fix typo.
17997
17998 * disp-table.el (standard-display-european): Don't set
17999 enable-multibyte-characters to nil.
18000
18001 2005-09-08 David Ponce <david@dponce.com>
18002
18003 * recentf.el (recentf-show-file-shortcuts-flag): New option.
18004 (recentf-expand-file-name): Doc fix.
18005 (recentf-dialog-mode-map): Define digit shortcuts.
18006 (recentf--files-with-key): New variable.
18007 (recentf-show-digit-shortcut-filter): New function.
18008 (recentf-open-files-items): New function.
18009 (recentf-open-files): Use it.
18010 (recentf-open-file-with-key): New command.
18011
18012 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
18013
18014 * buff-menu.el (Buffer-menu-sort-by-column): New function.
18015 Suggested by Kim F. Storm.
18016 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
18017 (Buffer-menu-make-sort-button): Use global keymap.
18018
18019 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
18020
18021 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
18022 (Man-getpage-in-background-advice): Remove defadvice; it isn't
18023 necessary any longer with the remapped command.
18024 (Man-bgproc-sentinel-advice): Remove defadvice which counts
18025 formatting time only.
18026
18027 * net/tramp.el (tramp-action-password)
18028 (tramp-multi-action-password): Compile the password prompt from
18029 `method', `user' and `host'. Sometimes it isn't obvious which
18030 password to enter, for example with remote files offered by
18031 recentf.el, or with multiple steps. Suggested by Robert Marshall
18032 <robert@chezmarshall.freeserve.co.uk>.
18033
18034 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
18035
18036 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
18037 Fix regexp for when "s///" is at the beginning of line.
18038
18039 2005-09-07 Jay Belanger <belanger@truman.edu>
18040
18041 * calc/calc-poly.el (math-expand-term): Multiply out any powers
18042 when in matrix mode.
18043
18044 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18045
18046 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
18047 non-anonymous functions.
18048
18049 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
18050
18051 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
18052 when using a header line. Otherwise, use mouse-1-click-follows-link.
18053
18054 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
18055 can't be moved; don't signal an error.
18056
18057 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
18058
18059 * cus-theme.el (custom-theme-write-faces): Save the current face
18060 spec, not the defface spec.
18061
18062 * custom.el (custom-known-themes): Clarify meaning of "standard".
18063 (custom-push-theme): Save old values in the standard theme.
18064 (disable-theme): Correct typo.
18065 (custom-face-theme-value) Deleted unused function.
18066 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
18067
18068 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
18069
18070 * progmodes/compile.el (compilation-goto-locus): Take into account
18071 iconified frames when determining whether the buffer is
18072 already visible.
18073 Don't reset window height if the window already existed.
18074
18075 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
18076
18077 * custom.el (load-theme): Rename from require-theme.
18078 Add interactive spec.
18079 (enable-theme): Rename from custom-enable-theme.
18080 Add interactive spec.
18081 (disable-theme): Rename from custom-disable-theme.
18082 Add interactive spec.
18083 (custom-make-theme-feature): Doc fix.
18084 (custom-theme-directory): Doc fix.
18085 (provide-theme): Call enable-theme.
18086
18087 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
18088
18089 * obsolete/lazy-lock.el (lazy-lock-mode):
18090 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
18091 font-lock-mode if it's off. Print a warning instead.
18092
18093 * progmodes/compile.el (compilation-start): Ignore errors if the
18094 process died before we get to send-eof.
18095
18096 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
18097 Undo last change. Enclosing the result in quotes broke things on Unix
18098 since tex-send-command passes it through shell-quote-argument.
18099 (tex-send-command): Pass `file' through convert-standard-filename
18100 when possible.
18101 (tex-uptodate-p): Handle the case where TeX hasn't put additional
18102 info in a transcript.
18103
18104 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
18105
18106 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
18107 fix compilation warning. Reorder the key definitions to group
18108 together keys emitted by the current version of xterm.
18109
18110 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
18111 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
18112 Reorder predicates to correct min-color usage.
18113
18114 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
18115
18116 * longlines.el (longlines-mode): Inhibit read-only when encoding.
18117 Kill local variables when longlines-mode is turned off.
18118
18119 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
18120
18121 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
18122
18123 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
18124
18125 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
18126
18127 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
18128 (font-lock-lines-before): Change default to being inactive.
18129 (font-lock-default-fontify-region): Obey font-lock-lines-before.
18130 (font-lock-after-change-function): Don't handle f-l-lines-before here.
18131
18132 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
18133
18134 * net/tramp.el (tramp-handle-make-auto-save-file-name):
18135 Deactivate temporarily advice if active (not needed for Emacs 22,
18136 but for backwards compatibility).
18137 (tramp-exists-file-name-handler): Rewrite. First implementation
18138 was too simple.
18139 (tramp-advice-make-auto-save-file-name):
18140 Call `tramp-handle-make-auto-save-file-name' (again, just for
18141 backwards compatibility).
18142
18143 2005-08-31 Reto Zimmermann <reto@gnu.org>
18144
18145 * progmodes/vhdl-mode.el
18146 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
18147 (vhdl-end-p): Fix indentation bug "else" after "-- when".
18148 (vhdl-set-default-project): New function (easier setting of default).
18149 (vhdl-port-copy): Handle extended identifiers for generics.
18150 (vhdl-compiler-alist): Better description for error message regexp.
18151 (vhdl-make): Query for target, use previous as default.
18152 (vhdl-port-copy): Fix port copy for port names starting with "signal".
18153 (vhdl-font-lock-keywords-2): Fix fontification for record
18154 el. assign.
18155 (vhdl-speedbar-make-subpack-line): Add package body link.
18156 (vhdl-generate-makefile-1): Not include itself as dependency.
18157 (vhdl-font-lock-init): Highlight c-preprocessor directives.
18158 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
18159 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
18160 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
18161 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
18162 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
18163 (vhdl-import-project): Add string argument for `error'.
18164 (vhdl-compose-configuration)
18165 (vhdl-compose-configuration-architecture): Add configuration
18166 declaration generation.
18167 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
18168 (vhdl-trailer-re): Add "record" keyword (better indentation).
18169 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
18170 "[^ \t-\"]+".
18171 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
18172 (vhdl-testbench-entity-file-name)
18173 (vhdl-testbench-architecture-file-name): Allow separate
18174 customization of testbench file names.
18175 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
18176 (vhdl-get-visible-signals): Allow newline within alias declaration.
18177 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
18178 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
18179 (member-ignore-case): Alias for missing function in XEmacs.
18180 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
18181 (vhdl-update-sensitivity-list): Ignore case on read signals.
18182 (vhdl-replace-string): Adjust case only for file names.
18183 (vhdl-update-sensitivity-list): Fix search for read signals.
18184 (vhdl-update-sensitivity-list): Exclude formal parameters.
18185 (vhdl-get-visible-signals): Include aliases of signals.
18186 (vhdl-get-visible-signals): Fix signal name searching.
18187 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
18188 (vhdl-fixup-whitespace-region): Fix for character
18189 literals (e.g. `:').
18190
18191 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
18192
18193 * ansi-color.el (comint-last-output-start):
18194 * bs.el (font-lock-verbose):
18195 * diff-mode.el (add-log-buffer-file-name-function):
18196 * dired-x.el (vm-folder-directory):
18197 * faces.el (help-xref-stack-item):
18198 * files.el (font-lock-keywords):
18199 * find-lisp.el (dired-buffers, dired-subdir-alist):
18200 * ido.el (cua-inhibit-cua-keys):
18201 * log-view.el (cvs-minor-wrap-function):
18202 * outline.el (font-lock-warning-face):
18203 * simple.el (compilation-current-error):
18204 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
18205 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
18206 * tooltip.el (comint-prompt-regexp):
18207 * w32-fns.el (explicit-shell-file-name):
18208 * term/mac-win.el (mac-charset-info-alist)
18209 (mac-services-selection, mac-system-script-code):
18210 * term/tty-colors.el (msdos-color-values):
18211 * term/w32-win.el (xlfd-regexp-registry-subnum):
18212 * term/x-win.el (x-keysym-table, x-selection-timeout)
18213 (x-session-id, x-session-previous-id):
18214 * textmodes/ispell.el (mail-yank-prefix):
18215 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
18216 * textmodes/org.el (calc-embedded-close-formula)
18217 (calc-embedded-open-formula)
18218 (font-lock-unfontify-region-function):
18219 * textmodes/reftex-global.el (isearch-next-buffer-function)
18220 (TeX-master):
18221 * textmodes/reftex.el (font-lock-keywords):
18222 * textmodes/tex-mode.el (font-lock-comment-face)
18223 (font-lock-doc-face):
18224 * textmodes/texinfo.el (outline-heading-alist):
18225 Add defvars.
18226
18227 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
18228 (artist-spray-chars, artist-mode-init, artist-replace-string)
18229 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
18230 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
18231 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
18232
18233 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
18234 (conf-align-assignments): "?\ " -> "?\s".
18235
18236 * textmodes/reftex-index.el (TeX-master): Add defvar.
18237 (reftex-index-phrases-marker): Move up defvar.
18238
18239 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
18240 (reftex-toc-include-labels-indicator)
18241 (reftex-toc-include-index-indicator)
18242 (reftex-toc-max-level-indicator): Move up declarations.
18243
18244 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
18245 of args to `tramp-run-real-handler', even if it's empty in this case.
18246
18247 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18248
18249 * dired.el (dired-move-to-filename-regexp): Add date format for
18250 Mac OS X 10.3 in East Asian locales.
18251
18252 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
18253
18254 * files.el (make-auto-save-file-name): Add file name handler call
18255 if applicable.
18256
18257 * net/tramp.el (tramp-file-name-handler-alist)
18258 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
18259 (tramp-handle-make-auto-save-file-name): Rename from
18260 `tramp-make-auto-save-file-name'.
18261 (tramp-exists-file-name-handler): New defun.
18262 (tramp-advice-make-auto-save-file-name): Make defadvice only when
18263 `make-auto-save-file-name' is not a magic file name operation.
18264
18265 2005-08-30 Richard M. Stallman <rms@gnu.org>
18266
18267 * files.el (risky-local-variable-p):
18268 Match `-predicates' and `-commands.
18269
18270 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
18271 (custom-save-all): Visit the file if necessary;
18272 kill the buffer if we created it.
18273 (custom-save-delete): Don't visit file or kill buffer here.
18274
18275 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
18276
18277 * textmodes/org.el (org-special-keyword): New face.
18278 (org-table-copy-down, org-table-eval-formula)
18279 (org-table-recalculate, org-init-section-numbers):
18280 Use `string-to-number' instead of `string-to-int'.
18281 (org-get-location): Use `insert-buffer-substring' instead of
18282 `insert-buffer'.
18283 (org-modify-diary-entry-string): New function.
18284 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
18285 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
18286 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
18287 active region.
18288 (org-export-as-html): Handle QUOTE keyword.
18289 (org-quote-string): New option.
18290 (org-bookmark-jump-unhide): New function, used for
18291 `bookmark-after-jump-hook'.
18292 (org-diary-default-entry): Apply only when not called through
18293 `org-agenda'.
18294
18295 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
18296
18297 * net/eudc.el (mode-popup-menu):
18298 * play/handwrite.el (ps-printer-name, ps-lpr-command):
18299 * progmodes/ada-mode.el (compile-auto-highlight)
18300 (skeleton-further-elements):
18301 * progmodes/autoconf.el (font-lock-syntactic-keywords):
18302 * progmodes/cmacexp.el (msdos-shells):
18303 * progmodes/compile.el (font-lock-extra-managed-props)
18304 (font-lock-keywords, font-lock-maximum-size)
18305 (font-lock-support-mode):
18306 * progmodes/grep.el (font-lock-lines-before):
18307 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
18308 * progmodes/mixal-mode.el (compile-command):
18309 * progmodes/perl-mode.el (font-lock-comment-face)
18310 (font-lock-doc-face, font-lock-string-face):
18311 * progmodes/prolog.el (comint-prompt-regexp):
18312 * progmodes/sh-script.el (font-lock-comment-face)
18313 (font-lock-set-defaults, font-lock-string-face):
18314 * progmodes/sql.el (font-lock-keyword-face)
18315 (font-lock-set-defaults, font-lock-string-face):
18316 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
18317 (itimer-version, lazy-lock-defer-contextually)
18318 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
18319 Add defvars.
18320
18321 * progmodes/cperl-mode.el (cperl-electric-lbrace)
18322 (cperl-electric-keyword, cperl-electric-pod)
18323 (cperl-electric-backspace, cperl-forward-re)
18324 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
18325 (vc-rcs-header, vc-sccs-header): Add defvars.
18326
18327 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
18328 (font-lock-syntactic-keywords, gud-find-expr-function):
18329 Add defvars.
18330
18331 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
18332 (gdb-frame-parameters): Declare before use.
18333
18334 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
18335 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
18336 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
18337 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
18338
18339 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
18340 (idlwave-help-with-source): Use `insert-buffer-substring', not
18341 `insert-buffer'.
18342
18343 2005-08-29 Juri Linkov <juri@jurta.org>
18344
18345 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
18346 Put outline-back-to-heading function call inside save-excursion.
18347
18348 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
18349
18350 * man.el (Man-init-defvars, Man-translate-references)
18351 (Man-support-local-filenames, Man-highlight-references):
18352 * progmodes/sql.el (sql-interactive-mode):
18353 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
18354
18355 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
18356 (compilation-mode-font-lock-keywords): Add defvars.
18357 (checkdoc-interactive-loop): "?\ " -> "?\s".
18358
18359 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
18360 (font-lock-doc-face, font-lock-string-face)
18361 (font-lock-keywords-case-fold-search): Add defvars.
18362 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
18363
18364 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
18365 Don't pass X and Y (they are ignored anyway).
18366 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
18367 (mouse-delete-window): Make arguments optional.
18368
18369 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
18370 (caesar-translate-table, minor-modes, news-buffer-save)
18371 (news-group-name, news-minor-modes): Add defvars.
18372
18373 * emacs-lisp/lselect.el (mouse-highlight-priority)
18374 (x-lost-selection-functions, zmacs-regions):
18375 * emacs-lisp/pp.el (font-lock-verbose):
18376 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
18377 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
18378 (ses-mode-map):
18379 * emacs-lisp/tcover-unsafep.el (safe-functions):
18380 * international/mule-cmds.el (mac-system-coding-system)
18381 (mac-system-locale):
18382 * language/ethio-util.el (rmail-current-message)
18383 (rmail-message-vector):
18384 * language/thai-util.el (thai-auto-composition-mode):
18385 * mail/metamail.el (rmail-current-message, rmail-message-vector):
18386 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
18387 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
18388 (vm-primary-inbox, vm-spool-files):
18389 * mail/rmail.el (deleted-head, font-lock-fontified)
18390 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
18391 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
18392 (total-messages):
18393 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
18394 (rmail-summary-mode-map):
18395 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
18396 (rmail-last-label, rmail-last-multi-labels)
18397 (rmail-summary-vector, rmail-total-messages):
18398 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
18399 * mail/rmailsum.el (msgnum):
18400 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
18401 (rmail-current-message):
18402 * obsolete/fast-lock.el (font-lock-face-list):
18403 * obsolete/rnewspost.el (mail-reply-buffer):
18404 * obsolete/scribe.el (compile-command):
18405 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
18406
18407 2005-08-28 John Paul Wallington <jpw@gnu.org>
18408
18409 * ibuf-ext.el (ibuffer-auto-update-changed):
18410 Use `frame-or-buffer-changed-p' to check whether we need to update.
18411 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
18412 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
18413 as a `frame-or-buffer-changed-p' state vector instead.
18414
18415 2005-08-27 Romain Francoise <romain@orebokech.com>
18416
18417 * textmodes/makeinfo.el (makeinfo-compile):
18418 Use `compilation-start'. Set `next-error-function' according to
18419 `disable-errors'.
18420 (makeinfo-next-error): New function.
18421 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
18422 (makeinfo-buffer): Likewise.
18423
18424 * progmodes/compile.el (compilation-start): Add autoload cookie.
18425
18426 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
18427 * textmodes/sgml-mode.el: Likewise.
18428 * progmodes/python.el: Likewise.
18429
18430 2005-08-27 Eli Zaretskii <eliz@gnu.org>
18431
18432 * simple.el (blink-matching-paren-distance): Document the meaning
18433 of nil value, and allow to customize to nil.
18434
18435 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
18436 command.com, not command.exe.
18437
18438 2005-08-26 John Wiegley <johnw@newartisans.com>
18439
18440 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
18441 code around a bit so that an extraneous nil argument is not added
18442 to a command when no args are given.
18443
18444 * eshell/esh-arg.el (eshell-parse-double-quote): If a
18445 double-quoted argument resolves to nil, return it as an empty
18446 string rather than as nil. This made it impossible to pass "" to
18447 a shell script as a null string argument.
18448
18449 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
18450
18451 * outline.el (outline-invent-heading): New fun.
18452 (outline-promote, outline-demote): Use it.
18453 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
18454 (outline-end-of-subtree): Remove unused var `opoint'.
18455
18456 2005-08-26 David Reitter <david.reitter@gmail.com>
18457
18458 * menu-bar.el (truncate-lines, write-file, print-buffer)
18459 (ps-print-buffer-faces, ps-print-buffer, split-window):
18460 Disable menu items when the frame they refer to is invisible, or when
18461 they refer to a buffer and the minibuffer is selected.
18462
18463 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
18464
18465 * progmodes/flymake.el (flymake-highlight-err-lines):
18466 Use save-excursion around flymake-highlight-line to preserve point.
18467
18468 2005-08-26 Eli Zaretskii <eliz@gnu.org>
18469
18470 * progmodes/octave-mod.el: Change Author and Maintainer address.
18471 (octave-maintainer-address): Change Kurt's email address.
18472 * progmodes/octave-inf.el: Change Author and Maintainer address.
18473 * progmodes/octave-hlp.el: Change Author and Maintainer address.
18474
18475 2005-08-26 Kim F. Storm <storm@cua.dk>
18476
18477 * subr.el (version-list-<, version-list-<=, version-list-=):
18478 Rename from integer-list-*.
18479 (version-list-not-zero): Likewise. Fix while loop.
18480 (version=): Use version-list-= instead of string-equal.
18481
18482 2005-08-26 Richard M. Stallman <rms@gnu.org>
18483
18484 * outline.el (outline-promote): Try shortening the heading.
18485 As last resort, read the heading to use.
18486 (outline-demote): As last resort, read the heading to use.
18487
18488 2005-08-26 Romain Francoise <romain@orebokech.com>
18489
18490 * progmodes/compile.el (compilation-start): Doc fix.
18491
18492 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
18493 (antlr-font-lock-additional-keywords): Fix reference to
18494 `antlr-font-lock-literal-regexp' erroneously changed during the
18495 mass face rename.
18496 (antlr-run-tool): Use `compilation-start'.
18497
18498 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
18499 instead of the obsolete `compile-internal'.
18500
18501 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
18502
18503 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
18504 (number, original-date):
18505 * calendar/cal-china.el (date):
18506 * calendar/cal-coptic.el (date):
18507 * calendar/cal-french.el (date):
18508 * calendar/cal-hebrew.el (date, entry, number, original-date):
18509 * calendar/cal-islam.el (date, number, original-date):
18510 * calendar/cal-iso.el (date):
18511 * calendar/cal-julian.el (date):
18512 * calendar/cal-mayan.el (date):
18513 * calendar/cal-menu.el (date, event):
18514 * calendar/cal-persia.el (date):
18515 * calendar/lunar.el (date):
18516 * calendar/solar.el (date): Add defvars.
18517
18518 * emerge.el:
18519 * ibuffer.el:
18520 * info-xref.el:
18521 * obsolete/bg-mouse.el:
18522 * obsolete/sun-curs.el:
18523 * obsolete/swedish.el: Move the `defvar's to the top level.
18524
18525 * smerge-mode.el (smerge-refined-change): Add :group.
18526
18527 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
18528
18529 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
18530 (smerge-keep-n): Remove props.
18531 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
18532 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
18533 now that it's done in smerge-keep-n.
18534 (smerge-refined-change): New face.
18535 (smerge-refine-chopup-region, smerge-refine-highlight-change)
18536 (smerge-refine): New funs.
18537 (smerge-basic-map): Bind smerge-refine.
18538
18539 2005-08-25 Juri Linkov <juri@jurta.org>
18540
18541 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
18542 compilation-process-setup-function and compilation-disable-input
18543 in grep-mode instead of let-bindings in grep.
18544
18545 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
18546 Delete "Automatic File De/compression" (auto-compression-mode).
18547
18548 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
18549
18550 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
18551 Silence warning about non-existent variable.
18552
18553 2005-08-25 Richard M. Stallman <rms@gnu.org>
18554
18555 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
18556 Rename "Describe Key" to "Describe Key or Mouse Operation".
18557
18558 * mail/mailalias.el (build-mail-aliases): Delete comments
18559 from the contents before processing them.
18560
18561 * isearch.el (isearch-edit-string): Erase the Search prompt
18562 if user enters an empty string and there is no default.
18563
18564 * comint.el (comint-file-name-prefix): Add autoload.
18565
18566 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
18567
18568 * subr.el (play-sound): Rearrange to avoid warning.
18569
18570 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
18571
18572 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
18573 New hook.
18574 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
18575
18576 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18577
18578 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
18579
18580 * custom.el (custom-theme-set-variables): Sort minor modes last.
18581
18582 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18583
18584 * subr.el (version-separator, version-regexp-alist): New vars used by
18585 version comparison funs.
18586 (integer-list-<, integer-list-=, integer-list-<=)
18587 (integer-list-not-zero): New funs for integer list comparison.
18588 (version-to-list, version=, version<, version<=): New funs for version
18589 comparison.
18590
18591 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
18592
18593 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
18594 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
18595 time to silence the byte-compiler.
18596
18597 * ibuffer.el (ibuffer-compile-make-eliding-form)
18598 (ibuffer-check-formats): Use `with-no-warnings' to hide references
18599 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
18600 so it's silly to get warnings for it).
18601 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
18602 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
18603 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
18604 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
18605 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
18606 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
18607 Defvar at compile time.
18608 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
18609 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
18610 Declare them before use.
18611
18612 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
18613 (info-xref-good, info-xref-bad): Defvar at compile time.
18614
18615 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
18616 Use `let*' instead of `let'.
18617
18618 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
18619 (*mouse-y*, menu, char): Defvar at compile time.
18620 (sc::menu): Declare it before use.
18621 (sc::pack-one-line): Use `let', not `let*'.
18622
18623 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
18624 (mail-send-hook): Defvar at compile time.
18625
18626 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
18627 Defvar at compile time.
18628
18629 * term/sun-mouse.el (current-global-mousemap)
18630 (current-local-mousemap): Declare them before use.
18631
18632 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
18633
18634 * bookmark.el (bookmark-after-jump-hook): New hook.
18635 (bookmark-jump): Run `bookmark-after-jump-hook'.
18636
18637 2005-08-23 Juri Linkov <juri@jurta.org>
18638
18639 * faces.el (minibuffer-prompt): Doc fix.
18640
18641 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
18642
18643 * progmodes/xscheme.el: Trivial changes to silence warnings.
18644 (xscheme-previous-mode, xscheme-previous-process-state):
18645 Add defvars.
18646 (xscheme-last-input-end, xscheme-process-command-line)
18647 (xscheme-process-name, xscheme-buffer-name)
18648 (xscheme-expressions-ring-max, xscheme-expressions-ring)
18649 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
18650 (xscheme-control-g-synchronization-p)
18651 (xscheme-control-g-disabled-p, xscheme-string-receiver)
18652 (default-xscheme-runlight, xscheme-runlight)
18653 (xscheme-runlight-string, xscheme-process-filter-state)
18654 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
18655 Move to beginning of file.
18656 (scheme-interaction-mode-commands-alist)
18657 (scheme-interaction-mode-map, scheme-debugger-mode-map):
18658 Declare them before use. Note: the initialization code for the
18659 variables has not been moved because it uses functions that reference
18660 the variables.
18661 (xscheme-control-g-message-string, xscheme-process-filter-alist)
18662 (xscheme-prompt-for-expression-map): Declare them before use.
18663 (scheme-debugger-mode-commands): "?\ " -> "?\s".
18664
18665 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
18666
18667 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
18668
18669 2005-08-22 Juri Linkov <juri@jurta.org>
18670
18671 * faces.el (set-face-underline): Delete this duplicate function
18672 and make an obsolete alias to set-face-underline-p.
18673 (set-face-underline-p): Use docstring of set-face-underline.
18674 (describe-face): Create hyperlink to parent face.
18675
18676 * info.el (Info-insert-dir): Use save-excursion around
18677 insert-buffer-substring.
18678 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
18679 (Info-escape-percent): Delete function.
18680 (Info-fontify-node): Replace Info-escape-percent by
18681 replace-regexp-in-string with REP arg set to lambda that
18682 duplicates `%' and preserves text properties.
18683
18684 * progmodes/compile.el (compilation-disable-input): Doc fix.
18685 (define-compilation-mode): Doc fix and refill.
18686 (kill-compilation): Use `mode-name' in the error message.
18687 (compilation-find-file): Use `compilation-error' in the
18688 read-file-name's prompt.
18689
18690 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18691
18692 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
18693 (smerge-auto-leave): Make undo re-enable the mode.
18694 (debug-ignored-errors): Add the user-error of impossible resolution.
18695 (smerge-resolve): Move things around a bit, in preparation for later.
18696 (smerge-diff): Don't fail if the buffer has no associated file.
18697 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
18698 (smerge-conflict-overlay): New function.
18699 (smerge-match-conflict): Don't add text properties here.
18700 (smerge-find-conflict): Instead, add an overlay here.
18701 Also check for the case where we're inside a conflict already, so as to
18702 obviate the need for font-lock-multiline, which is unbearably slow with
18703 large conflicts and ciomplex font-lock patterns.
18704 (smerge-remove-props): Remove overlay rather than text-properties.
18705 (smerge-mode): Don't set font-lock-multiline.
18706 Remove overlays when turned off.
18707
18708 2005-08-21 Kim F. Storm <storm@cua.dk>
18709
18710 * ido.el (ido-ignore-item-p): Use save-match-data.
18711 Bind case-fold-search to ido-case-fold locally.
18712
18713 2005-08-20 Richard M. Stallman <rms@gnu.org>
18714
18715 * files.el (normal-mode): If font lock is on, turn it off and on.
18716
18717 * subr.el (replace-regexp-in-string): Doc fix.
18718
18719 * startup.el (command-line-1): Don't suppress startup screen
18720 due to existing processes.
18721
18722 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
18723
18724 * progmodes/compile.el (compilation-disable-input): Default to nil.
18725
18726 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18727
18728 * progmodes/compile.el (compilation-disable-input): New defcustom.
18729 (compilation-start): If compilation-disable-input is non-nil, send
18730 EOF to the compilation process.
18731
18732 2005-08-20 Eli Zaretskii <eliz@gnu.org>
18733
18734 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
18735 Run the argument of tex-shell-cd-command through
18736 convert-standard-filename, to get the correct style of slashes on
18737 Windows, and enclose the result in quotes, in case the file name
18738 includes whitespace or other special characters.
18739
18740 2005-08-19 Andreas Schwab <schwab@suse.de>
18741
18742 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
18743 process.
18744
18745 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
18746
18747 * cus-start.el (minibuffer-prompt-properties): Correct typo.
18748
18749 2005-08-18 Kim F. Storm <storm@cua.dk>
18750
18751 * scroll-lock.el: Fix errors due to incorrect line wrapping.
18752
18753 2005-08-18 Richard M. Stallman <rms@gnu.org>
18754
18755 * scroll-lock.el: New file.
18756
18757 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
18758
18759 * dired.el (dired-move-to-end-of-filename):
18760 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
18761
18762 2005-08-18 Kim F. Storm <storm@cua.dk>
18763
18764 * ido.el (ido-everywhere): Fix defcustom :set function to disable
18765 rather than toggle mode when custom value is nil.
18766 (ido-everywhere): Fix defun doc string.
18767
18768 2005-08-17 Richard M. Stallman <rms@gnu.org>
18769
18770 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
18771 as tag instead of "Inviolable".
18772
18773 2005-08-17 Kim F. Storm <storm@cua.dk>
18774
18775 * windmove.el (windmove-coordinates-of-position): Remove.
18776 (windmove-coordinates-of-window-position): Remove.
18777 (windmove-reference-loc): Use posn-at-point instead.
18778
18779 * subr.el (insert-for-yank-1): Doc fix.
18780
18781 * ido.el (ido-enter-matching-directory): Rename from
18782 ido-enter-single-matching-directory. Change `slash' choice to
18783 `only'. Add `first' choice.
18784 (ido-exhibit): Adapt to above changes.
18785
18786 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
18787
18788 * Makefile.in: Expand comment about building loaddefs.el.
18789
18790 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
18791
18792 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
18793 Comment use of defadvice.
18794
18795 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
18796
18797 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
18798
18799 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
18800 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
18801 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
18802 * progmodes/idlw-shell.el, progmodes/ld-script.el,
18803 * progmodes/which-func.el, ruler-mode.el, strokes.el,
18804 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
18805 for backward compatibility for faces that did not appear in the
18806 previous Emacs release.
18807
18808 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
18809
18810 2005-08-15 Kim F. Storm <storm@cua.dk>
18811
18812 * emulation/cua-base.el (cua-delete-region): Return t if
18813 deleted region was non-empty.
18814 (cua-replace-region): Inhibit overwrite-mode for
18815 self-insert-command if replaced region was non-empty.
18816 (cua--explicit-region-start, cua--status-string): Make them
18817 buffer-local at top-level...
18818 (cua-mode): ...rather than when mode is enabled.
18819
18820 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
18821
18822 * progmodes/vhdl-mode.el (vhdl-emacs-21):
18823 Set t for Emacs 21, 22, and so on.
18824
18825 2005-08-15 David Ponce <david@dponce.com>
18826
18827 * tree-widget.el: Update Commentary header.
18828 (tree-widget-theme): Doc fix.
18829 (tree-widget-space-width): New option.
18830 (tree-widget-image-properties): Look up in the default theme too.
18831 (tree-widget--cursors): Only for images with arrow pointer shape.
18832 (tree-widget-lookup-image): Pointer shape is hand by default.
18833 (tree-widget-icon): Rename generic icon widget from
18834 `tree-widget-control'.
18835 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
18836 derive from `tree-widget-icon'.
18837 (tree-widget-handle): Improve default look and feel of the text
18838 representation.
18839 (tree-widget): Rename :*-control properties to :*-icon properties.
18840 Add :action and :help-echo properties.
18841 (tree-widget-after-toggle-functions): Move.
18842 (tree-widget-close-node, tree-widget-open-node): Remove.
18843 (tree-widget-before-create-icon-functions): New hook.
18844 (tree-widget-value-create): Update to allow customization of icons
18845 and nodes at run-time via that new hook.
18846 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
18847 (tree-widget-icon-action, tree-widget-icon-help-echo)
18848 (tree-widget-action, tree-widget-help-echo): New functions.
18849
18850 2005-08-15 Kim F. Storm <storm@cua.dk>
18851
18852 * ido.el (ido-buffer-internal): Use with-no-warnings.
18853 (ido-make-merged-file-list): Use while-no-input.
18854
18855 2005-08-15 Richard M. Stallman <rms@gnu.org>
18856
18857 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
18858 (flyspell-large-region): Fix doc and custom type.
18859
18860 2005-08-14 Richard M. Stallman <rms@gnu.org>
18861
18862 * files.el (interpreter-mode-alist): Doc fix.
18863
18864 * mail/rmail.el (rmail-nonignored-headers): New variable.
18865 (rmail-clear-headers): Use it.
18866 (rmail-reply): Better handling of mail-followup-to header.
18867
18868 * progmodes/sh-script.el (sh-font-lock-keywords-var):
18869 Rename variable from sh-font-lock-keywords. In the `shell' entry,
18870 don't try to refer to executable-font-lock-keywords.
18871 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
18872 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
18873 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
18874 (sh-mode): Set comment-start-skip, local-abbrev-table,
18875 imenu-case-fold-search.
18876 (sh-set-shell): Don't set them here.
18877 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
18878 Don't cache the results in the original alist; don't ever modify
18879 that alist.
18880
18881 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
18882
18883 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
18884 empty.
18885
18886 2005-08-15 Andreas Schwab <schwab@suse.de>
18887
18888 * desktop.el: Put autoload cookie at risky-local-variable declarations.
18889
18890 * dired.el, info.el, mail/rmail.el: Revert last change.
18891
18892 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
18893
18894 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
18895 modification in `eval-after-load' form.
18896 * info.el: Likewise.
18897 * mail/rmail.el: Likewise.
18898
18899 2005-08-14 Juri Linkov <juri@jurta.org>
18900
18901 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18902 Remove highlighting of "Compilation started". Highlight only
18903 the word "finished" in "Compilation finished". Add highlighting
18904 of "interrupt", "killed", "terminated" and the exit code.
18905 (compilation-start): Add newline after header. Use exactly the
18906 same time stamp format as the finishing message.
18907 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
18908
18909 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
18910 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
18911 Add highlighting of "interrupt", "killed", "terminated".
18912
18913 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
18914 enabled and the current command is self-insert-command, call it
18915 explicitly with overwrite-mode bound to nil, to not allow it
18916 to delete the character after the selected region.
18917
18918 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
18919
18920 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
18921 move-end-of-line, end-of-line, and beginning-of-line to the list
18922 of commands after which the echo area is updated.
18923
18924 2005-08-12 Eli Zaretskii <eliz@gnu.org>
18925
18926 * cus-edit.el (custom-save-all, custom-save-delete):
18927 Bind recentf-exclude to exclude custom-file.
18928
18929 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
18930
18931 * mail/rmailsum.el (rmail-summary-end-of-message): New command
18932 to go to the bottom of the mail message. Added to
18933 `rmail-summary-mode-map' with key "/".
18934 (rmail-summary-show-message): New (internal) function for use by
18935 both `rmail-summary-beginning/end-of-message'.
18936 (rmail-summary-beginning-of-message): Change to use
18937 rmail-summary-show-message.
18938
18939 * mail/rmail.el (rmail-end-of-message): New command to go to the
18940 end of the current message. Added to `rmail-mode-map' with key "/".
18941 (rmail-beginning-of-message): Fix to work as documented.
18942 (rmail-mode): Change documentation.
18943
18944 * progmodes/compile.el (compilation-start): Add the line
18945 "Compilation started" with compilation start time.
18946 (compilation-mode-font-lock-keywords): Add `started' to keywords.
18947
18948 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
18949
18950 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
18951 of menu items.
18952
18953 2005-08-11 Richard M. Stallman <rms@gnu.org>
18954
18955 * simple.el (pop-global-mark): Reverse test of widen-automatically.
18956
18957 * battery.el (battery-status-function): Don't use ignore-errors.
18958
18959 2005-08-11 Lute Kamstra <lute@gnu.org>
18960
18961 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
18962 define-obsolete-variable-alias.
18963
18964 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
18965
18966 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
18967 (ange-ftp-send-cmd): Revert last change, and expand
18968 the comment explaining the problem.
18969
18970 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
18971
18972 * ldefs-boot.el: Update.
18973
18974 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
18975 item to "Time, Load and Mail". Change help echo text.
18976
18977 * time.el (display-time-use-mail-icon, display-time-format)
18978 (display-time-string-forms): Shorten first line of docstrings.
18979
18980 2005-08-10 Lars Hansen <larsh@soem.dk>
18981
18982 * desktop.el (desktop-buffer-mode-handlers):
18983 Make non-customizable. Add autoload cookie. Change initial value to
18984 nil; add elements in respective modules instead. Fix doc string.
18985 (desktop-load-file): New function.
18986 (desktop-minor-mode-handlers): New autoloaded variable.
18987 (desktop-create-buffer): Call minor mode handlers.
18988 Use desktop-load-file to load major and minor mode modules prior to
18989 checking for a handler.
18990 (desktop-save): Don't add nil to desktop-minor-modes for minor
18991 modes with nil function in desktop-minor-mode-table. Don't delete
18992 desktop file before rewriting it.
18993 (desktop-locals-to-save): Add autoload cookie. Don't make
18994 automatically buffer-local. Add variables column-number-mode,
18995 size-indication-mode, indent-tabs-mode,
18996 indicate-buffer-boundaries, indicate-empty-lines and
18997 show-trailing-whitespace.
18998 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
18999 regexps. Don't use desktop-clear-preserve-buffers-regexp.
19000 (desktop-clear-preserve-buffers-regexp): Delete.
19001 (desktop-clear-preserve-buffers): Update initial value and docstring.
19002 (desktop-save-buffer): Fix doc string.
19003
19004 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
19005 (hilit-chg-desktop-restore): New function.
19006 (highlight-changes-mode): Add highlight-changes-mode to
19007 desktop-locals-to-save.
19008
19009 * dired.el: Add handler to desktop-buffer-mode-handlers.
19010 (dired-restore-desktop-buffer): Remove autoload cookie.
19011 (dired-mode): Add autoload cookie.
19012
19013 * info.el: Add handler to desktop-buffer-mode-handlers.
19014 (Info-restore-desktop-buffer): Remove autoload cookie.
19015 (Info-mode): Add autoload cookie.
19016
19017 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
19018 (mh-restore-desktop-buffer): Remove autoload cookie.
19019 (mh-folder-mode): Add autoload cookie.
19020
19021 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
19022 (rmail-restore-desktop-buffer): Remove autoload cookie.
19023
19024 2005-08-11 Masatake YAMATO <jet@gyve.org>
19025
19026 * hexl.el (hexl-address-region):
19027 (hexl-ascii-region, hexl-font-lock-keywords):
19028 (hexl-highlight-line-range): Use the term "region"
19029 instead of "area" for consistency with the other symbols
19030 defined in hexl.el.
19031
19032 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
19033
19034 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
19035 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
19036 out by Juri Linkov). Add `display-battery-mode'.
19037
19038 2005-08-09 Juri Linkov <juri@jurta.org>
19039
19040 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19041 Remove `-text' from face variable names.
19042 (compilation-error-file-name, compilation-warning-file-name)
19043 (compilation-info-file-name): Delete faces.
19044 (compilation-line-number, compilation-column-number):
19045 Remove face underlining.
19046 (compilation-message-face): Set to `underline' value by default.
19047 (compilation-error-face, compilation-warning-face)
19048 (compilation-info-face): Remove `-file-name' from face names.
19049 (compilation-error-text-face, compilation-warning-text-face)
19050 (compilation-info-text-face): Delete face variables.
19051 (compilation-text-face): Delete function.
19052
19053 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
19054 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
19055 (grep-error-face): Set to `compilation-error' instead of
19056 `compilation-error-face' (which is redefined to `grep-hit-face' in
19057 grep buffers).
19058 (grep-mode-font-lock-keywords): Remove `-text' from face variable
19059 names. Use `grep-error-face' instead of `compilation-error-text-face'.
19060
19061 * dired-aux.el (dired-do-query-replace-regexp):
19062 Use `query-replace-read-args'.
19063
19064 * replace.el (query-replace-read-from, query-replace-read-to)
19065 (query-replace-read-args): Rename arg `string' to `prompt'.
19066
19067 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
19068
19069 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
19070
19071 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
19072 uploading files.
19073 (ange-ftp-canonize-filename): Handle file names beginning with ~
19074 correctly.
19075
19076 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
19077
19078 * textmodes/fill.el (canonically-space-region)
19079 (fill-context-prefix, fill-french-nobreak-p)
19080 (fill-delete-newlines, fill-comment-paragraph)
19081 (justify-current-line): "?\ " -> "?\s".
19082
19083 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
19084
19085 * textmodes/fill.el (fill-nonuniform-paragraphs):
19086 Improve argument/docstring consistency.
19087
19088 2005-08-09 Richard M. Stallman <rms@gnu.org>
19089
19090 * textmodes/ispell.el (ispell-word): More fboundp checks.
19091
19092 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
19093 (find-file-noselect-1): Call it here, only if RAWFILE.
19094 (normal-mode): Always set some major mode.
19095 (save-some-buffers-action-alist): Change some explanation strings.
19096 (file-name-non-special): In the `quote' method, use unwind-protect.
19097
19098 2005-08-09 Magnus Henoch <mange@freemail.hu>
19099
19100 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
19101 (ispell-have-aspell-dictionaries): New variable.
19102 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
19103 (ispell-get-aspell-config-value): New function.
19104 (ispell-aspell-find-dictionary): New function.
19105 (ispell-aspell-add-aliases): New function.
19106 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
19107 appropriate. Don't look for ispell dictionaries if we use aspell.
19108 (ispell-menu-map): Don't build a submenu of dictionaries.
19109
19110 2005-08-09 Richard M. Stallman <rms@gnu.org>
19111
19112 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
19113 (sql-read-passwd): Use read-passwd.
19114
19115 * progmodes/idlw-toolbar.el (idlwave-toolbar)
19116 (idlwave-toolbar-is-possible): Add defvars.
19117
19118 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
19119 Avoid warnings.
19120
19121 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
19122 (idlwave-system-class-info, idlwave-executive-commands-alist):
19123 Use defvar.
19124
19125 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
19126
19127 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
19128 Avoid warnings.
19129
19130 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
19131 and content-type: headers.
19132
19133 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
19134
19135 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
19136 and rename some of them to be more self-explanatory.
19137
19138 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
19139
19140 * startup.el (command-line-1): Implement -scriptload.
19141
19142 * replace.el (occur-engine): Initial *Occur* output not undoable.
19143
19144 * menu-bar.el (menu-bar-file-menu): Rename some menu items
19145 and improve help strings.
19146
19147 * isearch.el (isearch-repeat): When changing direction,
19148 mark search successful.
19149
19150 * ediff-init.el: Use (featurep 'xemacs).
19151
19152 * comint.el (send-invisible): Identify buffer, if not selected.
19153
19154 * align.el: Delete autoload for c-guess-basic-syntax.
19155
19156 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
19157
19158 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
19159 Improve argument/docstring consistency. Doc fixes.
19160 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
19161 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
19162 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
19163 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
19164 (r2bv-organization, r2bv-pages, r2bv-primary-author)
19165 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
19166 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
19167 Defvar at compile time.
19168
19169 2005-08-09 Juri Linkov <juri@jurta.org>
19170
19171 * info.el: Replace `info' with upper-case `Info' where appropriate.
19172 (info-title-1, info-title-2, info-title-3, info-title-4)
19173 (info-menu-header): Move up face definitions.
19174 (info-menu-star): Rename from `info-menu-5'.
19175 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
19176 (Info-fontify-visited-nodes): Fix docstring.
19177 (Info-hide-note-references): Fix docstring.
19178 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
19179 menu items in the same way as on cross-references.
19180 (info-apropos): Fix sorting order and formatting to be like in the
19181 stand-alone Info browser. Display error messages for 1 sec.
19182 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
19183 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
19184 from the menu bar.
19185 (Info-insert-dir): Restore point after calling
19186 `insert-buffer-substring'.
19187
19188 2005-08-08 Richard M. Stallman <rms@gnu.org>
19189
19190 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
19191 (recompute-lucid-menubar): Add defvars.
19192
19193 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
19194
19195 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
19196
19197 * net/net-utils.el (run-dig): Rename from `dig'.
19198
19199 * play/gametree.el (gametree-mode): Use make-local-variable,
19200 not make-variable-buffer-local.
19201
19202 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
19203
19204 * ansi-color.el (ansi-color-make-extent)
19205 (ansi-color-set-extent-face): Use fboundp, not functionp.
19206
19207 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
19208 not make-variable-buffer-local.
19209
19210 * bookmark.el (Info-current-file): Add defvar.
19211 (bookmark-jump-noselect): Use with-no-warnings.
19212
19213 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
19214
19215 * ebuff-menu.el (Helper-return-blurb): Add defvar.
19216
19217 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
19218
19219 * find-file.el (ada-procedure-start-regexp)
19220 (ada-package-start-regexp): Add defvars.
19221
19222 * info.el (Info-insert-dir): Use insert-buffer-substring.
19223
19224 * xml.el (xml-att-def-re): Add defvar.
19225
19226 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
19227 calling convention.
19228
19229 * subr.el (while-no-input): Return t if there is input.
19230
19231 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
19232
19233 * cus-start.el (all): Add `overflow-newline-into-fringe'.
19234
19235 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
19236
19237 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
19238 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
19239
19240 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
19241
19242 * cmuscheme.el (scheme-start-file): Replace reference to
19243 `user-emacs-directory' by "~/.emacs.d/".
19244
19245 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
19246
19247 * info.el (Info-dir-remove-duplicates): Avoid case folding
19248 in loop; instead, keep downcased strings for comparison.
19249 Suggested by Helmut Eller.
19250
19251 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
19252
19253 Sync with Tramp 2.0.50.
19254
19255 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
19256 XEmacs case; not necessary anymore.
19257 (tramp-user-regexp): Allow "@" as part of user name.
19258 (tramp-handle-set-visited-file-modtime)
19259 (tramp-handle-insert-file-contents)
19260 (tramp-handle-write-region): No special handling for
19261 `last-coding-system-used, because this is done in
19262 `tramp-accept-process-output' now.
19263 (tramp-accept-process-output): New defun.
19264 (tramp-process-one-action, tramp-process-one-multi-action)
19265 (tramp-wait-for-regexp, tramp-wait-for-output)
19266 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
19267 Howells <dhowells@redhat.com>.
19268 (clear-visited-file-modtime): Defadvice removed. The check for
19269 unset buffer's modtime does not need to be based on
19270 `tramp-buffer-file-attributes'. Suggested by RMS.
19271 (tramp-message): Insert "\n" if not being at beginning of line.
19272 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
19273 sequence with same logic.
19274 (tramp-completion-handle-expand-file-name): Discard call of
19275 `tramp-drop-volume-letter'. It is not necessary, and there have
19276 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
19277 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
19278 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
19279 should always be visible.
19280 (tramp-handle-insert-directory, tramp-setup-complete)
19281 (tramp-set-process-query-on-exit-flag)
19282 (tramp-append-tramp-buffers): Pacify byte-compiler.
19283 (tramp-bug): Delete non-existing variables from list.
19284 Apply `tramp-load-report-modules' as pre-hook.
19285 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
19286 `shell-prompt-pattern' because of non-7bit characters.
19287 Reported by Sebastian Luque <sluque@mun.ca>.
19288 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
19289 (tramp-match-string-list): Remove function.
19290 (tramp-wait-for-regexp): Remove call of that function.
19291 Suggested by Kim F. Storm <storm@cua.dk>.
19292 (tramp-set-auto-save-file-modes): Use octal integer code #o600
19293 instead of octal character code ?\600. The latter resulted in a
19294 syntax error with XEmacs.
19295
19296 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
19297 XEmacs case; not necessary anymore.
19298 (tramp-smb-handle-write-region): No special handling for
19299 `last-coding-system-used, because this is done in
19300 `tramp-accept-process-output' now.
19301 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
19302
19303 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
19304
19305 * wid-edit.el (widget-choice-value-create):
19306 Unconditionally respect user choice. Set :explicit-choice back to nil
19307 when no longer needed.
19308 (widget-choice-action): Unconditionally respect user choice.
19309 Eliminate :explicit-choice-value.
19310
19311 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
19312
19313 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
19314 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
19315 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
19316 running new function `toggle-indicate-empty-lines'.
19317 Rename "Customize" item to "Customize fringe".
19318 Rename "Indicators" item to "Buffer boundaries" and change help echo.
19319 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
19320 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
19321 Delete "Empty lines only" item.
19322 (menu-bar-showhide-fringe-ind-customize): New function.
19323 (menu-bar-showhide-fringe-ind-mixed)
19324 (menu-bar-showhide-fringe-ind-box)
19325 (menu-bar-showhide-fringe-ind-right)
19326 (menu-bar-showhide-fringe-ind-left)
19327 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
19328 instead of `fringe-indicators'.
19329
19330 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
19331
19332 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
19333 Change the date of last update.
19334
19335 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
19336
19337 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
19338 (viper-exec-yank, viper-put-back): Don't display modification msg
19339 if in the minibuffer.
19340
19341 * viper-init.el (viper-replace-overlay-cursor-color)
19342 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
19343 Make variables frame local.
19344
19345 * viper-util.el (viper-append-filter-alist): Use append instead of
19346 nconc.
19347
19348 * viper.el (viper-vi-state-mode-list)
19349 (viper-emacs-state-mode-list): Move help-mode and
19350 completion-list-mode from the first list to the second.
19351 (viper-mode): Docstring.
19352 (viper-go-away, viper-non-hook-settings): Don't localize
19353 minor-mode-alist in newer Emacsen. Add advice to
19354 set-cursor-color. Don't bind "\C-c\\".
19355
19356 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
19357
19358 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
19359 (scheme-macro-expand-command): New user options.
19360 (scheme-trace-procedure, scheme-expand-current-form): New commands.
19361 (scheme-form-at-point, scheme-start-file)
19362 (scheme-interactively-start-process): New functions.
19363 (scheme-get-process): New function, extracted from `scheme-proc'.
19364 (run-scheme): Call `scheme-start-file' to get start file, and pass
19365 it to `make-comint'.
19366 (switch-to-scheme, scheme-proc):
19367 Call `scheme-interactively-start-process' if no Scheme buffer/process
19368 is available.
19369
19370 2005-08-06 Juri Linkov <juri@jurta.org>
19371
19372 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19373 Use `compilation-text-face', `compilation-info-text-face' and
19374 `compilation-error-text-face' instead of `font-lock-keyword-face'.
19375 (compilation-error): New face.
19376 (compilation-error-file-name): Inherit from
19377 `compilation-error' instead of `font-lock-warning-face'.
19378 (compilation-warning-file-name): Inherit from
19379 `compilation-warning' instead of `font-lock-warning-face'.
19380 (compilation-info, compilation-error-file-name)
19381 (compilation-warning-file-name, compilation-info-file-name)
19382 (compilation-line-number, compilation-column-number): Doc fix.
19383 (compilation-error-text-face, compilation-warning-text-face)
19384 (compilation-info-text-face): New face variables.
19385 (compilation-line-face, compilation-column-face)
19386 (compilation-enter-directory-face)
19387 (compilation-leave-directory-face): Doc fix.
19388 (compilation-text-face): New function.
19389
19390 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
19391 instead of 1 to display binary file names as info file links.
19392 (grep-error-face): Use `compilation-error-face' instead of
19393 `font-lock-keyword-face'.
19394 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
19395 and `compilation-warning-text-face' instead of
19396 `font-lock-keyword-face'. Use `compilation-error-text-face'
19397 instead of `grep-error-face'.
19398
19399 2005-08-05 Kenichi Handa <handa@m17n.org>
19400
19401 * international/code-pages.el: Add autoload cookies for all coding
19402 systems.
19403
19404 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
19405
19406 * cus-start.el (all): Put undo.c where it alphabetically belongs.
19407
19408 2005-08-04 Juri Linkov <juri@jurta.org>
19409
19410 * progmodes/compile.el (compilation-mode-map):
19411 * progmodes/grep.el (grep-mode-map):
19412 Bind TAB to `compilation-next-error' and [backtab] to
19413 `compilation-previous-error'.
19414
19415 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
19416 matching line numbers, column numbers and their ranges with regexp
19417 matching only line numbers.
19418 (grep-context-face): New face variable.
19419 (grep-mode-font-lock-keywords): Use it.
19420
19421 * faces.el (read-face-name): Delete duplicate faces.
19422
19423 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
19424
19425 * thumbs.el (thumbs-find-image): Don't make variables
19426 automatically buffer local.
19427 (thumbs-current-tmp-filename, thumbs-current-image-filename)
19428 (thumbs-image-num): Make automatically buffer local.
19429 (thumbs-show-thumbs-list): Use `make-local-variable', not
19430 `make-variable-buffer-local'.
19431 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
19432
19433 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
19434 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
19435 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
19436 (bother, bye, canyou, chatlst, continue, deathlst, describe)
19437 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
19438 (feelings-about, foullst, found, hello, history, howareyoulst)
19439 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
19440 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
19441 (neglst, obj, object, owner, please, problems, qlist)
19442 (random-adjective, relation, remlst, repetitive-shortness)
19443 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
19444 (shortlst, something, sportslst, stallmanlst, states, subj)
19445 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
19446 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
19447 Defvar at compile time.
19448
19449 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
19450 not `make-variable-buffer-local'.
19451
19452 2005-08-02 Kim F. Storm <storm@cua.dk>
19453
19454 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
19455 rectangle overlay in selected window.
19456
19457 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
19458
19459 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
19460 instead of display group. Make `indicate-buffer-boundaries'
19461 customizable through Custom.
19462
19463 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
19464
19465 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
19466 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
19467 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
19468 (gdb-put-string): Fix typos in docstrings.
19469
19470 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
19471
19472 Update copyright notices of files in progmodes directory for
19473 release of Emacs 22.1.
19474
19475 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
19476
19477 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
19478 Don't barf if the GUD buffer has been killed.
19479
19480 2005-08-01 Kim F. Storm <storm@cua.dk>
19481
19482 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
19483
19484 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
19485
19486 * simple.el (next-error-follow-minor-mode):
19487 make-variable-buffer-local -> make-local-variable.
19488
19489 * emacs-lisp/cl-extra.el: Require CL also when compiling.
19490
19491 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
19492 (byte-compile-form-make-variable-buffer-local): New functions to warn
19493 about misuses of make-variable-buffer-local where make-local-variable
19494 was meant.
19495
19496 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
19497
19498 * bs.el (bs-attributes-list): Doc fix.
19499 (bs): Update url-link.
19500
19501 * desktop.el (desktop-save-buffer): Fix typos in docstring.
19502 (desktop-load-default): Simplify.
19503
19504 * ibuffer.el (ibuffer-columnize-and-insert-list)
19505 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
19506 (ibuffer-unmark-all, ibuffer-toggle-marks)
19507 (ibuffer-unmark-forward, ibuffer-unmark-backward)
19508 (ibuffer-compile-make-format-form, ibuffer-format-column)
19509 (ibuffer-current-buffers-with-marks)
19510 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
19511 (ibuffer): Doc fix.
19512 (ibuffer-mode): Fix typo in docstring.
19513 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
19514 with `define-obsolete-variable-alias'.
19515 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
19516
19517 2005-07-29 Kenichi Handa <handa@m17n.org>
19518
19519 * international/mule-cmds.el (select-message-coding-system):
19520 Be sure to use LF for end-of-line. If no coding system is decided,
19521 return iso-8859-1-unix.
19522
19523 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
19524
19525 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
19526 (ange-ftp-pending-error-line): New vars.
19527 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
19528 to handle the non-fatal no-route-to-host messages.
19529 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
19530
19531 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
19532
19533 * isearch.el (isearch-mode-map, isearch-other-meta-char)
19534 (isearch-quote-char, isearch-printing-char)
19535 (isearch-text-char-description): "?\ " -> "?\s".
19536 (isearch-lazy-highlight-cleanup)
19537 (isearch-lazy-highlight-initial-delay)
19538 (isearch-lazy-highlight-interval)
19539 (isearch-lazy-highlight-max-at-a-time)
19540 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
19541 Declare with define-obsolete-*-alias macros.
19542 (isearch-forward): Fix typo in docstring.
19543 (search-invisible, search-ring-yank-pointer)
19544 (regexp-search-ring-yank-pointer): Doc fixes.
19545
19546 * recentf.el (recentf-menu-append-commands-p): Declare with
19547 `define-obsolete-variable-alias'.
19548 (recentf-max-saved-items, recentf-menu-filter)
19549 (recentf-arrange-by-rule-subfilter): Doc fixes.
19550 (recentf-menu-append-commands-flag)
19551 (recentf-initialize-file-name-history, recentf-expand-file-name)
19552 (recentf-clear-data): Fix typos in docstrings.
19553
19554 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
19555
19556 * progmodes/gdb-ui.el: Smarten comments.
19557 (gdb-info-breakpoints-custom): Use nowarn when finding file.
19558
19559 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
19560
19561 * term/apollo.el (terminal-init-apollo): New function containing
19562 all former top level forms in the file.
19563 * term/bobcat.el (terminal-init-bobcat):
19564 * term/cygwin.el (terminal-init-cygwin):
19565 * term/iris-ansi.el (terminal-init-iris-ansi):
19566 * term/linux.el (terminal-init-linux):
19567 * term/news.el (terminal-init-news):
19568 * term/rxvt.el (terminal-init-rxvt):
19569 * term/sun.el (terminal-init-sun):
19570 * term/tvi970.el (terminal-init-tvi970):
19571 * term/vt100.el (terminal-init-vt100):
19572 * term/vt102.el (terminal-init-vt102):
19573 * term/vt125.el (terminal-init-vt125):
19574 * term/vt200.el (terminal-init-vt200):
19575 * term/vt201.el (terminal-init-vt201):
19576 * term/vt220.el (terminal-init-vt220):
19577 * term/vt240.el (terminal-init-vt240):
19578 * term/vt300.el (terminal-init-vt300):
19579 * term/vt320.el (terminal-init-vt320):
19580 * term/vt400.el (terminal-init-vt400):
19581 * term/vt420.el (terminal-init-vt420):
19582 * term/wyse50.el (terminal-init-wyse50):
19583 * term/xterm.el (terminal-init-xterm): Likewise.
19584
19585 * term/README: Describe the terminal-init-* functionality.
19586
19587 * startup.el (command-line): After loading the terminal initialization
19588 file call the corresponding terminal initialization function.
19589
19590 2005-07-27 Kenichi Handa <handa@m17n.org>
19591
19592 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
19593 negative.
19594
19595 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
19596 (ps-mule-composition-prologue): Fix for the case that
19597 RelativeCompose is false.
19598
19599 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
19600
19601 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
19602
19603 * descr-text.el (describe-char): Handle the case where the list of
19604 chars is displayed in a separate frame.
19605 Be a bit more discriminating when looking for the char.
19606
19607 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
19608
19609 * bookmark.el (bookmark-automatically-show-annotations)
19610 (bookmark-read-annotation-text-func): Doc fixes.
19611 (bookmark-save): Improve argument/docstring consistency.
19612 (bookmark-get-bookmark, bookmark-get-bookmark-record)
19613 (bookmark-alist-from-buffer)
19614 (bookmark-upgrade-file-format-from-0)
19615 (bookmark-grok-file-format-version)
19616 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
19617 (bookmark-read-annotation-mode)
19618 (bookmark-insert-current-bookmark, bookmark-jump)
19619 (bookmark-exit-hook): Fix typos in docstrings.
19620 (bookmark-exit-hooks): Define as obsolete alias.
19621 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
19622 not `bookmark-exit-hooks'. Fix docstring.
19623 (bookmark-bmenu-select): "?\ " -> "?\s".
19624
19625 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
19626
19627 * startup.el (command-line): Fix typo.
19628
19629 2005-07-24 Richard M. Stallman <rms@gnu.org>
19630
19631 * tooltip.el (tooltip-mode): Test emacs-basic-display,
19632 not emacs-quick-startup.
19633
19634 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
19635
19636 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
19637 (reb-next-match, reb-show-subexp): Use `with-selected-window'
19638 instead of `reb-with-current-window'.
19639 (reb-prev-match): Likewise. Also, don't move left if the search
19640 was unsuccessful.
19641 (reb-initialize-buffer): New function.
19642 (re-builder, reb-change-syntax): Use it.
19643
19644 * man.el (Man-goto-page): Make second argument NOERROR optional.
19645
19646 2005-07-23 Richard M. Stallman <rms@gnu.org>
19647
19648 * man.el (Man-bgproc-sentinel): Check here for failure to find
19649 any man page in the output, and report the error here.
19650 (Man-arguments): Make it permanent local.
19651 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
19652 (Man-mode): Pass t for NOERROR.
19653
19654 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
19655 (grep-mode-font-lock-keywords):
19656 Don't use compilation-...-face for messages that are not file names.
19657
19658 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19659 Don't use compilation-...-face for messages that are not file names.
19660
19661 2005-07-22 Juri Linkov <juri@jurta.org>
19662
19663 * startup.el (normal-splash-screen): Update menu name.
19664
19665 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
19666
19667 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19668
19669 * term/xterm.el: Load term/rxvt if the terminal is actually an
19670 rxvt terminal.
19671 (xterm-rxvt-set-background-mode): Remove, not used anymore.
19672
19673 * term/rxvt.el (function-key-map): Use substitute-key-definition
19674 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
19675
19676 * term/cygwin.el: New file.
19677
19678 2005-07-22 Kim F. Storm <storm@cua.dk>
19679
19680 * image-file.el (insert-image-file, image-file-yank-handler):
19681 Fix last change to maintain a (unique) yank-handler on yanked images.
19682
19683 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
19684
19685 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
19686 of the file size (as in "177B" for 177 bytes). This happens with
19687 "ls -lh" on FreeBSD.
19688
19689 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
19690
19691 * hilit-chg.el (highlight-changes-global-initial-state)
19692 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
19693 (hilit-chg-fixup, highlight-changes-mode):
19694 Fix typos in docstrings.
19695 (highlight-changes-global-modes, highlight-changes-rotate-faces):
19696 Doc fixes.
19697
19698 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
19699
19700 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
19701 mode function using `eval-after-load'.
19702
19703 2005-07-21 Kim F. Storm <storm@cua.dk>
19704
19705 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
19706 included when reporting an Emacs crash, and tell about the DEBUG file.
19707
19708 * image-file.el (insert-image-file): Add yank-handler.
19709 (image-file-yank-handler): Yank handler to make unique copies of
19710 images when they are yanked into a buffer next to each other.
19711
19712 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
19713
19714 * comint.el (comint-use-prompt-regexp, comint-send-input)
19715 (comint-source-default, comint-extract-string)
19716 (comint-get-source, comint-word, comint-completion)
19717 (comint-source, comint-prompt-read-only, comint-update-fence):
19718 Fix typos in docstrings.
19719 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
19720 Declare with define-obsolete-*-alias macros.
19721 (comint-previous-matching-input-from-input)
19722 (comint-next-matching-input-from-input)
19723 (comint-previous-matching-input, comint-next-matching-input)
19724 (comint-forward-matching-input):
19725 Improve argument/docstring consistency.
19726
19727 * desktop.el (desktop-clear-preserve-buffers-regexp):
19728 Also preserve the *server* buffer.
19729
19730 * simple.el (clone-indirect-buffer): Doc fix.
19731 (fixup-whitespace, just-one-space)
19732 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
19733 (next-error, next-error-highlight)
19734 (next-error-highlight-no-select, next-error-last-buffer)
19735 (next-error-buffer-p, next-error-find-buffer, next-error)
19736 (previous-error, next-error-no-select, previous-error-no-select)
19737 (open-line, split-line, minibuffer-prompt-width, kill-new)
19738 (binary-overwrite-mode): Fix typos in docstrings.
19739 (set-fill-column): Fix typo in message.
19740
19741 * skeleton.el (skeleton-proxy-new): Doc fix.
19742
19743 * strokes.el (strokes-load-hook): Doc fix.
19744 (strokes-grid-resolution, strokes-get-grid-position)
19745 (strokes-renormalize-to-grid, strokes-read-stroke)
19746 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
19747 (strokes-global-map): Fix typos in docstrings.
19748 (strokes-help): Doc fix. Fix help message and pass it through
19749 `substitute-command-keys'.
19750
19751 * tempo.el (tempo-insert-prompt, tempo-interactive)
19752 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
19753 (tempo-insert-string-functions, tempo-local-tags)
19754 (tempo-define-template, tempo-insert-template)
19755 (tempo-insert-prompt-compat, tempo-is-user-element)
19756 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
19757 Fix typos in docstrings.
19758
19759 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
19760 (vcursor-key-bindings, vcursor-use-vcursor-map)
19761 (vcursor-find-window, vcursor-scroll-down)
19762 (vcursor-disable, vcursor-beginning-of-buffer)
19763 (vcursor-end-of-buffer): Fix typos in docstrings.
19764 (vcursor-relative-move, vcursor-get-char-count):
19765 Improve argument/docstring consistency.
19766
19767 * version.el: "?\ " -> "?\s".
19768
19769 * wid-edit.el (widget-default-create, widget-after-change)
19770 (widget-default-format-handler, widget-checklist-add-item)
19771 (widget-radio-add-item, widget-choose, widget-specify-secret)
19772 (widget-field-value-create, widget-field-value-get)
19773 (widget-editable-list-format-handler)
19774 (widget-editable-list-entry-create, widget-group-value-create)
19775 (widget-documentation-link-add)
19776 (widget-documentation-string-value-create): "?\ " -> "?\s".
19777 (widget-convert-text): Doc fix.
19778 (widget-narrow-to-field, widget-field-find)
19779 (widget-url-link-action, widget-emacs-library-link-action)
19780 (widget-color-notify): Fix typos in docstrings.
19781
19782 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
19783 (x-select-text, set-w32-system-coding-system)
19784 (w32-add-charset-info): Fix typos in docstrings.
19785
19786 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
19787 (cua-enable-cua-keys, cua-use-hyper-key)
19788 (cua-virtual-rectangle-edges): Fix typos in docstrings.
19789 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
19790
19791 * net/tramp.el (tramp-handle-load): Fix typo in error message.
19792
19793 * emacs-lisp/re-builder.el (regexp-builder): Declare with
19794 `defalias' instead of faking it.
19795
19796 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
19797 (eshell-ls-missing, eshell-ls-dired-initial-args)
19798 (eshell-ls-use-in-dired): Fix typos in docstrings.
19799
19800 2005-07-20 Kim F. Storm <storm@cua.dk>
19801
19802 * emulation/cua-base.el (cua-mode): Improve doc string.
19803
19804 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
19805
19806 * abbrev.el (expand-region-abbrevs): Doc fix.
19807 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
19808 Improve argument/docstring consistency.
19809
19810 * arc-mode.el (archive-get-descr, archive-alternate-display):
19811 Doc fixes.
19812 (archive-l-e): Improve argument/docstring consistency.
19813 (archive-tmpdir, archive-unixdate, archive-unixtime)
19814 (archive-chmod-entry): Fix typos in docstrings.
19815 (archive-unflag, archive-unflag-backwards)
19816 (archive-unmark-all-files): "?\ " -> "?\s".
19817
19818 * buff-menu.el (Buffer-menu-unmark): Doc fix.
19819 (Buffer-menu-not-modified, Buffer-menu-execute)
19820 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
19821 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
19822
19823 * composite.el (compose-string, encode-composition-rule)
19824 (compose-last-chars): Fix typos in docstrings.
19825
19826 * desktop.el (desktop-enable, desktop-basefilename):
19827 Declare with `define-obsolete-variable-alias'.
19828 (desktop-internal-v2s): Don't quote keywords.
19829 (desktop-clear): "?\ " -> "?\s".
19830
19831 * dired.el (dired-align-file, dired-flag-backup-files)
19832 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
19833 (dired-listing-switches, dired-ls-F-marks-symlinks)
19834 (dired-dwim-target, dired-load-hook, dired-mode-hook)
19835 (dired-directory, dired-faces, dired, dired-revert)
19836 (dired-mode, dired-summary, dired-view-file)
19837 (dired-copy-filename-as-kill, dired-delete-file)
19838 (dired-no-confirm, dired-unmark-all-marks)
19839 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
19840 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
19841 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
19842 Fix typos in message strings.
19843
19844 * dired-x.el (virtual-dired): Declare with `defalias'.
19845 (dired-mark-unmarked-files, dired-local-variables-file)
19846 (dired-omit-here-always): Doc fix.
19847 (dired-omit-mode, dired-find-subdir)
19848 (dired-enable-local-variables, dired-clean-up-buffers-too)
19849 (dired-extra-startup, dired-mark-extension, dired-jump)
19850 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
19851 (dired-smart-shell-command, dired-guess-shell-alist-user)
19852 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
19853 (dired-x-bind-find-file, dired-x-submit-report):
19854 Fix typos in docstrings.
19855 (dired-mark-unmarked-files): "?\ " -> "?\s".
19856
19857 * dirtrack.el (dirtrack-list): Fix typos in docstring.
19858
19859 * faces.el (describe-face): "?\ " -> "?\s".
19860 (read-all-face-attributes, read-face-font, modify-face)
19861 (face-attr-construct, italic): Fix typos in docstrings.
19862 (frame-update-face-colors): Declare with
19863 `define-obsolete-function-alias'.
19864
19865 * files.el (find-file-noselect, recode-file-name): Doc fixes.
19866 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
19867 (magic-mode-alist, buffer-file-numbers-unique)
19868 (write-file-functions, get-free-disk-space):
19869 Fix typos in docstrings.
19870 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
19871 (write-contents-hooks, write-file-hooks):
19872 Declare with `define-obsolete-variable-alias'.
19873
19874 * forms-d2.el (arch-rj): Fix typo in docstrings.
19875 (arch-tocol): Likewise. "?\ " -> "?\s".
19876
19877 * frame.el (set-frame-font, cursor-in-non-selected-windows):
19878 Fix typo in docstring.
19879 (set-screen-width, set-screen-height): Delete redundant info in
19880 doctrings.
19881 (new-frame, screen-height, screen-width): Declare with
19882 `define-obsolete-function-alias'.
19883 (delete-frame-hook, blink-cursor): Declare with
19884 `define-obsolete-variable-alias'.
19885
19886 * paths.el (prune-directory-list): Fix typos in docstring.
19887
19888 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
19889 (cvs-prefix-get): Fix typos in docstrings.
19890
19891 * ps-print.el (ps-extend-face-list, ps-extend-face)
19892 (ps-print-background-image): Fix typos in docstrings.
19893 (ps-default-fg, ps-default-bg): Doc fixes.
19894
19895 * s-region.el (s-region-bind): Doc fix.
19896 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
19897
19898 * textmodes/org.el (org-table-formula-substitute-names)
19899 (org-table-get-vertical-vector): Doc fixes.
19900 (org-table-recalculate): Remove unused argument to `message'.
19901
19902 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
19903
19904 * textmodes/org.el (org-table-column-names)
19905 (org-table-column-name-regexp)
19906 (org-table-named-field-locations): New variables.
19907 (org-archive-subtree): Protect `this-command' when calling
19908 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
19909 the kill buffer.
19910 (org-complete): Remove fixed-formula completion.
19911 (org-edit-formulas-map): New variable.
19912 (org-table-edit-formulas): New command.
19913 (org-finish-edit-formulas, org-abort-edit-formulas)
19914 (org-show-variable, org-table-get-vertical-vector): New functions.
19915 (org-table-maybe-eval-formula): Handle `:=' fields.
19916 (org-table-get-stored-formulas, org-table-store-formulas)
19917 (org-table-get-formula, org-table-modify-formulas)
19918 (org-table-replace-in-formulas): Handle named field formulas.
19919 (org-table-get-specials): Store locations of named fields.
19920
19921 2005-07-19 Juri Linkov <juri@jurta.org>
19922
19923 * progmodes/grep.el (grep-regexp-alist)
19924 (grep-mode-font-lock-keywords, grep-process-setup):
19925 Use default GNU grep match color "01;31m" instead of "01;41m".
19926 (grep-regexp-alist, grep-mode-font-lock-keywords):
19927 Use `\\[[0-9]*m' instead of `\\[00m'.
19928 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
19929 sgr_start where its handling is more important. Use the real
19930 length of sgr_start instead of constant 8.
19931 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
19932 specially. Delete all remaining escape sequences.
19933 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
19934 (grep-regexp-alist): Make hyperlink only for binary file name
19935 instead of the whole line.
19936 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
19937 (grep-mode): Add autoload.
19938
19939 * emacs-lisp/find-func.el (find-function-regexp):
19940 Add `define-compilation-mode'.
19941
19942 2005-07-19 Juri Linkov <juri@jurta.org>
19943
19944 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
19945 (compare-windows-sync-string-size, compare-windows-recenter)
19946 (compare-windows-highlight, compare-windows): Add version 22.1.
19947 (compare-windows) <defface>: Inherit from lazy-highlight instead
19948 of duplicating its default value.
19949
19950 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
19951 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
19952
19953 * descr-text.el (describe-char): Create link buttons for `charset'
19954 and `code point'. Add the current input method name with a link
19955 button to `to input' field. Print face names of display table
19956 characters in `The display table entry is displayed by' section
19957 instead of printing face-id in the `display' field.
19958 Guess hardcoded faces and create a link button for them.
19959 Skip empty fields when calculating max-width.
19960 Treat `widget-create' specially while inserting strings from the
19961 collected field list.
19962 (describe-char-after): Made obsolete in version 22.1, not 21.5.
19963
19964 * diff-mode.el (diff-file-header): Change foreground color from
19965 yellow to green on light backgrounds.
19966 (diff-context): Inherit from `shadow' only for color/grayscale
19967 with more than 88 colors.
19968 (diff-indicator-removed, diff-indicator-added)
19969 (diff-indicator-changed): New faces.
19970 (diff-font-lock-keywords): Use new faces. Regroup rules.
19971 Add "^---$" for `normal' diff format. Fontify `#' lines with
19972 font-lock-comment-delimiter-face and font-lock-comment-face.
19973 Add `#' to ^[^...] in the rule for `diff-context-face'.
19974
19975 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
19976 a button-like box. Inherit from `highlight' on low colors.
19977 (shadow): Use shades of gray only for color/grayscale with
19978 more than 88 colors. Use green for light backgrounds with
19979 8 colors, and yellow for dark backgrounds with 8 colors.
19980
19981 * font-lock.el (font-lock-regexp-grouping-backslash):
19982 Don't inherit from escape-glyph (use bold for all cases).
19983
19984 * info.el (info-xref-visited): Use light foreground color `violet'
19985 for dark backgrounds instead of dark color `magenta3'.
19986 (info-title-1): Use `yellow' color for dark backgrounds.
19987
19988 * isearch.el (isearch): Use not-too-dark magenta3 instead of
19989 too-light magenta2.
19990
19991 * replace.el (match): Use slightly more light RoyalBlue3 instead
19992 of dark RoyalBlue4.
19993
19994 * wid-edit.el (widget-inactive): Inherit from `shadow'.
19995
19996 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
19997
19998 * novice.el (disabled-command-hook): Declare it with
19999 `define-obsolete-variable-alias'.
20000
20001 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
20002 (desktop-buffer-misc-functions, desktop-buffer-handlers)
20003 (desktop-load-default): Add release to obsolescence info.
20004 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
20005 (desktop-append-buffer-args, desktop-read):
20006 Fix typos in docstrings.
20007 (desktop-kill): Fix typo in message.
20008 (desktop-save): Doc fix.
20009
20010 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
20011
20012 * viper-cmd.el (viper-escape-to-state): Bug fix.
20013 (viper-envelop-ESC-key): Change the definition of fast
20014 keysequence so it'll work with keyboard macros.
20015
20016 * ediff.el (ediff-patch-buffer): Change the docstring.
20017
20018 2005-07-19 Kenichi Handa <handa@m17n.org>
20019
20020 * international/mule-cmds.el (select-safe-coding-system): Try to
20021 use an auto-coding (if any) before anything else. If the found
20022 auto-coding is invalid, show a warning message.
20023
20024 * international/mule.el (find-auto-coding): New function created
20025 by modifying the body of set-auto-coding.
20026 (set-auto-coding): Use find-auto-coding to find a coding.
20027
20028 2005-07-18 Richard M. Stallman <rms@gnu.org>
20029
20030 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
20031 not isearch-mode-end-hook-error.
20032 (allout-before-change-protect): Fix error message.
20033
20034 2005-07-18 Juri Linkov <juri@jurta.org>
20035
20036 * allout.el (allout-mode):
20037 * calculator.el (calculator-copy):
20038 * custom.el (custom-known-themes):
20039 * dired.el (dired-desktop-buffer-misc-data)
20040 (dired-restore-desktop-buffer):
20041 * dired-x.el (dired-omit-marker-char):
20042 * files.el (basic-save-buffer):
20043 * font-core.el (font-lock-mode):
20044 * calendar/calendar.el (calendar-goto-hebrew-date)
20045 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
20046 (calendar-goto-persian-date):
20047 * language/ethio-util.el (ethio-sera-to-fidel-region):
20048 * textmodes/picture.el (picture-mode):
20049 Delete duplicate duplicate words.
20050
20051 2005-07-18 Juri Linkov <juri@jurta.org>
20052
20053 * isearch.el (isearch-mode-map): Remove key bindings for regexp
20054 chars * ? } |.
20055 (isearch-fallback): Don't call `isearch-process-search-char'.
20056 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
20057 (isearch-process-search-char): Call `isearch-fallback' for regexp
20058 chars * ? } |.
20059 (isearch-return-char): Make obsolete with `make-obsolete' instead
20060 of simply documenting it as obsolete in the docstring.
20061 (isearch-fallback): Refill docstring.
20062
20063 * international/isearch-x.el
20064 (isearch-process-search-multibyte-characters): Remove unneeded
20065 `concat'. Add intermediate values to `junk-hist' instead of
20066 `minibuffer-history'. Test the length of `str'.
20067
20068 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
20069
20070 * allout.el (allout-resolve-xref): Fix typos in error strings.
20071 (allout-before-change-protect): Remove unneeded `concat'.
20072
20073 * array.el (array-mode, array-reconfigure-rows)
20074 (untabify-backward): Fix typos in docstrings.
20075 (array-reconfigure-rows): Use `insert-buffer-substring', not
20076 `insert-buffer'.
20077
20078 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
20079 * progmodes/ada-mode.el (ada-make-body):
20080 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
20081
20082 * dired.el (dired-log):
20083 * tar-mode.el (tar-subfile-save-buffer):
20084 * play/zone.el (zone-pgm-stress-destress):
20085 Use `insert-buffer-substring', not `insert-buffer'.
20086
20087 2005-07-17 Simon Josefsson <jas@extundo.com>
20088
20089 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
20090
20091 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
20092
20093 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
20094 Add plain auth method.
20095 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
20096
20097 2005-07-17 Kim F. Storm <storm@cua.dk>
20098
20099 * ido.el (dired-other-window): Add ido property.
20100
20101 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
20102
20103 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
20104 Fix typo in docstring.
20105 (byte-compile-interactive-only-functions): Add `insert-buffer' and
20106 `insert-file-literally'.
20107
20108 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
20109 info and delete redundant message. Doc fix.
20110 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
20111 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
20112
20113 2005-07-16 Richard M. Stallman <rms@gnu.org>
20114
20115 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
20116 (byte-compile-and): Use byte-compile-and-recursion.
20117 (byte-compile-or-recursion): New function.
20118 (byte-compile-or): Use that.
20119 (byte-compile-if): Guard the else-clause too.
20120 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
20121
20122 * isearch.el (isearch-mode-end-hook-quit): New variable.
20123 (isearch-done): Bind it.
20124 (isearch-mode-end-hook): Doc fix.
20125
20126 * allout.el (allout-isearch-did-quit): Variable deleted.
20127 (allout-real-isearch-abort): Function name no longer used.
20128 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
20129 (allout-isearch-rectification): isearch-mode always exists.
20130 Don't set allout-isearch-did-quit.
20131 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
20132 allout-isearch-did-quit.
20133 (allout-enwrap-isearch): Just add the hook.
20134 (allout-isearch-abort): Function deleted.
20135 (allout-pre-command-business): Avoid warning.
20136
20137 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
20138 Correctly avoid warnings.
20139 (pascal-outline): Likewise.
20140
20141 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
20142
20143 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
20144
20145 * play/tetris.el (tetris-mode): Avoid warning.
20146
20147 * play/snake.el (snake-mode): Avoid warning.
20148
20149 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
20150 (gamegrid-set-display-table): Avoid warning.
20151 (gamegrid-set-timer): Likewise.
20152 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
20153 (gamegrid-add-score-with-update-game-score-1): Take FILE
20154 as argument.
20155 (gamegrid-add-score-with-update-game-score): Pass that argument.
20156 Rename have-shared-game-dir to gamegrid-shared-game-dir.
20157
20158 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
20159
20160 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
20161 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
20162
20163 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
20164 and insert-file.
20165
20166 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
20167 (sc-ask): Avoid warnings.
20168
20169 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
20170 (eshell-hist-initialize): Use that var the natural way.
20171
20172 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
20173
20174 * emacs-lisp/re-builder.el (reb-cook-regexp):
20175 Avoid warning calling lre-compile-string.
20176 (reb-color-display-p): Avoid warning.
20177
20178 * calculator.el (calculator-last-input): Guard uses
20179 of event-key and key-press-event-p.
20180 (event-key, key-press-event-p): Delete definitions.
20181
20182 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
20183 (find-gc-source-directory, find-gc-subrs-callers)
20184 (find-gc-noreturn-list, find-gc-source-files)
20185 (find-gc-subrs-called): Vars renamed and defvar'd.
20186
20187 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
20188 (checkdoc-overlay-put, checkdoc-delete-overlay)
20189 (checkdoc-overlay-start, checkdoc-overlay-end)
20190 (checkdoc-mode-line-update, checkdoc-char=):
20191 Define such that compiler knows they are defined.
20192 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
20193 (checkdoc-read-event): Delete. Use read-event directly.
20194
20195 * whitespace.el (whitespace-make-overlay)
20196 (whitespace-overlay-put, whitespace-delete-overlay)
20197 (whitespace-overlay-start, whitespace-overlay-end):
20198 Define such that compiler knows they are defined.
20199 (whitespace): Move conditional inside.
20200
20201 * tempo.el (tempo-insert-template): Suppress warning.
20202
20203 * ediff-diff.el (longlines-mode): Add defvar.
20204
20205 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
20206
20207 * server.el: Bind "C-x #" in a way that works even if C-x is
20208 redefined to a command key, not a prefix key.
20209
20210 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
20211
20212 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
20213 cl-make-type-test till execution time.
20214
20215 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
20216
20217 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
20218 arg ARG and use it.
20219
20220 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
20221
20222 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
20223
20224 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
20225
20226 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
20227 a defcustom with two :set or :type keywords.
20228
20229 2005-07-15 Richard M. Stallman <rms@gnu.org>
20230
20231 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20232 Don't give ^M comment-end syntax.
20233
20234 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
20235
20236 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
20237 Don't consider gdbmi (gdb-mi.el has its own update functions).
20238 (gdb-var-delete): Make it work for gdbmi as well.
20239 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
20240
20241 * progmodes/gud.el (etags, sdb): Only require etags when needed.
20242 (gud-speedbar-menu-items): Correct logic for enabling items.
20243
20244 2005-07-15 Kim F. Storm <storm@cua.dk>
20245
20246 * ido.el: Fix commentary.
20247 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
20248 Use with-no-warnings around ffap-guesser.
20249 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
20250 Let bind minibuffer-completing-file-name to t.
20251
20252 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
20253
20254 * startup.el (site-run-file, keyboard-type): Doc fixes.
20255 (command-line): Check for "--basic-display" argument; also for
20256 "--quick", not "--bare-bones" (which was renamed).
20257 (fancy-splash-text): Add missing item "Getting New Versions".
20258 (normal-splash-screen): Fix typos and improve consistency with
20259 `fancy-splash-text'. Update copyright year.
20260
20261 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
20262 valid binding for `help-char'.
20263
20264 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
20265
20266 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
20267
20268 * term.el (term-mode): Disable cua-mode for term buffers.
20269
20270 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
20271
20272 * add-log.el (add-log-mailing-address, change-log-merge):
20273 Doc fixes.
20274 (change-log-get-method-definition): Fix typo in docstring.
20275
20276 2005-07-14 Kim F. Storm <storm@cua.dk>
20277
20278 * emulation/cua-base.el:
20279 (cua--pre-command-handler-1, cua--pre-command-handler)
20280 (cua--post-command-handler-1, cua--post-command-handler):
20281 Split in two. Check (buffer local) value of cua-mode.
20282 (cua-selection-mode): New command.
20283
20284 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
20285
20286 * custom.el (custom-initialize-safe-set)
20287 (custom-initialize-safe-default): Doc fixes.
20288
20289 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
20290 and simplify :init-value again.
20291
20292 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
20293 and simplify :init-value again. Delete autoload.
20294
20295 * startup.el (command-line): Use `custom-reevaluate-setting' again
20296 for tooltip-mode.
20297
20298 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
20299 a defcustom with two :initialize keywords.
20300
20301 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
20302
20303 * allout.el (my-mark-marker, allout-isearch-prior-pos)
20304 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
20305 (allout-post-command-business, allout-flag-region)
20306 (isearch-reenable-font-lock, allout-yank)
20307 (allout-insert-latex-header, allout-insert-latex-trailer)
20308 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
20309 (allout-latex-verb-quote): Fix typos in docstrings.
20310 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
20311 (allout-unprotected, allout-prefix-data):
20312 Improve argument/docstring consistency.
20313 (allout-chart-subtree): Fix argument spec.
20314 (allout-open-topic): Rename `use_sib_bullet' argument to
20315 `use-sib-bullet'. Doc fix.
20316
20317 * whitespace.el (whitespace-check-buffer-leading)
20318 (whitespace-check-buffer-trailing)
20319 (whitespace-check-buffer-indent)
20320 (whitespace-check-buffer-spacetab)
20321 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
20322 (whitespace-check-leading-whitespace)
20323 (whitespace-check-trailing-whitespace)
20324 (whitespace-check-spacetab-whitespace)
20325 (whitespace-check-indent-whitespace)
20326 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
20327 (whitespace-modes): Fix typos in docstrings.
20328 (defgroup, defcustom): Doc fixes.
20329
20330 * winner.el (winner-mode, winner-boring-buffers)
20331 (winner-pending-undo-ring): Doc fixes.
20332 (winner-ring): Remove unneeded `progn'.
20333 (winner-equal): `defsubst' it.
20334 (winner-redo): Fix message.
20335
20336 2005-07-13 Kim F. Storm <storm@cua.dk>
20337
20338 * simple.el (line-move-1): Always use vertical-motion to
20339 do the last (or only) line move to ensure some movement.
20340 Undo 2005-06-23 change--don't check for overlays.
20341
20342 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20343
20344 * term/mac-win.el (ccl-encode-mac-roman-font)
20345 (ccl-encode-mac-centraleurroman-font)
20346 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
20347 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
20348 Change charset-id boundary of dimension to ?\xef.
20349 (mac-char-fontspec-list): New constant.
20350 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
20351 argument. Nil uses itself as family in font-spec. Previous
20352 behavior for nil is now provided by non-nil non-string argument.
20353 All callers changed. Add font-specs for Mac fonts to
20354 "fontset-default" unless iso8859-1 fonts are installed.
20355
20356 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
20357
20358 * progmodes/sh-script.el (sh-get-indent-info): Only indent
20359 a continuation line if the \ is preceded by SPC or TAB.
20360 (sh-get-indent-info): Simplify.
20361 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
20362 Use with-current-buffer.
20363
20364 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
20365 when the matched text is empty.
20366
20367 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
20368
20369 * startup.el (command-line): Revert to previous handling of
20370 tooltip-mode. Explain in comment why the complexity is needed.
20371
20372 * tooltip.el (tooltip-mode): Revert to previous implementation of
20373 its defcustom.
20374
20375 * frame.el (blink-cursor-mode): Revert to previous implementation
20376 of its defcustom. Update comment.
20377
20378 2005-07-12 Lars Hansen <larsh@soem.dk>
20379
20380 * desktop.el: Update e-mail address.
20381
20382 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20383
20384 * term/mac-win.el (mac-services-mail-selection)
20385 (mac-services-mail-to): New functions.
20386 (mac-application-menu-map): Bind them.
20387
20388 2005-07-12 wulei <milton@wulei.net> (tiny change)
20389
20390 * progmodes/gdb-ui.el: Add note about buffering with Windows.
20391
20392 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
20393
20394 * custom.el (custom-reevaluate-setting): Doc fix.
20395
20396 2005-07-11 Jay Belanger <belanger@truman.edu>
20397
20398 * calc/calc.el (calc-embedded-announce-formula-alist)
20399 (calc-embedded-open-close-plain-alist)
20400 (calc-embedded-open-close-mode-alist): Add checks for additional
20401 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
20402
20403 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
20404
20405 * custom.el (custom-enable-theme): Don't add theme to
20406 `custom-enabled-themes' with `push' because there is no
20407 setf-method for `delq'.
20408
20409 2005-07-11 Richard M. Stallman <rms@gnu.org>
20410
20411 * custom.el (custom-declare-variable): Doc fix.
20412
20413 * dired-aux.el (dired-compare-directories): Remove "." and ".."
20414 from the alists.
20415
20416 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
20417 Do nothing if edebug-active.
20418
20419 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
20420 (edebug-display): Do it here instead.
20421
20422 2005-07-10 Richard M. Stallman <rms@gnu.org>
20423
20424 * cus-face.el (custom-theme-set-faces): Make it work.
20425 (custom-reset-faces): Doc fix.
20426 (custom-theme-reset-internal-face, custom-theme-face-value):
20427 Functions deleted.
20428
20429 * custom.el (custom-push-theme): Maintain list of the settings
20430 of a given theme in its theme-settings property.
20431 Maintain position of old settings in the theme-value
20432 or theme-face property.
20433 (custom-enabled-themes): New variable.
20434 (custom-theme-enabled-p): New function.
20435 (provide-theme): Update custom-enabled-themes.
20436 Disable and reenable the `user' theme.
20437 (require-theme): Doc fix.
20438 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
20439 (custom-theme-value, custom-theme-variable-value): Likewise.
20440 (custom-theme-reset-internal): Likewise.
20441 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
20442 (custom-enable-theme, custom-disable-theme): New functions.
20443 (custom-variable-theme-value, custom-face-theme-value): Likewise.
20444 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
20445 (custom-theme-reset-variables): Simplify.
20446 (deftheme, custom-declare-theme, custom-make-theme-feature):
20447 Definitions moved.
20448
20449 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
20450
20451 * longlines.el (longlines-show-region)
20452 (longlines-unshow-hard-newlines): Recognize hard newlines by
20453 non-nil hard property, instead of t.
20454
20455 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
20456
20457 * viper-cmd.el (viper--key-maps): New variable.
20458 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
20459 emulation-mode-map-alists.
20460 (viper-envelop-ESC-key): Use viper-subseq.
20461 (viper-search-forward/backward/next): Disable debug-on-error.
20462
20463 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20464 (viper-ESC-key): New defcustoms.
20465
20466 * viper-macs.el (ex-map-read-args): Use viper-subseq.
20467
20468 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
20469 (viper-subseq): Copy of subseq from cl.el.
20470
20471 * viper.el (viper-go-away, viper-set-hooks): Use
20472 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
20473
20474 * viper-mous.el (viper-current-frame-saved): Use defvar.
20475
20476 * viper-init.el: Get rid of -face in face names.
20477
20478 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
20479 Make it work with longlines mode
20480
20481 * ediff-mult.el (ediff-meta-mode-hook): New variable.
20482
20483 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
20484
20485 * ediff-init.el: Get rid of -face in face names.
20486
20487 2005-07-10 Richard M. Stallman <rms@gnu.org>
20488
20489 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
20490 and with-timeout-unsuspend.
20491
20492 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
20493 and with-timeout-unsuspend.
20494
20495 * emacs-lisp/timer.el (with-timeout-timers): New variable.
20496 (with-timeout): Bind that variable to record timers.
20497 (with-timeout-suspend, with-timeout-unsuspend): New functions.
20498
20499 * emacs-lisp/debug.el (debug-help-follow): New function.
20500 (debugger-mode-map): Use that instead of help-follow.
20501 (debugger-setup-buffer): Use eval-buffer-list
20502 to handle eval-buffer frames.
20503
20504 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
20505
20506 * timezone.el (timezone-parse-date): Change first regexp
20507 so it will not mistakenly match dates with no time zone.
20508
20509 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
20510
20511 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
20512
20513 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
20514
20515 * custom.el (custom-initialize-safe-set)
20516 (custom-initialize-safe-default): New functions.
20517
20518 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
20519 and simplify :init-value.
20520
20521 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
20522 and simplify :init-value. Delete obsolete comment.
20523
20524 * startup.el (command-line): Use `custom-reevaluate-setting' to
20525 handle `tooltip-mode'. Delete obsolete comment.
20526
20527 * files.el (set-visited-file-name): Avoid calling
20528 `file-name-nondirectory' with a nil argument.
20529
20530 2005-07-09 Richard M. Stallman <rms@gnu.org>
20531
20532 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
20533 was called with nil for the buffer, handle the read position right.
20534 Handle read position for eval-region, too.
20535
20536 2005-07-09 Juri Linkov <juri@jurta.org>
20537
20538 * fringe.el (fringe-mode): Add period in docstring.
20539 (fringe-query-style): Build prompt depending on `all-frames' arg.
20540
20541 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
20542 to not create links to unrelated functions in the Help buffer.
20543
20544 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
20545 Doc fix.
20546
20547 * simple.el (next-error-hook): New variable.
20548 (next-error): Use it. Doc fix.
20549
20550 * textmodes/ispell.el (ispell-command-loop): Add current
20551 dictionary name and program name to mode-line-format.
20552 (ispell-region, ispell-process-line): Add current dictionary name
20553 and program name to messages.
20554
20555 2005-07-08 Jay Belanger <belanger@truman.edu>
20556
20557 * calc/calc.el (calc-embedded-announce-formula-alist)
20558 (calc-embedded-open-close-formula-alist)
20559 (calc-embedded-open-close-word-alist)
20560 (calc-embedded-open-close-plain-alist)
20561 (calc-embedded-open-close-new-formula-alist)
20562 (calc-embedded-open-close-mode-alist)
20563 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
20564 (calc-embedded-mode-hook): New variables.
20565
20566 * calc/calc-embed.el (calc-embedded-firsttime)
20567 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
20568 New variables.
20569 (calc-do-embedded): Use calc-embedded-firsttime,
20570 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
20571 determine whether or not to run hooks.
20572 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
20573 calc-embedded-firsttime-formula appropriately.
20574 Set calc-embedded delimiter variables according to mode.
20575
20576 2005-07-08 Richard M. Stallman <rms@gnu.org>
20577
20578 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
20579 Check for "emacs", etc., as entire symbol, not just as word.
20580 (checkdoc-file-comments-engine): Use regexp-quote on FN.
20581
20582 * files.el (set-visited-file-name): Report the error
20583 for "empty filename" earlier.
20584 (kill-some-buffers): Ignore buffers already dead.
20585
20586 * fringe.el (fringe-mode): Doc fix.
20587
20588 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
20589 Check for (featurep 'xemacs) and turn off warnings in what it guards.
20590 Use unwind-protect to ensure byte-compile-unresolved-functions
20591 is updated.
20592
20593 * whitespace.el (whitespace-buffer-leading-cleanup):
20594 Simplify w/ skip-chars-forward.
20595 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
20596
20597 * mail/rmail.el (rmail-only-expunge): Fix paren error.
20598 Unconditionally try to leave point at the same old place.
20599
20600 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
20601
20602 * comint.el (comint-postoutput-scroll-to-bottom)
20603 (comint-show-maximum-output): Take scroll-margin into consideration.
20604
20605 2005-07-08 Kim F. Storm <storm@cua.dk>
20606
20607 * ido.el (ido-use-filename-at-point): New choice `guess'.
20608 (ido-file-internal): Try ffap-guesser if selected.
20609
20610 * ido.el (ido-before-fallback-functions): New hook.
20611 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
20612 (ido-read-file-name): Run it.
20613
20614 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20615
20616 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
20617 strings rather than a list of symbols to the completion function.
20618
20619 2005-07-07 Jay Belanger <belanger@truman.edu>
20620
20621 * calc/calc-units.el (math-apply-units): Change the places in
20622 which units are simplified.
20623
20624 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
20625
20626 * cus-edit.el (customize-option, customize-option-other-window):
20627 Make them handle aliases.
20628
20629 * custom.el (custom-variable-p): Make it recursively follow
20630 aliases. Mention that in the docstring.
20631
20632 2005-07-07 Richard M. Stallman <rms@gnu.org>
20633
20634 * cus-start.el (exec-path): Use `directory' instead of `file'.
20635 Fix tag for nil.
20636
20637 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
20638
20639 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
20640 when called non-interactively. Doc fix.
20641
20642 2005-07-07 Lute Kamstra <lute@gnu.org>
20643
20644 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
20645 new address as well.
20646
20647 2005-07-07 Kenichi Handa <handa@m17n.org>
20648
20649 * international/mule.el (make-coding-system):
20650 Describe `ascii-incompatible' property in the docstring.
20651 (set-file-name-coding-system): Signal an error if coding-system is
20652 ascii-incompatible.
20653 (set-keyboard-coding-system): Likewise.
20654
20655 * international/mule-cmds.el (set-default-coding-systems):
20656 Don't set default-file-name-coding-system and
20657 default-keyboard-coding-system if coding-system is ASCII-incompatible.
20658
20659 * international/utf-16.el: Declare that all UTF-16-based coding
20660 systems are ASCII-incompatible.
20661
20662 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
20663
20664 * progmodes/gud.el: Require font-lock for displaying errors.
20665 Used by gdb-ui.el.
20666
20667 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
20668
20669 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
20670 values for the pattern lists which are `read'able but not
20671 `append'able (like symbols).
20672
20673 2005-07-06 Richard M. Stallman <rms@gnu.org>
20674
20675 * progmodes/flymake.el (flymake-float-time): Instead of
20676 with-no-warnings, test for XEmacs.
20677 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
20678 to avoid warning.
20679
20680 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
20681
20682 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
20683
20684 2005-07-05 Lute Kamstra <lute@gnu.org>
20685
20686 * battery.el: Add support for Darwin (with much debugging help
20687 from Samuel Lauber <sam124@operamail.com>).
20688 (battery-status-function, battery-echo-area-format)
20689 (battery-mode-line-format): Add support for pmset on Darwin.
20690 (battery-load-low, battery-load-critical): New user options.
20691 (battery-pmset): New function.
20692
20693 2005-07-05 Lute Kamstra <lute@gnu.org>
20694
20695 Update FSF's address in GPL notices.
20696
20697 * textmodes/page-ext.el: Update FSF's address.
20698
20699 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
20700
20701 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
20702 filling from using prefix when filling a single-line docstring.
20703
20704 * progmodes/flymake.el: Remove useless eval-when-compile.
20705
20706 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
20707
20708 2005-07-04 Richard M. Stallman <rms@gnu.org>
20709
20710 * textmodes/org.el (org-file-apps-defaults-gnu):
20711 Rename from org-file-apps-defaults-linux.
20712 (org-default-apps): Don't test system-type for `linux'.
20713 (org-file-apps): Doc fix.
20714
20715 2005-07-04 David Ponce <david@dponce.com>
20716
20717 * tree-widget.el: Improve header Commentary section.
20718 (tree-widget) [defgroup]
20719 (tree-widget-image-enable, tree-widget-themes-directory)
20720 (tree-widget-theme, tree-widget-image-properties-emacs)
20721 (tree-widget-image-properties-xemacs, tree-widget-create-image)
20722 (tree-widget-image-formats, tree-widget-control)
20723 (tree-widget-empty-control, tree-widget-leaf-control
20724 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
20725 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
20726 (tree-widget-keep, tree-widget-after-toggle-functions)
20727 (tree-widget-open-node, tree-widget-close-node): Doc fix.
20728 (tree-widget-open-control, tree-widget-close-control): Fix doc and
20729 :help-echo message.
20730 (tree-widget-set-theme): Doc fix. Use `string-equal'.
20731 (tree-widget-image-properties): Doc fix. Clearer implementation.
20732 (tree-widget--cursors): New constant.
20733 (tree-widget-lookup-image): New function split from
20734 `tree-widget-find-image'. Clearer implementation.
20735 (tree-widget-find-image): Use it.
20736 (tree-widget-button-keymap): Use `set-keymap-parent'.
20737 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
20738 Define the sub-widgets here.
20739 (tree-widget-node): Check that :node is not a tree-widget.
20740 (tree-widget-get-super, tree-widget-open-control)
20741 (tree-widget-close-control, tree-widget-empty-control)
20742 (tree-widget-leaf-control, tree-widget-guide)
20743 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
20744 (tree-widget-no-handle, tree-widget-value-delete)
20745 (tree-widget-map): Remove.
20746 (tree-widget-children-value-save): Doc fix. Simplified.
20747 (tree-widget-value-create): Update according to previous changes.
20748
20749 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
20750
20751 * textmodes/org.el: Leading space replaced by TABS.
20752 (org-recalc-marks, org-table-rotate-recalc-marks)
20753 (org-table-get-specials): Treat "^" and "_" marks.
20754 (org-table-justify-field-maybe): Optional argument NEW.
20755 (org-table-eval-formula): Parsing of the format simplified.
20756 New modes C,I. Honor the %= parameter in the current table.
20757 Avoid unnecessary re-align by using the NEW argument to
20758 `org-table-justify-field-maybe'.
20759 (org-calc-default-modes): Default for date-format mimicks org-mode.
20760 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
20761
20762 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
20763
20764 * cus-face.el (custom-theme-set-faces): Make it handle face
20765 aliases whose alias declarations are pre- or autoloaded.
20766
20767 2005-07-04 Juri Linkov <juri@jurta.org>
20768
20769 * faces.el (read-face-name): Put the code for getting a face name
20770 from the buffer before adding the faces from the `face' property.
20771 Use `completing-read-multiple' instead of `completing-read'.
20772 Require `crm'. Add default value and post-process the returned
20773 list of faces.
20774
20775 * emacs-lisp/crm.el (crm-find-current-element)
20776 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
20777
20778 * emacs-lisp/lisp-mode.el (eval-defun-1):
20779 * emacs-lisp/edebug.el (edebug-eval-defun):
20780 Remove unnecessary quotes.
20781
20782 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
20783
20784 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
20785 (prolog-indent-level): Fix typo in docstring.
20786
20787 * info.el (Info-history, Info-history-forward)
20788 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
20789
20790 * add-log.el (add-change-log-entry):
20791 * comint.el (comint-dynamic-list-input-ring)
20792 (comint-dynamic-list-completions):
20793 * dabbrev.el (dabbrev-expand):
20794 * delim-col.el (delimit-columns-rectangle-line):
20795 * diff-mode.el (diff-context->unified, diff-reverse-direction)
20796 (diff-unified->context):
20797 * ediff-init.el (ediff-abbrev-jobname):
20798 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
20799 (ediff-replace-session-activity-marker-in-meta-buffer):
20800 * info.el (Info-summary):
20801 * lpr.el (printify-region):
20802 * printing.el (pr-create-interface):
20803 * ps-print.el (ps-print-quote):
20804 * ses.el (ses-column-widths, ses-print-cell)
20805 (ses-adjust-print-width, ses-center):
20806 * shell.el (shell-file-name-quote-list):
20807 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
20808 (strokes-fill-current-buffer-with-whitespace)
20809 (strokes-xpm-for-stroke, strokes-list-strokes)
20810 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
20811 * term.el (term-dynamic-list-input-ring)
20812 (term-dynamic-list-completions):
20813 * calc/calc.el (math-format-stack-value):
20814 * emacs-lisp/edebug.el (edebug-display-freq-count):
20815 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
20816 (delphi-new-comment-line):
20817 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
20818 * progmodes/executable.el (executable-set-magic):
20819 * progmodes/python.el (inferior-python-mode):
20820 * progmodes/scheme.el (scheme-mode-syntax-table):
20821 * progmodes/sh-script.el (sh-maybe-here-document):
20822 * progmodes/sql.el (sql-copy-column):
20823 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
20824 * textmodes/bibtex.el (bibtex-mode):
20825 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
20826 (sgml-auto-attributes):
20827 * textmodes/table.el (table-insert, table-shorten-cell)
20828 (table--generate-source-scan-lines, table-delete-row)
20829 (*table--cell-delete-char, table--spacify-frame)
20830 (table--horizontally-shift-above-and-below)
20831 (table--cell-insert-char, table--cell-blank-str)
20832 (table--fill-region-strictly):
20833 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
20834 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
20835
20836 * add-log.el (change-log):
20837 * apropos.el (apropos):
20838 * comint.el (comint-completion, comint-source):
20839 * dabbrev.el (dabbrev):
20840 * delim-col.el (columns):
20841 * diff-mode.el (diff-mode):
20842 * ediff.el (ediff):
20843 * ediff-diff.el (ediff-diff):
20844 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
20845 * ediff-mult.el (ediff-mult):
20846 * ediff-ptch.el (ediff-ptch):
20847 * ediff-wind.el (ediff-window):
20848 * facemenu.el (facemenu):
20849 * indent.el (indent):
20850 * info.el (info):
20851 * jka-cmpr-hook.el (compression, jka-compr):
20852 * lpr.el (lpr):
20853 * outline.el (outlines):
20854 * pcmpl-cvs.el (pcmpl-cvs):
20855 * pcmpl-rpm.el (pcmpl-rpm):
20856 * printing.el (printing):
20857 * ps-print.el (postscript, ps-print, ps-print-horizontal)
20858 (ps-print-vertical, ps-print-headers, ps-print-font)
20859 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
20860 (ps-print-background, ps-print-printer, ps-print-page)
20861 (ps-print-miscellany):
20862 * ses.el (ses):
20863 * shell.el (shell, shell-directories, shell-faces):
20864 * startup.el (initialization):
20865 * strokes.el (strokes):
20866 * term.el (term):
20867 * uniquify.el (uniquify):
20868 * w32-vars.el (w32):
20869 * calc/calc.el (calc):
20870 * emacs-lisp/bytecomp.el (bytecomp):
20871 * emacs-lisp/cl-indent.el (lisp-indent):
20872 * emacs-lisp/edebug.el (edebug):
20873 * emacs-lisp/elp.el (elp):
20874 * emacs-lisp/testcover.el (testcover):
20875 * emacs-lisp/trace.el (trace):
20876 * emulation/viper-ex.el (viper-ex):
20877 * emulation/viper-mous.el (viper-mouse):
20878 * mail/mailalias.el (mailalias):
20879 * mail/supercite.el (supercite, supercite-frames)
20880 (supercite-attr, supercite-cite, supercite-hooks):
20881 * net/rcompile.el (remote-compile):
20882 * net/rlogin.el (rlogin):
20883 * obsolete/ooutline.el (outlines):
20884 * progmodes/delphi.el (delphi):
20885 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
20886 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
20887 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
20888 (ebnf-optimization):
20889 * progmodes/etags.el (etags):
20890 * progmodes/executable.el (executable):
20891 * progmodes/idlwave.el (idlwave):
20892 * progmodes/pascal.el (pascal):
20893 * progmodes/prolog.el (prolog):
20894 * progmodes/python.el (python):
20895 * progmodes/scheme.el (scheme):
20896 * progmodes/sh-script.el (sh, sh-script):
20897 * progmodes/sql.el (SQL):
20898 * progmodes/tcl.el (tcl):
20899 * textmodes/bibtex.el (bibtex, bibtex-autokey):
20900 * textmodes/enriched.el (enriched):
20901 * textmodes/makeinfo.el (makeinfo):
20902 * textmodes/sgml-mode.el (sgml):
20903 * textmodes/table.el (table-hooks):
20904 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
20905 * textmodes/texinfo.el (texinfo):
20906 * textmodes/two-column.el (two-column):
20907 Finish `defgroup' description with period.
20908
20909 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
20910 * eshell/esh-var.el (eshell-var):
20911 * progmodes/vhdl-mode.el (vhdl-testbench):
20912 * textmodes/org.el (org): Fix typos in docstrings.
20913
20914 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
20915 consistency.
20916
20917 * progmodes/flymake.el (flymake-find-file): Remove.
20918 (flymake-float-time): Use `with-no-warnings'.
20919 (flymake-check-start-time, flymake-check-was-interrupted)
20920 (flymake-err-info, flymake-is-running, flymake-last-change-time)
20921 (flymake-new-err-info): `defvar' at compile time.
20922
20923 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
20924
20925 * replace.el (occur-hook): Doc fix.
20926 (occur-1): Don't call `occur-hook' if there are no matches.
20927
20928 2005-07-03 Richard M. Stallman <rms@gnu.org>
20929
20930 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
20931 global-map, save the same map.
20932 (global-map): Don't alter it at top level.
20933 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
20934 Then alter it here instead.
20935 (tpu-edt-off): Set global-map to the saved one.
20936
20937 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
20938 All references simplified.
20939 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
20940 (zmacs-regions): Add defvar.
20941 (repeat-complex-command-map): Everything about that deleted.
20942
20943 * textmodes/artist.el (artist-key-is-drawing)
20944 (artist-key-endpoint1, artist-key-poly-point-list)
20945 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
20946 (artist-key-compl-table, artist-rb-save-data)
20947 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
20948 Don't put them in eval-when-compile.
20949 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
20950
20951 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
20952 Use with-no-warnings.
20953
20954 * net/browse-url.el (dos-windows-version): Add defvar.
20955
20956 * mail/supercite.el (filladapt-prefix-table): Add defvar.
20957
20958 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
20959 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
20960 (rmail-new-summary-line-count): Rename from new-summary-line-count.
20961 Add defvar.
20962 (rmail-summary-beginning-of-message): Use with-no-warnings.
20963 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
20964
20965 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
20966 Use with-no-warnings.
20967
20968 * emulation/vi.el (vi-mark-region): Use c-mark-function.
20969 (c-mark-function): Add point-moving-unit property.
20970 (vi-goto-line): Use with-no-warnings.
20971
20972 * emulation/edt.el (edt-last-copied-word): Add defvar.
20973 (zmacs-region-stays): Likewise.
20974 (edt-mark-section-wisely): Use c-mark-function for C.
20975 Use makr-defun for Fortran.
20976 (time-string): defvar deleted.
20977 (edt-display-the-time): Don't set time-string.
20978
20979 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
20980
20981 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20982 Don't warn when name is not constant
20983 or for defining the group `emacs'.
20984
20985 * tooltip.el (gud-tooltip-mode): Add defvar.
20986
20987 * startup.el (default-frame-background-mode): Add defvar.
20988
20989 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
20990
20991 * info.el (tool-bar-map): Add defvar.
20992
20993 * dired.el (dnd-protocol-alist): Add defvar.
20994
20995 * dired-aux.el (dired-query): Display question with answer, when
20996 the user answers.
20997
20998 * custom.el (custom-add-option): Doc fix.
20999
21000 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
21001
21002 2005-07-03 Eli Zaretskii <eliz@gnu.org>
21003
21004 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
21005 bogus name from the last change.
21006
21007 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
21008
21009 * custom.el (custom-declare-variable): Fix typos in comment.
21010 (custom-known-themes): Doc fix.
21011 (custom-theme-directory): New defcustom.
21012 (require-theme): Make it check `custom-theme-directory'.
21013
21014 * cus-theme.el (custom-new-theme-mode): New function.
21015 (custom-theme-name, custom-theme-variables, custom-theme-faces)
21016 (custom-theme-description): Add compiler defvars.
21017 (customize-create-theme): Add doc to the "*New Custom Theme*"
21018 buffer. Use `custom-new-theme-mode'.
21019 (custom-theme-write): Put the created buffer in emacs-lisp-mode
21020 and save it to the `custom-theme-directory'. Make this the
21021 default directory of the buffer.
21022
21023 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
21024
21025 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
21026 Fix unbalanced parentheses.
21027
21028 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
21029
21030 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
21031 into flymake-mode and delegate to flymake-mode.
21032
21033 * find-file.el (ff-which-function-are-we-in): Clean up.
21034
21035 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
21036
21037 * replace.el (occur-rename-buffer): Fix docstring.
21038
21039 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
21040 (edt-last-copied-word, edt-learn-macro-count)
21041 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
21042 (edt-rect-start-point, edt-user-global-map, rect-start-point)
21043 (time-string, zmacs-region-stays):
21044 * emulation/edt-mapper.el (edt-save-function-key-map)
21045 (EDT-key-name): `defvar' to silence the byte-compiler.
21046
21047 2005-07-02 Martin Rudalics <rudalics@gmx.at>
21048
21049 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
21050 font-lock-regexp-backslash. Doc fix.
21051 (font-lock-regexp-backslash-grouping-construct): Rename from
21052 font-lock-regexp-backslash-construct. Doc fix.
21053 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
21054 grouping constructs.
21055
21056 2005-07-02 Eli Zaretskii <eliz@gnu.org>
21057
21058 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
21059 updating all the prerequisites.
21060
21061 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
21062
21063 * textmodes/org.el (org-agenda-start-on-weekday)
21064 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
21065 (org-agenda-use-time-grid, org-archive-location)
21066 (org-allow-space-in-links, org-usenet-links-prefer-google)
21067 (org-enable-table-editor, org-export-default-language)
21068 (org-export-html-show-new-buffer, org-fill-paragraph)
21069 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
21070 (org-goto-quit, org-occur, org-eval-in-calendar)
21071 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
21072 (org-agenda-diary-entry, org-remember-help)
21073 (org-table-convert-region, org-at-table-p)
21074 (org-table-move-row-down, org-table-move-row-up)
21075 (org-table-copy-region, org-table-toggle-vline-visibility)
21076 (org-table-get-stored-formulas, org-table-get-specials)
21077 (org-recalc-commands, org-table-eval-formula)
21078 (org-table-formula-substitute-names, orgtbl-make-binding)
21079 (org-format-org-table-html, org-format-table-table-html)
21080 (org-format-table-table-html-using-table-generate-source)
21081 (org-customize): Fix typos in docstrings.
21082 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
21083 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
21084 (org-back-to-heading): Doc fixes.
21085 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
21086 (org-agenda-change-all-lines, org-get-header):
21087 Improve argument/docstring consistency.
21088 (orgtbl-error): Fix error message.
21089
21090 * progmodes/flymake.el (flymake-find-possible-master-files)
21091 (flymake-master-file-compare, flymake-get-line-err-count)
21092 (flymake-highlight-line, flymake-gui-warnings-enabled):
21093 Fix typos in docstrings.
21094 (flymake-parse-line, flymake-get-project-include-dirs-function)
21095 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
21096 Doc fixes.
21097 (flymake-get-project-include-dirs-function)
21098 (flymake-make-err-menu-data):
21099 Improve argument/docstring consistency.
21100
21101 2005-07-01 Lute Kamstra <lute@gnu.org>
21102
21103 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
21104 Catch errors with ignore-errors. Use temporary buffer.
21105 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
21106
21107 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
21108 background color faces.
21109 (facemenu-set-foreground, facemenu-set-background):
21110 Use facemenu-set-face-from-menu.
21111 (facemenu-set-face-from-menu): Treat face names that start with
21112 "fg:" or "bg:" as special.
21113 (facemenu-add-new-color): Don't create faces. Simplify.
21114
21115 2005-06-30 Richard M. Stallman <rms@gnu.org>
21116
21117 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
21118 (crm-find-current-element): Likewise.
21119
21120 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
21121
21122 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
21123
21124 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
21125
21126 * arc-mode.el (archive-extract): Make it work as a mouse binding.
21127 (archive-mouse-extract): Make it an obsolete alias.
21128 (archive-mode-map): Don't use archive-mouse-extract any more.
21129 (archive-mode, archive-extract): write-contents-hooks ->
21130 write-contents-functions.
21131 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
21132 first arg.
21133 (archive-rename-entry): Update the call.
21134 (archive-zip-summarize): Remove unused var `method'.
21135 (archive-lzh-summarize): Remove unused var `creator'.
21136
21137 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
21138 dedicated frame upon exit.
21139
21140 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
21141 (archive-zip-extract, archive-zip-expunge)
21142 (archive-zip-update, archive-zip-update-case): Use executable-find.
21143 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
21144 Use restore-buffer-modified-p.
21145 (archive-extract, archive-add-new-member, archive-write-file-member):
21146 Use with-current-buffer.
21147 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
21148
21149 2005-06-30 Andreas Schwab <schwab@suse.de>
21150
21151 * progmodes/gud.el (gud-filter): Remove unneeded progn.
21152
21153 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21154
21155 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
21156
21157 2005-06-30 Juri Linkov <juri@jurta.org>
21158
21159 * faces.el (vertical-border): Inherit from mode-line-inactive
21160 only on tty.
21161
21162 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
21163
21164 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
21165 example, -NLINES in the `occur' docstring).
21166
21167 * replace.el (occur-1): When no matches are found, do not set the
21168 `buffer-read-only' and modified flags for the occur buffer,
21169 because it is deleted.
21170
21171 * emulation/cua-base.el (cua-check-pending-input)
21172 (cua-repeat-replace-region, cua-mode, cua-debug)
21173 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
21174 Fix typos in docstrings.
21175
21176 * emulation/cua-gmrk.el (cua-toggle-global-mark)
21177 (cua-cut-region-to-global-mark)
21178 (cua--cut-rectangle-to-global-mark):
21179 Remove period from end of messages.
21180
21181 * emulation/cua-rect.el (cua-do-rectangle-padding):
21182 Remove period from end of messages.
21183 (cua--rectangle-seq-format): Fix typo in docstring.
21184 (cua-sequence-rectangle, cua-fill-char-rectangle):
21185 Improve argument/docstring consistency.
21186
21187 2005-06-29 Juri Linkov <juri@jurta.org>
21188
21189 * faces.el (default-frame-background-mode): New internal variable.
21190 (frame-set-background-mode): Use it.
21191
21192 * startup.el (normal-top-level): Set default-frame-background-mode
21193 instead of frame-background-mode. Before setting it, test for its
21194 nil value. Remove tests for frame-background-mode and frame
21195 parameter `reverse'. Add test for "unspecified-fg".
21196
21197 * term/xterm.el (xterm-rxvt-set-background-mode):
21198 * term/rxvt.el (rxvt-set-background-mode):
21199 Set default-frame-background-mode instead of frame-background-mode.
21200
21201 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
21202
21203 * simple.el (set-variable): Warn about obsolete user variables.
21204
21205 * imenu.el (imenu--completion-buffer):
21206 * mouse.el (mouse-buffer-menu-alist):
21207 * msb.el (msb-invisible-buffer-p):
21208 * calendar/diary-lib.el (diary-header-line-format):
21209 * emacs-lisp/pp.el (pp-buffer):
21210 * progmodes/cperl-mode.el (cperl-do-auto-fill):
21211 * textmodes/picture.el (picture-replace-match):
21212 Change space constants followed by a sexp to "?\s ".
21213
21214 * play/decipher.el (decipher-loop-with-breaks):
21215 * textmodes/texinfo.el (texinfo-insert-@item): Change space
21216 constants "protected" from end of line by a comment to "?\s".
21217
21218 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
21219
21220 * font-lock.el (save-buffer-state): Use `declare'.
21221
21222 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
21223 reset the syntax-table to cperl-mode-syntax-table.
21224 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
21225 "foo_print_bar" is not matched as a reserved keyword.
21226
21227 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
21228
21229 * textmodes/org.el (orgtbl-setup): New function, for delayed
21230 setup for the orgtbl commands.
21231 (org-calc-default-modes): New option.
21232 (orgtbl-make-binding): Use `defun' to get better help display.
21233 (org-diary): Call `org-compile-prefix-format'.
21234 (org-table-formula-substitute-names): New function.
21235 (org-agenda-day-view, org-agenda-week-view): New commands.
21236 (org-agenda-toggle-week-view): Command removed.
21237 (org-tbl-menu): Split off from org-org-menu.
21238 (org-mode): Move removal of outline-mode menus to here.
21239 (org-table-formula-debug): New option.
21240 (org-table-insert-row): Keep first field if just "#" or "*".
21241 (org-mode): Paragraph regexps fixed.
21242 (org-table-recalculate-regexp): New constant.
21243 (org-table-justify-field-maybe): Avoid replace if not necessary.
21244 (org-copy-special, org-cut-special): Use `call-interactively'.
21245 (org-table-copy-region): Take region from `interactive' call.
21246 (org-trim): Return string even if no match.
21247 (org-formula): New face.
21248 (org-set-font-lock-defaults): No longer highlight "FIXME".
21249 But highlight formula-related fields in table.
21250 (org-table-p): Use regexp, not fontification.
21251 (org-table-align): Handle white space at end of line.
21252 (org-table-formula-evaluate-inline): New option.
21253 (org-mode): Auto-wrapping in comment lines turned off.
21254 (org-table-copy-down): Evaluate only in copied field, not in
21255 destination.
21256 (org-table-current-formula): Variable removed.
21257 (org-table-store-formulas, org-table-get-stored-formulas)
21258 (org-table-modify-formulas, org-table-replace-in-formulas)
21259 (org-table-maybe-eval-formula): New functions.
21260 (org-table-get-formula): Modify to use stored formulas.
21261 (org-table-insert-column, org-table-delete-column)
21262 (org-table-move-column): Call `org-table-modify-formulas'.
21263 (org-complete): Add completion for keyword formulas.
21264 (orgtbl-mode): Pull orgtbl-mode-map to start of
21265 minor-mode-map-alist.
21266
21267 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
21268
21269 * progmodes/python.el (python-check): Require `compile' before
21270 modifying its variables.
21271
21272 * newcomment.el (comment-indent-default): Don't get fooled by an early
21273 end of buffer.
21274
21275 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21276
21277 * ps-print.el (ps-print-version): Fix version number.
21278
21279 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
21280
21281 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
21282
21283 2005-06-28 Richard M. Stallman <rms@gnu.org>
21284
21285 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
21286 (flyspell-local-mouse-map): Declaration deleted.
21287 (flyspell-mouse-map): Bind only mouse-2.
21288 (flyspell-mode-map): Don't test flyspell-use-local-map.
21289 (flyspell-overlay-keymap-property-name): Var deleted.
21290 (flyspell-mode-on): Don't make local bindings for
21291 flyspell-mouse-map and flyspell-mode-map.
21292 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
21293
21294 * textmodes/ispell.el (ispell-word): Do not ignore short words.
21295
21296 * progmodes/compile.el (compilation-next-error-function):
21297 Don't switch buffers; operate on the current buffer.
21298
21299 * progmodes/compile.el (compilation-error-file-name)
21300 (compilation-warning-file-name, compilation-info-file-name)
21301 (compilation-line-number, compilation-column-number): New faces.
21302 (compilation-error-face, compilation-warning-face)
21303 (compilation-info-face, compilation-line-face)
21304 (compilation-column-face): Use them.
21305
21306 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
21307
21308 * comint.el (comint-password-prompt-regexp): Accept ", try again".
21309
21310 * bindings.el (global-map): Bind insertchar and its variants.
21311
21312 2005-06-27 Richard M. Stallman <rms@gnu.org>
21313
21314 * textmodes/artist.el (artist-text-overwrite)
21315 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
21316
21317 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21318
21319 * ps-print.el: It was not working the page selection for printing.
21320 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
21321 (ps-print-version): New version 6.6.7.
21322 (ps-end-sheet): New fun.
21323 (ps-header-sheet, ps-end-job): Call it.
21324
21325 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
21326
21327 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
21328
21329 2005-06-27 Lute Kamstra <lute@gnu.org>
21330
21331 * facemenu.el (facemenu-unlisted-faces): Add foreground and
21332 background color faces.
21333 (facemenu-get-face): Delete function.
21334 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
21335 (facemenu-add-new-color): Make second argument mandatory.
21336 Create the appropriate face and return it. Simplify.
21337 (facemenu-set-foreground, facemenu-set-background): Don't check if
21338 color is defined. Use return value of facemenu-add-new-color.
21339
21340 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
21341
21342 * progmodes/gud.el (gud-filter): Add missing argument to
21343 with-selected-window.
21344
21345 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
21346
21347 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
21348 a :require to the defcustom.
21349
21350 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
21351 defcustoms corresponding to minor modes.
21352
21353 2005-06-26 David Ponce <david@dponce.com>
21354
21355 * recentf.el: Require tree-widget instead of wid-edit.
21356 (recentf-filename-handler): Fix widget :type.
21357 (recentf-cancel-dialog, recentf-open-more-files)
21358 (recentf-open-files-action): Doc fix.
21359 (recentf-dialog-goto-first): New function.
21360 (recentf-dialog-mode-map): Set parent keymap first.
21361 (recentf-dialog-mode): Define with define-derived-mode.
21362 Don't display continuation lines in dialogs.
21363 (recentf-edit-list): Rename from recentf-edit-selected-items.
21364 (recentf-edit-list-select): Rename from recentf-edit-list-action.
21365 Simplify.
21366 (recentf-edit-list-validate): New function.
21367 (recentf-edit-list): Update accordingly.
21368 (recentf-open-files-item-shift): Remove.
21369 (recentf-open-files-item): Convert menu elements into tree and
21370 link widgets. Don't create the widgets.
21371 (recentf-open-files): Update accordingly.
21372 (recentf-save-list): Untabify.
21373
21374 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
21375
21376 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
21377 (keep-lines): Add INTERACTIVE arg. Never delete lines only
21378 partially contained in the active region. Do not take active
21379 region into account when called from Lisp, unless INTERACTIVE arg
21380 is non-nil. Use `forward-line' instead of `beginning-of-line' to
21381 avoid trouble with fields. Make marker point nowhere when no
21382 longer used. Always return nil. Doc fix.
21383 (flush-lines): Add INTERACTIVE arg. Do not take active region
21384 into account when called from Lisp, unless INTERACTIVE arg is
21385 non-nil. Use `forward-line' instead of `beginning-of-line' to
21386 avoid trouble with fields. Make marker point nowhere when no
21387 longer used. Always return nil. Doc fix.
21388 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
21389 interchangeable. Do not take active region into account when
21390 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
21391 message in echo area when called from Lisp, unless INTERACTIVE arg
21392 is non-nil. Avoid saying "1 occurrences". Do not use markers.
21393 Return the number of matches. Doc fix.
21394 (occur): Doc fix.
21395 (perform-replace): Make comment follow double space convention for
21396 the sake of `outline-minor-mode'.
21397
21398 * faces.el (facep): Doc fix.
21399
21400 2005-06-25 Richard M. Stallman <rms@gnu.org>
21401
21402 * facemenu.el (facemenu-enable-faces-p): New function.
21403 (facemenu-background-menu, facemenu-foreground-menu)
21404 (facemenu-face-menu): Add menu-enable property.
21405
21406 * jka-compr.el (jka-compr-insert-file-contents):
21407 Special handling if cannot find the uncompression program.
21408
21409 * cus-face.el (custom-face-attributes): Add autoload.
21410
21411 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21412 Bind comment-indent-function locally.
21413
21414 * window.el (save-selected-window): Use save-current-buffer.
21415
21416 * subr.el (with-selected-window): Use save-current-buffer.
21417
21418 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
21419 and with-current-buffer.
21420
21421 2005-06-24 Richard M. Stallman <rms@gnu.org>
21422
21423 * simple.el (line-move-1): Fix previous change.
21424
21425 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
21426
21427 * replace.el (occur-1): Set `buffer-read-only' and the
21428 buffer-modified flag before running `occur-hook' to protect
21429 against unintentional buffer switches that can lead to data loss.
21430
21431 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
21432
21433 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
21434 (gud-gdb-marker-filter): Use font-lock-warning-face for any
21435 initial error.
21436
21437 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
21438 after fresh input.
21439 (gdb-var-create-handler): Put name of expression in quotes.
21440
21441 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
21442
21443 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
21444 elements of RING in order, and without bogus nil elements.
21445
21446 2005-06-23 Richard M. Stallman <rms@gnu.org>
21447
21448 * simple.el (set-variable): Args renamed; doc fix.
21449 (line-move-1): When there are overlays around, use vertical-motion.
21450
21451 * faces.el (escape-glyph): Use brown against light background.
21452 (nobreak-space): Rename from no-break-space.
21453 Fix previous change.
21454
21455 * dired-aux.el (dired-do-copy): Fix arg prompt.
21456
21457 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
21458
21459 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21460
21461 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
21462 rather than "Distributor".
21463
21464 2005-06-23 Lute Kamstra <lute@gnu.org>
21465
21466 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
21467 (debug-on-entry): Use it. New interactive declaration that uses
21468 function-called-at-point.
21469
21470 2005-06-23 Kim F. Storm <storm@cua.dk>
21471
21472 * subr.el (save-match-data): Add comment about using evaporate arg
21473 to set-match-data.
21474
21475 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
21476
21477 * cus-edit.el (customize-face)
21478 (customize-face-other-window): Handle face aliases.
21479
21480 * faces.el (face-documentation, set-face-attribute)
21481 (face-spec-set): Handle face aliases.
21482
21483 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
21484
21485 * help-mode.el (help-make-xrefs): If a symbol representing a face
21486 name is not followed by the word "face", it could still be a
21487 function or variable name, so don't bypass other checks.
21488
21489 2005-06-22 Juri Linkov <juri@jurta.org>
21490
21491 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
21492 Replace aliased functions with calls where second arg `inherit' is t.
21493
21494 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
21495
21496 * progmodes/gdb-ui.el (gdb-error): New variable.
21497 (gdb-error): New function.
21498 (gdb-annotation-rules): Act on error-begin and error annotations.
21499 (gdb-concat-output): Use font-lock-warning-face for errors.
21500
21501 2005-06-22 Miles Bader <miles@gnu.org>
21502
21503 * bindings.el (propertized-buffer-identification): Use renamed
21504 `Buffer-menu-buffer' face.
21505
21506 * faces.el (vertical-border): Rename from `vertical-divider'.
21507 (escape-glyph): Change dark-background color back to `cyan'.
21508
21509 2005-06-21 Juri Linkov <juri@jurta.org>
21510
21511 * faces.el (face-user-default-spec): Try getting `customized-face'
21512 prior to `saved-face'.
21513 (frame-background-mode): Refill docstring.
21514
21515 * emacs-lisp/lisp-mode.el (eval-defun-1):
21516 * emacs-lisp/edebug.el (edebug-eval-defun):
21517 Set `saved-face' temporarily to nil before calling form.
21518 Set `customized-face' to the new spec after that.
21519
21520 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
21521
21522 * subr.el (1value, lambda, key-substitution-in-progress):
21523 Doc fixes.
21524
21525 * autoinsert.el (auto-insert-alist):
21526 * ses.el (ses-call-printer):
21527 * subr.el (noreturn):
21528 * emacs-lisp/lisp.el (check-parens):
21529 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
21530 * net/browse-url.el (browse-url-mosaic):
21531 * progmodes/cc-defs.el (c-safe-scan-lists):
21532 * progmodes/ebnf-abn.el (ebnf-abn-lex):
21533 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
21534 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
21535 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
21536 * progmodes/ebnf-iso.el (ebnf-iso-lex):
21537 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
21538
21539 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
21540
21541 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
21542
21543 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
21544
21545 * calendar/appt.el (appt-make-list): Activate the package, if
21546 not already active (for backwards compatibility).
21547
21548 2005-06-20 Kim F. Storm <storm@cua.dk>
21549
21550 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
21551
21552 2005-06-20 Miles Bader <miles@gnu.org>
21553
21554 * faces.el (vertical-divider): New face.
21555
21556 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
21557
21558 * simple.el (kill-whole-line): Doc fix.
21559 (next-error-buffer-p, next-error-find-buffer)
21560 (clone-indirect-buffer): Fix typos in docstrings.
21561 (comment-line-break-function): Doc fix: don't say variable
21562 is automatically buffer-local (it isn't).
21563
21564 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
21565
21566 * net/tramp-ftp.el (top):
21567 * net/tramp-smb.el (top):
21568 * net/tramp-util.el (top):
21569 * net/tramp-uu.el (top):
21570 * net/tramp-vc.el (top):
21571 * net/tramp.el (top): Revert copyright years back to original
21572 ones. Tramp has a life outside GNU Emacs.
21573
21574 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
21575
21576 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
21577
21578 2005-06-18 Juri Linkov <juri@jurta.org>
21579
21580 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
21581 end of first regexp to limit the match to the position between
21582 line number and source line with same separator character as used
21583 between file name and line number. In the second regexp limit
21584 mouse-face area to file name and line number by adding new group
21585 for them and referring it in HYPERLINK arg.
21586 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
21587 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
21588 previous line where grep markers may be already removed.
21589
21590 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
21591
21592 * progmodes/ps-mode.el: Update version and maintainer's email address.
21593
21594 2005-06-18 Steve Youngs <steve@xemacs.org>
21595
21596 * net/browse-url.el (browse-url-browser-function)
21597 (browse-url-default-browser): Add firefox.
21598 (browse-url-firefox-program, browse-url-firefox-arguments)
21599 (browse-url-firefox-startup-arguments)
21600 (browse-url-firefox-new-window-is-tab): New defcustoms.
21601 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
21602
21603 2005-06-17 Richard M. Stallman <rms@gnu.org>
21604
21605 * startup.el (command-line): Warn if specified user name has
21606 no home directory.
21607
21608 * term.el (term-get-old-input, term-input-filter, term-input-sender)
21609 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
21610
21611 * longlines.el (longlines-mode, longlines-show-hard-newlines):
21612 Doc fixes.
21613
21614 * faces.el (underline): Try bold if terminal doesn't support underline.
21615
21616 * mail/sendmail.el (mail-setup-with-from): New variable.
21617 (mail-insert-from-field): New function.
21618 (sendmail-send-it): Call it.
21619 (mail-setup): Optionally call it here.
21620
21621 * term/linux.el: Call tty-no-underline.
21622
21623 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
21624
21625 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
21626
21627 2005-06-17 Miles Bader <miles@gnu.org>
21628
21629 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
21630 (ediff-current-diff-C, ediff-current-diff-Ancestor)
21631 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
21632 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
21633 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
21634 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
21635 Remove "-face" suffix from face names.
21636 (ediff-current-diff-face-A, ediff-current-diff-face-B)
21637 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
21638 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
21639 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
21640 (ediff-even-diff-face-A, ediff-even-diff-face-B)
21641 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
21642 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
21643 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
21644 New backward-compatibility aliases for renamed faces.
21645 (ediff-current-diff-face-A, ediff-current-diff-face-B)
21646 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
21647 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
21648 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
21649 (ediff-even-diff-face-A, ediff-even-diff-face-B)
21650 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
21651 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
21652 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
21653 Use renamed ediff faces.
21654
21655 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
21656 Remove "-face" suffix from face names.
21657 (eshell-test-ok-face, eshell-test-failed-face):
21658 New backward-compatibility aliases for renamed faces.
21659 (eshell-run-test): Use renamed eshell-test faces.
21660
21661 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
21662 face name.
21663 (eshell-prompt-face): New backward-compatibility alias for renamed
21664 face.
21665 (eshell-emit-prompt): Use renamed eshell-prompt face.
21666
21667 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
21668 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
21669 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
21670 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
21671 Remove "-face" suffix from face names.
21672 (eshell-ls-directory-face, eshell-ls-symlink-face)
21673 (eshell-ls-executable-face, eshell-ls-readonly-face)
21674 (eshell-ls-unreadable-face, eshell-ls-special-face)
21675 (eshell-ls-missing-face, eshell-ls-archive-face)
21676 (eshell-ls-backup-face, eshell-ls-product-face)
21677 (eshell-ls-clutter-face):
21678 New backward-compatibility aliases for renamed faces.
21679 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
21680
21681 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
21682 Remove "-face" suffix from face name.
21683 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
21684 instead of literal face.
21685
21686 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
21687
21688 * emacs-lisp/warnings.el (display-warning, lwarn)
21689 (warning-minimum-log-level): Doc fixes.
21690 (warning-minimum-level, warning-minimum-log-level):
21691 Add :debug to :type choices.
21692
21693 * progmodes/ada-mode.el (ada-format-paramlist)
21694 (ada-get-indent-case, ada-check-matching-start)
21695 (ada-check-defun-name, ada-goto-matching-decl-start)
21696 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
21697 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
21698 (ada-make-subprogram-body): Follow error conventions.
21699 (ada-case-exception-file, ada-indent-comment-as-code)
21700 (ada-indent-handle-comment-special, ada-indent-renames)
21701 (ada-indent-return, ada-search-directories-internal)
21702 (ada-tab-policy, ada-case-exception-substring)
21703 (ada-other-file-alist, ada-matching-start-re)
21704 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
21705 (ada-imenu-generic-expression, ada-compile-goto-error)
21706 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
21707 (ada-popup-menu, ada-add-extensions, ada-mode)
21708 (ada-region-selected, ada-create-case-exception)
21709 (ada-create-case-exception-substring, ada-after-keyword-p)
21710 (ada-activate-keys-for-case, ada-adjust-case-region)
21711 (ada-adjust-case-buffer, ada-format-paramlist)
21712 (ada-scan-paramlist, ada-insert-paramlist)
21713 (ada-indent-newline-indent)
21714 (ada-indent-newline-indent-conditional)
21715 (ada-justified-indent-current, ada-goto-previous-word)
21716 (ada-indent-current, ada-get-indent-open-paren)
21717 (ada-get-indent-paramlist, ada-get-indent-end)
21718 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
21719 (ada-get-indent-block-start, ada-get-indent-subprog)
21720 (ada-get-indent-noindent, ada-get-indent-label)
21721 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
21722 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
21723 (ada-goto-stmt-end, ada-goto-next-word)
21724 (ada-check-matching-start, ada-check-defun-name)
21725 (ada-goto-matching-decl-start, ada-goto-matching-start)
21726 (ada-goto-matching-end, ada-search-ignore-string-comment)
21727 (ada-in-decl-p, ada-looking-at-semi-or)
21728 (ada-looking-at-semi-private, ada-in-paramlist-p)
21729 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
21730 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
21731 (ada-next-procedure, ada-previous-procedure, ada-next-package)
21732 (ada-previous-package, ada-create-menu)
21733 (ada-fill-comment-paragraph-justify)
21734 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
21735 (ada-other-file-name, ada-last-which-function-line)
21736 (ada-last-which-function-subprog, ada-which-function)
21737 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
21738 (ada-gen-treat-proc, ada-check-emacs-version)
21739 (ada-continuation-indent, ada-align-region-separate):
21740 Fix typos in docstrings.
21741 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
21742
21743 2005-06-16 Lute Kamstra <lute@gnu.org>
21744
21745 * simple.el (fundamental-mode): Run after-change-major-mode-hook
21746 conditionally.
21747
21748 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
21749
21750 * comint.el (comint-replace-by-expanded-filename)
21751 (comint-prompt-regexp, comint-delimiter-argument-list)
21752 (comint-preinput-scroll-to-bottom):
21753 * info.el (Info-hide-cookies-node):
21754 * ls-lisp.el (ls-lisp-classify):
21755 * find-file.el (ff-search-directories, ff-special-constructs)
21756 (ff-find-other-file):
21757 * font-lock.el (font-lock-keywords):
21758 * shell.el (shell-prompt-pattern)
21759 (shell-dynamic-complete-functions, shell-mode)
21760 (shell-delimiter-argument-list):
21761 * term.el (term-replace-by-expanded-filename)
21762 (term-prompt-regexp, term-delimiter-argument-list):
21763 * woman.el (woman-ignore, woman0-if):
21764 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
21765 * emacs-lisp/elint.el (elint-init-env):
21766 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
21767 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
21768 * language/ethio-util.el (ethio-tilde-escape)
21769 (ethio-use-three-dot-question):
21770 * net/zone-mode.el (zone-mode-load-time-setup):
21771 * progmodes/cc-align.el (c-lineup-argcont):
21772 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
21773 * progmodes/cperl-mode.el (cperl-set-style-back):
21774 * progmodes/inf-lisp.el (inferior-lisp-prompt):
21775 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
21776 Fix spellings in docstrings.
21777
21778 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
21779 * progmodes/modula2.el (m2-for): Fix spellings.
21780
21781 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
21782
21783 * simple.el (undo-more): Don't use `format' on `error' arguments.
21784 Improve argument/docstring consistency.
21785 (pending-undo-list): Doc fix.
21786
21787 * smerge-mode.el (smerge-ensure-match):
21788 * emulation/vip.el (vip-ex):
21789 * net/zone-mode.el (zone-mode-update-serial):
21790 * progmodes/idlwave.el (idlwave-complete):
21791 * progmodes/vhdl-mode.el (vhdl-visit-file)
21792 (vhdl-compose-wire-components):
21793 Don't use `format' on `error' arguments.
21794
21795 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
21796 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
21797 (tooltip-help-tips): Fix typos in docstrings.
21798
21799 2005-06-16 David Ponce <david@dponce.com>
21800
21801 * tree-widget.el (tree-widget-value-create): Simplify last change.
21802
21803 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
21804
21805 * ido.el (ido-incomplete-regexp): New variable.
21806 (ido-set-matches-1): Handle invalid-regexp error and set
21807 ido-incomplete-regexp.
21808 (ido-incomplete-regexp): New face.
21809 (ido-completions): Use it.
21810 (ido-complete, ido-exit-minibuffer, ido-completions):
21811 Handle incomplete regexps.
21812 (ido-completions): Add check for complete match when entering a regexp.
21813
21814 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
21815
21816 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
21817
21818 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21819
21820 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
21821 by field delimiters.
21822
21823 2005-06-15 David Ponce <david@dponce.com>
21824
21825 * tree-widget.el: eval-and-compile inlined functions so they will
21826 be available at run-time too.
21827 (tree-widget-super-format-handler)
21828 (tree-widget-format-handler): Remove.
21829 (tree-widget-value-create): Handle the :indent property.
21830
21831 2005-06-15 Miles Bader <miles@gnu.org>
21832
21833 * progmodes/which-func.el (which-func): Only inherit
21834 `font-lock-function-name-face' when that makes sense against the
21835 default mode-line face, otherwise set the face color explicitly.
21836
21837 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
21838 faces instead of (non-existent) variables.
21839
21840 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
21841
21842 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
21843 (iswitchb-get-matched-buffers): Likewise. Simplify.
21844
21845 2005-06-14 Miles Bader <miles@gnu.org>
21846
21847 * progmodes/ld-script.el (ld-script-location-counter):
21848 Remove "-face" suffix from face name.
21849 (ld-script-location-counter-face):
21850 New backward-compatibility alias for renamed face.
21851 (ld-script-location-counter-face): Use renamed face.
21852
21853 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
21854 (cperl-hash): Remove "-face" suffix from face names.
21855 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
21856 New backward-compatibility aliases for renamed faces.
21857 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
21858 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
21859
21860 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
21861 name.
21862 (which-func-face): New backward-compatibility alias for renamed face.
21863 (which-func-format): Use renamed which-func face.
21864
21865 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
21866 (vhdl-function, vhdl-directive, vhdl-reserved-word)
21867 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
21868 names.
21869 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
21870 (vhdl-speedbar-configuration, vhdl-speedbar-package)
21871 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
21872 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
21873 (vhdl-speedbar-architecture-selected)
21874 (vhdl-speedbar-configuration-selected)
21875 (vhdl-speedbar-package-selected)
21876 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
21877 names.
21878 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
21879 Use renamed faces.
21880 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
21881 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
21882 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
21883 Use renamed faces.
21884 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
21885 names.
21886 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
21887 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
21888 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
21889 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
21890 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
21891 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
21892
21893 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
21894 face name.
21895 (sh-heredoc-face): New backward-compatibility alias for renamed face.
21896 (sh-heredoc-face): Use renamed sh-heredoc face.
21897
21898 * progmodes/idlw-help.el (idlwave-help-link):
21899 Remove "-face" suffix from face name.
21900 (idlwave-help-link-face):
21901 New backward-compatibility alias for renamed face.
21902 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
21903
21904 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
21905 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
21906 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
21907 New backward-compatibility aliases for renamed faces.
21908 (idlwave-shell-disabled-breakpoint-face)
21909 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
21910
21911 * progmodes/flymake.el (flymake-errline, flymake-warnline):
21912 Remove "-face" suffix from face names.
21913 (flymake-errline-face, flymake-warnline-face):
21914 New backward-compatibility aliases for renamed faces.
21915 (flymake-highlight-line): Use renamed flymake faces.
21916
21917 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
21918 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
21919 (ebrowse-member-class, ebrowse-progress):
21920 Remove "-face" suffix from face names.
21921 (ebrowse-tree-mark-face, ebrowse-root-class-face)
21922 (ebrowse-file-name-face, ebrowse-default-face)
21923 (ebrowse-member-attribute-face, ebrowse-member-class-face)
21924 (ebrowse-progress-face):
21925 New backward-compatibility aliases for renamed faces.
21926 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
21927 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
21928 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
21929 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
21930
21931 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
21932 antlr-syntax)
21933 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
21934 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
21935 names.
21936 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
21937 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
21938 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
21939 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
21940 backward-compatibility aliases for renamed faces.
21941 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
21942 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
21943 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
21944 remove "font-lock-". Use renamed antlr-mode faces.
21945 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
21946 literal face-names with face variable references.
21947
21948 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
21949 face name.
21950 (Buffer-menu-buffer-face): New backward-compatibility alias for
21951 renamed face.
21952 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
21953
21954 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
21955
21956 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
21957 Eliminate "-face" suffix.
21958 (makefile-targets): Inherit from font-lock-function-name-face and
21959 eliminate "-face" suffix.
21960 (makefile-shell): Remove attributes and eliminate "-face" suffix.
21961 (makefile-*-font-lock-keywords): Append makefile-targets in rule
21962 actions, instead of prepending, to make it less visible.
21963 (makefile-previous-dependency, makefile-match-dependency):
21964 Don't match a target on a continuation line.
21965
21966 * files.el (auto-mode-alist): Put Makefile in gmake mode.
21967
21968 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
21969
21970 * progmodes/gdb-ui.el (menu): Re-order menu items.
21971 (gdb-tooltip-print): Respect tooltip-use-echo-area.
21972
21973 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
21974 Define in tooltip.el.
21975 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
21976 (gud-tooltip-tips): Respect tooltip-use-echo-area and
21977 gud-tooltip-echo-area.
21978
21979 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
21980 backward compatibility and make obsolete.
21981 (tooltip-help-tips): Use tooltip-use-echo-area.
21982 (tooltip-show-help-function): Rename to...
21983 (tooltip-show-help): ...this, because it is a function.
21984 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
21985
21986 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
21987
21988 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
21989 (edebug-print-length, edebug-print-level, edebug-print-circle)
21990 (edebug-modify-breakpoint, edebug-eval-last-sexp)
21991 (edebug-eval-print-last-sexp): Doc fixes.
21992
21993 2005-06-14 Kim F. Storm <storm@cua.dk>
21994
21995 * ido.el (ido-mode): Make a new keymap every time we enable ido,
21996 as the coverage buffer/file/both may change.
21997
21998 2005-06-14 Lute Kamstra <lute@gnu.org>
21999
22000 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
22001 and run-mode-hooks. Simplify.
22002
22003 * mail/rmailedit.el (rmail-edit-mode):
22004 * progmodes/octave-inf.el (inferior-octave-mode):
22005 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
22006
22007 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
22008 and run-mode-hooks.
22009 (recentf-edit-list, recentf-open-files): Don't call
22010 kill-all-local-variables directly.
22011
22012 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
22013
22014 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
22015
22016 * emacs-lisp/byte-run.el (make-obsolete)
22017 (define-obsolete-function-alias): Rename arguments FUNCTION and
22018 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
22019 (make-obsolete-variable, define-obsolete-variable-alias):
22020 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
22021 respectively.
22022
22023 * isearchb.el (isearchb-activate):
22024 * pcvs.el (cvs-mode):
22025 * ses.el (ses-load):
22026 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
22027 * net/tramp.el (tramp-find-file-exists-command)
22028 (tramp-find-shell):
22029 * progmodes/ada-mode.el (ada-create-case-exception)
22030 (ada-create-case-exception-substring, ada-make-subprogram-body):
22031 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
22032 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
22033 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
22034 * textmodes/org.el (org-promote, org-evaluate-time-range)
22035 (org-agenda-next-date-line, org-agenda-previous-date-line)
22036 (org-agenda-error, org-open-at-point, org-table-move-row)
22037 (org-format-table-table-html-using-table-generate-source)
22038 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
22039 * textmodes/reftex.el (reftex-access-scan-info):
22040 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
22041 (reftex-toc-promote-prepare): Follow error conventions.
22042
22043 * diff-mode.el (diff-mode): Fix typo in docstring.
22044
22045 * forms.el (forms--intuit-from-file): Fix reference to
22046 `forms-number-of-fields' in error message.
22047 (forms-print): Fix quoting in error message.
22048
22049 * forms.el (forms-mode):
22050 * emulation/vi.el (vi-goto-insert-state):
22051 * progmodes/flymake.el (flymake-new-err-info)
22052 (flymake-start-syntax-check-for-current-buffer)
22053 (flymake-simple-cleanup):
22054 * eshell/esh-var.el (eshell/export):
22055 * progmodes/gud.el (xdb):
22056 * textmodes/flyspell.el (flyspell-incorrect-hook)
22057 (flyspell-maybe-correct-transposition)
22058 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
22059
22060 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
22061
22062 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
22063 minibuffer prompt.
22064
22065 2005-06-13 Kim F. Storm <storm@cua.dk>
22066
22067 * subr.el (add-to-ordered-list): New defun.
22068
22069 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
22070 add cua--keymap-alist to emulation-mode-map-alists.
22071
22072 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22073
22074 * subr.el (complete-in-turn): New macro.
22075 (dynamic-completion-table, lazy-completion-table): Add debug info.
22076
22077 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
22078 in preference to face aliases.
22079
22080 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
22081 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
22082 Remove unused vars `start' and `firstline'.
22083 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
22084 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
22085
22086 2005-06-13 Eli Zaretskii <eliz@gnu.org>
22087
22088 * cus-start.el (all): Don't complain about missing GTK-related
22089 variables, unless either `gtk' is boundp or this isn't a
22090 `windows-nt' build.
22091
22092 2005-06-13 Lute Kamstra <lute@gnu.org>
22093
22094 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
22095 run-mode-hooks.
22096
22097 * ediff-mult.el (ediff-meta-mode):
22098 * ediff-util.el (ediff-mode): Use run-mode-hooks.
22099
22100 * ledit.el (ledit-mode): Use delay-mode-hooks.
22101
22102 * woman.el (woman-mode-line-format): Delete constant.
22103 (woman-mode-map): Initialize it properly.
22104 (woman-mode): Set mode-class property to special.
22105 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
22106 Set major-mode and mode-name. Don't set mode-line-format directly.
22107 (Man-getpage-in-background): Don't reference woman-mode-line-format.
22108
22109 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
22110 string argument obsolete.
22111
22112 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
22113
22114 * textmodes/org.el (org-CUA-compatible): New option.
22115 (org-disputed-keys): New variable.
22116 (org-key): New function.
22117 (orgtbl-make-binding): Add docstring to the created function.
22118 (org-mode): Set paragraph start/separate regexps.
22119 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
22120 (org-archive-location, org-archive-mark-done)
22121 (org-archive-stamp-time): New options.
22122 (org-archive-subtree): New command.
22123 (org-fill-paragraph): New function.
22124 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
22125 (org-fake-empty-table-line): Function removed.
22126 (org-format-org-table-html): Do not create empty table lines at
22127 separator lines. Improved table header treatment.
22128 (org-link-format): New option.
22129 (org-make-link): New function.
22130 (org-insert-link, org-store-link): Use org-make-link.
22131 (org-open-file): Quote file name for shell command, to allow
22132 spaces in file names.
22133 (org-link-regexp): Fix bug with mailto link.
22134 (org-link-maybe-angles-regexp, org-protected-link-regexp):
22135 New constants.
22136 (org-export-as-html): Deal with the optional angles around a link.
22137 Better treatment of file: links.
22138 (org-open-at-point): Replace @{ and @} with < and >.
22139 (org-run-mode-hooks): Function removed.
22140 (org-agenda-mode): No longer use `org-run-mode-hooks'.
22141
22142 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
22143
22144 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
22145 MI command -data-list-register-values.
22146 (gdb-post-prompt): Indent properly.
22147
22148 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
22149
22150 * hilit-chg.el (highlight-changes-colors): Rename from
22151 `highlight-changes-colours'.
22152 (highlight-changes-colours): Keep as obsolete alias.
22153 (highlight-changes-face-list): Doc fix.
22154 (hilit-chg-make-list): Use `highlight-changes-colors'.
22155
22156 2005-06-12 Mark A. Hershberger <mah@everybody.org>
22157
22158 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
22159 defun-prompt-regexp.
22160
22161 2005-06-12 Eli Zaretskii <eliz@gnu.org>
22162
22163 * loadup.el: Don't say we are dumping under 2 names on windows-nt
22164 and cygwin.
22165
22166 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
22167 Don't use an old loaddefs.el, as in Makefile.in.
22168
22169 2005-06-12 Lute Kamstra <lute@gnu.org>
22170
22171 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
22172
22173 * man.el (Man-mode-map): Initialize it properly.
22174 (Man-mode): Set mode-class property to special.
22175
22176 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
22177
22178 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
22179
22180 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
22181 A newline is needed in the docstring there.
22182
22183 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
22184 Doc fixes.
22185
22186 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22187
22188 * printing.el: Doc fix. The menubar is no more changed when printing
22189 is loaded, it only changes when pr-menu-bind or pr-update-menus is
22190 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
22191 (pr-version): New version number (6.8.4).
22192 (pr-menu-bind): New command.
22193 (pr-update-menus): Docstring and code fix.
22194 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
22195 Docstring fix.
22196 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
22197 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
22198
22199 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
22200
22201 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
22202 "Returns" to "return", document useful return values, etc.
22203
22204 2005-06-11 Alan Mackenzie <acm@muc.de>
22205
22206 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
22207 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
22208 (adaptive-file-function): Minor amendment to doc-string.
22209
22210 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22211
22212 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
22213 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
22214 Fix :type--it is `integer', not `string'.
22215
22216 * faces.el (modeline-highlight): Rename from (the erroneous)
22217 `modeline-higilight'.
22218
22219 2005-06-11 Lute Kamstra <lute@gnu.org>
22220
22221 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
22222 lisp-interaction-mode-map but make it the parent.
22223 (edebug-eval-mode): Use define-derived-mode.
22224
22225 2005-06-11 Andreas Schwab <schwab@suse.de>
22226
22227 * bindings.el: Add binding of `ESC functionkey' for every
22228 `M-functionkey'.
22229 * hexl.el (hexl-mode-map): Likewise.
22230
22231 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
22232
22233 * progmodes/compile.el (compilation-error-regexp-alist-alist)
22234 [msft]: update regexp for newer msft compilers.
22235
22236 2005-06-10 Mark A. Hershberger <mah@everybody.org>
22237
22238 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
22239 ATTLIST portions of included DTDs.
22240 (xml-parse-dtd): Eliminate use of inefficient match-data.
22241
22242 2005-06-10 Miles Bader <miles@gnu.org>
22243
22244 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
22245 (mpuz-text): Remove "-face" suffix from face names.
22246 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
22247 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
22248 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
22249
22250 * play/gomoku.el (gomoku-O, gomoku-X):
22251 Remove "-face" suffix from face names.
22252 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
22253 New backward-compatibility aliases for renamed faces.
22254 (gomoku-font-lock-keywords): Use renamed gomoku faces.
22255
22256 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
22257
22258 * thumbs.el: Fixes for changes of 2005-06-09.
22259 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
22260 as a directory.
22261 (thumbs-thumbname): Remove directory separator from format string;
22262 `thumbs-thumbsdir' now returns a valid directory name.
22263 (thumbs-temp-dir): New defsubst.
22264 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
22265 Use it.
22266
22267 * cus-edit.el (minibuffer):
22268 * files.el (make-backup-file-name-function):
22269 * filesets.el (filesets-external-viewers):
22270 * hilit-chg.el (highlight-changes-colours)
22271 (highlight-changes-face-list, highlight-changes-rotate-faces):
22272 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
22273 * kmacro.el (kmacro-call-macro):
22274 * log-edit.el (log-edit-changelog-full-paragraphs):
22275 * mouse.el (mouse-1-click-follows-link):
22276 * skeleton.el (skeleton-autowrap):
22277 * subr.el (insert-for-yank-1):
22278 * tempo.el (tempo-insert-region):
22279 * terminal.el (terminal-emulator):
22280 * time.el (display-time-mail-face):
22281 * vc.el (vc-annotate):
22282 * vcursor.el (vcursor-copy-line):
22283 * woman.el (woman-bold-headings, woman-ignore)
22284 (woman-default-faces, woman-monochrome-faces):
22285 * calendar/todo-mode.el (todo-insert-threshold):
22286 * emulation/pc-select.el (pc-select-selection-keys-only)
22287 (pc-selection-mode):
22288 * emulation/vip.el (vip-find-char-forward):
22289 * emulation/viper-cmd.el (viper-find-char-forward):
22290 * international/mule-cmds.el
22291 (select-safe-coding-system-accept-default-p)
22292 (input-method-exit-on-invalid-key):
22293 * international/mule-diag.el (describe-coding-system):
22294 * international/ucs-tables.el (unify-8859-on-encoding-mode):
22295 * net/browse-url.el (browse-url-xterm-program):
22296 * obsolete/lazy-lock.el (lazy-lock-mode):
22297 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
22298 (cperl-mode):
22299 * progmodes/cpp.el (cpp-face-light-name-list)
22300 (cpp-face-dark-name-list):
22301 * progmodes/delphi.el (delphi-newline-always-indents):
22302 Fix spellings in docstrings.
22303
22304 * ido.el (ido-mode, ido-file-extensions-order)
22305 (ido-default-file-method, ido-default-buffer-method)
22306 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
22307 (ido-decorations, ido-read-file-name-as-directory-commands)
22308 (ido-read-file-name-non-ido, ido-work-directory-list)
22309 (ido-ignore-item-temp-list, ido-current-directory)
22310 (ido-magic-forward-char, ido-enter-find-file)
22311 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
22312 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
22313
22314 2005-06-10 Lute Kamstra <lute@gnu.org>
22315
22316 * play/dunnet.el (dun-mode): Use define-derived-mode.
22317 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
22318 obsolete alias.
22319
22320 * play/doctor.el (doctor-mode-map): Remove defvar.
22321 (doctor-mode): Use define-derived-mode.
22322
22323 * mail/mspools.el (mspools-mode):
22324 * net/eudc-hotlist.el (eudc-hotlist-mode):
22325 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
22326
22327 2005-06-10 Miles Bader <miles@gnu.org>
22328
22329 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
22330 Remove "-face" suffix from face names.
22331 (flyspell-incorrect-face, flyspell-duplicate-face):
22332 New backward-compatibility aliases for renamed faces.
22333 (flyspell-mode-on, make-flyspell-overlay)
22334 (flyspell-highlight-incorrect-region)
22335 (flyspell-highlight-duplicate-region)
22336 (flyspell-display-next-corrections)
22337 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
22338
22339 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
22340 from face name.
22341 (texinfo-heading-face): New backward-compatibility alias for
22342 renamed face.
22343 (texinfo-heading-face): Use renamed texinfo-heading face.
22344
22345 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
22346 suffix from face names.
22347 (tex-math-face, tex-verbatim-face):
22348 New backward-compatibility aliases for renamed faces.
22349 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
22350 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
22351 literal face name.
22352
22353 * textmodes/table.el (table-cell): Remove "-face" suffix from face
22354 name.
22355 (table-cell-face): New backward-compatibility alias for renamed face.
22356 (table--put-cell-face-property, table--update-cell-face):
22357 Use renamed table-cell face.
22358
22359 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
22360 from face name.
22361 (sgml-namespace-face): New backward-compatibility alias for
22362 renamed face.
22363 (sgml-namespace-face): Use renamed sgml-namespace face.
22364
22365 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
22366 (org-level-4, org-level-5, org-level-6, org-level-7)
22367 (org-level-8, org-warning, org-headline-done)
22368 (org-deadline-announce, org-scheduled-today)
22369 (org-scheduled-previously, org-link, org-done, org-table)
22370 (org-time-grid): Remove "-face" suffix from face names.
22371 (org-level-1-face, org-level-2-face, org-level-3-face)
22372 (org-level-4-face, org-level-5-face, org-level-6-face)
22373 (org-level-7-face, org-level-8-face, org-warning-face)
22374 (org-headline-done-face, org-deadline-announce-face)
22375 (org-scheduled-today-face, org-scheduled-previously-face)
22376 (org-link-face, org-done-face, org-table-face)
22377 (org-time-grid-face):
22378 New backward-compatibility aliases for renamed faces.
22379 (org-level-faces, org-set-font-lock-defaults, org-timeline)
22380 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
22381 (org-agenda-get-timestamps, org-agenda-get-scheduled)
22382 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
22383
22384 * emulation/viper-init.el (viper-search, viper-replace-overlay)
22385 (viper-minibuffer-emacs, viper-minibuffer-insert)
22386 (viper-minibuffer-vi): Remove "-face" suffix from face names.
22387 (viper-search-face, viper-replace-overlay-face)
22388 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
22389 (viper-minibuffer-vi-face):
22390 New backward-compatibility aliases for renamed faces.
22391 (viper-search-face, viper-replace-overlay-face)
22392 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
22393 (viper-minibuffer-vi-face): Use renamed viper faces.
22394
22395 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
22396 Remove "-face" suffix from face names.
22397 (testcover-nohits-face, testcover-1value-face):
22398 New backward-compatibility aliases for renamed faces.
22399 (testcover-mark): Use renamed testcover faces.
22400
22401 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
22402 face name.
22403 (diary-button-face): New backward-compatibility alias for renamed face.
22404 (diary-entry): Use renamed diary-button face.
22405
22406 * calendar/calendar.el (diary, calendar-today, holiday)
22407 (mark-visible-calendar-date): Remove "-face" suffix from face names.
22408 (diary-face, calendar-today-face, holiday-face):
22409 New backward-compatibility aliases for renamed faces.
22410 (eval-after-load "facemenu", diary-entry-marker)
22411 (calendar-today-marker, calendar-holiday-marker, diary-face):
22412 Use renamed calendar faces.
22413
22414 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
22415 (compare-windows-face): New backward-compatibility alias for
22416 renamed face.
22417 (compare-windows-highlight): Use renamed compare-windows face.
22418
22419 * strokes.el (strokes-char): Remove "-face" suffix from face name.
22420 (strokes-char-face): New backward-compatibility alias for renamed face.
22421 (strokes-encode-buffer): Use renamed strokes-char face.
22422
22423 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
22424 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
22425 Remove "-face" suffix from face names.
22426 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
22427 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
22428 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
22429 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
22430 Use renamed pcvs faces.
22431 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
22432 * pcvs-defs.el (cvs-mode-map): Likewise.
22433 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
22434
22435 * info.el (info-title-1, info-title-2, info-title-3)
22436 (info-title-4): Remove "-face" suffix from and downcase face names.
22437 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
22438 (Info-title-4-face):
22439 New backward-compatibility aliases for renamed faces.
22440 (Info-fontify-node): Use renamed info faces.
22441
22442 * hilit-chg.el (highlight-changes, highlight-changes-delete):
22443 Remove "-face" suffix from face names.
22444 (highlight-changes-face, highlight-changes-delete-face):
22445 New backward-compatibility aliases for renamed faces.
22446 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
22447 (hilit-chg-make-list): Use renamed highlight-changes faces.
22448
22449 * generic-x.el (show-tabs-tab, show-tabs-space):
22450 Remove "-face" suffix from face names.
22451 (show-tabs-tab-face, show-tabs-space-face):
22452 New backward-compatibility aliases for renamed faces.
22453 (show-tabs-generic-mode-font-lock-defaults-1)
22454 (show-tabs-generic-mode-font-lock-defaults-2):
22455 Use renamed show-tabs faces.
22456
22457 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
22458 (smerge-markers): Remove "-face" suffix from face names.
22459 (smerge-mine-face, smerge-other-face, smerge-base-face)
22460 (smerge-markers-face):
22461 New backward-compatibility aliases for renamed faces.
22462 (smerge-mine-face, smerge-other-face, smerge-base-face)
22463 (smerge-markers-face): Use renamed smerge faces.
22464
22465 * log-view.el (log-view-file, log-view-message): Remove "-face"
22466 suffix from face names.
22467 (log-view-file-face, log-view-message-face):
22468 New backward-compatibility aliases for renamed faces.
22469 (log-view-file-face, log-view-message-face): Use renamed log-view
22470 faces.
22471
22472 * paren.el (show-paren-match, show-paren-mismatch):
22473 Remove "-face" suffix from face names.
22474 (show-paren-match-face, show-paren-mismatch-face):
22475 New backward-compatibility aliases for renamed faces.
22476 (show-paren-function): Use renamed show-paren faces.
22477
22478 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
22479 (ruler-mode-margins, ruler-mode-fringes)
22480 (ruler-mode-column-number, ruler-mode-fill-column)
22481 (ruler-mode-comment-column, ruler-mode-goal-column)
22482 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
22483 suffix from face names.
22484 (ruler-mode-default-face, ruler-mode-pad-face)
22485 (ruler-mode-margins-face, ruler-mode-fringes-face)
22486 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
22487 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
22488 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
22489 New backward-compatibility aliases for renamed faces.
22490 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
22491 (ruler-mode-column-number, ruler-mode-fill-column)
22492 (ruler-mode-comment-column, ruler-mode-goal-column)
22493 (ruler-mode-tab-stop, ruler-mode-current-column)
22494 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
22495 faces.
22496
22497 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
22498 face name.
22499 (whitespace-highlight-the-space): Use renamed face.
22500 (whitespace-highlight-face): New backward-compatibility alias for
22501 renamed face.
22502
22503 * woman.el (woman-italic, woman-bold, woman-unknown)
22504 (woman-addition, woman-symbol-face):
22505 Remove "-face" suffix from face names.
22506 (woman-italic-face, woman-bold-face, woman-unknown-face)
22507 (woman-addition-face):
22508 New backward-compatibility aliases for renamed faces.
22509 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
22510 (woman-decode-region, woman-replace-match)
22511 (woman-display-extended-fonts, woman-special-characters)
22512 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
22513 Use renamed woman faces.
22514
22515 * longlines.el (longlines-visible-face): Face removed.
22516
22517 * diff-mode.el (diff-header, diff-file-header, diff-index)
22518 (diff-hunk-header, diff-removed, diff-added, diff-changed)
22519 (diff-function, diff-context, diff-nonexistent): Remove "-face"
22520 suffix from face names.
22521 (diff-header-face, diff-file-header-face, diff-index-face)
22522 (diff-hunk-header-face, diff-removed-face, diff-added-face)
22523 (diff-changed-face, diff-function-face, diff-context-face)
22524 (diff-nonexistent-face): New backward-compatibility aliases for
22525 renamed faces.
22526 (diff-header-face, diff-file-header-face)
22527 (diff-index, diff-index-face, diff-hunk-header)
22528 (diff-hunk-header-face, diff-removed, diff-removed-face)
22529 (diff-added, diff-added-face, diff-changed-face, diff-function)
22530 (diff-function-face, diff-context-face, diff-nonexistent)
22531 (diff-nonexistent-face): Use renamed diff-mode faces.
22532
22533 * progmodes/compile.el (compilation-warning-face)
22534 (compilation-info-face): Remove "-face" suffix from face names.
22535 (compilation-warning-face, compilation-info-face):
22536 New backward-compatibility aliases for renamed faces.
22537 (compilation-warning-face, compilation-info-face):
22538 Use renamed compilation faces.
22539
22540 * add-log.el (change-log-date, change-log-name)
22541 (change-log-email, change-log-file, change-log-list)
22542 (change-log-conditionals, change-log-function)
22543 (change-log-acknowledgement): Remove "-face" suffix from face names.
22544 (change-log-date-face, change-log-name-face)
22545 (change-log-email-face, change-log-file-face)
22546 (change-log-list-face, change-log-conditionals-face)
22547 (change-log-function-face, change-log-acknowledgement-face):
22548 New backward-compatibility aliases for renamed faces.
22549 (change-log-font-lock-keywords): Use renamed change-log faces.
22550
22551 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
22552 (custom-set, custom-changed, custom-saved, custom-button)
22553 (custom-button-pressed, custom-documentation, custom-state)
22554 (custom-comment, custom-comment-tag, custom-variable-tag)
22555 (custom-variable-button, custom-face-tag, custom-group-tag-1)
22556 (custom-group-tag): Remove "-face" suffix from face names.
22557 (custom-magic-alist, custom-magic-value-create)
22558 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
22559 (custom-invalid-face, custom-rogue-face, custom-modified-face)
22560 (custom-set-face, custom-changed-face, custom-saved-face)
22561 (custom-button-face, custom-button-pressed-face)
22562 (custom-documentation-face, custom-state-face)
22563 (custom-comment-face, custom-comment-tag-face)
22564 (custom-variable-tag-face, custom-variable-button-face)
22565 (custom-face-tag-face, custom-group-tag-face-1)
22566 (custom-group-tag-face):
22567 New backward-compatibility aliases for renamed faces.
22568
22569 * wid-edit.el (widget-documentation, widget-button)
22570 (widget-field, widget-single-line-field, widget-inactive)
22571 (widget-button-pressed): "-face" suffix removed from face names.
22572 (widget-documentation-face, widget-button-face)
22573 (widget-field-face, widget-single-line-field-face)
22574 (widget-inactive-face, widget-button-pressed-face):
22575 New backward-compatibility aliases for renamed faces.
22576 (widget-documentation-face, widget-button-face)
22577 (widget-button-pressed-face, widget-specify-field)
22578 (widget-specify-inactive): Use renamed widget faces.
22579
22580 2005-06-10 Kenichi Handa <handa@m17n.org>
22581
22582 * term/x-win.el (x-clipboard-yank): Remove condition-case
22583 wrapping.
22584
22585 2005-06-11 Kenichi Handa <handa@m17n.org>
22586
22587 * add-log.el (change-log-font-lock-keywords): Make the regexp for
22588 date lines stricter.
22589
22590 2005-06-10 Zhang Wei <id.brep@gmail.com>
22591
22592 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
22593 of x-get-selection.
22594
22595 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
22596
22597 * comint.el (comint-mode, comint-snapshot-last-prompt):
22598 * frame.el (frame-current-scroll-bars):
22599 * term.el (term-mode, term-check-proc, term-input-sender)
22600 (term-simple-send, term-extract-string, term-word)
22601 (term-match-partial-filename):
22602 * window.el (window-current-scroll-bars):
22603 * emulation/cua-base.el (cua-normal-cursor-color)
22604 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
22605 (cua-global-mark-cursor-color):
22606 * mail/undigest.el (rmail-forward-separator-regex):
22607 Fix typos in docstrings.
22608
22609 * comint.el (comint-check-proc, make-comint-in-buffer)
22610 (comint-source-default): Doc fixes.
22611
22612 * term.el (term-send-string): Improve argument/docstring consistency.
22613
22614 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
22615
22616 * comint.el (comint-send-input): Bind `inhibit-read-only' around
22617 call to `delete-region'.
22618 (comint-mode-hook): Do not enable Font Lock by default.
22619
22620 2005-06-09 Lute Kamstra <lute@gnu.org>
22621
22622 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
22623 could be void.
22624
22625 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
22626
22627 * emacs-lisp/debug.el (debugger-will-be-back): New var.
22628 (debug): Use it.
22629 (debugger-step-through, debugger-continue, debugger-jump)
22630 (debugger-return-value): Set it when needed.
22631 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
22632 Use inhibit-read-only.
22633
22634 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
22635
22636 * window.el (shrink-window-if-larger-than-buffer)
22637 (window-size-fixed): Fix typo in docstring.
22638
22639 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
22640 thumbnails directory on loading.
22641 (thumbs-conversion-program): Use `eq' to check the system type,
22642 not `equal'.
22643 (thumbs-temp-dir): Initialize to `temporary-file-directory',
22644 not "/tmp". Fix docstring.
22645 (thumbs-thumbsdir): New function to return the thumbnails
22646 directory, creating it if needed.
22647 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
22648 (thumbs-temp-file): Delete variable and make it into a function.
22649 (thumbs-resize-image, thumbs-modify-image): Use it.
22650 (thumbs-kill-buffer): Simplify.
22651 (thumbs-gensym): Defalias or duplicate CL `gensym'.
22652 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
22653 docstrings.
22654
22655 2005-06-09 Kim F. Storm <storm@cua.dk>
22656
22657 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
22658 set-match-data to free markers in match-data.
22659
22660 * replace.el (replace-match-data): Pass RESEAT arg `t' to
22661 match-data to unchain markers in match-data.
22662
22663 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
22664
22665 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
22666 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
22667 unnecessary now.
22668
22669 2005-06-08 Richard M. Stallman <rms@gnu.org>
22670
22671 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
22672 give the variable a doc string that doesn't say don't set it directly.
22673
22674 * textmodes/ispell.el (ispell-check-version):
22675 Use match-string-no-properties.
22676 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
22677 (ispell-buffer-local-words): Likewise.
22678
22679 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
22680 except on terminals with enough colors to really display it.
22681 (makefile-dependency-regex): Delete spurious `bb'.
22682
22683 * faces.el (escape-glyph): Use blue once again in last case.
22684 (no-break-space): Redefine so that it isn't invisible on a tty.
22685
22686 2005-06-08 Kim F. Storm <storm@cua.dk>
22687
22688 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
22689 also when reading directory name.
22690
22691 2005-06-08 Lute Kamstra <lute@gnu.org>
22692
22693 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
22694 (flyspell-mode-line-string): Remove autoload cookie.
22695 (flyspell-mode): Remove defvar.
22696
22697 2005-06-07 Lute Kamstra <lute@gnu.org>
22698
22699 * textmodes/org.el (org-run-mode-hooks): New function.
22700 (org-agenda-mode): Use it.
22701
22702 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
22703
22704 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
22705
22706 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
22707
22708 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
22709
22710 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
22711
22712 * font-lock.el (font-lock-add-keywords): Doc fix.
22713
22714 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
22715
22716 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
22717 (tex-compile-default): In the absence of any history, use the order in
22718 tex-compile-alist to choose the preferred command.
22719 (tex-compile-commands): Reorder a bit.
22720
22721 * textmodes/flyspell.el (flyspell-auto-correct-binding)
22722 (flyspell-incorrect-face, flyspell-duplicate-face):
22723 Use (X)Emacs-agnostic code.
22724 (flyspell-mode-map): Don't overwrite at each load. Remove code
22725 redundant with the subsequent add-minor-mode. Merge Emacs and
22726 XEmacs code.
22727 (flyspell-word): Minor simplification.
22728 (flyspell-math-tex-command-p): Quieten the byte-compiler.
22729 (flyspell-external-point-words): Remove unused vars `size' and `start'.
22730 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
22731 Merge the corresponding Emacs code.
22732 (flyspell-correct-word, flyspell-xemacs-popup):
22733 Use flyspell-do-correct.
22734
22735 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
22736 a dedicated window.
22737
22738 * international/latexenc.el (latexenc-find-file-coding-system):
22739 Undo part of last patch, to turn off a compiler warning.
22740
22741 2005-06-06 Juri Linkov <juri@jurta.org>
22742
22743 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
22744 Rename `tmm-inactive-face' to `tmm-inactive'.
22745
22746 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
22747
22748 * iswitchb.el: Rename faces.
22749
22750 2005-06-06 Kim F. Storm <storm@cua.dk>
22751
22752 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
22753 (cua-global-mark): Remove -face suffix from face names.
22754
22755 * emulation/cua-gmrk.el (cua--init-global-mark):
22756 Remove cua-global-mark face setup.
22757
22758 2005-06-06 Richard M. Stallman <rms@gnu.org>
22759
22760 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
22761 just like other allowed characters.
22762 (makefile-match-dependency): Exclude leading and training whitespace
22763 from the range of regexp subexp 1.
22764 (makefile-macroassign-regex): Don't try to match the body,
22765 just the name of the macro being defined.
22766
22767 * info.el (Info-read-node-name-2): New function.
22768 (Info-read-node-name-1): Use that.
22769 Add a completion-base-size-function property.
22770
22771 * simple.el (completion-setup-function): Look for
22772 completion-base-size-function property of minibuffer-completion-table.
22773
22774 * files.el (locate-file-completion): Doc fix.
22775
22776 * printing.el: Don't call pr-update-menus; user must do that.
22777
22778 * emacs-lisp/debug.el (debugger-window): New variable.
22779 (debug): Use debugger-window if it is set and still alive.
22780 Record debugger-window for next entry.
22781
22782 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
22783
22784 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
22785
22786 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
22787 (hack-one-local-variable, hack-local-variables)
22788 (hack-local-variables-prop-line): Pass that arg.
22789
22790 2005-06-06 Kim F. Storm <storm@cua.dk>
22791
22792 * ido.el (ido-first-match, ido-only-match, ido-subdir)
22793 (ido-indicator): Remove -face suffix from face names.
22794
22795 2005-06-06 Juri Linkov <juri@jurta.org>
22796
22797 * font-lock.el (font-lock-regexp-backslash)
22798 (font-lock-regexp-backslash-construct): New faces.
22799 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
22800 after `('. Add `while-no-input' to control structures.
22801
22802 * faces.el (no-break-space, shadow): New faces.
22803 (escape-glyph): Use less loud colors pink2 and red4.
22804
22805 * diff-mode.el (diff-context-face)
22806 * dired.el (dired-ignored)
22807 * rfn-eshadow.el (file-name-shadow)
22808 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
22809
22810 * info.el (Info-title-1-face): Use green instead of yellow because
22811 bold yellow is not readable on light backgrounds.
22812
22813 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
22814 before selecting the desired mode to not spend time fontifying
22815 old contents.
22816
22817 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
22818
22819 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
22820 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
22821
22822 * ps-print.el (ps-default-fg, ps-default-bg):
22823 Fix typos in docstrings.
22824
22825 * isearchb.el (isearchb): Don't pass a spurious second argument to
22826 `iswitchb-completions'.
22827
22828 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
22829
22830 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
22831 to preserve point.
22832 (gdb-find-file-hook): Add doc string.
22833
22834 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
22835 C dereferenced pointer expression.
22836 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
22837
22838 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
22839
22840 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
22841 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
22842 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
22843 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
22844 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
22845 Make background transparent.
22846
22847 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
22848
22849 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
22850 (font-lock-remove-keywords): Doc fix.
22851 (font-lock-mode-major-mode): Compiler defvar.
22852 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
22853
22854 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
22855 (font-lock-mode): Update `font-lock-mode-major-mode'.
22856 (font-lock-set-defaults): Compiler defvar.
22857 (font-lock-default-function): Take `font-lock-mode-major-mode'
22858 into account.
22859
22860 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
22861 keep track of which major mode it enabled the minor mode for.
22862 Use find-file-hook again. Update docstring.
22863
22864 * simple.el (eval-expression-print-level)
22865 (eval-expression-print-length, eval-expression-debug-on-error):
22866 Doc fixes.
22867
22868 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
22869
22870 * iswitchb.el (iswitchb-single-match-face)
22871 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
22872 (iswitchb-invalid-regexp-face): New faces.
22873 (iswitchb-completions): Use them.
22874 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
22875 now marked as an obsolete alias.
22876 (iswitchb-read-buffer): Remove check for bound font variables.
22877 (iswitchb-invalid-regexp): New free variable.
22878 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
22879 set iswitchb-invalid-regexp.
22880 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
22881 invalid regexps.
22882 (iswitchb-completions): Add check for complete match when entering
22883 a regexp.
22884 (iswitchb-completions): Remove require-match argument.
22885 (iswitchb-exhibit): Fix caller.
22886 (iswitchb-common-match-inserted): New variable.
22887 (iswitchb-complete, iswitchb-completion-help): Use it.
22888
22889 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
22890
22891 * url-http.el (url-http-chunked-encoding-after-change-function):
22892 Use `url-http-debug' instead of `message'.
22893
22894 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
22895
22896 * url-http.el (url-http-parse-headers): Pass redirected URL as a
22897 callback argument.
22898
22899 2005-06-04 Kim F. Storm <storm@cua.dk>
22900
22901 * simple.el (line-move): Only call sit-for when moving backwards.
22902
22903 * ido.el (ido-make-merged-file-list-1): New defun split from
22904 ido-make-merged-file-list.
22905 (ido-make-merged-file-list): Bind throw-on-input around call to
22906 ido-make-merged-file-list-1. Return input-pending-p if
22907 interrupted by more input available.
22908 (ido-read-internal): Handle input-pending-p return value from
22909 ido-make-merged-file-list.
22910
22911 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
22912
22913 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
22914 compatibility code.
22915
22916 * international/latexenc.el (latexenc-find-file-coding-system):
22917 Don't inherit the EOL part of the coding-system from the
22918 tex-main buffer. Fit within 80 columns.
22919
22920 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
22921
22922 * tmm.el (tmm-inactive-face): New face.
22923 (tmm-remove-inactive-mouse-face): New function.
22924 (tmm-prompt, tmm-add-one-shortcut)
22925 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
22926 but not selectable.
22927
22928 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
22929
22930 * faces.el (face-equal): Improve argument/docstring consistency.
22931
22932 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
22933
22934 * progmodes/make-mode.el (makefile-targets-face)
22935 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
22936 (makefile-bsdmake-dependency-regex)
22937 (makefile-makepp-rule-action-regex)
22938 (makefile-bsdmake-rule-action-regex): New constants.
22939 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
22940
22941 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22942 Allow (...) within `...' for makepp messages.
22943
22944 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
22945
22946 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
22947
22948 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
22949 "." files are deleted from all file lists before comparison.
22950
22951 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
22952 (viper-ESC-key): Made them customizable.
22953
22954 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
22955
22956 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
22957
22958 * autorevert.el (auto-revert-buffers): Use save-match-data.
22959
22960 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22961
22962 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
22963 menu items with a nil command binding.
22964
22965 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
22966
22967 * emacs-lisp/cl-macs.el (defsetf):
22968 Improve argument/docstring consistency.
22969
22970 * faces.el (list-faces-display): Improve the formatting by
22971 computing the maximum length required for any face-name (reworked
22972 patch of 1999-01-11, accidentally deleted on 1999-07-21).
22973 (internal-find-face): Remove redundant info in docstring.
22974
22975 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
22976
22977 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
22978 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
22979 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
22980 (gdb-assembler-custom): Improve regexps.
22981 (def-gdb-auto-update-handler): Use window point to preserve point.
22982
22983 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22984
22985 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
22986
22987 2005-05-31 Jay Belanger <belanger@truman.edu>
22988
22989 * calc/calc-embed.el (calc-embedded-word): Change argument passed
22990 to calc-embedded.
22991 (calc-embedded-make-info): Have plain prefix argument select
22992 entire line.
22993
22994 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
22995
22996 * faces.el (list-faces-display): Signal error if passed a regexp
22997 that matches no face name.
22998
22999 * simple.el (filter-buffer-substring): Fix typo in docstring.
23000
23001 2005-05-31 Richard M. Stallman <rms@gnu.org>
23002
23003 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
23004 (vhdl-emacs-21): Doc fix.
23005 (vhdl-mode): Unconditionally set comment-padding.
23006 (vhdl-fixup-whitespace-region): Insert spaces only where
23007 there are none.
23008 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
23009
23010 2005-05-30 John Wiegley <johnw@newartisans.com>
23011
23012 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
23013 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
23014 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
23015 `directory-sep-char' to ?/, and all uses of `string-to-int' to
23016 `string-to-number'.
23017
23018 2005-05-30 Jay Belanger <belanger@truman.edu>
23019
23020 * calc/calc.el (calc-bug-address): Fix docstring.
23021 (calc-window-hook, calc-trail-window-hook): New variables.
23022 (calc-trail-display): Restore use of calc-trail-window-hook.
23023 (calc): Restore use of calc-window-hook.
23024
23025 2005-05-31 Masatake YAMATO <jet@gyve.org>
23026
23027 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
23028
23029 * help-fns.el (help-C-file-name): Add autoload mark for
23030 `find-function-noselect'.
23031
23032 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
23033
23034 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
23035 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
23036
23037 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
23038
23039 * calendar/diary-lib.el (mark-included-diary-files): Only kill
23040 included diary buffer if it was not already being visited.
23041 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
23042
23043 * calendar/icalendar.el (top-level): Do not require appt.
23044
23045 * mail/supercite.el (sc-select-attribution): Only use a list
23046 element from sc-attrib-selection-list if it returns a string.
23047 Reported by Davide G. M. Salvetti <salve@debian.org>.
23048
23049 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
23050
23051 * thumbs.el (thumbs-thumbname): The resulting thumbname now
23052 includes a hash value to improve its uniqueness, and has a ".jpg"
23053 extension. Also, it is now a valid filename on all systems.
23054 (thumbs-make-thumb): Use `let', not `let*'.
23055 (thumbs-show-thumbs-list): Check for JPEG availability.
23056
23057 2005-05-30 Richard M. Stallman <rms@gnu.org>
23058
23059 * filesets.el (filesets-menu-ensure-use-cached):
23060 Prevent warning when emacs-version>= is undefined.
23061
23062 * printing.el (pr-interactive-n-up): Use string-to-number.
23063
23064 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
23065
23066 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
23067 Warn only when name to be defined is quoted.
23068
23069 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
23070
23071 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
23072 Make regexp more robust.
23073 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
23074 Force regeneration of disassembly.
23075
23076 2005-05-29 Jay Belanger <belanger@truman.edu>
23077
23078 * calc/calc.el (calc-user-invocation): Check if
23079 calc-invocation-macro is non-nil.
23080
23081 2005-05-29 Juri Linkov <juri@jurta.org>
23082
23083 * add-log.el (change-log-font-lock-keywords):
23084 Add `+' to e-mail regexp to accept mail address with keywords.
23085
23086 * man.el (Man-name-regexp): Add `:' to accept qualified names.
23087
23088 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
23089
23090 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
23091
23092 * ielm.el (inferior-emacs-lisp-mode): Ditto.
23093
23094 2005-05-29 Richard M. Stallman <rms@gnu.org>
23095
23096 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
23097 Undo the change that moves to end of the current word.
23098
23099 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
23100
23101 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
23102 Throw error when count <= 0 to ensure input is a number.
23103 (gdb-read-memory-custom): Pick up address from buffer.
23104 (gdb-memory-mode): Allow user to increment and decrement
23105 memory address from header line.
23106
23107 2005-05-29 Richard M. Stallman <rms@gnu.org>
23108
23109 * flyspell.el (flyspell-version): Function deleted.
23110 (flyspell-auto-correct-previous-hook): Doc fix.
23111
23112 * jit-lock.el (jit-lock-function, jit-lock-after-change):
23113 Do nothing if memory is full.
23114
23115 * font-lock.el (font-lock-fontify-syntactically-region):
23116 Pass t for GREEDY to looking-back.
23117
23118 * saveplace.el (save-place-alist-to-file): Write the file
23119 using write-region.
23120
23121 * subr.el (looking-back): New argument GREEDY.
23122
23123 * progmodes/compile.el (compilation-start): Set the mode
23124 before inserting the initial text.
23125
23126 * progmodes/which-func.el (which-func-update-1): Turn the mode
23127 off in case of error by setting which-func-mode.
23128
23129 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
23130
23131 * flyspell.el (flyspell-auto-correct-previous-word):
23132 Narrow down to what's on the screen, and recenter overlays
23133 at the end of the next word.
23134
23135 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
23136
23137 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
23138 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
23139 (flyspell-abbrev-p): Default to nil.
23140 (flyspell-use-global-abbrev-table-p): Doc fix.
23141 (flyspell-large-region): Allow nil as value.
23142 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
23143
23144 (mail-mode-flyspell-verify): More robust handling
23145 of `mail-header-separator'. More efficient signature detection.
23146 Allow for regexp metacharacters in message-header-separator.
23147 Adding `To' not to be checked in mail-mode-flyspell-verify.
23148
23149 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
23150 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
23151 Bind flyspell-auto-correct-binding.
23152 Bind C-. and C-, .
23153 (flyspell-mode-map): Likewise.
23154 (flyspell-mode): Doc fix.
23155 (flyspell-accept-buffer-local-defs): Preserve current buffer.
23156 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
23157 (flyspell-word-cache-result): New var, always local.
23158 (flyspell-check-pre-word-p): Doc fix.
23159 (flyspell-check-changed-word-p): Handle spc like newline.
23160 (flyspell-post-command-hook): Set flyspell-word-cache-result.
23161 (flyspell-word-search-backward, flyspell-word-search-forward):
23162 New functions.
23163 (flyspell-word): Return t if nothing to check.
23164 When parsing TeX code, check for after } or \.
23165 Use flyspell-word-search-backward to find previous word.
23166 Return nil if duplicated word.
23167 For word already checked, return same value as last time.
23168 Set flyspell-word-cache-result after checking.
23169 Don't clobber the return value.
23170 (flyspell-get-word): Major rewrite.
23171 (flyspell-external-point-words): New locals pword, pcount.
23172 Fix size used in progress message.
23173 Find the proper corresponding word in flyspell-large-region-buffer.
23174 (flyspell-region): Check for flyspell-large-region = nil.
23175 (flyspell-highlight-incorrect-region): Clean up overlays in region.
23176 (flyspell-auto-correct-word): Check that WORD is a cons.
23177 (flyspell-correct-word): Likewise.
23178
23179 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
23180
23181 * progmodes/make-mode.el (makefile-rule-action-regex)
23182 (makefile-macroassign-regex, makefile-makepp-mode)
23183 (makefile-bsdmake-mode): Continuation lines may be empty.
23184 Reported by Joshua Varner.
23185 (makefile-makepp-font-lock-keywords): Add $(stem).
23186
23187 2005-05-28 Karl Berry <karl@gnu.org>
23188
23189 * textmodes/tex-mode.el: Now that tex-send-command calls
23190 shell-quote-argument (2005-03-31 change), remove all calls to
23191 shell-quote-argument; they all end up invoking tex-send-command.
23192 The double quoting loses on filenames with non-safe characters,
23193 such as "@". Reported by Frederik Fouvry.
23194
23195 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
23196
23197 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
23198 about preserving point.
23199
23200 2005-05-27 Jay Belanger <belanger@truman.edu>
23201
23202 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
23203 Info-goto-node.
23204
23205 * calc/calc-embed.el (calc-embed-arg): New variable.
23206 (calc-do-embedded-activate, calc-embedded-activate-formula)
23207 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
23208 variable by new variable.
23209 (calc-embedded-make-info): Replace undeclared variable by new
23210 variable. When selecting region with positive prefix
23211 argument, use end of previous line instead of beginning of line.
23212
23213 * calc/calc-aent.el (calc-arg-values): Declare it.
23214
23215 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
23216 Declare them.
23217
23218 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
23219
23220 * calc/calc.el (calc-alg-map): Declare it.
23221
23222 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
23223
23224 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
23225
23226 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
23227 (gdb-registers-buffer, toggle-gdb-all-registers):
23228 Toggle display of floating point registers.
23229 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
23230
23231 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
23232 (toggle-gud-tooltip-dereference):
23233 Rename from gud-toggle-tooltip-dereference.
23234
23235 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
23236
23237 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
23238
23239 2005-05-27 Jay Belanger <belanger@truman.edu>
23240
23241 * calc/calc-prog.el (calc-kbd-report): Remove.
23242 (calc-kbd-query): Rewrite.
23243
23244 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
23245
23246 * image.el (image-library-alist): Move to image.c.
23247 (image-type-available-p): Doc fix.
23248
23249 2005-05-27 Lute Kamstra <lute@gnu.org>
23250
23251 * calc/calc.el (calc):
23252 * outline.el (outline-1, outline-2, outline-3, outline-4)
23253 (outline-5, outline-6, outline-7, outline-8):
23254 * textmodes/dns-mode.el (dns-mode):
23255 * textmodes/sgml-mode.el (sgml-namespace-face):
23256 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
23257 (tex-verbatim-face, tex-use-reftex):
23258 * textmodes/texinfo.el (texinfo-heading-face):
23259 Specify customization group.
23260
23261 * longlines.el: Don't require easy-mmode.
23262 (longlines-visible-face): Specify customization group.
23263
23264 2005-05-27 Kenichi Handa <handa@m17n.org>
23265
23266 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
23267 encoding table of windows-1251.
23268
23269 * international/ucs-tables.el (ucs-set-table-for-input):
23270 If translation-table-for-input of a coding system is a symbol, get
23271 its translation-table property.
23272
23273 * international/code-pages.el: Don't register a coding system into
23274 non-iso-charset-alist more than once.
23275 (cp-make-coding-system): Likewise.
23276
23277 2005-05-26 John Wiegley <johnw@newartisans.com>
23278
23279 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
23280 `eshell-resume-eval' is wrapped in a list, it indicates that the
23281 command was run asynchronously. In that case, unwrap the value
23282 before checking the delimiter value.
23283
23284 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
23285 character before a space at the end of a line is \, assume the space
23286 is part of the last argument rather than a final argument separator.
23287
23288 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
23289 is in use, and the target is `t' or `nil' (which are the most common
23290 values), don't assume that the symbol target is a buffer.
23291
23292 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
23293
23294 * calendar/calendar.el (calendar-mode-line-format):
23295 Use mode-line-highlight as mouse-face.
23296
23297 * time.el (display-time-string-forms, display-time-update):
23298 Use mode-line-highlight as mouse-face.
23299
23300 2005-05-26 Jay Belanger <belanger@truman.edu>
23301
23302 * calc/calc.el (calc-language-alist): Remove extra defvar.
23303
23304 2005-05-26 Lute Kamstra <lute@gnu.org>
23305
23306 * arc-mode.el (archive-mode):
23307 * bookmark.el (bookmark-read-annotation-mode)
23308 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
23309 * bs.el (bs-mode):
23310 * calc/calc-yank.el (calc-edit-mode):
23311 * calc/calc.el (calc-mode, calc-trail-mode):
23312 * calculator.el (calculator-mode):
23313 * chistory.el (command-history-mode):
23314 * comint.el:
23315 * cus-edit.el (custom-mode):
23316 * descr-text.el (describe-text-mode):
23317 * ebuff-menu.el (Electric-buffer-menu-mode):
23318 * ediff-util.el (ediff-mode):
23319 * emacs-lisp/re-builder.el (reb-mode):
23320 * emulation/vi.el (vi-mode-setup):
23321 * emulation/ws-mode.el (wordstar-mode):
23322 * eshell/esh-mode.el (eshell-mode):
23323 * forms.el (forms-mode):
23324 * help-mode.el (help-mode):
23325 * hexl.el (hexl-mode):
23326 * ibuffer.el (ibuffer-mode):
23327 * ielm.el (inferior-emacs-lisp-mode):
23328 * info.el (Info-mode, Info-edit-mode):
23329 * international/swedish.el:
23330 * ledit.el (ledit-from-lisp-mode):
23331 * locate.el (locate-mode):
23332 * mail/rmail.el (rmail-mode):
23333 * mail/rmailedit.el (rmail-edit-mode):
23334 * mail/rmailsum.el (rmail-summary-mode):
23335 * mail/supercite.el (sc-electric-mode):
23336 * net/eudc.el (eudc-mode):
23337 * net/quickurl.el (quickurl-list-mode):
23338 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
23339 * obsolete/ooutline.el (outline-mode):
23340 * obsolete/options.el (Edit-options-mode):
23341 * obsolete/rnews.el (news-mode):
23342 * obsolete/rnewspost.el (news-reply-mode):
23343 * play/5x5.el (5x5-mode):
23344 * play/decipher.el (decipher-mode, decipher-stats-mode):
23345 * play/gomoku.el (gomoku-mode):
23346 * play/snake.el (snake-mode):
23347 * play/solitaire.el (solitaire-mode):
23348 * play/tetris.el (tetris-mode):
23349 * progmodes/ada-mode.el (ada-mode):
23350 * progmodes/antlr-mode.el (antlr-mode):
23351 * progmodes/autoconf.el (autoconf-mode):
23352 * progmodes/dcl-mode.el (dcl-mode):
23353 * progmodes/delphi.el (delphi-mode):
23354 * progmodes/ebrowse.el (ebrowse-tree-mode)
23355 (ebrowse-electric-list-mode, ebrowse-member-mode)
23356 (ebrowse-electric-position-mode):
23357 * progmodes/f90.el (f90-mode):
23358 * progmodes/fortran.el (fortran-mode):
23359 * progmodes/icon.el (icon-mode):
23360 * progmodes/idlw-help.el (idlwave-help-mode):
23361 * progmodes/idlw-shell.el (idlwave-shell-mode):
23362 * progmodes/idlwave.el (idlwave-mode):
23363 * progmodes/inf-lisp.el (inferior-lisp-mode):
23364 * progmodes/m4-mode.el (m4-mode):
23365 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
23366 * progmodes/modula2.el (modula-2-mode):
23367 * progmodes/octave-inf.el (inferior-octave-mode):
23368 * progmodes/octave-mod.el (octave-mode):
23369 * progmodes/pascal.el (pascal-mode):
23370 * progmodes/sh-script.el (sh-mode):
23371 * progmodes/sql.el (sql-mode, sql-interactive-mode):
23372 * progmodes/vhdl-mode.el (vhdl-mode):
23373 * progmodes/xscheme.el (scheme-interaction-mode):
23374 * replace.el (occur-mode):
23375 * ses.el (ses-mode):
23376 * simple.el (completion-list-mode):
23377 * skeleton.el:
23378 * speedbar.el (speedbar-mode):
23379 * term.el (term-mode):
23380 * terminal.el (terminal-edit-mode):
23381 * textmodes/reftex-index.el (reftex-index-mode)
23382 (reftex-index-phrases-mode):
23383 * textmodes/reftex-sel.el (reftex-select-label-mode)
23384 (reftex-select-bib-mode):
23385 * textmodes/reftex-toc.el (reftex-toc-mode):
23386 * wdired.el (wdired-change-to-wdired-mode):
23387 * wid-browse.el (widget-browse-mode):
23388 Use run-mode-hooks.
23389
23390 * array.el (array-mode):
23391 * calendar/todo-mode.el (todo-mode):
23392 * man.el (Man-mode):
23393 * play/landmark.el (lm-mode):
23394 * play/mpuz.el (mpuz-mode):
23395 Use kill-all-local-variables and run-mode-hooks.
23396
23397 * subr.el (delay-mode-hooks): Specify indentation.
23398
23399 2005-05-26 Mark A. Hershberger <mah@everybody.org>
23400
23401 * xml.el (xml-substitute-special): Don't die for undefined xml
23402 entities.
23403
23404 2005-05-26 Jay Belanger <belanger@truman.edu>
23405
23406 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
23407 of nil.
23408
23409 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
23410
23411 * progmodes/gdb-ui.el (gdb-frame-address):
23412 Rename from gdb-current-address.
23413 (gdb-previous-frame-address): Rename from gdb-previous-address.
23414 (gdb-selected-frame): Rename from gdb-current-frame.
23415 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
23416 (gdb-frame-number): Rename from gdb-current-stack-level.
23417 (gdb-ann3): Match new mode-name for disassembly buffer.
23418 Extend initialization of variables.
23419 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
23420 (gdb-memory-mode): Use mouse-face in header line.
23421 (gdb-assembler-buffer-name): Call it disassembly and give frame
23422 in mode line.
23423 (gdb-source-spec-regexp, gdb-assembler-custom)
23424 (gdb-invalidate-assembler, gdb-frame-handler):
23425 Make robust to leading zeroes in address format.
23426
23427 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
23428
23429 * textmodes/org.el (org-mode): Use `define-derived-mode' to
23430 define `org-mode'.
23431 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
23432
23433 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
23434
23435 * log-edit.el (log-edit-changelog-entries): Distinguish between
23436 filenames like xfns.c and fns.c.
23437
23438 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
23439
23440 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
23441 point after reverting.
23442 (Buffer-menu-make-sort-button): Handle the case where
23443 `Buffer-menu-use-header-line' is nil.
23444
23445 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
23446
23447 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
23448 New funcs. In minibuffer-local-completion-map bind `]', `/'
23449 and `:' to them.
23450
23451 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
23452
23453 * startup.el (normal-top-level): Allow modification of load-path while
23454 we're iterating over it.
23455
23456 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
23457
23458 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
23459 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
23460 (thumbs-resize-interactive, thumbs-insert-image)
23461 (thumbs-insert-thumb, thumbs-dired-show-marked)
23462 (thumbs-find-image-at-point, thumbs-delete-images)
23463 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
23464 (thumbs-increment-image-size, thumbs-decrement-image-size):
23465 Fix typos in docstrings.
23466
23467 2005-05-24 Andre Spiegel <spiegel@gnu.org>
23468
23469 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
23470 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
23471 (cperl-mode): Use them.
23472
23473 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
23474
23475 * window.el (quit-window, shrink-window-if-larger-than-buffer):
23476 Doc fixes.
23477
23478 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
23479
23480 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
23481 Bind C-d to gdb-inferior-io-eof.
23482
23483 * dired.el (dired-dnd-popup-notice): Use message-box.
23484
23485 2005-05-23 Masatake YAMATO <jet@gyve.org>
23486
23487 * bindings.el (mode-line-major-mode-keymap):
23488 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
23489
23490 * faces.el (mode-line-highlight): New face.
23491
23492 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
23493 as mouse-face.
23494
23495 * bindings.el (top-level, help-echo, mode-line-modified)
23496 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
23497 as mouse-face.
23498
23499 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
23500
23501 * progmodes/cc-engine.el (c-guess-basic-syntax):
23502 Remove spurious call to `zerop'.
23503
23504 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
23505
23506 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
23507
23508 CC Mode update to 5.30.10:
23509
23510 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
23511 could go past the limit in decoration level 2, thereby causing
23512 errors during interactive fontification.
23513
23514 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
23515 the file is evaluated interactively.
23516
23517 * cc-engine.el (c-guess-basic-syntax): Handle operator
23518 declarations somewhat better in C++.
23519
23520 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
23521 make use of `run-mode-hooks' which has been added in Emacs 21.1.
23522 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
23523 (awk-mode): Use it.
23524 (make-local-hook): Suppress warning about obsoleteness.
23525
23526 * cc-engine.el, cc-align.el, cc-cmds.el
23527 (c-append-backslashes-forward, c-delete-backslashes-forward)
23528 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
23529 Compensate for return value from `forward-line' when it has moved
23530 but not to a different line due to eob.
23531
23532 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
23533 `objc-method-intro' and `objc-method-args-cont'.
23534
23535 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
23536
23537 CC Mode update to 5.30.10:
23538
23539 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
23540 in the copyright statement. Incidentally, change "along with GNU
23541 Emacs" to "along with this program" where it occurs.
23542
23543 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
23544 so that it is interactive, hence can be found by M-x awk-mode
23545 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
23546 <gmorris+emacs@ast.cam.ac.uk>.
23547
23548 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
23549 Mode's regexps.
23550
23551 2005-05-23 Kevin Ryde <user42@zip.com.au>
23552
23553 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
23554 c-parse-state, to avoid a lisp error (on bad code).
23555
23556 2005-05-23 Lute Kamstra <lute@gnu.org>
23557
23558 * subr.el (font-lock-defaults): Remove defvar as it's already
23559 defined in font-core.el.
23560
23561 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
23562
23563 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
23564
23565 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
23566 more general and work when GDB variable "print pretty" is on,
23567 as with Emacs, for example.
23568
23569 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
23570
23571 * font-core.el: Update comment.
23572
23573 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23574 Use `after-change-major-mode-hook' instead of `find-file-hook'.
23575
23576 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
23577
23578 2005-05-22 Eli Zaretskii <eliz@gnu.org>
23579
23580 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
23581 and `yank-handler' in the doc strings.
23582
23583 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23584
23585 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
23586
23587 2005-05-22 Richard M. Stallman <rms@gnu.org>
23588
23589 * help.el (describe-key): Move print-help-return-message call
23590 out of conditional.
23591
23592 * progmodes/etags.el (list-tags): Use with-no-warnings.
23593
23594 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
23595 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
23596 (starttls-extra-args, starttls-extra-arguments): Add defvars.
23597
23598 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
23599
23600 * language/viet-util.el (viet-viscii-nonascii-translation-table):
23601 Add defvar.
23602
23603 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
23604 Use defvar, not defconst.
23605
23606 * hexl.el (hexl-follow-line): Use with-no-warnings.
23607
23608 * emulation/tpu-extras.el: Use write-file-functions instead of
23609 write-file-hooks.
23610
23611 * dired.el (dired-font-lock-keywords): Fontify files with junk
23612 extensions even if marked by -F.
23613
23614 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
23615
23616 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
23617 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
23618 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
23619 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
23620 (concatenate, list-length, get*, getf, cl-remprop):
23621 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
23622 (etypecase, progv, lexical-let, lexical-let*)
23623 (multiple-value-bind, multiple-value-setq, shiftf):
23624 Improve argument/docstring consistency.
23625
23626 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
23627
23628 2005-05-22 Andre Spiegel <spiegel@gnu.org>
23629
23630 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
23631 doesn't exist.
23632
23633 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
23634 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
23635
23636 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
23637
23638 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
23639 already deleted variables: auto-fill-hook, blink-paren-hook,
23640 lisp-indent-hook, inhibit-local-variables, unread-command-event,
23641 suspend-hooks, comment-indent-hook, meta-flag,
23642 before-change-function, after-change-function,
23643 font-lock-doc-string-face.
23644
23645 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
23646
23647 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
23648
23649 2005-05-21 Eli Zaretskii <eliz@gnu.org>
23650
23651 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
23652 rmail-dont-reply-to.
23653
23654 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23655
23656 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
23657 literal blank when splitting new-header-values.
23658
23659 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
23660
23661 * calendar/cal-menu.el (cal-menu-update): Add separator as a
23662 string so that tmm doesn't create a completion entry for it.
23663
23664 * textmodes/table.el (table-disable-menu): Ditto.
23665
23666 2005-05-21 Richard M. Stallman <rms@gnu.org>
23667
23668 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
23669
23670 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
23671
23672 * net/rcompile.el (remote-compile): Use compilation-start.
23673
23674 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
23675
23676 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
23677
23678 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
23679 Default to makefile-bsdmake-mode on BSD systems.
23680
23681 * imenu.el (imenu-generic-expression, imenu--generic-function'):
23682 REGEXP may also be a search function now. The part of doc-string
23683 for describing the structure was 95% identical to that of
23684 `imenu--generic-function'. Unify it there.
23685
23686 * progmodes/make-mode.el (makefile-imenu-generic-expression):
23687 Use function to find dependencies, because regexp alone is so complex,
23688 it easily goes into an endless loop.
23689 (makefile-makepp-mode): Also add submenu for Perl functions
23690 defined in the makefile.
23691 (makefile-bsdmake-mode): Special imenu-generic-expression no
23692 longer needed, due to function call.
23693 (makefile-match-dependency): Take BOUND into account when checking
23694 if we're through.
23695
23696 2005-05-20 Jay Belanger <belanger@truman.edu>
23697
23698 * calc/calc-units.el (calc-invalidate-units-table):
23699 Use inhibit-read-only.
23700 (math-build-units-table-buffer): Use view-mode.
23701
23702 2005-05-20 David Kastrup <dak@gnu.org>
23703
23704 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
23705 easy-menu-add is not a nop on Emacs; and clarify when to call it.
23706
23707 2005-05-20 Lute Kamstra <lute@gnu.org>
23708
23709 * diff-mode.el (diff-header-face, diff-file-header-face)
23710 (diff-index-face, diff-hunk-header-face, diff-removed-face)
23711 (diff-added-face, diff-changed-face, diff-function-face)
23712 (diff-context-face, diff-nonexistent-face): Put them in the
23713 diff-mode customization group.
23714
23715 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23716
23717 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
23718
23719 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
23720
23721 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
23722 Minor regexp-optimization.
23723
23724 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
23725
23726 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
23727 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
23728 (org-agenda-add-time-grid-maybe): New function.
23729 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
23730 (org-table-create): `dotimes' instead of `mapcar'.
23731 (org-xor): Simplify implementation.
23732 (org-agenda): `inhibit-redisplay' turned on.
23733 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
23734 a consistent line after a state change.
23735 (org-agenda-remove-times-when-in-prefix): New option.
23736 (org-prefix-has-time): New variable.
23737 (org-parse-time-string): Optional argument NODEFAULT.
23738 (org-format-agenda-item): Parse items for time-of-day
23739 specifications and move these into the prefix if possible.
23740 (org-agenda-priority): Get current heading, not previous heading
23741 during agenda remote editing.
23742
23743 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
23744
23745 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
23746 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
23747 (remove-duplicates, delete-duplicates, substitute)
23748 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
23749 (nsubstitute-if-not, find, find-if, find-if-not, position)
23750 (position-if, position-if-not, count, count-if, count-if-not)
23751 (mismatch, search, sort*, stable-sort, merge, member*)
23752 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
23753 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
23754 (intersection, nintersection, set-difference, nset-difference)
23755 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
23756 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
23757 (nsublis, tree-equal): Improve argument/docstring consistency.
23758
23759 * subr.el (send-string, send-region): Remove obsolescence declaration.
23760 (window-dot, set-window-dot, read-input, show-buffer)
23761 (eval-current-buffer, string-to-int):
23762 Add release number to obsolescence declarations.
23763
23764 2005-05-19 Kim F. Storm <storm@cua.dk>
23765
23766 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
23767 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
23768
23769 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
23770
23771 * faces.el (list-faces-display): Make back button respect optional
23772 regexp arg.
23773
23774 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
23775
23776 * calculator.el (calculator-radix-grouping-mode)
23777 (calculator-radix-grouping-digits, calculator-displayer)
23778 (calculator-radix-grouping-separator, calculator-copy-displayer):
23779 * dabbrev.el (dabbrev-search-these-buffers-only):
23780 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
23781 (diff-advance-after-apply-hunk, diff-mode-hook)
23782 (diff-minor-mode-prefix):
23783 * imenu.el (imenu-use-popup-menu):
23784 * jit-lock.el (jit-lock-context-time):
23785 * newcomment.el (comment-fill-column, comment-column)
23786 (comment-style, comment-padding, comment-multi-line)
23787 (comment-empty-lines, comment-auto-fill-only-comments):
23788 * reveal.el (reveal-around-mark):
23789 * uniquify.el (uniquify-buffer-name-style)
23790 (uniquify-after-kill-buffer-p)
23791 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
23792 (uniquify-min-dir-content, uniquify-separator)
23793 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
23794 * w32-vars.el (w32-fixed-font-alist):
23795 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
23796 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
23797 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
23798 * progmodes/perl-mode.el (perl-indent-level)
23799 (perl-continued-statement-offset, perl-continued-brace-offset)
23800 (perl-brace-offset, perl-brace-imaginary-offset)
23801 (perl-label-offset, perl-indent-continued-arguments)
23802 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
23803 * progmodes/tcl.el (tcl-indent-level)
23804 (tcl-continued-indent-level, tcl-auto-newline)
23805 (tcl-tab-always-indent, tcl-electric-hash-style)
23806 (tcl-help-directory-list, tcl-use-smart-word-finder)
23807 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
23808 (inferior-tcl-source-command):
23809 * textmodes/fill.el (enable-kinsoku):
23810 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
23811 * textmodes/table.el (table-yank-handler):
23812 Specify missing group (and type, if simple) in defcustom.
23813
23814 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
23815
23816 * progmodes/compile.el (compilation-finish-function): Fix defvar.
23817
23818 2005-05-19 Richard M. Stallman <rms@gnu.org>
23819
23820 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
23821
23822 * subr.el (event-basic-type): Don't get an error.
23823 (left-fringe-p): Function deleted.
23824
23825 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
23826 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
23827
23828 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
23829 in recursive copy.
23830
23831 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
23832
23833 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
23834
23835 * emacs-lisp/bytecomp.el
23836 (byte-compile-file-form-custom-declare-variable):
23837 Call byte-compile-nogroup-warn if appropriate.
23838
23839 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
23840 (compilation-set-window): Don't call left-fringe-p; do it directly.
23841
23842 2005-05-19 Jay Belanger <belanger@truman.edu>
23843
23844 * calc/calc-graph.el (calc-graph-format-data): Make sure
23845 var-PlotRejects is bound before trying to check its value.
23846
23847 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
23848
23849 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
23850 definition of this variable from reftex-global.el to reftex.el,
23851 because it is needed in the menu.
23852
23853 2005-05-19 Lute Kamstra <lute@gnu.org>
23854
23855 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
23856 years are fixed. Don't insert a space after a dash.
23857
23858 2005-05-19 Kim F. Storm <storm@cua.dk>
23859
23860 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
23861
23862 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
23863
23864 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
23865 strings, because (eq ... ?\\) is fairly frequent.
23866
23867 * progmodes/make-mode.el (makefile-add-this-line-targets):
23868 Simplify and integrate into `makefile-pickup-targets'.
23869 (makefile-add-this-line-macro): Simplify and integrate into
23870 `makefile-pickup-macros.
23871 (makefile-pickup-filenames-as-targets): Simplify.
23872 (makefile-previous-dependency, makefile-match-dependency):
23873 Don't stumble over `::'.
23874
23875 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
23876
23877 * subr.el (post-command-idle-hook, post-command-idle-delay):
23878 Remove obsoletion of post-command-idle-hook and
23879 post-command-idle-delay.
23880
23881 * faces.el (list-faces-display): Provide button when describe-face
23882 is called to take user back to the list of faces.
23883
23884 * help-fns.el (describe-variable): Remove hyperlinks in a
23885 variable's value as these are quite frequently inappropriate.
23886
23887 * follow.el (follow-submit-feedback, follow-mode):
23888 Remove references to post-command-idle-hook.
23889
23890 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
23891
23892 * progmodes/make-mode.el (makefile-previous-dependency)
23893 (makefile-match-dependency): Check for := (and in bsd mode also
23894 !=) to give a better result, even when font-lock is not on.
23895
23896 2005-05-18 Jay Belanger <belanger@truman.edu>
23897
23898 * calc/calc-help.el (calc-s-prefix-help):
23899 Add `calc-copy-special-constant' to help string.
23900
23901 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
23902
23903 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
23904
23905 2005-05-18 Jay Belanger <belanger@truman.edu>
23906
23907 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
23908 in linear factors are in proper order.
23909
23910 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
23911
23912 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
23913 Support for jurabib.
23914
23915 * textmodes/reftex.el (featurep): Define aliases for overlay
23916 commands, for XEmacs compatibility, and use these aliases in
23917 overlay initializations.
23918 (reftex-highlight): Use `reftex-move-overlay'.
23919 (reftex-unhighlight): Use `reftex-delete-overlay'.
23920 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
23921 (reftex-access-search-path): Use `reftex-uniquify' instead of
23922 `reftex-uniq'
23923
23924 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
23925 `before-string' property modification enables for Emacs as well.
23926 (reftex-select-item): Use `reftex-delete-overlay'.
23927 (reftex-select-mark): Use `reftex-make-overlay' and
23928 `reftex-overlay-put'.
23929 (reftex-select-unmark): Use `reftex-delete-overlay' and
23930 `reftex-overlay-put'.
23931
23932 2005-05-18 Lute Kamstra <lute@gnu.org>
23933
23934 * emacs-lisp/lisp.el (check-parens): Fix docstring.
23935
23936 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
23937
23938 * add-log.el (add-change-log-entry):
23939 * array.el (array-make-template, array-reconfigure-rows)
23940 (array-init-max-row, array-init-max-column)
23941 (array-init-columns-per-line, array-init-field-width):
23942 * replace.el (replace-match-maybe-edit, perform-replace):
23943 * textmodes/spell.el (spell-region):
23944 Replace `read-input' by `read-string'.
23945
23946 * forms.el (forms-mode):
23947 * finder.el (finder-compile-keywords):
23948 * shadowfile.el (shadow-read-files):
23949 Replace `eval-current-buffer' by `eval-buffer'.
23950
23951 * terminal.el (te-pass-through):
23952 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
23953 (ange-ftp-raw-send-cmd):
23954 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
23955 (send-process-next-char, telnet-initial-filter, telnet):
23956 Replace `send-string' by `process-send-string'.
23957
23958 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
23959 (prolog-consult-region): Replace `send-string' by
23960 `process-send-string'; replace `send-region' by `process-send-region'.
23961
23962 * progmodes/delphi.el (delphi-log-msg):
23963 Replace `set-window-dot' by `set-window-point'.
23964
23965 * subr.el (window-dot, set-window-dot, read-input, send-string)
23966 (send-region, show-buffer, eval-current-buffer):
23967 Make really obsolete, as the comment says.
23968
23969 2005-05-17 Kim F. Storm <storm@cua.dk>
23970
23971 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
23972 (cua--init-keymaps): Bind C-return instead of S-return to set
23973 rectangle mark.
23974
23975 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
23976 instead of S-return to toggle/clear rectangle mark.
23977
23978 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
23979
23980 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
23981 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
23982 Also fontify plain strings assigned to variables, mostly so that a
23983 colon has a face and is thus not taken as a dependency separator.
23984 (makefile-previous-dependency): Inline the new matcher, because it
23985 is too complex to work in both directions.
23986 (makefile-match-dependency): Eliminate `backward' arg (see above).
23987 Completely reimplemented so as to not sometimes go into an endless
23988 loop. It should also be more efficient, because first it only
23989 searches for `:', instead of applying the very complex regexp.
23990 (makefile-mode): Cancel `font-lock-support-mode', because blocks
23991 to be fontified in one piece can be too long for JIT.
23992 Makefiles are never *that* big.
23993
23994 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
23995
23996 * dired.el (dired-mode): Simplify.
23997
23998 2005-05-17 Lute Kamstra <lute@gnu.org>
23999
24000 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
24001 defcustom for the mode hook variable.
24002
24003 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
24004 Emacs Lisp Reference Manual.
24005
24006 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
24007
24008 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
24009 (evenp, list*):
24010 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
24011 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
24012
24013 * net/tramp-smb.el (tramp-smb-open-connection):
24014 Pass `tramp-chunksize' as fifth (required) argument.
24015
24016 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
24017
24018 * font-lock.el (lisp-font-lock-keywords-1):
24019 Set `font-lock-negation-char-face' for [^...] char group.
24020 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
24021
24022 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
24023 a var, and refine it to mask one more level of nested vars.
24024 (makefile-rule-action-regex): Turn it into a var, and refine it so
24025 it recognizes backslashed continuation lines as belonging to the
24026 same command.
24027 (makefile-macroassign-regex): Refine it so it recognizes
24028 backslashed continuation lines as belonging to the same command.
24029 (makefile-var-use-regex): Don't look at the next char, because it
24030 might be the same one to be skipped by the initial [^$], leading
24031 to an overlooked variable use.
24032 (makefile-make-font-lock-keywords): Remove two parameters, which
24033 are now variables that some of the modes set locally.
24034 Handle dependency and rule action matching through functions, because
24035 regexps alone match too often. Dependency matching now comes
24036 last, so it can check, whether a colon already matched something else.
24037 (makefile-mode): Inform that font-lock improves makefile parsing
24038 capabilities.
24039 (makefile-match-dependency, makefile-match-action): New functions.
24040
24041 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
24042
24043 * emacs-lisp/cl-extra.el (equalp): Doc fix.
24044
24045 * align.el (align-regexp):
24046 * ansi-color.el (ansi-color-get-face):
24047 * array.el (array-reconfigure-rows, array-init-max-row)
24048 (array-init-max-column, array-init-columns-per-line)
24049 (array-init-field-width):
24050 * dired-aux.el (dired-trample-file-versions):
24051 * dired-x.el (dired-mark-sexp):
24052 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
24053 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
24054 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
24055 * faces.el (face-read-integer):
24056 * files.el (backup-extract-version, insert-directory):
24057 * hexl.el (hexl-insert-decimal-char):
24058 * server.el (server-process-filter):
24059 * shell.el (shell-extract-num):
24060 * startup.el (command-line-1):
24061 * term.el (term-command-hook):
24062 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
24063 (time-stamp-do-number):
24064 * time.el (display-time-update):
24065 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
24066 (timezone-fix-time):
24067 * vms-patch.el (vms-suspend-resume-hook):
24068 * calendar/appt.el (appt-convert-time):
24069 * calendar/cal-bahai.el (mark-bahai-diary-entries):
24070 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
24071 * calendar/cal-islam.el (mark-islamic-diary-entries):
24072 * calendar/calendar.el (calendar-cursor-to-date)
24073 (calendar-star-date):
24074 * calendar/diary-lib.el (diary-attrtype-convert)
24075 (mark-diary-entries, diary-entry-time):
24076 * calendar/solar.el (solar-get-number):
24077 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
24078 * emacs-lisp/re-builder.el (reb-display-subexp):
24079 * emulation/edt.el (edt-set-scroll-margins):
24080 * emulation/tpu-extras.el (tpu-set-scroll-margins):
24081 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
24082 (vip-get-ex-count):
24083 * emulation/viper-ex.el (viper-get-ex-token)
24084 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
24085 * international/fontset.el (fontset-plain-name):
24086 * mail/feedmail.el (feedmail-look-at-queue-directory):
24087 * mail/mailalias.el (mail-get-names):
24088 * mail/rmail.el (rmail-convert-to-babyl-format):
24089 * mail/rmailsum.el (rmail-make-basic-summary-line)
24090 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
24091 (rmail-summary-goto-msg):
24092 * mail/smtpmail.el (smtpmail-read-response):
24093 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
24094 (ange-ftp-vms-add-file-entry):
24095 * play/gametree.el (gametree-looking-at-ply)
24096 (gametree-current-branch-score):
24097 * progmodes/ada-xref.el (ada-prj-find-prj-file)
24098 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
24099 * progmodes/cperl-mode.el (condition-case):
24100 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
24101 (ebrowse-set-member-buffer-column-width)
24102 (ebrowse-select-1st-to-9nth):
24103 * progmodes/etags.el (etags-snarf-tag):
24104 * progmodes/flymake.el (flymake-parse-line):
24105 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
24106 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
24107 (idlwave-shell-menu-def):
24108 * progmodes/ps-mode.el (ps-run-goto-error):
24109 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
24110 (vhdl-speedbar-contract-level):
24111 * term/mac-win.el (x-handle-numeric-switch):
24112 * term/sun-mouse.el (sun-get-frame-data):
24113 * term/w32-win.el (x-handle-numeric-switch):
24114 * term/x-win.el (x-handle-numeric-switch):
24115 * textmodes/ispell.el (ispell-parse-output):
24116 * textmodes/nroff-mode.el (nroff-outline-level):
24117 * textmodes/reftex-cite.el (reftex-bib-sort-year)
24118 (reftex-bib-sort-year-reverse, reftex-format-citation):
24119 * textmodes/reftex-parse.el (reftex-init-section-numbers)
24120 (reftex-section-number):
24121 * textmodes/texinfmt.el (texinfo-paragraphindent):
24122 Replace `string-to-int' by `string-to-number'.
24123
24124 * international/latexenc.el: Add page marker to force the "Local
24125 Variables:" string out of the last page.
24126
24127 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
24128
24129 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
24130 tooltip-change-major-mode.
24131 (gud-tooltip-print-command): Remove case where gud-minor-mode
24132 is gdb ("--fullname").
24133 (gud-tooltip-tips): Turn GUD tooltips off for this case and
24134 explain to user.
24135
24136 2005-05-16 Jay Belanger <belanger@truman.edu>
24137
24138 * calc/calc-store.el (calc-copy-special-constant): New function.
24139
24140 * calc/calc-ext.el (calc-init-extensions): Add binding for
24141 `calc-copy-special-constant'.
24142
24143 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
24144 for the `calc-copy-special-constant' command.
24145
24146 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
24147
24148 * subr.el (left-fringe-p): New function.
24149
24150 * progmodes/compile.el (compilation-setup): Set local value of
24151 overlay-arrow-string to "" always.
24152 (compilation-set-window): Left fringe then don't scroll.
24153 No left fringe then no arrow and scroll message to top.
24154 (compilation-context-lines): Adjust doc string accordingly.
24155
24156 2005-05-16 Kim F. Storm <storm@cua.dk>
24157
24158 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
24159 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
24160 (ido-wide-find-dir-or-delete-dir): New command for M-d.
24161 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
24162 (ido-read-file-name): Handle commands with ido property value
24163 equal to find-file as reading a file name, to allow C-d to enter dired.
24164 (ibuffer-find-file): Add ido property with value find-file.
24165
24166 2005-05-15 Kim F. Storm <storm@cua.dk>
24167
24168 * subr.el (open-network-stream-nowait): Remove.
24169 (open-network-stream-server): Remove.
24170
24171 2005-05-15 Richard M. Stallman <rms@gnu.org>
24172
24173 * faces.el (describe-face): Output a definition link button.
24174
24175 * help-mode.el (help-face-def): New button type.
24176
24177 * emacs-lisp/copyright.el (copyright-fix-years):
24178 Match properly if the first year is 2-digit.
24179 Don't mess up the whitespace after the years by filling.
24180
24181 * dired-aux.el (dired-mark-confirm):
24182 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
24183
24184 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
24185 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
24186 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
24187
24188 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24189 Set font-lock-comment-start-skip.
24190
24191 * font-lock.el (font-lock-comment-start-skip): New variable.
24192 (font-lock-comment-end-skip): New variable.
24193 (font-lock-fontify-syntactically-region): Use them if non-nil.
24194
24195 2005-05-15 Jay Belanger <belanger@truman.edu>
24196
24197 * calc/calc-store.el (calc-store-value): Return a string rather
24198 than display it as a message.
24199 Use calc-var-name for variable name.
24200 (calc-store-into): Add the result of calc-store-value to message.
24201 (calc-copy-variable): Add a message.
24202 (calc-store-exchange): Improve error messages.
24203 (calc-store-binary, calc-store-map): Don't reset the values of
24204 special constants.
24205
24206 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
24207
24208 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
24209 manual to docstring.
24210
24211 * files.el (hack-local-variables-confirm): Add STRING argument.
24212 Make the function handle non file visiting buffers correctly.
24213 (hack-local-variables-prop-line, hack-local-variables)
24214 (hack-one-local-variable): Use STRING arg of
24215 `hack-local-variables-confirm'.
24216
24217 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
24218
24219 Sync with Tramp 2.0.49.
24220
24221 * net/tramp.el (tramp-handle-dired-call-process)
24222 (tramp-handle-insert-directory):`insert-buffer' cannot be used
24223 because the contents of the Tramp buffer is changed before
24224 insertion (`expand-file' and alike).
24225 (tramp-handle-insert-directory): If `localname' has an empty
24226 nondirectory name, it must not be quoted.
24227 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
24228 variable `tramp-chunksize'. Change callees.
24229 (tramp-open-connection-setup-interactive-shell): Check remote host
24230 for buggy `send-process-string' implementation.
24231 Set `tramp-chunksize' if found. Reported by Michael Kifer
24232 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
24233 (tramp-handle-shell-command): `insert-buffer' cannot be used
24234 because the contents of the Tramp buffer is changed before
24235 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
24236 <frederic.bothamy@free.fr>.
24237 (tramp-set-auto-save): Actions should be done for Tramp file name
24238 handler only. Ange-FTP has its own auto-save mechanism.
24239 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24240 (tramp-set-auto-save-file-modes): Set file modes of
24241 `buffer-auto-save-file-name' to ?\600 as fallback solution.
24242 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
24243 (tramp-bug): Remove obsolete variable.
24244 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
24245 for presence of `mml-mode'. Make it running for older Emacsen as well.
24246
24247 2005-05-14 John Paul Wallington <jpw@pobox.com>
24248
24249 * ibuf-ext.el (define-ibuffer-filter filename):
24250 If `dired-directory' is a list, use its car.
24251
24252 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
24253
24254 * ibuffer.el (define-ibuffer-column filename):
24255 If `dired-directory' is a list, use its car.
24256
24257 2005-05-14 Richard M. Stallman <rms@gnu.org>
24258
24259 * subr.el (symbol-file): Doc fix.
24260
24261 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
24262 (byte-compile-form): Call byte-compile-nogroup-warn.
24263 (byte-compile-warning-types): Doc fix.
24264
24265 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
24266
24267 * progmodes/cc-engine.el (c-literal-faces):
24268 Add font-lock-comment-delimiter-face.
24269
24270 * net/net-utils.el (dig): Use with-no-warnings.
24271
24272 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
24273 (sc-recite-frame-alist, sc-default-cite-frame)
24274 (sc-default-uncite-frame, sc-default-recite-frame)
24275 (sc-attrib-selection-list, sc-rewrite-header-list):
24276 Mark as risky-local-variable.
24277
24278 * international/ogonek.el (ogonek-jak, ogonek-how):
24279 Don't use beginning-of-buffer.
24280
24281 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
24282
24283 * calendar/solar.el (solar-data-list): Move definition up.
24284
24285 * dnd.el (dnd-protocol-alist): Add autoload.
24286
24287 * progmodes/sh-script.el: Many doc usage fixes.
24288 (sh-indent-after-do): Change default to match common styles.
24289
24290 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
24291
24292 * files.el (interpreter-mode-alist)
24293 (auto-mode-interpreter-regexp): Doc fixes.
24294
24295 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
24296
24297 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
24298
24299 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
24300
24301 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24302
24303 * dired.el (dired-mode): make-variable-buffer-local =>
24304 make-local-variable.
24305
24306 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24307
24308 * term/mac-win.el (mac-select-convert-to-string): Try coding
24309 systems in mac-script-code-coding-systems if specified one cannot
24310 encode string for `com.apple.traditional-mac-plain-text'.
24311
24312 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
24313
24314 * progmodes/make-mode.el (makefile-targets-face)
24315 (makefile-shell-face, makefile-makepp-perl-face): New faces.
24316 (makefile-dependency-regex): Fix it to not make the colon in
24317 $(var:a=b) special.
24318 (makefile-rule-action-regex): New regexp for highlighting embedded
24319 Shell strings.
24320 (makefile-macroassign-regex): Handle != for highlighting as
24321 embedded Shell strings.
24322 (makefile-var-use-regex): New const.
24323 (makefile-statements, makefile-automake-statements)
24324 (makefile-gmake-statements, makefile-makepp-statements)
24325 (makefile-bsdmake-statements): New consts.
24326 (makefile-make-font-lock-keywords): New function.
24327 (makefile-automake-font-lock-keywords)
24328 (makefile-gmake-font-lock-keywords)
24329 (makefile-makepp-font-lock-keywords)
24330 (makefile-bsdmake-font-lock-keywords): New consts.
24331 (makefile-mode-map): Add switchers between the various submodes.
24332 (makefile-mode): Document the availability of the variants.
24333 (makefile-automake-mode, makefile-gmake-mode)
24334 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
24335
24336 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
24337 new variants of makefile-mode.
24338
24339 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24340
24341 * font-lock.el (font-lock-comment-delimiter-face): Fix up
24342 the inheritance.
24343
24344 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
24345
24346 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
24347 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
24348
24349 * files.el (normal-mode): Extend the scope of the
24350 `enable-local-variables' binding to include the `set-auto-mode' call.
24351 (magic-mode-alist): Doc fix.
24352
24353 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
24354
24355 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
24356 font-lock-comment-face rather than copying its setting.
24357
24358 2005-05-12 Andreas Schwab <schwab@suse.de>
24359
24360 * eshell/esh-mode.el (eshell-send-input): Doc fix.
24361
24362 2005-05-12 Lute Kamstra <lute@gnu.org>
24363
24364 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
24365 defcustom for the mode hook variable. Delete the last argument.
24366 * generic-x.el: Fix callers of define-generic-mode.
24367 (generic-x-modes): Delete group.
24368 (show-tabs-tab-face, show-tabs-space-face): Put them in the
24369 generic-x customization group.
24370
24371 2005-05-12 Kim F. Storm <storm@cua.dk>
24372
24373 * font-lock.el (font-lock-negation-char-face): Default to "off".
24374
24375 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
24376 font-lock-negation-char-face to ! in !=.
24377
24378 2005-05-12 Masatake YAMATO <jet@gyve.org>
24379
24380 * add-log.el (find-change-log): Fix typos in the docstring
24381 of function.
24382
24383 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
24384
24385 * international/latexenc.el (latexenc-find-file-coding-system):
24386 Avoid `re-search-forward' when looking for input encoding because
24387 of speed and safety. Better regular expressions for recognizing
24388 input encoding. Limit a search for TeX-master/tex-main-file to
24389 the local variable section.
24390
24391 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
24392
24393 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
24394 syntax of $ to "'" (quote).
24395
24396 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
24397
24398 * dnd.el (dnd-protocol-alist): Improve custom type.
24399
24400 * dired.el (dired-dnd-protocol-alist): New variable.
24401 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
24402 `dired-mode-hook' to the end.
24403
24404 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
24405
24406 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
24407 comment-end if comment-start-skip is not set.
24408 Obey the font-lock-comment-delimiter-face variables.
24409
24410 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
24411
24412 * files.el (executable-find): Move from executable.el. Use
24413 locate-file.
24414 * progmodes/executable.el (executable-find): Move to files.el.
24415
24416 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
24417 when trying to ensure forward progress.
24418
24419 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
24420
24421 * mouse-sel.el (mouse-sel-follow-link-p): New function.
24422 (mouse-select, mouse-select-internal, mouse-extend-internal):
24423 Use it to implement mouse-1-click-follows-link functionality.
24424
24425 2005-05-11 Richard M. Stallman <rms@gnu.org>
24426
24427 * font-lock.el (font-lock-fontify-syntactically-region):
24428 Use font-lock-comment-delimiter-face for comment delimiters.
24429
24430 2005-05-10 Jay Belanger <belanger@truman.edu>
24431
24432 * calc/calc-help.el (calc-m-prefix-help): Add mention of
24433 preserving embedded modes.
24434
24435 2005-05-10 Richard M. Stallman <rms@gnu.org>
24436
24437 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
24438
24439 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
24440 Move from ada-stmt.el.
24441 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
24442
24443 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
24444 Move to ada-mode.el.
24445 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
24446
24447 * cus-edit.el (custom-file): Call file-chase-links.
24448
24449 * files.el (read-directory-name): Fix previous change.
24450 (hack-local-variables-confirm): New function.
24451 (hack-local-variables-prop-line, hack-local-variables)
24452 (hack-one-local-variable): Use it.
24453
24454 2005-05-10 Lute Kamstra <lute@gnu.org>
24455
24456 * font-lock.el (font-lock-keywords-alist)
24457 (font-lock-removed-keywords-alist): Clarify docstrings.
24458
24459 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
24460
24461 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
24462 (gdb-source-info): Check for preprocessor info.
24463 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
24464 a macro for a function.
24465 (gdb-info-breakpoints-custom): Try to find file again if not already
24466 found (user might have used GDB dir command).
24467 (gdb-get-location): Update gdb-location-alist correctly for change
24468 to gdb-info-breakpoints-custom.
24469
24470 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
24471 (gud-tooltip-print-command): Add gdbmi case.
24472 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
24473 preprocessor info.
24474
24475 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
24476
24477 * startup.el (fancy-splash-insert): Fix typo in doc string.
24478
24479 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
24480
24481 * obsolete/float.el (string-to-float):
24482 * obsolete/hilit19.el (hilit-add-pattern):
24483 * obsolete/rnews.el (news-parse-range, news-select-message)
24484 (news-get-pruned-list-of-files): Replace `string-to-int' by
24485 `string-to-number'.
24486
24487 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
24488 `find-file-not-found-hooks'; use `add-hook'.
24489 (uncompress-while-visiting): Set `write-file-functions', not
24490 `write-file-hooks'; use `add-hook'.
24491
24492 2005-05-09 Kim F. Storm <storm@cua.dk>
24493
24494 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
24495 (cua-paste): Handle clipboard action.
24496 (cua--init-keymaps): Remap clipboard-kill-region and
24497 clipboard-kill-ring-save.
24498
24499 2005-05-08 Eli Zaretskii <eliz@gnu.org>
24500
24501 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
24502 Improve commentary.
24503
24504 * simple.el (next-error-overlay-arrow-position): Revert the change
24505 made on 2005-04-30.
24506
24507 2005-05-07 Jay Belanger <belanger@truman.edu>
24508
24509 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
24510 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
24511 `calc-sel-reselect'.
24512
24513 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
24514 Calc is in embedded mode.
24515
24516 2005-05-07 Eli Zaretskii <eliz@gnu.org>
24517
24518 * progmodes/compile.el (compilation-setup):
24519 Set overlay-arrow-string to an empty string on text terminals.
24520
24521 * textmodes/ispell.el (ispell-program-name): Try looking for
24522 "aspell" along exec-path, and if found, use it as the default
24523 speller program.
24524
24525 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
24526
24527 * international/mule.el (sgml-xml-auto-coding-function):
24528 Recognize encoding='FOO' in single quotes as well as in double quotes.
24529
24530 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24531
24532 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
24533 as well as `interactive', so that defmacro* would recognize
24534 `declare' forms.
24535
24536 2005-05-07 Eli Zaretskii <eliz@gnu.org>
24537
24538 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
24539 Explain more about the LIGHTER arg's usage in the doc string.
24540 Add commentary to clarify what the code does. Fix the regexp that
24541 strips whitespace from LIGHTER. Quote LIGHTER before using it,
24542 since it could have characters special to regular expressions.
24543
24544 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
24545
24546 * replace.el (occur-1): Bind inhibit-read-only so that
24547 erase-buffer doesn't barf on read-only text properties (likewise
24548 for add-text-properties in occur-engine). Mark buffer as unmodified.
24549 (occur-engine): Don't set buffer-read-only here.
24550
24551 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24552
24553 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
24554 list-buffers-directory. This caused the *cvs-commit* buffer to be
24555 sometimes mistakenly reused as a *cvs* buffer.
24556
24557 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
24558
24559 * tooltip.el: Move code for GUD tooltips into gud.el.
24560 (require): CL no longer needed to compile case.
24561 (tooltip-mode): Do not toggle functions for GUD tooltips.
24562 (tooltip-gud-tips-p): Remove. Replace with minor mode
24563 gud-tooltip-mode in gud.el.
24564 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
24565 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
24566 tooltip-gud prefix with gud-tooltip and obsolete.
24567 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
24568 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
24569 (tooltip-mouse-motion): Mouse movement functions/variable.
24570 Rename in gud.el by adding gud prefix.
24571 (tooltip-gud-original-filter, tooltip-gud-dereference)
24572 (tooltip-gud-event, tooltip-toggle-gud-tips)
24573 (tooltip-gud-process-output, tooltip-gud-print-command)
24574 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
24575 gud.el by replacing tooltip-gud prefix with gud-tooltip.
24576 (gdb-tooltip-print): Move to gdb-ui.el.
24577
24578 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
24579 (require): CL needed to compile case.
24580 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
24581 tooltip-gud-tips-p. Make it a minor-mode.
24582 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
24583 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
24584 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
24585 (gud-tooltip-change-major-mode)
24586 (gud-tooltip-activate-mouse-motions-if-enabled)
24587 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
24588 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
24589 (gud-tooltip-original-filter, gud-tooltip-dereference)
24590 (gud-tooltip-event, tooltip-toggle-gud-tips)
24591 (gud-tooltip-process-output, gud-tooltip-print-command)
24592 (gud-tooltip-tips): Move from tooltip.el.
24593
24594 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
24595 (gdb-cpp-define-alist-flags): Doc fix.
24596 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
24597 gud-tooltip-mode is t.
24598
24599 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24600
24601 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
24602 evaporate if their text is deleted.
24603 (goto-address-at-point): Make it work as a mouse binding as well.
24604 (goto-address-at-mouse): Obsolete it. Update users.
24605
24606 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
24607
24608 * calendar/appt.el (top-level): No longer activate on load.
24609
24610 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
24611
24612 * calendar/cal-bahai.el (mark-bahai-diary-entries):
24613 * net/webjump.el (webjump):
24614 * progmodes/idlw-help.el (idlwave-do-context-help1)
24615 (idlwave-highlight-linked-completions):
24616 * textmodes/po.el (po-find-file-coding-system-guts):
24617 Replace `assoc-ignore-case' by `assoc-string'.
24618
24619 2005-05-06 Eli Zaretskii <eliz@gnu.org>
24620
24621 * files.el (locate-file): Doc fix.
24622
24623 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
24624 Remove the redundant test for ms-dos.
24625
24626 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
24627 look for the preprocessor with exec-suffixes. If not found in
24628 standard places, look in exec-path. Remove most of the tests that
24629 used system-type.
24630
24631 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
24632
24633 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
24634
24635 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
24636 file-name clash with jka-compr.el on 8+3 filesystems.
24637
24638 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24639
24640 * term/mac-win.el: Don't define or bind scroll bar functions if
24641 x-toolkit-scroll-bars is t.
24642 (x-select-text, x-get-selection-value): Clear
24643 x-last-selected-text-clipboard if x-select-enable-clipboard is
24644 nil.
24645 (PRIMARY): Put mac-scrap-name property.
24646 (mac-select-convert-to-file-url): New function.
24647 (public.file-url): New selection target type. Add to
24648 selection-converter-alist.
24649 (x-get-selection, x-selection-value): Handle it.
24650 (x-cut-buffer-or-selection-value): New alias.
24651
24652 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24653
24654 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
24655 entry to avoid calling bibtex-find-entry with arg global
24656 being t. Remove arg key.
24657 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
24658 (bibtex-copy-summary-as-kill): Change accordingly.
24659
24660 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24661
24662 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
24663 (org-agenda-date-later): Use with-current-buffer.
24664
24665 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
24666
24667 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
24668 (define-obsolete-variable-alias): Doc Fixes.
24669
24670 2005-05-06 Kim F. Storm <storm@cua.dk>
24671
24672 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
24673 vertical-motion when selective-display is active.
24674
24675 * ido.el (ido-setup-hook): New hook.
24676 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
24677 (ido-input-stack): New var.
24678 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
24679 ido-next-work-file binding to M-O.
24680 Bind M-f to ido-wide-find-file-or-pop-dir.
24681 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
24682 (ido-read-internal): Run ido-setup-hook.
24683 Catch quit in read-file-name and read-string to cancel edit.
24684 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
24685 Automatically pop-all when completing a directory name (RET).
24686 (ido-file-internal): Add with-no-warnings around ffap and dired code.
24687 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
24688 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
24689 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
24690 New functions for M-b/M-f to move among the directory components.
24691 (ido-make-merged-file-list): Catch quit to cancel merge.
24692 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
24693 (ido-completion-help): No warnings for ido-completion-buffer-full.
24694
24695 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
24696
24697 * font-lock.el (font-lock-negation-char-face): New face and variable.
24698 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
24699 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
24700 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
24701 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
24702
24703 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
24704
24705 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
24706 Fix typo in docstring.
24707
24708 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
24709 (ebrowse-print-statistics-line)
24710 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
24711
24712 * term/w32-win.el (image-library-alist): Add additional name for
24713 Xpm library.
24714
24715 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
24716
24717 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
24718 use gcc instead of cpp.
24719
24720 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
24721 (gdb-create-define-alist): Use it.
24722 (gdb-cpp-define-alist-program): Update for MS-DOS.
24723
24724 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
24725
24726 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
24727
24728 2005-05-04 Richard M. Stallman <rms@gnu.org>
24729
24730 * help.el (describe-key): No error when UNTRANSLATED is nil.
24731
24732 * simple.el (line-move-1): Fix previous change to signal errors
24733 appropriately.
24734
24735 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
24736
24737 * calendar/icalendar.el (icalendar-version): Now at 0.12.
24738 (icalendar-duration-correction): Remove.
24739 (icalendar--get-event-properties): Split result at commas.
24740 (icalendar--decode-isoduration): New optional argument
24741 DURATION-CORRECTION.
24742 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
24743 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
24744 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
24745 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
24746 (icalendar--convert-anniversary-to-ical): New functions, extracted
24747 from icalendar-export-region, with bug fixes.
24748 (icalendar-export-region): Use the above functions.
24749 (icalendar-import-buffer): Check before saving diary file.
24750 (icalendar--convert-recurring-to-diary)
24751 (icalendar--convert-non-recurring-all-day-to-diary)
24752 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
24753 extracted from icalendar--convert-ical-to-diary, with bug fixes.
24754 (icalendar--convert-ical-to-diary): Use the above functions.
24755
24756 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
24757
24758 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
24759 Remove these recent additions.
24760 (c-mode): Restore to before 2005-04-28.
24761
24762 * progmodes/cc-vars.el (cc-define-list-program): Remove this
24763 recent addition.
24764
24765 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
24766 (gdb-define-alist): New variables.
24767 (gdb-create-define-alist): New function.
24768 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
24769 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
24770 with string-to-number.
24771 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
24772
24773 * progmodes/gud.el: Replace string-to-int with string-to-number.
24774 (gud-find-file): Handle gdb-define-alist.
24775
24776 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
24777
24778 2005-05-02 Jay Belanger <belanger@truman.edu>
24779
24780 * calc/calc-aent.el (math-read-token):
24781 * calc/calc-bin.el (calc-word-size):
24782 * calc/calc-ext.el (calc-read-number-fancy):
24783 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
24784 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
24785 * calc/calc-frac.el (calc-over-notation):
24786 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
24787 (calc-graph-num-points, calc-graph-init):
24788 * calc/calc-prog.el (calc-read-parse-table-part)
24789 (calc-edit-macro-repeats):
24790 * calc/calc-yank.el (calc-do-grab-rectangle):
24791 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
24792 Replace `string-to-int' by `string-to-number'.
24793
24794 2005-05-02 Kim F. Storm <storm@cua.dk>
24795
24796 * kmacro.el: Use executing-kbd-macro-index variable.
24797
24798 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
24799
24800 * net/rlogin.el (rlogin-parse-words): Delete func.
24801 (rlogin): Use split-string, not rlogin-parse-words.
24802 Also, if there are option-like elements in the parsed args,
24803 take the host to be the first arg immediately following them.
24804 Suggested by Michael Mauger.
24805
24806 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
24807
24808 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
24809
24810 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
24811
24812 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
24813 (cc-mode-cpp-program): Rename to cc-define-list-program and
24814 move to cc-vars.el.
24815
24816 * progmodes/cc-vars.el (cc-define-list-program):
24817 Change to "gcc -E -dM -". Make customizable.
24818
24819 2005-05-02 Kim F. Storm <storm@cua.dk>
24820
24821 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
24822
24823 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
24824
24825 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
24826
24827 * international/mule-util.el (truncate-string): Remove alias and
24828 obsolete declaration.
24829
24830 * international/mule-cmds.el (update-iso-coding-systems):
24831 Remove alias and obsolete declaration.
24832
24833 * international/mule.el (coding-system-parent): Remove alias and
24834 obsolete declaration.
24835
24836 * subr.el (define-function, sref): Remove aliases and obsolete
24837 declarations.
24838 (chars-in-region): Remove obsolete declaration.
24839
24840 2005-05-01 Richard M. Stallman <rms@gnu.org>
24841
24842 * info.el (Info-mode): Set widen-automatically to nil, locally.
24843
24844 * simple.el (widen-automatically): New variable.
24845 (pop-global-mark): Obey widen-automatically.
24846
24847 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
24848
24849 * term/xterm.el (function-key-map): Call substitute-key-definition
24850 before the keymap size is increased by a lot of define-key calls.
24851
24852 2005-05-01 Richard M. Stallman <rms@gnu.org>
24853
24854 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
24855 Rename ARG to ELEMENT. Doc fix.
24856
24857 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
24858
24859 * allout.el (allout-exposure): Remove macro and obsolete declaration.
24860 Remove references to allout-exposure/change to allout-new-exposure.
24861
24862 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
24863 bytecode symbols.
24864
24865 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
24866 (compiled-function-p, focus-frame, unfocus-frame):
24867 Remove aliases and obsolete declarations.
24868 Back out inadvertent changes from previous commit.
24869
24870 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
24871
24872 * files.el (require-final-newline): Make Custom tags consistent
24873 with mode-require-final-newline.
24874 (mode-require-final-newline): Doc fix.
24875
24876 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
24877
24878 * international/latexenc.el (latexenc-find-file-coding-system):
24879 Fix regular expressions.
24880
24881 2005-05-01 David Kastrup <dak@gnu.org>
24882
24883 * international/latexenc.el (latexenc-find-file-coding-system):
24884 Fix regular expressions.
24885
24886 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
24887
24888 * subr.el (string-to-int): Make obsolete.
24889
24890 2005-04-30 Richard M. Stallman <rms@gnu.org>
24891
24892 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
24893
24894 * loadup.el: load jka-comp-hook.
24895
24896 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
24897 (jka-compr-handler): Add autoload. `put' calls moved
24898 to jka-comp-hook.el.
24899 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
24900 (jka-compr-inhibit): Autoload.
24901
24902 * jka-comp-hook.el: New file.
24903 Enable the mode by default.
24904
24905 * files.el (backup-buffer-copy): Use copy-file instead
24906 of write-region, and put back the 'excl.
24907
24908 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
24909
24910 * progmodes/flymake.el (flymake-split-string)
24911 (flymake-split-string, flymake-log, flymake-pid-to-names)
24912 (flymake-reg-names, flymake-get-source-buffer-name)
24913 (flymake-unreg-names, flymake-add-line-err-info)
24914 (flymake-add-err-info): Clarify docstrings.
24915 (flymake-popup-menu, flymake-make-emacs-menu)
24916 (flymake-make-xemacs-menu): Add docstrings.
24917 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
24918 Set variables directly throughout.
24919
24920 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
24921
24922 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
24923 exists. Initialize cc-define-alist.
24924 (c-mode): Add cc-create-define-alist locally to after-save-hook.
24925 If there is no file (Macroexpansion) don't create an alist.
24926
24927 2005-04-29 Sam Steingold <sds@gnu.org>
24928
24929 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
24930 (cc-create-define-alist): Use it instead of the hard-coded string.
24931
24932 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24933
24934 * international/mule-conf.el (file-coding-system-alist): Fix regexp
24935 for latexenc.
24936
24937 2005-04-29 Lute Kamstra <lute@gnu.org>
24938
24939 * emacs-lisp/generic.el: Improve commentary section.
24940 (define-generic-mode): Improve docstring.
24941
24942 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
24943
24944 * textmodes/org.el (many places): Change to quiet the byte compiler.
24945 (org-prefix-format-compiled): New variable.
24946 (org-compile-prefix-format): New function.
24947 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
24948 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
24949 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
24950 (org-get-entries-from-diary): Use `org-get-time-of-day' for
24951 consistency with entries from `org-mode' files.
24952 (org-get-time-of-day): Fix bug with partial matches early in a line.
24953 (org-non-link-chars): New constant.
24954 (org-link-regexp): Respect `org-non-link-chars'.
24955 (org-agenda-day-view): Remove command.
24956 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
24957 (org-follow-bbdb-link, org-store-link): Search also company field.
24958 (org-highlight-overlay): New variable.
24959 (org-highlight, org-unhighlight): New functions.
24960 (org-agenda-mode): Add pre-command-hook to remove highlight.
24961 (org-evaluate-time-range): Behavior depends upon whether time stamp
24962 contains a time or not.
24963 (org-show-subtree, org-show-entry): New functions.
24964 (org-agenda-cleanup-fancy-diary): Remove empty lines.
24965
24966 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
24967
24968 * comint.el (comint-output-filter-functions): Add autoload cookie.
24969
24970 2005-04-28 Kim F. Storm <storm@cua.dk>
24971
24972 * ido.el (ido-everywhere): Fix last change.
24973
24974 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
24975
24976 * international/latexenc.el: New file.
24977 * international/mule-conf.el (file-coding-system-alist): For .tex,
24978 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
24979
24980 2005-04-28 Lute Kamstra <lute@gnu.org>
24981
24982 * font-lock.el (font-lock-add-keywords)
24983 (font-lock-remove-keywords): Clarify docstring.
24984 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
24985 Don't start docstrings with a `*'.
24986 (font-lock-update-removed-keyword-alist): Give it a docstring.
24987
24988 * generic-x.el: Update commentary section.
24989 Only require font-lock when compiling.
24990 Define all modes conditionally.
24991 Place all generic modes in the generic-x-modes customization group.
24992 (generic-x-modes): New customization group.
24993 (generic-default-modes, generic-mswindows-modes)
24994 (generic-unix-modes, generic-other-modes): New constants.
24995 (generic-define-mswindows-modes, generic-define-unix-modes):
24996 Update docstrings. Make them obsolete.
24997 (generic-extras-enable-list): New default value. Update docstring.
24998 Improve :type. Change :set function.
24999 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
25000 Fix docstring.
25001
25002 * emacs-lisp/generic.el (generic-mode-internal):
25003 Simplify font-lock-defaults.
25004 (define-generic-mode): Fix docstring.
25005
25006 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
25007
25008 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
25009 font-lock-face property to highlight matches.
25010
25011 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
25012
25013 * progmodes/cc-mode.el (cc-create-define-alist): New function.
25014 (cc-define-alist): New variable.
25015 (c-mode): Make it local and initialize it.
25016
25017 * progmodes/gdb-ui.el (gdb-active-process): New variable.
25018 (gdb-exited): New function.
25019 (gdb-annotation-rules): Use it.
25020 (gdb-starting): Set gdb-active-process to t.
25021 (gdb-stopping): Amend doc string.
25022 (gdb-reset): Set gdb-active-process to nil.
25023
25024 * tooltip.el (tooltip-gud-tips): Show the associated #define
25025 directives when a C program under GDB is not executing.
25026
25027 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
25028
25029 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
25030 font-lock-fontify-syntactic-keywords.
25031
25032 * font-lock.el (font-lock-default-fontify-region): Don't force
25033 parse-sexp-lookup-properties to nil.
25034
25035 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
25036
25037 * man.el (man-mode-syntax-table): Set up `:' to have
25038 word-constituent syntax.
25039
25040 2005-04-27 Lute Kamstra <lute@gnu.org>
25041
25042 * novice.el (disable-command): Don't add spurious newlines to the
25043 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
25044
25045 2005-04-26 Jay Belanger <belanger@truman.edu>
25046
25047 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
25048 than one window before deleting window.
25049
25050 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
25051
25052 * shell.el (shell-prompt-pattern): Doc fix.
25053 (shell-mode): Set paragraph-separate buffer locally to "\\'".
25054
25055 * comint.el (comint-prompt-regexp, comint-get-old-input)
25056 (comint-use-prompt-regexp)
25057 (comint-use-prompt-regexp-instead-of-fields)
25058 (comint-replace-by-expanded-history, comint-send-input)
25059 (comint-output-filter, comint-get-old-input-default)
25060 (comint-line-beginning-position, comint-bol, comint-show-output)
25061 (comint-backward-matching-input, comint-forward-matching-input)
25062 (comint-next-prompt, comint-previous-prompt):
25063 Rename `comint-use-prompt-regexp-instead-of-fields' to
25064 `comint-use-prompt-regexp'. Keep old name as alias and declare
25065 obsolete.
25066 (comint-use-prompt-regexp): Shorten first line of doc string.
25067
25068 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
25069 Set paragraph-separate buffer locally to "\\'".
25070
25071 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
25072 Adapt to above name change.
25073
25074 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
25075 (smbclient-prompt-regexp): Ditto.
25076
25077 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
25078
25079 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
25080
25081 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
25082 gdb-location-list.
25083 Break lines that are over 80 characters wide.
25084
25085 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
25086
25087 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
25088 New fun and var, to preserve compatibility.
25089
25090 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
25091
25092 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
25093
25094 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
25095 name to file-newer-than-file-p.
25096
25097 2005-04-26 Richard M. Stallman <rms@gnu.org>
25098
25099 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
25100
25101 * progmodes/python.el (python-mode):
25102 Use new name eldoc-documentation-function.
25103
25104 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
25105
25106 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
25107 (eldoc-documentation-function):
25108 Rename from eldoc-print-current-symbol-info-function. Calls changed.
25109
25110 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
25111
25112 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
25113
25114 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
25115
25116 * term/xterm.el (function-key-map): Fix strings for
25117 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
25118 {C,S,A,C-S}-{f1-f12}.
25119
25120 2005-04-26 Kenichi Handa <handa@m17n.org>
25121
25122 * international/mule-cmds.el (select-safe-coding-system):
25123 Fix previous change.
25124
25125 2005-04-26 Lute Kamstra <lute@gnu.org>
25126
25127 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
25128
25129 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
25130 (font-lock-comment-delimiter-face): Ditto.
25131
25132 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
25133
25134 2005-04-25 Jay Belanger <belanger@truman.edu>
25135
25136 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
25137 to t while inserting information; use help-mode.
25138
25139 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
25140
25141 * term.el (ansi-term-color-vector): Use the xterm colors.
25142 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
25143
25144 2005-04-25 Lute Kamstra <lute@gnu.org>
25145
25146 * font-core.el (font-lock-defaults): Fix docstring.
25147
25148 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
25149
25150 2005-04-25 Kenichi Handa <handa@m17n.org>
25151
25152 * international/mule-cmds.el (select-safe-coding-system):
25153 Don't check consistency with coding: spec, etc if raw-text or
25154 no-conversion was found to be safe.
25155
25156 2005-04-24 Richard M. Stallman <rms@gnu.org>
25157
25158 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
25159 citation markers at start of each line.
25160
25161 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
25162 citation markers at start of each line.
25163
25164 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
25165
25166 * files.el (mode-require-final-newline): Fix previous change.
25167 (require-final-newline): Fix type label.
25168
25169 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
25170
25171 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
25172 statement in buffer (broken by 2004-11-24 change).
25173
25174 2005-04-24 Kim F. Storm <storm@cua.dk>
25175
25176 * ido.el (ido-everywhere): Save and restore old read-buffer-function
25177 and read-file-name-function values. Don't overwrite existing
25178 non-nil values if ido-mode is enabled without ido-everywhere.
25179
25180 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
25181
25182 * files.el (mode-require-final-newline): Minor doc fix.
25183
25184 2005-04-24 Eli Zaretskii <eliz@gnu.org>
25185
25186 * subr.el (syntax-after): Doc fix.
25187 (syntax-class): If argument is nil, return nil. Mask off upper 16
25188 bits, not 8 bits.
25189
25190 * files.el (mode-require-final-newline): Doc fix.
25191 (backup-buffer-copy): Fix last change.
25192
25193 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25194
25195 * term/mac-win.el: Require select. Set selection-coding-system to
25196 mac-system-coding-system. Call menu-bar-enable-clipboard.
25197 (x-last-selected-text-clipboard, x-last-selected-text-primary)
25198 (x-select-enable-clipboard): New variables.
25199 (x-select-text, x-get-selection, x-selection-value)
25200 (x-get-selection-value, mac-select-convert-to-string)
25201 (mac-services-open-file, mac-services-open-selection)
25202 (mac-services-insert-text): New functions.
25203 (CLIPBOARD, FIND): Put mac-scrap-name property.
25204 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
25205 (public.tiff): Put mac-ostype property.
25206 (selection-converter-alist): Add entries for them.
25207 (mac-application-menu-map): New keymap.
25208 (interprogram-cut-function, interprogram-paste-function): Set to
25209 x-select-text and x-get-selection-value, respectively.
25210 (split-window-keep-point): Set to t.
25211
25212 2005-04-23 Richard M. Stallman <rms@gnu.org>
25213
25214 * files.el (read-directory-name): Always pass non-nil
25215 DEFAULT-FILENAME arg to read-file-name.
25216 (backup-buffer-copy, basic-save-buffer-2): Take care against
25217 writing thru an unexpected existing symlink.
25218 (revert-buffer): In indirect buffer, revert the base buffer.
25219 (magic-mode-alist): Doc fix.
25220 (buffer-stale-function): Doc fix.
25221 (minibuffer-with-setup-hook): Avoid warning.
25222 (mode-require-final-newline): Doc and custom fix.
25223
25224 * follow.el (follow-end-of-buffer): Use with-no-warnings.
25225
25226 * font-lock.el (font-lock-comment-face): On terminals with few colors,
25227 use the default appearance.
25228 (font-lock-comment-delimiter-face): New face, new variable.
25229
25230 * imenu.el (imenu--generic-function): The official position of a
25231 definition is the start of the line that BEG is in.
25232
25233 * midnight.el (midnight-timer): Move defvar up.
25234
25235 * mouse.el (mouse-drag-region-1): Delete some debugging code.
25236
25237 * saveplace.el (save-place-to-alist): Use with-no-warnings.
25238
25239 * startup.el (command-line): Use with-no-warnings.
25240
25241 * window.el (window-size-fixed): New defvar.
25242
25243 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
25244
25245 * mail/rmail.el (rmail-font-lock-keywords):
25246 Use font-lock-comment-delimiter-face.
25247
25248 * mail/sendmail.el (mail-font-lock-keywords):
25249 Use font-lock-comment-delimiter-face.
25250
25251 * progmodes/compile.el (next-error-highlight-timer): New defvar.
25252
25253 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
25254
25255 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25256 Specify t for LAXMATCH when matching directories.
25257 Save match data around compilation-compat-error-properties form.
25258
25259 2005-04-23 David Kastrup <dak@gnu.org>
25260
25261 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
25262 Mention that the autoloaded aliases should be kept for AUCTeX.
25263
25264 2005-04-23 Andreas Schwab <schwab@suse.de>
25265
25266 * isearch.el (isearch-forward): Doc fix.
25267
25268 2005-04-23 Eli Zaretskii <eliz@gnu.org>
25269
25270 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
25271 (jit-lock-stealth-nice): Change default value to 0.5.
25272
25273 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
25274
25275 * abbrev.el (write-abbrev-file): Write table entries in
25276 alphabetical order by table name.
25277
25278 2005-04-22 Kim F. Storm <storm@cua.dk>
25279
25280 * ido.el (ido-read-internal): Fix `list' completion.
25281
25282 2005-04-22 Kenichi Handa <handa@m17n.org>
25283
25284 * recentf.el (recentf-save-file-coding-system): New variable.
25285 (recentf-save-list): Encode the file by
25286 recentf-save-file-coding-system and add coding: tag.
25287
25288 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
25289
25290 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
25291
25292 2005-04-21 Lute Kamstra <lute@gnu.org>
25293
25294 * loadhist.el (unload-feature): Don't remove a function from hooks
25295 if it is about to be restored to an autoload . Remove functions
25296 that will become unbound from auto-mode-alist. Simplify the code.
25297
25298 * subr.el (assq-delete-all): New implementation that is linear,
25299 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
25300 (rassq-delete-all): New function.
25301
25302 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
25303 Add size-indication-mode.
25304
25305 2005-04-21 Kenichi Handa <handa@m17n.org>
25306
25307 * international/mule-cmds.el: Add autoload for widget-value in
25308 eval-when-compile.
25309
25310 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
25311
25312 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
25313 Add tooltip-mode.
25314
25315 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
25316
25317 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
25318
25319 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
25320 (inferior-lisp-filter-regexp, inferior-lisp-program)
25321 (inferior-lisp-load-command, inferior-lisp-prompt)
25322 (inferior-lisp-mode-hook, lisp-source-modes)
25323 (inferior-lisp-load-hook): defvar->defcustom.
25324 (inferior-lisp-program, inferior-lisp-prompt)
25325 (inferior-lisp-load-hook): Doc fixes.
25326 (inferior-lisp-install-letter-bindings): Small change in
25327 introductory comment.
25328
25329 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
25330
25331 * vc.el (vc-annotate-color-map): Change some colors so that text
25332 using them as foreground is readable on both white and black
25333 backgrounds.
25334
25335 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
25336
25337 * international/mule-conf.el (translation-table-for-input):
25338 Remove redundant declaration.
25339
25340 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
25341
25342 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
25343
25344 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
25345 (tooltip-toggle-gud-tips): New function.
25346
25347 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25348
25349 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
25350 right angle brackets.
25351
25352 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
25353
25354 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
25355
25356 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
25357
25358 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
25359 Remove. Update callers to use expand-file-name instead.
25360
25361 * subr.el (syntax-class): New function.
25362
25363 * simple.el (blink-matching-open): Use it.
25364
25365 * paren.el (show-paren-function): Use it to recognize parens that are
25366 also used in 2-char comment markers.
25367
25368 2005-04-19 Lute Kamstra <lute@gnu.org>
25369
25370 * loadhist.el (unload-feature): Update for new format of
25371 load-history. Simplify the code.
25372
25373 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25374
25375 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
25376 (mac-add-charset-info): New function. Initialize variable
25377 mac-charset-info-alist using it.
25378 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
25379 for translation.
25380 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
25381 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
25382 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
25383 New CCL programs.
25384
25385 2005-04-19 Kim F. Storm <storm@cua.dk>
25386
25387 * simple.el (next-buffer, prev-buffer, next-error)
25388 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
25389 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
25390
25391 * bindings.el (next-buffer, prev-buffer, next-error)
25392 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
25393 (clone-indirect-buffer-other-window): Move bindings from simple.el.
25394 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
25395 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
25396
25397 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
25398
25399 * isearch.el (isearch-edit-string): Make the search-ring available for
25400 minibuffer history commands.
25401 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
25402 the default history commands now work just as well.
25403 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
25404
25405 2005-04-18 Kim F. Storm <storm@cua.dk>
25406
25407 * emulation/cua-base.el (cua--pre-command-handler): Add more
25408 elaborate check for shift modifier on non-window systems.
25409
25410 2005-04-18 Lars Hansen <larsh@math.ku.dk>
25411
25412 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
25413
25414 2005-04-18 Kim F. Storm <storm@cua.dk>
25415
25416 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
25417 and make it optional. Don't test tooltip-gud-echo-area here.
25418 (tooltip-gud-process-output, gdb-tooltip-print):
25419 Pass tooltip-gud-echo-area to tooltip-show.
25420 (tooltip-help-tips): Remove second optional arg to tooltip-show.
25421
25422 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25423
25424 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
25425 `display-graphic-p' may not be bound yet.
25426
25427 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
25428
25429 * startup.el (command-line): No longer enable Xterm Mouse mode by
25430 default in terminals compatible with xterm.
25431
25432 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
25433
25434 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
25435
25436 * tooltip.el (tooltip-gud-echo-area): Rename from
25437 tooltip-use-echo-area.
25438 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
25439 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
25440 area independently of where help tooltips are displayed.
25441
25442 2005-04-17 David Kastrup <dak@gnu.org>
25443
25444 * cus-theme.el (custom-theme-write-variables): Quote variables
25445 where necessary.
25446
25447 2005-04-17 Richard M. Stallman <rms@gnu.org>
25448
25449 * simple.el (yank-excluded-properties): Add follow-link to value.
25450
25451 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
25452
25453 * startup.el (fancy-splash-max-time): Just 30 seconds.
25454 (fancy-splash-delay): Just 7.
25455 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
25456
25457 * loadhist.el (unload-feature): Update for new format of load-history.
25458 Simplify the code.
25459
25460 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
25461 (rmail-font-lock-keywords): Don't fontify the text of a citation.
25462
25463 * mail/sendmail.el (mail-font-lock-keywords):
25464 Don't fontify subject text.
25465 Don't fontify the text of a citation.
25466
25467 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
25468
25469 * comint.el (comint-output-filter): Run comint-output-filter-functions
25470 with point where the user had it.
25471
25472 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
25473
25474 * international/ucs-tables.el (ucs-set-table-for-input):
25475 Disable when using unify-on-decoding.
25476
25477 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
25478
25479 * emulation/cua-base.el (cua-global-mark-face): Add special case
25480 for displays supporting a high number of colors.
25481
25482 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
25483
25484 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
25485
25486 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
25487
25488 * filesets.el (filesets-add-buffer): If user supplies a name of a
25489 non-existing fileset, create a new fileset.
25490
25491 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
25492
25493 * textmodes/org.el (org-up-heading-all): Fix bug with
25494 `outline-up-heading-all'.
25495
25496 2005-04-16 Andreas Schwab <schwab@suse.de>
25497
25498 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
25499 /etc/permissions.d/* and /etc/aliases.d/*.
25500
25501 2005-04-16 Kenichi Handa <handa@m17n.org>
25502
25503 * international/code-pages.el (cp-make-coding-system):
25504 Set `translation-table-for-input' property value to the symbol
25505 ucs-mule-to-mule-unicode, not to that value.
25506 (pt154): Escape guillemet by `\'.
25507
25508 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
25509
25510 * loadup.el: Load tooltip if x-show-tip is fboundp.
25511
25512 * startup.el (command-line): Add comment.
25513
25514 * tooltip.el (tooltip-mode): Specify correct standard value for
25515 Custom in init-value.
25516
25517 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
25518
25519 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
25520 possible.
25521
25522 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
25523
25524 * textmodes/org.el (org-agenda-date-prompt): Rename from
25525 `org-agenda-date-today'.
25526 (org-evaluate-time-range): Insert at point instead of directly
25527 after time range.
25528 (org-first-headline-recenter, org-subtree-end-visible-p)
25529 (org-optimize-window-after-visibility-change): New functions
25530 (org-agenda-post-command-hook): Don't allow point at end of line,
25531 to make sure it always hits the text properties.
25532 (org-agenda-next-date-line, org-agenda-previous-date-line):
25533 New commands.
25534 (org-set-regexps-and-options): Category may contain white space.
25535 (org-agenda-get-deadlines, org-agenda-get-scheduled):
25536 Improve marker positions.
25537 (org-agenda-new-marker): Argument POS made optional.
25538 (org-agenda-get-timestamps): Deadlines which are done are listed
25539 in org-done-face now.
25540 (org-agenda-get-todos, org-agenda-get-timestamps)
25541 (org-agenda-get-deadlines, org-agenda-get-scheduled):
25542 Set `undone-face' and `done-face' properties.
25543 (org-last-todo-state-is-todo): New variable.
25544 (org-todo): Set `org-last-todo-state-is-todo'.
25545 (org-agenda-todo): Change face according to
25546 `org-last-todo-state-is-todo'. And change other lines referring to
25547 the same entry.
25548 (org-calendar-goto-agenda): New command.
25549 (org-calendar-to-agenda-key): New option.
25550 (org-startup-folded): New allowed value `content'.
25551 (org-set-regexps-and-options): Accept new value `content' for
25552 `org-startup-folded'.
25553 (org-get-current-options): Handle new value `content' for
25554 `org-startup-folded'.
25555 (org-insert-todo-heading): New command.
25556 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
25557 interactively in empty file and option
25558 `org-insert-mode-line-in-empty-file' has been set.
25559 (org-agenda-todo, org-agenda-priority): Modify to use
25560 `org-agenda-change-all-lines'.
25561 (org-warning-face): Change color on dark background
25562
25563 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25564
25565 * international/mule-cmds.el (set-locale-environment): On Mac OS,
25566 use preferences AppleLocale and AppleLanguages, and variable
25567 mac-system-locale for default locale. On Mac OS Classic, use
25568 mac-system-coding-system for default coding systems.
25569
25570 * term/mac-win.el: Don't set file-name-coding-system.
25571 Decode variables system-name, emacs-build-system, user-login-name, and
25572 user-full-name by mac-system-coding-system on Mac OS Classic.
25573 (mac-system-coding-system): New variable.
25574
25575 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
25576
25577 * startup.el (command-line): Handle `xterm-mouse-mode' before
25578 reading init file.
25579
25580 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
25581
25582 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
25583
25584 * progmodes/sh-script.el (sh-here-document-word): Make it a
25585 defcustom. Doc fix.
25586 (sh-add): Bash uses $(( )) for arithmetic.
25587 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
25588 (sh-maybe-here-document): Remove quotes and leading whitespace
25589 from heredoc word when closing. Indent heredoc with tabs if word
25590 starts with "-".
25591
25592 2005-04-13 Richard M. Stallman <rms@gnu.org>
25593
25594 * simple.el (undo): Fix previous change.
25595
25596 * custom.el (defface): Doc fix.
25597
25598 2005-04-13 Lute Kamstra <lute@gnu.org>
25599
25600 * Makefile.in (DONTCOMPILE): Remove list.
25601 (compile, compile-always): Don't use DONTCOMPILE.
25602 (update-authors): Load the library in which batch-update-authors
25603 is defined.
25604 * makefile.w32-in (DONTCOMPILE): Remove list.
25605 (compile, compile-always): Fix comments.
25606 (update-authors): Load the library in which batch-update-authors
25607 is defined.
25608
25609 * generic-x.el (generic-mode-ini-file-find-file-hook):
25610 Rename to ini-generic-mode-find-file-hook.
25611 Keep generic-mode-ini-file-find-file-hook as an alias.
25612 (ini-generic-mode-find-file-hook): Rename from
25613 generic-mode-ini-file-find-file-hook. Fix docstring.
25614 (ini-generic-mode): Docstring change.
25615 (bat-generic-mode-run-as-comint): Silence the byte compiler.
25616
25617 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
25618 called from lisp.
25619
25620 * generic.el: Move to the emacs-lisp subdir.
25621
25622 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
25623
25624 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
25625 and C-S- function and cursor motion keys.
25626
25627 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
25628
25629 * startup.el (command-line): Enable Xterm Mouse mode by default.
25630 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
25631 for Custom. No longer show "Mouse" in mode line when enabled.
25632 Doc fix.
25633
25634 2005-04-12 Kim F. Storm <storm@cua.dk>
25635
25636 * emulation/cua-base.el (cua-rectangle-face)
25637 (cua-rectangle-noselect-face): Define face attributes here.
25638
25639 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
25640
25641 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25642
25643 * startup.el (command-line): Turn off blinking cursor if
25644 cursorBlink in resources is off or false.
25645
25646 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25647
25648 * term/mac-win.el (dnd): Require dnd.
25649 (mac-drag-n-drop): Call dnd-handle-one-url.
25650 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
25651 (kTextEncodingISOLatin2): Remove constants.
25652 (mac-script-code-coding-systems): New constant.
25653 (mac-handle-language-change): New function.
25654 (special-event-map): Bind it to `language-change' event.
25655 (mac-centraleurroman, mac-cyrillic): New coding systems.
25656 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
25657 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
25658 and mac-cyrillic-encoder to encode-mac-centraleurroman and
25659 encode-mac-cyrillic, respectively.
25660
25661 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
25662
25663 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
25664 Don't set overlay-arrow-string to "=>" as this is done
25665 globally in C now.
25666
25667 2005-04-12 Lute Kamstra <lute@gnu.org>
25668
25669 * generic-x.el (rc-generic-mode, rul-generic-mode):
25670 Fix auto-mode-alist entries.
25671 (etc-fstab-generic-mode): Tweak fontification.
25672
25673 * generic.el (generic-make-keywords-list): Fix docstring.
25674 (generic-mode-internal): Simplify generic-font-lock-keywords.
25675
25676 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
25677
25678 * whitespace.el (whitespace-buffer-leading)
25679 (whitespace-buffer-trailing): Revert the incorrect test inversion.
25680 However, fix the highlight area for the leading and
25681 trailing whitespaces to show space.
25682
25683 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
25684
25685 * whitespace.el (whitespace-version): Bump to 3.5
25686
25687 (whitespace-buffer-leading, whitespace-buffer-trailing):
25688 Invert sense of the test to highlight the whitespace.
25689
25690 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
25691
25692 * progmodes/gud.el (gud-display-line): GUD uses its own
25693 overlay arrow now so don't set overlay-arrow-string.
25694 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
25695
25696 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
25697
25698 * term.el (term-ansi-current-bold, term-ansi-current-underline)
25699 (term-ansi-current-reverse, term-ansi-current-invisible)
25700 (term-ansi-face-already-done): Change to boolean.
25701 (term-reset-terminal, term-handle-colors-array): Handle the above
25702 vars accordingly.
25703 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
25704 (term-emulate-terminal): Use the new name.
25705
25706 * faces.el (secondary-selection): Use yellow1, not yellow.
25707 (trailing-whitespace): Use red1, not red.
25708
25709 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25710
25711 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
25712 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
25713 (dired-dnd-handle-file): Call dnd-get-local-file-uri
25714
25715 * cus-edit.el (dnd): New group.
25716
25717 * term/w32-win.el (dnd): Require dnd
25718 (w32-drag-n-drop): Call dnd-handle-one-url.
25719
25720 * x-dnd.el: Require dnd.
25721 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
25722 Call dnd-handle-one-url.
25723 (x-dnd-types-alist, x-dnd-insert-utf8-text)
25724 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
25725 to dnd-insert-text.
25726 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
25727 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
25728 (x-dnd-get-local-file-name, x-dnd-open-local-file)
25729 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
25730
25731 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
25732
25733 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25734
25735 * wdired.el: Doc fixes.
25736 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
25737 (wdired-use-dired-vertical-movement): Rename from
25738 wdired-always-move-to-filename-beginning.
25739 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
25740 (wdired-change-to-wdired-mode): Change mode name.
25741 (wdired-newline): Delete.
25742
25743 2005-04-11 Richard M. Stallman <rms@gnu.org>
25744
25745 * whitespace.el (whitespace-highlight-the-space):
25746 Don't call whitespace-unhighlight-the-space here.
25747
25748 * simple.el (undo): Record t in undo-equiv-table
25749 for the redo record made by an undo-in-region.
25750
25751 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
25752
25753 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
25754 (gdb-frame-inferior-io-buffer): New Functions to control
25755 display of separate IO buffer.
25756 (menu): Add them to menu-bar.
25757 (gdb-display-buffer): Check for buffer another frame.
25758 Protect GUD buffer.
25759 (gdb-setup-windows): Create IO buffer if not already there.
25760 (gdb-memory-mode): Remove purecopy noops.
25761
25762 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
25763
25764 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
25765 and pass to self-insert-command.
25766
25767 2005-04-11 Lute Kamstra <lute@gnu.org>
25768
25769 * generic.el: Commentary section cleanup.
25770 (generic): Delete.
25771 (generic-use-find-file-hook, generic-lines-to-scan)
25772 (generic-find-file-regexp, generic-ignore-files-regexp)
25773 (default-generic-mode, generic-mode-find-file-hook)
25774 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
25775 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
25776 (generic-use-find-file-hook, generic-lines-to-scan)
25777 (generic-find-file-regexp, generic-ignore-files-regexp)
25778 (default-generic-mode, generic-mode-find-file-hook)
25779 (generic-mode-ini-file-find-file-hook): Move from generic.el.
25780
25781 2005-04-10 Karl Fogel <kfogel@red-bean.com>
25782
25783 * bookmark.el (bookmark-write-file): Catch errors writing file.
25784 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
25785
25786 2005-04-10 Richard M. Stallman <rms@gnu.org>
25787
25788 * startup.el (fancy-splash-tail): Update copyright year.
25789 (command-line): Split part of -Q into -D.
25790 (emacs-basic-display): New defvar.
25791 (fancy-splash-text): Correct name of menu item.
25792
25793 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
25794
25795 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
25796 lines in one node.
25797
25798 * comint.el (comint-send-input): New arg ARTIFICIAL.
25799 Callers in this file changed.
25800
25801 * abbrev.el (define-abbrevs): Read system abbrevs properly.
25802
25803 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
25804
25805 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
25806
25807 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
25808 `ldap-search-internal'.
25809
25810 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
25811
25812 * files.el (set-auto-mode-1): Use line-end-position.
25813
25814 * international/latin-1.el:
25815 * international/latin-2.el:
25816 * international/latin-3.el:
25817 * international/latin-4.el:
25818 * international/latin-5.el:
25819 * international/latin-8.el:
25820 * international/latin-9.el: Give punctuation syntax to NBSP.
25821
25822 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
25823 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
25824 Use char-classes to accept non-ascii letters, accepted in some recent
25825 bibtex implementations.
25826
25827 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
25828
25829 * custom.el (custom-set-minor-mode): Any non-nil value for the
25830 variable should enable the mode when set through Custom.
25831
25832 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
25833
25834 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
25835 TAB binding so tab-always-indent is obeyed.
25836 (vhdl-minibuffer-local-map): Move initialization into declaration.
25837 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
25838 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
25839 (vhdl-hooked-abbrev): Avoid test for XEmacs.
25840 (vhdl-current-line): Use line-beginning-position.
25841 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
25842 with-output-to-temp-buffer, so the current position can be recorded.
25843
25844 2005-04-10 Masatake YAMATO <jet@gyve.org>
25845
25846 * progmodes/compile.el (compilation-error-regexp-alist-alist):
25847 Add regexp for gcov.
25848
25849 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
25850
25851 * calendar/time-date.el (time-to-seconds, seconds-to-time)
25852 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
25853 syntax which Emacs 20 doesn't support.
25854
25855 2005-04-09 Richard M. Stallman <rms@gnu.org>
25856
25857 * help.el (describe-key-briefly, describe-key):
25858 Replace strings as event types with "(any string)".
25859
25860 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
25861
25862 * arc-mode.el (archive-mode-map): Move initialization into
25863 the declaration. Override *all* bindings of `undo'.
25864 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
25865
25866 2005-04-09 Jay Belanger <belanger@truman.edu>
25867
25868 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
25869
25870 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
25871
25872 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
25873 (xterm-register-default-colors): Update color values computation
25874 to match xterm-200.
25875
25876 2005-04-09 Kenichi Handa <handa@m17n.org>
25877
25878 * international/code-pages.el (iso-latin-7): Fix the map.
25879
25880 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
25881
25882 * emacs-lisp/lisp.el (defun-prompt-regexp)
25883 (parens-require-spaces, buffer-end, end-of-defun)
25884 (insert-parentheses): Doc fixes.
25885
25886 2005-04-08 Kim F. Storm <storm@cua.dk>
25887
25888 * comint.el (comint-highlight-prompt): Fix face spec.
25889 * hi-lock.el (hi-green): Likewise.
25890
25891 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
25892
25893 * cus-edit.el (custom-modified-face):
25894 * comint.el (comint-highlight-input): Fix previous changes.
25895 * term.el (term-handle-ansi-escape): Add a comment.
25896
25897 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
25898
25899 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
25900 in the buffer and in whitespace-highlighted-space.
25901 (whitespace-unhighlight-the-space): Simplify.
25902 (whitespace-buffer): Simplify.
25903
25904 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
25905
25906 * textmodes/table.el (table-cell-face): Add special case for
25907 displays supporting a high number of colors.
25908 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
25909 (vhdl-font-lock-reserved-words-face)
25910 (vhdl-speedbar-architecture-face)
25911 (vhdl-speedbar-instantiation-face)
25912 (vhdl-speedbar-architecture-selected-face)
25913 (vhdl-speedbar-instantiation-selected-face): Likewise.
25914 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
25915 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
25916 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
25917 (ebrowse-root-class-face, ebrowse-member-attribute-face)
25918 (ebrowse-progress-face): Likewise.
25919 * progmodes/compile.el (compilation-info-face): Likewise.
25920 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
25921 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
25922 * calendar/calendar.el (diary-face): Likewise.
25923 * woman.el (woman-italic-face, woman-bold-face)
25924 (woman-unknown-face): Likewise.
25925 * wid-edit.el (widget-button-pressed-face): Likewise.
25926 * whitespace.el (whitespace-highlight-face): Likewise.
25927 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
25928 * pcvs-info.el (cvs-marked-face): Likewise.
25929 * info.el (info-xref): Likewise.
25930 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
25931 * hilit-chg.el (highlight-changes-face)
25932 (highlight-changes-delete-face): Likewise.
25933 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
25934 (hi-red-b): Likewise.
25935 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
25936 * font-lock.el (font-lock-keyword-face)
25937 (font-lock-function-name-face, font-lock-warning-face): Likewise.
25938 * cus-edit.el (custom-invalid-face, custom-modified-face)
25939 (custom-set-face, custom-changed-face, custom-variable-tag-face)
25940 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
25941 * comint.el (comint-highlight-prompt): Likewise.
25942
25943 2005-04-08 Lute Kamstra <lute@gnu.org>
25944
25945 * font-lock.el (font-lock-keywords): Docstring fixes.
25946
25947 2005-04-08 Kenichi Handa <handa@m17n.org>
25948
25949 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
25950 chars are more than a limit, print " and more..." at the tail.
25951
25952 2005-04-08 Kim F. Storm <storm@cua.dk>
25953
25954 * emacs-lisp/authors.el (authors-aliases): Update list.
25955 (authors-ignored-files): New list.
25956 (authors-fixed-entries): Fix typo.
25957 (authors-renamed-files-alist): Update list.
25958 (authors-add): Check authors-ignored-files.
25959
25960 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
25961
25962 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
25963 optional, to ensure backward compatibility.
25964
25965 2005-04-08 Stephen Eglen <stephen@gnu.org>
25966
25967 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
25968
25969 2005-04-08 Kim F. Storm <storm@cua.dk>
25970
25971 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
25972
25973 * mouse.el (mouse-on-link-p): Doc fix.
25974
25975 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
25976
25977 * ielm.el (ielm-prompt-read-only): Doc fix.
25978
25979 * comint.el (comint-prompt-read-only): Doc fix.
25980
25981 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
25982
25983 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
25984 ensure dired always handles wildcards passed to ffap.
25985 (find-file-at-point): Use it.
25986 (ffap-dired-wildcards): Doc fix.
25987
25988 2005-04-07 Juri Linkov <juri@jurta.org>
25989
25990 * simple.el (next-error-overlay-arrow-position): New defvar.
25991 Put "=>" on its property `overlay-arrow-string'. Add it to
25992 `overlay-arrow-variable-list'.
25993
25994 * progmodes/compile.el (compilation-setup):
25995 Set `next-error-overlay-arrow-position' to nil. Also set it to
25996 nil in the local hook `kill-buffer-hook'. Make local variable
25997 `overlay-arrow-string' and set it to "=>".
25998 (compilation-goto-locus): Set BOL position to
25999 `next-error-overlay-arrow-position' instead of
26000 `overlay-arrow-position'.
26001
26002 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
26003 locally instead of adding it to the global hook.
26004 (Info-kill-buffer): Move up.
26005
26006 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
26007
26008 * term/xterm.el (xterm-standard-colors): Update color values from
26009 xterm-200.
26010
26011 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
26012
26013 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
26014
26015 * fast-lock.el:
26016 * lazy-lock.el: Move them to the obsolete subdir.
26017
26018 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26019
26020 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
26021 (wdired-add-replace-advice): Remove.
26022 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
26023
26024 2005-04-06 Kim F. Storm <storm@cua.dk>
26025
26026 * startup.el (command-line): Add --bare-bones alias for -Q.
26027
26028 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26029
26030 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
26031 create the startup fontset if a font specification ends with
26032 `mac-roman'.
26033
26034 2005-04-06 Lute Kamstra <lute@gnu.org>
26035
26036 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
26037 change.
26038
26039 * emacs-lisp/copyright.el (copyright-update-year): Replace the
26040 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
26041
26042 2005-04-05 Lute Kamstra <lute@gnu.org>
26043
26044 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
26045 (define-generic-mode): Ditto. Fix debug declaration.
26046
26047 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
26048 Put them in the generic-x group.
26049
26050 * calendar/timeclock.el (timeclock): Doc fix.
26051
26052 * generic.el (define-generic-mode): Don't use custom-current-group.
26053 Document default :group value.
26054 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
26055 (define-global-minor-mode): Don't use custom-current-group.
26056
26057 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
26058
26059 * startup.el (command-line-1): Display startup-echo-area-message
26060 when fancy splash screen is in use.
26061
26062 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
26063 (sh-escaped-newline): New face.
26064 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
26065 newline, and use sh-escaped-newline face.
26066
26067 * progmodes/tcl.el (tcl-escaped-newline): New face.
26068 (tcl-builtin-list): New variable.
26069 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
26070 newlines. Fix keywords subexpression number.
26071
26072 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
26073
26074 * textmodes/org.el (org-diary-default-entry): Fix call to
26075 `add-to-diary-entry'.
26076
26077 2005-04-05 Kim F. Storm <storm@cua.dk>
26078
26079 * ediff-init.el: Use (featurep 'xemacs).
26080
26081 2005-04-05 David Ponce <david@dponce.com>
26082
26083 * cus-edit.el (face): Derive from symbol widget. Display sample
26084 of the current face on the fly.
26085 (widget-face-sample-face-get, widget-face-notify): New functions.
26086 (widget-face-value-create): Remove.
26087
26088 * wid-edit.el (widget-field-end): Temporarily remove field
26089 narrowing before to call `get-char-property'.
26090
26091 2005-04-04 Jay Belanger <belanger@truman.edu>
26092
26093 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
26094 (math-read-subscripts): New variable.
26095 (math-read-preprocess-string): Process subscripts.
26096
26097 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
26098
26099 * comint.el (comint-prompt-read-only): Doc fix.
26100
26101 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
26102 `-1'. Doc fix.
26103
26104 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
26105
26106 * textmodes/org.el (org-insert-mode-line-in-empty-file):
26107 Change default value to nil.
26108
26109 2005-04-04 Lute Kamstra <lute@gnu.org>
26110
26111 * autorevert.el (auto-revert-mode): Specify :group.
26112 * battery.el (display-battery-mode): Specify :group.
26113 * diff-mode.el (diff-minor-mode): Specify :group.
26114 * font-core.el (font-lock-mode): Specify :group.
26115 * hl-line.el (hl-line-mode): Specify :group.
26116 * iimage.el (iimage): New customization group.
26117 (iimage-mode): Specify :group.
26118 * longlines.el (longlines-mode): Specify :group.
26119 * master.el: Don't require easy-mmode.
26120 (master): New customization group.
26121 (master-mode): Specify :group.
26122 * msb.el (msb-mode): Specify :group.
26123 * reveal.el (reveal-mode): Specify :group.
26124 * simple.el (next-error-follow-minor-mode): Specify :group.
26125 * smerge-mode.el (smerge-mode): Specify :group.
26126 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
26127 * emulation/cua-base.el (cua-mode): Specify :group.
26128 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
26129 * language/thai-util.el (thai-auto-composition-mode)
26130 (thai-word-mode): Specify :group.
26131 * mail/supercite.el (sc-minor-mode): Specify :group.
26132 * progmodes/cwarn.el (cwarn-mode): Specify :group.
26133 * progmodes/flymake.el (flymake-mode): Specify :group.
26134 * progmodes/glasses.el (glasses-mode): Specify :group.
26135 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
26136 * textmodes/enriched.el (enriched-mode): Specify :group.
26137 * textmodes/refill.el (refill-mode): Specify :group.
26138
26139 * add-log.el (change-log-font-lock-keywords): Names in
26140 parenthesized lists can contain spaces.
26141
26142 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
26143
26144 * startup.el (fancy-splash-text): Shorten default text of
26145 "Emacs Tutorial" line. Also, if the current language env
26146 indicates an available tutorial file other than TUTORIAL,
26147 extract its title and append it to the line in parentheses.
26148 (fancy-splash-insert): If arg is a thunk, funcall it.
26149
26150 2005-04-04 Jay Belanger <belanger@truman.edu>
26151
26152 * calc.el (calc-language-alist): Add tags to customization type.
26153
26154 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
26155
26156 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
26157 Doc fix.
26158
26159 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
26160
26161 * add-log.el (change-log-font-lock-keywords): The manual
26162 describing a Change Log entry, says: (...) "Aside from these
26163 header lines, every line in the change log starts with a space or
26164 a tab.". The font-lock was not highlighting lines started with
26165 spaces, added support for it.
26166
26167 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26168
26169 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
26170 (bibtex-generate-url-list): Update docstring accordingly. Put the
26171 complex example in the docstring.
26172 (bibtex-font-lock-url): Use pop.
26173
26174 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
26175
26176 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
26177
26178 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
26179
26180 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
26181
26182 * filesets.el (filesets-set-default): Doc fix.
26183
26184 2005-04-03 Lute Kamstra <lute@gnu.org>
26185
26186 * generic.el (define-generic-mode): Add argument to specify
26187 keywords for defcustom.
26188 (default-generic-mode): Specify :group.
26189
26190 * generic-x.el: Specify :group for all generic modes.
26191
26192 * desktop.el (desktop-no-desktop-file-hook)
26193 (desktop-after-read-hook): Doc fix.
26194
26195 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
26196
26197 * simple.el (visible-mode): Use explicit :group keyword.
26198 This changes the group of `visible-mode-hook' from paren-blinking
26199 to editing-basics.
26200
26201 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
26202
26203 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
26204 mailbox specifications as well as URLs.
26205 (rmail-insert-inbox-text): Remove unused conditional branches.
26206
26207 2005-04-01 Jay Belanger <belanger@truman.edu>
26208
26209 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
26210 (calc-gnuplot-print-command): Move definitions to calc.el.
26211
26212 * calc/calc-embed.el (calc-embedded-announce-formula)
26213 (calc-embedded-open-formula, calc-embedded-close-formula)
26214 (calc-embedded-open-word, calc-embedded-close-word)
26215 (calc-embedded-open-plain, calc-embedded-close-plain)
26216 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
26217 (calc-embedded-open-mode, calc-embedded-close-mode):
26218 Move definitions to calc.el.
26219
26220 * calc/calc.el (calc-settings-file, calc-language-alist):
26221 Make customizable.
26222 (calc-embedded-announce-formula, calc-embedded-open-formula)
26223 (calc-embedded-close-formula, calc-embedded-open-word)
26224 (calc-embedded-close-word, calc-embedded-open-plain)
26225 (calc-embedded-close-plain, calc-embedded-open-new-formula)
26226 (calc-embedded-close-new-formula, calc-embedded-open-mode)
26227 (calc-embedded-close-mode, calc-gnuplot-name)
26228 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
26229 from other files and make customizable.
26230
26231 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
26232
26233 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
26234 Use buffer-live-p.
26235 (cvs-mode-run): Don't call cvs-update-header here.
26236 (cvs-run-process): Call cvs-update-header.
26237 Use process properties for cvs-postprocess and cvs-buffer so that
26238 the sentinel can behave better if the temp buffer is killed.
26239 Use a pipe rather than a tty, to better handle unexpected prompts.
26240 (cvs-sentinel): Rewrite. Call cvs-update-header.
26241
26242 2005-04-01 Andre Spiegel <spiegel@gnu.org>
26243
26244 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
26245 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
26246
26247 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
26248
26249 * generic.el (define-generic-mode): Add indentation rule.
26250
26251 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
26252
26253 * files.el (mode-require-final-newline): Make Custom correctly
26254 report a nil value and allow to set it to nil via Custom.
26255 Doc fix.
26256
26257 2005-04-01 Kenichi Handa <handa@m17n.org>
26258
26259 * international/characters.el: Enable the correct case setting for
26260 dotless-i and dotted-I.
26261
26262 2005-04-01 Kim F. Storm <storm@cua.dk>
26263
26264 * ido.el (ido-file-internal): Fall back to non-ido command if
26265 initial directory is on slow ftp (or tramp) host.
26266
26267 2005-03-31 Richard M. Stallman <rms@gnu.org>
26268
26269 * emacs-lisp/autoload.el (make-autoload):
26270 Handle define-global-minor-mode.
26271
26272 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
26273 Rename from easy-mmode-define-global-mode.
26274 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
26275
26276 * progmodes/scheme.el (scheme-mode-syntax-table):
26277 Update syntax of | and # for two-character comment syntax.
26278
26279 2005-03-31 Lute Kamstra <lute@gnu.org>
26280
26281 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
26282 (define-minor-mode): Call custom-current-group at load-time.
26283
26284 * generic.el (define-generic-mode): Add debug declaration.
26285 Add defcustom for the mode hook.
26286 (generic-mode-internal): Use run-mode-hooks.
26287
26288 2005-03-31 Kim F. Storm <storm@cua.dk>
26289
26290 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
26291 (mouse-fixup-help-message): New defun called by show_help_echo
26292 to fixup mouse-2 prefix in help messages when applicable.
26293
26294 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
26295
26296 2005-03-31 Kenichi Handa <handa@m17n.org>
26297
26298 * language/thai-word.el (thai-find-word-ends): Pay attention to
26299 the case that we reach the end of buffer.
26300
26301 * textmodes/fill.el (fill-text-properties-at): New function.
26302 (fill-newline): Use fill-text-properties-at instead of
26303 text-properties-at.
26304
26305 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
26306
26307 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
26308 not comint-quote-filename.
26309
26310 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
26311
26312 * help-fns.el (help-with-tutorial): Revert last change.
26313
26314 2005-03-31 Kim F. Storm <storm@cua.dk>
26315
26316 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
26317
26318 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
26319
26320 * calendar/cal-china.el: Update reference to "Calendrical
26321 Calculations" book; there's a new edition.
26322 * calendar/cal-coptic.el: Likewise.
26323 * calendar/cal-french.el: Likewise.
26324 * calendar/cal-hebrew.el: Likewise.
26325 * calendar/cal-islam.el: Likewise.
26326 * calendar/cal-iso.el: Likewise.
26327 * calendar/cal-julian.el: Likewise.
26328 * calendar/cal-mayan.el: Likewise.
26329 * calendar/cal-persia.el: Likewise.
26330 * calendar/calendar.el: Likewise.
26331 * calendar/holidays.el: Likewise.
26332 * calendar/lunar.el: Likewise.
26333 * calendar/solar.el: Likewise.
26334
26335 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
26336 white space from doc string.
26337
26338 2005-03-30 Jay Belanger <belanger@truman.edu>
26339
26340 * calc/calc-help.el (calc-full-help): Remove email address.
26341
26342 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
26343
26344 * help-fns.el (help-with-tutorial): Delete title line.
26345
26346 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
26347
26348 * calendar/cal-x.el (calendar-one-frame-setup)
26349 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
26350 rather than `symbol' for set-window-dedicated-p.
26351
26352 * calendar/appt.el (appt-buffer-name): Make it a constant.
26353 (appt-add): Doc fix.
26354
26355 * filesets.el (filesets-menu-path, filesets-menu-before)
26356 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
26357 (filesets-menu-cache-file): Use directory ~/.emacs.d.
26358 (filesets-add-submenu): Delete and use add-submenu instead.
26359
26360 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
26361
26362 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
26363 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
26364 (org-diary-default-entry): New function.
26365 (org-get-entries-from-diary): Better parsing of diary entries.
26366 (org-agenda-check-no-diary): New function.
26367 ("diary-lib"): Advice to function `add-to-diary-list', to allow
26368 linking to diary entries.
26369 (org-agenda-execute-calendar-command): New function.
26370 (org-agenda): Improve visible section in window.
26371 Use `org-fit-agenda-window'.
26372 (org-fit-agenda-window): New option.
26373 (org-move-subtree-down): Better handling of empty lines
26374 at end of subtree.
26375 (org-cycle): Numeric prefix is interpreted now as show-subtree N
26376 levels up.
26377 (org-fontify-done-headline): New option.
26378 (org-headline-done-face): New face.
26379 (org-set-font-lock-defaults): Use `org-headline-done-face'.
26380 (org-table-copy-down): Rename from `org-table-copy-from-above'.
26381 When current field is non-empty, it is copied to next row.
26382 (org-table-copy-from-above): Fix bug which made it
26383 impossible to copy fields containing only a single non-white character.
26384
26385 2005-03-30 Kim F. Storm <storm@cua.dk>
26386
26387 * kmacro.el (kmacro-end-macro): Isearch may store this command
26388 into the macro -- so ignore it when executing keyboard macro.
26389
26390 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
26391
26392 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
26393
26394 2005-03-29 Kenichi Handa <handa@m17n.org>
26395
26396 * language/thai.el ("Thai"): Set setup-function and exit-function
26397 for Thai language environment.
26398
26399 * language/thai-util.el: Require thai-word.
26400 (thai-word-mode-map): New variable.
26401 (thai-word-mode): New minor mode.
26402 (setup-thai-language-environment-internal): New function.
26403 (exit-thai-language-environment-internal): New function.
26404
26405 * language/thai-word.el (thai-word-table): Declare it by defvar,
26406 use dolist to initialize it.
26407 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
26408 (thai-fill-find-break-point): New functions.
26409
26410 2005-03-29 Richard M. Stallman <rms@gnu.org>
26411
26412 * simple.el (idle-update-delay): Move definition up.
26413 (set-mark): Doc fix.
26414
26415 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
26416
26417 * longlines.el: New file.
26418
26419 * simple.el (buffer-substring-filters): New variable.
26420 (filter-buffer-substring): New function.
26421 (kill-region, copy-region-as-kill): Use it.
26422
26423 * register.el (copy-to-register, append-to-register)
26424 (prepend-to-register): Use filter-buffer-substring.
26425
26426 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
26427
26428 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
26429 (gud-filter-pending-text): Move in front of gdb.
26430 (gud-overlay-arrow-position): New variable.
26431 (gud-sentinel, gud-display-line): Use it in place of
26432 overlay-arrow-position.
26433
26434 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
26435
26436 * progmodes/fortran.el (fortran-if-indent): Doc fix.
26437 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
26438 (fortran-font-lock-keywords-4): New variable.
26439 (fortran-blocks-re, fortran-end-block-re)
26440 (fortran-start-block-re): New constants, for hideshow.
26441 (hs-special-modes-alist): Add a Fortran entry.
26442 (fortran-mode-map): Bind fortran-end-of-block,
26443 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
26444 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
26445 (fortran-looking-at-if-then, fortran-end-of-block)
26446 (fortran-beginning-of-block): New functions, for hideshow.
26447
26448 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
26449 Doc fix. Tweak regexp.
26450 (f90-beginning-of-block): Push mark first.
26451
26452 2005-03-29 Jay Belanger <belanger@truman.edu>
26453
26454 * calc/calc.el: Update copyright date.
26455 (calc-version): Increase to 2.1.
26456 (calc-version-date): Remove.
26457
26458 * calc/calc-help.el: Update copyright date.
26459 (calc-full-help): Remove reference to calc-version-date.
26460 Update copyright date.
26461
26462 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
26463
26464 * vc.el (vc-do-command): Use a pipe for async processes, so password
26465 prompts don't show up at places where the user can't reply.
26466
26467 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
26468
26469 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
26470 on the file name we pass to the inferior shell.
26471
26472 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
26473
26474 * progmodes/which-func.el (which-function): Be robust in the face of an
26475 imenu--make-index-alist failure.
26476
26477 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
26478
26479 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
26480
26481 * progmodes/python.el (python-preoutput-filter): Fix last change.
26482
26483 2005-03-29 Lute Kamstra <lute@gnu.org>
26484
26485 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
26486 functions and compiled macros.
26487 (debug-convert-byte-code): Handle macros too.
26488 (debug-on-entry-1): Don't signal an error when trying to clear a
26489 function that is not set to debug on entry.
26490
26491 2005-03-29 Jay Belanger <belanger@truman.edu>
26492
26493 * calc/calc-lang.el: Add functions to math-function-table
26494 properties of tex and math.
26495
26496 2005-03-29 Kenichi Handa <handa@m17n.org>
26497
26498 * ps-mule.el (ps-mule-plot-string): Translate characters by
26499 ps-print-translation-table.
26500 (ps-mule-begin-job): Call find-charset-region/string with
26501 ps-print-translation-table.
26502 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
26503
26504 * ps-print.el (ps-print-translation-table): New variable.
26505 (ps-plot-region): Translate characters by ps-print-translation-table.
26506
26507 2005-03-29 Juri Linkov <juri@jurta.org>
26508
26509 * simple.el (next-error-highlight-timer): New variable.
26510
26511 * progmodes/compile.el (compilation-goto-locus):
26512 Use `next-error-highlight-timer' instead of `sit-for'.
26513
26514 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
26515
26516 * mail/supercite.el (sc-mail-field): Use assoc-string.
26517 (sc-get-address): Simplify regexps.
26518
26519 * files.el (minibuffer-with-setup-hook): New macro.
26520 (find-file-read-args): Use it to avoid let-binding
26521 minibuffer-with-setup-hook (which breaks turning on/off
26522 file-name-shadow-mode while in the prompt).
26523
26524 * complete.el (PC-read-include-file-name-internal):
26525 Use test-completion.
26526
26527 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
26528
26529 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
26530
26531 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
26532
26533 * window.el (window-buffer-height): Use count-screen-lines.
26534
26535 * progmodes/python.el (python-preoutput-leftover): New var.
26536 (python-preoutput-filter): Use it.
26537 (python-send-receive): Loop until all the result has been received.
26538
26539 2005-03-28 Juri Linkov <juri@jurta.org>
26540
26541 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
26542
26543 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
26544 "Recover Crashed Session".
26545 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
26546 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
26547 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
26548 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
26549 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
26550 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
26551 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
26552 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
26553
26554 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
26555 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
26556 Ediff Sessions", "Toggle use of separate control buffer frame",
26557 "Use separate frame for Ediff control buffer".
26558
26559 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
26560 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
26561 "Rename Bookmark", "Delete Bookmark".
26562
26563 * info.el (Info-mode-menu): Remove ellipsis from "Index".
26564 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
26565 Add `:active Info-index-alternatives' to "Next Matching Item".
26566
26567 * wdired.el (wdired-change-to-wdired-mode):
26568 Mention `wdired-abort-changes' key in the initial message.
26569
26570 * international/mule.el (auto-coding-alist): Associate non-ascii
26571 image filename extensions with `no-conversion'.
26572
26573 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
26574
26575 * international/iso-acc.el:
26576 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
26577
26578 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
26579
26580 * textmodes/sgml-mode.el (html-mode): Doc update.
26581
26582 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
26583
26584 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
26585
26586 * term.el (term-move-columns): Fix face after extending a line.
26587 (term-insert-spaces): Likewise.
26588 (term-reset-terminal): Fix off by one error.
26589
26590 2005-03-26 Eli Zaretskii <eliz@gnu.org>
26591
26592 * international/mule.el (auto-coding-alist): Add .xpi files.
26593
26594 * files.el (auto-mode-alist): Add .xpi files.
26595
26596 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
26597
26598 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
26599
26600 2005-03-26 Eli Zaretskii <eliz@gnu.org>
26601
26602 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
26603
26604 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
26605
26606 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
26607 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
26608
26609 * calendar/cal-move.el (calendar-beginning-of-year): Move the
26610 cursor to Jan 1 when needed.
26611 (calendar-end-of-year): Fix -/+ typo.
26612 Reported by Chong Yidong <cyd@stupidchicken.com>.
26613
26614 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
26615
26616 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
26617
26618 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
26619 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
26620
26621 2005-03-25 Richard M. Stallman <rms@gnu.org>
26622
26623 * filesets.el (filesets-init): Add autoload.
26624
26625 * mail/mailalias.el (mail-directory): Doc fix.
26626
26627 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26628
26629 * mail/mailalias.el (mail-directory-process): Do nothing if
26630 mail-directory-process is an atom.
26631 (mail-get-names): Ignore mail-directory-names if it is an atom.
26632 (mail-directory-process defvar): Doc fix.
26633 (mail-names): Doc fix.
26634
26635 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
26636
26637 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
26638
26639 2005-03-26 Kenichi Handa <handa@m17n.org>
26640
26641 * international/mule-util.el (detect-coding-with-priority):
26642 Call update-coding-systems-internal before detect-coding-region.
26643
26644 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
26645
26646 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
26647 (gdb-frames-mode-map): Add follow-link property.
26648
26649 2005-03-25 Jay Belanger <belanger@truman.edu>
26650
26651 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
26652 for variables.
26653
26654 2005-03-25 Juri Linkov <juri@jurta.org>
26655
26656 * image-mode.el: Optimize image filename extension regexps in
26657 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
26658 in `auto-mode-alist'.
26659 (image-mode): Add `image-toggle-display-text' to local hook
26660 `change-major-mode-hook'. Display the image as an image by
26661 default. Set `cursor-type' and `truncate-lines' if the image
26662 is already displayed. Take into account the current mode (image
26663 or text) in message.
26664 (image-minor-mode): New minor mode.
26665 (image-mode-maybe, image-toggle-display-text): New functions.
26666 (image-toggle-display): Use called-interactively-p.
26667 Let-bind `inhibit-read-only' to t.
26668
26669 * image-mode.el (image-minor-mode): Set `cursor-type' and
26670 `truncate-lines' if the image is already displayed. Add turning
26671 image-minor-mode off to `change-major-mode-hook'. Add message.
26672 Call `image-toggle-display-text' after turning image-minor-mode off.
26673
26674 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
26675
26676 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
26677 Terminal.app, use utf-8.
26678 (set-display-table-and-terminal-coding-system): Add coding-system arg.
26679 (set-locale-environment): Use it.
26680
26681 * term/xterm.el: Undo last change, better done in mule-cmds.el.
26682
26683 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
26684
26685 * progmodes/python.el (python-close-block-statement-p)
26686 (python-outdent-p, python-current-defun): Use symbol-end.
26687
26688 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
26689
26690 * files.el (save-some-buffers): Doc fix.
26691
26692 2005-03-25 Werner Lemberg <wl@gnu.org>
26693
26694 * complete.el, thumbs.el: Replace `legal' with `valid'.
26695 * calendar/calendar.el: Replace `legal' with `valid'.
26696 * emacs-lisp/advice.el: Replace `legal' with `valid'.
26697 * mail/supercite.el: Replace `legal' with `valid'.
26698 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
26699 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
26700 Replace `legal' with `valid'.
26701 * textmodes/reftex-vars.el, textmodes/reftex.el:
26702 Replace `legal' with `valid'.
26703
26704 2005-03-25 Werner Lemberg <wl@gnu.org>
26705
26706 * calc/calc-forms.el, calc/calc-sel.el
26707 * midnight.el, vc-cvs.el
26708 * emacs-lisp/cl-macs.el
26709 * emulation/vip.el
26710 * eshell/esh-io.el, eshell/esh-var.el
26711 * mail/supercite.el
26712 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
26713 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
26714 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
26715 * progmodes/sh-script.el, progmodes/xscheme.el
26716 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
26717 * textmodes/reftex-index.el, textmodes/reftex-parse.el
26718 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
26719 * textmodes/reftex.el, textmodes/org.el:
26720 Replace `illegal' with `invalid'.
26721
26722 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26723
26724 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
26725 (flymake-find-buildfile, flymake-find-possible-master-files)
26726 (flymake-check-include, flymake-parse-line): Replace loops over the
26727 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
26728
26729 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
26730 Substitute file-name-as-directory in the rest of the file.
26731 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
26732 (flymake-replace-region): Remove unused arg `buffer'.
26733 (flymake-check-patch-master-file-buffer): Update calls to it.
26734 (flymake-add-err-info): Remove unused var `count'.
26735 (flymake-mode): Use define-minor-mode.
26736
26737 * progmodes/flymake.el: Use with-current-buffer.
26738 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
26739 flymake-replace-regexp-in-string, flymake-line-beginning-position)
26740 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
26741 Avoid testing for `xemacs'.
26742 (flymake-nop): Move.
26743 (flymake-region-has-flymake-overlays): Return the computed value.
26744 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
26745 Remove unused var `endline'.
26746 (flymake-get-line-count): Remove unused function.
26747 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
26748
26749 * emulation/vi.el:
26750 * generic.el:
26751 * hilit-chg.el (global-highlight-changes):
26752 * hi-lock.el (hi-lock-mode):
26753 * follow.el: find-file-hooks -> find-file-hook.
26754
26755 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
26756
26757 2005-03-24 Juri Linkov <juri@jurta.org>
26758
26759 * dired.el (dired-mode-map): Add menu item "Compare directories"
26760 for dired-compare-directories.
26761
26762 * dired-aux.el (dired-compare-directories): Add autoload cookie.
26763 Doc fix. Replace `read-file-name' with `read-directory-name'.
26764
26765 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26766
26767 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
26768
26769 2005-03-24 Jay Belanger <belanger@truman.edu>
26770
26771 * calc/calc-embed.el (calc-embedded-mode-change): Save all
26772 relevant mode settings in calc-embedded-original-modes when modes
26773 are permanently changed.
26774
26775 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26776
26777 * autoinsert.el: find-file-hooks -> find-file-hook.
26778
26779 2005-03-24 Lute Kamstra <lute@gnu.org>
26780
26781 * generic.el (generic-font-lock-defaults): Make it obsolete.
26782 (generic-font-lock-keywords): New variable to replace
26783 generic-font-lock-defaults.
26784 (generic-mode-set-font-lock): Delete it.
26785 (generic-mode-internal): Don't call generic-mode-set-font-lock.
26786 (generic-bracket-support): Add docstring.
26787
26788 * generic-x.el: Rename generic-font-lock-defaults to
26789 generic-font-lock-keywords throughout.
26790 (mailagent-rules-setup-function): Delete it.
26791 (mailagent-rules-generic-mode): Use anonymous function instead.
26792 (show-tabs-generic-mode-font-lock-defaults-1)
26793 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
26794 Quote faces.
26795 (show-tabs-tab-face, show-tabs-space-face): Specify background,
26796 not foreground.
26797
26798 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
26799 Recognize define-generic-mode.
26800
26801 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
26802
26803 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
26804 if there's no completion table.
26805
26806 2005-03-23 Miles Bader <miles@gnu.org>
26807
26808 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
26809 Remove tty-specific variants, as they're no longer needed.
26810
26811 2005-03-23 Lute Kamstra <lute@gnu.org>
26812
26813 * generic-x.el: Code cleanup: make args constant whenever possible.
26814 (installshield-statement-keyword-list)
26815 (installshield-system-functions-list)
26816 (installshield-system-variables-list, installshield-types-list)
26817 (installshield-funarg-constants-list): Make them constants.
26818
26819 * generic.el (generic-make-keywords-list): Add autoload cookie.
26820
26821 * calendar/time-date.el: Add comment on time value formats.
26822 Don't require parse-time.
26823 (with-decoded-time-value): New macro.
26824 (encode-time-value): New function.
26825 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
26826 (days-to-time): Return a valid time value when arg is huge.
26827 (time-since): Use time-subtract.
26828 (time-to-number-of-days): Use time-to-seconds.
26829
26830 2005-03-23 David Ponce <david@dponce.com>
26831
26832 * recentf.el (recentf-keep): New option.
26833 (recentf-menu-action): Default to `find-file'.
26834 (recentf-keep-non-readable-files-flag)
26835 (recentf-keep-non-readable-files-p)
26836 (recentf-file-readable-p, recentf-find-file)
26837 (recentf-cleanup-remote): Remove.
26838 (recentf-include-p): More robust.
26839 (recentf-keep-p): New function.
26840 (recentf-remove-if-non-kept): Rename from
26841 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
26842 All callers updated.
26843 (recentf-menu-items-for-commands): Fix help string.
26844 (recentf-track-closed-file): Update. Doc fix.
26845 (recentf-cleanup): Update. Count removed files. Doc fix.
26846
26847 2005-03-23 Kim F. Storm <storm@cua.dk>
26848
26849 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
26850 Don't inherit from fringe face (now happens automatically).
26851
26852 2005-03-22 Kim F. Storm <storm@cua.dk>
26853
26854 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
26855 position values.
26856
26857 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
26858
26859 * menu-bar.el (showhide-date-time): Remove.
26860 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
26861 (menu-bar-make-mm-toggle): Simplify.
26862
26863 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26864
26865 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
26866 Accept qualified variable and function names.
26867
26868 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
26869
26870 * bindings.el (completion-ignored-extensions):
26871 Remove ".lis" for `vax-vms'.
26872
26873 2005-03-22 Andreas Schwab <schwab@suse.de>
26874
26875 * generic-x.el: Revert last change.
26876 * ldefs-boot.el: Update.
26877
26878 2005-03-22 Jay Belanger <belanger@truman.edu>
26879
26880 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
26881 (calc-embedded-save-original-modes)
26882 (calc-embedded-restore-original-modes): New functions.
26883 (calc-do-embedded): Save original modes when entering embedded mode
26884 and restore when leaving embedded mode.
26885 (calc-embedded-modes-change): Change the value of
26886 calc-embedded-original-modes to reflect permanent changes.
26887
26888 2005-03-22 Lute Kamstra <lute@gnu.org>
26889
26890 * generic-x.el: Require generic again.
26891
26892 2005-03-22 Miles Bader <miles@gnu.org>
26893
26894 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
26895 Tweak details to look good on both ttys and bitmap displays, light
26896 or dark background, etc.
26897
26898 2005-03-21 Kim F. Storm <storm@cua.dk>
26899
26900 * tooltip.el (tooltip-show-help-function): Check car and cdr of
26901 mouse position.
26902
26903 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
26904
26905 * icomplete.el: Don't forcibly turn on the mode upon load.
26906 (icomplete-mode): Use define-minor-mode.
26907 (icomplete-eoinput): Default to nil.
26908 (icomplete-minibuffer-setup): Remove autoload.
26909 (icomplete-tidy): Simplify.
26910 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
26911 in the initial state or if the user has modified the field.
26912 Fix handling of icomplete-max-delay-chars.
26913 Remove code that handles the oddball case where
26914 minibuffer-completion-table is an integer.
26915 Wrap icomplete-completions in while-no-input in case building
26916 completions takes more time than expected.
26917 (icomplete-completions): Simplify.
26918
26919 2005-03-21 Richard M. Stallman <rms@gnu.org>
26920
26921 * jka-compr.el (jka-compr-really-do-compress):
26922 Make variable buffer-local.
26923
26924 * image-mode.el: Handle .xpm files too.
26925 (image-toggle-display): Preserve modification flag.
26926
26927 * help.el (where-is): Don't mention aliases with no key bindings.
26928
26929 2005-03-21 Lute Kamstra <lute@gnu.org>
26930
26931 * generic.el: Fix commentary section. Don't require cl for
26932 compilation.
26933 (generic-mode-list): Add autoload cookie.
26934 (generic-use-find-file-hook, generic-lines-to-scan)
26935 (generic-find-file-regexp, generic-ignore-files-regexp)
26936 (generic-mode, generic-mode-find-file-hook)
26937 (generic-mode-ini-file-find-file-hook): Fix docstrings.
26938 (define-generic-mode): Make it a defmacro. Fix docstring.
26939 (generic-mode-internal): Code cleanup. Add autoload cookie.
26940 (generic-mode-set-comments): Code cleanup.
26941 * generic-x.el: Don't prevent compilation. Don't require generic.
26942 Follow coding conventions. Minor code cleanup.
26943 (etc-fstab-generic-mode): Add some keywords.
26944 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
26945 define-generic-mode like a function declaration.
26946
26947 2005-03-21 Jay Belanger <belanger@truman.edu>
26948
26949 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
26950 changing modes.
26951
26952 2005-03-21 Sam Steingold <sds@gnu.org>
26953
26954 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
26955
26956 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
26957
26958 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
26959 Add underscore to "f$ lexicals" regexp.
26960
26961 2005-03-20 Juri Linkov <juri@jurta.org>
26962
26963 * subr.el (progress-reporter-do-update): When `min-value' is equal
26964 to `max-value', set `percentage' to 0 and prevent division by zero.
26965
26966 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
26967
26968 Sync with Tramp 2.0.48.
26969
26970 * net/tramp.el (all): Change all addresses to .gnu.org.
26971 (tramp-append-tramp-buffers): New defun.
26972 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
26973 Catch `dont-send' signal.
26974 (tramp-set-auto-save-file-modes): Set always permissions, because
26975 there might be an old auto-saved file belonging to another
26976 original file. This could be a security threat. Reported by
26977 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
26978 Check for Emacs 21.3.50 removed.
26979
26980 * net/tramp-smb.el (all): Remove debug construct for
26981 `with-parsed-tramp-file-name'.
26982 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
26983 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
26984 No error message if DIRECTORY or FILENAME doesn't exist.
26985 (tramp-smb-open-connection): Check existence of
26986 `tramp-smb-program'.
26987
26988 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
26989
26990 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
26991 Properly handle the case where the `m' or `s' command's argument is not
26992 yet terminated.
26993 (perl-indent-new-calculate): New function.
26994 (perl-indent-line): Use it.
26995
26996 2005-03-20 Miles Bader <miles@gnu.org>
26997
26998 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
26999 in text-mode too. Change to new face names.
27000 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
27001 Add `:weight bold' attribute.
27002 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
27003
27004 2005-03-19 Juri Linkov <juri@jurta.org>
27005
27006 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
27007
27008 * international/mule.el (auto-coding-alist): Sync with
27009 `auto-mode-alist' by adding upper case archive file extensions
27010 and adding ear/war to jar extension.
27011
27012 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
27013
27014 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
27015 running, restart it.
27016
27017 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
27018
27019 * finder.el (finder-current-item): Throw an error on an empty line.
27020
27021 * man.el (Man-follow-manual-reference): If current-word returns
27022 nil, use "".
27023
27024 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
27025
27026 * simple.el (goto-line): Doc fix.
27027
27028 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
27029
27030 * files.el (save-buffer): Doc fix.
27031
27032 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
27033
27034 * recentf.el (recentf-cleanup-remote): New variable.
27035 (recentf-cleanup): Use it to conditionally check availability of
27036 remote files.
27037
27038 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
27039
27040 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
27041 function names.
27042
27043 2005-03-19 Eli Zaretskii <eliz@gnu.org>
27044
27045 * language/thai-word.el: New file.
27046
27047 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
27048
27049 * files.el (backup-buffer): If the file's directory is not
27050 writable, use copy instead of move to backup the file.
27051
27052 2005-03-19 Eli Zaretskii <eliz@gnu.org>
27053
27054 * obsolete/keyswap.el: Moved to obsolete/ from term/.
27055
27056 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27057
27058 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
27059 Use functionp instead of symbolp and fboundp. Reported by Drkm
27060 <darkman_spam@yahoo.fr>.
27061 (ps-print-version): New version 6.6.6.
27062
27063 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
27064
27065 * textmodes/table.el (table--line-column-position): New idiom.
27066 (table--row-column-insertion-point-p): New function to test
27067 validity of row and column insertion operation at a location.
27068 (table-global-menu, table-cell-menu): Use above functions for
27069 deterministic test operation.
27070 (table--editable-cell-p): Behave in deterministic fashion.
27071
27072 2005-03-18 Juri Linkov <juri@jurta.org>
27073
27074 * isearch.el (isearch-lazy-highlight-new-loop):
27075 Make arguments beg and end optional.
27076 (isearch-update): Remove optional arguments nil from
27077 isearch-lazy-highlight-new-loop.
27078 (isearch-lazy-highlight-search): Let-bind case-fold-search to
27079 isearch-lazy-highlight-case-fold-search instead of
27080 isearch-case-fold-search, and let-bind isearch-regexp to
27081 isearch-lazy-highlight-regexp.
27082 Use isearch-lazy-highlight-last-string instead of isearch-string.
27083
27084 * replace.el (perform-replace): Remove bindings of global
27085 variables isearch-string, isearch-regexp, isearch-case-fold-search.
27086 Add three new arguments to `replace-highlight'.
27087 (replace-highlight): Add arguments string, regexp, case-fold.
27088 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
27089 to allow isearch-lazy-highlight-new-loop to use these values
27090 to set corresponding isearch-lazy-highlight-* internal
27091 variables whose values lazy highlighting will use regardless of
27092 changes to global variables isearch-string, isearch-regexp,
27093 isearch-case-fold-search during lazy highlighting loop.
27094 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
27095 to `lazy-highlight-cleanup'.
27096
27097 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
27098 (ispell-highlight-face): Set default face to `isearch' when
27099 lazy highlighting is enabled.
27100 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
27101 priority to 1. Add lazy highlighting.
27102 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
27103 from `isearch-dehighlight'.
27104
27105 2005-03-18 David Ponce <david@dponce.com>
27106
27107 * files.el (hack-local-variables): Do a case-insensitive search
27108 for End.
27109
27110 2005-03-18 Juri Linkov <juri@jurta.org>
27111
27112 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
27113 `isearch-lazy-highlight-cleanup', add alias to old name and
27114 declare obsolete. Add release numbers to other obsolete vars.
27115 (isearch-done, isearch-lazy-highlight-new-loop):
27116 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
27117 (lazy-highlight-cleanup) <variable>: Doc fix.
27118 (isearch-lazy-highlight-update): Rename obsolete
27119 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
27120
27121 2005-03-18 Kenichi Handa <handa@m17n.org>
27122
27123 * language/thai-util.el: Fix categorization of Thai characters in
27124 thai-category-table.
27125 (thai-composition-pattern): Adjust it for the above change.
27126 (thai-self-insert-command, thai-compose-syllable): New functions.
27127 (thai-compose-region): Use thai-compose-syllable.
27128 (thai-compose-string): Likewise.
27129 (thai-composition-function): Likewise.
27130 (thai-auto-composition): New function.
27131 (thai-auto-composition-mode): New minor mode.
27132
27133 * language/thai.el: Fix patterns to be registered in
27134 composition-function-table.
27135
27136 * international/quail.el (quail-input-method): Locally bind
27137 inhibit-modification-hooks to t.
27138
27139 2005-03-17 Richard M. Stallman <rms@gnu.org>
27140
27141 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
27142 (perl-mode): Use run-mode-hooks.
27143
27144 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
27145 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
27146 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
27147
27148 * mail/sendmail.el (sendmail-send-it): Reenable the code
27149 to compute resend-to-address and use it.
27150
27151 * tar-mode.el (tar-mode): Turn off undo unconditionally.
27152
27153 * image-mode.el: New file.
27154
27155 * image.el (insert-sliced-image): Add autoload cookie.
27156
27157 * font-lock.el (font-lock-lines-before): New user option.
27158 (font-lock-after-change-function): Obey it.
27159
27160 * bindings.el (esc-map): Make M-g a prefix.
27161 Bind M-g g and M-g M-g to goto-line.
27162
27163 * faces.el (face-id): Doc fix.
27164
27165 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27166
27167 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
27168 (rmail-show-message): Use rmail-unknown-mail-followup-to.
27169 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
27170
27171 * mail/sendmail.el (mail-yank-ignored-headers)
27172 (mail-font-lock-keywords, mail-mode-fill-paragraph):
27173 Add Mail-Followup-To and Mail-Reply-To headers.
27174 (mail-citation-hook): Add autoload cookie.
27175 (mail-mode): Doc fix.
27176 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
27177 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
27178 (mail-mode-fill-paragraph): Handle those headers.
27179 (mail-mailing-lists): New variable.
27180 (mail-mail-reply-to, mail-mail-followup-to): New functions.
27181
27182 2005-03-17 Juri Linkov <juri@jurta.org>
27183
27184 * isearch.el (isearch-fallback): Check for `(car previous)'
27185 before calling `isearch-other-end-state'.
27186
27187 2005-03-17 Kim F. Storm <storm@cua.dk>
27188
27189 * simple.el (move-beginning-of-line): Move to beginning of buffer
27190 line, as well as beginning of screen line.
27191
27192 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
27193
27194 * calendar/diary-lib.el (mark-diary-entries): Use new optional
27195 argument REDRAW rather than calendar-redrawing variable.
27196 * calendar/calendar.el (calendar-redrawing): Delete.
27197 (redraw-calendar): Do not bind calendar-redrawing.
27198
27199 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
27200
27201 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
27202 diary-file buffer.
27203
27204 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
27205
27206 * help.el (describe-mode): Allow a :minor-mode-function property to
27207 specify a different minor mode toggle function than the variable.
27208 * simple.el (auto-fill-function):
27209 * subr.el (add-minor-mode): Use it.
27210
27211 2005-03-16 Kenichi Handa <handa@m17n.org>
27212
27213 * language/ethio-util.el (sera-being-called-by-w3): New variable.
27214 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
27215 (ethio-fidel-to-sera-buffer): Likewise.
27216
27217 2005-03-16 Juri Linkov <juri@jurta.org>
27218
27219 * emacs-lisp/find-func.el (find-function-regexp):
27220 Add defun-emitting macro `menu-bar-make-toggle'.
27221
27222 * isearch.el: Put `isearch-scroll' property to
27223 `split-window-horizontally'.
27224
27225 * info.el: Update error messages for `debug-ignored-errors'.
27226 (Info-isearch-search): Doc fix.
27227 (Info-find-node): Move up code to go into info buffer before
27228 recording the node to the history.
27229 (Info-fontify-node): Fontify titles only if the next line
27230 has two or more `*', `=', `-', `.'.
27231 Display "go to this node" for empty (match-string 3).
27232
27233 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27234
27235 * term/mac-win.el: Add mouse pointer shape constants.
27236
27237 2005-03-15 Kim F. Storm <storm@cua.dk>
27238
27239 * simple.el (move-beginning-of-line): Use vertical-motion.
27240
27241 2005-03-15 Juri Linkov <juri@jurta.org>
27242
27243 * isearch.el (isearch-error): New variable.
27244 (isearch-invalid-regexp, isearch-within-brackets): Remove.
27245 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
27246 (isearch-within-brackets-state): Remove.
27247 (isearch-case-fold-search-state, isearch-pop-fun-state):
27248 Decrease frame index.
27249 (isearch-mode, isearch-top-state, isearch-push-state)
27250 (isearch-edit-string, isearch-abort, isearch-search-and-update)
27251 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
27252 (isearch-search, isearch-lazy-highlight-new-loop):
27253 Replace `isearch-invalid-regexp' with `isearch-error'.
27254 Remove `isearch-within-brackets'.
27255 (isearch-search): Add `search-failed' handler to `condition-case'.
27256 (isearch-lazy-highlight-search): Add `condition-case' to catch
27257 errors and allow `isearch-lazy-highlight-update' to try
27258 highlighting from the beginning of the window.
27259 (isearch-repeat): Move up code to set isearch-wrapped to t
27260 before calling isearch-wrap-function.
27261
27262 * info.el (Info-isearch-initial-node): New internal variable.
27263 (Info-search): Signal an error in isearch mode when search leaves
27264 the initial node. Signal an error when `bound' is non-nil and
27265 nothing was found in the current subfile.
27266 (Info-isearch-search): Remove `condition-case'.
27267 (Info-isearch-wrap): Don't wrap when search failed during leaving
27268 the initial node. If `Info-isearch-search' is nil, wrap around
27269 the current node.
27270 (Info-isearch-start): New fun.
27271 (Info-mode): Add buffer-local hook `Info-isearch-start' to
27272 `isearch-mode-hook'.
27273
27274 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27275
27276 * simple.el (normal-erase-is-backspace): Set default to t if
27277 running on Mac.
27278
27279 * term/mac-win.el (function-key-map): Sync with x-win.el.
27280
27281 2005-03-15 Kenichi Handa <handa@m17n.org>
27282
27283 * international/mule-cmds.el (locale-language-names): Modify the
27284 format of elements and add more entries.
27285 (locale-preferred-coding-systems): Add more entries.
27286 (set-locale-environment): Adjust for the change of
27287 locale-language-names.
27288
27289 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
27290
27291 * pcvs.el (smerge-ediff): Remove bogus autoload.
27292
27293 2005-03-14 Lute Kamstra <lute@gnu.org>
27294
27295 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
27296 Ignore a `*' at the beginning of a line.
27297
27298 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
27299 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
27300 subr.el.
27301 (dont-compile, eval-when-compile, eval-and-compile): Use declare
27302 to specify indentation.
27303
27304 * generic.el (define-generic-mode): Let generic-mode-list be a
27305 list of strings; test membership with equal.
27306
27307 2005-03-14 Kim F. Storm <storm@cua.dk>
27308
27309 * simple.el (next-line, previous-line): Add optional try-vscroll
27310 arg to recognize interactive use. Pass it on to line-move.
27311 (line-move): Don't perform auto-window-vscroll when defining or
27312 executing keyboard macro to ensure consistent behavior.
27313
27314 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
27315
27316 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
27317
27318 2005-03-13 Lute Kamstra <lute@gnu.org>
27319
27320 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
27321 debugger-setup-buffer so that backtrace marks the frames set to
27322 debug-on-exit and we don't have to do it manually. Set an extra
27323 debug-on-exit for macro's.
27324 (debugger-setup-buffer): Don't mark the top frame manually.
27325
27326 2005-03-12 Lute Kamstra <lute@gnu.org>
27327
27328 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
27329 lisp-indent-function throughout.
27330 (with-no-warnings): Set lisp-indent-function property.
27331
27332 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
27333
27334 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
27335 Add entry for backslash.
27336
27337 2005-03-12 Juri Linkov <juri@jurta.org>
27338
27339 * info.el (Info-search): Four fixes for backward search.
27340
27341 2005-03-11 Jay Belanger <belanger@truman.edu>
27342
27343 * calc/calc.el (calc-language-alist): New variable.
27344 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
27345 (calc-embedded-find-modes): Use calc-language-alist instead of
27346 calc-embedded-language-alist.
27347
27348 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
27349
27350 * calendar/calendar.el (calendar-redrawing): New internal
27351 variable.
27352 (redraw-calendar): Remove bogus save-excursion from previous
27353 change. Bind calendar-redrawing to t for mark-diary-entries.
27354 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
27355 calendar if that is why we were called.
27356
27357 2005-03-11 Kenichi Handa <handa@m17n.org>
27358
27359 * international/mule.el (make-coding-system): Set property
27360 coding-system-define-form to nil.
27361 (define-coding-system-alias): Likewise.
27362
27363 2005-03-11 Kenichi Handa <handa@m17n.org>
27364
27365 These changes are suggested by Dave Love <fx@gnu.org>.
27366
27367 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
27368 coding: tag.
27369 (adaptive-fill-regexp): Add more bullets.
27370 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
27371 regexps.
27372
27373 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
27374
27375 * help.el (describe-mode): Properly handle non-trivial lighters.
27376 Don't ignore minor modes that are not listed in minor-mode-list.
27377
27378 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
27379 feature ON when the user requests to turn it OFF.
27380
27381 2005-03-10 Lute Kamstra <lute@gnu.org>
27382
27383 * emacs-lisp/debug.el (debug-entry-code): Delete it.
27384 (implement-debug-on-entry): New function to replace debug-entry-code.
27385 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
27386 second argument as the 2005-03-07 change makes it obsolete.
27387 (debug-on-entry, cancel-debug-on-entry): Update call to
27388 debug-on-entry-1.
27389 (debug, debugger-setup-buffer): Comment update.
27390 (debugger-frame-number): Update to work with implement-debug-on-entry.
27391
27392 2005-03-10 Jay Belanger <belanger@truman.edu>
27393
27394 * calc/calc-embed.el (math-ms-args): Declare it.
27395 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
27396 math-ms-args.
27397 (calc-embedded-subst): Use math-multi-subst-rec to substitute
27398 variables.
27399
27400 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
27401
27402 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
27403 Use message-box.
27404
27405 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
27406 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
27407 (tooltip-gud-tips): Simplify.
27408 (tooltip-gud-tips-p): Remove superfluous :set.
27409 (tooltip-gud-modes): Add fortran-mode.
27410 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
27411
27412 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
27413
27414 2005-03-09 Kim F. Storm <storm@cua.dk>
27415
27416 * play/animate.el (animate-place-char): Use forward-line instead
27417 of next-line to improve performance.
27418
27419 2005-03-09 Simon Josefsson <jas@extundo.com>
27420
27421 * net/browse-url.el (browse-url-default-browser): Doc fix.
27422
27423 2005-03-09 Miles Bader <miles@gnu.org>
27424
27425 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
27426 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
27427
27428 2005-03-09 Kenichi Handa <handa@m17n.org>
27429
27430 * international/latin-1.el: Set case and syntax for 255 only if
27431 set-case-syntax-set-multibyte is nil.
27432
27433 * textmodes/ispell.el (ispell-insert-word): New function.
27434 (ispell-word): Use ispell-insert-word to insert a new word.
27435 (ispell-process-line): Likewise.
27436 (ispell-complete-word): Likewise.
27437
27438 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
27439
27440 * calendar/calendar.el (redraw-calendar): Preserve point.
27441 Reported by Matt Hodges <MPHodges@member.fsf.org>.
27442 (calendar-week-start-day): Move after definition of
27443 redraw-calendar. Delete buffer test, since redraw-calendar has
27444 that now.
27445
27446 * calendar/diary-lib.el (mark-diary-entries): Only call
27447 redraw-calendar in the first of any recursive calls.
27448 Reported by Alan Shutko <ats@acm.org>.
27449
27450 2005-03-08 Juri Linkov <juri@jurta.org>
27451
27452 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
27453 (html-horizontal-rule, html-line, html-image, html-checkboxes)
27454 (html-radio-buttons): Add a space before the trailing `/>' where
27455 sgml-xml-mode is non-nil.
27456 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
27457 the subsequent tag of the empty XML tag.
27458 (html-href-anchor): Don't set initial input to "http:".
27459 (html-image): Ask for the image URL and set point inside alt="".
27460 (html-name-anchor): Duplicate the name in the `id' attribute when
27461 sgml-xml-mode is non-nil.
27462 (html-paragraph): Remove \n before <p>.
27463 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
27464 instead of `checked' when sgml-xml-mode is non-nil.
27465
27466 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
27467 Remove 1 space before #RRGGBB to not truncate it on terminal
27468 windows w/o fringes. Remove 1 space between bg and fg examples
27469 to get more space.
27470 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
27471 avoid byte-compile warnings.
27472
27473 * image-file.el (image-file-handler): Put `safe-magic' property to
27474 `image-file-handler'.
27475
27476 * info.el (Info-isearch-search): Emulate word search in
27477 isearching through multiple Info nodes with Info-search.
27478 (Info-isearch-wrap): Allow isearch-word.
27479
27480 2005-03-08 Lute Kamstra <lute@gnu.org>
27481
27482 * emacs-lisp/debug.el (debugger-step-through): Make sure that
27483 stepping into the debugger's code is not possible.
27484 (debugger-jumping-flag): Docstring update.
27485
27486 2005-03-08 Jay Belanger <belanger@truman.edu>
27487
27488 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
27489 embedded mode begins.
27490 (calc-embedded-language-alist): New variable.
27491 (calc-embedded-find-modes): Use calc-embedded-language-alist to
27492 set default language mode.
27493
27494 2005-03-08 Kenichi Handa <handa@m17n.org>
27495
27496 * international/ccl.el (define-ccl-program): Fix docstring about
27497 extra 256 bytes assured for the output buffer.
27498
27499 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
27500 Fix BUFFER_MAGNIFICATION to 2.
27501 (ccl-encode-mule-utf-16be-with-signature): Likewise.
27502
27503 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
27504
27505 * align.el (align-rules-list): Added an alignment rule for CSS
27506 declarations (applies to css-mode and html-mode buffers).
27507
27508 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
27509
27510 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
27511
27512 2005-03-07 Kim F. Storm <storm@cua.dk>
27513
27514 * simple.el (move-beginning-of-line): New command.
27515
27516 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
27517
27518 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
27519
27520 * emulation/cua-base.el: Put CUA move property on move-end-of-line
27521 and move-beginning-of-line.
27522
27523 * apropos.el (apropos-print): Omit command from M-x ... RET.
27524
27525 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
27526
27527 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
27528 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
27529
27530 2005-03-06 Richard M. Stallman <rms@gnu.org>
27531
27532 * bindings.el (esc-map): Bind M-g to goto-line.
27533
27534 * facemenu.el (global-map): Bind M-o, not M-g.
27535
27536 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27537
27538 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
27539 "Open Directory" as for "Open File".
27540
27541 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
27542
27543 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
27544 (push-mark-command): Run activate-mark-hook.
27545
27546 2005-03-06 Richard M. Stallman <rms@gnu.org>
27547
27548 * help-mode.el (help-mode-finish): Don't alter the element
27549 in view-return-to-alist if there already is one.
27550
27551 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
27552 make sure the current buffer is the expected one.
27553
27554 * novice.el (disabled-command-function): Output in *Disabled Command*.
27555 Explicitly ignore non-keyboard events, and explicitly handle C-g.
27556
27557 * textmodes/flyspell.el (flyspell-large-region):
27558 Pass args differently for aspell.
27559
27560 * files.el (mode-require-final-newline): Doc fix.
27561
27562 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
27563
27564 * progmodes/which-func.el (which-function):
27565 Specify NOERROR when calling imenu--make-index-alist.
27566
27567 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
27568
27569 * simple.el (normal-erase-is-backspace): Define default value.
27570
27571 * custom.el (custom-theme-set-variables): Remove unused var
27572 `immediate'.
27573 (custom-reevaluate-setting): Simple function to handle variables
27574 that are defined before their default value can really be
27575 computed.
27576
27577 * startup.el (command-line): Use it for temporary-file-directory,
27578 small-emporary-file-directory, auto-save-file-name-transforms,
27579 blink-cursor-mode, and normal-erase-is-backspace.
27580
27581 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
27582 progress, even with buggy anchored keywords.
27583
27584 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
27585
27586 * simple.el (goto-line): Remove unbalanced final parenthesis.
27587
27588 2005-03-05 Richard M. Stallman <rms@gnu.org>
27589
27590 * simple.el (goto-line): Use a number at point as the default.
27591 With C-u as arg, switch buffers.
27592
27593 2005-03-05 Juri Linkov <juri@jurta.org>
27594
27595 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
27596 with `no-blinking-cursor'.
27597
27598 * startup.el (no-blinking-cursor): New defvar.
27599 (command-line): Add `--no-blinking-cursor' to longopts.
27600 Set `no-blinking-cursor' to t for command line arguments
27601 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
27602 with `no-blinking-cursor' in the condition for calling
27603 `blink-cursor-mode'.
27604
27605 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
27606
27607 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
27608 (menu-bar-options-save): Add blink-cursor-mode.
27609 (menu-bar-options-menu): Add blink-cursor-mode.
27610
27611 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
27612
27613 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
27614 (icalendar-export-file, icalendar-export-region)
27615 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
27616 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
27617
27618 2005-03-04 Lute Kamstra <lute@gnu.org>
27619
27620 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
27621 (debug-function-list): Ditto.
27622
27623 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
27624
27625 * textmodes/texinfmt.el (texinfo-append-refill):
27626 Redefine the types of line to which @refill
27627 is not appended by replacing a search for `@refill\\|@bye' with
27628 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
27629 itemize@refill' bug and the unfilled long lines bug.
27630 (texinfmt-version): Update number and date.
27631
27632 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
27633
27634 * international/code-pages.el (windows-1250, windows-125[2-8])
27635 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
27636
27637 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
27638
27639 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
27640 bound yet.
27641
27642 2005-03-02 Romain Francoise <romain@orebokech.com>
27643
27644 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
27645 buffer after removing limits.
27646 (ibuffer-pop-filter): Ditto.
27647 Update copyright.
27648
27649 2005-03-02 Miles Bader <miles@gnu.org>
27650
27651 * button.el (make-text-button): If the user doesn't specify a
27652 type, use the default. Rewrite to use `add-text-properties' and
27653 plist functions.
27654
27655 2005-03-01 Lute Kamstra <lute@gnu.org>
27656
27657 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
27658 (debugger-jumping-flag): New var.
27659 (debug-entry-code): Use it.
27660 (debugger-jump): Use debugger-jumping-flag and add
27661 debugger-reenable to post-command-hook.
27662 (debugger-reenable): Use debugger-jumping-flag and remove itself
27663 from post-command-hook.
27664 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
27665 debugger-reenable.
27666
27667 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
27668
27669 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
27670 inclusion of "itemize\\|", which may be unnecessary, is certainly
27671 inelegant, and stops refilling in itemize lists when formatting
27672 Japanese Texinfo files to Info.
27673 Update copyright to 2005.
27674
27675 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
27676
27677 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
27678 of an error if GDB can't find the source file.
27679
27680 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
27681
27682 * calendar/calendar.el (redraw-calendar): Work from any buffer,
27683 not just the calendar.
27684
27685 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
27686 first.
27687 (diary-redraw-calendar): New function.
27688 (make-diary-entry): Add diary-redraw-calendar to local
27689 write-contents-functions. Turn off selective display before
27690 inserting in diary.
27691
27692 2005-03-01 Kim F. Storm <storm@cua.dk>
27693
27694 * emacs-lisp/copyright.el (copyright-fix-years): New command.
27695
27696 2005-03-01 Lute Kamstra <lute@gnu.org>
27697
27698 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
27699 that debug-entry-code can be safely removed from a function while
27700 this code is being evaluated. Revert the 2005-02-27 change as the
27701 new implementation no longer requires it. Make sure that a
27702 function body containing just a string is not mistaken for a docstring.
27703 (debug): Skip one more frame in case of debug on entry.
27704 (debugger-setup-buffer): Delete one more frame line in case of
27705 debug on entry.
27706 (debugger-frame-number): Update to use the new text introduced by
27707 the 1999-11-03 change. Skip one more frame in case of debug on entry.
27708
27709 2005-02-28 Kim F. Storm <storm@cua.dk>
27710
27711 * double.el (double-translate-key): Call force-window-update after
27712 read-event to avoid crash in redisplay.
27713
27714 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
27715
27716 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
27717 (debug): Use it. Move the inhibit-trace earlier.
27718 (debug-entry-code): New const.
27719 (debug-on-entry-1): Use it.
27720
27721 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
27722
27723 * international/utf-16.el (ccl-encode-mule-utf-16le):
27724 Fix BUFFER_MAGNIFICATION to 2.
27725 (ccl-encode-mule-utf-16be): Likewise.
27726
27727 2005-02-28 Kenichi Handa <handa@m17n.org>
27728
27729 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
27730 Fix BUFFER_MAGNIFICATION to 4.
27731 (ccl-encode-mule-utf-16be-with-signature): Likewise.
27732
27733 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
27734
27735 * speedbar.el (speedbar-update-flag): Doc fix.
27736 (speedbar-show-info-under-mouse): Give set-mouse-position the right
27737 argument.
27738
27739 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
27740
27741 * reveal.el (reveal-post-command): Don't try to reveal overlays which
27742 have a non-nil `invisible' property but are actually visible.
27743
27744 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
27745 for perldoc sections.
27746 (perl-outline-regexp, perl-outline-level): New var and function.
27747 (perl-mode): Use them.
27748
27749 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
27750
27751 * calendar/diary-lib.el (diary-remind): Discard any mark portion
27752 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
27753
27754 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
27755
27756 * cus-edit.el: Comment change.
27757 (custom-buffer-create-internal): Slightly reword text at top of
27758 Custom buffers. Mention there that saving an option edits the
27759 init file. Add link to Emacs manual node on `custom-file'.
27760 (custom-magic-alist): Rewrite individual State messages to use
27761 capitalized keywords. Doc fix.
27762
27763 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
27764
27765 * calendar/calendar.el (calendar-buffer): Move above
27766 calendar-week-start-day.
27767 (calendar-week-start-day): Doc fix. Add :set function.
27768 (calendar-minimum-window-height): New variable.
27769 (generate-calendar-window): Only resize window if selected-window
27770 is displaying the calendar buffer. Use new variable
27771 calendar-minimum-window-height.
27772 (generate-calendar): Reword error message.
27773 (calendar-mode-map): Bind DEL to scroll-other-window-down.
27774
27775 2005-02-27 Andreas Schwab <schwab@suse.de>
27776
27777 * vc.el (vc-do-command): Don't run command asynchronously when
27778 operating in a remote directory.
27779
27780 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
27781 change from sync with Tramp 2.0.47.
27782
27783 2005-02-27 Richard M. Stallman <rms@gnu.org>
27784
27785 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
27786
27787 * textmodes/flyspell.el (flyspell-mode-on):
27788 Call ispell-change-dictionary only if necessary.
27789
27790 * emacs-lisp/re-builder.el (regexp-builder): New function.
27791
27792 * register.el (describe-register-1): Explicitly handle
27793 yank-excluded-properties = t.
27794
27795 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
27796 (custom-magic-alist): Change the status descriptions again.
27797 (face widget-type): Total rewrite based on `restricted-sexp'
27798 to eliminate the confusing double hiding levels.
27799
27800 * emacs-lisp/debug.el (debug-on-entry-1):
27801 If function body is empty, add nil as body form.
27802
27803 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
27804
27805 * emacs-lisp/trace.el (inhibit-trace): New var.
27806 (trace-make-advice): Use it.
27807
27808 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
27809
27810 2005-02-26 Kim F. Storm <storm@cua.dk>
27811
27812 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
27813 (mouse-on-link-p, mouse-drag-region-1): Use it.
27814
27815 2005-02-25 Lute Kamstra <lute@gnu.org>
27816
27817 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
27818
27819 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
27820
27821 * frame.el (blink-cursor-mode): Add :group keyword.
27822
27823 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
27824
27825 * calendar/icalendar.el (icalendar--decode-isodatetime):
27826 New optional argument DAY-SHIFT.
27827 (icalendar-export-region): Fix coding-system-for-write.
27828 (icalendar--convert-ical-to-diary): Shift end-day of all-day
27829 events by one.
27830
27831 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
27832
27833 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
27834
27835 2005-02-24 Kim F. Storm <storm@cua.dk>
27836
27837 * international/iso-acc.el (iso-accents-compose): Fix crash
27838 during redisplay. Call force-window-update after read-event
27839 and delete-region to signal that window is not accurate.
27840
27841 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
27842
27843 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
27844 Remove unused and inexistent var `inhibit-trace'.
27845 (debugger-mode): Use run-mode-hooks.
27846 (debugger-list-functions): Add buttons; setup xref stack.
27847
27848 2005-02-23 Richard M. Stallman <rms@gnu.org>
27849
27850 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
27851 appointment says it was explicitly made.
27852 (appt-add): Set the 3rd element.
27853 (appt-make-list): Preserve explicit appointments.
27854
27855 * subr.el (find-tag-default): Catch errors in forward-sexp.
27856
27857 2005-02-23 Juri Linkov <juri@jurta.org>
27858
27859 * info.el (Info-isearch-search): New defcustom.
27860 (Info-isearch-search): Call the default isearch function
27861 when Info-isearch-search is nil.
27862 (Info-isearch-wrap): Use variable Info-isearch-search.
27863
27864 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
27865
27866 * cus-edit.el: Comment change.
27867
27868 2005-02-22 Kim F. Storm <storm@cua.dk>
27869
27870 * progmodes/hideif.el (hide-ifdef-use-define-alist):
27871 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
27872
27873 2005-02-22 Simon Josefsson <jas@extundo.com>
27874
27875 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
27876 New variable.
27877 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
27878 Oskarsson" <myrkraverk@users.sourceforget.net>.
27879
27880 2005-02-22 Kim F. Storm <storm@cua.dk>
27881
27882 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
27883 check that window of that event is the selected window.
27884 (mouse-drag-region-1): Compare mouse event window to selected
27885 window before setting point.
27886
27887 * tooltip.el (tooltip-show-help-function): Pass event to
27888 mouse-on-link-p so it can check selected window.
27889
27890 2005-02-22 Kenichi Handa <handa@m17n.org>
27891
27892 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
27893 (ps-mule-show-warning): New function.
27894 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
27895 characters are found.
27896
27897 * ps-print.el (ps-header-footer-string): Return a list of header
27898 and footer strings.
27899
27900 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
27901
27902 * pcvs.el (cvs-retrieve-revision): Fix thinko.
27903
27904 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
27905
27906 * frame.el (blink-cursor-mode): Use define-minor-mode.
27907
27908 * term/mac-win.el (function-key-map): Use char-names more consistently.
27909 (file-name-coding-system): Only set it for MacOS-9. The other case is
27910 already handled in mule-cmds.el (where it also works when mac-win.el
27911 is not used).
27912
27913 2005-02-21 Kenichi Handa <handa@m17n.org>
27914
27915 * international/mule.el (ctext-pre-write-conversion): Always use
27916 " *code-converting-work*" buffer for work.
27917
27918 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
27919
27920 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
27921
27922 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
27923
27924 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
27925
27926 * ses.el (undo-more): Restore defadvice, but only the part that
27927 allows changes outside the restricted area of the buffer.
27928
27929 2005-02-20 Kim F. Storm <storm@cua.dk>
27930
27931 * simple.el (line-move): Add fourth optional arg try-vscroll which
27932 must be set to perform auto-window-vscroll.
27933 When moving backwards and doing auto-window-vscroll, automatically
27934 vscroll to the last part of lines which are taller than the window.
27935 (next-line, previous-line): Set try-vscroll arg on line-move.
27936
27937 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
27938
27939 * replace.el (query-replace, query-replace-regexp)
27940 (replace-string, replace-regexp): When operating on region, make
27941 the minibuffer prompt say so.
27942
27943 * isearch.el (isearch-forward): Document isearch-query-replace and
27944 isearch-query-replace-regexp keybindings.
27945
27946 2005-02-19 Jay Belanger <belanger@truman.edu>
27947
27948 * calc/calc-aent.el (math-read-token): Add local variable.
27949
27950 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
27951 (calc-edit-top): Move declaration to earlier in file.
27952 (calc-edit-macro-repeats): Add local variables.
27953
27954 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
27955 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
27956 calcFunc-tanh.
27957 Adjust integration rule for calcFunc-tan.
27958
27959 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
27960
27961 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
27962 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
27963 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
27964 (viper-skip-separators): Bug fix.
27965 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
27966 particular major mode.
27967 (viper-del-backward-char-in-replace): Don't put deleted char on the
27968 kill ring.
27969
27970 * viper-ex.el (viper-color-display-p): New function.
27971 (viper-has-face-support-p): Use viper-color-display-p.
27972
27973 * viper-keym.el (viper-gnus-modifier-map): New keymap.
27974
27975 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
27976
27977 * viper-util.el (viper-glob-unix-files): Fix shell status check.
27978 (viper-file-remote-p): Make equivalent to file-remote-p.
27979
27980 * viper.el (viper-major-mode-modifier-list):
27981 Use viper-gnus-modifier-map.
27982
27983 2005-02-19 David Kastrup <dak@gnu.org>
27984
27985 * subr.el (subregexp-context-p): Fix garbled doc string by adding
27986 quoting.
27987
27988 2005-02-19 Jay Belanger <belanger@truman.edu>
27989
27990 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
27991 Remove extra definitions.
27992 (calc-coth): New function.
27993 (calcFunc-cot): Fix `let'.
27994
27995 2005-02-19 Eli Zaretskii <eliz@gnu.org>
27996
27997 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
27998 the reasons we use "type pc" in these faces.
27999
28000 * button.el (button): Ditto.
28001
28002 2005-02-19 Michael Mauger <mmaug@yahoo.com>
28003
28004 * replace.el (query-replace-read-from): Set the value of
28005 query-replace-from-history-variable to handle the case of an empty
28006 string entered to accept the suggested default.
28007
28008 * net/tramp.el (tramp-file-name-for-operation):
28009 Use dired-call-process instead of dired-call-process-command.
28010
28011 2005-02-19 Jay Belanger <belanger@truman.edu>
28012
28013 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
28014 (math-div-non-trig): New variables.
28015 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
28016 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
28017 (math-combine-prod, math-div-symb-fancy): Add simplifications for
28018 trig expressions.
28019
28020 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
28021
28022 * progmodes/gdb-ui.el (gdb-var-update-handler)
28023 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
28024 for watch expressions,
28025 (gdb-var-create-handler): Don't set speedbar-update-flag.
28026 (gdb-post-prompt): Simplify test for speedbar.
28027
28028 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
28029
28030 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
28031 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
28032 we use the syntax table of the correct buffer.
28033 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
28034 Felix Gatzemeier.
28035
28036 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
28037 (ediff-file-remote-p): Make synonymous with file-remote-p.
28038 In all deffaces ediff-*-face-*, use min-colors.
28039
28040 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
28041 ediff-recurse-to-subdirectories.
28042 (ediff-mark-if-equal): Check that the arguments are strings, use
28043 ediff-same-contents (after to Felix Gatzemeier).
28044
28045 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
28046 nil.
28047
28048 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
28049
28050 * log-view.el (log-view-message-re): Fix up Subversion regexp.
28051
28052 2005-02-18 David Kastrup <dak@gnu.org>
28053
28054 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
28055 use `mark-active' when defined.
28056
28057 2005-02-18 Kenichi Handa <handa@m17n.org>
28058
28059 * ps-print.el (ps-font-info-database): New entry
28060 ZapfChancery-MediumItalic with correct font name. Fix font name
28061 of the entry Zapf-Chancery-MediumItalic.
28062
28063 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
28064
28065 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
28066
28067 2005-02-16 Kim F. Storm <storm@cua.dk>
28068
28069 * ido.el (ido-fallback-command): Pass user input to fallback command.
28070
28071 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
28072
28073 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
28074 (gdb-find-file-hook): Add server prefix.
28075
28076 2005-02-16 Richard M. Stallman <rms@gnu.org>
28077
28078 * replace.el (perform-replace): Pass new args to replace-highlight.
28079 (replace-highlight): Take region args,
28080 and pass them to isearch-lazy-highlight-new-loop.
28081
28082 * novice.el (disabled-command-hook): Autoload the defalias
28083 and the make-obsolete-variable call.
28084
28085 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
28086
28087 * isearch.el (isearch-lazy-highlight-start-limit)
28088 (isearch-lazy-highlight-end-limit): New variables limit
28089 the region for highlighting.
28090 (isearch-lazy-highlight-new-loop): New args BEG and END.
28091 (isearch-lazy-highlight-search): Use the new vars.
28092 (isearch-lazy-highlight-update): Likewise.
28093
28094 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
28095
28096 * cus-start.el (all): Use default-boundp.
28097
28098 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
28099
28100 * menu-bar.el (menu-bar-select-frame): Handle current frame.
28101
28102 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
28103
28104 * autorevert.el (auto-revert-stop-on-user-input)
28105 (auto-revert-verbose): Doc fixes.
28106
28107 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
28108
28109 * international/mule-cmds.el (set-locale-environment): Remove call
28110 to set-selection-coding-system on Windows.
28111
28112 2005-02-15 Jay Belanger <belanger@truman.edu>
28113
28114 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
28115 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
28116 calcFunc-coth.
28117 (math-simplify-sqrt): Add simplifications.
28118
28119 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
28120 to list.
28121
28122 * calc/calc-ext.el: Add functions to autoloads.
28123
28124 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
28125 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
28126 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
28127 (math-csc-raw, math-cot-raw): New functions.
28128
28129 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
28130
28131 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
28132 the variable name in a message.
28133
28134 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
28135 calcFunc-csc, calcFunc-cot.
28136
28137 * calc/calcalg2.el: Add derivative and integration rules for
28138 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
28139 calcFunc-csch, calcFunc-coth.
28140 (math-do-integral-methods): Add to checks for when to use
28141 substitutions.
28142
28143 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
28144
28145 2005-02-15 Lute Kamstra <lute@gnu.org>
28146
28147 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28148 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
28149 <monnier@iro.umontreal.ca>.
28150 (lisp-outline-level): Improve efficiency. Suggested by David
28151 Kastrup <dak@gnu.org>.
28152
28153 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
28154
28155 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
28156 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
28157 (gdb-set-gud-minor-mode-existing-buffers): New functions.
28158 (gdb-find-file-hook): New hook. Add it to find-file-hook.
28159 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
28160
28161 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
28162
28163 * cus-start.el (all): Comment change.
28164
28165 2005-02-14 Lute Kamstra <lute@gnu.org>
28166
28167 * cus-start.el (all): Check if symbol is void.
28168
28169 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
28170
28171 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
28172 optional argument to \cite.
28173
28174 2005-02-14 Richard M. Stallman <rms@gnu.org>
28175
28176 * cus-edit.el (custom-buffer-create-internal): Update help message.
28177 (custom-magic-alist): Update help messages.
28178
28179 * cus-start.el (all): Allow a var to specify a standard value.
28180
28181 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
28182
28183 * custom.el (custom-theme-set-variables): Handle variable aliases.
28184
28185 * frame.el (blink-cursor-timer): Doc fix.
28186 (blink-cursor): Make it an alias for `blink-cursor-mode' and
28187 declare obsolete.
28188 (blink-cursor-mode): Define with defcustom and use correct
28189 standard expression in that defcustom.
28190 * startup.el (command-line): Adapt to above changes in frame.el.
28191
28192 2005-02-11 Lute Kamstra <lute@gnu.org>
28193
28194 * apropos.el (apropos-score-doc): Prevent division by zero.
28195
28196 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
28197
28198 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
28199 (icalendar--get-event-property-attributes)
28200 (icalendar--get-event-properties)
28201 (icalendar--datetime-to-diary-date): New functions.
28202 (icalendar--split-value): Doc fix.
28203 (icalendar--datetime-to-noneuropean-date)
28204 (icalendar--datetime-to-european-date): New optional argument
28205 SEPARATOR. Return result as a string instead of a list.
28206 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
28207 (icalendar--convert-string-for-export): Rename arg S to STRING.
28208 (icalendar-export-region): Doc fix. Change name of error buffer.
28209 Save output buffer.
28210 (icalendar-import-file): Add blank at end of prompt.
28211 (icalendar-import-buffer): Doc fix. Do not switch to error
28212 buffer. Indicate status in return value.
28213 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
28214 buffer. Save output buffer. Handle exception from recurrence
28215 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
28216 events. Fix problems with weekly all-day events.
28217
28218 2005-02-10 Richard M. Stallman <rms@gnu.org>
28219
28220 * simple.el (eval-expression-print-format):
28221 Avoid warning about edebug-active.
28222
28223 * help.el (help-for-help-internal): Rename from help-for-help.
28224 (help-for-help): Define with defalias.
28225
28226 * font-core.el (font-lock-default-function): Use with-no-warnings.
28227
28228 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
28229
28230 * custom.el (defface): Doc fix.
28231
28232 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
28233
28234 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
28235 width 0" to prevent word wrapping problems.
28236
28237 2005-02-09 Kim F. Storm <storm@cua.dk>
28238
28239 * ido.el (ido-file-extensions-order): New defcustom.
28240 (ido-file-extension-lessp, ido-file-extension-aux)
28241 (ido-file-extension-order): New advanced file ordering.
28242 (ido-file-lessp): New simple file ordering.
28243 (ido-sort-list): Remove.
28244 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
28245 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
28246
28247 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
28248
28249 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
28250 that some versions of grep produce.
28251 (grep-mode-font-lock-keywords): Likewise.
28252
28253 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
28254
28255 * progmodes/gdb-ui.el (gdb-location-list): New variable.
28256 (gdb-cdir): Delete.
28257 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
28258 (gdb-source-info): Treat case when source file is in another
28259 directory properly.
28260 (gdb-get-location): New function.
28261
28262 2005-02-07 Jay Belanger <belanger@truman.edu>
28263
28264 * calc/calc-prog.el (calc-write-parse-table-part)
28265 (calc-fix-token-name): Fix a check for language type.
28266
28267 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
28268
28269 2005-02-07 Andre Spiegel <spiegel@gnu.org>
28270
28271 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
28272 as directory not writable.
28273
28274 2005-02-07 Kim F. Storm <storm@cua.dk>
28275
28276 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
28277 (cua--standard-movement-commands): Remove list.
28278 Instead, set CUA property value to move for movement commands.
28279 (cua-movement-commands): Remove. Users must set CUA prop instead.
28280 (cua--pre-command-handler): Check CUA property.
28281 (cua--init-keymaps): Don't remap undo commands.
28282 (cua-mode): Don't call cua--rectangle-on-off.
28283
28284 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
28285 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
28286 (cua--rect-undo-set-point): New var.
28287 (cua--rectangle-undo-boundary): Setup undo apply entry.
28288 (cua--rect-undo-handler): New function for rectangle undo.
28289 (cua--rect-start-position, cua--rect-end-position): Add.
28290 (cua--rectangle-post-command): Call cua--rectangle-set-corners
28291 for restored rectangle. Set point if cua--rect-undo-set-point.
28292
28293 2005-02-06 Jay Belanger <belanger@truman.edu>
28294
28295 * calc/calc-lang.el (calc-tex-language): Display more information
28296 in messages.
28297
28298 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
28299 in TeX mode.
28300
28301 2005-02-06 Richard M. Stallman <rms@gnu.org>
28302
28303 * emacs-lisp/lisp.el (buffer-end): Doc fix.
28304
28305 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
28306
28307 * net/ldap.el (ldap-search-internal): Support attributes with
28308 optional descriptions separated by a semi-colon, as in
28309 "userCertificate;binary".
28310
28311 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28312
28313 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
28314 isn't a cons (i.e. the version is 0).
28315
28316 2005-02-05 Eli Zaretskii <eliz@gnu.org>
28317
28318 * help.el (help-for-help): Doc fix.
28319
28320 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
28321
28322 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
28323 GDB-Windows on the menu-bar as this works better.
28324
28325 2005-02-04 Jay Belanger <belanger@truman.edu>
28326
28327 * calc/calc-embed.el (calc-embedded-update): Don't put in
28328 unnecessary newlines. Adjust the end of formula marker.
28329
28330 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
28331 (math-latex-parse-two-args): New function.
28332
28333 2005-02-03 Lute Kamstra <lute@gnu.org>
28334
28335 * help-fns.el (help-with-tutorial): Make sure that users cannot
28336 remove the entire text of the tutorial by means of `undo'.
28337
28338 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
28339
28340 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
28341 in recent changes, where the ispell process was repeatedly
28342 killed & restarted.
28343
28344 * international/mule-cmds.el (set-locale-environment): Set file-name
28345 coding system to utf-8 on Darwin systems.
28346 (set-default-coding-systems): Don't set default-file-name-coding-system
28347 on Darwin systems.
28348
28349 2005-02-03 Richard M. Stallman <rms@gnu.org>
28350
28351 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
28352
28353 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
28354
28355 * faces.el (list-faces-display): Add optional argument.
28356
28357 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
28358
28359 * font-core.el (font-lock-default-function): Handle the rare case where
28360 only font-lock-keywords is set.
28361
28362 2005-02-02 Kenichi Handa <handa@m17n.org>
28363
28364 * international/characters.el: Cancel previous change for
28365 I-WITH-DOT-ABOVE and DOTLESS-i.
28366
28367 * international/latin-5.el: Cancel previous change.
28368
28369 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
28370
28371 * progmodes/gud.el: Correction to syntax in gud-menu-map.
28372
28373 2005-02-02 Kenichi Handa <handa@m17n.org>
28374
28375 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
28376 DOTLESS-i.
28377
28378 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
28379 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
28380
28381 * case-table.el (get-upcase-table): New function.
28382 (copy-case-table): Copy upcaes table too if non-nil.
28383 (set-case-syntax-delims): Maintain upcase table too.
28384 (set-case-syntax-pair): Likewise.
28385 (set-upcase-syntax, set-downcase-syntax): New functions.
28386 (set-case-syntax): Maintain upcase table too.
28387
28388 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
28389
28390 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
28391
28392 * progmodes/gud.el (gud-goto-info): New function.
28393 (gud-tool-bar-map): Use correct icon.
28394
28395 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
28396
28397 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
28398 When delegating, order args in the funcall correctly.
28399
28400 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
28401
28402 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
28403
28404 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
28405
28406 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
28407 buffer not visiting a file.
28408
28409 2005-01-31 Jay Belanger <belanger@truman.edu>
28410
28411 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
28412 bound on the line with the formula.
28413
28414 2005-01-31 Kim F. Storm <storm@cua.dk>
28415
28416 * ses.el (ses-create-cell-variable-range)
28417 (ses-destroy-cell-variable-range, ses-reset-header-string)
28418 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
28419 (ses-insert-row): Fix format of apply undo entries.
28420
28421 2005-01-31 Jay Belanger <belanger@truman.edu>
28422
28423 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
28424 parts.
28425
28426 * calc/calc-embed.el (calc-embedded-open-formula)
28427 (calc-embedded-close-formula): Ignore matrix environments.
28428
28429 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
28430 TeX mode.
28431
28432 * calc/calc-lang.el (math-function-table, math-oper-table)
28433 (math-variable-table): Adjust the LaTeX portions.
28434
28435 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
28436 (math-latex-ignore-words): New constant.
28437
28438 2005-01-31 Richard M. Stallman <rms@gnu.org>
28439
28440 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
28441 (ispell-local-dictionary): Doc fix.
28442 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
28443 Don't reinitialize at run time. Don't defcustom.
28444 All uses changed to append ispell-local-dictionary-alist,
28445 or check it first.
28446 (ispell-current-dictionary): New variable for dictionary in use.
28447 (ispell-dictionary): Now used only for global default.
28448 (ispell-start-process): Set ispell-current-dictionary,
28449 not ispell-dictionary.
28450 (ispell-change-dictionary): Use this only for setting
28451 user preferences.
28452 (ispell-internal-change-dictionary): New function
28453 to change the current dictionary in use.
28454 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
28455 Use ispell-current-dictionary.
28456 Handle ispell-local-dictionary-overridden.
28457 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
28458
28459 2005-01-31 Jay Belanger <belanger@truman.edu>
28460
28461 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
28462
28463 * calc/calc-ext.el: Add calc-latex-language to autoloads.
28464 (calc-mode-map): Add calc-latex-language.
28465
28466 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
28467 (math-latex-print-frac): New functions.
28468 (math-oper-table, math-function-table, math-variable-table)
28469 (math-complex-format, math-input-filter): Add latex properties.
28470 (calc-set-language): Set math-expr-special-function-mapping.
28471
28472 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
28473 (calc-write-parse-table-part): Add LaTeX support.
28474
28475 * calc/calc.el (calc-language): Adjust docstring.
28476 (calc-set-mode-line): Add LaTeX support.
28477 (math-expr-special-function-mapping): New variable.
28478 (math-tex-ignore-words): Add to list.
28479
28480 * calc/calccomp.el (math-compose-expr, math-compose-rows):
28481 Add LaTeX support.
28482 (math-compose-expr): Add support for special functions.
28483
28484 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
28485
28486 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
28487
28488 * progmodes/gdb-ui.el (gdb-memory-address)
28489 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
28490 (gdb-memory-mode-map, gdb-memory-format-keymap)
28491 (gdb-memory-format-menu, gdb-memory-unit-keymap)
28492 (gdb-memory-unit-menu): New variables for a buffer
28493 that lets the user examine program memory.
28494 (gdb-memory-set-address, gdb-memory-set-repeat-count)
28495 (gdb-memory-format-binary, gdb-memory-format-octal)
28496 (gdb-memory-format-unsigned, gdb-memory-format-signed)
28497 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
28498 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
28499 (gdb-memory-unit-word, gdb-memory-unit-halfword)
28500 (gdb-memory-unit-byte, gdb-memory-unit-menu)
28501 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
28502 (gdb-memory-mode, gdb-memory-buffer-name)
28503 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
28504 New functions for above buffer.
28505
28506 2005-01-30 Richard M. Stallman <rms@gnu.org>
28507
28508 * cus-edit.el (custom-bury-buffer): Function deleted.
28509 (custom-buffer-done-function): Option deleted.
28510 (custom-buffer-done-kill): New replacement option.
28511 (Custom-buffer-done): Call quit-window.
28512 (custom-buffer-create-internal): Update for above changes.
28513
28514 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
28515
28516 * simple.el (undo-ask-before-discard): New var.
28517 (undo-outer-limit-truncate): Implement it.
28518 (undo-extra-outer-limit): Doc update.
28519
28520 2005-01-29 Richard M. Stallman <rms@gnu.org>
28521
28522 * ses.el (undo-more): Delete defadvice.
28523 (ses-begin-change): Doc fix.
28524
28525 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
28526 instead of rebinding C-x u and C-_.
28527
28528 * files.el (normal-backup-enable-predicate): Return nil for files
28529 in /tmp, regardless of temporary-file-directory.
28530
28531 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
28532
28533 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
28534 (open-rectangle, delete-whitespace-rectangle-line)
28535 (clear-rectangle-line): If FILL, pass t instead of FILL
28536 for move-to-column's 2nd arg.
28537
28538 * simple.el (undo): Fix the test for continuing a series of undos.
28539 (undo-more): Set pending-undo-list to t when we reach end.
28540 (pending-undo-list): Move up defvar.
28541
28542 * wid-edit.el (widget-button-click):
28543 Shorten the range of the track-mouse binding.
28544
28545 * comint.el (comint-insert-input): Undo previous changes;
28546 use last-input-event in interactive spec.
28547
28548 2005-01-29 Eli Zaretskii <eliz@gnu.org>
28549
28550 * progmodes/compile.el (compilation-start): Bind buffer-read-only
28551 to nil before invoking call-process. Reset buffer's modified flag
28552 after fontifying it in the no-async branch.
28553
28554 * wid-edit.el (widget-specify-button): If mouse pointer shape
28555 cannot be changed, use mouse face instead.
28556
28557 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
28558
28559 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
28560 (gdb-goto-breakpoint): Make breakpoint handling work on template
28561 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
28562 (gdb-assembler-custom): Update to recognize breakpoint information
28563 added on 2005-01-19.
28564
28565 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
28566
28567 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
28568 (dsssl-mode): Use define-derived-mode.
28569 (scheme-mode-initialize): Remove.
28570 (scheme-mode): Use run-mode-hooks.
28571
28572 * cus-edit.el (customize-group-other-window)
28573 (custom-buffer-create-other-window): Don't override special-display-*.
28574 (custom-mode-map): Make it dense.
28575
28576 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
28577 sets the default value.
28578
28579 2005-01-28 Eli Zaretskii <eliz@gnu.org>
28580
28581 * descr-text.el: Add more keywords.
28582
28583 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
28584
28585 * speedbar.el: Avoid unnecessary use of locate-library.
28586
28587 * international/mule-cmds.el (standard-display-european-internal):
28588 Don't fiddle with latin-1 non-break space any more since it's now
28589 special cased in the C code.
28590 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
28591
28592 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
28593
28594 * cus-start.el (all): Add `undo-outer-limit'.
28595
28596 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28597
28598 * textmodes/bibtex.el (bibtex-format-entry):
28599 Use `bibtex-empty-field-re' only on the text of fields, not on entire
28600 field lines.
28601 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
28602 not on part of a buffer.
28603
28604 2005-01-25 Lute Kamstra <lute@gnu.org>
28605
28606 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
28607 nonempty field text strings like "{letters\\macro{}more letters}".
28608 Clarify docstring.
28609 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
28610 (bibtex-entry-offset, bibtex-parse-association)
28611 (bibtex-parse-field-name): Fix typos in docstrings.
28612 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
28613
28614 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
28615
28616 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
28617 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
28618 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
28619 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
28620
28621 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
28622 isearch minor mode.
28623
28624 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
28625
28626 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
28627
28628 2005-01-24 Lute Kamstra <lute@gnu.org>
28629
28630 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
28631 CASECHARS and NOT-CASECHARS regular expressions of the
28632 "nederlands" and "nederlands8" dictionaries to prevent a "Range
28633 striding over charsets" error.
28634
28635 2005-01-24 Jay Belanger <belanger@truman.edu>
28636
28637 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
28638 display variable name.
28639
28640 2005-01-24 Kenichi Handa <handa@m17n.org>
28641
28642 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
28643 Fix setting of the element of encoded-kbd-iso2022-invocations.
28644
28645 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
28646
28647 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
28648 (gdb-threads-select): Change to also accept mouse events.
28649 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
28650 (gdb-threads-mouse-select): Delete.
28651
28652 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
28653
28654 * files.el (insert-directory): Take care of empty directory,
28655 listed without -a switch.
28656
28657 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
28658
28659 * textmodes/refill.el (refill-post-command-function):
28660 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
28661 to the list of functions that we should be careful not to undo.
28662 (refill-late-fill-paragraph-function): Remove.
28663 (refill-saved-state): New var.
28664 (refill-mode): Use it to save fill-paragraph-function.
28665 Save also the value of auto-fill-function.
28666
28667 * term/w32-win.el: Simplify code.
28668
28669 2005-01-23 Kim F. Storm <storm@cua.dk>
28670
28671 * simple.el (line-move): Adapt to new return value from
28672 pos-visible-in-window-p.
28673
28674 * simple.el (line-move): Fix last change. Check partial
28675 visibility at point rather than at window-start.
28676
28677 2005-01-22 Jason Rumney <jasonr@gnu.org>
28678
28679 * term/w32-win.el (xw-defined-colors): Remove debug-message.
28680
28681 2005-01-22 David Kastrup <dak@gnu.org>
28682
28683 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
28684
28685 2005-01-22 Eli Zaretskii <eliz@gnu.org>
28686
28687 * type-break.el (type-break-mode): Add a test for
28688 type-break-file-name being non-nil.
28689
28690 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
28691
28692 * net/eudc.el (top level): Call (message "") via progn, so that
28693 eudc-options-file is loaded.
28694
28695 2005-01-22 Kim F. Storm <storm@cua.dk>
28696
28697 * simple.el (line-move-1): Rename from line-move.
28698 (line-move): New function that adjusts vscroll for partially
28699 visible rows, and calls line-move-1 otherwise.
28700
28701 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
28702
28703 * pcomplete.el: Define pcomplete-read-event instead of read-event,
28704 since it's not a complete read-event implementation
28705
28706 2005-01-20 Jay Belanger <belanger@truman.edu>
28707
28708 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
28709 for called function.
28710
28711 2005-01-20 Steven Tamm <steventamm@mac.com>
28712
28713 * term/mac-win.el (process-connection-type): Remove.
28714 Controlled now by s/darwin.h:PTY_ITERATION.
28715
28716 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
28717
28718 * window.el (handle-select-window): Don't switch window when we're
28719 in the minibuffer.
28720
28721 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
28722
28723 * subr.el (dotimes-with-progress-reporter): New macro.
28724
28725 * ses.el (ses-dotimes-msg): Remove macro.
28726 Use `dotimes-with-progress-reporter' instead.
28727
28728 2005-01-19 Steven Tamm <steventamm@mac.com>
28729
28730 * term/mac-win.el (process-connection-type): Use new
28731 operating-system-release variable to use ptys on Darwin 7 (OS X
28732 10.3) when using carbon build.
28733
28734 2005-01-19 Jay Belanger <belanger@truman.edu>
28735
28736 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
28737 flags if the last command was a tab or M-tab.
28738
28739 * calc/calc-prog.el (calc-user-define-edit): Put original formula
28740 in formula editing buffer.
28741
28742 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
28743
28744 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
28745 breakpoint image symbol in margin.
28746
28747 2005-01-19 Jay Belanger <belanger@truman.edu>
28748
28749 * calc/calc-prog.el (calc-execute-kbd-macro):
28750 Ignore calc-keep-arg-flag.
28751
28752 2005-01-19 Kenichi Handa <handa@m17n.org>
28753
28754 * textmodes/ispell.el (ispell-looking-at): New function.
28755 (ispell-process-line): Use ispell-looking-at to compare the ispell
28756 output and the buffer contents.
28757
28758 2005-01-18 Jay Belanger <belanger@truman.edu>
28759
28760 * calc/calc.el (calc-display-raw): Fix docstring.
28761
28762 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
28763
28764 * simple.el (blink-matching-open): Strip extra info from syntax.
28765
28766 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
28767 funny chars in the end-of-here-doc marker.
28768
28769 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
28770
28771 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
28772 that enable/disabled state of breakpoints is shown correctly in
28773 fringe and on ttys.
28774 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
28775 Add breakpoint information as text properties.
28776 (gdb-mouse-toggle-breakpoint):
28777 Rename to gdb-mouse-set-clear-breakpoint.
28778 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
28779 breakpoints in the margin.
28780 (gdb-remove-strings): Simplify.
28781
28782 2005-01-17 Jay Belanger <belanger@truman.edu>
28783
28784 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
28785 erasing buffer.
28786
28787 2005-01-17 Richard M. Stallman <rms@gnu.org>
28788
28789 * progmodes/grep.el (grep-find): Copy from `grep' the condition
28790 for calling grep-compute-defaults.
28791
28792 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
28793 if buffer is empty.
28794
28795 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
28796
28797 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
28798
28799 * hilit-chg.el (highlight-changes-mode): Don't autoload.
28800
28801 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
28802 non-preloaded variables.
28803
28804 2005-01-17 Steven Tamm <steventamm@mac.com>
28805
28806 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
28807 tex-shell cause to force interactivity when using pipes.
28808
28809 2005-01-17 Kim F. Storm <storm@cua.dk>
28810
28811 * simple.el (just-one-space): Make arg optional.
28812
28813 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
28814
28815 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
28816 posn-at-x-y to t to access left-margin.
28817
28818 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
28819
28820 Sync with Tramp 2.0.47.
28821
28822 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
28823 catching keep-date problems in cp/scp operations.
28824 (tramp-handle-copy-file): Don't call `set-file-modes'
28825 unconditionally. Specialized functions should know better what is
28826 necessary. This improves performance a little bit, and the
28827 functions could catch errors with `cp -p' and `scp -p'.
28828 (tramp-do-copy-or-rename-file-via-buffer)
28829 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
28830 when appropriate.
28831 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
28832 Call `set-file-modes' when appropriate.
28833 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
28834 Johnsson <isak@hypergene.com>.
28835 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
28836 of both Tramp buffer and debug buffer. Reported by Joakim Verona
28837 <joakim@verona.se>.
28838 (tramp-file-name-for-operation): Mark `shell-command' as magic for
28839 Emacs only.
28840
28841 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
28842 `find-file-hooks' and `dired-mode-hook'.
28843 (tramp-minor-mode-map): Respective map. Add remapping for
28844 `compile' and `recompile'.
28845 (tramp-remap-command, tramp-recompile): New defuns.
28846 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
28847 in buffer "*Compilation*". Call the commands asynchronously.
28848
28849 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
28850 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
28851 `shell-command', because it isn't magic in XEmacs. Reported by
28852 Adrian Aichner <adrian@xemacs.org>.
28853
28854 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
28855 `substitute-in-file-name.
28856 (tramp-smb-handle-substitute-in-file-name): New defun.
28857 (tramp-smb-advice-PC-do-completion): Delete advice.
28858
28859 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
28860
28861 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
28862 Fix error in deleting region.
28863
28864 2005-01-15 Richard M. Stallman <rms@gnu.org>
28865
28866 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
28867 In non-temp buffer, switch syntax table temporarily.
28868
28869 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
28870
28871 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
28872
28873 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
28874
28875 * imenu.el (imenu--split-menu): Copy menulist before sorting.
28876 (imenu--generic-function): Use START, not BEG, as pos of definition.
28877
28878 * simple.el (just-one-space): Argument specifies number of spaces.
28879
28880 * simple.el (eval-expression-print-format): Avoid warning
28881 about edebug-active.
28882
28883 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
28884
28885 * progmodes/sh-script.el: Code copied from make-mode.el
28886 with small changes,
28887 (sh-mode-map): Bind C-c C-\.
28888 (sh-backslash-column, sh-backslash-align): New variables.
28889 (sh-backslash-region, sh-append-backslash): New functions.
28890
28891 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
28892
28893 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
28894 (rmail-pop-password, rmail-pop-password-required): Move to
28895 rmail-obsolete group.
28896 (rmail-set-pop-password): Rename to rmail-set-remote-password.
28897 All callers updated.
28898 (rmail-get-pop-password): Rename to rmail-get-remote-password.
28899 Take an argument specifying whether it is POP or IMAP mailbox we
28900 are using. All callers updated.
28901 (rmail-pop-password-error): Rename to
28902 rmail-remote-password-error. Added mailutils-specific error message.
28903 (rmail-movemail-search-path)
28904 (rmail-movemail-variant-in-use): New variables.
28905 (rmail-remote-password, rmail-remote-password-required):
28906 New customization variables.
28907 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
28908 (rmail-parse-url): New function.
28909 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
28910 with GNU mailutils movemail.
28911
28912 2005-01-15 Kevin Ryde <user42@zip.com.au>
28913
28914 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
28915 suffix to space, $ or '$, to correctly position point when going
28916 to @table style constants like DBL_MAX.
28917
28918 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
28919
28920 * type-break.el (type-break-mode, type-break-file-time)
28921 (type-break-file-keystroke-count, type-break-choose-file):
28922 Don't store data in or load data from the file if type-break-file-name
28923 is nil.
28924 (type-break-file-name): Doc update as per the above.
28925
28926 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
28927
28928 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
28929 lookup-key might return nil; handle that.
28930
28931 2005-01-15 Alan Mackenzie <acm@muc.de>
28932
28933 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
28934 rather than the element found, thus enabling the tree to be setcar'd.
28935
28936 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
28937
28938 * textmodes/org.el (org-show-following-heading): New option.
28939 (org-show-hierarchy-above): Use `org-show-following-heading'.
28940 (org-cycle): Documentation fix.
28941
28942 * textmodes/org.el (orgtbl-optimized): New option
28943 (orgtbl-mode): New command, a minor mode.
28944 (orgtbl-mode-map): New variable.
28945 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
28946 (orgtbl-error, orgtbl-self-insert-command)
28947 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
28948
28949 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
28950 a local variable in each org-mode buffer.
28951
28952 * textmodes/org.el (org-set-regexps-and-options): Rename from
28953 `org-set-regexps'. Added checking for STARTUP keyword.
28954 (org-get-current-options): Add STARTUP options.
28955 (org-table-insert-row): Make mode intelligent about when
28956 realignment is needed.
28957 (org-self-insert-command, org-delete-backward-char, org-delete-char):
28958 New commands.
28959 (org-enable-table-editor): New default value `optimized'.
28960 (org-table-blank-field): Support blanking regions if active.
28961
28962 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
28963
28964 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
28965 if the year is not given.
28966
28967 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
28968 Add new escapes %m and %M, fixed bug with %F by adding
28969 save-match-data.
28970 (reftex-reference): Remove ?. from list of spaces.
28971 (reftex-label-info): Add automatic label prefix recognition.
28972
28973 * textmodes/reftex-index.el (reftex-index-next-phrase):
28974 Add slave parameter to call of `reftex-index-this-phrase'.
28975 (reftex-index-this-phrase): New optional argument.
28976 (reftex-index-region-phrases): Add slave parameter to call of
28977 `reftex-index-this-phrase'.
28978 (reftex-display-index): New argument redo.
28979 (reftex-index-rescan): Add `redo' to arguments of
28980 `reftex-display-index'.
28981 (reftex-index-Rescan, reftex-index-revert)
28982 (reftex-index-switch-index-tag): Add `redo' to arguments of
28983 `reftex-display-index'.
28984 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
28985 indexing. Fix bug with matching is there is a quote before or
28986 after the word.
28987
28988 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
28989 Fix bug when collecting citation keys in lines with comments.
28990 (reftex-citation): Prefix argument no longer rescans the document,
28991 but forces prompting for optional arguments of cite macros.
28992 (reftex-do-citation): Prompting for optional arguments implemented.
28993
28994 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
28995 Add optional arguments to most cite commands.
28996 (reftex-cite-cleanup-optional-args): New option
28997 (reftex-cite-prompt-optional-args): New option.
28998 (reftex-trust-label-prefix): New option.
28999
29000 * textmodes/reftex-toc.el (reftex-toc-find-section):
29001 Add push-mark before changing the position in the buffer.
29002
29003 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
29004 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
29005
29006 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
29007
29008 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
29009 more carefully.
29010
29011 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
29012
29013 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
29014 (sgml-mode): Use it.
29015 (sgml-get-context): Better keep track of implicitly closed tags.
29016
29017 2005-01-13 Kenichi Handa <handa@m17n.org>
29018
29019 * textmodes/ispell.el: These changes are to fix misalignment error
29020 caused by equivalent characters of different Emacs charsets.
29021 (ispell-unified-chars-table): New variable.
29022 (ispell-get-decoded-string): New function.
29023 (ispell-get-casechars, ispell-get-not-casechars)
29024 (ispell-get-otherchars): Call ispell-get-decoded-string.
29025
29026 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
29027
29028 * custom.el (custom-declare-variable): Just put symbol instead
29029 of (defvar . symbol) in `current-load-list'.
29030
29031 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
29032
29033 * emacs-lisp/elint.el: Fixed typo in Commentary section.
29034
29035 2005-01-12 Jay Belanger <belanger@truman.edu>
29036
29037 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
29038 to create a Calc summary.
29039
29040 2005-01-12 Kim F. Storm <storm@cua.dk>
29041
29042 * mouse.el (mouse-on-link-p): Change functionality and doc
29043 string to comply with latest description in lisp ref.
29044
29045 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
29046
29047 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
29048 Enable mouse clicks on mode-line, header-line and margin.
29049 (event-type): Give mouse event symbols an `event-kind' property
29050 with value `mouse-click'.
29051
29052 2005-01-12 Juri Linkov <juri@jurta.org>
29053
29054 * facemenu.el (list-colors-display): Add new arg buffer-name.
29055 Use it. Fix docstring. Replace code for identifying duplicate
29056 colors by the name with call to `list-colors-duplicates' which
29057 identifies duplicate colors by the value unless the color
29058 is one of special Windows colors. Set truncate-lines to t.
29059 Print sorted duplicate color names on each line. Indent to 22
29060 \(the longest color name in rgb.txt) instead of 20. Optimize.
29061 (list-colors-duplicates): New function.
29062 (facemenu-color-name-equal): Delete function.
29063
29064 * facemenu.el (list-colors-print): New function created from code
29065 in list-colors-display. Print #RRGGBB at the window right edge.
29066 (list-colors-display): When temp-buffer-show-function is not
29067 defined, call list-colors-print from temp-buffer-show-hook
29068 to get the right value of window-width in list-colors-print
29069 after the buffer is displayed.
29070
29071 * simple.el (pop-mark): Move deactivate-mark out of conditional
29072 part to deactivate the active mark regardless of the state of the
29073 mark ring.
29074
29075 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
29076 variables line in desktop files.
29077
29078 2005-01-12 Juri Linkov <juri@jurta.org>
29079
29080 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
29081 Bring together isearch highlight related options.
29082 (lazy-highlight): Replace group `replace' by `matching'.
29083 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
29084 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
29085 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
29086 and declare them obsolete.
29087 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
29088 (isearch-faces): Remove defgroup.
29089 (isearch-overlay, isearch-highlight, isearch-dehighlight):
29090 Move isearch highlighting code closer to lazy highlighting code.
29091
29092 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
29093 (query-replace-highlight, query-replace-lazy-highlight)
29094 (query-replace): Move definitions to the beginning of the file.
29095
29096 2005-01-11 Juri Linkov <juri@jurta.org>
29097
29098 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
29099 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
29100 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
29101
29102 * info.el (Info-history-forward): New variable.
29103 (Info-select-node): Reset Info-history-forward to nil.
29104 (Info-last): Turn into defalias.
29105 (Info-history-back): Rename from Info-last.
29106 Add current node to Info-history-forward.
29107 (Info-history-forward): New fun.
29108 (Info-mode-map): Replace Info-last by Info-history-back.
29109 Bind Info-history-forward to "r".
29110 (Info-mode-menu): Replace Info-last by Info-history-back.
29111 Fix menu item text. Add menu item for Info-history-forward.
29112 (info-tool-bar-map): Replace Info-last by Info-history-back.
29113 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
29114 for Info-history-forward.
29115 (Info-mode): Replace Info-last by Info-history-back in docstring.
29116 Add local variable Info-history-forward.
29117 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
29118
29119 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
29120
29121 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
29122 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
29123 Ignore select-window events rather than fiddle with
29124 mouse-autoselect-window.
29125
29126 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
29127
29128 * type-break.el (type-break-mode): Fix previous change.
29129
29130 2005-01-10 Jay Belanger <belanger@truman.edu>
29131
29132 * calc/calc-ext.el (calc-reset): Reset when inside embedded
29133 calculator; only reset when point is inside a calculator.
29134 Don't adjust the window height if the window takes up the whole height
29135 of the frame.
29136
29137 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
29138
29139 * ebuff-menu.el (Electric-buffer-menu-mode):
29140 Preserve value of buffer-local var header-line-format.
29141
29142 2005-01-09 Jay Belanger <belanger@truman.edu>
29143
29144 * calc/calc.el (calc-mode-var-list-restore-saved-values):
29145 Make sure settings file exists before accessing it.
29146
29147 * calc/calc-embed.el (calc-embedded-subst):
29148 Replace math-multi-subst-rec, which is only supposed to be called
29149 by math-multi-subst, by math-multi-subst.
29150
29151 2005-01-09 Andre Spiegel <spiegel@gnu.org>
29152
29153 * vc.el (vc-allow-async-revert): New user option.
29154 (vc-disable-async-diff): New internal variable.
29155 (vc-revert-buffer): Use them to disable asynchronous diff.
29156
29157 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
29158 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
29159 asynchronously if vc-disable-async-diff is t.
29160
29161 2005-01-09 Jay Belanger <belanger@truman.edu>
29162
29163 * calc/calc.el (defcalcmodevar): New macro.
29164 (calc-mode-var-list-restore-default-values)
29165 (calc-mode-var-list-restore-saved-values): New functions.
29166 (calc-mode-var-list): Use defcalcmodevar to define it.
29167 (calc-always-load-extensions, calc-line-numbering)
29168 (calc-line-breaking, calc-display-just, calc-display-origin)
29169 (calc-number-radix, calc-leading-zeros, calc-group-digits)
29170 (calc-group-char, calc-point-char, calc-frac-format)
29171 (calc-prefer-frac, calc-hms-format, calc-date-format)
29172 (calc-float-format, calc-full-float-format, calc-complex-format)
29173 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
29174 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
29175 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
29176 (calc-matrix-brackets, calc-language, calc-language-option)
29177 (calc-left-label, calc-right-label, calc-word-size)
29178 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
29179 (calc-display-raw, calc-internal-prec, calc-angle-mode)
29180 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
29181 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
29182 (calc-window-height, calc-display-trail, calc-show-selections)
29183 (calc-use-selections, calc-assoc-selections)
29184 (calc-display-working-message, calc-auto-why, calc-timing)
29185 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
29186 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
29187 (calc-gnuplot-default-device, calc-gnuplot-default-output)
29188 (calc-gnuplot-print-device, calc-gnuplot-print-output)
29189 (calc-gnuplot-geometry, calc-graph-default-resolution)
29190 (calc-graph-default-resolution-3d, calc-invocation-macro)
29191 (calc-show-banner): Use defcalcmodevar to declare them and set
29192 their default values.
29193
29194 * calc/calc-ext.el (calc-reset): Restore saved values of variables
29195 instead of default values (but restore default values if there is
29196 an argument of 0).
29197
29198 2005-01-09 David Kastrup <dak@gnu.org>
29199
29200 * desktop.el (desktop-restore-eager): Fix typo in type.
29201
29202 2005-01-08 Richard M. Stallman <rms@gnu.org>
29203
29204 * cus-edit.el (customize): Delete :link.
29205
29206 2005-01-08 Jay Belanger <belanger@truman.edu>
29207
29208 * calc/calc.el (calc-mode): Remove the extension from the
29209 `calc-settings-file' file name when loading it.
29210
29211 2005-01-08 Kim F. Storm <storm@cua.dk>
29212
29213 * info.el (Info-mode-map, Info-next-link-keymap)
29214 (Info-prev-link-keymap, Info-up-link-keymap):
29215 Map follow-link to mouse-face.
29216 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
29217
29218 2005-01-08 Jay Belanger <belanger@truman.edu>
29219
29220 * calc/calc.el (calc-settings-file): Change default value.
29221 Suggested by cgw in a comment in calc-mode.el.
29222
29223 * calc/calc-mode.el (calc-settings-file-name):
29224 Compare calc-settings-file to user-init-file instead of ~/.emacs.
29225 Replace ~/.emacs in a prompt by calc-settings-file.
29226
29227 2005-01-07 Lars Hansen <larsh@math.ku.dk>
29228
29229 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
29230 (desktop-lazy-idle-delay): New customizable variables.
29231 (desktop-buffer-args-list): New variable.
29232 (desktop-append-buffer-args): New function.
29233 (desktop-save): Call desktop-append-buffer-args for some buffers.
29234 (desktop-lazy-create-buffer): New function.
29235 (desktop-idle-create-buffers): New function.
29236 (desktop-read): Add message about buffers to restore lazily.
29237 (desktop-lazy-abort): New command.
29238 (desktop-clear): Call desktop-lazy-abort.
29239 (desktop-lazy-complete): New command.
29240
29241 2005-01-06 Richard M. Stallman <rms@gnu.org>
29242
29243 * emacs-lisp/find-func.el (find-face-definition):
29244 Rename from find-face.
29245
29246 2005-01-06 Kim F. Storm <storm@cua.dk>
29247
29248 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
29249
29250 * man.el (Man-xref-man-page, Man-xref-header-file)
29251 (Man-xref-normal-file): Add follow-link property.
29252
29253 2005-01-06 Jay Belanger <belanger@truman.edu>
29254
29255 * calc/calc-units.el: Make sure the proper macro definitions are
29256 available when compiling.
29257
29258 2005-01-06 Juri Linkov <juri@jurta.org>
29259
29260 * isearch.el (isearch-lazy-highlight-update):
29261 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
29262
29263 2005-01-06 Miles Bader <miles@gnu.org>
29264
29265 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
29266 (isearch-lazy-highlight-face): Use new name.
29267
29268 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
29269
29270 * uniquify.el (uniquify-rationalize-file-buffer-names):
29271 Re-add an interactive spec.
29272 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
29273 to the same name.
29274
29275 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
29276 (isearch-update, isearch-done): Adjust calls accordingly.
29277
29278 2005-01-05 Richard M. Stallman <rms@gnu.org>
29279
29280 * custom.el (custom-set-variables, custom-theme-set-variables):
29281 Clarify documentation.
29282
29283 * emacs-lisp/find-func.el (find-variable)
29284 (find-variable-other-window, find-variable-other-frame):
29285 Fix the TYPE args to find-function-read and find-function-do-it.
29286 (find-function): Doc fix.
29287 (find-function-at-point): Replace function-at-point alias.
29288
29289 2005-01-04 Richard M. Stallman <rms@gnu.org>
29290
29291 * cus-face.el (custom-declare-face):
29292 Record defface in current-load-list.
29293
29294 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
29295
29296 * emacs-lisp/find-func.el: Doc fixes.
29297 (find-face-regexp): New variable.
29298 (find-function-regexp-alist): New variable.
29299 (find-function-C-source): Third arg is now TYPE.
29300 (find-function-search-for-symbol): Handle general TYPE.
29301 (find-function-read, find-function-do-it): Handle general TYPE.
29302 (find-definition-noselect, find-face): New functions.
29303 (function-at-point): Alias deleted.
29304
29305 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
29306
29307 * battery.el (display-battery-mode): Rename from display-battery.
29308 Handle the case where it gets turned off.
29309
29310 2005-01-04 Richard M. Stallman <rms@gnu.org>
29311
29312 * cus-edit.el (customize): Make :link point to user doc.
29313
29314 * man.el (Man-fontify-manpage): Turn off undo generation.
29315
29316 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
29317
29318 2005-01-04 Andreas Schwab <schwab@suse.de>
29319
29320 * files.el (insert-directory): Only look for error lines in
29321 inserted text. Don't move too far after processing --dired markers.
29322
29323 2005-01-04 Richard M. Stallman <rms@gnu.org>
29324
29325 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
29326 Don't expand if the character is @, period, dash, etc.
29327 (define-mail-abbrev): Quote names that contain problem characters.
29328
29329 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
29330
29331 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
29332
29333 2005-01-03 Richard M. Stallman <rms@gnu.org>
29334
29335 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
29336 (query-replace-highlight, query-replace-lazy-highlight)
29337 (query-replace): Definitions moved up. Doc fix.
29338
29339 2005-01-03 Richard M. Stallman <rms@gnu.org>
29340
29341 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
29342 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
29343 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
29344 (lazy-highlight-face): Rename from isearch-lazy-...
29345 Change all references to them.
29346
29347 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
29348
29349 * cus-edit.el (custom-file): Doc fix for defcustom.
29350 (custom-file): The function no longer sets the variable
29351 `custom-file' to its return value.
29352
29353 * startup.el (command-line): No longer load `custom-file'.
29354
29355 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
29356
29357 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
29358
29359 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
29360 Don't confuse module-prefixed identifiers for labels.
29361 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
29362
29363 2005-01-02 Richard M. Stallman <rms@gnu.org>
29364
29365 * files.el (basic-save-buffer-1): Fix previous change.
29366
29367 * loadhist.el (file-loadhist-lookup): New function.
29368 (file-provides, file-requires): Use it.
29369
29370 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
29371 instead of calculating the right size.
29372
29373 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
29374
29375 * vc-svn.el (vc-svn-diff): Stay local if possible.
29376
29377 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
29378
29379 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
29380
29381 * files.el (hack-local-variables): Fix last change.
29382
29383 2005-01-02 Jay Belanger <belanger@truman.edu>
29384
29385 * calc/calc-yank.el (calc-edit-top): New variable.
29386 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
29387 object. Change header properties.
29388 (calc-edit-finish, calc-edit-finish-stack-object)
29389 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
29390 edited object.
29391 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
29392 for the beginning of the edited object.
29393 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
29394 for the beginning of the edited object.
29395 * calc/calc-prog.el (calc-edit-macro-finish-edit)
29396 (calc-finish-formula-edit, calc-macro-repeats)
29397 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
29398 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
29399 beginning of the edited object.
29400 (calc-user-define-edit): Change the header for editing macros.
29401 Remove unnecessary variable.
29402
29403 2005-01-01 Jay Belanger <belanger@truman.edu>
29404
29405 * calc/calc-yank.el (calc-edit-mode): Change default header.
29406 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
29407 * calc/calc-store.el (calc-edit-variable): Change title to match new
29408 header.
29409 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
29410 mode to match new header.
29411 (calc-user-define-edit): Change titles to include names of commands.
29412 (calc-finish-formula-edit): Adjust to handle new header.
29413 (calc-finish-macro-edit): Remove.
29414 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
29415 (calc-edit-macro-command, calc-edit-macro-command-type)
29416 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
29417 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
29418 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
29419 (calc-edit-macro-finish-edit): New functions.
29420 (calc-user-define-edit): Use new functions to edit named calc macros.
29421
29422 2005-01-01 Stefan <monnier@iro.umontreal.ca>
29423
29424 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
29425
29426 * ses.el (copy-region-as-kill): Deactivate mark.
29427
29428 2005-01-01 Richard M. Stallman <rms@gnu.org>
29429
29430 * replace.el (occur-1): If the output buffer is also an input,
29431 don't kill it, rename it.
29432
29433 * faces.el (set-face-background, set-face-foreground): Doc fix.
29434
29435 * cus-face.el (custom-face-attributes): Fix :help-echo strings
29436 for :foreground and :background.
29437
29438 * dired.el (dired-view-command-alist): Variable deleted.
29439 (dired-view-file, dired-mouse-find-file-other-window):
29440 Delete the code to use it.
29441
29442 2005-01-01 Kim F. Storm <storm@cua.dk>
29443
29444 * image.el (insert-sliced-image): Use t for line-height property.
29445
29446 See ChangeLog.11 for earlier changes.
29447
29448 ;; Local Variables:
29449 ;; coding: iso-2022-7bit
29450 ;; add-log-time-zone-rule: t
29451 ;; End:
29452
29453 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
29454 Copying and distribution of this file, with or without modification,
29455 are permitted provided the copyright notice and this notice are preserved.
29456
29457 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1