]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
2
3 * textmodes/org.el: (org-scan-tags): Make the search
4 case-sensitive.
5 (org-tags-sparse-tree): Don't overrule
6 `org-show-following-heading' and `org-show-hierarchy-above'.
7 (org-reveal): New command.
8 (org-show-context): Renamed from `org-show-hierarchy-above'.
9 (org-fast-tag-selection-single-key): New option.
10 (org-fast-tag-show-exit, org-set-current-tags-overlay): New
11 functions.
12 (org-tags-overlay): New variable.
13 (org-agenda-todo-ignore-deadlines): New option.
14 ("session"): Add circular data structure `org-mark-ring' to
15 exceptions list in session.el.
16 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
17 New options.
18 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
19 (org-prepare-agenda, org-agenda-quit): Use
20 `org-agenda-window-setup'.
21 (org-pre-agenda-window-conf, org-blank-before-new-entry): New
22 variables.
23 (org-finalize-agenda): Activate bracket links in agenda.
24 (org-at-timestamp-p, org-at-date-range-p): Additional argument
25 INACTIVE-OK.
26 (org-show-hierarchy-above, org-show-following-heading): List
27 values allowed for fine-tuned configuration.
28 (org-show-hierarchy-above): New argument CONTEXT, use the
29 fine-tuned settings in `org-show-hierarchy-above' and
30 `org-show-following-heading'.
31 (org-display-custom-time): New function.
32 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New
33 function.
34 (org-display-custom-times, org-time-stamp-custom-formats):
35 (org-maybe-intangible): New macro.
36 (org-activate-bracket-links, org-hide-wide-columns): Use
37 `org-maybe-intangible'.
38 (org-open-file): Use `shell-quote-argument'.
39 (org-display-internal-link-with-indirect-buffer): New option.
40 (org-file-remote-p): Get regexp from list.
41 (org-link-expand-abbrev): New function.
42 (org-link-abbrev-alist): New option.
43 (org-open-at-point, org-cleaned-string-for-export): Call
44 `org-link-expand-abbrev'.
45 (org-timeline, org-agenda-list, org-todo-list)
46 (org-tags-view): Remove the KEEP-MODES argument.
47 (org-finalize-agenda-hook): New hook.
48 (org-get-alist-option): New function.
49 (org-follow-timestamp-link): New function.
50 (org-open-at-point): Call `org-follow-timestamp-link'.
51 (org-log-note-marker, org-log-note-purpose)
52 (org-log-note-window-configuration): New variables.
53 (org-add-log-maybe, org-add-log-note, org-store-log-note): New
54 functions.
55 (org-log-note-headings): New option.
56 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
57 (org-store-link): Support for dired-mode.
58 (org-open-file): Substitute environment variables into filename.
59 (org-last): New defsubst.
60 (org-agenda-re-align-tags): New function.
61 (org-agenda-align-tags-to-column): New option.
62 (org-agenda-timeline): Group removed.
63 (org-prepare-agenda, org-prepare-agenda-buffers)
64 (org-run-agenda-series, org-timeline, org-agenda-list)
65 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
66 the text property inticating the agenda type.
67 (org-agenda-post-command-hook): Get agenda type from text property
68 at point.
69 (org-agenda): Handle command sets. Set
70 `org-agenda-last-arguments' and obey
71 `org-agenda-overriding-arguments'.
72 (org-agenda-overriding-arguments, org-agenda-last-arguments): New
73 variables.
74 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
75 (org-agenda-week-view, org-agenda-day-view): Use
76 `org-agenda-overriding-arguments' to make updating work with
77 multi-block agendas.
78 (org-agenda-prefix-format): Allow different formats for the
79 different agenda entry types.
80 (org-timeline-prefix-format): Option removed, use
81 `org-agenda-prefix-format' instead.
82 (org-prepare-agenda): New function.
83 (org-select-timeline-window): Option removed, use
84 `org-select-agenda-window' instead.
85 (org-respect-restriction): Variable removed.
86 (org-cmp-tag): New function.
87 (org-agenda-sorting-strategy, org-entries-lessp): Implement
88 sorting by last tag.
89 (org-complete): Better completion in in-buffer option lines.
90 (org-in-item-p): New function.
91 (org-org-menu): Added entries for checkboxes.
92 (org-cycle): Extra brouping in outline-regexp, because it is used
93 in a search with "^" prepended.
94 (org-provide-checkbox-statistics): New option.
95 (org-set-font-lock-defaults): Highlight checkbox statistics.
96 (org-update-checkbox-count-maybe)
97 (org-get-checkbox-statistics-face): New functions.
98 (org-update-checkbox-count): New command.
99 (org-insert-item, org-toggle-checkbox): Call
100 `org-update-checkbox-count-maybe'.
101 (org-export-as-html): XEmacs compatibility for coding system.
102 (org-force-cycle-archived): New command.
103 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
104 overrules cycling.
105 (org-fix-position-after-promote): If the line contains only a todo
106 keyword, add a final space.
107 (org-promote-subtree, org-demote-subtree): Call
108 `org-fix-position-after-promote'.
109
110 2006-11-10 Glenn Morris <rgm@gnu.org>
111
112 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
113 date in every year.
114 (calendar-dst-check-each-year-flag): New customizable variable.
115 (calendar-dst-find-data): New function, extracted from
116 calendar-current-time-zone.
117 (calendar-current-time-zone): Use calendar-dst-find-data.
118 (calendar-dst-transition-cache): New variable.
119 (calendar-dst-find-startend, calendar-dst-starts)
120 (calendar-dst-ends): New functions.
121 (calendar-daylight-savings-starts)
122 (calendar-daylight-savings-ends): Change value to use
123 calendar-dst-starts, calendar-dst-ends; respectively.
124
125 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
126
127 * ido.el (ido-enable-prefix)
128 * ses.el (ses-call-printer-return)
129 * net/tramp.el (tramp-unified-filenames)
130 * progmodes/cc-align.el (c-lineup-string-cont)
131 * progmodes/compile.el (compilation-directory-matcher)
132 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
133 * progmodes/gdb-ui.el (gdb-many-windows)
134 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
135 (vhdl-clock-rising-edge)
136 * textmodes/org.el (org-export-with-timestamps)
137 (org-export-remove-timestamps-from-toc, org-export-with-tags)
138 (org-read-date): Doc fix (Nil -> nil).
139
140 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
141
142 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
143 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
144
145 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
146
147 * bs.el (bs--window-for-buffer): Remove.
148 (bs--show-with-configuration): Use `get-window-with-predicate'
149 instead of `bs--window-for-buffer'.
150
151 2006-11-10 Kenichi Handa <handa@m17n.org>
152
153 * files.el (revert-buffer): Fix previous change.
154
155 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
156
157 * bs.el (bs--redisplay): Fix typo in docstring.
158 (bs--window-config-coming-from): Make frame-local.
159 (bs--restore-window-config): New function.
160 (bs-kill, bs-select, bs-select-other-window)
161 (bs-select-other-frame): Use it.
162 (bs--window-for-buffer): Return as soon as a matching buffer is found.
163 (bs--show-with-configuration): Save the window configuration as a
164 frame local var, and only if *buffer-selection* is not already
165 visible on this frame.
166
167 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
168
169 * vc-svn.el (vc-svn-admin-directory): New var.
170 (vc-svn-registered, vc-svn-responsible-p)
171 (vc-svn-repository-hostname): Use it.
172 Suggested by arit93@yahoo.com.
173
174 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
175
176 * ldefs-boot.el: Regenerate.
177
178 2006-11-08 Alan Mackenzie <acm@muc.de>
179
180 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
181 case (eq open-paren-in-column-0-is-defun-start nil) by searching
182 for least nested open-paren.
183
184 2006-11-08 Romain Francoise <romain@orebokech.com>
185
186 * subr.el (remove-overlays): Fix typo in last change.
187
188 2006-11-08 Richard Stallman <rms@gnu.org>
189
190 * subr.el (remove-overlays): Call overlay-recenter.
191
192 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
193
194 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
195 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
196 behaviour.
197 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
198 directly.
199
200 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
201
202 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
203 (ido-max-dir-file-cache, ido-decorations)
204 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
205 (ido-magic-backward-char, ido-enter-dired)
206 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
207 (ido-list-directory, ido-first-match, ido-only-match)
208 (ido-subdir, ido-indicator): Fix typos in docstrings.
209 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
210 (ido-read-internal): Fix typo in error message.
211
212 2006-11-08 Kenichi Handa <handa@m17n.org>
213
214 * international/mule-cmds.el (set-default-coding-systems): Always
215 set default-file-name-coding-system to utf-8 for Mac Darwin.
216
217 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
218
219 * makefile.w32-in (setwins): Remove.
220 (WINS_ALMOST): New macro.
221 (WINS): Use it.
222 (autoloads): Don't extract autoloads from files in obsolete/.
223
224 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
225
226 * whitespace.el (whitespace-buffer): Call remove-overlays after
227 overlay-recenter for performance. Suggested by Martin Rudalics.
228
229 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
230
231 * net/tramp.el (tramp-default-method): scp is the default method.
232
233 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
234
235 * server.el (server-start): Save also the Emacs pid in the server file.
236
237 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
238
239 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
240 point when displaying a bibtex cross reference in the echo area.
241
242 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
243
244 * international/mule.el (make-char): Fix typo in docstring.
245 (load-with-code-conversion, charsetp): Doc fixes.
246
247 * international/ja-dic-cnv.el (skkdic-convert):
248 * cus-edit.el (hook): Fix typo in docstring.
249
250 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
251
252 * cus-edit.el (custom-mode-map): Move defvar above code using it.
253 (custom-mode-link-map): New variable.
254 (custom-group-link, custom-manual): Use follow-link.
255
256 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
257
258 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
259 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
260
261 2006-11-06 Richard Stallman <rms@gnu.org>
262
263 * textmodes/flyspell.el (flyspell-correct-word-before-point):
264 New function broken out of flyspell-correct-word.
265 (flyspell-mode-map): Bind it to M-RET.
266 (flyspell-correct-word): Call it.
267
268 * textmodes/fill.el (fill-minibuffer-function): New function.
269 (fill-paragraph): Bind fill-paragraph-function to
270 fill-minibuffer-function.
271
272 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
273 so that they aren't undefined.
274
275 * dired.el (dired-readin): Locally bind file-name-coding-system.
276
277 * bindings.el: Shorten and clarify usual mode line mouse help string.
278
279 * Makefile.in (autoloads): Don't include `obsolete'.
280
281 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
282
283 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
284 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
285 Printing menu if it's not initialized.
286 (pr-menu-bind): Act on menu-bar-file-menu directly.
287
288 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
289
290 * help.el (view-emacs-news): Fix typo in error message.
291
292 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
293
294 * shadowfile.el (shadow-define-regexp-group)
295 (shadow-literal-groups, shadow-insert-var): Doc fixes.
296 (shadow-read-files): Fix typo in message.
297 (shadow-inhibit-overload, shadow-find, shadow-suffix)
298 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
299 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
300 (shadow-file-match): Fix typos in docstrings.
301
302 * terminal.el (terminal-emulator): Fix typo in message.
303
304 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
305
306 * emacs-lisp/lselect.el (x-kill-primary-selection)
307 (x-delete-primary-selection, x-copy-primary-selection):
308 Fix typos in error messages.
309
310 * emulation/edt-mapper.el: Fix typo in interactive message.
311
312 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
313
314 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
315 (ispell-help): Fix typos in docstrings.
316 (ispell-help): Fix typo in output message.
317
318 * allout.el (allout-adjust-file-variable)
319 (allout-passphrase-verifier-string)
320 (allout-passphrase-hint-string)
321 (allout-toggle-current-subtree-encryption):
322 * apropos.el (apropos-synonyms):
323 * cus-edit.el (hook):
324 * emacs-lock.el (emacs-lock-from-exiting):
325 * follow.el (follow-avoid-tail-recenter-p):
326 * hexl.el (hexl-mode):
327 * mouse-copy.el (mouse-copy-work-around-drag-bug):
328 * mouse.el (mouse-set-font):
329 * resume.el (resume-emacs-args-file):
330 * rfn-eshadow.el (file-name-shadow-tty-properties):
331 * t-mouse.el (t-mouse-process, t-mouse-mode):
332 * emacs-lisp/cust-print.el (custom-print-install)
333 (custom-print-uninstall, custom-format):
334 * emacs-lisp/shadow.el (list-load-path-shadows):
335 * emulation/tpu-edt.el (tpu-help-text)
336 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
337 (tpu-reset-control-keys):
338 * emulation/vip.el (vip-emacs-local-map)
339 (vip-change-mode-to-emacs):
340 * emulation/viper.el (viper-mode, viper-set-hooks)
341 (viper-major-mode-modifier-list):
342 * emulation/viper-init.el (viper-emacs-state-cursor-color):
343 * emulation/viper-keym.el (viper-emacs-kbd-map)
344 (viper-toggle-key):
345 * mail/feedmail.el (feedmail-queue-reminder)
346 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
347 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
348 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
349 (feedmail-sender-line, feedmail-force-binary-write)
350 (feedmail-from-line, feedmail-deduce-envelope-from)
351 (feedmail-x-mailer-line, feedmail-message-id-generator)
352 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
353 (feedmail-enable-spray, feedmail-spray-this-address)
354 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
355 (feedmail-queue-runner-confirm-global)
356 (feedmail-ask-before-queue-prompt)
357 (feedmail-ask-before-queue-reprompt)
358 (feedmail-prompt-before-queue-standard-alist)
359 (feedmail-prompt-before-queue-user-alist)
360 (feedmail-prompt-before-queue-help-supplement)
361 (feedmail-queue-use-send-time-for-message-id)
362 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
363 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
364 (feedmail-mail-send-hook-queued)
365 (feedmail-confirm-addresses-hook-example)
366 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
367 (feedmail-queue-runner-mode-setter)
368 (feedmail-queue-alternative-mail-header-separator)
369 (feedmail-queue-runner-message-sender)
370 (feedmail-buffer-eating-function, feedmail-binmail-template)
371 (feedmail-run-the-queue-no-prompts)
372 (feedmail-run-the-queue-global-prompt)
373 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
374 (feedmail-envelope-deducer, feedmail-fiddle-date)
375 (feedmail-default-message-id-generator)
376 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
377 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
378 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
379 (vms-pmail-setup):
380 * play/dunnet.el (dun-help):
381 * play/handwrite.el (handwrite):
382 * play/hanoi.el (hanoi-unix-64):
383 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
384 * textmodes/enriched.el (fixed):
385 * textmodes/org.el (org-file-apps)
386 (org-emphasis-regexp-components, org-emphasis-alist):
387 * textmodes/texinfmt.el (batch-texinfo-format):
388 Fix typos in docstrings.
389
390 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
391
392 * loadhist.el (read-feature): Don't complete features not loaded
393 from a file (which make `unload-feature' to fail).
394
395 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
396
397 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
398
399 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
400
401 * startup.el (command-line-1): Kill emacs if the last frame is
402 deleted while evaluating the command-line arguments.
403
404 2006-11-05 Richard Stallman <rms@gnu.org>
405
406 * startup.el (init-file-had-error): Add doc string.
407 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
408 Use fixed-width font for keyboard key descriptions.
409
410 * cus-edit.el (custom-save-all): Error if saving in .emacs
411 and it had an error when loaded.
412
413 * dired-aux.el (dired-copy-file-recursive): Catch errors
414 from recursive copies in the loop, around the recursive call.
415
416 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
417
418 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
419 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
420 `/proc/acpi/thermal_zone/*'.
421 (battery-search-for-one-match-in-files): New. Search a regexp in
422 the content of some files.
423
424 2006-11-05 Martin Rudalics <rudalics@gmx.at>
425
426 * window.el (mouse-autoselect-window-now): Remove variable.
427 (mouse-autoselect-window-state): New variable.
428 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
429 (mouse-autoselect-window-select, handle-select-window):
430 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
431 Suspend delayed autoselection during menu or popup dialog.
432
433 * info-look.el (info-lookup-guess-custom-symbol): New function
434 for retrieving symbol at point in custom buffers.
435 (top level) <info-lookup-maybe-add-help>: Add backquote and
436 comma to ignored characters in regexps of help specifications
437 for emacs-lisp-mode and lisp-interaction-mode. This permits
438 looking up symbols in `...' and after a comma. Add help
439 specifications for custom-mode and help-mode.
440
441 2006-11-04 Eli Zaretskii <eliz@gnu.org>
442
443 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
444 Don't encode body if RAW is non-nil, or if the old encoding is
445 identical to the new encoding, or if the body contains only
446 eight-bit-* characters.
447
448 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
449
450 * faces.el (faces-sample-overlay, describe-face): Revert last
451 changes.
452 (faces-sample-overlay): Remove variable.
453 (describe-face): Insert sample text in the face being described.
454
455 2006-11-04 Martin Rudalics <rudalics@gmx.at>
456
457 * whitespace.el (whitespace-indent-regexp): Make this match any
458 multiples of eight spaces near the beginning of a line.
459 (whitespace-buffer): Use `remove-overlays' instead of
460 `whitespace-unhighlight-the-space' and `overlay-recenter' to
461 speed up overlay handling.
462 (whitespace-buffer-leading, whitespace-buffer-trailing): Make
463 these functions highlight the text removed by
464 `whitespace-buffer-leading-cleanup' and
465 `whitespace-buffer-trailing-cleanup' respectively.
466 (whitespace-buffer-search): Use `with-local-quit'. Move
467 `format' out of loop to speed up scanning larger buffers.
468 (whitespace-unhighlight-the-space): Remove `remove-hook' since
469 that function is never added to a hook.
470 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
471 (whitespace-buffer-leading-cleanup)
472 (whitespace-refresh-rescan-list): Fix docstrings.
473
474 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
475
476 * allout.el (allout-during-yank-processing): Cue for inhibiting
477 aberrance processing during yanks.
478 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
479 the amount of yanked topics that can be aberrant.
480 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
481 a function, and supplement with inihibition of doublechecking
482 during yanks.
483 (allout-beginning-of-line, allout-next-heading)
484 (allout-previous-heading, allout-goto-prefix-doublechecked)
485 (allout-back-to-current-heading, allout-next-visible-heading)
486 (allout-next-sibling): Use new allout-do-doublecheck function.
487 (allout-next-sibling): Ensure we made progress when returning
488 other than nil.
489 (allout-rebullet-heading): Preserve text property annotations
490 indicating the text was hidden, if it was.
491 (allout-kill-line): Remove any added was-hidden annotations.
492 (allout-kill-topic): Remove any added was-hidden annotations.
493 (allout-annotate-hidden): Inhibit adding was-hidden text
494 properties to the undo list.
495 (allout-deannotate-hidden): New function to remove was-hidden
496 annotation.
497 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
498 (allout-remove-exposure-annotation): Replaced by
499 allout-deannotate-hidden.
500 (allout-yank-processing): Signal that yank processing is happening
501 with allout-during-yank-processing. Also, wrap
502 allout-unprotected's closer to the text changes, for easier
503 debugging. We need to inhibit-field-text-motion explicitly, in
504 lieu of the encompassing allout-unprotected.
505 (outlineify-sticky): Adjust criteria for triggering new outline
506 decorations to presence or absence of any topics, not just a topic
507 at the beginning of the buffer.
508
509 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
510
511 * bs.el (bs--show-all, bs--redisplay):
512 * cus-edit.el (custom-unlispify-menu-entries)
513 (custom-unlispify-tag-names, custom-prompt-variable):
514 * expand.el (expand-pos):
515 * speedbar.el (speedbar-generic-list-tag-p):
516 * wid-edit.el (widget-image-enable):
517 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
518 * emacs-lisp/find-func.el (find-function-noselect)
519 (find-function, find-variable-noselect, find-variable)
520 (find-definition-noselect, find-face-definition):
521 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
522 * net/eudc-vars.el (eudc-expansion-overwrites-query):
523 * progmodes/ada-xref.el (ada-find-in-ali):
524 * textmodes/flyspell.el (flyspell-check-tex-math-command):
525 * textmodes/org.el (org-copy-subtree):
526 * textmodes/table.el (table--row-column-insertion-point-p):
527 Use "non-nil" in docstrings.
528
529 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
530
531 * sort.el (sort-columns): Set the field separator to tab; on
532 NetBSD, sort complains if "\n" is used as field separator.
533
534 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
535
536 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
537
538 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * server.el (server-auth-key): Remove. Replace by a process-property.
541 (server-start): Don't remove the file of the previous process, but
542 instead clear out the place for the new file.
543 (server-start): Set the :auth-key property.
544 (server-process-filter): Use the :auth-key property.
545
546 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
547
548 * textmodes/org.el (org-mode-map): No longer copy
549 `outline-mode-map' explicitly - this is already done by
550 `define-derived-mode'.
551
552 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
553
554 * server.el (server-visit-files): Use `when'.
555 (server-process-filter): When authentication fails, send error
556 message to client. Wrap `process-send-region' in `ignore-errors'
557 instead of `condition-case', and remove misleading comment.
558
559 2006-11-01 Juri Linkov <juri@jurta.org>
560
561 * simple.el (yank): Doc fix.
562
563 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
564
565 * server.el: Try and fit within 80 columns.
566 (server-start): Make the auth file unreadable by other users.
567
568 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
569
570 * battery.el (battery-linux-proc-acpi): Prevent range error when
571 `full-capacity' is 0.
572
573 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
574
575 * faces.el (faces-sample-overlay): New defvar.
576 (faces-sample-overlay): New function to show face sample text.
577 (describe-face): Use it.
578
579 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
580
581 * progmodes/ada-stmt.el: Change maintainer, apply
582 whitespace-cleanup, checkdoc.
583 (ada-func-or-proc-name): Add doc string.
584
585 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
586 whitespace-cleanup, checkdoc. Minor improvements to many doc
587 strings and comments.
588 (ada-prj-display-page): Change buffer name to more accurately
589 reflect function.
590
591 * progmodes/ada-xref.el: Change maintainer, apply
592 whitespace-cleanup, checkdoc. Minor improvements to many doc
593 strings and comments. Don't look for `gvd' or `ddd' debuggers.
594 (ada-compile-current): Don't add newlines to commands.
595
596 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
597
598 * server.el: Add support for TCP sockets.
599 (server-use-tcp, server-host, server-auth-dir): New options.
600 (server-auth-key): New variable.
601 (server-ensure-safe-dir): Create nonexistent parent dirs.
602 Ignore Unix-style file modes on Windows.
603 (server-start): Crete a TCP or Unix socket according to the value
604 of `server-use-tcp'. For TCP sockets, create the id/auth file in
605 `server-auth-dir' directory.
606 (server-process-filter): Delete process if authentication
607 fails (which never happens for Unix sockets).
608
609 2006-10-30 David Kastrup <dak@gnu.org>
610
611 * subr.el (add-to-list): Don't continue checking if a match has
612 been found.
613
614 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
615
616 * tutorial.el: Move defvars to avoid bytecomp warnings.
617 (tutorial--find-changed-keys): Check if viper-current-state is
618 bound before using it.
619 (help-with-tutorial): Check if viper-tutorial is defined before
620 using it.
621
622 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
623
624 * help-fns.el (help-with-tutorial): Moved to tutorial.el.
625
626 * tutorial.el: New file.
627 (help-with-tutorial): Moved here from help-fns.el. Added help for
628 rebound keys. Fixed resume of tutorial.
629 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
630 (tutorial--find-changed-keys, tutorial--display-changes)
631 (tutorial--saved-dir, tutorial--saved-file)
632 (tutorial--save-tutorial): New functions to support the changes in
633 help-with-tutorial.
634
635 2006-10-30 Kenichi Handa <handa@m17n.org>
636
637 * files.el (revert-buffer): If a unibyte buffer is being reverted
638 with a coding system for multibyte, set buffer multibyte before
639 calling insert-file-contents.
640
641 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * server.el (server-select-display): Use a dummy buffer to detect when
644 the frame is later used.
645 (server-select-display): New function.
646 (server-process-filter): Use it to detect unused temp frames.
647
648 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
649
650 * progmodes/ada-mode.el: Change maintainer, apply
651 whitespace-clean, checkdoc. Minor improvements to many doc strings.
652 (ada-mode-version): New function.
653 (ada-create-menu): Menu operations are available for all supported
654 compilers.
655
656 2006-10-29 Lars Hansen <larsh@soem.dk>
657
658 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
659 Highlight as keyword.
660 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
661 Don't call tramp-method-out-of-band-p for local files.
662 (tramp-touch): Quote file name.
663
664 2006-10-28 Glenn Morris <rgm@gnu.org>
665
666 * calendar/calendar.el (cal-html-cursor-month)
667 (cal-html-cursor-year): Add autoloads for this new package.
668 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
669
670 2006-10-28 Anna Bigatti <bigatti@dima.unige.it>
671
672 * calendar/cal-html.el: New file.
673
674 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
675
676 * emacs-lisp/authors.el (authors-aliases): Update.
677
678 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
679
680 * version.el (emacs-version): Bump version number to 22.0.90.
681
682 2006-10-26 John W. Eaton <jwe@octave.org>
683
684 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
685 New defvar.
686 (inferior-octave-resync-dirs): Check to see whether Octave has
687 built-in variables and set inferior-octave-has-built-in-variables.
688 Check inferior-octave-has-built-in-variables to decide whether to
689 send commands that set built-in variables or call functions to
690 change Octave's behavior.
691 Send "disp (pwd ())" to Octave instead of just "pwd".
692 (inferior-octave-startup): Send "more off" to Octave instead of
693 "page_screen_output = 0".
694
695 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
696
697 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
698 pattern normally.
699
700 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
701
702 * bindings.el (mode-line-mode-menu): Remove bindings for global
703 minor modes (line/column number) as they are on the menubar.
704
705 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
706
707 * term/w32-win.el (x-handle-name-switch): Doc fix.
708 (w32-standard-fontset-spec): Fix typo in docstring.
709
710 * midnight.el (midnight-buffer-display-time): Doc fix.
711 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
712
713 2006-10-22 Martin Rudalics <rudalics@gmx.at>
714
715 * textmodes/flyspell.el (flyspell-check-region-doublons):
716 Fix last fix.
717
718 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
719
720 * bindings.el (mode-line-mode-menu): List global minor modes
721 before local ones.
722
723 2006-10-23 Kim F. Storm <storm@cua.dk>
724
725 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
726 (sit-for): If last command was a prefix arg, add the read-ahead
727 event to unread-command-events as (t . EVENT) so it will be added
728 to this-command-keys by read-key-sequence.
729
730 2006-10-22 Martin Rudalics <rudalics@gmx.at>
731
732 * textmodes/flyspell.el (flyspell-word): Skip past all previous
733 whitespace when checking doublons.
734 (flyspell-check-region-doublons): Fix doublon regexp.
735 (flyspell-highlight-incorrect-region): Highlight doublons using
736 flyspell-duplicate face.
737
738 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
739
740 2006-10-22 John Wiegley <johnw@newartisans.com>
741
742 * progmodes/python.el (python-use-skeletons): python-mode was
743 auto-inserting templates (for those with abbrev-mode on), not only
744 by default -- *but without a configuration variable to disable
745 it*. This rendered python-mode completely useless for me, so I
746 have added `python-use-skeletons', which is now off by default.
747
748 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
749
750 * progmodes/cperl-mode.el (cperl-mode): Don't assume
751 font-lock-multiline is auto-local (it's not).
752 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
753 initialized before calling cperl-init-faces.
754
755 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
756
757 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
758 gdb-stack-position a value when there is no fringe.
759
760 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
761 indicator if not visiting a file.
762
763 2006-10-20 David Kastrup <dak@gnu.org>
764
765 * window.el (kill-buffer-and-window): Fix a bug where an aborted
766 operation would still cause some window to collapse later.
767
768 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * vc.el (vc-switch-backend): Try to be more careful with unwanted
771 side-effect due to mixing various backends's file properties.
772
773 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
774 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
775 Return `filename's status if applicable. Update callers.
776
777 2006-10-19 Kenichi Handa <handa@m17n.org>
778
779 * international/kkc.el (kkc-region): When a key sequence is not
780 defined, append (this-single-command-raw-keys) to
781 unread-input-method-events.
782
783 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
784
785 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
786
787 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
788
789 * version.el (emacs-version): Use mac-carbon-version-string.
790
791 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
792
793 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
794
795 * select.el (ccl-check-utf-8, string-utf-8-p): New functions
796 (by Kenichi Handa).
797 (xselect-convert-to-string): Decline requests for UTF8_STRING if
798 the selection is not UTF-8.
799
800 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
801
802 * progmodes/ada-mode.el (ada-83-string-keywords)
803 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
804 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
805 (ada-looking-at-semi-private, ada-get-body-name):
806 Fix typos in docstrings.
807 (ada-create-case-exception, ada-create-case-exception-substring):
808 Fix typos in error messages.
809 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
810
811 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
812
813 * term/x-win.el (res-geometry): Don't set geometry from Xresources
814 to default-frame-alist if default-frame-alist already contains
815 width/height.
816
817 2006-10-18 Richard Stallman <rms@gnu.org>
818
819 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
820 Non-interactive arg is the value, not the expression.
821
822 * simple.el (read-expression-map): Just set it, no defvar.
823
824 * subr.el (insert-for-yank-1): If last inserted char has
825 properties, mark them as rear-nonsticky.
826
827 * recentf.el (recentf-mode): Doc fix.
828
829 * facemenu.el (facemenu-add-new-face): Defend against symbol
830 that isn't a face name.
831
832 * dired-aux.el (dired-do-copy): Doc fix.
833
834 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
835
836 * simple.el (line-move-1): Ignore fields when moving to the
837 beginning of line to avoid getting point stuck.
838
839 2006-10-18 Martin Rudalics <rudalics@gmx.at>
840
841 * textmodes/flyspell.el (flyspell-word-search-backward):
842 Set inhibit-point-motion-hooks to avoid looping due to intangibile
843 text.
844
845 2006-10-16 Richard Stallman <rms@gnu.org>
846
847 * help-fns.el (describe-function-1): Special case optimization
848 for self-insert-command.
849
850 2006-10-16 Kim F. Storm <storm@cua.dk>
851
852 * ido.el (ido-reread-directory): Work in `dir' mode too.
853
854 2006-10-15 Martin Rudalics <rudalics@gmx.at>
855
856 * textmodes/table.el: Require 'regexp-opt.
857
858 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
859
860 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
861 Use shell-quote-argument.
862
863 * shell.el (explicit-bash-args): Likewise.
864
865 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
866 Use grep -E rather than egrep.
867
868 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
869
870 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
871
872 2006-10-15 Kim F. Storm <storm@cua.dk>
873
874 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
875
876 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
877
878 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
879 to protect whitespace and metacharacters from the shell.
880
881 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
882
883 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
884
885 2006-10-13 Eli Zaretskii <eliz@gnu.org>
886
887 * subr.el (start-process-shell-command): Doc fix.
888
889 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
890
891 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
892 the regexp for Maxima symbols.
893
894 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
895
896 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
897 (vc-find-root): Don't walk higher up than ~.
898
899 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
900
901 * international/utf-8.el (utf-translate-cjk-load-tables):
902 Avoid clobbering last-coding-system-used during load.
903
904 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
905
906 * textmodes/reftex-global.el (reftex-create-tags-file):
907 Quote file arguments.
908
909 2006-10-12 Richard Stallman <rms@gnu.org>
910
911 * files.el (file-name-history): Add defvar.
912 (save-some-buffers-action-alist): Improve description strings.
913
914 2006-10-12 Andreas Schwab <schwab@suse.de>
915
916 * files.el (auto-mode-alist): Match change log file name also with
917 a dash before a numeric extension.
918
919 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
920
921 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
922 After 5.0:
923 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
924
925 After 5.1: Major edit. Summary of most visible changes:
926
927 - Multiple <<HERE per line allowed.
928 - Handles multiline subroutine declaration headers (with comments).
929 (The exception is `cperl-etags' - but it is not used in the rest
930 of the mode.)
931 - Fontifies multiline my/our declarations (even with comments,
932 and with legacy `font-lock').
933 - Major speedup of syntaxification, both immediate and postponed
934 (3.5x to 15x [for different CPUs and versions of Emacs] on the
935 huge real-life document I tested).
936 - New bindings, edits to imenu.
937 - "_" is made into word-char during fontification/syntaxification;
938 some attempts to recognize non-word "_" during other operations too.
939 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
940 - autoload some more perldoc-related stuff
941 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
942 - Attempt to incorporate XEmacs edits which reached me.
943
944 Fine-grained changelog:
945 (cperl-hook-after-change): New configuration variable.
946 (cperl-vc-sccs-header): Likewise.
947 (cperl-vc-sccs-header): Likewise.
948 (cperl-vc-header-alist): Default via two preceding variables.
949 (cperl-invalid-face): Remove double quoting under XEmacs
950 (still needed under 21.2).
951 (cperl-tips): Update URLs for resources.
952 (cperl-problems): Likewise.
953 (cperl-praise): Mention new features.
954 New C-c key bindings: for `cperl-find-bad-style',
955 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
956 `cperl-perdoc', and `cperl-perldoc-at-point'.
957 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
958 moved, new submenu of Tools with Ispell entries and narrowing.
959 (cperl-after-sub-regexp): New defsubst.
960 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
961 Allows heads up to head4.
962 Allow "package;".
963 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
964 (paren-backwards-message): ??? Something for XEmacs???
965 (cperl-mode): Never auto-switch abbrev-mode off.
966 Try to allow '_' be non-word char.
967 Do not use `font-lock-unfontify-region-function' on XEmacs.
968 Reset syntax cache on mode start.
969 Support multiline facification (even on legacy `font-lock').
970 (cperl-facemenu-add-face-function): ??? Some contributed code ???
971 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
972 refuse to inform us whether the fontification is due to lazy
973 calling or due to edit to a buffer, install our own hook
974 (controlled by `cperl-hook-after-change').
975 (cperl-electric-pod): =cut may have been recognized as start.
976 (cperl-block-p): Move, updatedfor attributes.
977 (cperl-calculate-indent): Try to allow '_' be non-word char
978 Support subs with attributes.
979 (cperl-where-am-i): Queit (?) a warning.
980 (cperl-cached-syntax-table) New function.
981 (cperl-forward-re): Use `cperl-cached-syntax-table'.
982 (cperl-unwind-to-safe): Recognize `syntax-type' property
983 changing in a middle of line.
984 (cperl-find-sub-attrs): New function.
985 (cperl-find-pods-heres): Allow many <<EOP per line.
986 Allow subs with attributes.
987 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
988 Recognize "extproc " (OS/2) case-folded and only at start.
989 /x on s///x with empty replacement was not recognized.
990 Better comments.
991 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
992 Allow subs with attributes, labels.
993 Do not confuse "else::foo" with "else".
994 Minor optimizations...
995 (cperl-after-expr-p): Try to allow '_' be non-word char.
996 (cperl-fill-paragraph): Try to detect a major bug in Emacs
997 with `looking-at' inside `narrow' and bulk out if found.
998 (cperl-imenu--create-perl-index): Updates for new
999 `cperl-imenu--function-name-regexp-perl'.
1000 (cperl-outline-level): Likewise.
1001 (cperl-init-faces): Allow multiline subroutine headers
1002 and my/our declarations, and ones with comments.
1003 Allow subroutine attributes.
1004 (cperl-imenu-on-info): Better docstring.
1005 (cperl-etags): Rudimentary support for attributes.
1006 Support for packages and "package;".
1007 (cperl-add-tags-recurse-noxs): Better (?) docstring.
1008 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
1009 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
1010 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
1011 (cperl-perldoc): Add autoload.
1012 (cperl-perldoc-at-point): Likewise.
1013 (cperl-here-doc-spell): New function.
1014 (cperl-pod-spell): Likewise.
1015 (cperl-map-pods-heres): Likewise.
1016 (cperl-get-here-doc-region): Likewise.
1017 (cperl-font-lock-fontify-region-function): Likewise (backward
1018 compatibility for legacy `font-lock').
1019 (cperl-font-lock-unfontify-region-function): Fix style.
1020 (cperl-fontify-syntaxically): Recognize and optimize away deferred
1021 calls with no-change. Governed by `cperl-hook-after-change'.
1022 (cperl-fontify-update): Recognize that syntaxification region
1023 can be larger than fontification one.
1024 XXXX we leave `cperl-postpone' property, so this is quadratic...
1025 (cperl-fontify-update-bad): Temporary placeholder until
1026 it is clear how to implement `cperl-fontify-update'.
1027 (cperl-time-fontification): New function.
1028 (attrib-group): New text attribute.
1029 (multiline): New value: `syntax-type' text attribute.
1030
1031 After 5.2:
1032 (cperl-emulate-lazy-lock): New function.
1033 (cperl-fontify-syntaxically): Would skip large regions.
1034 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
1035 Some globals were declared, but uninitialized.
1036
1037 After 5.3, 5.4:
1038 (cperl-facemenu-add-face-function): Add docs, fix U<>.
1039 Copyright message updated.
1040 (cperl-init-faces): Work around a bug in `font-lock'. May slow
1041 facification down a bit.
1042 Misprint for my|our|local for old `font-lock'
1043 "our" was not fontified same as "my|local".
1044 Highlight variables after "my" etc even in
1045 a middle of an expression.
1046 Do not facify multiple variables after my etc
1047 unless parentheses are present.
1048
1049 After 5.5, 5.6
1050 (cperl-fontify-syntaxically): after-change hook could reset.
1051 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
1052
1053 After 5.7:
1054 (cperl-init-faces): Allow highlighting of local ($/).
1055 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
1056 (cperl-problems): Remove fixed problems.
1057 (cperl-find-pods-heres): Recognize #-comments in m##x too.
1058 Recognize charclasses (unless delimiter is \).
1059 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
1060 (cperl-regexp-scan): Update docs.
1061 (cperl-beautify-regexp-piece): Use information got from regexp scan.
1062
1063 After 5.8:
1064 Major user visible changes:
1065 Recognition and fontification of character classes in RExen.
1066 Variable indentation of RExen according to groups.
1067
1068 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
1069 Fontify REx charclasses in variable-name face.
1070 Fontify POSIX charclasses in "type" face.
1071 Fontify unmatched "]" in function-name face.
1072 Mark first-char of HERE-doc as `front-sticky'.
1073 Reset `front-sticky' property when needed.
1074 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
1075 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
1076 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
1077 constructs. Support `narrow'ed buffers.
1078 (cperl-praise): Remove a reservation.
1079 (cperl-make-indent): New function.
1080 (cperl-indent-for-comment): Use `cperl-make-indent'.
1081 (cperl-indent-line): Likewise.
1082 (cperl-lineup): Likewise.
1083 (cperl-beautify-regexp-piece): Likewise.
1084 (cperl-contract-level): Likewise.
1085 (cperl-toggle-set-debug-unwind): New function.
1086 New menu entry for this.
1087 (fill-paragraph-function): Use when `boundp'.
1088 (cperl-calculate-indent): Take into account groups when indenting RExen.
1089 (cperl-to-comment-or-eol): Recognize # which end a string.
1090 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
1091 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
1092 (cperl-fontify-syntaxically): More clear debugging message.
1093 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
1094 (cperl-init-faces): More complicated highlight even on XEmacs (new).
1095 Merge cosmetic changes from XEmacs.
1096
1097 After 5.9:
1098 (cperl-1+): Move to before the first use.
1099 (cperl-1-): Likewise.
1100
1101 After 5.10:
1102
1103 This code may lock Emacs hard!!! Use at your own risk!
1104
1105 (cperl-font-locking): New internal variable.
1106 (cperl-beginning-of-property): New function.
1107 (cperl-calculate-indent): Use `cperl-beginning-of-property'
1108 instead of `previous-single-property-change'.
1109 (cperl-unwind-to-safe): Likewise.
1110 (cperl-after-expr-p): Likewise.
1111 (cperl-get-here-doc-region): Likewise.
1112 (cperl-font-lock-fontify-region-function): Likewise.
1113 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
1114 recursively.
1115 Bound `next-single-property-change' via `point-max'.
1116 (cperl-unwind-to-safe): Bound likewise
1117 (cperl-font-lock-fontify-region-function): Likewise.
1118 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
1119 Initialization of `cperl-font-lock-multiline-start' could be
1120 missed if the "main" fontification did not run due to the
1121 keyword being already fontified.
1122 (cperl-pod-spell): Return t from do-one-chunk function.
1123 (cperl-map-pods-heres): Stop when the worker returns nil.
1124 Call `cperl-update-syntaxification'.
1125 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
1126 (cperl-get-here-doc-delim): Remove unused function.
1127
1128 After 5.11:
1129
1130 The possible lockup of Emacs (introduced in 5.10) fixed.
1131
1132 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
1133 (cperl-syntaxify-for-menu): New customization variable.
1134 (cperl-select-this-pod-or-here-doc): New function.
1135 (cperl-get-here-doc-region): Extra argument.
1136 Do not adjust pos by 1.
1137
1138 New menu entries
1139 (Perl/Tools): Selection of current POD or HERE-DOC section.
1140 (Debugging CPerl:) backtrace on fontification.
1141
1142 After 5.12:
1143 (cperl-cached-syntax-table): Use `car-safe'.
1144 (cperl-forward-re): Remove spurious argument SET-ST.
1145 Add documentation.
1146 (cperl-forward-group-in-re): New function.
1147 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
1148 (XXXX Temporary (?) hack is to syntax-mark them as comment).
1149
1150 After 5.13:
1151 (cperl-string-syntax-table): Make { and } not-grouping
1152 (Sometimes they ARE grouping in RExen, but matching them would only
1153 confuse in many situations when they are not)
1154 (beginning-of-buffer): Replace two occurences with goto-char...
1155 (cperl-calculate-indent): `char-after' could be nil...
1156 (cperl-find-pods-heres): REx can start after "[" too.
1157 Hightlight (??{}) in RExen too.
1158 (cperl-maybe-white-and-comment-rex): New constant
1159 (cperl-white-and-comment-rex): Likewise.
1160 XXXX Not very efficient, but hard to make
1161 better while keeping 1 group.
1162
1163 After 5.13:
1164 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
1165 Likewise for 1 << identifier.
1166
1167 After 5.14:
1168 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
1169 Error-less condition-case could fail.
1170 (cperl-font-lock-fontify-region-function): Likewise.
1171 (cperl-init-faces): Likewise.
1172
1173 After 5.15:
1174 (cperl-find-pods-heres): Support property REx-part2.
1175 (cperl-calculate-indent): Likewise.
1176 Don't special-case REx with non-empty 1st line.
1177 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
1178 Invert highlighting of charclasses:
1179 now the envelop is highlighted.
1180 Highlight many others 0-length builtins.
1181 (cperl-praise): Mention indenting and highlight in RExen.
1182
1183 After 5.15:
1184 (cperl-find-pods-heres): Highlight capturing parens in REx.
1185
1186 After 5.16:
1187 (cperl-find-pods-heres): Highlight '|' for alternation
1188 Initialize `font-lock-warning-face' if not present.
1189 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
1190 `font-lock-function-name-face'.
1191 (cperl-look-at-leading-count): Likewise.
1192 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
1193 `font-lock-keyword-face' (needed for
1194 batch processing), etc...
1195 Use `font-lock-builtin-face' for builtin in REx
1196 Now `font-lock-variable-name-face'
1197 is used for interpolated variables
1198 Use "talking aliases" for faces inside REx
1199 Highlight parts of REx (except in charclasses)
1200 according to the syntax and/or semantic
1201 Syntax-mark a {}-part of (?{}) as "comment"
1202 (it was the ()-part)
1203 Better logic to distinguish what is what in REx
1204 (cperl-tips-faces): Document REx highlighting
1205 (cperl-praise): Mention REx syntax highlight etc.
1206
1207 After 5.17:
1208 (cperl-find-sub-attrs): Would not always manage to print error message.
1209 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
1210
1211 After 5.18:
1212 (cperl-find-pods-heres): Misprint in REx for parsing REx.
1213 Very minor optimization.
1214 `my-cperl-REx-modifiers-face' got quoted.
1215 Recognize "print $foo <<END" as HERE-doc.
1216 Put `REx-interpolated' text attribute if needed.
1217 (cperl-invert-if-unless-modifiers): New function.
1218 (cperl-backward-to-start-of-expr): Likewise.
1219 (cperl-forward-to-end-of-expr): Likewise.
1220 (cperl-invert-if-unless): Works in "the opposite way" too.
1221 Cursor position on return is on the switch-word.
1222 Indents comments better.
1223 (REx-interpolated): New text attribute.
1224 (cperl-next-interpolated-REx): New function.
1225 (cperl-next-interpolated-REx-0): Likewise.
1226 (cperl-next-interpolated-REx-1): Likewise.
1227 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
1228 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
1229 (cperl-praise): Mention finded interpolated RExen.
1230
1231 After 5.19:
1232 (cperl-init-faces): Highlight %$foo, @$foo too.
1233 (cperl-short-docs): Better docs for system, exec.
1234 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
1235 Would not find HERE-doc ended by EOF without NL.
1236 (cperl-short-docs): Correct not-doubled \-escapes.
1237 start block: Put some `defvar' for stuff gone from XEmacs.
1238
1239 After 5.20:
1240 initial comment: Extend copyright, fix email address.
1241 (cperl-indent-comment-at-column-0): New customization variable.
1242 (cperl-comment-indent): Indentation after $#a would increasy by 1.
1243 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
1244 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
1245 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
1246 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
1247 highlight $ in $foo too (UNTESTED).
1248 (cperl-set-style): Docstring missed some available styles.
1249 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
1250 Change "Current" to "Memorize Current".
1251 (cperl-indent-wrt-brace): New customization variable; the default is
1252 as for pre-5.2 version.
1253 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
1254 (cperl-style-alist): Likewise.
1255 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
1256 and `cperl-extra-newline-before-brace' etc
1257 being t
1258 (cperl-indent-exp): Plans B and C to find continuation blocks even
1259 if `cperl-extra-newline-before-brace' is t.
1260
1261 After 5.21:
1262 Improve some docstrings concerning indentation.
1263 (cperl-indent-rules-alist): New variable.
1264 (cperl-sniff-for-indent): New function name
1265 (separated from `cperl-calculate-indent').
1266 (cperl-calculate-indent): Separate the sniffer and the indenter;
1267 uses `cperl-sniff-for-indent' now.
1268 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
1269 was inverted;
1270 Support `comment-column' = 0.
1271
1272 2006-10-11 Martin Rudalics <rudalics@gmx.at>
1273
1274 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
1275 * help-at-pt.el (scan-buf-move-to-region): Likewise.
1276 * longlines.el (longlines-window-change-function): Likewise.
1277 * simple.el (undo-ask-before-discard): Likewise.
1278 * wid-edit.el (widget-field-prompt-internal)
1279 (widget-documentation-link-p): Likewise.
1280
1281 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1282
1283 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
1284 for a keyword.
1285
1286 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1287
1288 * newcomment.el (comment-valid-prefix-p): Make the check
1289 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
1290 (comment-indent-new-line): Adjust call.
1291
1292 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
1293
1294 * allout.el (allout-back-to-current-heading): Base on lower-level
1295 routines to get proper disqualification of aberrant topics.
1296
1297 2006-10-09 Richard Stallman <rms@gnu.org>
1298
1299 * textmodes/two-column.el (2C-two-columns): Doc fix.
1300
1301 2006-10-09 Kim F. Storm <storm@cua.dk>
1302
1303 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
1304 about implicit use.
1305
1306 2006-10-08 Richard Stallman <rms@gnu.org>
1307
1308 * textmodes/two-column.el (2C-two-columns): Doc fix.
1309
1310 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
1311
1312 * files.el: Mark `buffer-read-only' as safe-local-variable.
1313
1314 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
1315
1316 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
1317 Burp if GUD buffer has been killed.
1318
1319 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1320
1321 * completion.el (add-completions-from-c-buffer):
1322 Don't presume an error's second element is a string.
1323 Use looking-at rather than buffer-substring + member.
1324
1325 2006-10-07 Eli Zaretskii <eliz@gnu.org>
1326
1327 * mail/rmail.el (rmail-redecode-body): If the old encoding is
1328 `undecided', call find-coding-systems-region to find a proper
1329 non-trivial encoding.
1330 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
1331 and "text/plain".
1332
1333 2006-10-07 Kevin Ryde <user42@zip.com.au>
1334
1335 * textmodes/reftex-vars.el (defgroup reftex): Update home page
1336 url-link.
1337
1338 * strokes.el (defgroup strokes): Remove invalid url-link.
1339
1340 2006-10-07 Magnus Henoch <mange@freemail.hu>
1341
1342 * autoinsert.el (auto-insert-alist): Doc fix.
1343
1344 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1345
1346 * mouse-sel.el (mouse-insert-selection-internal):
1347 Use insert-for-yank, so that yank handlers are run.
1348
1349 2006-10-07 Kim F. Storm <storm@cua.dk>
1350
1351 * ido.el (ido-file-extension-aux): Fix comparison.
1352
1353 2006-10-06 Kim F. Storm <storm@cua.dk>
1354
1355 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
1356
1357 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
1358
1359 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
1360 (ad-make-mapped-call): Use `let', not `let*'.
1361
1362 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
1363
1364 * international/mule-cmds.el (coding-system-change-eol-conversion):
1365 Ensure the coding system is initialized before calling
1366 coding-system-eol-type.
1367
1368 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
1369
1370 * textmodes/org.el (org-rm-props, org-activate-plain-links)
1371 (org-activate-angle-links, org-activate-dates)
1372 (org-activate-target-links, org-activate-camels)
1373 (org-activate-tags): Add `rear-nonsticky' text property to avoid
1374 textproperty keymaps from being active beyond the end of a line.
1375 (org-unfontify-region): Also remove `rear-nonsticky' property.
1376
1377 2006-10-04 Kenichi Handa <handa@m17n.org>
1378
1379 * international/code-pages.el (next): Table fixed.
1380
1381 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1382
1383 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
1384 that it's been made unnecessary by removing narrowing.
1385
1386 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1387
1388 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
1389 control flow a bit, simplify another bit, and add comments.
1390
1391 2006-10-03 David Kastrup <dak@gnu.org>
1392
1393 * help.el (describe-mode): For clicks on mode-line, use "@"
1394 interactive argument to get the major mode of the click instead of
1395 the current buffer.
1396
1397 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
1398 in order to better redirect mouse-2 clicks. Also allow default
1399 bindings to apply.
1400
1401 2006-10-03 Kim F. Storm <storm@cua.dk>
1402
1403 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
1404 (pushnew): Fix last change.
1405
1406 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
1407
1408 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
1409 Use the interactive spec of `eval-expression'.
1410
1411 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
1412
1413 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
1414
1415 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
1416
1417 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
1418 2006-09-28 commit.
1419
1420 2006-10-02 Kenichi Handa <handa@m17n.org>
1421
1422 * international/code-pages.el (iso-8859-6): Table fixed.
1423
1424 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1425
1426 * dired.el (dired-build-subdir-alist): Fix previous change.
1427
1428 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
1429
1430 * simple.el (undo-elt-crosses-region): Fix the inequalities.
1431
1432 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1433
1434 * emacs-lisp/find-func.el (find-function-regexp): Don't match
1435 "define-button-type".
1436
1437 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
1438 they don't keep accumulating.
1439
1440 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1441
1442 * ffap.el (ffap-rfc-path): Change the address of the RFC
1443 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
1444
1445 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
1446
1447 * allout.el (allout-expose-topic): Rectify implementation of "+"
1448 spec, so that bodies are not exposed with headlines.
1449
1450 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
1451
1452 * allout.el (allout-current-depth): Do aberrent check only at or
1453 below doublecheck depth.
1454 (allout-chart-subtree): Make it explicit that LEVELS being nil
1455 means unlimited depth. Drop undocumented support for LEVELS value
1456 t meaning unlimited depth. (This is consistent with
1457 allout-chart-to-reveal, but contrary to allout-show-children,
1458 which needs to use nil to default to depth of 1.)
1459 (allout-goto-prefix-doublechecked): Wrap long docstring line.
1460 (allout-chart-to-reveal): Be explicit in docstring about meaning
1461 of nil LEVELS, and drop support for LEVELS value t.
1462 (allout-show-children): Translate the level spec used by this
1463 routine to that used by allout-chart-subtree and
1464 allout-chart-to-reveal.
1465 (allout-show-to-offshoot): Retry once when stuck, after opening
1466 subtree - improvements in discontinuity handling likely will
1467 enable progress.
1468
1469 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
1470
1471 * wid-edit.el (widget-button-click-moves-point): New variable.
1472 (widget-button-click): If widget-button-click-moves-point is
1473 non-nil, set point after performing the button action
1474
1475 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
1476
1477 2006-09-30 Martin Rudalics <rudalics@gmx.at>
1478
1479 * files.el (find-file-existing): Modify to not allow wildcards.
1480
1481 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1482
1483 * simple.el (undo-more): When undo information for the region is
1484 exhausted, say "No further undo information FOR REGION".
1485
1486 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
1487
1488 * progmodes/sh-script.el (sh-prev-thing):
1489 Take `sh-leading-keywords' into account.
1490
1491 2006-09-29 Glenn Morris <rgm@gnu.org>
1492
1493 * custom.el (defcustom): Doc fix.
1494
1495 * calendar/calendar.el (european-calendar-style):
1496 Call european-calendar or american-calendar as needed when set.
1497 (diary-view-entries, list-calendar-holidays): Move autoloads
1498 before use.
1499
1500 2006-09-29 Juri Linkov <juri@jurta.org>
1501
1502 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
1503 to nil if there is no previous property change.
1504
1505 2006-09-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1506
1507 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
1508 saving anything to be sure that `forward-sexp' behaves correctly.
1509
1510 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
1511
1512 * simple.el (line-move-finish): Ignore field boundaries if the
1513 initial and final points have the same `field' property.
1514
1515 2006-09-29 Kim F. Storm <storm@cua.dk>
1516
1517 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
1518 to t while calling ido-read-internal.
1519
1520 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
1521
1522 * textmodes/org.el (org-file-remote-p): Get regexp from list.
1523 (org-archive-subtree): Remove erraneous `]' from character list.
1524
1525 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
1526
1527 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
1528 (ses-reconstruct-all): Make undo of "insert row" work by keeping
1529 markers for data-area and parameters-area.
1530
1531 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1532
1533 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
1534
1535 * font-lock.el (font-lock-after-change-function): Refontify next line
1536 as well if end is at BOL.
1537 (font-lock-extend-jit-lock-region-after-change): Be more careful to
1538 only extend the region as much as needed.
1539
1540 2006-09-28 Richard Stallman <rms@gnu.org>
1541
1542 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
1543
1544 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
1545
1546 * international/mule.el (after-insert-file-set-coding):
1547 If VISIT, don't let set-buffer-multibyte make undo info.
1548
1549 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
1550
1551 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
1552 lines in base64-encoded authentication response.
1553
1554 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1555
1556 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
1557 (ebnf-version): New version 4.3.
1558 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
1559 (ebnf-prologue): Adjust PostScript programming.
1560 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
1561 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
1562
1563 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1564
1565 * jit-lock.el (jit-lock-force-redisplay): Rename from
1566 jit-lock-fontify-again, and undo the mistaken change I've just done.
1567
1568 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
1569 (jit-lock-fontify-again): Don't refontify text that's not displayed.
1570
1571 2006-09-26 Kenichi Handa <handa@m17n.org>
1572
1573 * startup.el (display-splash-screen): Allow a prefix argument.
1574
1575 2006-09-25 Jason Rumney <jasonr@gnu.org>
1576
1577 * subr.el (shell-quote-argument): Use DOS logic for Windows
1578 shells with DOS semantics.
1579
1580 2006-09-24 Richard Stallman <rms@gnu.org>
1581
1582 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
1583 (compilation-goto-locus): Use compilation-goto-locus-delete-o
1584 to delete the overlay. Put it on pre-command-hook.
1585
1586 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
1587
1588 * startup.el (fancy-splash-screens, normal-splash-screen):
1589 Call the splash buffer *About GNU Emacs*.
1590
1591 * simple.el (next-error-highlight, next-error-highlight-no-select):
1592 Default to 0.5.
1593 (yank-excluded-properties): Add `fontified'.
1594
1595 * font-lock.el (font-lock-compile-keywords): Allow value of
1596 syntax-begin-function to enable paren-column-0 highlighting.
1597
1598 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1599
1600 * dired.el (dired-build-subdir-alist): When file ends in colon,
1601 don't exit the loop, just disregard that file.
1602
1603 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
1604
1605 * simple.el (line-move-finish): Handle corner case for fields in
1606 continued lines.
1607 (line-move-1): Remove flawed test for that case.
1608
1609 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
1610
1611 * icomplete.el (icomplete-simple-completing-p): Use the correct
1612 name for the new variable, `icomplete-with-completion-tables'.
1613 (file local variables): Remove superfluous setting.
1614
1615 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1616
1617 * calendar/appt.el (appt-check): Fix typo for appointments just
1618 after midnight.
1619
1620 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
1621
1622 * help.el (describe-key-briefly, describe-key): Don't expect an
1623 extra up event if a down-event is generated by a popup menu.
1624
1625 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
1626
1627 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
1628 local dictionary when changing the global dictionary.
1629
1630 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
1631
1632 * icomplete.el (icomplete-with-completion-tables): List of
1633 specialized completion tables with which icomplete should
1634 operate. Include the new `internal-complete-buffer', so icomplete
1635 works with interactive buffer-selection.
1636 (icomplete-simple-completing-p): Add acceptance of specialized
1637 completion tables listed in icomplete-with-completion-tables.
1638
1639 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1640
1641 * frame.el (focus-follows-mouse): Set default to nil on Mac.
1642
1643 * startup.el (command-line): Use `custom-reevaluate-setting' for
1644 `focus-follows-mouse'.
1645
1646 2006-09-22 Richard Stallman <rms@gnu.org>
1647
1648 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
1649 explain why Save is not available.
1650
1651 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
1652
1653 * woman.el (woman0-so): Use `let*', not `let'.
1654 (woman-horizontal-line): Remove unbalanced parenthesis.
1655
1656 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
1657
1658 * woman.el: Make sure all the end-of-region markers we use have
1659 a non-nil insertion-type.
1660 (woman0-so): Move things around so we can use copy-marker.
1661 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
1662 Adjust marker type.
1663 (woman2-process-escapes): Check marker type.
1664 (woman-horizontal-line): Dispense with the use of a marker.
1665
1666 2006-09-22 Jay Belanger <belanger@truman.edu>
1667
1668 * calc/calc-lang.el: Add Greek letters to math-variable-table
1669 property of tex.
1670
1671 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
1672
1673 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
1674
1675 2006-09-22 Masatake YAMATO <jet@gyve.org>
1676
1677 * add-log.el (add-log-current-defun): Use `forward-sexp'
1678 instead of `forward-word' to pick c++::symbol.
1679 Reported by Herbert Euler <herberteuler@hotmail.com>.
1680
1681 2006-09-22 Kenichi Handa <handa@m17n.org>
1682
1683 * bindings.el: Fix setting self-insert-command for multibyte
1684 characters in global-map.
1685
1686 2006-09-21 David Kastrup <dak@gnu.org>
1687
1688 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
1689 doc string.
1690
1691 2006-09-21 Kenichi Handa <handa@m17n.org>
1692
1693 * language/european.el ("Latin-1"): Add windows-1252 to
1694 coding-priority.
1695 ("German"): Likewise.
1696
1697 2006-09-21 Kim F. Storm <storm@cua.dk>
1698
1699 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
1700 Suggested by Miles Bader.
1701
1702 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
1703 instead of add-to-list in the simple case.
1704
1705 2006-09-20 Kenichi Handa <handa@m17n.org>
1706
1707 * isearch.el (isearch-process-search-char): Cancel the previous change.
1708 (isearch-search-string): New function.
1709 (isearch-search): Use isearch-search-string.
1710 (isearch-lazy-highlight-search): Likewise.
1711
1712 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1713
1714 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
1715 string to become an option.
1716
1717 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1718
1719 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
1720
1721 2006-09-20 Kim F. Storm <storm@cua.dk>
1722
1723 * simple.el (line-move-partial): Call pos-visible-in-window-p with
1724 position t instead of trying both window-end and window-end - 1.
1725
1726 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
1727
1728 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
1729 hidden trees.
1730
1731 2006-09-20 David Kastrup <dak@gnu.org>
1732
1733 * mouse.el (mouse-posn-property): Improve doc string.
1734 (mouse-on-link-p): Change buffers for function calls on links.
1735
1736 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
1737 buffer is read-only.
1738
1739 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
1740
1741 * allout.el (allout-unprotected): Let inhibit-read-only only when
1742 buffer-read-only isn't set.
1743 (allout-annotate-hidden): Enable topic annotation during copies even
1744 when the buffer is read-only, eg for topic copies. Ensure that the loop
1745 advances, even when the span extends beyond the deletion region.
1746 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
1747 rather than allout-exposure-changed-hook, as a stronger assertion.
1748 (allout-keybindings-list): Add bindings for
1749 allout-copy-line-as-kill and allout-copy-topic-as-kill.
1750 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
1751 Copy wrappers for allout-kill-line and allout-kill-topic.
1752 (allout-listify-exposed): Position correctly to accumulate lines.
1753
1754 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
1755
1756 * simple.el (line-move-1): Escape field boundaries occurring
1757 exactly at point. Update goal column if constrained to a field.
1758 (line-move-finish): Escape field boundaries occurring exactly at point.
1759
1760 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1761
1762 * mouse.el (mouse-on-link-p): Tentatively fix last change.
1763 (mouse-drag-vertical-line): Remove unused var `wconfig'.
1764
1765 2006-09-19 Kim F. Storm <storm@cua.dk>
1766
1767 * help.el (describe-key-briefly, describe-key): Simplify printing
1768 of descriptions by using format and %S. Fix "is undefined"
1769 messages to say "at that spot" for mouse events.
1770
1771 * simple.el (line-move-partial): Optimize. Try window-line-height
1772 before posn-at-point to get vpos of current line.
1773
1774 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
1775
1776 * viper.el: Bump up version/date of update to reflect the substantial
1777 changes done in August 2006.
1778
1779 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
1780 are defined.
1781
1782 * ediff-util.el (ediff-add-to-history): New function.
1783
1784 * ediff.el: Use ediff-add-to-history instead of add-to-history.
1785
1786 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1787
1788 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
1789 Delete duplicate make-local-variable form.
1790 (conf-space-keywords): Add autoload cookie.
1791 Fix typo (`keywords', not `keyword').
1792
1793 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1794
1795 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
1796 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
1797 to x-gtk-use-old-file-dialog
1798
1799 2006-09-18 Richard Stallman <rms@gnu.org>
1800
1801 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
1802 that might come in during mouse tracking.
1803
1804 2006-09-18 Kim F. Storm <storm@cua.dk>
1805
1806 * simple.el (line-move-partial): Rework 2006-09-15 change to use
1807 new window-line-height function. Further optimize by not calling
1808 pos-visible-in-window-p for window-end when window-line-height
1809 returns useful information.
1810
1811 2006-09-16 Richard Stallman <rms@gnu.org>
1812
1813 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
1814 (conf-space-mode): Don't handle prefix arg.
1815 Delete conf-space-keywords-override code.
1816 Use add-hook.
1817 (conf-space-keywords): New command.
1818 (conf-space-mode-internal): Be careful with imenu-generic-expression.
1819 Delete conf-space-keywords-override code.
1820 (conf-space-keywords-alist): Doc fix.
1821 (conf-space-font-lock-keywords): Doc fix.
1822 (conf-space-keywords-override): Var deleted.
1823
1824 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
1825
1826 * startup.el (fancy-splash-screens): Don't switch to the scratch
1827 buffer; it may not be the next buffer.
1828
1829 2006-09-16 Romain Francoise <romain@orebokech.com>
1830
1831 * saveplace.el (load-save-place-alist-from-file): Use expanded name
1832 in both messages.
1833
1834 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
1835
1836 * progmodes/python.el (python-preoutput-filter):
1837 Fix arg order to string-match.
1838
1839 2006-09-16 Richard Stallman <rms@gnu.org>
1840
1841 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
1842 font-lock-compile-keywords.
1843
1844 * font-lock.el (font-lock-compile-keywords): Rename optional arg
1845 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
1846
1847 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1848
1849 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
1850
1851 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
1852 and the data doesn't look like UTF8, send STRING instead.
1853
1854 2006-09-16 Agustin Martin <agustin.martin@hispalinux.es>
1855
1856 * textmodes/flyspell.el (flyspell-check-region-doublons):
1857 New function to detect duplicated words.
1858 (flyspell-large-region): Use it.
1859
1860 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
1861
1862 * simple.el (line-move-to-column): Revert 2006-08-03 change.
1863
1864 2006-09-16 Eli Zaretskii <eliz@gnu.org>
1865
1866 * help.el (describe-prefix-bindings): Use let, not let*.
1867
1868 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
1869
1870 * allout.el (allout-regexp, allout-line-boundary-regexp)
1871 (allout-bob-regexp): Correct grouping and boundaries to fix
1872 backwards traversal.
1873 (allout-depth-specific-regexp, allout-depth-one-regexp):
1874 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
1875 worse time in allout-ascend.
1876 (allout-doublecheck-at-and-shallower): Identify depth threshold
1877 below which topics are checked for and disqualified by containment
1878 discontinuities.
1879 (allout-hotspot-key-handler): Correctly handle multiple-key
1880 strokes. Remove some unused variables.
1881 (allout-mode-leaders): Clarify that mode-specific comment-start
1882 will be used.
1883 (set-allout-regexp): Correctly regexp-quote allout regexps to
1884 properly accept alternative header-leads and primary bullets with
1885 regexp-specific characters (eg, C "/*", mathematica "(*").
1886 Include new regular expressions among those configured.
1887 (allout-infer-header-lead-and-primary-bullet):
1888 Rename allout-infer-header-lead.
1889 (allout-recent-depth): Manifest as a variable as well as a function.
1890 (allout-prefix-data): Simplify into an inline instead of a macro,
1891 assuming current match data rather than being explicitly passed
1892 it. Establish allout-recent-depth value as well as
1893 allout-recent-prefix-beginning and allout-recent-prefix-end.
1894 (allout-aberrant-container-p): True when an item's immediate
1895 offspring discontinuously contained. Useful for disqualifying
1896 unintended topic prefixes, likely at low depths.
1897 (allout-goto-prefix-doublechecked): Elaborate version of
1898 allout-goto-prefix which disqualifies aberrant pseudo-items.
1899 (allout-pre-next-prefix): Layer on top of lower-level routines, to
1900 get disqualification of aberrant containers.
1901 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
1902 containers.
1903 (allout-beginning-of-current-entry): Position at start of buffer
1904 when in container (depth 0) entry.
1905 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
1906 (allout-current-bullet): Strip text properties.
1907 (allout-get-prefix-bullet): Use right match groups.
1908 (allout-beginning-of-line, allout-next-heading):
1909 Disqualify aberrant containers.
1910 (allout-previous-heading): Disqualify aberrant containers, and
1911 change to regular (rather than inline) function, to allow
1912 self-recursion.
1913 (allout-get-invisibility-overlay): Increment so progress is made
1914 when the first overlay is not the sought one.
1915 (allout-end-of-prefix): Disqualify aberrant containers.
1916 (allout-end-of-line): Cycle something like allout-beginning-of-line.
1917 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
1918 outline.el outlines) functional again. Change the primary bullet
1919 along with the header-lead - level 1 new-style bullets now work.
1920 Engage allout-before-change-handler in mainline Emacs, not just
1921 XEmacs, to do undo handling.
1922 (allout-before-change-handler): Expose undo changes occurring in
1923 hidden regions. Use allout-get-invisibility-overlay instead of
1924 reimplementing it inline.
1925 (allout-chart-subtree): Use start rather than end of prefix in
1926 charts. Use allout-recent-depth variable.
1927 (allout-chart-siblings): Disqualify aberrant topics.
1928 (allout-beginning-of-current-entry): Position correctly.
1929 (allout-ascend): Use new allout-depth-specific-regexp and
1930 allout-depth-one-regexp for linear instead of O(N^2) or worse
1931 behavior.
1932 (allout-ascend-to-depth): Depend on allout-ascend, rather than
1933 reimplementing an algorithm.
1934 (allout-up-current-level): Depend on allout-ascend, rather than
1935 reimplementing an algorithm. Return to start-point if we fail.
1936 (allout-descend-to-depth): Use allout-recent-depth variable
1937 instead of function.
1938 (allout-next-sibling): On traversal of numerous intervening
1939 topics, resort to economical allout-next-sibling-leap.
1940 (allout-next-sibling-leap): Specialized version of
1941 allout-next-sibling that uses allout-ascend cleverly, to depend on
1942 a regexp search to leap large numbers of contained topics, rather
1943 than arbitrarily many one-by-one traversals.
1944 (allout-next-visible-heading): Disqualify aberrant topics.
1945 (allout-previous-visible-heading): Position consistently when
1946 interactive.
1947 (allout-forward-current-level): Base on allout-previous-sibling
1948 rather than (differently) reimplmenting the algorithm. Remove some
1949 unused variables.
1950 (allout-solicit-alternate-bullet): Present default choice stripped
1951 of text properties.
1952 (allout-rebullet-heading): Use bullet stripped of text properties.
1953 Register changes using allout-exposure-change-hook.
1954 Disregard aberrant topics.
1955 (allout-shift-in): With universal-argument, make topic a peer of
1956 it's former offspring. Simplify the code by separating out
1957 allout-shift-out functionality.
1958 (allout-shift-out): With universal-argument, make offspring peers
1959 of their former container, and its siblings. Implement the
1960 functionality here, rather than inappropriately muddling the
1961 implementation of allout-shift-in.
1962 (allout-rebullet-topic): Respect additional argument for new
1963 parent-child separation function.
1964 (allout-yank-processing): Use allout-ascend directly.
1965 (allout-show-entry): Disqualify aberrant topics.
1966 (allout-show-children): Handle discontinuous children gracefully,
1967 extending the depth being revealed to expose them and posting a
1968 message indicating the situation.
1969 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
1970 Leave cursor in correct position.
1971 (allout-hide-current-subtree): Use allout-ascend directly.
1972 Disqualify aberrant topics.
1973 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
1974 a way that the yanks can restore it, as used to happen.
1975 (allout-yank-processing): Restore exposure layout as recorded by
1976 allout-kill-*, as used to happen.
1977 (allout-annotate-hidden, allout-hide-by-annotation): New routines
1978 for preseving and restoring exposure layout across kills.
1979 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
1980 (allout-encrypt-string): Strip text properties.
1981 Rearranged order and outline-headings for some of the
1982 miscellaneous functions.
1983 (allout-resolve-xref): No need to quote the error name in the
1984 condition-case handler section.
1985 (allout-flatten): Classic recursive (and recursively intensive,
1986 without tail-recursion) list-flattener, needed by allout-shift-out
1987 when confronted with discontinuous children.
1988
1989 2006-09-16 Jason Rumney <jasonr@gnu.org>
1990
1991 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
1992 on ms-windows.
1993 (dnd-open-unc-file): Remove.
1994 (dnd-open-local-file): Mention in doc string that it also handles
1995 remote files if the system natively supports unc file-names.
1996
1997 2006-09-15 Kim F. Storm <storm@cua.dk>
1998
1999 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
2000 all necessary information about the event before erasing *Help*.
2001
2002 * simple.el (line-move-partial): Use window-line-visiblity to
2003 quickly check whether last line is partially visible, and only do
2004 the hard (and slow) part in that case.
2005
2006 2006-09-15 Jay Belanger <belanger@truman.edu>
2007
2008 * COPYING: Replace "Library Public License" by "Lesser Public
2009 License" throughout.
2010
2011 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2012
2013 * term/x-win.el (x-menu-bar-open): New function for F10.
2014
2015 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
2016
2017 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2018 Disallow filenames containing " -" to avoid confusion with libtool
2019 compilation messages. Suggested by Stefan Monnier.
2020
2021 2006-09-15 David Kastrup <dak@gnu.org>
2022
2023 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
2024 instead of buffer position for `mouse-on-link-p'.
2025
2026 * mouse.el (mouse-posn-property): New function looking up the
2027 properties at a click position in overlays and text properties in
2028 either buffer or strings.
2029 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
2030 of both `follow-link' as well as `mouse-face' properties.
2031 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
2032 buffer position.
2033
2034 * help.el (describe-key-briefly): When reading a down-event on
2035 mode lines or scroll bar, swallow the following up event, too.
2036 Use the new mouse sensitity of `key-binding' for lookup.
2037 (describe-key): The same here.
2038
2039 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
2040
2041 * play/life.el (life-patterns): Add a few more interesting patterns.
2042 (life-setup): Force `show-trailing-whitespace' to nil.
2043
2044 2006-09-14 Richard Stallman <rms@gnu.org>
2045
2046 * startup.el (fancy-splash-text): Change text to improve alignment.
2047 (fancy-splash-screens): Don't set non-standard tab width.
2048 Bind cursor-type temporarily, and make it easy to patch to
2049 preserve the splash buffer.
2050 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
2051 (fancy-splash-screens): Display echo-area message explicitly.
2052 Don't set fancy-splash-help-echo.
2053
2054 * simple.el (line-number-mode): Group mode-line instead of
2055 editing-basics.
2056 (column-number-mode, size-indication-mode): Likewise.
2057
2058 * faces.el (mode-line-faces): Group mode-line instead of modeline.
2059
2060 * time.el (display-time): Group mode-line instead of modeline.
2061
2062 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
2063
2064 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
2065
2066 * startup.el (fancy-splash-text): Move editing instructions to
2067 fancy-splash-head.
2068 (fancy-splash-head): Issue editing instructions.
2069 (fancy-splash-screens): Fixup whitespace.
2070
2071 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2072
2073 * bindings.el (mode-line-buffer-identification-keymap):
2074 Remove duplicate line.
2075
2076 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2077
2078 * ido.el (ido-ignore-item-p): Allow any kind of functions in
2079 ignore lists.
2080
2081 2006-09-14 Kim F. Storm <storm@cua.dk>
2082
2083 * jit-lock.el (jit-lock-fontify-again): New function.
2084 (jit-lock-fontify-now): Use it instead of lambda form.
2085
2086 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
2087
2088 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
2089 (flyspell-auto-correct-word): Make ispell-filter local to these
2090 functions. Check that ispell-filter has new stuff before calling
2091 ispell-parse-output.
2092
2093 2006-09-13 Kim F. Storm <storm@cua.dk>
2094
2095 * simple.el (line-move-partial): Optimize.
2096
2097 2006-09-13 Richard Stallman <rms@gnu.org>
2098
2099 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
2100 Delete spurious backquote.
2101
2102 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
2103
2104 * net/rcirc.el (rcirc-print): Fix last change.
2105
2106 2006-09-12 Jay Belanger <belanger@truman.edu>
2107
2108 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
2109
2110 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
2111
2112 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
2113 rcirc-show-maximum-output.
2114 (rcirc-mode): Remove window-scroll-function hook.
2115 (rcirc-scroll-to-bottom): Remove function.
2116 (rcirc-print): Recenter so point stays at the bottom of the window
2117 if point was already there.
2118
2119 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
2120
2121 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
2122 not to "t".
2123 * progmodes/compile.el (compilation-start): Likewise.
2124 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
2125 Don't use expand-file-name on invocation-directory, since this
2126 might mishandle special characters in invocation-directory.
2127
2128 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2129
2130 * pcvs-defs.el: Remove * in defcustom's docstrings.
2131
2132 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
2133
2134 * progmodes/compile.el (compilation-directory-properties):
2135 Doc fix for help-echo.
2136
2137 2006-09-12 Lars Hansen <larsh@soem.dk>
2138
2139 * desktop.el (desktop-read): Add comment.
2140
2141 2006-09-12 Kim F. Storm <storm@cua.dk>
2142
2143 * simple.el (next-error-highlight, next-error-highlight-no-select):
2144 Fix spelling error.
2145
2146 * subr.el (sit-for): Rework to use input-pending-p and cond.
2147 Return nil input is pending on entry also for SECONDS <= 0.
2148 (while-no-input): Use input-pending-p instead of sit-for.
2149
2150 2006-09-11 Richard Stallman <rms@gnu.org>
2151
2152 * simple.el (next-error-highlight, next-error-highlight-no-select):
2153 Fix custom type and doc strings.
2154
2155 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2156
2157 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
2158 (diff-apply-hunk): Use it to ask for confirmation.
2159
2160 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
2161
2162 * emacs-lisp/cl.el (pushnew): Add missing `,'.
2163
2164 2006-09-11 David Kastrup <dak@gnu.org>
2165
2166 * help.el (string-key-binding, describe-key-briefly)
2167 (describe-key): Remove `string-key-binding' and its callers since
2168 `key-binding' already caters for the proper lookup now.
2169
2170 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2171
2172 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
2173 (cfengine-mode): Use it. Fix \ syntax to be like /.
2174
2175 * bindings.el (mode-line-buffer-identification-keymap):
2176 Move initialization into declaration.
2177
2178 2006-09-10 Kim F. Storm <storm@cua.dk>
2179
2180 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
2181 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
2182 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
2183 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
2184
2185 2006-09-10 Richard Stallman <rms@gnu.org>
2186
2187 * dired-aux.el: Handle errors in recursive copy usefully.
2188 (dired-create-files-failures): New variable.
2189 (dired-copy-file): Remove condition-case.
2190 (dired-copy-file-recursive): Check for errors on all file
2191 operations, and add them to dired-create-files-failures.
2192 Check file file-date-erorr here too.
2193 (dired-create-files): Check dired-create-files-failures
2194 and report those errors too.
2195
2196 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
2197
2198 * subr.el (add-to-list): New argument COMPARE-FN.
2199
2200 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
2201
2202 * filecache.el (file-cache-add-directory)
2203 (file-cache-add-directory-list, file-cache-add-file)
2204 (file-cache-add-directory-using-find)
2205 (file-cache-add-directory-using-locate)
2206 (file-cache-add-directory-recursively): Add autoloads.
2207
2208 2006-09-09 Richard Stallman <rms@gnu.org>
2209
2210 * textmodes/conf-mode.el (conf-space-mode):
2211 Use hack-local-variables-hook instead of calling hack-local-variables.
2212 (conf-space-keywords-override): New variable.
2213 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
2214 (conf-space-mode): Always make conf-space-keywords and
2215 conf-space-keywords-override local.
2216 Call conf-space-mode-internal directly as well as via hook.
2217
2218 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2219
2220 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
2221 quasi-keywords.
2222
2223 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2224
2225 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
2226 (python-send-string): Be slightly more careful about adding \n.
2227
2228 * startup.el (normal-splash-screen): Don't display the buffer if we'll
2229 kill it right away anyway.
2230
2231 2006-09-09 Eli Zaretskii <eliz@gnu.org>
2232
2233 * international/codepage.el (cp850-decode-table): Fix a few codes.
2234 (cp858-decode-table): New variable.
2235
2236 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
2237
2238 * net/ldap.el (ldap-search-internal): Doc fix.
2239
2240 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2241
2242 * play/life.el (life-display-generation): Test for input manually if
2243 `sleeptime' is negative or null.
2244
2245 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
2246 (print-region-1): Substitute `%s' with the page title.
2247
2248 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
2249
2250 * locate.el (locate-current-search): New variable.
2251 (locate): Set buffer local value. Use current buffer if it is
2252 in Locate mode.
2253 (locate-mode): Disable undo here.
2254 (locate-do-setup): Use locate-current-filter from buffer to be killed.
2255 (locate-update): Use locate-current-search and locate-current-filter.
2256
2257 2006-09-08 David Kastrup <dak@gnu.org>
2258
2259 * desktop.el (desktop-read): When loading a desktop, disable
2260 saving it while the load progresses, and switch off a pending lazy
2261 load by calling `desktop-lazy-abort'.
2262
2263 2006-08-27 Martin Rudalics <rudalics@gmx.at>
2264
2265 * window.el (mouse-autoselect-window-timer)
2266 (mouse-autoselect-window-position)
2267 (mouse-autoselect-window-window)
2268 (mouse-autoselect-window-now): New vars.
2269 (mouse-autoselect-window-cancel)
2270 (mouse-autoselect-window-select)
2271 (mouse-autoselect-window-start): New functions.
2272 (handle-select-window): Call `mouse-autoselect-window-start' when
2273 delayed window autoselection is enabled.
2274
2275 * cus-start.el (mouse-autoselect-window): Handle delayed window
2276 autoselection.
2277
2278 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
2279 commands after which it is allowed to print in the echo area.
2280
2281 2006-09-08 Richard Stallman <rms@gnu.org>
2282
2283 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
2284
2285 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
2286 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
2287
2288 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
2289 (cancel-timer-internal): Add doc string.
2290 (cancel-function-timers): Doc fix.
2291 (with-timeout-handler, timer-event-last*): Add doc strings.
2292
2293 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
2294
2295 * files.el (risky-local-variable-p): Match ...-bindat-spec.
2296
2297 * dired.el (dired-log-summary): Add doc string.
2298
2299 * cus-edit.el (custom-menu-create): Bind deactivate-mark here
2300 (custom-group-menu-create): Not here.
2301
2302 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
2303
2304 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
2305
2306 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2307
2308 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
2309 (mac-apple-event-map): Define its handler.
2310
2311 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
2312
2313 * net/ldap.el (ldap-search-internal): Handle `auth' key.
2314
2315 2006-09-07 Magnus Henoch <mange@freemail.hu>
2316
2317 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
2318 clause.
2319
2320 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2321
2322 * info.el (Info-index): Bind completion-ignore-case.
2323
2324 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2325
2326 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
2327 previous commit.
2328 (inferior-prolog-guess-flavor): New fun left out of previous commit.
2329 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
2330 burp in dedicated windows.
2331 (inferior-prolog-self-insert-command): New command.
2332 (inferior-prolog-mode-map): Use it.
2333
2334 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
2335
2336 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
2337
2338 * international/code-pages.el: Add cp858.
2339
2340 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2341
2342 * dnd.el: Fix bootstrapping.
2343
2344 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2345
2346 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
2347 (dnd-open-remote-url): New function.
2348 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
2349 not windows-nt.
2350
2351 2006-09-07 Jason Rumney <jasonr@gnu.org>
2352
2353 * dnd.el (dnd-open-remote-file-function): New variable.
2354 (dnd-open-unc-file): New function.
2355 (dnd-open-file): Call dnd-open-remote-file-function if set.
2356
2357 2006-09-06 Daiki Ueno <ueno@unixuser.org>
2358
2359 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
2360 pgg-passphrase-coding-system rather than locale-coding-system.
2361 * pgg-def.el (pgg-passphrase-coding-system): New user option.
2362
2363 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2364
2365 * progmodes/prolog.el: Remove * in docstrings.
2366 (prolog-program-name): Add SWI prolog.
2367 (prolog-mode-menu): New menu.
2368 (prolog-mode): Set comment-add.
2369 (prolog-indent-line): Simplify. Use indent-line-to.
2370 (inferior-prolog-buffer): New var.
2371 (inferior-prolog-run, inferior-prolog-process): New funs.
2372 (run-prolog, switch-to-prolog): Rewrite, using them.
2373 (prolog-consult-region): Use inferior-prolog-buffer.
2374 (inferior-prolog-load-file): New function.
2375 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
2376
2377 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
2378 last word, if it's not the end of the paragraph.
2379
2380 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
2381 file name.
2382
2383 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
2384
2385 * frame.el (display-mm-dimensions-alist): New defcustom.
2386 (display-mm-height, display-mm-width): Use it.
2387
2388 2006-09-06 Simon Josefsson <jas@extundo.com>
2389
2390 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
2391
2392 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
2393
2394 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
2395 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
2396 string values.
2397
2398 2006-09-06 Kim F. Storm <storm@cua.dk>
2399
2400 * simple.el (line-move-partial): New function to do vscrolling for
2401 partially visible images / tall lines. Rewrite based on code
2402 previously in line-move. Simplify backwards vscrolling.
2403 (line-move): Use it. Simplify.
2404
2405 2006-09-05 Kim F. Storm <storm@cua.dk>
2406
2407 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
2408
2409 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
2410
2411 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2412 Process the `gcc-include' after the `gnu' rule.
2413
2414 2006-09-05 Kim F. Storm <storm@cua.dk>
2415
2416 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
2417
2418 2006-09-05 Daiki Ueno <ueno@unixuser.org>
2419
2420 * pgg.el (pgg-clear-string): Alias to clear-string for backward
2421 compatibility.
2422
2423 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
2424 inhibit-redisplay; encode passphrase with locale-coding-system.
2425
2426 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2427
2428 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
2429
2430 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
2431
2432 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
2433 (gdb-var-list-children-regexp): Make type field optional.
2434
2435 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
2436 e.g public, protected in C++.
2437
2438 2006-09-04 John Paul Wallington <jpw@pobox.com>
2439
2440 * simple.el (completion-show-help): New defcustom.
2441 (completion-setup-function): Heed it.
2442
2443 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2444
2445 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
2446
2447 2006-09-04 Richard Stallman <rms@gnu.org>
2448
2449 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
2450 (rsf-min-region-to-spam-list): Doc fix.
2451 (rsf-add-content-type-field): Doc fix.
2452
2453 * simple.el (kill-region): Explicitly test there is a region.
2454
2455 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
2456
2457 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
2458 sendmail in several common directories.
2459
2460 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
2461
2462 * paths.el (sendmail-program): Removed.
2463
2464 2006-09-04 Daiki Ueno <ueno@unixuser.org>
2465
2466 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
2467 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
2468 http://article.gmane.org/gmane.emacs.gnus.general/50457
2469
2470 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
2471
2472 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
2473 mark after running the menu filter.
2474
2475 2006-09-03 Juri Linkov <juri@jurta.org>
2476
2477 * international/quail.el (quail-defrule-internal): Add a check
2478 if a key is a vector.
2479
2480 2006-09-02 Juri Linkov <juri@jurta.org>
2481
2482 * man.el (Man-topic-history): New variable.
2483 (man): Use it.
2484
2485 * woman.el (woman-topic-history): Change defvar to defvaralias
2486 for symbol `Man-topic-history'.
2487
2488 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
2489 `comint-last-output-start' is a marker by using `markerp' and
2490 check if it has a position by using `marker-position', and use
2491 this position for `goto-char'.
2492
2493 * international/quail.el (quail-defrule-internal): Add missing
2494 `error' call for null key.
2495
2496 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
2497
2498 * rcirc.el (rcirc-keywords): New variable.
2499 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
2500 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
2501 variables.
2502 (rcirc-responses-no-activity): New function.
2503 (rcirc-handler-generic): Check for responses in above.
2504 (rcirc-process-command): Add ?: character to arguments of raw
2505 server commands.
2506 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
2507 `rcirc-dim-nicks'.
2508 (rcirc-gray-toggle): Remove unused variable.
2509 (rcirc-print): Remove some tracking logic, which is moved into
2510 markup functions.
2511 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
2512 types.
2513 (rcirc-activity-string): Look for 'keyword in activity-types.
2514 (rcirc-window-configuration-change): Don't erase overlay-arrow
2515 unnecessarily.
2516 (rcirc-add-or-remove): New function.
2517 (rcirc-cmd-ignore): Use it.
2518 (rcirc-message-leader): Remove unused function.
2519 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
2520 (rcirc-add-face): New function.
2521 (rcirc-facify): Use rcirc-add-face.
2522 (rcirc-url-regexp): Add parens.
2523 (rcirc-map-regexp): Remove function.
2524 (rcirc-mangle-regexp): Remove function.
2525 (rcirc-markup-text-functions): New variable.
2526 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
2527 (rcirc-markup-body-text, rcirc-markup-attributes)
2528 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
2529 (rcirc-markup-bright-nicks): New markup handler functions.
2530 (rcirc-nick-in-message-full-line): New face.
2531 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
2532 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
2533
2534 2006-09-02 Martin Rudalics <rudalics@gmx.at>
2535
2536 * cus-start.el (hscroll-margin, hscroll-step)
2537 (mode-line-in-non-selected-windows, mouse-autoselect-window)
2538 (x-use-underline-position-properties): Change version to "22.1"
2539 since they will appear there for the first time.
2540
2541 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
2542
2543 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
2544
2545 2006-08-31 Richard Stallman <rms@gnu.org>
2546
2547 * cus-edit.el (custom-save-variables): Slight cleanup.
2548 (Custom-no-edit): Renamed from custom-no-edit.
2549 (Custom-newline): Renamed from custom-newline.
2550 (custom-mode-map): Use new names.
2551
2552 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
2553 about customization, rather than M-x customize, in the doc string
2554 made for the defcustom.
2555
2556 * emacs-lisp/trace.el (trace-function-background): Doc fix.
2557
2558 2006-08-31 Romain Francoise <romain@orebokech.com>
2559
2560 * dired-x.el (dired-guess-shell-alist-default): Update.
2561
2562 2006-08-31 Michael Mauger <mmaug@yahoo.com>
2563
2564 * custom.el (custom-theme-set-variables): Autoload packages before
2565 sorting the variables.
2566
2567 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
2568
2569 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
2570 chars if XEmacs.
2571 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
2572
2573 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2574
2575 * progmodes/python.el (python-eldoc-function): Re-enable quit while
2576 waiting for process.
2577
2578 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2579
2580 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
2581 results in ASCII-only string, encode original one directly.
2582
2583 2006-08-29 Romain Francoise <romain@orebokech.com>
2584
2585 * startup.el (normal-splash-screen, fancy-splash-screens):
2586 Make buffer read-only and arrange to enter view mode if necessary.
2587
2588 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
2589
2590 * hl-line.el (hl-line): New face.
2591 (hl-line-face): Use it.
2592
2593 * image-mode.el (image-mode): Fix last fix.
2594 Suggested by Kim F. Storm.
2595
2596 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
2597
2598 Sync with Tramp 2.0.54.
2599
2600 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
2601 of `=', because `tramp-get-remote-gid' might not always return an
2602 integer when expected.
2603 (tramp-register-file-name-handlers): `partial-completion-mode' is
2604 unknown to XEmacs.
2605 (tramp-time-diff): Don't use `floor', it might fail for large
2606 differences.
2607 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
2608 `tramp-auto-save-directory' if unset in order to guarantee unique
2609 auto-save file names.
2610
2611 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
2612
2613 * image-mode.el (image-mode): Display image as text on a terminal.
2614
2615 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2616
2617 * progmodes/python.el (python-send-command): Simplify.
2618 (run-python): Don't generate a new buffer unless `new' was specified.
2619 Make sure we send `import emacs' to the proper process.
2620
2621 * progmodes/python.el (python-send-command): Don't wait for the command
2622 to terminate. Don't fiddle with compilation-parsing-end.
2623
2624 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
2625
2626 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
2627 Insert commentary after first line summary.
2628
2629 * woman.el (woman-follow): New function, based on `man-follow'.
2630 (woman-mode-map): Use it.
2631
2632 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
2633 since ibuffer-do-sort-by-recency does not define a sorter.
2634
2635 2006-08-28 Kim F. Storm <storm@cua.dk>
2636
2637 * find-dired.el (find-dired): Use shell-quote-argument to properly
2638 escape ( and ) args. Also use it on {} and ; args in default
2639 value of find-ls-option string.
2640 (find-grep-dired): Use shell-quote-argument on {} and ; args.
2641
2642 2006-08-27 Michael Olson <mwolson@gnu.org>
2643
2644 * emacs-lisp/tq.el: Small grammar fix in comments.
2645 (tq-enqueue): Check for existence of queue rather than the
2646 head queue item's question, which was a no-op.
2647 (tq-filter, tq-process-buffer): Make sure the process buffer
2648 exists before making it the current buffer.
2649
2650 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2651
2652 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
2653 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
2654 (special-event-map): Apply 2006-08-16 change for x-win.el.
2655
2656 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
2657
2658 * progmodes/python.el (python-send-receive): Wait in the
2659 process's buffer so as to check the right buffer-local variables.
2660
2661 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
2662
2663 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
2664 (defgroup checkdoc): Move to beginning.
2665
2666 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
2667 (python-preoutput-continuation): Remove.
2668 (python-preoutput-filter): Simplify correspondingly.
2669 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
2670 Loop around to catch embedded _emacs_out output.
2671 (run-python): Send the import&print command on a single line.
2672 (python-send-command): Send command&print on a single line.
2673 (python-send-string): Only add double \n if needed.
2674 (python-send-receive): Loop until the result comes.
2675 (python-mode-running): Defvar it.
2676 (python-setup-brm): Remove unused var `menu'.
2677 Only bind py-mode-map and `features' around brm-init.
2678 (python-calculate-indentation): Remove unused var `point'.
2679 (python-beginning-of-defun): Remove unused var `def-line'.
2680
2681 2006-08-25 Richard Stallman <rms@gnu.org>
2682
2683 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
2684
2685 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
2686
2687 * viper.el (viper-set-hooks): Use frame bindings for
2688 viper-vi-state-cursor-color.
2689 (viper-non-hook-settings): Don't set default
2690 mode-line-buffer-identification.
2691
2692 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
2693 (viper-set-cursor-color-according-to-state)
2694 (viper-get-saved-cursor-color-in-replace-mode)
2695 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
2696 viper-emacs-state-cursor-color.
2697
2698 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
2699 (viper-undo): Use point if undo-beg-posn is nil.
2700 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
2701 (viper-after-change-undo-hook): Don't use
2702 viper-emacs-state-cursor-color by default.
2703 (viper-undo): More sensible positioning after undo.
2704
2705 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
2706 (viper-emacs-state-cursor-color): Default to nil, since this feature
2707 doesn't work well yet.
2708
2709 * ediff-mult.el (ediff-intersect-directories)
2710 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
2711 always expand filenames.
2712
2713 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2714
2715 * tumme.el: Remove * in defcustoms's docstrings.
2716
2717 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
2718
2719 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
2720 Accept internal time format for SECS arg.
2721 (timer-relative-time): Doc fix.
2722
2723 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
2724 adapted from Martin Rudalics.
2725 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
2726 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
2727 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
2728 using sit-for.
2729
2730 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
2731
2732 * cus-start.el (all): Add `overline-margin' and
2733 `x-underline-at-descent-line'.
2734
2735 2006-08-24 Kim F. Storm <storm@cua.dk>
2736
2737 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
2738 to mean "use find -exec"; nil now unambiguously means auto-detect.
2739 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
2740 Use shell-quote-argument to build grep-find-command and
2741 grep-find-template.
2742 (rgrep): Use shell-quote-argument to properly quote arguments to find.
2743 Reported by Tom Seddon.
2744
2745 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
2746
2747 * startup.el (fancy-splash-head): Give instructions for dismissing
2748 the splash screen for default startup too.
2749 (display-startup-echo-area-message, fancy-splash-screens)
2750 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
2751 all splash text at once and keep the splash buffer around.
2752 (command-line-1): Give display-startup-echo-area-message a t arg.
2753
2754 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
2755
2756 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
2757 gnus frame is selected.
2758
2759 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
2760
2761 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
2762
2763 2006-08-22 Kim F. Storm <storm@cua.dk>
2764
2765 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
2766 Add suffix matching for subdirs.
2767
2768 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
2769
2770 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
2771 mouse-yank-at-point is non-nil.
2772
2773 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
2774
2775 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
2776 a bit wider and remove fringes to fit initial output on line.
2777
2778 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2779
2780 * frame.el (blink-cursor-end): Only ignore the error we care about.
2781 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
2782
2783 2006-08-21 Richard Stallman <rms@gnu.org>
2784
2785 * whitespace.el (whitespace-cleanup): Doc fix.
2786
2787 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
2788
2789 * net/rcirc.el (rcirc-show-maximum-output): New var.
2790 (rcirc-buffer-process): If no buffer argument is supplied, use
2791 current-buffer.
2792 (rcirc-complete-nick): Complete to the last completed nick first.
2793 (rcirc-mode): Preserve the value of `rcirc-urls' across
2794 connections. Setup scroll function.
2795 (rcirc-scroll-to-bottom): New function.
2796 (rcirc-print): Use nick syntax around regexp work.
2797 Notice dim-nicks speaking only if they say our nick.
2798 (rcirc-update-activity-string): Do not show the modeline indicator
2799 if there are no live rcirc processes.
2800 (rcirc-cmd-ignore): Ignore case.
2801 (rcirc-browse-url-at-point): Fix off-by-one error.
2802
2803 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2804
2805 * progmodes/python.el: Remove * in defcustom docstrings.
2806 (run-python, python-proc, python-try-complete): Use derived-mode-p.
2807 (python-mode): Set tab-width and indent-tabs-mode.
2808
2809 2006-08-20 Dave Love <fx@gnu.org>
2810
2811 * progmodes/python.el: Update to Dave Love's latest version.
2812 (python-font-lock-keywords, python-mode): Don't use
2813 font-lock-syntax-table, but match symbol elements explicitly instead.
2814 (python-mode-map): Add help, and a few more key bindings.
2815 (python-skip-comments/blanks): Move out of comments as well.
2816 (python-continuation-line-p): Behave better with unbalanced parens.
2817 (python-blank-line-p): New fun.
2818 (python-open-block-statement-p): Don't use a heuristic.
2819 (python-outdent-p): Better handle blocks-in-the-same-line.
2820 (python-calculate-indentation): Misc improvements.
2821 (python-comment-indent): Remove.
2822 (python-block-pairs): New var.
2823 (python-first-word): New fun.
2824 (python-indentation-levels): Handle more common cases.
2825 (python-indent-line-1): Add `leave' argument.
2826 (python-indent-region): New fun.
2827 (python-skip-out): New fun.
2828 (python-beginning-of-statement, python-end-of-statement): Use it.
2829 (python-next-statement): Return correct count even at eob.
2830 (python-end-of-block): Fix paren-typo.
2831 (python-imenu-create-index): Add module variables.
2832 (run-python): Add `new' arg.
2833 Check we're at a prompt before returning.
2834 (python-send-command): Move to end of buffer.
2835 Wait for prompt to return.
2836 (python-set-proc): New fun.
2837 (python-imports): New var.
2838 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
2839 (python-eldoc-function): Try to move out of arg list.
2840 (python-outline-level): Offset by 1.
2841 (python-find-imports): New fun.
2842 (python-symbol-completions): Use python-imports.
2843 (python-module-path, ffap-alist): Add support for ffap.
2844 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
2845 (python-insert-*, python-default-template, python-expand-template):
2846 Add templates/skeletons.
2847 (python-setup-brm): Support for Bicycle Repair Man.
2848 (python-abbrev-syntax-table): New var.
2849 (python-abbrev-pc-hook, python-pea-hook): New funs.
2850
2851 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
2852
2853 * frame.el (blink-cursor-start): Set timer first.
2854 (blink-cursor-end): Ignore timer cancelling errors.
2855 Suggested by Ken Manheimer.
2856
2857 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
2858
2859 * newcomment.el (comment-box): Call `comment-normalize-vars'.
2860 Add autoload cookie.
2861
2862 2006-08-20 Richard Stallman <rms@gnu.org>
2863
2864 * simple.el (line-number-at-pos): Doc fix.
2865
2866 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
2867 timer-activate-when-idle, so timer can run before Emacs becomes
2868 non-idle again.
2869
2870 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
2871
2872 * whitespace.el (whitespace-cleanup-internal): New optional arg
2873 REGION-ONLY. If it's non-nil, modify the message to the user
2874 accordingly.
2875 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
2876 a non-nil argument.
2877
2878 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
2879
2880 * rect.el (spaces-string): Simplify and add doc string.
2881
2882 2006-08-17 Romain Francoise <romain@orebokech.com>
2883
2884 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
2885
2886 2006-08-17 Richard Stallman <rms@gnu.org>
2887
2888 * compare-w.el (compare-windows): lambda's take an arg and pass
2889 it to compare-windows-skip-whitespace.
2890
2891 2006-08-17 Martin Rudalics <rudalics@gmx.at>
2892
2893 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
2894 the right buffer.
2895
2896 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
2897
2898 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
2899 removed files.
2900
2901 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
2902
2903 * progmodes/gdb-ui.el (gdb-locals-watch-map)
2904 (gdb-locals-watch-map-1): Suppress keymap first.
2905 (gdb-edit-locals-map-1): New variable.
2906 (gdb-edit-locals-value): New function.
2907 (gdb-stack-list-locals-handler): Use them.
2908
2909 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2910
2911 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
2912 cursor would normally be drawn in the fringe.
2913
2914 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
2915 Reported by Martin Rudalics <rudalics@gmx.at>.
2916
2917 2006-08-16 Richard Stallman <rms@gnu.org>
2918
2919 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
2920 (special-event-map): Process drag-n-drop events this way.
2921
2922 * simple.el (move-beginning-of-line): Test whether fields
2923 would prevent motion back to line's first visible character.
2924 If so, stop where the fields would stop the motion.
2925
2926 * newcomment.el (comment-indent): Fully update INDENT
2927 before checking to see if it will change the text.
2928
2929 * cus-edit.el (custom-newline): New function.
2930 (custom-mode-map): Bind newline to custom-newline.
2931
2932 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
2933 into ignore-whitespace.
2934 Check each buffer for its skip-function.
2935 Handle compare-windows-skip-whitespace special-case test
2936 by returning t from default skip function.
2937
2938 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
2939
2940 * textmodes/org.el (org-clock-special-range)
2941 (org-clock-update-time-maybe): New functions.
2942 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
2943 not only a-z.
2944 (org-agenda-get-blocks): Allow multiple blocks per headline.
2945 (org-timestamp-change): Call `org-clock-update-time-maybe'.
2946 (org-export-html-title-format)
2947 (org-export-html-toplevel-hlevel): New options.
2948 (org-export-language-setup): Add support for Czech.
2949 (org-mode, org-insert-todo-heading, org-find-visible)
2950 (org-find-invisible, org-invisible-p, org-invisible-p2)
2951 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
2952 (org-show-subtree, org-show-entry, org-make-options-regexp):
2953 Remove compatibility support for old outline-mode.
2954 (org-check-occur-regexp): Funtion removed.
2955 (org-on-heading-p, org-back-to-heading): Made defalias.
2956 (org-set-local): New defsubst.
2957 (org-set-regexps-and-options, org-mode)
2958 (org-set-font-lock-defaults, org-edit-agenda-file-list)
2959 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
2960 (org-remember-apply-template, org-table-edit-field)
2961 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
2962 (org-set-autofill-regexps): Use `org-set-local'.
2963 (org-table-eval-formula): Fix bug with parsing of display flags.
2964
2965 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
2966
2967 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
2968 frame with fringe arrow. Suggested by Simon Marshall
2969 <simon.marshall@misys.com>.
2970 (gdb-stack-position): New variable.
2971 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
2972 (gdb-frames-mode): Set gdb-stack-position to nil.
2973 Add to overlay-arrow-variable-list
2974 (gdb-reset): Delete gdb-stack-position from above list.
2975
2976 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2977
2978 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
2979 read only.
2980
2981 2006-08-13 Romain Francoise <romain@orebokech.com>
2982
2983 * cus-theme.el (customize-create-theme)
2984 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
2985
2986 * filesets.el (filesets-add-buffer): Ditto.
2987
2988 * pcvs.el (cvs-change-cvsroot): Ditto.
2989
2990 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
2991
2992 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
2993 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
2994 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
2995 expressions.
2996 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
2997 Only search till end of line.
2998 Add face to function names in case of no filename.
2999 Add face to variable names of watchpoints.
3000
3001 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
3002
3003 * cus-start.el <indent-tabs-mode>: Move to the `indent'
3004 customization group.
3005
3006 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
3007
3008 * allout.el (allout-prior-bindings, allout-added-bindings):
3009 Remove, after long deprecation.
3010 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
3011 Add customization vars controlling allout-beginning-of-line and
3012 allout-end-of-line conveniences.
3013 (allout-header-prefix, allout-use-mode-specific-leader)
3014 (allout-use-mode-specific-leader, allout-mode-leaders):
3015 Revise docstrings.
3016 (allout-infer-header-lead): Change to be an alias for
3017 allout-infer-header-lead-and-primary-bullet.
3018 (allout-infer-header-lead-and-primary-bullet): New version of
3019 allout-infer-header-lead which assigns the primary bullet to the
3020 same as the header lead, when its being changed.
3021 (allout-infer-body-reindent): Apply regexp-quote instead of
3022 unconditionally prepending "\\", so that all literal
3023 allout-header-prefix and allout-primary-bullet strings are
3024 properly handled.
3025 (allout-add-resumptions): Add optional qualifier for extending or
3026 appending to existing values, rather than replacing them.
3027 (allout-view-change-hook): Clarify docstring.
3028 (allout-exposure-change-hook): Take explicit arguments, via
3029 run-hook-with-args.
3030 (allout-structure-added-hook)
3031 (allout-structure-deleted-hook)
3032 (allout-structure-shifted-hook): New hooks analogous to
3033 allout-exposure-change-hook for other kinds of structural outline
3034 edits.
3035 (allout-encryption-plaintext-sanitization-regexps): New encryption
3036 customization variable, by which cooperating modes can provde
3037 massage of the plaintext without actually being passed it.
3038 (allout-encryption-ciphertext-rejection-regexps)
3039 (allout-encryption-ciphertext-rejection-ceiling): New encryption
3040 customization variables, by which cooperating modes can prohibit
3041 rare but possible ciphertext patterns from fouling their
3042 operation, with actually being passed the ciphertext.
3043 (allout-mode): Run activation and deactivation hooks after the
3044 minor-mode variable has been toggled, to clarify the mode
3045 disposition. The new encryption ciphertext rejection variable is
3046 used to ensure that the ciphertext does not contain text that
3047 would be recognized as outline structural elements by allout.
3048 Substite allout-beginning-of-line and allout-end-of-line for
3049 conventionall beginning-of-line and end-of-line bindings.
3050 If allout-old-style-prefixes is non-nil, don't nullify it on mode
3051 activation!
3052 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
3053 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
3054 (allout-chart-subtree): Implement new mode, charting only the
3055 visible items in the subtree, when new 'visible' parameter is non-nil.
3056 (allout-end-of-subtree): Properly handle the last item in the buffer.
3057 (allout-pre-command-business, allout-command-counter):
3058 Increment an advertised counter so that cooperating enhancements can
3059 track revisions of items.
3060 (allout-open-topic): Run allout-structure-added-hook with suitable
3061 arguments.
3062 (allout-shift-in): Run allout-structure-shifted-hook with suitable
3063 arguments.
3064 (allout-shift-out): Fix doubling for negative args and ensure call
3065 of allout-structure-shifted-hook by solely using allout-shift-in.
3066 (allout-kill-line, allout-kill-topic):
3067 Run allout-structure-deleted-hook with suitable arguments.
3068 (allout-yank-processing): Run allout-structure-added-hook with
3069 proper arguments.
3070 (allout-yank): Enclose activity in allout-unprotected.
3071 (allout-flag-region): Run allout-exposure-change-hook with
3072 suitable arguments, instead of making the callee infer the arguments.
3073 (allout-encrypt-string):
3074 Support allout-encryption-plaintext-sanitization-regexps,
3075 allout-encryption-ciphertext-rejection-regexps, and
3076 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
3077 en/de cryption mode in symmetric encryption failure message.
3078 (allout-obtain-passphrase): Use copy-sequence to get a distinct
3079 copy of the passphrase, and don't zero it or we'll corrupt the
3080 stashed copy.
3081 (allout-create-encryption-passphrase-verifier)
3082 (allout-verify-passphrase): Respect the new signature for
3083 allout-encrypt-string.
3084 (allout-get-configvar-values): Convenience for getting a
3085 configuration variable value and handling its absence gracefully.
3086
3087 2006-08-11 Romain Francoise <romain@orebokech.com>
3088
3089 * obsolete/zone-mode.el: Delete.
3090
3091 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
3092
3093 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
3094
3095 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
3096
3097 * emacs-lisp/bindat.el (bindat-ip-to-string):
3098 Use `format-network-address' if possible.
3099
3100 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3101
3102 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
3103
3104 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
3105
3106 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
3107 restore unread-command-events here.
3108 (edebug-display): Do it here, to detect sit-for interruptions.
3109
3110 2006-08-10 Romain Francoise <romain@orebokech.com>
3111
3112 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
3113 (dns-mode-soa-auto-increment-serial): New user option.
3114 (dns-mode-soa-maybe-increment-serial): New function.
3115 (dns-mode): Add the latter to `write-contents-functions'.
3116
3117 * obsolete/zone-mode.el: Move to obsolete/ from net/.
3118 Delete autoload cookies.
3119
3120 2006-08-10 John Wiegley <johnw@newartisans.com>
3121
3122 * eshell/em-glob.el (eshell-glob-chars-list)
3123 (eshell-glob-translate-alist): Add support for [^g] in character globs.
3124
3125 2006-08-10 Richard Stallman <rms@gnu.org>
3126
3127 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
3128 (facemenu-set-face): Doc fix.
3129 (facemenu-listed-faces): Doc fix.
3130
3131 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
3132
3133 * avoid.el (mouse-avoidance-animating-pointer): New var.
3134 (mouse-avoidance-nudge-mouse): Use it.
3135 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
3136 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
3137 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
3138 Don't activate if currently animating. All callers changed.
3139
3140 2006-08-09 John Wiegley <johnw@newartisans.com>
3141
3142 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
3143 variable, which causes timeclock to report elapsed time worked,
3144 instead of just work remaining.
3145
3146 2006-08-09 Kenichi Handa <handa@m17n.org>
3147
3148 * international/latexenc.el (latexenc-find-file-coding-system):
3149 Fix for the case that the 2nd element of arg-list is a cons.
3150
3151 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
3152
3153 * info.el (Info-fontify-node): Handle preceding `in' for note
3154 reference hiding rules.
3155
3156 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3157
3158 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
3159 mistake a closing " for an opening one.
3160
3161 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3162
3163 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3164
3165 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3166
3167 * complete.el (PC-do-completion): Filter out completions matching
3168 completion-ignored-extensions before checking whether there are
3169 multiple completions.
3170 Don't use `list' unnecessarily when building completion tables.
3171
3172 2006-08-06 Richard Stallman <rms@gnu.org>
3173
3174 * help.el (describe-mode): Make minor mode list more concise.
3175
3176 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
3177
3178 * bindings.el: Give mode-line-format, mode-line-modes, and
3179 mode-line-position `standard-value' properties.
3180
3181 2006-08-05 Eli Zaretskii <eliz@gnu.org>
3182
3183 * buff-menu.el (list-buffers-noselect): For Info buffers, use
3184 "(file)node" instead of the file name.
3185
3186 2006-08-05 Richard Stallman <rms@gnu.org>
3187
3188 * faces.el (escape-glyph): Doc fix.
3189
3190 2006-08-04 Kenichi Handa <handa@m17n.org>
3191
3192 * international/mule-diag.el (describe-font): Improve docstring
3193 and error message. Use frame-parameter (not frame-parameters).
3194
3195 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3196
3197 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
3198 Correctly mark the end-of-docstring char.
3199
3200 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
3201
3202 * simple.el (line-move-to-column): Constrain move-to-column to
3203 current field.
3204
3205 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3206
3207 * font-lock.el (font-lock-beg, font-lock-end)
3208 (font-lock-extend-region-functions): New vars.
3209 (font-lock-extend-region-multiline)
3210 (font-lock-extend-region-wholelines): New functions.
3211 (font-lock-default-fontify-region): Use them.
3212 (font-lock-extend-jit-lock-region-after-change): Only round up
3213 if font-lock-default-fontify-region will do it as well.
3214
3215 * font-lock.el (font-lock-extend-after-change-region-function):
3216 Rename from font-lock-extend-region-function.
3217 (font-lock-extend-region): Remove by inlining at call sites.
3218 (font-lock-after-change-function): Don't needlessly round up to a whole
3219 number of lines.
3220 (font-lock-extend-jit-lock-region-after-change): Be more careful about
3221 the boundary conditions and the interactions between the various ways
3222 to extend the region.
3223
3224 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3225
3226 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
3227 modification status when forcing the second redisplay.
3228
3229 2006-08-03 Kim F. Storm <storm@cua.dk>
3230
3231 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
3232
3233 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3234
3235 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
3236 doesn't look like a file name.
3237
3238 * complete.el (PC-expand-many-files): Avoid signalling an error when
3239 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
3240
3241 2006-08-02 Andreas Schwab <schwab@suse.de>
3242
3243 * bindings.el (mode-line-format): Simplify reference to vc-mode.
3244
3245 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
3246
3247 * bindings.el (map): Make mode-line-buffer-identification-keymap
3248 before defining propertized-buffer-identification.
3249
3250 2006-08-01 Richard Stallman <rms@gnu.org>
3251
3252 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
3253
3254 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
3255
3256 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
3257 default value.
3258 (gdb-find-source-frame): New function.
3259 (menu): Add to menu bar.
3260
3261 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 * font-core.el (font-lock-extend-region-function)
3264 (font-lock-extend-region): Move to font-lock.el.
3265
3266 * font-lock.el (font-lock-extend-region-function)
3267 (font-lock-extend-region): Move from font-core.el. Simplify.
3268
3269 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
3270 if needed.
3271 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
3272 (jit-lock-after-change-extend-region-functions): New hook.
3273 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
3274
3275 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
3276 (font-lock-turn-on-thing-lock): Use it.
3277
3278 * longlines.el (longlines-show-region): Make it work on read-only
3279 buffers as well.
3280
3281 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
3282
3283 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
3284
3285 2006-07-31 Richard Stallman <rms@gnu.org>
3286
3287 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
3288 (vhdl-speedbar-display-projects): Update old obsolete
3289 speedbar variable names.
3290
3291 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
3292
3293 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
3294 (gdb-stopped): Use it.
3295
3296 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
3297
3298 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
3299
3300 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
3301 for load-history elements.
3302
3303 2006-07-29 Eli Zaretskii <eliz@gnu.org>
3304
3305 * files.el (convert-standard-filename): For Cygwin, replace
3306 characters not allowed in Windows file names.
3307 (make-auto-save-file-name): Add Cygwin to the list of systems
3308 where the auto-save file name needs to be run through
3309 convert-standard-filename.
3310
3311 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
3312
3313 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
3314
3315 2006-07-28 Richard Stallman <rms@gnu.org>
3316
3317 * bindings.el (mode-line-frame-identification)
3318 (propertized-buffer-identification): Centralize the code
3319 to initialize the variable.
3320
3321 * progmodes/grep.el (grep-default-command): Catch errors from
3322 wildcard-to-regexp.
3323
3324 2006-07-29 Kim F. Storm <storm@cua.dk>
3325
3326 * progmodes/grep.el (grep-tag-default): New function.
3327 (grep-default-command, grep-read-regexp): Use it.
3328 (grep-read-files): Use car of grep-files-history or grep-files-aliases
3329 as default if nothing else applies.
3330
3331 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
3332
3333 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3334 Throw error if buffer is not in Dired and Wdired mode, respectively.
3335
3336 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
3337
3338 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
3339 self-insert-command keys don't activate buttons.
3340 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
3341
3342 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
3343
3344 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
3345 faces for enable character.
3346
3347 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
3348
3349 * Makefile.in (recompile): Update comment to reflect change
3350 on 2004-04-21.
3351
3352 2006-07-27 Richard Stallman <rms@gnu.org>
3353
3354 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
3355 (customize-package-emacs-version): Change msg when pkg has no entry.
3356 (custom-no-edit): On a button, do like widget-button-press.
3357
3358 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3359
3360 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
3361 S-tab and C-S-tab.
3362
3363 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
3364
3365 * progmodes/which-func.el (which-function): Fix documentation/
3366 comment typo.
3367
3368 2006-07-26 Richard Stallman <rms@gnu.org>
3369
3370 * textmodes/ispell.el (ispell-word): If we replace the word,
3371 move point to the end. Insert before deleting.
3372
3373 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
3374
3375 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
3376 a timer.
3377
3378 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
3379
3380 * tumme.el (tumme-backward-image): Add prefix argument. Add error
3381 when at first image.
3382 (tumme-forward-image): Add prefix argument. Add error when at last
3383 image.
3384
3385 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3386
3387 * tabify.el (tabify-regexp): Use more specific regexps.
3388 (tabify): Avoid modifying the buffer unnecessarily.
3389
3390 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
3391
3392 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
3393 (tumme-format-properties-string): Handle empty `buf'.
3394 (tumme-get-comment): Change variable names inside `let'.
3395 Add missing `let' variable that cause font-lock problems.
3396 (tumme-write-comments): Change variable names inside `let'.
3397 Add missing `let' variable that cause font-lock problems.
3398 (tumme-forward-image): Rename from `tumme-forward-char'.
3399 (tumme-backward-image): Rename from `tumme-backward-char'.
3400
3401 2006-07-25 Masatake YAMATO <jet@gyve.org>
3402
3403 * progmodes/ld-script.el (ld-script-keywords)
3404 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
3405 and add comments.
3406
3407 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
3408
3409 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
3410 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
3411 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
3412 for status indicator.
3413
3414 2006-07-24 Richard Stallman <rms@gnu.org>
3415
3416 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
3417
3418 * subr.el (dolist, dotimes): Use interned symbols for locals.
3419 (--dotimes-limit--, --dolist-tail--): New defvars.
3420 (looking-back): Doc fix.
3421
3422 * replace.el (replace-match-string-symbols): Handle dotted lists.
3423
3424 2006-07-24 mathias <mathias@mattis>
3425
3426 * tumme.el (tumme-write-tags): Add.
3427 (tumme-write-comments): Add.
3428 (tumme-tag-files): Change to use `tumme-write-tags'.
3429 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
3430 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
3431 (tumme-save-information-from-widgets): Change to use
3432 `tumme-write-comments' and `tumme-write-tags'.
3433 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
3434 (tumme-write-tag): Remove.
3435 (tumme-write-comment): Remove.
3436 (tumme-display-previous-thumbnail-original): Remove empty line.
3437 (tumme-widget-list): Add punctuation.
3438
3439 2006-07-24 mathias <mathias.dahl@gmail.com>
3440
3441 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
3442
3443 2006-07-24 Daiki Ueno <ueno@unixuser.org>
3444
3445 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3446 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
3447 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
3448
3449 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
3450
3451 * mouse.el (mouse-on-link-p): Doc fix.
3452
3453 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
3454
3455 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3456 Handle "C-h f `".
3457
3458 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3459
3460 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
3461 column.
3462
3463 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
3464
3465 * textmodes/table.el: Add move-beginning-of-line and
3466 move-end-of-line to Point Motion Only Group.
3467
3468 2006-07-22 Eric Hanchrow <offby1@blarg.net>
3469
3470 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
3471
3472 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3473
3474 * startup.el (user-mail-address): Initialize from the `EMAIL'
3475 environment variable first. Document this.
3476 (command-line): Ditto.
3477
3478 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
3479
3480 * help-mode.el (help-function-def, help-variable-def)
3481 (help-face-def): Print a message in the minibuffer.
3482
3483 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
3484
3485 * term/xterm.el (terminal-init-xterm): Fix key bindings
3486 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
3487
3488 2006-07-21 Eli Zaretskii <eliz@gnu.org>
3489
3490 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
3491 where `(nth 1 command)' is a cons cell. Doc fix.
3492
3493 * textmodes/po.el (po-find-charset): Doc fix.
3494
3495 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
3496
3497 * allout.el (allout-unprotected, allout-e-o-prefix-p)
3498 (allout-beginning-of-current-line, allout-end-of-current-line)
3499 (allout-next-visible-heading, allout-open-topic)
3500 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
3501 (allout-flag-current-subtree, allout-show-to-offshoot)
3502 (allout-hide-current-entry, allout-show-current-branches)
3503 (allout-hide-region-body, allout-old-expose-topic)
3504 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
3505 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
3506 containing `beginning-of-line' and `end-of-line' with
3507 `inhibit-field-text-motion' t.
3508
3509 2006-07-21 Eli Zaretskii <eliz@gnu.org>
3510
3511 * frame.el (focus-follows-mouse): Document that it doesn't have
3512 any effect on MS-Windows.
3513
3514 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
3517
3518 2006-07-20 Jay Belanger <belanger@truman.edu>
3519
3520 * calc.el (calc-previous-alg-entry): Remove variable.
3521
3522 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
3523 New variables.
3524 (calc-alg-entry): Use `calc-alg-entry-history'.
3525 (calc-do-quick-calc): Use `calc-quick-calc-history'.
3526 Remove reference to `calc-previous-alg-entry'.
3527 (calcAlg-edit, calcAlg-enter): Remove reference to
3528 `calc-previous-alg-entry'.
3529 (calcAlg-previous): Use `previous-history-element' instead of
3530 `calc-previous-alg-entry'.
3531 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
3532 Change keybinding for `calcAlg-plus-minus', add keybindings for
3533 `previous-history-element' and `next-history-element'.
3534
3535 * calc-rewr.el (calc-match): Remove reference to
3536 `calc-previous-alg-entry'.
3537
3538 * calc-sel.el (calc-selection-history): New variable.
3539 (calc-enter-selection, calc-sel-mult-both-sides)
3540 (calc-sel-add-both-sides): Use `calc-selection-history'.
3541
3542 * calc-map.el (calc-get-operator-history): New variable.
3543 (calc-get-operator): Use `calc-get-operator-history'.
3544
3545 * calcalg3.el (calc-curve-fit-history): New variable.
3546 (calc-curve-fit): Use `calc-curve-fit-history'.
3547
3548 2006-07-20 Kenichi Handa <handa@m17n.org>
3549
3550 * international/mule-cmds.el (select-safe-coding-system): Fix the
3551 way of deciding eol-type of the coding system.
3552
3553 2006-07-20 Alan Mackenzie <acm@muc.de>
3554
3555 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
3556 (c-lang-setvar): New macro.
3557 (c-make-init-lang-vars-fun): Use the initialization forms in
3558 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
3559 (comment-start, comment-end, comment-start-skip): Change these from
3560 c-lang-defvar's to c-lang-setvar's.
3561
3562 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
3563 which calls make-local-variable on the elements of
3564 c-emacs-variable-inits.
3565 (c-init-language-vars-for): Call this new macro.
3566
3567 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3568
3569 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3570 Try to rule out false positives due to time stamps.
3571 (compilation-mode-font-lock-keywords): Remove rules made redundant
3572 because of the above change. Add `segmentation fault' to the known and
3573 highlighted compilation termination messages.
3574
3575 2006-07-19 Kim F. Storm <storm@cua.dk>
3576
3577 * progmodes/grep.el (grep-find-ignored-directories):
3578 Add .svn and _darcs to list.
3579
3580 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
3581
3582 * dired.el (dired-mode-map): Add key binding `C-te' for
3583 `tumme-dired-edit-comment-and-tags'.
3584
3585 * tumme.el (tumme-display-thumbnail-original-image): Make sure
3586 image display buffer is displayed before call to
3587 `tumme-display-image.
3588 (tumme-dired-display-image): Make sure image display buffer is
3589 displayed before call to `tumme-display-image.
3590 (tumme-mouse-display-image): Make sure image display buffer is
3591 displayed before call to `tumme-display-image.
3592 (tumme-widget-list): Add.
3593 (tumme-dired-edit-comment-and-tags): Add.
3594 (tumme-save-information-from-widgets): Add.
3595
3596 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3597
3598 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
3599
3600 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3601
3602 * progmodes/sh-script.el (sh-font-lock-keywords-1):
3603 Revert inadvertently installed patch hunk.
3604
3605 * progmodes/compile.el (compilation-find-file): Handle the
3606 cases where the user selects a non-existent file.
3607
3608 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3609
3610 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
3611
3612 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
3613
3614 * subr.el (sit-for): Just sleep-for if noninteractive.
3615
3616 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3617
3618 * emacs-lisp/autoload.el (make-autoload): Use new arg.
3619
3620 * custom.el (custom-autoload): Add `noset' argument.
3621 (custom-push-theme): Don't autoload the variable, let callers do it.
3622 (custom-theme-set-variables): Autoload the variable if necessary.
3623
3624 * cus-edit.el (custom-variable-state-set): If the variable was
3625 originally set outside custom, but to the same value as the default,
3626 consider it to be standard.
3627
3628 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
3629 file *before* telling Emacs to add the autoloads, in case it fails.
3630
3631 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
3632 Use `cond', push', and `dolist'.
3633
3634 2006-07-17 Richard Stallman <rms@gnu.org>
3635
3636 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
3637 Add defvars to silence warnings.
3638
3639 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
3640
3641 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3642 Don't highlight "Compiling file" messages as error.
3643
3644 * dired-aux.el (dired-compress-file): Confirm again if gzipped
3645 file already exists.
3646
3647 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
3648
3649 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
3650 entry, don't assign to free var; simply return the extracted filename.
3651 (ff-treat-as-special): Incorporate common preamble from callers.
3652 (ff-other-file-name, ff-find-the-other-file):
3653 Update call to ff-treat-as-special.
3654
3655 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
3656
3657 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
3658
3659 * tumme.el (tumme-get-comment): Fix bug.
3660
3661 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
3662
3663 * files.el: Remove spurious * in docstrings.
3664
3665 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
3666
3667 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
3668 grammar.
3669 (allout-beginning-of-current-line): Beware beginning of buffer.
3670 Also, a comment is simplified.
3671 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
3672 when appropriate. (This fix enables use for other than
3673 bullet-hotspot operation.)
3674 (allout-hide-current-subtree): While escalating to sibling-close,
3675 make sure to situate on a topic.
3676
3677 2006-07-14 Kim F. Storm <storm@cua.dk>
3678
3679 * emulation/cua-base.el (cua-delete-selection)
3680 (cua-toggle-set-mark): New defcustoms.
3681 (cua-rectangle-modifier-key): Add `alt' modifier.
3682 (cua-replace-region): Don't delete if cua-delete-selection is nil.
3683 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
3684 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
3685
3686 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
3687
3688 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
3689
3690 * allout.el: Require 'cl during byte-compilation/interactive load,
3691 for the `assert' macro.
3692 (allout-mode-deactivate-hook): New hook, run when allout mode
3693 deactivates.
3694 (allout-developer): New allout customization subgroup.
3695 (allout-run-unit-tests-on-load): New allout-developer
3696 customization variable, when true allout unit tests are run towards
3697 end of file load/eval.
3698 (allout-inhibit-auto-fill): Disable auto-fill activity even during
3699 auto-fill-mode.
3700 (allout-resumptions): Remove, to be replaced by...
3701 (allout-add-resumptions): Register variable settings to be
3702 reinstated by `allout-do-resumptions'. The settings are made
3703 buffer-local, but the locality/globality of the suspended setting
3704 is restored on resumption.
3705 (allout-do-resumptions): Reinstate all settings suspended using
3706 `allout-add-resumptions'.
3707 (allout-test-resumptions): Unit tests (and intermediate variables)
3708 for resumptions.
3709 (allout-tests-globally-unbound, allout-tests-globally-true)
3710 (allout-tests-locally-true): Intermediate variables for
3711 resumptions unit tests.
3712 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
3713 (allout-exposure-category): Replaces 'allout-overlay-category variable.
3714 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
3715 instead of retired `allout-resumptions'. For hook functions, use
3716 `local' parameter so hook settings are created and removed as
3717 buffer-local settings. Revise (resumptions) setting
3718 auto-fill-function so it is set only if already active. (The
3719 related fill-function settings are all made in either case, so
3720 that activating auto-fill-mode activity will have the custom
3721 allout-mode behaviors (hanging indent on topics, if configured for it).
3722 Remove all allout-exposure-category overlays on mode deactivation.
3723 (allout-hotspot-key-handler): New function extracted from
3724 `allout-pre-command-business', so the functionality can be used
3725 for other purposes, eg as a binding in an overlay.
3726 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
3727 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
3728 customization variable.
3729 (allout-run-unit-tests): Run the (currently quite small)
3730 repertoire of unit tests. Called just before the provide iff user
3731 has customized `allout-run-unit-tests-on-load' non-nil.
3732
3733 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
3734
3735 * emacs-lisp/authors.el (authors-aliases): Update.
3736
3737 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
3738
3739 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
3740 gdb-source-window. Add dedicated argument.
3741 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
3742 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
3743 (gdb-display-threads-buffer, gdb-display-memory-buffer)
3744 (gdb-display-locals-buffer): Use it.
3745
3746 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
3747 Set gdb-source-window.
3748
3749 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
3750
3751 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
3752 minor modes, redundant with the custom-autoload line above.
3753
3754 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
3755
3756 * longlines.el (longlines-post-command-function): Handle open-line too.
3757
3758 2006-07-12 Richard Stallman <rms@gnu.org>
3759
3760 * progmodes/grep.el (grep-last-buffer): Doc fix.
3761
3762 * info.el (Info-try-follow-nearest-node): Doc fix.
3763
3764 * emacs-lisp/edebug.el (edebug-instrument-function):
3765 Err if find-function-noselect gives no position.
3766
3767 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3768 If can't find definition, return nil for position.
3769 (find-function-do-it): Handle new return value
3770 of find-definition-noselect.
3771 (find-definition-noselect, find-variable-noselect): Doc fix.
3772 (find-function-noselect): Doc fix.
3773
3774 * help-mode.el (help-variable-def): Handle find-variable-noselect
3775 returning no position.
3776 (help-function-def): Likewise for find-function-search-for-symbol.
3777 (help-face-def): Likewise.
3778
3779 * help-fns.el (describe-variable): Handle find-variable-noselect
3780 returning no position.
3781
3782 * files.el (locate-file-completion): Avoid duplicates in result.
3783
3784 * cus-edit.el (custom-no-edit): New command.
3785 (custom-mode-map): Remap to custom-no-edit instead of
3786 using suppress-keymap.
3787
3788 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
3789
3790 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
3791 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
3792 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
3793
3794 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
3795
3796 2006-07-11 Kim F. Storm <storm@cua.dk>
3797
3798 * ido.el (ido-copy-current-file-name): Use buffer-name if
3799 buffer-file-name is nil.
3800
3801 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
3802
3803 * simple.el (undo-ask-before-discard): Set to nil.
3804
3805 * vc.el (vc-exec-after): Don't delete process manually.
3806 (vc-print-log): Run log-view-mode in process sentinel inside
3807 inhibit-read-only. Don't shrink window due to timing issues.
3808
3809 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
3810 Avoid using with-output-to-temp-buffer, which clobbers local vars.
3811
3812 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
3813
3814 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3815 Fix ambiguity introduced by last change.
3816 (compilation-find-file): Move save-excursion to where it may
3817 make sense. Fix a left over `find-file'.
3818
3819 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
3820
3821 * textmodes/texinfmt.el (texinfo-format-separate-node):
3822 Insert a string before point, which fits documentation, not after.
3823 (texinfo-multitable-item): In a multitable row, insert any
3824 additional needed @tabs and spaces.
3825
3826 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
3827
3828 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
3829 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
3830 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
3831 instead of shell-command.
3832 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
3833 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
3834 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
3835 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
3836 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
3837 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
3838
3839 2006-07-11 Kim F. Storm <storm@cua.dk>
3840
3841 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
3842 Remove special case for seconds < 0. Use (redisplay t) instead.
3843
3844 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
3845
3846 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
3847 avoid compilation error.
3848
3849 * subr.el (sit-for): New function.
3850
3851 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
3852
3853 2006-07-10 Richard Stallman <rms@gnu.org>
3854
3855 * ldefs-boot.el (edebug): Update page.
3856
3857 2006-07-10 Kim F. Storm <storm@cua.dk>
3858
3859 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
3860 to FOR-RELEASE and TODO.
3861
3862 2006-07-10 Romain Francoise <romain@orebokech.com>
3863
3864 * emacs-lisp/authors.el (authors-aliases): Update.
3865
3866 2006-07-10 Alan Mackenzie <acm@muc.de>
3867
3868 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
3869 * cc-mode.el: Changes to eradicate eval-after-load.
3870
3871 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
3872
3873 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
3874 on non-char events.
3875
3876 2006-07-09 Romain Francoise <romain@orebokech.com>
3877
3878 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3879 Don't highlight start/end markers as compilation messages.
3880
3881 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
3882 to t.
3883
3884 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
3885
3886 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
3887
3888 2006-07-08 Richard Stallman <rms@gnu.org>
3889
3890 * term/x-win.el (x-handle-display): Add doc string.
3891
3892 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3893
3894 * subr.el (def-edebug-spec): Move here.
3895 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
3896
3897 * imenu.el (imenu-choose-buffer-index): Doc fix.
3898
3899 2006-07-08 Romain Francoise <romain@orebokech.com>
3900
3901 * term/x-win.el (x-display-name): Fix typo.
3902
3903 2006-07-08 Eli Zaretskii <eliz@gnu.org>
3904
3905 * hexl.el (hexl-find-file): Doc fix.
3906
3907 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3908
3909 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
3910
3911 * term/x-win.el (x-display-name): Doc fix.
3912
3913 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
3914
3915 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
3916 long prefixes.
3917 (fill-region-as-paragraph): Don't round up to a whole line.
3918 (fill-comment-paragraph): Don't include the code-before-the-comment
3919 when calling fill-region-as-paragraph.
3920
3921 * international/mule.el (make-char): Remove redundancy.
3922
3923 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
3924 property may contain an anonymous function rather than a symbol.
3925
3926 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
3927
3928 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3929 Use shy regexp. Fix incorrect backref to potentially unmatched group.
3930
3931 * dirtrack.el (dirtrack-default-directory-function): Remove.
3932 (dirtrack-directory-function): Use file-name-as-directory.
3933 (dirtrack-windows-directory-function): Simplify.
3934 (dirtrack-forward-slash, dirtrack-backward-slash)
3935 (dirtrack-replace-slash): Remove.
3936 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
3937 (dirtrack): Fix wrong parenthesizing; use match-string.
3938
3939 * progmodes/octave-inf.el: Remove spurious * in docstrings.
3940 (inferior-octave-mode): Only change the buffer-local value of
3941 comint-dynamic-complete-functions.
3942 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
3943 Move the initialization to the declaration.
3944 (inferior-octave-complete): Remove unused var `filter'.
3945
3946 * shell.el (shell-mode): Only change the buffer-local value of
3947 comint-dynamic-complete-functions.
3948
3949 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
3950
3951 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
3952 entry is skipped because it has been scheduled.
3953 (org-prepare-agenda-buffers): Don't mark buffers as modified when
3954 changing `:org-archived' and `:org-comment' properties.
3955
3956 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
3957
3958 * server.el (server-select-display): Don't make the temp frame
3959 minibuffer-only, in case it's not a temp frame.
3960 (server-process-filter): Don't delete the temp frame if it's the
3961 only one we have on that display.
3962
3963 * files.el (find-alternate-file): Doc fix.
3964
3965 2006-07-05 Richard Stallman <rms@gnu.org>
3966
3967 * files.el (abbreviate-file-name): Add save-match-data.
3968
3969 2006-07-03 Richard Stallman <rms@gnu.org>
3970
3971 * faces.el (read-face-name): Doc fix.
3972
3973 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
3974
3975 * net/goto-addr.el (goto-address): Mark as safe for local evals.
3976
3977 2006-07-05 Andre Spiegel <spiegel@gnu.org>
3978
3979 * vc.el (vc-diff-internal): Fix prev change.
3980
3981 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
3982
3983 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
3984 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
3985
3986 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3987
3988 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
3989 fails if the symbol contains chars like ( or '.
3990 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
3991 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
3992 `short'.
3993
3994 2006-07-04 Kenichi Handa <handa@m17n.org>
3995
3996 * international/mule-cmds.el (set-language-info): If LANG-ENV is
3997 the current one, don't call set-language-environment, but call one
3998 of set-language-environment-XXX to make INFO effective now.
3999 (set-language-environment): Call set-language-environment-XXX
4000 functions instead of doing the various setups directly.
4001 (set-language-environment-coding-systems): Delete argument eol-type.
4002 (set-language-environment-input-method)
4003 (set-language-environment-nonascii-translation)
4004 (set-language-environment-charset)
4005 (set-language-environment-fontset)
4006 (set-language-environment-unibyte): New functions.
4007
4008 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
4009
4010 * locate.el (locate-update-when-revert): New option.
4011 (locate-update-path): New option (suggested by Michael Albinus).
4012 (locate-prompt-for-command): Whitespace change.
4013 (locate-update): No longer offer to update the locate database by
4014 default. Implement the two new options.
4015
4016 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
4017
4018 * tooltip.el: Move comment about track-mouse...
4019
4020 * progmodes/gud.el: ...to here.
4021
4022 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
4023
4024 * facemenu.el (facemenu-listed-faces): New var.
4025 (facemenu-unlisted-faces): Variable deleted.
4026 (facemenu-add-new-face): Use facemenu-listed-faces.
4027
4028 * emulation/viper-init.el, calendar/calendar.el:
4029 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
4030
4031 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
4032
4033 * textmodes/org.el (org-mode): Remove no invalid settings for
4034 calc embedded mode.
4035 (org-mode-p): New defsubst.
4036 (org-save-all-org-buffers): New function.
4037 (org-first-headline-recenter): Enclose outline-regexp in group
4038 delimiters.
4039 (org-set-tags): Keep single space after stars.
4040
4041 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4042
4043 * window.el (set-window-text-height): Only set window-min-height to
4044 1 if that's the requested size.
4045
4046 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
4047 (diff-unified->context, diff-context->unified)
4048 (diff-reverse-direction): Make sure the end marker stays at the end.
4049 (diff-mode): Add the keymap table at the end of docstring.
4050 Use lexical-let rather than constructing a closure manually.
4051
4052 * files.el (find-file-noselect-1): Remove unused var assignment.
4053 (hack-local-variables-confirm): Print lists of strings as lists of
4054 strings rather than lists of symbols.
4055 (abbreviate-file-name, hack-local-variables-prop-line):
4056 Use match-string.
4057 (hack-one-local-variable): Move `make-local-variable' nearer its use.
4058 (recover-session-finish): Use line-end-position.
4059
4060 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
4061
4062 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
4063
4064 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
4065
4066 * progmodes/make-mode.el (makefile-macroassign-regex):
4067 Accept preceding keyword.
4068 (makefile-gmake-statements): Reorganize, now that makepp has
4069 "override" and also handle forgotten "override define".
4070 (makefile-makepp-statements): Add new "global", "override export"
4071 and "override global".
4072
4073 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
4074
4075 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
4076 (ada-compile-mouse-goto-error, ada-deactivate-properties)
4077 (ada-no-auto-case): Fix typos in docstrings.
4078
4079 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
4080
4081 * info.el (Info-find-node-2): Search for makeinfo version more
4082 carefully.
4083
4084 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
4085
4086 * textmodes/org.el (org-prepare-agenda-buffers):
4087 Use `invisible-OK' argument for `org-end-of-subtree'.
4088 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
4089 (org-beginning-of-item): Fix bug in regular expression for white line.
4090 (org-export-as-html): Enforce space after bullet in plain list items.
4091 (org-set-autofill-regexps): Require space after plain list bullet
4092 for paragraph-start.
4093 (org-ts-regexp3): New constant.
4094 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
4095 (org-timestamp-up-day, org-timestamp-down-day)
4096 (org-timestamp-change): Work with inactive timestamps.
4097 (org-ts-regexp1): Don't allow brackets in time stamps.
4098
4099 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
4100
4101 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
4102 for ignoring links.
4103
4104 * faces.el (read-face-name): Use it.
4105
4106 2006-06-28 Juri Linkov <juri@jurta.org>
4107
4108 * buff-menu.el (list-buffers-noselect): Compare Info file
4109 with the string "dir" to detect Info directory.
4110
4111 * complete.el (partial-completion-mode): In lambda for
4112 `choose-completion-string-functions' use full function signature
4113 with 4 args, and move point to the end of the minibuffer only if arg
4114 `mini-p' is non-nil.
4115
4116 2006-06-28 John Paul Wallington <jpw@pobox.com>
4117
4118 * ibuffer.el (ibuffer-mode): Doc fix.
4119
4120 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
4121
4122 * textmodes/org.el (org-context): New contexts :item-bullet,
4123 :latex-fragment, :latex-preview.
4124 (org-overlays-at, org-overlay-start, org-overlay-end):
4125 New compatibility functions.
4126 (org-inside-LaTeX-fragment-p): More accurate matching, using the
4127 exact regexp that will be used during export.
4128 (org-latex-regexps): New variable.
4129 (org-cdlatex-mode): Improve advice for `texmathp'.
4130 (turn-on-org-cdlatex): New function.
4131
4132 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4133
4134 * term/mac-win.el (mac-handle-font-selection): Change keys of
4135 mac-atsu-font-table from strings to numbers.
4136 (mac-ts-caret-position): Use also when cursor-type is nil.
4137 (mac-ts-update-active-input-area): Add Mac OS Classic support.
4138 Relax condition for using overlay strings.
4139 Use mac-ts-caret-position face when cursor-type is nil.
4140
4141 2006-06-26 Kim F. Storm <storm@cua.dk>
4142
4143 * help.el (view-emacs-news): Declare `res' in the right let* form.
4144
4145 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
4146
4147 * net/rcompile.el (remote-compile): Replace ange-ftp based
4148 implementation by Tramp functions.
4149 Suggested by Marc Abramowitz <msabramo@gmail.com>.
4150
4151 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
4152
4153 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
4154
4155 * international/fontset.el (setup-default-fontset): Fix a typo in
4156 the "Oriya-Akruti" registry name.
4157
4158 2006-06-23 Lars Hansen <larsh@soem.dk>
4159
4160 * desktop.el (desktop-full-file-name): New function.
4161 (desktop-kill, desktop-save, desktop-remove, desktop-read)
4162 (desktop-revert): Use it.
4163 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
4164 (desktop-after-read-hook): Add option list-buffers.
4165 (desktop-locals-to-save): Add tab-width.
4166 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
4167 Fix docstring.
4168
4169 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
4170
4171 * textmodes/org.el (org-cdlatex-mode-map)
4172 (org-cdlatex-texmathp-advice-is-done): New variables.
4173 (org-cdlatex-mode): New minor mode.
4174 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
4175 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
4176 (org-export-with-archived-trees): New option.
4177 (org-open-file): Remove the call to `convert-standard-filename'.
4178 (org-archive-tag, org-agenda-skip-archived-trees)
4179 (org-cycle-open-archived-trees)
4180 (org-sparse-tree-open-archived-trees): New options.
4181 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
4182 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
4183 New functions.
4184 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
4185 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
4186 (org-mode-map): Add binding for `org-toggle-archive-tag'.
4187 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4188 Call `org-prepare-agenda-buffers'.
4189 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
4190 (org-file-apps, org-file-apps-defaults-gnu)
4191 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
4192 Handle remote files by forcing them to be opened in Emacs.
4193
4194 2006-06-23 Andre Spiegel <spiegel@gnu.org>
4195
4196 * vc.el (vc-diff-knows-L): New variable.
4197 (vc-diff-internal): Use it to handle "diff" programs that don't
4198 understand -L. This works automatically, no user action is necessary.
4199
4200 2006-06-23 Daniel Brockman <daniel@brockman.se>
4201
4202 * net/rcirc.el (rcirc-default-user-full-name): Default to
4203 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
4204 longer exists).
4205 (rcirc-process-list): Check `buffer-live-p' before attempting to
4206 switch to a buffer.
4207
4208 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
4209
4210 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
4211 based on rcirc-coding-system-alist.
4212
4213 2006-06-23 Martin Rudalics <rudalics@gmx.at>
4214
4215 * cus-edit.el (customize-apropos): A better error message.
4216 (top level) <debug-ignored-errors>: Extend and update the list of
4217 ignored error messages.
4218
4219 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
4220
4221 * complete.el (PC-do-completion): Retain capitalization of user
4222 input, when possible, even if completion-ignore-case is set.
4223
4224 2006-06-23 Eli Zaretskii <eliz@gnu.org>
4225
4226 * generic-x.el (bat-generic-mode): Support .cmd files.
4227
4228 * dos-w32.el (top level): Use find-file-not-found-functions
4229 instead of the obsolete find-file-not-found-hooks.
4230
4231 2006-06-22 Kim F. Storm <storm@cua.dk>
4232
4233 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
4234 to recognize mode name containing submodes, such as Grep/lw.
4235
4236 2006-06-21 Kim F. Storm <storm@cua.dk>
4237
4238 * simple.el (line-move-1): Check for move-end-of-line instead of
4239 end-of-line when setting temporary-goal-column.
4240
4241 2006-06-21 Miles Bader <miles@gnu.org>
4242
4243 * play/cookie1.el (cookie): Work properly when there's only one entry.
4244
4245 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
4246
4247 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
4248 (gdb-frame-handler): Generalize frame regexp for templates.
4249
4250 2006-06-20 Glenn Morris <rgm@gnu.org>
4251
4252 * calendar/appt.el (appt-display-format): Default value must be
4253 one of the customize options.
4254
4255 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
4256
4257 * term/xterm.el (terminal-init-xterm): Update key availability info.
4258 Bind C-return.
4259
4260 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
4261
4262 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
4263
4264 * files.el (hack-local-variables): Run `hack-local-variables-hook'
4265 whether or not a local variables list is defined.
4266
4267 * msb.el (msb): Move `sit-for' hack here to handle both
4268 "mouse-down and drag" and "mouse-up and select" situations.
4269 (mouse-select-buffer): Move `sit-for' hack to `msb'.
4270
4271 2006-06-20 Kenichi Handa <handa@m17n.org>
4272
4273 * international/characters.el (word-combining-categories):
4274 Add entries for 2-byte Han characters.
4275
4276 2006-06-19 Richard Stallman <rms@gnu.org>
4277
4278 * bindings.el (mode-line-format): Save some mode line space.
4279
4280 * files.el (find-file-noselect): Improve the question wording.
4281 (basic-save-buffer-2): Mask UMASK against 666.
4282
4283 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
4284 (mouse-drag-vertical-line): Call it.
4285
4286 * cus-edit.el (customize-option, customize-option-other-window):
4287 Error if SYMBOL is nil.
4288
4289 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
4290
4291 * textmodes/org.el: Require noutline, also on XEmacs.
4292 (org-end-of-subtree): Return point.
4293 (org-dblock-start-re, org-dblock-end-re): New constants.
4294 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
4295 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
4296 (org-update-all-dblocks, org-find-dblock): New functions.
4297 (org-collect-clock-time-entries): New function.
4298 (org-html-handle-time-stamps): Never export CLOCK timeranges.
4299 (org-fixup-indentation): Modify to deal correctly with lines
4300 starting with TAB. Only one argument DIFF now.
4301 (org-demote, org-promote): Call `org-fixup-indentation' with just
4302 one argument, DIFF.
4303 (org-mode): Don't mark buffer as modified when aligning tables.
4304 (org-clock-sum): Don't mark buffer modified when adding time sum
4305 properties.
4306 (org-export-as-html): Add support for a link validation function.
4307 (org-archive-all-done): New function.
4308 (org-archive-subtree): New prefix argument. When set, archive all
4309 done subtrees in this buffer.
4310 (org-remove-clock-overlays)
4311 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
4312 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
4313 (org-put-clock-overlay): Don't swallow last headline character
4314 when displaying overlay.
4315 (org-store-link): Link to `image-mode' with just the file name.
4316
4317 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
4318
4319 * viper-cmd.el (viper-special-read-and-insert-char):
4320 Use read-key-sequence.
4321 (viper-after-change-undo-hook): Misc enhancements.
4322 (viper-after-change-undo-hook): New hook.
4323 (viper-undo): Use viper-after-change-undo-hook.
4324 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
4325 (viper-next-line-at-bol): If point is on a widget or a button, simulate
4326 clicking on that widget/button.
4327
4328 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
4329
4330 * ediff-diff (ediff-test-patch-utility): Catch errors.
4331 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
4332 (ediff-set-actual-diff-options): New function.
4333 (ediff-reset-diff-options, ediff-toggle-ignore-case):
4334 Use ediff-set-actual-diff-options.
4335 (ediff-extract-diffs): Catch errors.
4336 (ediff-whitespace): Add non-breakable space.
4337 (ediff-same-file-contents): Catch errors.
4338
4339 * ediff-mult.el (ediff-collect-custom-diffs):
4340 Save coding-system-for-read.
4341
4342 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
4343 (ediff-vc-internal, ediff-vc-merge-internal):
4344 Use ediff-delete-version-file.
4345 (ediff-delete-version-file): New function.
4346
4347 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
4348
4349 * ediff.el (ediff-directories, ediff-directory-revisions)
4350 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
4351 (ediff-directories-internal, ediff-merge-directory-revisions)
4352 (ediff-merge-directory-revisions-with-ancestor)
4353 (ediff-directories3): Use read-directory-name.
4354
4355 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
4356
4357 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
4358 Remove superfluous part of regexp for brace matching which is handled
4359 by `scan-lists' call.
4360
4361 2006-06-16 Richard Stallman <rms@gnu.org>
4362
4363 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
4364
4365 * files.el (basic-save-buffer-2): For a new precious file,
4366 use the default modes in the return value.
4367
4368 * facemenu.el (facemenu-color-alist): Doc fix.
4369
4370 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
4371
4372 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4373
4374 * cus-start.el (all): Add mac-ts-script-language-on-focus.
4375
4376 * term/mac-win.el (mac-text-encoding-ascii): New constant.
4377 (mac-utxt-to-string): Use it.
4378 (mac-ts-update-active-input-area): Use mac-ae-number.
4379
4380 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
4381
4382 * term.el (term-handle-scroll, term-delete-lines)
4383 (term-insert-lines): Fix off by one errors.
4384
4385 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
4386
4387 * net/tramp.el (tramp-touch): Use UTC to express time.
4388
4389 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
4390
4391 * mail/sendmail.el (mail-send): Search explicitly for
4392 mail-header-separator when checking for corrupted header lines.
4393
4394 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
4395
4396 * progmodes/gdb-ui.el (gdb-same-frame): New option.
4397 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
4398 (gdb-init-1): Initialise them.
4399 (gdb-starting): Reset gdb-printing
4400 (gdb-starting): Save value of gud-overlay-arrow-position.
4401 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
4402 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
4403 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
4404 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
4405
4406 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4407
4408 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
4409
4410 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
4411
4412 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
4413 (ldap-search-internal): Keep error messages, and a regexp fix.
4414
4415 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
4416
4417 * files.el (hack-local-variables-confirm):
4418 Display string value using its printed representation.
4419
4420 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
4421
4422 * server.el (server-edit): No-op if no server buffers exist.
4423
4424 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
4425
4426 * textmodes/page-ext.el (pages-directory-for-addresses):
4427 Including `pages-directory-address-mode' in the function results
4428 in the message "Buffer in which pages were found is deleted".
4429
4430 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
4431
4432 * textmodes/org.el (org-agenda-mode-map): Add bindings for
4433 clocking functions.
4434
4435 (org-agenda-clock-in, org-check-running-clock)
4436 (org-clock-out-if-current, org-remove-clock-overlays)
4437 (org-put-clock-overlay): New functions.
4438 (org-clock-marker, org-clock-file-total-minutes)
4439 (org-clock-overlays): New variables.
4440 (org-clock-display, org-clock-sum, org-clock-cancel)
4441 (org-clock-out, org-clock-in): New commands.
4442 (org-export): New function.
4443 (org-emph-re): New constant.
4444 (org-set-emph-re, org-do-emphasis-faces): New functions.
4445 (org-emphasis-regexp-components, org-emphasis-alist): New options.
4446 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
4447 (org-export-html-convert-emphasize): Use the configurable emphasis.
4448 (org-cleaned-string-for-export): Make multiline emphasis visible
4449 to the exporter. New optional argument PARAMETERS.
4450 (org-export-as-html): Specify :emph-multiline parameter to
4451 `org-cleaned-string-for-export'.
4452
4453 2006-06-10 Richard Stallman <rms@gnu.org>
4454
4455 * help.el (help-for-help-internal): Clean up help text.
4456
4457 2006-06-10 Andreas Schwab <schwab@suse.de>
4458
4459 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
4460 in doc string.
4461
4462 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
4463
4464 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
4465
4466 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
4467 spaces after the comment start.
4468
4469 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4470
4471 * play/pong.el (pong-init-buffer):
4472 Fill buffer with spaces instead of ^A.
4473
4474 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
4475 launched asynchronously, delete its process instead of being cool.
4476 (ispell-async-processp): Check for `delete-process' existence
4477 instead of `kill-process' one for consistency.
4478
4479 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
4480
4481 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
4482 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
4483 in mode line at startup.
4484
4485 2006-06-08 Kim F. Storm <storm@cua.dk>
4486
4487 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
4488 (ido-init-completion-maps): Bind them to M-SPC and M-v.
4489 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
4490 (ido-file-internal): Pass full file name to write-file.
4491 (ido-read-internal): Only pop stack elements automatically if they
4492 actually match an existing directory or file name.
4493
4494 2006-06-07 Kenichi Handa <handa@m17n.org>
4495
4496 * international/mule.el (find-auto-coding): Don't handle the short
4497 name `char-trans'.
4498
4499 * files.el (hack-local-variables-prop-line)
4500 (hack-local-variables): Cancel the previous change.
4501
4502 2006-06-06 Jesper Harder <harder@phys.au.dk>
4503
4504 * ediff-diff.el (ediff-test-utility): Protect against file-error.
4505
4506 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
4507
4508 * diff-mode.el (diff-mode): Set buffer-read-only to t when
4509 diff-default-read-only is non-nil.
4510 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
4511 (diff-refine-hunk): Set inhibit-read-only to t.
4512
4513 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
4514 modifying the *Diff* buffer.
4515 (diff-process-filter): New filter function for diff process that
4516 sets inhibit-read-only to t when modifying the *Diff* buffer.
4517
4518 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
4519
4520 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
4521 insertion point and control the number of empty lines.
4522 (org-paste-subtree): Limit the number of empty lines at the end of
4523 the inserted tree.
4524 (org-agenda): Use buffer name of current file for narrowing.
4525 (org-export-as-xml): Command removed.
4526 (org-export-xml-type): Option removed.
4527 (org-mode-map): Call `org-export-as-xoxo' directly.
4528 (org-get-indentation): New optional argument LINE.
4529 (org-fix-indentation, org-remove-tabs): New functions.
4530 (org-export-as-ascii, org-ascii-level-start): Determine and apply
4531 correct indentation for headlines that are converted it items.
4532 (org-skip-comments): Remove table lines that contain narrowing
4533 cookies but no other non-empty fields.
4534 (org-set-tags): Allow groups of mutually exclusive tags.
4535 (org-cmp-time): Sort 24:21 before items without time.
4536 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
4537 (org-open-at-point): Require double colon also for numbers.
4538
4539 2006-06-06 Kim F. Storm <storm@cua.dk>
4540
4541 * ido.el (ido-default-file-method, ido-default-buffer-method):
4542 Make choice values consistent with corresponding command names.
4543 (ido-visit-buffer): Update accordingly. Default to selected-window.
4544
4545 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
4546
4547 * progmodes/gud.el (gud-running): Fix doc string.
4548 (gud-menu-map): Use :visible instead fo :enable for debugger test.
4549 (gud-tooltip-modes): Add python-mode.
4550 (gud-tooltip-print-command): Add pdb. Remove perldb.
4551
4552 2006-06-05 Eli Zaretskii <eliz@gnu.org>
4553
4554 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
4555 Quote $(EMACS).
4556
4557 2006-06-05 Richard Stallman <rms@gnu.org>
4558
4559 * faces.el (defined-colors): Doc fix.
4560
4561 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
4562
4563 * vc.el (vc-process-filter): Inhibit undo info collection around
4564 call to insert.
4565 (vc-setup-buffer): Likewise for call to erase-buffer.
4566 (vc-do-command): Likewise for call to process-file.
4567
4568 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
4569
4570 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
4571 for gud-go.
4572 (gud-common-init): Other debuggers may trigger error.
4573
4574 2006-06-05 Kenichi Handa <handa@m17n.org>
4575
4576 * international/mule.el (find-auto-coding):
4577 Handle enable-character-translation in file header.
4578
4579 2006-06-04 Kim F. Storm <storm@cua.dk>
4580
4581 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
4582 (authors-fixed-entries): Fix spelling.
4583 (authors-canonical-file-name): Don't report error for wildcards.
4584
4585 * help.el (view-emacs-news): Rewrite to support new NEWS,
4586 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
4587 e.g. version 10 matches 1.10, and don't be confused by version 1.1
4588 being a prefix of 1.12 (etc). A numeric prefix arg also works.
4589
4590 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
4591
4592 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
4593 exec constructs like `foo bar`.
4594 (sh-quoted-subshell): New helper function to search for a possibly
4595 nested subshell (like `` or $()) within a "" quoted string.
4596 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
4597 (sh-apply-quoted-subshell): Flag quote characters inside a
4598 subshell, which is itself already in a quoted region, as
4599 punctuation, since this is the closest to what they actually are.
4600 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
4601 sh-apply-quoted-subshell.
4602 (sh-font-lock-syntactic-face-function): Apply the new face for
4603 text inside `` instead of the old font-lock-string-face.
4604
4605 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4606
4607 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
4608 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
4609 (mac-bytes-to-text-range, mac-ae-text-range-array)
4610 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
4611 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
4612 (mac-ts-unicode-for-key-event): New functions.
4613 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
4614 (mac-handle-font-selection): Use mac-ae-number.
4615 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
4616 New variables.
4617 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
4618 (mac-ts-converted-text, mac-ts-selected-converted-text)
4619 (mac-ts-block-fill-text, mac-ts-outline-text)
4620 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
4621 (mac-ts-hilite-style-faces): New constant.
4622 (mac-apple-event-map): Bind text input events.
4623 (mac-dispatch-apple-event): Use command-execute instead of
4624 call-interactively.
4625 (global-map): Don't bind mac-apple-event.
4626 (special-event-map): Bind mac-apple-event.
4627
4628 2006-06-02 Eli Zaretskii <eliz@gnu.org>
4629
4630 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
4631 file name.
4632 (emacs): Enclose the value of $(EMACS) in quotes.
4633
4634 2006-06-02 Juri Linkov <juri@jurta.org>
4635
4636 * international/mule.el (sgml-html-meta-auto-coding-function):
4637 Remove the condition `(search-forward "<html" size t)'.
4638 Replace `\"' with `[\"']?' in `re-search-forward'.
4639
4640 2006-06-02 Kenichi Handa <handa@m17n.org>
4641
4642 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
4643 as well as `coding'.
4644 (hack-local-variables): Likewise.
4645
4646 * international/mule.el (enable-character-translation):
4647 Put permanent-local and safe-local-variable properties.
4648 (find-auto-coding): Handle char-trans: tag.
4649
4650 2006-06-02 Juri Linkov <juri@jurta.org>
4651
4652 * international/mule.el (sgml-html-meta-auto-coding-function):
4653 Limit the search by the end of the HTML header (if any).
4654
4655 2006-06-01 Richard Stallman <rms@gnu.org>
4656
4657 * subr.el (with-current-buffer): Doc fix.
4658
4659 2006-06-02 Masatake YAMATO <jet@gyve.org>
4660
4661 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
4662 Almost rewrite. Underlines over all lines of gcov output are too
4663 uncomfortable to read. Suggested by Dan Nicolaescu.
4664
4665 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
4666
4667 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
4668
4669 * shell.el (shell-mode): Use shell-mode-map in docstring.
4670
4671 * comint.el (comint-send-input): Do not add help-echo and
4672 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
4673
4674 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4675
4676 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
4677
4678 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
4679
4680 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
4681 (gdb-stopped, gdb-info-stack-custom): If there is no source info
4682 look up the stack and pop up GUD buffer if necessary.
4683 (gdb-frames-select): Remove redundant call to gud-display-frame.
4684 (gdb-info-threads-custom): Keep point at start of buffer.
4685 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
4686
4687 2006-05-31 Juri Linkov <juri@jurta.org>
4688
4689 * replace.el (query-replace-read-from, query-replace-read-to):
4690 Bind `history-add-new-input' to nil. Call `add-to-history'.
4691
4692 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
4693
4694 * textmodes/table.el: Convert all HTML tags to lower case for
4695 XHTML compatibility.
4696
4697 2006-05-31 Masatake YAMATO <jet@gyve.org>
4698
4699 * progmodes/compile.el:
4700 (compilation-error-regexp-alist-alist::gcov-called-line):
4701 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
4702
4703 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
4704
4705 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
4706 Revert inadvertent changes made with last commit.
4707
4708 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
4709
4710 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
4711 New functions.
4712
4713 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
4714
4715 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
4716
4717 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
4718 only matches in the right place.
4719 (org-upcoming-deadline): New face.
4720 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
4721 (org-export-ascii-underline): Rename constant `org-ascii-underline'
4722 and make it an option.
4723 (org-export-ascii-bullets): New option.
4724 (org-export-as-html): Many changes to emit valid XHTML.
4725 (org-par-open): New variable.
4726 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
4727 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
4728 (org-timeline): Pass `org-timeline-show-empty-dates' to
4729 `org-get-all-dates'. Interpret empty dates returned by
4730 `org-get-all-dates'.
4731 (org-get-all-dates): New argument EMPTY. Add dates without
4732 entries to the list, mark large ranges of empty dates.
4733 (org-point-in-group, org-context): New functions.
4734
4735 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
4736
4737 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
4738
4739 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
4740 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
4741 to C-mouse-3 (for 2 button mice).
4742 (gdb-send): Do the right thing for C-d.
4743
4744 * speedbar.el (speedbar-detach): Delete.
4745 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
4746 it breaks things.
4747 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
4748
4749 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
4750
4751 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
4752 Makeppfile.
4753
4754 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4755 Add makepp diagnostic.
4756
4757 2006-05-29 Richard Stallman <rms@gnu.org>
4758
4759 * window.el (fit-window-to-buffer): Doc fix.
4760
4761 * help.el (temp-buffer-max-height): Doc fix.
4762
4763 * subr.el (with-current-buffer): Doc fix.
4764
4765 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4766
4767 * term/x-win.el: Bind F10 to menu-bar-start if available.
4768
4769 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
4770
4771 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
4772 uses with a simple test.
4773 (term-set-escape-char, term-mode, term-check-kill-echo-list)
4774 (term-send-raw-string, term-send-raw, term-mouse-paste)
4775 (term-char-mode, term-line-mode, term-exec, term-sentinel)
4776 (term-handle-exit, term-read-input-ring)
4777 (term-previous-matching-input-string)
4778 (term-previous-matching-input-string-position)
4779 (term-previous-matching-input-from-input)
4780 (term-replace-by-expanded-history, term-send-input)
4781 (term-skip-prompt, term-bol, term-send-invisible)
4782 (term-kill-input, term-delchar-or-maybe-eof)
4783 (term-backward-matching-input, term-check-source)
4784 (term-proc-query, term-emulate-terminal)
4785 (term-handle-colors-array, term-process-pager, term-pager-line)
4786 (term-pager-bob, term-unwrap-line, term-word)
4787 (term-dynamic-complete-filename)
4788 (term-dynamic-complete-as-filename)
4789 (term-dynamic-simple-complete): Replace one arm ifs with whens or
4790 unlesses.
4791
4792 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4793
4794 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
4795 during bootstrapping.
4796
4797 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
4798 Basically undo the change of 2006-05-26: use extra arguments instead of
4799 dynamic scoping.
4800 (ewoc-locate): Remove unused var `footer'.
4801
4802 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4803
4804 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
4805
4806 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
4807 (generate-file-autoloads): Obey it. Return whether autoloads were
4808 added at point or not.
4809 (update-file-autoloads): Use this new return value.
4810 Remove redundant test for the presence of an autoload cookie.
4811
4812 * emacs-lisp/autoload.el (autoload-find-file): New fun.
4813 This one calls hack-local-variables.
4814 (generate-file-autoloads, update-file-autoloads): Use it.
4815
4816 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
4817 (bibtex-sort-entry-class): Add safe-local-variable predicate.
4818 (bibtex-sort-entry-class-alist): Don't set the global value.
4819 (bibtex-init-sort-entry-class-alist): New fun.
4820 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
4821 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
4822 of bibtex-init-sort-entry-class.
4823
4824 2006-05-28 Richard Stallman <rms@gnu.org>
4825
4826 * subr.el (load-history-regexp): If FILE is relative, insist
4827 entire last name component must match it.
4828 (load-history-filename-element, load-history-regexp): Doc fixes.
4829
4830 2006-05-29 Kim F. Storm <storm@cua.dk>
4831
4832 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
4833 `pos' and `raw-data' for clarity, as eval forms may access these.
4834
4835 2006-05-28 Kim F. Storm <storm@cua.dk>
4836
4837 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
4838
4839 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4840
4841 * progmodes/make-mode.el (makefile-browser-map)
4842 (makefile-mode-syntax-table): Move initialization inside declaration.
4843 (makefile-fill-paragraph): Use the default comment-filling code.
4844
4845 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
4846
4847 * replace.el (query-replace-defaults): New variable.
4848 (query-replace-read-from): Use `query-replace-defaults' for
4849 default value, instead of history list.
4850 (query-replace-read-to): Update `query-replace-defaults'.
4851
4852 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
4853
4854 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
4855 with no X toolkit.
4856
4857 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
4858
4859 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
4860 (tumme-show-all-from-dir): Add autoload.
4861
4862 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
4863
4864 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
4865 (tumme-remove-tag): Fix bug.
4866
4867 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4868
4869 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
4870 FOOTER args. Update unique caller.
4871 (ewoc-delete): Compute last node once before looping.
4872 (ewoc--node-branch): Merge into unique caller.
4873 (ewoc--node): Don't define constructor make-ewoc--node for this
4874 structure.
4875 (ewoc): Add member `hf-pp' to this structure.
4876 (ewoc--wrap): New func.
4877 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
4878 header/footer pretty-printers. Save header/footer pretty-printer.
4879 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
4880
4881 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
4882
4883 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
4884
4885 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
4886 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
4887 Tag'. Change "Compare directories..." to "Change Directories...".
4888 Move tumme commands to Operate, Regexp and Immediate menus.
4889 Change "Add Comment" to "Add Image Comment". Change "Add Image
4890 Tag" to "Add Image Tags".
4891
4892 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
4893 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
4894 `tumme-delete-tag'.
4895
4896 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
4897
4898 * shell.el (shell-mode): Call shell-dirtrack-mode after
4899 list-buffers-directory is made a local variable, to avoid setting
4900 the default value.
4901
4902 2006-05-26 Kevin Ryde <user42@zip.com.au>
4903
4904 * info.el (Info-index-next): Use where-is-internal to report
4905 actual binding of Info-index-next, rather than hard-coded `,'.
4906
4907 2006-05-26 Eli Zaretskii <eliz@gnu.org>
4908
4909 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
4910 and "Find Command in Manual" to here.
4911
4912 * buff-menu.el (list-buffers-noselect): For Info buffers, use
4913 Info-current-file as the file name.
4914
4915 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
4916
4917 * ses.el (defadvice undo-more): Delete this defadvice. The undo
4918 overrides will now be done a different way.
4919 (ses-set-parameter): Reapply this function for undo.
4920 (ses-set-header-row): Reconstruct header row during undo.
4921 (ses-widen): New function.
4922 (ses-goto-data, ses-reconstruct-all): Use new function.
4923 (ses-command-hook): Widen buffer during undo, before unupdating
4924 the cells.
4925 (ses-insert-row, ses-delete-row): Widen buffer during undo.
4926 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
4927 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
4928 formula hasn't been executed yet.
4929
4930 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4931
4932 * comint.el (comint-kill-whole-line): Rename arg to count.
4933 Fix doc string.
4934
4935 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
4936
4937 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
4938 to copy-file.
4939
4940 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4941
4942 * simple.el (toggle-truncate-lines): Make arg optional for
4943 backward compatibility.
4944
4945 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
4946
4947 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
4948 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
4949 DLL arg. Instead, use ewoc--current-dll. Update all callers.
4950 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
4951 (ewoc--adjust): Use ewoc--current-dll.
4952 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
4953
4954 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
4955
4956 * textmodes/org.el (org-next-item, org-previous-item): Emit more
4957 compact error message.
4958 (org-tags-view): Refresh category table in each file.
4959 (org-table-justify-field-maybe): Remove superfluous arguments to
4960 `format'.
4961 (org-export-as-html): Insert "<p>" before postamble.
4962 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
4963
4964 2006-05-26 Kenichi Handa <handa@m17n.org>
4965
4966 * textmodes/po.el (po-find-charset): Pay attention to the case
4967 FILENAME is a cons (NAME . BUFFER).
4968 (po-find-file-coding-system-guts): Likewise.
4969
4970 * arc-mode.el (archive-set-buffer-as-visiting-file):
4971 Call find-operation-coding-system with (FILENAME . BUFFER).
4972
4973 * tar-mode.el (tar-extract): Call find-operation-coding-system
4974 with (FILENAME . BUFFER).
4975
4976 * international/mule.el (decode-coding-inserted-region):
4977 Call find-operation-coding-system with (FILENAME . BUFFER).
4978
4979 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
4980
4981 * image-mode.el (image-toggle-display): Use buffer contents to
4982 generate image for a remote file.
4983
4984 2006-05-25 Juri Linkov <juri@jurta.org>
4985
4986 * replace.el (query-replace-read-from, query-replace-read-to):
4987 Remove 8th arg KEEP-ALL in read-from-minibuffer.
4988
4989 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
4990
4991 * whitespace.el (whitespace-cleanup): Change to cleanup
4992 region if one is active.
4993 * whitespace.el (whitespace-cleanup-internal): New internal method.
4994
4995 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
4996
4997 * dired.el (dired-mode-map): Add help-echo strings to tumme
4998 commands. Bind `tumme-dired-display-image' to C-t i.
4999
5000 * tumme.el (tumme-display-image): Change documentation string slightly.
5001 (tumme-dired-display-image): Add call to `display-buffer'.
5002
5003 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5004
5005 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
5006 Signal error if RAW-DATA is a multibyte string.
5007
5008 2006-05-24 Richard Stallman <rms@gnu.org>
5009
5010 * subr.el (with-local-quit): When handling `quit' signal,
5011 make a chance for quit-flag to cause a quit.
5012
5013 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
5014 (ad-disable-advice): Add autoloads.
5015
5016 * subr.el (read-passwd): Copy PROMPT before changing its properties.
5017
5018 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
5019
5020 * dired.el (dired-mode-map): Change menu items for tumme as per
5021 suggestions in emacs-devel.
5022
5023 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
5024
5025 * dired.el (dired-mode-map): Fix breakage.
5026
5027 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
5028
5029 * tumme.el (tumme-display-dired-image): Rename to...
5030 (tumme-dired-display-image): ...this.
5031 (tumme-track-movement): Change default value to t.
5032 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
5033 used from `tumme-next-line-and-display' and similar commands.
5034
5035 * dired.el (dired-mode-map): Add Thumbnail submenu under the
5036 Immediate menu. Add some tumme commands there.
5037
5038 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
5039
5040 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
5041
5042 2006-05-24 Chong Yidong <cyd@mit.edu>
5043
5044 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
5045 menu entries that open submenus.
5046
5047 2006-05-24 Alan Mackenzie <acm@muc.de>
5048
5049 * startup.el (command-line): For names of preloaded files, don't
5050 append ".elc" (now done in Fload), and call file-truename on the
5051 lisp directory.
5052
5053 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
5054 match ANY loaded file with the right name, not just those in
5055 load-path. Put a regexp matching the file name into
5056 after-load-alist, rather than the name itself.
5057
5058 * subr.el: New functions load-history-regexp,
5059 load-history-filename-element, do-after-load-evaluation.
5060
5061 * international/mule.el (load-with-code-conversion): Do the
5062 eval-after-load stuff by calling do-after-load-evaluation.
5063
5064 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
5065
5066 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
5067 has not been killed.
5068
5069 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5070
5071 * term/mac-win.el: Set idle timer to clean up expired Apple events.
5072 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
5073 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
5074 Optionally set error message in reply.
5075
5076 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
5077
5078 * textmodes/org.el (org-open-at-point): Use renamed variable
5079 `org-confirm-shell-link-function'.
5080 (org-confirm-shell-link-function): Rename from
5081 `org-confirm-shell-links'.
5082 (org-export-directory): New function.
5083 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
5084 (org-export-icalendar): Use `org-export-directory'.
5085 (org-indent-item): Keep cursor position.
5086 (org-link-file-path-type): New option.
5087 (org-export-as-html): Fix bug with plain lists starting in
5088 column 0.
5089 (org-export-as-html): Remove deadline formatting, this happens
5090 now already in `org-html-handle-time-stamps'.
5091 (org-export-html-style): Deadline class removed.
5092 (org-insert-labeled-timestamps-at-point): New option.
5093 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
5094 of `hide-sublevels 1', in case the first headline is not level 1.
5095 (org-overview, org-content): New fuction.
5096 (org-cycle-global-status, org-cycle-subtree-status): Make these
5097 variables buffer-local.
5098 (org-global-cycle): New command.
5099 (org-shifttab): Use `org-global-cycle'.
5100 (org-insert-heading, org-insert-item): Go to end of new
5101 headline/item after creating it.
5102 (org-export-visible): Rename from `org-export-copy-visible'.
5103 Now creates a temporary org-file and applies an exporting command
5104 to it.
5105 (org-table-eval-formula): Support for lisp forms.
5106 (org-agenda-todo-ignore-scheduled): New option.
5107 (org-agenda-get-todos): Use new option
5108 `org-agenda-todo-ignore-scheduled'.
5109 (org-export-html-inline-images): New value `maybe'.
5110 (org-export-as-html): Inlining of images dependent on link description.
5111 (org-archive-subtree): Check for end-of-buffer before trying
5112 `kill-line'.
5113 (org-agenda-follow-mode): New option.
5114 (org-export-with-tags, org-export-with-timestamps): New options.
5115 (org-html-handle-time-stamps): New function.
5116 (org-keyword-time-regexp): New variable.
5117 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
5118 (org-agenda-todo-list-sublevels): New option.
5119 (org-html-level-start): When TITLE is nil, just close all levels.
5120 (org-parse-key-lines, org-parse-export-options): Remove functions,
5121 replaced by `org-infile-export-plist'.
5122 (org-combine-plists, org-infile-export-plist)
5123 (org-default-export-plist): New functions.
5124 (org-export-html-preamble, org-export-html-postamble)
5125 (org-export-html-auto-preamble, org-export-html-auto-postamble):
5126 New variables.
5127 (org-export-publishing-directory): New option.
5128 (org-export-as-html, org-export-as-ascii): Use the new property
5129 lists for settings.
5130 (org-export-copy-visible, org-export-as-xoxo):
5131 Respect `org-export-publishing-directory'.
5132 (org-link-search, org-store-link, org-file-apps): Support for
5133 links to BibTeX database entries..
5134 (org-get-current-options, org-set-regexps-and-options):
5135 Implement logging as a startup option.
5136 (org-store-link): Make sure context string is never empty
5137 (org-insert-link): Use relative path when possible.
5138 (org-at-item-checklet-p): New function.
5139 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
5140 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
5141 (org-metaright, org-metaup, org-metadown, org-shiftup)
5142 (org-shiftdown, org-shiftright, org-shiftleft)
5143 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
5144 Dispatch using `call-interactively'.
5145 (org-call-with-arg): New defsubst.
5146 (org-tag-alist, org-use-fast-tag-selection): New options.
5147 (org-complete): Use `org-tag-alist'.
5148 (org-fast-tag-insert, org-fast-tag-selection): New functions.
5149 (org-next-item, org-previous-item): New commands.
5150 (org-beginning-of-item, org-end-of-item): Add (interactive) to
5151 make command.
5152 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
5153
5154 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
5155
5156 * emacs-lisp/ewoc.el (ewoc-delete): New function.
5157 (ewoc-filter): Use `ewoc-delete'.
5158
5159 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
5160
5161 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5162
5163 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
5164 Signal more user-friendly error messages.
5165
5166 * complete.el (PC-do-completion): Undo the addition of implicit
5167 wildcards if they did not lead to finding any match.
5168 (read-file-name-internal): Don't add the final > if the completion is
5169 not finished.
5170
5171 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5172
5173 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
5174 Quote safe-local-variable predicate.
5175
5176 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
5177
5178 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
5179
5180 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5181
5182 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
5183
5184 * progmodes/make-mode.el (makefile-special-targets-list)
5185 (makefile-macro-table, makefile-target-table): Mark as risky.
5186 (makefile-query-one-target-method): Make this the alias for the
5187 following variable.
5188 (makefile-query-one-target-method-function): Make this the real name.
5189
5190 * textmodes/artist.el (artist-text-renderer): Make this the alias
5191 for the following variable.
5192 (artist-text-renderer-function): Make this the real name.
5193
5194 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
5195 the alias for the following variable.
5196 (flyspell-generic-check-word-predicate): Make this the real name.
5197
5198 * textmodes/ispell.el (ispell-format-word): Make this the alias
5199 for the following variable.
5200 (ispell-format-word-function): Make this the real name.
5201 (ispell-message-text-end): Mark as risky.
5202
5203 * skeleton.el (skeleton-transformation, skeleton-filter)
5204 (skeleton-pair-filter): Make these the aliases for the following
5205 variables.
5206 (skeleton-transformation-function, skeleton-filter-function)
5207 (skeleton-pair-filter-function): Make these the real names.
5208
5209 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
5210 and skeleton-pair-filter-function.
5211
5212 * textmodes/sgml-mode.el (sgml-transformation): Make this the
5213 alias for the following variable.
5214 (sgml-transformation-function): Make this the real name.
5215 (sgml-tag-alist): Mark as risky.
5216
5217 2006-05-21 Richard Stallman <rms@gnu.org>
5218
5219 * simple.el (kill-region): Interactively, pass point, then mark.
5220
5221 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
5222
5223 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
5224
5225 2006-05-21 Romain Francoise <romain@orebokech.com>
5226
5227 * dired-x.el (dired-mode-map): Don't bind M-g.
5228
5229 2006-05-20 Richard Stallman <rms@gnu.org>
5230
5231 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
5232 (dired-goto-file): Doc fix.
5233
5234 2006-05-21 Kim F. Storm <storm@cua.dk>
5235
5236 * emulation/cua-base.el: Mention customizing cua-mode as alternative
5237 way to enable built-in cua-mode if user loads older CUA-mode package.
5238
5239 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
5240 if default-filename is specified.
5241
5242 2006-05-20 Eli Zaretskii <eliz@gnu.org>
5243
5244 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
5245
5246 * info.el (info-apropos): Make sure current-file and current-node
5247 have non-nil values. Speed up by using add-to-list instead of
5248 manual consing.
5249
5250 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5251
5252 * progmodes/make-mode.el (makefile-mode): Doc fix.
5253
5254 2006-05-20 Eli Zaretskii <eliz@gnu.org>
5255
5256 * dired-aux.el (dired-do-shell-command): Doc fix.
5257
5258 2006-05-20 Kevin Ryde <user42@zip.com.au>
5259
5260 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
5261 ``(custom-manual :tag "Foo" "(foo)Node")''.
5262
5263 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
5264
5265 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
5266 value is an integer.
5267
5268 2006-05-20 Eli Zaretskii <eliz@gnu.org>
5269
5270 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
5271 "format".
5272 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
5273
5274 2006-05-20 Martin Rudalics <rudalics@gmx.at>
5275
5276 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
5277 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
5278
5279 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5280
5281 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
5282 regexp for keywords.
5283
5284 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
5285
5286 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
5287 replace-regexp-in-string.
5288
5289 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
5290 encode, and escape file name on conversion to URL.
5291
5292 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5293
5294 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
5295 Don't unescape URL.
5296 (dnd-get-local-file-name): Unescape URL on conversion to file name.
5297
5298 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
5299 on conversion to URLs.
5300
5301 * net/browse-url.el (browse-url-file-url): Encode file name on
5302 conversion to URL.
5303
5304 * term/mac-win.el (mac-ae-open-documents): Escape file name on
5305 conversion to URL.
5306
5307 2006-05-19 Eli Zaretskii <eliz@gnu.org>
5308
5309 * progmodes/cc-styles.el (c-style-alist): Doc fix.
5310
5311 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5312
5313 * term/mac-win.el (mac-bytes-to-digits): Remove function.
5314 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
5315
5316 2006-05-19 Glenn Morris <rgm@gnu.org>
5317
5318 * calendar/diary-lib.el (diary-bahai-date)
5319 (list-bahai-diary-entries, mark-bahai-diary-entries)
5320 (mark-bahai-calendar-date-pattern): Not interactive.
5321 (add-to-diary-list): New optional arg LITERAL. Doc fix.
5322 (diary-entries-list): Change format of 4th element in each entry.
5323 (diary-list-entries): Use add-to-diary-list.
5324 (diary-goto-entry): Handle the case where the buffer visiting the
5325 diary has been killed.
5326 (fancy-diary-display): Add 'locator to button rather than 'marker.
5327 Only generate temp-face when there are marks to apply.
5328 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
5329 (diary-fancy-date-pattern): New variable.
5330 (diary-time-regexp): Doc fix.
5331 (diary-anniversary, diary-time): New faces.
5332 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
5333 diary-time-regexp. Add font-lock-multiline property where needed.
5334 Use new faces diary-anniversary and diary-time.
5335 (diary-fancy-font-lock-fontify-region-function): New function, to
5336 handle multiline font-lock pattern in fancy diary.
5337 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
5338 (diary-font-lock-keywords): Tweak time regexp. Use new face
5339 diary-time.
5340
5341 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
5342
5343 * international/code-pages.el (mik): Table corrected.
5344
5345 2006-05-18 Kim F. Storm <storm@cua.dk>
5346
5347 * progmodes/grep.el (grep-find): Don't check grep-find-command
5348 before running command (breaks non-interactive usage).
5349
5350 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
5351
5352 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
5353 (ewoc--insert-new-node): Don't insert trailing newline.
5354 Instead, adjust successor nodes's start markers.
5355 (ewoc--refresh-node): Delete all text from current node's start
5356 marker to the next one's; adjust successor nodes's start markers.
5357 (ewoc--create): Doc fixes.
5358 (ewoc--refresh): Don't insert newline.
5359 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
5360 * pcvs.el (cvs-make-cvs-buffer):
5361 Specify extra newline for ewoc's header and footer.
5362 (cvs-update-header): Update initial header recognition.
5363 Append newline to final header and footer values.
5364 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
5365
5366 2006-05-17 Richard Stallman <rms@gnu.org>
5367
5368 * files.el (file-name-extension): Doc fix.
5369
5370 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5371
5372 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
5373 we can explicitly enable/disable rather than toggle.
5374 (shell-mode): Use it.
5375 (shell-cd): Don't try to reproduce what `cd' does.
5376
5377 2006-05-17 Kim F. Storm <storm@cua.dk>
5378
5379 * ido.el (ido-read-internal): Use only nondirectory part of
5380 default item.
5381
5382 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
5383
5384 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
5385 (ewoc-nth): Doc fix.
5386
5387 (ewoc-map, ewoc-invalidate): Compute PP before looping.
5388
5389 2006-05-16 Eli Zaretskii <eliz@gnu.org>
5390
5391 * international/mule.el (auto-coding-alist): Add .lha to files
5392 read with no-conversion.
5393
5394 * files.el (auto-mode-alist): Add .lha files to archive file
5395 extensions.
5396
5397 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
5398 Convert csize to integer when computing offsets within the
5399 compressed archive file.
5400
5401 2006-05-16 Kim F. Storm <storm@cua.dk>
5402
5403 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
5404 with read-from-minibuffer.
5405
5406 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
5407
5408 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
5409 (byte-compile-warnings): Fix safe-local-variable property.
5410
5411 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
5412
5413 * allout.el (allout-show-bodies, allout-old-style-prefixes)
5414 (allout-stylish-prefixes, allout-numbered-bullet)
5415 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
5416 predicates to qualify `safe-local-variable' property, when
5417 available, else use equivalent lambda.
5418 (allout-current-topic-collapsed-p): Do the right thing regarding
5419 trailing blank lines.
5420
5421 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5422
5423 * server.el (server-start): Only create a directory if needed.
5424 (server-edit, server-unload-hook): server-start => server-mode.
5425 (kill-emacs-hook): Cleanup upon exit.
5426
5427 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * hexl.el (hexlify-buffer): Encode process arguments manually.
5430
5431 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
5432
5433 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
5434 call to gdb-tooltip-print.
5435
5436 2006-05-15 Romain Francoise <romain@orebokech.com>
5437
5438 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
5439 systems, default to "tar" since those systems probably have GNU tar.
5440
5441 2006-05-14 Lars Hansen <larsh@soem.dk>
5442
5443 * desktop.el (desktop-missing-file-warning): Fix docstring.
5444 (desktop-restore-file-buffer): Correct question asked on missing file.
5445
5446 2006-05-14 Kim F. Storm <storm@cua.dk>
5447
5448 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
5449 Add CUA move property.
5450
5451 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
5452
5453 * custom.el (custom-push-theme): Load the variable before checking
5454 its `standard-value'.
5455
5456 2006-05-13 Lars Hansen <larsh@soem.dk>
5457
5458 * desktop.el (desktop-save): Use with-temp-buffer.
5459
5460 2006-05-12 Glenn Morris <rgm@gnu.org>
5461
5462 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
5463 * calendar/calendar.el (calendar-mode-map):
5464 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
5465 * calendar/appt.el (appt-check, appt-make-list): Refer to
5466 diary-view-entries, diary-list-entries, diary-show-all-entries
5467 rather than obsolete aliases.
5468
5469 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
5470
5471 * simple.el (line-move-finish): Avoid calling point motion hooks
5472 while processing intangibility.
5473
5474 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
5475
5476 * term/xterm.el (terminal-init-xterm): Fix typo.
5477
5478 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
5479
5480 * allout.el (allout-view-change-hook): Mark as being deprecated,
5481 to be replaced by `allout-exposure-change-hook'.
5482 (allout-exposure-change-hook): New, replacing
5483 `allout-view-change-hook'.
5484 (allout-flag-region): Run new hook `allout-exposure-change-hook',
5485 in addition to `allout-view-change-hook'.
5486 (allout-show-bodies, allout-old-style-prefixes)
5487 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
5488 lambda forms to prevent their showing up in variable help
5489 presentations as inscrutable byte-compiled code.
5490 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
5491 Use string-or-null-p to qualify safe-local-variable values.
5492 (allout-reindent-bodies): Use memq to qualify matches against
5493 valid safe-local-variable values. Also, quote the lambda as above.
5494 (allout-use-mode-specific-leader): Add missing candidate-value
5495 symbols, use memq, and quote the lambda.
5496 (allout-overlay-interior-modification-handler): Remove unused
5497 variables `msg' and 'opened'.
5498 (allout-hidden-p): Constrain invisibility consideration to allout's
5499 invisibility spec, disregarding invisibility for other reasons.
5500
5501 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
5502
5503 * files.el (version-control): Correct safe values.
5504
5505 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
5506
5507 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
5508
5509 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
5510 (ewoc--insert-new-node): New func.
5511 Update callers of deleted funcs to use it, instead.
5512
5513 2006-05-11 Glenn Morris <rgm@gnu.org>
5514
5515 * calendar/calendar.el (diary-show-all-entries): Do not refer to
5516 obsolete alias `show-all-diary-entries'.
5517 (make-diary-entry): Not interactive.
5518 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
5519 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
5520 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
5521 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5522 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
5523 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
5524
5525 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5526
5527 * calendar/calendar.el (calendar-french-date-string)
5528 (calendar-mayan-date-string, calendar-chinese-date-string)
5529 (calendar-astro-date-string, calendar-iso-date-string)
5530 (calendar-islamic-date-string, calendar-bahai-date-string)
5531 (calendar-hebrew-date-string, calendar-coptic-date-string)
5532 (calendar-ethiopic-date-string, calendar-persian-date-string):
5533 These functions are not interactive.
5534
5535 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
5536
5537 * files.el: Balance parentheses.
5538
5539 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
5540
5541 * files.el, newcomment.el, outline.el, simple.el,
5542 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
5543 progmodes/cc-vars.el, progmodes/compile.el:
5544 Move `safe-local-variable' declarations to the respective files.
5545
5546 * help-fns.el (describe-variable): Don't print safe-var if it is
5547 byte-code. Improve wording as suggested by Luc Teirlinck.
5548
5549 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
5550
5551 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
5552 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
5553 Use a token for pending-triggers to ensure gdb-var-update
5554 gets called once per user input again for pre-GDB 6.4.
5555 (gdb-var-delete): Match on more complex expressions.
5556 (gdb-var-list-children-handler, gdb-var-create-handler):
5557 Use a token for consistency.
5558
5559 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
5560
5561 * textmodes/org.el (org-read-date, org-goto-calendar)
5562 (org-agenda-goto-calendar):
5563 Bind `view-calendar-holidays-initially' to nil.
5564
5565 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
5566
5567 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
5568 Update all callers to do it there, instead.
5569
5570 2006-05-10 Glenn Morris <rgm@gnu.org>
5571
5572 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
5573 prefix arg case, to avoid view-diary-entries-initially error.
5574 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
5575 (calendar-date-is-legal-p): Handle dates with no day part.
5576
5577 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
5578
5579 * comint.el (comint-insert-input): Just make it when
5580 comint-use-prompt regexp is nil (default) and with the mouse.
5581 (comint-copy-old-input): Reinstate from 2004-06-23.
5582 (comint-mode-map): Bind C-c C-m to it.
5583
5584 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
5585
5586 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
5587 Remove spurious move to point-max (new comint behavior fixes).
5588
5589 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
5590 compatibility function (Emacs 18/19).
5591 (idlwave-is-continuation-line): Always return point at start of
5592 previous non-blank continuation line.
5593 (keyword-parameters): Fix continued comment font-lock matcher.
5594 (idlwave-font-lock-fontify-region): Written, use as
5595 font-lock-fontify-region-function, to fix continued keyword
5596 fontification issues.
5597
5598 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5599
5600 * term/mac-win.el (mac-font-panel-mode): Doc fix.
5601 (mac-service-selection, mac-service-open-file)
5602 (mac-service-open-selection, mac-service-mail-selection)
5603 (mac-service-mail-to, mac-service-insert-text): Rename from
5604 mac-services-*. All uses changed.
5605 (mac-apple-event-map): Rename event symbol `services' to `service'.
5606
5607 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
5608
5609 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
5610 (ewoc--node-enter-first, ewoc--node-enter-last)
5611 (ewoc--delete-node-internal): Merge funcs into unique callers.
5612
5613 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
5614
5615 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
5616 return value of read-from-minibuffer for empty input.
5617
5618 2006-05-09 Miles Bader <miles@gnu.org>
5619
5620 * comint.el (comint-insert-input): Remove redundant calls to setq
5621 and goto-char.
5622
5623 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
5624
5625 * comint.el (comint-insert-input): Make it work when
5626 comint-use-prompt-regexp is t.
5627
5628 2006-05-10 Miles Bader <miles@gnu.org>
5629
5630 * subr.el (field-at-pos): New function.
5631
5632 * comint.el (comint-insert-input): Use it.
5633
5634 2006-05-09 Juri Linkov <juri@jurta.org>
5635
5636 * battery.el (battery-linux-proc-acpi): Also try
5637 `/proc/acpi/thermal_zone/THR2/temperature'.
5638
5639 * files.el <safe-local-variable>: Remove `eval' and `let' binding
5640 for now unused lambda `string-or-null'.
5641
5642 * add-log.el (change-log-default-name): Put `string-or-null-p'
5643 instead of lambda on `safe-local-variable' property.
5644
5645 * diff-mode.el (diff-context->unified): Use `region-beginning' and
5646 `region-end' instead of `mark' and `point'.
5647 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
5648 Operate on region in Transient Mark mode when the mark is active.
5649 Use `region-beginning' and `region-end' instead of `mark' and
5650 `point'.
5651 (diff-hunk-text, diff-goto-source): Doc fix.
5652
5653 * startup.el (fancy-splash-screens, normal-splash-screen): Use
5654 face `mode-line-buffer-id' for mode-line buffer face instead of
5655 hard-coded `(:weight bold)'.
5656
5657 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
5658 buffer-undo-list to t (undo-ask is reproducible by visiting
5659 nested archives).
5660
5661 2006-05-09 Kim F. Storm <storm@cua.dk>
5662
5663 * progmodes/grep.el (rgrep): Set default directory of *grep*
5664 buffer if we start M-x rgrep in the *grep* buffer and choose
5665 a different base directory.
5666
5667 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
5668
5669 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
5670 completion also when ido is loaded.
5671
5672 2006-05-09 Masatake YAMATO <jet@gyve.org>
5673
5674 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
5675 "warning" and "import".
5676 (cpp-font-lock-keywords): Added "warning".
5677
5678 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
5679
5680 * term/xterm.el (terminal-init-xterm): Add more key bindings.
5681
5682 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5683
5684 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
5685 pages at a time, if we signal the end, we should indeed reach that end.
5686
5687 2006-05-08 David Reitter <david.reitter@gmail.com>
5688
5689 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
5690 output during execution of the body.
5691
5692 2006-05-08 Kim F. Storm <storm@cua.dk>
5693
5694 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
5695
5696 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
5697
5698 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
5699 Use with-current-buffer.
5700
5701 2006-05-07 Kim F. Storm <storm@cua.dk>
5702
5703 * subr.el (add-to-history): Remove keep-dups arg.
5704
5705 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
5706 to nil around call to add-to-history.
5707
5708 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5709
5710 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
5711 than after a buffer modification.
5712
5713 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
5714
5715 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
5716 call to...
5717 (gud-watch): ...here so speedbar is raised for already watched
5718 expressions.
5719 (gdb-speedbar-refresh): Delete function.
5720 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
5721 Use speedbar-timer-fn instead of speedbar-refresh (reverting
5722 earlier change).
5723 (gdb-var-evaluate-expression-handler)
5724 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
5725
5726 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
5727 Update localized contents for all buffers except ignored modes.
5728
5729 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5730
5731 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
5732 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
5733 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
5734 (mac-handle-font-panel-closed, mac-handle-font-selection):
5735 New functions.
5736 (mac-font-panel-mode): New minor mode.
5737 (mac-apple-event-map): Add bindings for toolbar toggle button and
5738 font panel.
5739 (menu-bar-showhide-menu): Add mac-font-panel-mode.
5740
5741 2006-05-07 John Paul Wallington <jpw@pobox.com>
5742
5743 * ibuffer.el (ibuffer-compressed-file-name-regexp):
5744 Avoid `regexp-opt'; simplify regexp for readability.
5745
5746 2006-05-06 Eli Zaretskii <eliz@gnu.org>
5747
5748 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
5749 * files.el (buffer-stale-function):
5750 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5751 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
5752 links to the main manual, not to emacs-xtra.
5753
5754 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5755
5756 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
5757 MacJapanese if text is ASCII-only.
5758
5759 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
5760
5761 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
5762 unless so nil isn't returned.
5763 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
5764
5765 2006-05-06 Kim F. Storm <storm@cua.dk>
5766
5767 * subr.el (add-to-history): New function.
5768
5769 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
5770 (ediff-merge-files-with-ancestor):
5771 * env.el (setenv):
5772 * isearch.el (isearch-update-ring):
5773 * server.el (server-visit-files):
5774 * progmodes/grep.el (lgrep, rgrep):
5775 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
5776 * progmodes/xscheme.el (xscheme-insert-expression):
5777 Use add-to-history.
5778
5779 * kmacro.el (kmacro-push-ring): Use add-to-history.
5780 (kmacro-ring-length): Remove unused defun.
5781 (kmacro-start-macro): Use kmacro-push-ring.
5782
5783 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
5784
5785 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
5786 directly instead of a lambda expression that calls it.
5787
5788 2006-05-06 Kim F. Storm <storm@cua.dk>
5789
5790 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
5791 instead of compute-motion.
5792
5793 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
5794
5795 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
5796 change.
5797
5798 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
5799
5800 * startup.el (command-line-1): Refer to "Pure Storage" on
5801 pure-space-overflow.
5802
5803 2006-05-05 Martin Rudalics <rudalics@gmx.at>
5804
5805 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
5806 provided faces once they all have been used up.
5807
5808 2006-05-05 Eli Zaretskii <eliz@gnu.org>
5809
5810 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
5811 reference to the Lisp manual to the warning about pure space
5812 overflow.
5813
5814 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5815
5816 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
5817 argument to avoid the call to `ispell-internal-change-dictionary'
5818 when not needed.
5819 (ispell-change-dictionary): Use this argument and call
5820 `ispell-internal-change-dictionary' after the possible change
5821 to `ispell-local-dictionary'.
5822 (ispell-internal-change-dictionary): Check for a change in
5823 personal dictionary use too.
5824
5825 2006-05-05 Eli Zaretskii <eliz@gnu.org>
5826
5827 * startup.el (command-line): On MS-Windows, probe "~", not
5828 "~USER", for warning about non-existent home directory
5829
5830 * arc-mode.el (archive-l-e): New optional argument `float' means
5831 generate a float value.
5832 (archive-arc-summarize, archive-lzh-summarize)
5833 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
5834 with 3rd argument non-nil when file's size is being computed.
5835 Format the file sizes with %8.0f instead of %8d.
5836
5837 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5838
5839 * cus-start.el (all): Add mac-dnd-known-types.
5840
5841 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
5842 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
5843 (mac-TIFF-to-string): New functions.
5844 (x-get-selection, x-selection-value)
5845 (mac-select-convert-to-string): Use them.
5846 (mac-text-encoding-mac-japanese-basic-variant): New constant.
5847 (mac-dnd-types-alist): New customization variable.
5848 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
5849 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
5850 (mac-dnd-handle-drag-n-drop-event): New functions.
5851 (mac-drag-n-drop): Remove function.
5852 (global-map): Bind drag-n-drop and M-drag-n-drop to
5853 mac-dnd-handle-drag-n-drop-event.
5854
5855 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
5856
5857 * progmodes/perl-mode.el (perl-beginning-of-function):
5858 Skip anonymous subs.
5859
5860 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
5861
5862 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
5863 regexp-opt at run time.
5864
5865 * term.el (term-handle-ansi-escape): Fix off by one error.
5866
5867 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
5868
5869 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
5870 (gdb-init-1, gdb-post-prompt): ...and references to it.
5871 (gdb-frame-handler): Strip directory name from filename if present.
5872
5873 * progmodes/gud.el (gdb-force-update): Delete defvar
5874 (gud-speedbar-buttons): ...and references to it. Use window-start
5875 to try to keep positon in watch expression.
5876
5877 2006-05-03 Richard Stallman <rms@gnu.org>
5878
5879 * simple.el (next-history-element, previous-history-element): Doc fix.
5880
5881 * isearch.el (isearch-update-ring): Doc fix.
5882
5883 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
5884
5885 * isearch.el (isearch-update-ring): Take history-delete-duplicates
5886 into consideration. Replace one arm ifs with whens.
5887
5888 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
5889
5890 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
5891 (menu): Fix typo.
5892
5893 2006-05-02 Miles Bader <miles@gnu.org>
5894
5895 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
5896
5897 2006-05-02 Jay Belanger <belanger@truman.edu>
5898
5899 * calc/calc-embed.el (calc-override-minor-modes-map)
5900 (calc-override-minor-modes): New variables.
5901 (calc-do-embedded): Make sure that Calc keystrokes aren't
5902 overwritten by minor modes.
5903
5904 2006-05-02 Chong Yidong <cyd@mit.edu>
5905
5906 * msb.el (msb): If EVENT is a down event, read and discard the up event.
5907
5908 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
5909
5910 * startup.el (command-line-1): Refer to Lisp manual when
5911 pure-space-overflow occurs.
5912
5913 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
5914 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
5915 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
5916 (version-control): Don't use `t' for safe-local-variable declarations.
5917
5918 2006-05-01 Richard Stallman <rms@gnu.org>
5919
5920 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
5921 M-r, M-R, M-A, M-SPC or M-DEL.
5922 (diff-mode-map): diff-refine-hunk now on C-c C-w
5923 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
5924
5925 * help-mode.el (help-mode): view-exit-action calls delete-window
5926 only when it is safe and possible.
5927
5928 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
5929 in messages.
5930
5931 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
5932
5933 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
5934 in the default tool-bar-map.
5935
5936 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
5937
5938 * net/tramp.el (tramp-completion-file-name-handler-alist)
5939 (tramp-run-real-handler, tramp-completion-run-real-handler)
5940 (tramp-completion-handle-file-name-all-completions)
5941 (tramp-completion-handle-file-name-completion): Autoload them.
5942 (tramp-completion-handle-file-exists-p)
5943 (tramp-completion-handle-file-name-directory)
5944 (tramp-completion-handle-file-name-nondirectory)
5945 (tramp-completion-handle-expand-file-name): Remove them.
5946 (tramp-handle-file-name-directory): Return the real directory name.
5947 Returning "/" only doesn't need to be necessary any longer.
5948 (tramp-file-name-handler): Make special attention when in hostname
5949 completion mode.
5950 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
5951 (tramp-register-file-name-handlers):
5952 Register `tramp-completion-file-name-handler' only when
5953 `partial-completion-mode' is enabled.
5954 (tramp-completion-handle-file-name-all-completions):
5955 Delete directory part from results.
5956 (tramp-get-completion-methods, tramp-get-completion-user-host):
5957 Discard deleting "/", it doesn't work after the change of
5958 `tramp-handle-file-name-directory' above.
5959
5960 2006-05-01 Kim F. Storm <storm@cua.dk>
5961
5962 * progmodes/grep.el (grep-expand-template): Use save-match-data
5963 and symbol-value.
5964
5965 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5966
5967 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
5968 Use select-frame-set-input-focus instead of raise-frame.
5969 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
5970
5971 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
5972
5973 * progmodes/gud.el (gud-def): Add %c case.
5974 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
5975 (gud-format-command): Make match case sensitive. Match on %F.
5976
5977 2006-04-30 Glenn Morris <rgm@gnu.org>
5978
5979 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
5980 (cal-tex-preamble): Use cal-tex-preamble-extra.
5981 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
5982 than alias `list-diary-entries'.
5983
5984 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
5985
5986 * help-fns.el (describe-variable): Add info about safe local variables.
5987
5988 2006-04-29 Richard Stallman <rms@gnu.org>
5989
5990 * bindings.el (mode-line-format): help-echo doc fixes.
5991
5992 * net/tramp.el (tramp-file-name-handler-alist): Delete
5993 expand-file-name and other operations that can cause spurious loading.
5994
5995 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5996
5997 * files.el (safe-local-variable-p): Remove support for the special
5998 value t.
5999
6000 * textmodes/paragraphs.el (sentence-end-without-space):
6001 Fix safety predicate.
6002 (sentence-end-double-space, sentence-end-without-period)
6003 (paragraph-ignore-fill-prefix):
6004 * textmodes/fill.el (colon-double-space):
6005 * abbrev.el (abbrev-mode): Tighten the safety predicate.
6006
6007 * subr.el (booleanp): New fun.
6008
6009 * textmodes/reftex-vars.el (reftex-guess-label-type):
6010 Tighten the safety predicate.
6011
6012 2006-04-28 Kim F. Storm <storm@cua.dk>
6013
6014 * progmodes/grep.el (defgroup grep): Doc fix.
6015 (grep-auto-highlight): Remove.
6016 (grep-template): New defcustom.
6017 (grep-find-template): Rename from grep-tree-template.
6018 (grep-files-aliases): Rename from grep-tree-files-aliases.
6019 Remove "all" alias, add "l" alias.
6020 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
6021 (grep-find-ignored-directories): New defcustom to replace
6022 grep-tree-ignore-CVS-directories, to facilitate ignoring
6023 subdirectories for multiple version control systems.
6024 (grep-mode-map): Add Recursive grep item to GREP menu.
6025 (grep-regexp-history, grep-files-history): New defvars.
6026 (grep-probe): New helper function.
6027 (grep-compute-defaults): Use it to simplify code.
6028 Adapt to name changes.
6029 Use `.' as base in grep-find-template rather than <D>.
6030 (grep): Remove superfluous highlight-regexp arg. Fix doc.
6031 Call grep-compute-defaults unconditionally.
6032 (grep-expand-keywords): New defconst.
6033 (grep-expand-template): Rename from grep-expand-command-macros.
6034 Simplify via grep-expand-keywords. Look at case-fold-search instead
6035 of grep-tree-ignore-case to add -i option.
6036 Bind case-fold-search to nil while matching keywords.
6037 (grep-tree-last-regexp, grep-tree-last-files): Remove.
6038 (grep-read-regexp, grep-read-files): New helper functions.
6039 (rgrep): Rename from grep-tree. Rework to use proper histories.
6040 Adapt to changes in defcustoms and functions above.
6041 (lgrep): New command, as grep, but using same interactive UI as rgrep.
6042
6043 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
6044
6045 * net/tramp.el (tramp-completion-file-name-handler):
6046 Disable Tramp's functionality while loading Tramp itself.
6047 (tramp-register-file-name-handlers): That's a defsubst now.
6048 Code from `tramp-repair-jka-compr' moved here. Apply it via
6049 `after-init-hook'.
6050 (tramp-repair-jka-compr): Remove.
6051
6052 2006-04-27 Jay Belanger <belanger@truman.edu>
6053
6054 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
6055 read expression when `math-read-big-expr' doesn't work.
6056
6057 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
6058
6059 * startup.el (command-line-1): Display warning when
6060 pure-space-overflow is non-nil.
6061
6062 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6063
6064 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
6065 risky.
6066
6067 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6068
6069 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
6070 Return the URL or nil if none can be generated.
6071
6072 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
6073
6074 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
6075 byte compiler warnings.
6076 (gud-basic-call, gud-find-expr): Let user select an expression
6077 for printing. Print expression as well as value in GUD buffer.
6078
6079 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
6080
6081 * allout.el: Remove local autoload declaration for
6082 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
6083 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
6084 (allout-plain-bullets-string, allout-distinctive-bullets-string)
6085 (allout-use-mode-specific-leader, allout-old-style-prefixes)
6086 (allout-stylish-prefixes, allout-numbered-bullet)
6087 (allout-file-xref-bullet, allout-presentation-padding)
6088 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
6089 safe-local-variable with suitable value spec, and add autoload
6090 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
6091 (move-beginning-of-line, move-end-of-line): Repair so these compat
6092 functions now actually resituate the point, when appropriate.
6093
6094 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6095
6096 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
6097
6098 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
6099 (add-log-iso8601-time-string): Fix call to format-time-string.
6100
6101 2006-04-26 Kim F. Storm <storm@cua.dk>
6102
6103 * subr.el (posn-string, posn-image, posn-object): Doc fix.
6104
6105 2006-04-26 Masatake YAMATO <jet@gyve.org>
6106
6107 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
6108 Add support for "//" style comments. Remove `b' flag
6109 from ?* in `asm-mode-syntax-table'.
6110
6111 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6112
6113 * follow.el: Use (featurep 'xemacs) everywhere.
6114 (follow-mode): Use define-minor-mode.
6115 (follow-mode-map): Move initialization into the declaration.
6116 Use command remapping.
6117 (follow-emacs-version-xemacs-p): Remove.
6118 (follow-submit-feedback): Remove.
6119
6120 * allout.el (allout-layout, allout-passphrase-verifier-string)
6121 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
6122
6123 * textmodes/reftex-vars.el (reftex-vref-is-default)
6124 (reftex-fref-is-default, reftex-guess-label-type):
6125 Tighten up a bit the safety predicate.
6126
6127 * textmodes/paragraphs.el (sentence-end-double-space)
6128 (sentence-end-without-period, sentence-end-without-space)
6129 (page-delimiter, paragraph-ignore-fill-prefix):
6130 Tighten up a bit the safety predicate.
6131
6132 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
6133
6134 * progmodes/python.el (python-continuation-line-p)
6135 (python-beginning-of-statement): syntax-ppss may return
6136 a negative depth.
6137 (python-mode): Don't forcefully enable font-lock.
6138
6139 * time-stamp.el (time-stamp-start, time-stamp-end)
6140 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
6141
6142 * add-log.el: Remove spurious * in docstrings.
6143 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
6144 (add-change-log-entry): Use it here, since it's not specific
6145 to iso8601.
6146 (add-log-iso8601-time-string): Don't use it here any more.
6147 (change-log-indent-text, change-log-indent): Rename from add-log-*.
6148
6149 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
6150
6151 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
6152
6153 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
6154 (rcirc-toggle-low-priority): Doc fix.
6155 (rcirc-handler-NOTICE): Remove beginning of line anchor in
6156 ChanServ regexp.
6157 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
6158 #emacs.
6159 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
6160 (rcirc-decode-coding-system): Use utf-8 as the default.
6161 (rcirc-multiline-minor-mode): Set the fill-column.
6162 (rcirc-format-response-string): Display bright and dim nicks.
6163 (rcirc-browse-url): Update interactive spec to fill ARG.
6164 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
6165 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
6166
6167 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
6168
6169 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
6170 case for @Article, etc.
6171
6172 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
6173
6174 * net/tramp.el (tramp-register-file-name-handlers): New defun.
6175 Added with autoload cookie.
6176 (tramp-unload-file-name-handlers): Rename from
6177 `tramp-unload-file-name-handler-alist'.
6178
6179 2006-04-23 Romain Francoise <romain@orebokech.com>
6180
6181 * comint.el (comint-match-partial-filename): Doc fix.
6182
6183 2006-04-21 Glenn Morris <rgm@gnu.org>
6184
6185 * calendar/cal-menu.el (calendar-mode-map): Refer to
6186 `diary-view-entries' rather than alias `view-diary-entries'.
6187 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
6188
6189 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
6190
6191 * progmodes/antlr-mode.el (antlr-default):
6192 * cus-edit.el (custom-documentation):
6193 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
6194 in defface.
6195
6196 2006-04-21 Kim F. Storm <storm@cua.dk>
6197
6198 * image.el (image-type): New defun split out of create-image.
6199 (create-image): Use it.
6200
6201 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
6202
6203 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
6204 (org-open-at-point): Remove the "...done" message to keep output
6205 in the echo area visible.
6206 (org-export-as-xoxo): Fix call to `indent-region'.
6207
6208 2006-04-21 Kevin Ryde <user42@zip.com.au>
6209
6210 * international/mule.el (keyboard-coding-system): defcustom
6211 info-link fixes: "Specify Coding" has been split, keyboard now in
6212 "Terminal Coding", and "Single-Byte Character Support" is now
6213 "Unibyte Mode".
6214
6215 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
6216
6217 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
6218 Use font-lock-warning-face for any errors e.g. no stack.
6219 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
6220
6221 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
6222
6223 * progmodes/sh-script.el (sh-shell): Mark as safe.
6224
6225 * newcomment.el (comment-start, comment-start-skip)
6226 (comment-end-skip, comment-end): Mark as safe.
6227
6228 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
6229
6230 * textmodes/org.el (org-deadline-announce): Face removed.
6231 (org-level-faces, org-n-levels): Convert to constant.
6232 (org-compatible-face): New function.
6233 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
6234 (org-level-5, org-level-6, org-level-7, org-level-8)
6235 (org-special-keyword, org-warning, org-headline-done, org-link)
6236 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
6237 (org-scheduled-today, org-scheduled-previously, org-time-grid):
6238 Face definition revised for better color tty support.
6239 (org-bold-re, org-italic-re, org-underline-re): New constants.
6240 (org-set-font-lock-defaults): Use the new constants.
6241 (org-agenda-highlight-todo): New function.
6242 (org-agenda-todo): Fix bug with point at end of line.
6243 (org-agenda-change-all-lines, org-finalize-agenda-entries):
6244 Fontify TODO keywords.
6245 (org-insert-link): Preserve relative path in ../ links.
6246 (org-export-as-html): Convert links pointing to .org files into
6247 links that will work beteen the exported HTML files.
6248 (org-todo-list): Fix bug when arg=0.
6249 (org-insert-heading): More fine-tuning.
6250
6251 2006-04-19 Romain Francoise <romain@orebokech.com>
6252
6253 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
6254 from `rmail-mime-charset-pattern'.
6255
6256 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
6257
6258 * progmodes/python.el (python-mode): Fix typo.
6259
6260 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
6261
6262 * comint.el (comint-previous-input): Don't clobber input line
6263 when moving off either end of the input history ring.
6264 (comint-delete-input): New function, used by
6265 `comint-previous-input' and others.
6266 (comint-previous-matching-input):
6267 Use `coming-delete-input'. Save the partial input if leaving the
6268 edit line. Goto point-max before deleting input to avoid
6269 partial input fragments hanging around.
6270 (comint-restore-input): New function, used by `comint-previous-input'.
6271
6272 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
6273
6274 * imenu.el (imenu--index-alist): Balance parentheses.
6275
6276 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
6277
6278 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
6279
6280 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
6281
6282 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
6283 file is nil.
6284
6285 2006-04-18 Richard Stallman <rms@gnu.org>
6286
6287 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
6288
6289 * imenu.el (imenu-create-index-function, imenu--index-alist)
6290 (imenu--last-menubar-index-alist, imenu--make-index-alist)
6291 (imenu-default-create-index-function, imenu--generic-function):
6292 Doc fixes.
6293
6294 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
6295
6296 * help-mode.el (help-mode): Set view-exit-action to delete window.
6297
6298 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
6299 now works by passing nil as arg.
6300
6301 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
6302
6303 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
6304 (read-abbrev-file): Provide default when reading filename.
6305
6306 * files.el (enable-local-variables): Allow :all as value.
6307 (hack-local-variables): Implement that value.
6308 (safe-local-variable-values, safe-local-eval-forms)
6309 (enable-local-variables): Mark as risky.
6310 (find-file-visit-truename, kept-old-versions): Mark safe.
6311
6312 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
6313 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
6314 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
6315
6316 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6317
6318 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
6319 Use forward-line so as to get to BOL even in the presence of fields.
6320 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
6321 in return.
6322 (inferior-tcl): Tell tclsh to work in interactive mode.
6323
6324 * complete.el (partial-completion-mode):
6325 Use 'choose-completion-string-functions to make sure that
6326 choose-completion fills the minibuffer properly.
6327
6328 * complete.el (PC-old-read-file-name-internal): Remove.
6329 (PC-read-include-file-name-internal): Remove. Turn it into an advice
6330 of read-file-name-internal.
6331 (partial-completion-mode): Enable/disable this advice.
6332
6333 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
6334
6335 * net/tramp.el (tramp-completion-file-name-handler): Revert change
6336 of 2006-04-17.
6337
6338 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
6339
6340 * textmodes/org.el (org-insert-heading): Insert heading before
6341 current if at beginning of line.
6342 (org-todo, org-date): New faces.
6343 (org-table-align): Make sure tooltip window contains full text.
6344 (org-no-properties): New defsubst.
6345 (org-set-font-lock-defaults): Use new faces.
6346
6347 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
6348
6349 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
6350 for root variables.
6351
6352 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
6353 (gdb-frame-address): Re-use to identify frame for watch expression.
6354 (gdb-var-list, gdb-var-create-handler): Add frame address for root
6355 variables.
6356 (gdb-init-1, gdb-source, gdb-post-prompt)
6357 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
6358 (gdb-frame-handler): Get gdb-frame-address.
6359
6360 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
6361
6362 Sync with Tramp 2.0.53.
6363
6364 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
6365 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
6366 (tramp-completion-file-name-handler): Add autoload cookie for
6367 adding to `file-name-handler-alist'.
6368
6369 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
6370 the prompt. If it returns earlier (when detecting an error
6371 message), the rest of the output will merge accidently with the
6372 output of the next command. Reported by M Jared Finder
6373 <jared@hpalace.com>.
6374
6375 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6376 for `process-file', in order to let it work for older Emacsen too.
6377
6378 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
6379
6380 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
6381 (tex-font-lock-keywords-3): Use it.
6382
6383 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6384
6385 * newcomment.el (comment-add): New function.
6386 (comment-region-default, comment-dwim): Use it.
6387
6388 2006-04-15 Michael Olson <mwolson@gnu.org>
6389
6390 * emacs-lisp/tq.el: Improve comments.
6391 (tq-queue-head-question): New accessor function.
6392 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
6393 Update for modified queue structure.
6394 (tq-queue-add): Accept `question' argument.
6395 (tq-queue-pop): If a question is pending, send it.
6396 (tq-enqueue): Accept new optional argument `delay-question'.
6397 If this is non-nil, and at least one other question is pending a
6398 response, queue the question rather than sending it immediately.
6399
6400 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6401
6402 * calendar/appt.el (appt-add): Check whether an appointment is
6403 already present in appt-time-msg-list. Simplify code.
6404
6405 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6406
6407 * progmodes/cc-langs.el (c-mode-menu):
6408 Don't presume c-subword-mode is bound.
6409
6410 2006-04-13 Bill Wohler <wohler@newt.com>
6411
6412 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
6413 (customize-package-emacs-version): Use cdr instead of cadr now
6414 that alists use dotted pairs.
6415
6416 * custom.el (defcustom): Fix docstring for :package-version.
6417
6418 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
6419
6420 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
6421 (tramp-handle-shell-command): Display output buffer only when
6422 `tramp-display-shell-command-buffer' is true.
6423 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
6424
6425 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
6426
6427 * textmodes/org.el (org-set-autofill-regexps): Set only the local
6428 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
6429
6430 2006-04-13 Romain Francoise <romain@orebokech.com>
6431
6432 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
6433 leaving temporary .cvsignore buffers behind.
6434
6435 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
6436
6437 * textmodes/org.el (org-set-regexps-and-options)
6438 (org-get-current-options): Better names for the startup folding
6439 options.
6440
6441 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
6442
6443 * vc.el (vc-annotate): Arrange for point to end up at the same
6444 line number as in the original, but only when using a new buffer.
6445
6446 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
6447
6448 * files.el (hack-one-local-variable-eval-safep):
6449 Recognize `edebug-form-spec' for `put', but only if it passes
6450 `edebug-basic-spec'. Generalize `put' handling.
6451
6452 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
6453 vetting file-local form specs.
6454
6455 * allout.el (allout-layout): Autoload its `safe-local-variable'
6456 property.
6457
6458 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
6459
6460 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
6461 (org-agenda-mouse-1-follows-link)
6462 (org-mouse-1-follows-link): New options.
6463 (org-format-agenda-item): Fix bug if TAGS is nil.
6464 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
6465
6466 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
6467
6468 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
6469 GDB 6.1+ gives full filename for "info sources" so use
6470 file-name-nondirectory.
6471
6472 2006-04-12 Romain Francoise <romain@orebokech.com>
6473
6474 * subr.el (read-passwd): Bind `message-log-max' to nil.
6475
6476 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6477
6478 * progmodes/perl-mode.el (perl-indent-new-calculate):
6479 Recompute parse-start after jumping backward by a whole sexp.
6480
6481 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6482
6483 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
6484 window configuration.
6485 (vc-annotate-display-select): Select the buffer so that current-buffer
6486 (and selected-window) is the output buffer at the end of vc-annotate.
6487
6488 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
6489
6490 * vc.el (vc-annotate-color-map): Add custom TTY color map for
6491 8-color terminals, to use all of the colors in a sensible order.
6492 256-color terminals work well with the standard map.
6493 (vc-annotate-lines): Only strip the first color character if it
6494 is "#", to allow for terminal-style named colors.
6495 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
6496 the correct buffer is scrolled.
6497
6498 2006-04-11 Richard Stallman <rms@gnu.org>
6499
6500 * emacs-lisp/bytecomp.el (byte-compile-file):
6501 Bind enable-local-variables to :safe, and make normal-mode obey it.
6502
6503 * files.el (enable-local-variables): Allow value :safe.
6504 (normal-mode): Doc fix.
6505 (hack-local-variables): Implement enable-local-variables = :safe.
6506 (hack-local-variables-confirm): Don't prevent quitting.
6507
6508 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6509
6510 * loadhist.el (unload-feature): A bit of sanity check of
6511 load-history entries. Cancel timer-vars before unbinding them.
6512
6513 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
6514 quote special chars, and make the trick work on the hex part of the
6515 buffer as well.
6516 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
6517 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
6518
6519 * startup.el (normal-splash-screen): Fix last change so we don't wait
6520 2 minutes if we don't show the splash screen.
6521
6522 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
6523
6524 * textmodes/org.el (org-export-plain-list-max-depth)
6525 (org-table-spaces-around-separators)
6526 (org-radio-targets, org-activate-camels)
6527 (org-table-spaces-around-invisible-separators): Options removed.
6528 (org-time-stamp-rounding-minutes, org-remember-templates)
6529 (org-ellipsis, org-activate-links, org-descriptive-links):
6530 New options.
6531 (org-remember-apply-template, org-current-time)
6532 (org-finish-edit-table-field)
6533 (org-link-unescape, org-link-escape)
6534 (org-string-width, org-table-clean-line, org-html-do-expand)
6535 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
6536 (org-read-agenda-file-list): New functions.
6537 (org-table-edit-field)
6538 (org-table-create-or-convert-from-region): New commands
6539 (org-table-toggle-vline-visibility): Command removed.
6540 (org-table-convert-region): Made a command.
6541 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
6542 Replace with the normal org- functions.
6543 (org-self-insert-command): Don't trigger realign unnecessarily
6544 when blanking a field that is not full.
6545 (org-mode): `Set buffer-invisibility-spec' for links.
6546 (org-activate-links2): Hide link part and only show descriptive
6547 part of the link.
6548 (org-insert-link): Modify for new linking system.
6549 (org-store-link): Store description separately, for use by
6550 `org-insert-link'.
6551 (org-table-align): Use `org-string-width'.
6552 (defgroup): Completely new group structure for custom variables.
6553 (org-agenda-files): Option: Single file name allowed. Function:
6554 Optional argument unrestrited means ignore any restricitons.
6555 (org-install-agenda-files-menu): Find a buffer in Org-mode before
6556 trying to modify the menu. Use generalized access to
6557 `org-agenda-files.'
6558 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
6559 (org-agenda-file-to-front, org-remove-file, org-diary)
6560 (org-tags-view, org-export-icalendar-all-agenda-files)
6561 (org-export-icalendar-combine-agenda-files): Use generalized
6562 access to `org-agenda-files'.
6563 (org-remember-handler): Correctly preserve heading if present.
6564 (org-table-insert-row, org-table-insert-hline): Deal with
6565 invisible characters.
6566
6567 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
6568
6569 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
6570 (vc-annotate-color-map): New 18 element constant
6571 value/saturation, rotating hue colormap, from red->blue.
6572 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
6573 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
6574 (vc-annotate): To avoid killing the required local variables,
6575 set them before the end of `with-output-to-temp-buffer', and
6576 after first switching to annotate-mode.
6577 (vc-annotate-warp-version): Add buffer argument in goto-line to
6578 ensure annotation, not source, is scrolled.
6579
6580 2006-04-10 Bill Wohler <wohler@newt.com>
6581
6582 * custom.el (defcustom, custom-handle-keyword):
6583 Add :package-version keyword.
6584 (custom-add-package-version): New function. Sets value of new
6585 property 'custom-package-version from :package-version keyword.
6586 (defcustom): Create Common Keywords section in docstring.
6587 (defface, defgroup): Replace definitions of a select few keywords
6588 with a reference to the Common Keywords in defcustom.
6589 (defcustom, defface, defgroup): Replace reference to Customization
6590 chapter in manual with hyperlink.
6591
6592 * cus-edit.el (customize-package-emacs-version-alist):
6593 New variable.
6594 (customize-changed-options): Add check for custom-package-version.
6595 (customize-package-emacs-version): New function to look up Emacs
6596 version corresponding to the given package version.
6597
6598 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
6599 defun name, in similar fashion to find-variable-regexp.
6600
6601 2006-04-10 Eli Zaretskii <eliz@gnu.org>
6602
6603 * international/mule-cmds.el (set-locale-environment): Fix last
6604 change for when the locale's preferences don't specify any encoding.
6605
6606 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6607
6608 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
6609 so the defined var/fun doesn't need to be quoted.
6610
6611 2006-04-10 Richard Stallman <rms@gnu.org>
6612
6613 * finder.el (finder-mode-map): Add n and p bindings.
6614
6615 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
6616
6617 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
6618 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
6619 (gdb-setup-windows): Put something in source window if we can't find
6620 the source file.
6621 (gdb-frame-handler): Make it work again with just assembly.
6622 (gdb-data-list-register-values-handler): Make it work when there is
6623 no stack.
6624
6625 2006-04-09 Richard Stallman <rms@gnu.org>
6626
6627 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
6628 specs while looking for charset.
6629
6630 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
6631
6632 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
6633 Make them faces.
6634 (lm-font-lock-keywords): Update appropriately.
6635
6636 2006-04-10 Kim F. Storm <storm@cua.dk>
6637
6638 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
6639 it can also replace buffer-substring-no-properties.
6640
6641 * emulation/cua-base.el (cua-delete-region, cua-paste)
6642 (cua-repeat-replace-region): Use filter-buffer-substring.
6643
6644 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6645 (cua-cut-region-to-global-mark): Likewise.
6646
6647 * emulation/cua-rect.el (cua--extract-rectangle)
6648 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
6649
6650 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6651
6652 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
6653 entry-type. Add field delimiters to numerical fields if they are
6654 not present.
6655
6656 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6657
6658 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
6659 string-const to return value.
6660 (bibtex-remove-delimiters): Use it.
6661
6662 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
6665 cl-byte-compile-compiler-macro unless it exists.
6666
6667 2006-04-08 Eli Zaretskii <eliz@gnu.org>
6668
6669 * files.el (hack-local-variables-confirm) <offer-save>:
6670 Clarify message text. Suggested by Ralf Angeli.
6671
6672 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
6673
6674 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
6675 (delete-extract-rectangle-line): Use `filter-buffer-substring'
6676 instead of `buffer-substring' and `delete-region'. (Most of the
6677 code actually copied from `kill-region'.)
6678
6679 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
6680
6681 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
6682 (rcirc-default-port): Rename from rcirc-port.
6683 (rcirc-default-nick): Rename from rcirc-nick.
6684 (rcirc-default-user-name): Rename from rcirc-user-name.
6685 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
6686 (rcirc-low-priority-flag): New variable.
6687 (rcirc-decode-coding-system): New defcustom.
6688 (rcirc-encode-coding-system): New defcustom.
6689 (rcirc-coding-system-alist): New defcustom.
6690 (rcirc-multiline-major-mode): New defcustom.
6691 (rcirc-nick): New internal variable.
6692 (rcirc-process): Remove variable.
6693 (rcirc-server-buffer): New variable.
6694 (rcirc): Update to use rcirc-default-* variables above.
6695 (rcirc-connect): Do not add window-configuration-hook-here.
6696 (rcirc-server): New internal variable.
6697 (rcirc-connect): Do not send keepalive pings if
6698 rcirc-keepalive-seconds is nil.
6699 (with-rcirc-server-buffer): New macro.
6700 (rcirc-send-string): Encode with rcirc-encode-coding-system.
6701 (rcirc-server-name): Rename from rcirc-server.
6702 (rcirc-buffer-process): New function.
6703 (rcirc-buffer-nick): New function.
6704 (rcirc-buffer-target): Remove function.
6705 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
6706 New commands.
6707 (rcirc-mode-map): Change binding of C-c C-l to
6708 rcirc-toggle-low-priority.
6709 (rcirc-mode): Initialize coding system based on
6710 rcirc-coding-system-alist. New change-major-mode-hook to part the
6711 channel on a mode change. Make kill-buffer-hook buffer-local.
6712 (rcirc-change-major-mode-hook): New function.
6713 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
6714 (rcirc-last-post-time): New variable.
6715 (rcirc-process-message): Store the last time user posted a message
6716 to this target.
6717 (rcirc-multiline-minor-mode): New mode.
6718 (rcirc-multiline-minor-mode-map): New mode map.
6719 (rcirc-edit-multiline): Put multiline-edit buffer in
6720 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
6721 (rcirc-print): Ignore any line starting with an ignored nick.
6722 (rcirc-print): Decode using rcirc-decode-coding-system.
6723 (rcirc-track-minor-mode): Update global-mode-string when disabling
6724 this mode.
6725 (minor-mode-alist): Add LowPri indicator.
6726 (rcirc-toggle-low-priority): New function.
6727 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
6728 next lowpriority buffer with activity.
6729 (rcirc-record-activity): Sort buffers in rcirc-activity by the
6730 last time the user posted a message in to the target.
6731 (rcirc-update-activity-string): New formatting for low priority
6732 buffers.
6733 (rcirc-split-activity): New function.
6734 (rcirc-handler-PART, rcirc-handler-KICK)
6735 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
6736 (rcirc-nick-away-alist): New variable.
6737 (rcirc-handler-301): New handler. Away messages are printed once
6738 per change.
6739
6740 2006-04-08 Eli Zaretskii <eliz@gnu.org>
6741
6742 * info.el (Info-follow-nearest-node): Doc fix.
6743
6744 * international/mule-cmds.el (set-locale-environment): Make sure
6745 the coding-system preferred by the locale's language has the same
6746 EOL conversion type as the original buffer-file-coding-system.
6747 (locale-language-names): Add a few MS Windows language codes.
6748
6749 2006-04-07 Richard Stallman <rms@gnu.org>
6750
6751 * simple.el (eval-expression): Doc fix.
6752
6753 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
6754 (eval-defun): Doc fixes.
6755
6756 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
6757
6758 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
6759
6760 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
6761
6762 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
6763 GDB list command without argument for greater generality.
6764
6765 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
6766
6767 * subr.el (string-or-null-p): New function.
6768
6769 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
6770
6771 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
6772
6773 * files.el: Update comment about safe-local-variable declarations.
6774
6775 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
6776
6777 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
6778 See idlwave.org.
6779
6780 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
6781 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
6782
6783 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
6784 See idlwave.org.
6785
6786 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
6787 version 6.0 (minimal changes). See idlwave.org.
6788
6789 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
6790 6.0 (minimal changes). See idlwave.org.
6791
6792 * progmodes/idlw-rinfo.el: File obsoleted and removed.
6793
6794 2006-04-06 Romain Francoise <romain@orebokech.com>
6795
6796 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
6797 symmetric encryption features and a new asynchronous interface to
6798 GnuPG. This new version is version 1.4, plus whitespace changes.
6799
6800 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
6801
6802 * files.el: Move some `safe-local-variable' declarations to the
6803 respective files.
6804
6805 * textmodes/ispell.el (ispell-check-comments)
6806 (ispell-local-dictionary): Mark as safe.
6807
6808 * abbrev.el (abbrev-mode): Mark as safe.
6809
6810 * add-log.el (change-log-default-name): Mark as safe.
6811
6812 * textmodes/reftex-vars.el (reftex-vref-is-default)
6813 (reftex-fref-is-default, reftex-level-indent)
6814 (reftex-guess-label-type): Mark as safe.
6815
6816 * textmodes/fill.el (colon-double-space): Mark as safe.
6817
6818 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
6819 (sentence-end-double-space, sentence-end-without-period)
6820 (sentence-end-without-space, sentence-end, sentence-end-base)
6821 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
6822
6823 2006-04-06 Kim F. Storm <storm@cua.dk>
6824
6825 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
6826 the :set-after list.
6827 (ido-downcase-unc-hosts): New user option. Default on.
6828 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
6829 when it is set, as regexps are now applied on the fly.
6830 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
6831 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
6832 on the fly, but only when ido-process-ignore-lists is set.
6833 Do case insensitive filtering if ido-downcase-unc-hosts is set.
6834 Only downcase names if ido-downcase-unc-hosts is set.
6835
6836 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
6837
6838 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
6839
6840 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
6841
6842 2006-04-05 Kim F. Storm <storm@cua.dk>
6843
6844 * ido.el (ido-mode): Set after ido-unc-hosts and
6845 ido-ignore-unc-host-regexps.
6846 (ido-save-history): Save ido-unc-hosts-cache.
6847 (ido-load-history): Load ido-unc-hosts-cache.
6848 (ido-reread-directory): Refresh unc hosts cache in // dir.
6849
6850 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
6851 to nil while displaying slash screen.
6852
6853 2006-04-05 Daiki Ueno <ueno@unixuser.org>
6854
6855 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
6856 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6857
6858 2006-04-05 Kenichi Handa <handa@m17n.org>
6859
6860 * international/characters.el: Setup cases of Latin, Greek, and
6861 Cyrillic characters in CJK charsets.
6862
6863 2006-03-29 Daiki Ueno <ueno@unixuser.org>
6864
6865 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6866 default-enable-multibyte-characters. This reverts the change from
6867 revision 6.17 which is no longer necessary because the passphrase
6868 is sent separately now. GnuPG messages are unreadable under
6869 multibyte locales with default-enable-multibyte-characters set to nil.
6870
6871 2006-04-04 Andreas Schwab <schwab@suse.de>
6872
6873 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
6874 and `byte-compile-warnings' as `safe-local-variable'.
6875
6876 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
6877
6878 * man.el (Man-mode-map): Restore the \r binding.
6879 (Man-abstract-xref-man-page): If Man-target-string is a function,
6880 call it.
6881 (Man-highlight-references): Use Man-default-man-entry to get the
6882 target. Deal with xrefs too.
6883 (Man-highlight-references0): Don't call the target function.
6884
6885 * woman.el (WoMan-xref-man-page): Strip the section number, woman
6886 cannot deal with it.
6887
6888 2006-04-04 Daiki Ueno <ueno@unixuser.org>
6889
6890 * pgg-gpg.el: Clean up process buffers every time gpg processes
6891 complete.
6892
6893 2006-04-04 Kenichi Handa <handa@m17n.org>
6894
6895 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
6896 here.
6897 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
6898 Temporarily bind inhibit-field-text-motion to t.
6899
6900 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6901
6902 * startup.el (normal-splash-screen): Only set mode-line-format in the
6903 splash buffer, so as not to interfere when debugging the code.
6904 Ignore errors when switching buffer.
6905
6906 2006-04-03 Romain Francoise <romain@orebokech.com>
6907
6908 * dired.el (dired-dnd-protocol-alist): Fix typo.
6909
6910 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
6911
6912 * savehist.el (savehist): Add :version.
6913 (savehist-ignored-variables): New variable.
6914 (savehist-minibuffer-hook): Don't save variables listed in
6915 `savehist-ignored-variables'.
6916
6917 * dired.el (dired-dnd-protocol-alist): Mention that change does
6918 only apply to new buffers in doc string.
6919
6920 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6921
6922 * recentf.el (recentf-open-files-item): Include newline in button
6923 field, so opening a file will work, when the point is at the end
6924 of the file name. Allow, for example, to [i]search a file by
6925 extension and just push RET to open it.
6926
6927 2006-04-03 Daiki Ueno <ueno@unixuser.org>
6928
6929 * pgg-gpg.el (pgg-gpg-process-filter)
6930 (pgg-gpg-wait-for-completion): Check if buffer is alive.
6931
6932 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6933 lines, temporary fix.
6934
6935 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6936
6937 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
6938
6939 2006-04-02 Richard Stallman <rms@gnu.org>
6940
6941 * progmodes/compile.el (compilation-message-face): Make it defcustom.
6942
6943 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6944
6945 * ibuf-macs.el (define-ibuffer-column): Add a new key:
6946 header-mouse-map.
6947
6948 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
6949 (ibuffer-mode-header-map): New keymaps.
6950 (ibuffer-update-title-and-summary): Enable mouse face highlighting
6951 and keybindings for column headers.
6952 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
6953 property.
6954
6955 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
6956
6957 * speedbar.el (speedbar-after-create-hook): Doc fix.
6958
6959 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
6960
6961 * shell.el (shell-directory-tracker)
6962 (shell-dynamic-complete-command): Doc fixes.
6963
6964 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
6965
6966 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
6967 terminals.
6968
6969 2006-04-01 Kim F. Storm <storm@cua.dk>
6970
6971 * ido.el (ido-unc-hosts-cache): New defvar.
6972 (ido-unc-hosts): If value of defcustom is a function, call it to
6973 get list of UNC hosts. Add function-item choices to specify
6974 ido-unc-hosts-net-view or user function.
6975 (ido-ignore-unc-host-regexps): New defcustom.
6976 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
6977 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
6978 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
6979
6980 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6981
6982 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
6983 wwidth.
6984
6985 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
6986
6987 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
6988 (ido-max-work-file-list, ido-switch-buffer)
6989 (ido-read-file-name-as-directory-commands):
6990 Fix typos in docstrings.
6991
6992 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6993
6994 * term/mac-win.el (mac-system-coding-system): Define and use after
6995 Mac-specific coding systems are ready.
6996
6997 2006-03-27 Romain Francoise <romain@orebokech.com>
6998
6999 * net/rcirc.el (rcirc-connect): Add autoload cookie.
7000
7001 * ldefs-boot.el: Update.
7002
7003 2006-03-27 Daiki Ueno <ueno@unixuser.org>
7004
7005 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7006 passphrases when it is not needed.
7007 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7008 passphrase stuff from gpg, should only be necessary when you use
7009 gpg with a smartcard.
7010
7011 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
7012
7013 * comint.el (comint-dynamic-list-completions): Allow user to
7014 select *Completions* buffer.
7015
7016 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
7017
7018 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
7019
7020 2006-03-26 Andreas Schwab <schwab@suse.de>
7021
7022 * progmodes/gud.el (gdb): Only complain about multiple debugging
7023 when the gdb process is still running.
7024
7025 2006-03-25 Eli Zaretskii <eliz@gnu.org>
7026
7027 * mail/rmail.el (tool-bar-map): Defvar it.
7028 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
7029 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
7030
7031 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
7032
7033 * help.el (print-help-return-message): Suggest to use
7034 display-buffer instead of switch-to-buffer-other-window to restore
7035 the previous window without selecting it.
7036
7037 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7038
7039 * frame.el (select-frame-by-name): Call x-focus-frame also when
7040 window-system is mac.
7041
7042 * term/mac-win.el: Adjust Courier font specifications in
7043 x-fixed-font-alist.
7044 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
7045 when directly encoding to UTF-16 in native byte order, no BOM.
7046
7047 2006-03-25 Kim F. Storm <storm@cua.dk>
7048
7049 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
7050 (cua--init-keymaps): Use it instead of fixed C-return.
7051 (cua-mode): Set after it.
7052
7053 * emulation/cua-rect.el (cua--init-rectangles):
7054 Use cua-rectangle-mark-key instead of fixed C-return.
7055
7056 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
7057
7058 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
7059 "run" in .gdbinit.
7060 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
7061
7062 2006-03-24 Romain Francoise <romain@orebokech.com>
7063
7064 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
7065 `display-buffer-other-frame'.
7066
7067 2006-03-24 Kim F. Storm <storm@cua.dk>
7068
7069 * apropos.el (apropos-synonyms): Add selection => region.
7070
7071 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
7072
7073 * progmodes/gdb-ui.el (gdb-var-create-regexp)
7074 (gdb-var-list-children-regexp, gdb-var-update-regexp)
7075 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
7076 (gdb-data-list-register-values-regexp)
7077 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
7078 Future proof against new fields being added to MI output.
7079 (gdb-send): Don't treat backslashes for program input as
7080 continuations.
7081 (gdb-assembler-handler): Don't use window-start for this handler.
7082 (gdb-frame-handler): Don't change to hollow arrow if overlay
7083 arrow doesn't move to new frame.
7084
7085 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
7086
7087 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
7088 prevent compiler warnings.
7089 (gdb-stopped): Check for gud-last-last-frame (case: signal).
7090 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
7091 (gdb-assembler-custom): Use hollow-right-triangle for assembler
7092 buffer too.
7093
7094 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
7095
7096 * pgg-gpg.el (pgg-gpg-update-agent): Check for
7097 make-network-process, so we can use the same code in Gnus v5-10
7098 too and have this file fully synchronized with that release.
7099
7100 2006-03-23 Romain Francoise <romain@orebokech.com>
7101
7102 * ibuf-ext.el (ibuffer-read-filter-group-name):
7103 Use `ibuffer-generate-filter-groups' to make completion list match
7104 the filter groups that are really displayed in the Ibuffer buffer.
7105 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
7106
7107 2006-03-23 Kenichi Handa <handa@m17n.org>
7108
7109 * international/mule-cmds.el (sort-coding-systems): Describe that
7110 the argument is modified in docstring.
7111
7112 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
7113
7114 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7115 (pgg-gpg-update-agent): New function.
7116 (pgg-gpg-use-agent-p): New function.
7117 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7118 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7119 (pgg-gpg-sign-region): Use it.
7120
7121 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
7122
7123 * cus-edit.el (custom-face-set): Call custom-push-theme before
7124 face-spec set so that `changed' theme is correctly saved.
7125 (custom-face-reset-standard): Reset to recalculated face rather
7126 than defface spec.
7127
7128 * custom.el (custom-push-theme): Only save `changed' theme if the
7129 current face does not match the defface specs.
7130
7131 2006-03-21 Simon Josefsson <jas@extundo.com>
7132
7133 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7134 <wilde@sha-bang.de>.
7135 (pgg-gpg-use-agent): New variable.
7136 (pgg-gpg-process-region): Use it.
7137 (pgg-gpg-encrypt-region): Likewise.
7138 (pgg-gpg-encrypt-symmetric-region): Likewise.
7139 (pgg-gpg-decrypt-region): Likewise.
7140 (pgg-gpg-sign-region): Likewise.
7141 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7142
7143 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
7144
7145 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
7146 bracket links.
7147
7148 2006-03-21 Kim F. Storm <storm@cua.dk>
7149
7150 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
7151 fringe-indicator-alist instead of modifying global value.
7152 (gdb-frame-handler): Likewise.
7153
7154 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
7155
7156 * diff-mode.el (diff-function): Make it inherit from diff-header
7157 instead of diff-context.
7158
7159 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
7160 bitmap.
7161 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
7162 change names in macro above for consistency.
7163 (gdb-frame-handler): Use hollow-right-triangle for all selected
7164 frames which except the innermost (where execution has stopped).
7165 (gdb-reset): Reset buffer-local values of overlay-arrow.
7166
7167 2006-03-20 Richard Stallman <rms@gnu.org>
7168
7169 * simple.el (set-mark-command): Doc fix.
7170
7171 * files.el (display-buffer-other-frame): New command.
7172 (ctl-x-4-map): Bind C-x 5 C-o to it.
7173
7174 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7175
7176 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
7177 rather than just defer-time, in case defer-time has been changed but
7178 the timer isn't running yet.
7179 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
7180
7181 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7182
7183 * help-mode.el (help-follow-symbol): New function.
7184 Essentially identical to the old `help-follow', but do not let
7185 `push-button' do the work when on an xref.
7186 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
7187
7188 2006-03-19 Richard Stallman <rms@gnu.org>
7189
7190 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
7191 preceded by the word `program'.
7192 (help-follow-mouse, help-follow): Throw error if not on xref.
7193 Delete no longer used args.
7194
7195 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
7196
7197 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
7198 annotation ensure gud-overlay-arrow-position is redisplayed.
7199
7200 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7201
7202 * textmodes/bibtex.el (bibtex-include-OPTkey)
7203 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
7204 (bibtex-autokey-name-case-convert)
7205 (bibtex-autokey-titleword-case-convert): Make these the aliases
7206 for the following two variables.
7207 (bibtex-autokey-name-case-convert-function)
7208 (bibtex-autokey-titleword-case-convert-function): Make these the
7209 real names.
7210 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
7211 bibtex-font-lock-crossref sublists.
7212 (bibtex-mode): Revert 2005-12-30 change (which made
7213 completion-ignore-case buffer-local).
7214 (bibtex-url): Simplify.
7215
7216 2006-03-19 Kim F. Storm <storm@cua.dk>
7217
7218 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
7219 cursor property value to 2 (to align with C level change).
7220
7221 2006-03-19 Bill Wohler <wohler@newt.com>
7222
7223 * image.el (image-load-path-for-library): Shorten first line in
7224 docstring.
7225
7226 2006-03-18 Richard Stallman <rms@gnu.org>
7227
7228 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
7229
7230 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
7231
7232 * isearch.el (isearch-other-meta-char): Handle user bindings for
7233 shifted control characters.
7234
7235 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
7236
7237 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
7238 part that matches email addresses, file names, etc.
7239
7240 2006-03-18 Eli Zaretskii <eliz@gnu.org>
7241
7242 * term/w32-win.el (mouse-set-font):
7243 Mention w32-list-proportional-fonts in the doc string.
7244
7245 2006-03-18 Kim F. Storm <storm@cua.dk>
7246
7247 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
7248 (ido-unc-hosts): New user option to explicitly define list of know
7249 UNC-style hosts for completion.
7250 (ido-cache-unc-host-shares-time): New user option.
7251 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
7252 New helper functions for UNC file-name support.
7253 (ido-may-cache-directory): Check for UNC host. Simplify.
7254 (ido-wash-history): Clean out old UNC hosts.
7255 (ido-nonreadable-directory-p): UNC hosts are always readable.
7256 (ido-directory-too-big-p): UNC hosts are never too big.
7257 (ido-set-current-directory): Handle UNC root path.
7258 (ido-file-name-all-completions): Complete UNC host names from
7259 ido-unc-hosts list. Cache UNC host shares.
7260 (ido-make-file-list-1): Don't filter UNC root.
7261 (ido-exhibit): Check for // in root directory, and switch to UNC
7262 mode by setting ido-current-directory to //.
7263
7264 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
7265
7266 * cus-edit.el (customize-changed-options): Mention explicit
7267 version number as default in prompt.
7268
7269 2006-03-17 Bill Wohler <wohler@newt.com>
7270
7271 * image.el (image-load-path-for-library): Minor docstring fix.
7272
7273 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
7274
7275 * textmodes/org.el (org-read-date): Include subgroup 5 into
7276 replacement text.
7277 (org-popup-calendar-for-date-prompt): Fix customization type.
7278
7279 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
7280
7281 * progmodes/gdb-ui.el (gud-watch): Provide completion.
7282 (gdb-continuation): New variable.
7283 (gdb-send): Deal with continuation lines.
7284
7285 * progmodes/gud.el (gud-gdb-complete-command)
7286 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
7287 expressions.
7288 (gud-tooltip-mode): Use buffer-local value.
7289
7290 2006-03-16 Kim F. Storm <storm@cua.dk>
7291
7292 * ido.el (ido-edit-input): Use selected match, if any.
7293
7294 2006-03-16 Bill Wohler <wohler@newt.com>
7295
7296 * image.el (image-load-path-for-library): Prefer user's images in
7297 image-load-path.
7298
7299 2006-03-16 Martin Rudalics <rudalics@gmx.at>
7300
7301 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
7302 when checking for attempt to drag leftmost or rightmost scrollbar.
7303
7304 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
7305
7306 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
7307 (gdb-force-mode-line-update): New function.
7308 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
7309 (gdb-exited): Use them.
7310 (gdb-signal): New function.
7311 (gdb-annotation-rules): Provide a rule for it.
7312
7313 2006-03-16 Kenichi Handa <handa@m17n.org>
7314
7315 * international/mule.el (auto-coding-regexp-alist): Add entries
7316 for Unicode BOM.
7317
7318 * sort.el (sort-build-lists): Temporarily bind
7319 inhibit-field-text-motion to t.
7320
7321 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
7322
7323 * locate.el (locate-command, locate-make-command-line)
7324 (locate-fcodes-file, locate-update-command)
7325 (locate-prompt-for-command, locate, locate-with-filter)
7326 (locate-get-file-positions): Doc fixes.
7327 (locate-buffer-name, locate-header-face): Remove leading `*' in
7328 defcustom.
7329 (locate-filter-output): Use `keep-lines' instead of its alias
7330 `delete-non-matching-lines'.
7331 (locate-get-filename, locate-get-dirname): Add introductory comment.
7332 (locate-find-directory-other-window): Give appropriate error
7333 message if used outside main listing.
7334
7335 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7336
7337 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
7338 the new extend-region feature.
7339 (font-lock-after-change-function): Update correspondingly.
7340 * jit-lock.el (jit-lock-after-change): Update correspondingly.
7341 * progmodes/grep.el (font-lock-lines-before): Don't disable.
7342
7343 2006-03-15 Bill Wohler <wohler@newt.com>
7344
7345 * image.el (image-load-path-for-library): Fix example by not
7346 recommending that one binds image-load-path. Just defvar it to
7347 placate compiler and only use it if previously defined.
7348
7349 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
7350
7351 * textmodes/org.el (org-insert-centered): Use `string-width' to
7352 make underlining work for wide characters.
7353 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
7354 TAB to `org-cycle', to make sure that no binding in
7355 `outline-mode-map' can supercede it.
7356
7357 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
7358
7359 * allout.el: Increment version to 2.2.1 in file commentary.
7360
7361 (allout-version): Increment to 2.2.1.
7362
7363 (allout-default-layout): New customization variable, used when the
7364 file lacks a specific allout-layout. Uses allout-layout-type for
7365 recursively nested definition.
7366
7367 (allout-layout-type): Widget defining allout layouts, necessary for
7368 self-recursive definition.
7369
7370 (allout-mode): Incorporate allout-default-layout as fallback for
7371 allout-layout.
7372
7373 (allout-layout): Mark as 'safe-local-variable', and refer mention
7374 fallback to `allout-default-layout' in absence of a specified value.
7375 (allout-passphrase-verifier-string)
7376 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
7377
7378 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
7379
7380 (allout-get-encryption-passphrase-verifier): Use correct name of
7381 passphrase verifier in docstring.
7382
7383 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
7384
7385 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
7386 elements.
7387 (gdb-find-watch-expression): Make it work for arrays too.
7388 Follow change to gdb-var-list.
7389 (gud-watch): Allow the user to enter variable name with a prexix
7390 arg. Create keybindings.
7391 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
7392 (gdb-var-list-children-handler, gdb-var-update-handler)
7393 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
7394 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
7395 Follow change to gdb-var-list.
7396 (gdb-starting): Don't show the overlay arrows when program is running.
7397
7398 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
7399 gdb-var-list.
7400
7401 2006-03-14 Bill Wohler <wohler@newt.com>
7402
7403 * image.el (image-load-path-for-library): Pass value of path
7404 rather than symbol. Always return list of directories.
7405 Guarantee that image directory comes first.
7406
7407 2006-03-14 Alan Mackenzie <acm@muc.de>
7408
7409 * font-core.el (font-lock-extend-region\(-function\)?.):
7410 New function/variable.
7411
7412 * font-lock.el (font-lock-after-change-function):
7413 Call font-lock-extend-region. Obey font-lock-lines-before.
7414 (font-lock-default-fontify-region): Remove reference to
7415 font-lock-lines-before.
7416
7417 * jit-lock.el (jit-lock-after-change):
7418 Call font-lock-extend-region. Obey font-lock-lines-before.
7419
7420 2006-03-14 David Ponce <david@dponce.com>
7421
7422 * tree-widget.el (tree-widget-themes-load-path)
7423 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
7424
7425 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
7426
7427 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
7428 (rcirc-print): Mark the start of text at the end of the prompt.
7429 (rcirc-track-minor-mode): Add autoload cookie.
7430 (rcirc-update-activity-string): Add space to front of mode-line
7431 indicator.
7432
7433 2006-03-13 Miles Bader <miles@gnu.org>
7434
7435 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
7436 (rcirc-abbrev-nick): Remove function.
7437 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
7438
7439 2006-03-13 David Ponce <david@dponce.com>
7440
7441 * tree-widget.el: Handle themes across all occurrences of the main
7442 themes sub-directory found in tree-widget-themes-load-path.
7443 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
7444 (tree-widget--locate-sub-directory): Return all occurrences.
7445 (tree-widget-themes-path): New function.
7446 Replace tree-widget-themes-directory, and return a list of directories.
7447 (tree-widget-set-parent-theme)
7448 (tree-widget-lookup-image): Use it.
7449
7450 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
7451
7452 * textmodes/org.el (org-link-search): Avoid self-matching of
7453 links, allow target text to be distributed over several lines.
7454 (org-search-not-link): New function.
7455 (org-set-regexps-and-options, org-get-current-options):
7456 New startup options.
7457 (org-export-as-html): Take odd-level setting from local variable.
7458 (org-fontify-emphasized-text): New option.
7459 (org-set-font-lock-defaults): Include emphasized text.
7460 (org-follow-mhe-link): Allow folder-only links, fix folder name.
7461 (org-font-lock): Customize group renamed from `org-faces'.
7462
7463 2006-03-13 John Paul Wallington <jpw@pobox.com>
7464
7465 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
7466 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
7467
7468 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
7469
7470 * cus-start.el (all): Delete :version keyword for members of the
7471 fringe group, since the entire group is new in 22.1.
7472
7473 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
7474
7475 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
7476 map if value is hexadecimal (an address).
7477 (gud-watch): Only search roots for existing watch expressions.
7478 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
7479 prevent caching problems with speedbar-update-directory-contents.
7480
7481 2006-03-12 Juri Linkov <juri@jurta.org>
7482
7483 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
7484 before comparing with `low' and `warn'.
7485
7486 * info.el (Info-dir-remove-duplicates): Move point to the
7487 beginning of the current line after deleting the entries from
7488 redundant heading. Use marker for `limit' and compare it with
7489 point before calling `re-search-forward'.
7490
7491 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7492
7493 * simple.el (yank): Fix typo in docstring.
7494
7495 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
7496
7497 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
7498 messages, where "D" is the 6th character.
7499
7500 2006-03-11 Eli Zaretskii <eliz@gnu.org>
7501
7502 * simple.el (yank): Fix last change.
7503
7504 2006-03-11 David Ponce <david@dponce.com>
7505
7506 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
7507 merging elements from the standard ispell-dictionary-alist.
7508 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
7509 alist, and return the new alist.
7510
7511 2006-03-11 Richard Stallman <rms@gnu.org>
7512
7513 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
7514
7515 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
7516 the way it is implemented is too unclean.
7517
7518 * simple.el (kill-region, yank): Doc fix.
7519
7520 * battery.el (battery-echo-area-format): Doc fix.
7521 (battery-mode-line-format): Likewise.
7522 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
7523 (battery-linux-proc-acpi): Ignore batteries that say "charged".
7524
7525 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7526
7527 * progmodes/octave-mod.el (octave-indent-for-comment):
7528 Behave according to do string.
7529
7530 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
7531
7532 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
7533 Be visible only if major mode is Mail Mode.
7534
7535 * textmodes/flyspell.el (flyspell-external-point-words)
7536 (flyspell-process-localwords): Fix last changes.
7537
7538 2006-03-11 Eli Zaretskii <eliz@gnu.org>
7539
7540 * calendar/holidays.el (list-holidays): Doc fix.
7541
7542 * international/mule.el (auto-coding-alist): Add .odt
7543 (OpenOffice's open document) files.
7544
7545 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
7546 document) files. Mention in the doc string the need to sync with
7547 auto-coding-alist.
7548
7549 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
7550
7551 * files.el (hack-local-variables-confirm): Don't prompt for ! if
7552 enable-local-variables is set to always query, or there is no
7553 savable variable.
7554
7555 2006-03-10 Bill Wohler <wohler@newt.com>
7556
7557 * image.el (image-load-path-for-library): Merge at least three
7558 functions from Gnus and MH-E into this one function that can now
7559 be shared.
7560
7561 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
7562
7563 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
7564 gdb-remove-mouse-face and remove help-echo too.
7565 (gdb-enqueue-input): Correct conditional clause.
7566
7567 2006-03-10 Glenn Morris <rgm@gnu.org>
7568
7569 * calendar/calendar.el (calendar-holidays): Doc fix.
7570 * calendar/holidays.el (list-holidays): Doc fix.
7571
7572 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
7573
7574 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
7575 it gets called in gdb-prompt anyway.
7576 (gdb-use-separate-io-buffer): Only restore window arrangement for
7577 gdb-many-windows.
7578 (gdb-enqueue-input): Make it harder to send GDB input when program
7579 is running.
7580 (gdb-buffer-list): New variable.
7581 (gdb-remove-mouse-face): New function.
7582 (gdb-starting): Use it when GDB input won't get sent.
7583
7584 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
7585
7586 * help.el (view-lossage): Remove trailing whitespace before
7587 inserting "\n".
7588
7589 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
7590
7591 * files.el (hack-local-variables-confirm):
7592 Set coding-system-for-read to nil before writing to .emacs.
7593
7594 * arc-mode.el (archive-extract): Check if an existing buffer name
7595 comes from a different archive.
7596
7597 * help.el (describe-key-briefly): If KEY is a down event, read and
7598 discard the up event.
7599
7600 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
7601
7602 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
7603 be edited and use font-lock-warning-face for any changes.
7604
7605 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
7606 (gdb-edit-value): Use it to report any errors.
7607
7608 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
7609
7610 * help.el (describe-key): Remove leftover test code.
7611
7612 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
7613
7614 * textmodes/org.el: Move defvars out of eval-when-compile.
7615 Use buffer-file-name variable.
7616 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
7617 arg `file'.
7618 (org-level-faces): Remove startup dependency.
7619 (org-cycle, org-map-tree, org-scan-tags)
7620 (org-remember-handler): Don't call `outline-level' directly.
7621 (org-mhe-search-all-folders): New option.
7622 (org-mhe-get-message-folder-from-index)
7623 (org-mhe-get-message-folder): Fix indexing search.
7624 (org-format-agenda-item): Handle nil TAGS argument.
7625 (org-cleaned-string-for-export, org-activate-target-links)
7626 (org-make-target-link-regexp): Deal with empty radio target list.
7627 (org-tag): New face.
7628 (org-get-level-face): New function.
7629 (org-set-font-lock-defaults): Simplify setup for headlines.
7630 (org-complete): Pass common substring to `display-completion-list'.
7631
7632 2006-03-06 David Ponce <david@dponce.com>
7633
7634 * tree-widget.el: Update Commentary header.
7635 (tree-widget-theme-name): Ignore parent themes.
7636 (tree-widget-set-parent-theme): New function.
7637 (tree-widget-set-theme): Use it.
7638 (tree-widget-set-image-properties): Move definition. Does nothing
7639 if image properties have already been set.
7640 (tree-widget-image-properties): Move definition. Receive an image
7641 name. Set the :pointer property.
7642 (tree-widget-lookup-image): Doc fix. Search in parent themes.
7643 Don't set the :pointer image property.
7644 (tree-widget-convert-widget): New function. Handle :dynargs
7645 compatibility here.
7646 (tree-widget): Use it to :convert-widget. Add the :expander-p
7647 predicate to control when the :expander function is entered.
7648 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
7649 (tree-widget-value-create): Handle :expander-p. widget-apply
7650 :expander.
7651 (tree-widget-expander-p): New function. Default value of the
7652 :expander-p property.
7653
7654 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
7655
7656 * help.el (describe-key): Properly handle the return value of
7657 read-key-sequence when grabbing an up-event. Cleanup mouse-1
7658 remaps. Handle string and vector `follow-link' values.
7659
7660 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7661
7662 * complete.el (PC-expand-many-files): Try be more careful when parsing
7663 the shell's output.
7664
7665 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7666
7667 * outline.el (hide-sublevels): Provide better interactive default.
7668
7669 2006-03-06 Kenichi Handa <handa@m17n.org>
7670
7671 * international/fontset.el (create-fontset-from-fontset-spec):
7672 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
7673
7674 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
7675
7676 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
7677 backslashes instead of one in regexp.
7678 (gud-tooltip-dereference): Add missing optional argument.
7679
7680 2006-03-04 John Paul Wallington <jpw@pobox.com>
7681
7682 * wdired.el (toplevel): Require `cl' at compile-time.
7683
7684 2006-03-04 Andreas Schwab <schwab@suse.de>
7685
7686 * server.el (server-process-filter): Handle errors during
7687 evaluation of the argument.
7688
7689 2006-03-03 John Paul Wallington <jpw@pobox.com>
7690
7691 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
7692 escape parentheses at beginning of line.
7693 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
7694 (t-mouse-mode): Remove period from end of error message.
7695
7696 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
7697
7698 * textmodes/flyspell.el (flyspell-process-localwords):
7699 Be case-sensitive.
7700
7701 2006-03-03 Martin Rudalics <rudalics@gmx.at>
7702
7703 * cus-edit.el (custom-quote): Remove function, since it has been
7704 moved to custom.el.
7705
7706 * font-lock.el (lisp-font-lock-keywords-2)
7707 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
7708 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
7709 they have no special meaning.
7710
7711 * midnight.el (clean-buffer-list): Handle case where base-buffer of
7712 indirect buffer gets killed before indirect buffer. Use dolist.
7713
7714 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
7715
7716 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
7717 value instead of a literal constant (1) on more pauses.
7718
7719 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7720
7721 * textmodes/flyspell.el (flyspell-external-point-words):
7722 Be case-sensitive.
7723
7724 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
7725
7726 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
7727 with "www".
7728
7729 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
7730
7731 * allout.el: Restablish intermediate missing comment header to
7732 preserve outline structure.
7733 (allout-beginning-of-current-entry): Skip invisible text.
7734 (allout-open-topic): Fix opening a topic at end-of-buffer.
7735 (allout-minor-mode): Move nearer to allout-mode function.
7736
7737 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
7738
7739 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
7740
7741 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
7742
7743 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
7744 is nil.
7745
7746 * progmodes/gud.el (gud-speedbar-menu-items):
7747 Use buffer-local-value and add missing :visible keyword.
7748
7749 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
7750
7751 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
7752
7753 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
7754 must be `follow-link'.
7755
7756 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
7757
7758 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
7759 formatting: No nested anchors.
7760 (org-all-targets): Fix bug with XEmacs compatibility.
7761 (org-read-date): Add (require 'parse-time).
7762 (org-set-tags): Fix bug with extra inserted space.
7763 (org-export-html-style): Define a style class for targets.
7764 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
7765 (org-hide-leading-stars): New option.
7766 (org-hide): New face.
7767 (org-set-font-lock-defaults): Allow to hide leading stars.
7768 (org-get-legal-level, org-tr-level): New functions.
7769 (org-odd-levels-only): New option.
7770 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
7771 (org-demote, org-promote): Deal with double-star levels.
7772 (org-convert-to-odd-levels): New command.
7773
7774 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
7775
7776 * speedbar.el (speedbar-update-localized-contents): Try to
7777 preserve window-start.
7778 (speedbar-update-directory-contents): Try to preserve window-start
7779 and window-point.
7780 (speedbar-update-special-contents): Don't move back to start of window.
7781
7782 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
7783 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
7784 speedbar-timer-fn.
7785 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
7786 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
7787 instead of gdb-speedbar-timer-fn.
7788
7789 2006-02-28 Jay Belanger <belanger@truman.edu>
7790
7791 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
7792 (math-compose-expr): Use latex option when calling
7793 `math-compose-tex-matrix' for latex mode.
7794
7795 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
7796
7797 * speedbar.el: Re-instate comments about developing for speedbar
7798 [this is what info and gdb-ui use even if better methods exist now].
7799
7800 * t-mouse.el: New file.
7801 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
7802 (t-mouse-lispy-buffer-posn-from-coords): Remove.
7803 (t-mouse-make-event-element): Use posn-at-x-y instead.
7804 (t-mouse-make-event): Deal with Fedora Core 3.
7805 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
7806 (t-mouse-mouse-position-function): New function. Use it instead
7807 of advising mouse-position.
7808 (t-mouse-mode): New minor mode.
7809 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
7810
7811 2006-02-27 Glenn Morris <rgm@gnu.org>
7812
7813 * calendar/calendar.el (calendar-holidays): Doc fix.
7814
7815 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
7816
7817 * progmodes/gdb-ui.el (gdb-source-window): New variable.
7818 Re-introduce the concept of a source window.
7819 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
7820 consistency with get-buffer-create.
7821 (def-gdb-auto-update-handler, gdb-info-locals-handler)
7822 (gdb-data-list-register-values-handler)
7823 (gdb-stack-list-locals-handler): Try to preserve window-start as
7824 well as window-point.
7825 (gdb-display-source-buffer): New function (old concept).
7826 (gdb-goto-breakpoint): Use it.
7827
7828 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
7829 for gdb-ui/gdb-mi (old concept).
7830
7831 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
7832
7833 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
7834 binding.
7835
7836 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
7837
7838 * textmodes/reftex-sel.el (reftex-select-label-map)
7839 (reftex-select-bib-map): Add `follow-mouse' binding.
7840
7841 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
7842
7843 * jka-cmpr-hook.el (jka-compr-compression-info-list)
7844 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
7845 Give :set functions to provide automatic updating.
7846 Update docstring. Give compiler defvars early in the file
7847 and move the defcustoms to a later spot where all called functions
7848 are defined.
7849 (jka-compr-file-name-handler-entry): Doc fix.
7850 (jka-compr-compression-info-list--internal)
7851 (jka-compr-mode-alist-additions--internal)
7852 (jka-compr-load-suffixes--internal): New variables.
7853 (jka-compr-install): Set the three above variables.
7854 Update `load-file-rep-suffixes' instead of `load-suffixes'.
7855 (jka-compr-update, jka-compr-set): New functions.
7856 (auto-compression-mode): Doc fix.
7857
7858 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
7859 Update `load-file-rep-suffixes' instead of `load-suffixes'.
7860 Use jka-compr-compression-info-list--internal,
7861 jka-compr-mode-alist-additions--internal and
7862 jka-compr-load-suffixes--internal.
7863
7864 * files.el (load-library):
7865 * loadhist.el (file-loadhist-lookup):
7866 * startup.el (command-line):
7867 * subr.el (locate-library):
7868 * emacs-lisp/autoload.el (update-directory-autoloads):
7869 * emacs-lisp/find-func.el (find-library-suffixes):
7870 Use `get-load-suffixes' instead of `load-suffixes'.
7871
7872 * subr.el (locate-library):
7873 * emacs-lisp/find-func.el (find-library-name):
7874 Use `load-file-rep-suffixes' instead of '("").
7875
7876 2006-02-26 Kim F. Storm <storm@cua.dk>
7877
7878 * ido.el (ido-save-history, ido-load-history): Simplify.
7879 Don't use find-file-noselect to avoid interference from other modes.
7880
7881 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
7882
7883 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
7884 to use the default shell if filename is not available.
7885 Reported by Giorgos Keramidas.
7886
7887 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
7888
7889 * progmodes/etags.el (tags-completion-table): Do completion from
7890 all the tables in the current list, as documented in the manual.
7891
7892 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7893
7894 * CC Mode Update to 5.31.3.
7895
7896 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7897
7898 * progmodes/cc-mode.el (c-postprocess-file-styles):
7899 Bind inhibit-read-only to t, around the call to
7900 c-remove-any-local-eval-or-mode-variables, so that it works on a
7901 RO file.
7902
7903 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7904
7905 * progmodes/cc-awk.el: Correct a typo.
7906
7907 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7908
7909 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
7910 c-hungry-delete-backwards, at the request of RMS. Leave the old
7911 name as an alias.
7912
7913 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7914
7915 * progmodes/cc-mode.el: Correct a typo.
7916
7917 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7918
7919 * progmodes/cc-defs.el: Update the version number to 5.31.3.
7920
7921 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7922
7923 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
7924 brace-else-brace (error due to mbeg, mend being undefined).
7925
7926 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7927
7928 * progmodes/cc-mode.el: File Local variables: Solve the problem
7929 where both `mode' and c-file-offsets are specified: `mode' will
7930 overwrite c-f-o's settings:
7931 (c-remove-any-local-eval-or-mode-variables): New function.
7932 (c-postprocess-file-styles): Call the above new function, within
7933 c-tentative-buffer-change, to splat `mode' and `eval' before the
7934 second hack-local-variables.
7935
7936 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7937
7938 * progmodes/cc-mode.el:
7939 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
7940 (c-after-change): Protect the match data with save-match-data.
7941 It was getting corrupted by c-after-change-check-<>-operators.
7942
7943 * cc-defs.el: [Supersedes patch V1.38]:
7944 (top level): Check for a buggy font-lock-compile-keywords ONLY in
7945 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
7946
7947 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
7948 with save-match-data. It was being corrupted when Font Lock was
7949 not enabled.
7950
7951 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
7952
7953 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
7954 Mode and Subword Mode.
7955
7956 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
7957 real labels ("case 1:" or "foo:") from non-labels ("public:").
7958 (c-forward-objc-directive): Replace c-forward-token-2 with crude
7959 coding; c-f-t-2 doesn't move over a token at EOB.
7960
7961 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
7962
7963 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
7964 (c-update-modeline): Concatenate the minor mode indicators
7965 directly onto mode-name, removing c-submode-indicators.
7966 Sometimes, c-s-i got separated from the mode name on the mode line.
7967
7968 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
7969 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
7970
7971 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7972
7973 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
7974 error message when there's an evaluation error to show whether
7975 it's loaded from source or not.
7976 (c-filter-ops): Make it available at runtime too to work when
7977 `c-make-init-lang-vars-fun' needs to evaluate from source.
7978
7979 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
7980
7981 * help.el (help): Revert last part of 2006-02-23 change (deletion
7982 of the `provide' call).
7983
7984 2006-02-23 Juri Linkov <juri@jurta.org>
7985
7986 * compare-w.el (compare-windows-highlight): Add new value
7987 `persistent' and change :type from `boolean' to `choice'.
7988 (compare-windows-overlays1, compare-windows-overlays2):
7989 New internal variables.
7990 (compare-windows-highlight): If compare-windows-highlight is
7991 `persistent', add current overlays to compare-windows-overlays[12]
7992 instead of adding compare-windows-dehighlight to pre-command-hook.
7993 (compare-windows-dehighlight): Delete all overlays from
7994 compare-windows-overlays[12].
7995
7996 * info.el (Info-search): Don't bind search-spaces-regexp to
7997 Info-search-whitespace-regexp in non-regexp isearch mode.
7998
7999 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8000
8001 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
8002
8003 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
8004
8005 * textmodes/org.el (org-xemacs-p)
8006 (org-export-html-show-new-buffer, org-table-may-need-update)
8007 (org-insert-item, org-mhe-get-message-real-folder)
8008 (org-mhe-get-message-folder-from-index)
8009 (org-mhe-get-message-folder, org-mhe-get-message-num)
8010 (org-mhe-get-header, org-make-org-heading-search-string)
8011 (org-make-org-heading-camel, org-table-sort-lines)
8012 (org-format-org-table-html, org-format-table-table-html):
8013 Fix typos in docstrings.
8014
8015 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
8016
8017 * textmodes/org.el (org-cleaned-string-for-export)
8018 (org-solidify-link-text): New function.
8019 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
8020 XEmacs, just to silence the compiler.
8021 (org-export-as-ascii, org-export-as-html-and-open):
8022 Use `org-cleaned-string-for-export' and create internal links.
8023 (org-follow-mhe-link): Require mh-e, use folder.
8024
8025 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
8026
8027 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
8028
8029 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
8030 gdb-debug-log-length.
8031 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
8032 it a real ring but...
8033 (gud-gdba-marker-filter): ...make it work like mark-ring.
8034 (gdb-enable-debug): Rename from gdb-enable-debug-log.
8035 (gdb-mouse-jump): New function. Add bindings.
8036
8037 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
8038
8039 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
8040 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
8041 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
8042 (gdb-debug-log-length): Customize it's length.
8043 (gud-watch, gdb-var-create-handler): Display function::var format
8044 but don't use to create variable object.
8045 (gdb-var-create-handler): Use message-box in place of message.
8046 (gdb-stopped): Call gdb-exited if signalled.
8047
8048 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
8049
8050 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
8051
8052 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
8053
8054 * textmodes/reftex.el (reftex-locate-file): Search all extensions
8055 if `reftex-try-all-extensions' is set.
8056
8057 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
8058 fail silently when there is no valid argument at point.
8059 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
8060 `fail-silently' argument. From a patch by David Reiter.
8061
8062 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
8063 New commands.
8064 (org-mark-ring): New variable.
8065 (org-mark-ring-length): New option.
8066 (org-open-at-point, org-goto, org-open-file): Push old position
8067 onto the mark ring.
8068 (org-add-hook): New function.
8069 (org-export-table-remove-special-lines): New option.
8070 (org-skip-comments, org-format-org-table-html): Respect new
8071 option `org-export-table-remove-special-lines'.
8072 (org-open-file): Allow special command configuration for
8073 directory link.
8074 (org-file-apps): Fix bugs in customize type, added setting
8075 for directories.
8076 (org-activate-tags, org-format-agenda-item, org-complete)
8077 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
8078 (org-get-tags, org-get-buffer-tags, org-open-at-point)
8079 (org-link-search, org-make-org-heading-search-string)
8080 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
8081 (org-radio-targets, org-file-link-context-use-camel-case)
8082 (org-activate-camels): New options.
8083 (org-update-radio-target-regexp, org-all-targets)
8084 (org-make-target-link-regexp, org-activate-target-links):
8085 New functions.
8086 (org-make-org-heading-search-string): New function.
8087 (org-store-link, org-insert-link): Use new option
8088 `org-file-link-context-use-camel-case'.
8089 (org-activate-camels): Use new option `org-activate-camels'.
8090 (org-link-regexp): Add mhe prefix.
8091 (org-open-at-point, org-store-link): Support for mhe links.
8092 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
8093 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
8094 (org-mhe-get-header, org-follow-mhe-link): New functions.
8095 (org-remove-angle-brackets, org-add-angle-brackets):
8096 New functions.
8097 (org-bracket-link-regexp): New constant.
8098 (org-read-date): Fix bug that was rejecting all typed dates.
8099 (org-link-search): Make hierarchy above visible after a match.
8100 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
8101 (org-store-link): Fix bug with link creation when cursor is in
8102 an empty line.
8103 (org-open-at-point): Fix bug with matching a link.
8104 Fixed buggy argument sequence in call to `org-view-tags'.
8105 (org-compile-prefix-format): Set `org-prefix-has-tag'.
8106 (org-prefix-has-tag): New variable.
8107 (org-format-agenda-item): Remove tags from headline
8108 if appropriate.
8109 (org-agenda-remove-tags-when-in-prefix): New option.
8110
8111 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
8112
8113 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
8114 Fix the regular expressions.
8115
8116 2006-02-21 Richard M. Stallman <rms@gnu.org>
8117
8118 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
8119 if there's no other specific basis.
8120
8121 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
8122 as variables at all.
8123 (unsafep-variable): Rename arg; doc fix.
8124
8125 * abbrevlist.el (list-one-abbrev-table): Add autoload.
8126
8127 * calendar/appt.el (diary-selective-display): Add defvar.
8128
8129 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
8130
8131 * isearch.el (search-whitespace-regexp): Fix custom type.
8132
8133 * help.el (describe-key-briefly): Compute interactive args
8134 in same was as before previous change.
8135
8136 * files.el (enable-local-variables): Doc fix.
8137
8138 2006-02-21 Kim F. Storm <storm@cua.dk>
8139
8140 * fringe.el: Cleanup as file is now pre-loaded.
8141 (fringe-bitmaps): Initialize unconditionally.
8142 (fringe-mode, set-fringe-style): Remove autoload cookies.
8143
8144 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8145
8146 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
8147 `horizontal-bar'.
8148 (fringe-cursor-alist): Use `horizontal-bar'.
8149
8150 2006-02-20 Kim F. Storm <storm@cua.dk>
8151
8152 * fringe.el (fringe-bitmaps): Update to new bitmap names.
8153 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
8154
8155 * loadup.el: Load "fringe" on window systems.
8156
8157 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
8158
8159 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
8160 out of scope components.
8161
8162 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
8163 default.
8164
8165 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
8166
8167 * custom.el (customize-mark-to-save, customize-mark-as-set):
8168 Load the symbol first.
8169
8170 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
8171
8172 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
8173 strech spec so it doesn't display as "^J" on the header line
8174 when `Buffer-menu-use-header-line' is t.
8175
8176 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
8177
8178 * speedbar.el (speedbar-make-button): Keep text properties
8179 of string arguments if desired.
8180
8181 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
8182 expessions.
8183
8184 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
8185 of speedbar.
8186
8187 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
8188
8189 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
8190 to value of `read-file-name-completion-ignore-case'.
8191
8192 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
8193
8194 * custom.el (customize-mark-as-set): Push to `user' theme.
8195
8196 * cus-edit.el (custom-save-variables): Allow unthemed values.
8197 (customize-set-variable): Push setting to `user' theme.
8198
8199 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
8200
8201 * progmodes/gud.el: Don't require font-lock as it's now
8202 automatically loaded.
8203 (gud-speedbar-buttons): Replace gdb-var-changed with
8204 gdb-force-update.
8205
8206 * progmodes/gdb-ui.el (gdb-force-update): Rename from
8207 gdb-var-changed.
8208 (gdb-post-prompt): Use it.
8209 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
8210 (gdb-var-update-handler, gdb-var-delete)
8211 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
8212 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
8213 gdb-force-update in gdb-post-prompt.
8214 (gdb-reset): Clear watch expressions from speedbar when quitting.
8215
8216 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8217
8218 * viper-cmd.el (viper-insert-state-post-command-sentinel)
8219 (viper-change-state-to-vi, viper-change-state-to-emacs):
8220 Make aware of cursor coloring in the Emacs state.
8221 (viper-special-read-and-insert-char): Use read-char-exclusive.
8222 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
8223
8224 * viper-init.el (viper-emacs-state-cursor-color): New variable.
8225
8226 * viper-util.el (viper-save-cursor-color)
8227 (viper-get-saved-cursor-color-in-replace-mode)
8228 (viper-get-saved-cursor-color-in-insert-mode)
8229 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
8230 state.
8231 (viper-get-saved-cursor-color-in-emacs-mode): New function.
8232
8233 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
8234 (ediff-ignore-case-option3, ediff-actual-diff-options)
8235 (ediff-actual-diff3-options): New variables to control case sensitivity.
8236 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
8237 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
8238 (ediff-toggle-ignore-case): New function.
8239 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
8240
8241 * ediff-help.el (ediff-long-help-message-narrow2)
8242 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
8243 (ediff-long-help-message-word-mode): Add ignore-case command.
8244 (ediff-help-for-quick-help): Add ignore-case command.
8245
8246 * ediff-merg.el: Move provide to the end.
8247
8248 * ediff-ptch.el: Move provide to the end.
8249
8250 * ediff-wind.el: Move provide to the end.
8251
8252 * ediff-mult.el: Move provide to the end.
8253 (ediff-set-meta-overlay): Enable follow-link.
8254
8255 * ediff.el: Move provide to the end.
8256 Break recursive load cycle in eval-when-compile.
8257 (ediff-patch-buffer): Better heuristics.
8258
8259 * ediff-util.el: Move provide to the end.
8260 Break recursive load cycle in eval-when-compile.
8261 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
8262 defuns.
8263 (ediff-submit-report): Pass the values of ediff-diff3-program,
8264 ediff-diff3-options.
8265
8266 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
8267
8268 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
8269 the opening bracket of the following bracketing pairs: {}, [], (), <>,
8270 `' (for example, in the docstring of `windmove-default-keybindings').
8271
8272 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
8273
8274 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
8275 shadow face. Don't provide binding to edit variable when it is
8276 out of scope.
8277
8278 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
8279 (gdb-var-update-handler): Detect out of scope variables with pre
8280 GDB 6.4 too.
8281 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
8282 Reset status of variable objects to nil in update handlers.
8283 (gdb-var-update-handler-1): Detect when a variable object comes
8284 in scope. setcar on var changes gdb-var-list directly.
8285
8286 2006-02-17 Juri Linkov <juri@jurta.org>
8287
8288 * ffap.el (ffap) <defface>: Add explicit face declaration.
8289 (ffap-highlight): Use face `ffap' directly instead of checking
8290 for its existence.
8291
8292 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
8293 `visible-ok' of `other-buffer' to find the right original buffer.
8294
8295 * info.el (Info-search): Skip `Local Variables' node.
8296
8297 2006-02-17 Juri Linkov <juri@jurta.org>
8298
8299 * info.el (Info-find-file): Check for symbols `apropos', `history',
8300 `toc' in the input filename, and return these symbols as is.
8301 (Info-find-node-2): Set Info-current-file to symbols `apropos',
8302 `history', `toc' instead of strings.
8303 (Info-set-mode-line): For non-string Info-current-file use the
8304 symbol's name inside **.
8305 (Info-isearch-push-state): Add quote before Info-current-file and
8306 Info-current-node.
8307 (Info-isearch-pop-state): Use `equal' instead of `string='.
8308 (Info-extract-pointer, Info-following-node-name): Use
8309 `match-string-no-properties' instead of `match-string'.
8310 (Info-up): Check `old-file' for `stringp'.
8311 (Info-history): Use `equal' instead of `string-equal'.
8312 Check `file' for `stringp'.
8313 (Info-history): Use symbol `history' instead of string as first arg
8314 of `Info-find-node'.
8315 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
8316 `toc' instead of string.
8317 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
8318 instead of `buffer-substring', and `match-string-no-properties'
8319 instead of `match-string'.
8320 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
8321 instead of strings.
8322 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
8323 Use symbol `apropos' instead of string.
8324 (Info-copy-current-node-name): Check `Info-current-file' for
8325 `stringp' and construct a command with `Info-find-node' from it.
8326 (Info-fontify-node): Use `match-string-no-properties' instead of
8327 `match-string' and check file names for `stringp'.
8328 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
8329 `history', `toc' instead of strings.
8330
8331 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
8332
8333 * files.el: Rearrange functions and variables in the file local
8334 variables section.
8335
8336 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
8337
8338 * files.el: Add truncate-lines, ispell-check-comments and
8339 ispell-local-dictionary as safe local variables.
8340
8341 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
8342
8343 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
8344 out of scope variables.
8345 (gud-speedbar-buttons): Use unless.
8346
8347 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
8348 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
8349 (gdb-show-changed-values): Also use for out of scope variables.
8350 (gdb-var-update-handler-1): Note if variable goes out of scope.
8351
8352 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
8353
8354 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
8355 default to global variable values for unsupplied args.
8356 (rcirc-get-buffer-create): Fix bug with setting the target.
8357 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
8358 test for rcirc-always-use-server-buffer-flag here.
8359 (rcirc-response-formats): Add %N, which is a facified nick. %n
8360 uses the default face. Change the ACTION format string. If the
8361 "nick" is the server, don't print anything for that field.
8362 Comment fixes.
8363 (rcirc-target-buffer): Don't test
8364 rcirc-always-use-server-buffer-flag here.
8365 (rcirc-print): Squeeze extra spaces out of the text before message.
8366 (rcirc-put-nick-channel): Strip potential "@" char from nick
8367 before adding them to nick table.
8368 (rcirc-url-regexp): Improve to match address like "foo.com".
8369
8370 2006-02-17 Eli Zaretskii <eliz@gnu.org>
8371
8372 * allout.el (allout-hidden-p): Move this defsubst before
8373 allout-overlay-interior-modification-handler, where it is first
8374 used.
8375
8376 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
8377
8378 * allout.el: Use allout invisible-text overlays instead of
8379 selective display for concealed text. Also, lots of general
8380 cleanup, and improved compatibility code.
8381
8382 (allout-version) Incremented, corrected, revised, and refined
8383 module commentary.
8384
8385 (provide 'allout): Moved to the bottom, added a require of overlay.
8386
8387 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
8388 `except-current'.
8389 (allout-write-file-hook-handler): Minimize delay.
8390 (count-trailing-whitespace-region): New function so
8391 auto-encryption of current topic can resituate cursor exactly.
8392 PGP/GPG encryption trims trailing whitespace from lines, which
8393 must be accounted for across encryption then decryption.
8394
8395 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
8396 just plain "\C-c", to avoid intruding on user's keybinding space.
8397
8398 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
8399 parameter, so user request to provide a new password is done.
8400
8401 (allout-outside-normal-auto-fill-function, allout-auto-fill):
8402 Refined mechanism for auto-filling behavior while in allout mode.
8403
8404 (allout-mode): Explicitly specify the mode map in the docstring.
8405 Clarify provision for various write-file hook var names.
8406 Adjusted for invisible-text overlays instead of selective-display.
8407
8408 (allout-depth): Really return 0 if not within any topic. This
8409 rectifies `allout-beginning-of-level' and sequence numbering
8410 errors that occur when cutting and pasting numbered topics.
8411 Changed from a in-line subst to a regular function, as well.
8412
8413 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
8414
8415 (allout-end-of-subtree, allout-end-of-subtree)
8416 (allout-end-of-entry, allout-end-of-current-heading)
8417 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
8418 (allout-show-children, allout-show-to-offshoot)
8419 (allout-hide-current-entry, allout-show-current-entry): Rectified
8420 handling of trailing blank lines between items.
8421
8422 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
8423 (allout-current-depth, allout-unprotected, allout-hidden-p)
8424 (allout-on-current-heading-p, allout-listify-exposed)
8425 (allout-chart-subtree, allout-goto-prefix)
8426 (allout-back-to-current-heading, allout-get-body-text)
8427 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
8428 (allout-hide-region-body, allout-toggle-subtree-encryption)
8429 (allout-encrypt-string, allout-encrypted-key-info)
8430 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
8431 (allout-file-vars-section-data): Adjusted for use with
8432 invisible-text overlays instead of selective-display.
8433
8434 (allout-kill-line, allout-kill-topic, allout-yank-processing):
8435 Reworked for use with invisible text overlays.
8436
8437 (allout-current-topic-collapsed-p): New function.
8438
8439 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
8440 to know when to close the containing topic.
8441
8442 (allout-pre-command-business, allout-post-command-business):
8443 Simplify undo-batching and dynamic isearch exposure.
8444
8445 (allout-set-overlay-category): New for invisible-text overlays.
8446 Sets properties of allout-overlay-category, used by
8447 allout-flag-region to set invisible-text overlay properties.
8448 (allout-get-invisibility-overlay): Get the first qualifying
8449 invisibility overlay, so we can find the extent of it.
8450 (allout-back-to-visible-text): Get to just before the beginnining
8451 of the current invisibility overlay, if any.
8452
8453 (allout-overlay-insert-in-front-handler)
8454 (allout-overlay-interior-modification-handler)
8455 (allout-before-change-handler, allout-isearch-end-handler): New
8456 functions to handle extraordinary actions affecting concealed
8457 text.
8458
8459 (allout-flag-region): Use overlays instead of selective-display
8460 for invisible text - by inheritence from the properties of
8461 allout-overlay-category in mainline Emacs, and applied
8462 property-by-property in XEmacs, some recent versions of which
8463 don't inherit the properties from the category. Provisions to
8464 respond to concealed-text edits simplified drastically.
8465
8466 (allout-isearch-rectification, allout-isearch-was-font-lock)
8467 (allout-isearch-expose, allout-enwrap-isearch)
8468 (allout-isearch-abort, allout-pre-was-isearching)
8469 (allout-isearch-prior-pos, allout-isearch-did-quit)
8470 (allout-isearch-dynamic-expose)
8471 (allout-hide-current-entry-completely): Functions deleted.
8472
8473 (allout-undo-aggregation): Explicit undo aggregation no longer
8474 necessary due to transition away from selective-display.
8475
8476 (set-allout-regexp, allout-up-current-level)
8477 (allout-next-visible-heading, allout-forward-current-level)
8478 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
8479 (allout-kill-line, allout-yank-processing, allout-show-children)
8480 (allout-expose-topic, allout-old-expose-topic)
8481 (allout-listify-exposed, allout-insert-latex-header)
8482 (allout-toggle-subtree-encryption, allout-encrypt-string)
8483 (remove-from-invisibility-spec, allout-hide-current-subtree):
8484 Ditched unused variables.
8485
8486 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
8487
8488 * textmodes/ispell.el (ispell-change-dictionary): Call
8489 ispell-buffer-local-dict instead of
8490 ispell-accept-buffer-local-defs.
8491 (ispell-local-dictionary-alist): Accept as valid any coding-system
8492 supported by Emacs.
8493 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
8494 changed to iso-8859-3.
8495
8496 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
8497
8498 * speedbar.el (speedbar-frame-width): Make an inline function
8499 instead of a macro. Use frame-width.
8500 (speedbar-try-completion, speedbar-update-contents)
8501 (speedbar-timer-fn): Use consp.
8502 (speedbar-update-localized-contents): Try to preserve point.
8503
8504 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
8505 (menu): Re-order menu items.
8506 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
8507 field.
8508 (gdb-var-update-handler-1): Use it for GDB 6.4+.
8509 (gdb-post-prompt): Speed things by not forcing update.
8510
8511 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
8512
8513 * wid-edit.el (widget-button-click): For mouse-1, cancel button
8514 press and perform default action if we get a mouse movement event.
8515
8516 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
8517
8518 * calendar/icalendar.el (icalendar--get-event-property)
8519 (icalendar--get-event-property-attributes): Fix typos in
8520 docstrings.
8521
8522 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
8523 docstring.
8524
8525 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
8526
8527 * bs.el (bs-mode): Use `buffer-disable-undo'.
8528 (bs--get-file-name): Simplify.
8529 (bs-show-in-buffer): Mark the buffer as not modified.
8530
8531 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
8532
8533 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
8534 widget-button-click.
8535
8536 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
8537 (custom-mode): Update docstring.
8538
8539 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
8540 binding.
8541
8542 * files.el (hack-local-variables-confirm): Allow scrolling if the
8543 file variable list is too long. Kill temp buffer after use.
8544
8545 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
8546
8547 * progmodes/gud.el (gdb): Improve doc string.
8548 (gdb-script-font-lock-keywords): Expand allowed character set.
8549
8550 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
8551 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
8552 (gdb-separate-io-interrupt, gdb-separate-io-quit)
8553 (gdb-separate-io-stop, gdb-separate-io-eof):
8554 Rename from gdb-inferior-* to gdb-separate-*.
8555 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
8556
8557 2006-02-14 Jay Belanger <belanger@truman.edu>
8558
8559 * calc/calc-arith.el (math-check-known-scalarp): Make sure
8560 expression is a symbol before checking that it is bound.
8561
8562 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
8563 test to see if equation can be solved.
8564
8565 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
8566
8567 * wid-edit.el (widget-button-click): Use :pressed-face property
8568 for overlay face, if it exists.
8569
8570 * cus-edit.el (custom-manual, custom-add-see-also)
8571 (custom-add-parent-links, custom-group-link): Add :pressed-face
8572 property to links.
8573
8574 * files.el (hack-local-variables): Remove ignored variables before
8575 checking if any variables need setting.
8576
8577 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8578
8579 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
8580
8581 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
8582
8583 * help.el (where-is): Fix message for remapped commands.
8584
8585 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
8586 Fix typos in docstrings.
8587
8588 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
8589
8590 * files.el (safe-local-variable-values): New option.
8591 (hack-local-variables-prop-line): Return a list of variable-value
8592 pairs if MODE-ONLY is non-nil.
8593 (hack-local-variables): Construct list of variable-value pairs,
8594 and apply or reject them in one go. Ask for confirmation if
8595 variables are not known safe.
8596 (hack-local-variables-confirm): Complete rewrite. Support
8597 `safe-local-variable-values'.
8598 (enable-local-variables): Update docstring to reflect new
8599 behavior.
8600 (ignored-local-variables): Ignore ignored-local-variables and
8601 safe-local-variable-values.
8602 (safe-local-variable-p): New function.
8603 (risky-local-variable-p): `safe-local-variable' property check
8604 moved to safe-local-variable-p.
8605 (hack-one-local-variable): Checks moved to hack-local-variables.
8606
8607 (byte-compile-dynamic, c-basic-offset, c-file-style)
8608 (c-indent-level, comment-column, fill-column, fill-prefix)
8609 (indent-tabs-mode, kept-new-versions, no-byte-compile)
8610 (no-update-autoloads, outline-regexp, page-delimiter)
8611 (paragraph-start, paragraph-separate, sentence-end)
8612 (sentence-end-double-space tab-width, version-control):
8613 Add `safe-local-variable' property.
8614
8615 * find-lisp.el: Delete nonexistent `autocompile' file variable.
8616
8617 * icomplete.el, play/landmark.el: Change nonexistent
8618 `outline-layout' file variable to `allout-layout'.
8619
8620 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
8621
8622 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
8623 (gdb-get-changed-registers): Test value of gud-minor-mode relative
8624 to gud-comint-buffer.
8625 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
8626 gdb-ui.el for gdb-mi.el.
8627 (gdb-post-prompt, gdb-get-changed-registers): Move test for
8628 registers buffer to gdb-get-changed-registers.
8629 (gdb-breakpoint-regexp): New regexp. Allow toggling and
8630 deletion of catchpoints (throw and catch).
8631 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
8632 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
8633 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
8634 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
8635 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
8636
8637 2006-02-13 Jay Belanger <belanger@truman.edu>
8638
8639 * calc/calc-arith.el (math-check-known-matrixp): Make sure
8640 expression is a symbol before checking that it is bound.
8641
8642 2006-02-13 Richard M. Stallman <rms@gnu.org>
8643
8644 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
8645 for the minibuffer too, but not if resize-mini-windows will interfere.
8646
8647 * help.el (describe-key-briefly, describe-key): Do all arg-reading
8648 inside `interactive' spec.
8649 (describe-key-briefly-internal, describe-key-internal):
8650 Functions merged back into their callers.
8651
8652 2006-02-13 Martin Rudalics <rudalics@gmx.at>
8653
8654 * info.el (info-xref-visited): Inherit from info-xref too.
8655 (Info-set-mode-line): Replace occurrences of `%' by `%%'
8656 when propertizing Info-current-file and Info-current-node.
8657
8658 2006-02-13 Juri Linkov <juri@jurta.org>
8659
8660 * tumme.el (tumme-thumbnail-storage): Fix docstring.
8661 (tumme-thumb-name): Fix per-directory format.
8662
8663 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
8664
8665 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
8666
8667 2006-02-12 Miles Bader <miles@gnu.org>
8668
8669 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
8670
8671 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
8672
8673 * tumme.el: Remove history section. If someone needs the it, it
8674 can always be found in CVS.
8675
8676 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
8677
8678 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
8679 about the Thumbnail Managing Standard option.
8680
8681 2006-02-12 Richard M. Stallman <rms@gnu.org>
8682
8683 * subr.el (substitute-key-definition): Doc fix.
8684
8685 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
8686
8687 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
8688
8689 * info.el (Info-mode): Doc fix.
8690
8691 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
8692
8693 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
8694
8695 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
8696 because on Solaris a POSIX compatible "id" is needed. Reported by
8697 Magnus Henoch <mange@freemail.hu>.
8698
8699 2006-02-12 Juri Linkov <juri@jurta.org>
8700
8701 * tumme.el: Remove todo item about Thumbnail Managing Standard.
8702 (tumme) <defgroup>: Change :group to `multimedia'.
8703 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
8704 Managing Standard.
8705 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
8706 Fix dostring.
8707 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
8708 and %y. Fix docstring.
8709 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
8710 (tumme-cmd-create-standard-thumbnail-command): New user options.
8711 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
8712 is `standard'. Fix docstring.
8713 (tumme-thumb-width, tumme-thumb-height): New user options.
8714 (tumme-external-viewer): Try to find various viewers.
8715 (tumme-get-thumbnail-image): Use `create-image' instead of
8716 constructing the `image' structure.
8717 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
8718 `standard'.
8719 (tumme-thumb-name): Add file name generation for standard storage.
8720 Simplify code for other storages.
8721 (tumme-thumb-name): Use width %w and height %h instead of size %s.
8722 Add modification time %m and thumbnail-nq8 %q.
8723 Use `tumme-cmd-create-standard-thumbnail-command' if
8724 tumme-thumbnail-storage is `standard'.
8725 (tumme-dired-insert-marked-thumbs): New autoload command.
8726 (tumme-dired-after-readin-hook): New function.
8727 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
8728 `tumme-thumb-size'.
8729 (tumme-display-image): Replace size-x %x and size-y %y with
8730 width %w and height %h.
8731
8732 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
8733 `tumme-dired-insert-marked-thumbs'.
8734
8735 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
8736
8737 * tumme.el (tumme-write-tag): Fix small bug (file name did not
8738 include path).
8739 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
8740 matching tag.
8741
8742 2006-02-12 Miles Bader <miles@gnu.org>
8743
8744 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
8745 New variables.
8746 (rcirc-abbrev-nick): New function.
8747 (rcirc-format-response-string): Rewrite to use the formats in
8748 `rcirc-response-formats' and expand escape sequences therein.
8749 A text-property `rcirc-text' is added over the actual response
8750 text to make easy to find inside the returned string.
8751 (rcirc-print): When filling, just look for the `rcirc-text'
8752 text-property to find the appropriate fill prefix, instead of
8753 using hardwired patterns.
8754
8755 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
8756
8757 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
8758 Managing Standard.
8759
8760 2006-02-11 Kim F. Storm <storm@cua.dk>
8761
8762 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
8763 Don't use insert-buffer; do insert-buffer-substring directly.
8764 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
8765
8766 2006-02-11 Martin Rudalics <rudalics@gmx.at>
8767
8768 * files.el (revert-buffer, recover-file): Replace buffer-read-only
8769 with inhibit-read-only. Suggested by Stefan Monnier.
8770 (revert-buffer): Let insert-file-contents discard
8771 buffer-undo-list. Simplify code.
8772 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
8773
8774 2006-02-11 Eli Zaretskii <eliz@gnu.org>
8775
8776 * menu-bar.el (menu-bar-select-yank): Add a doc string.
8777
8778 * help.el (describe-key-briefly): Now a wrapper for
8779 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
8780 to t. Populate yank-menu if empty.
8781 (describe-key-briefly-internal): Renamed from describe-key-briefly.
8782 (describe-key): Now a wrapper for describe-key-internal. Bind
8783 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
8784 (describe-key-internal): Renamed from describe-key.
8785
8786 2006-02-11 Milan Zamazal <pdm@zamazal.org>
8787
8788 * progmodes/glasses.el (glasses-separator): Doc fix.
8789 (glasses-original-separator): New defcustom.
8790 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
8791
8792 2006-02-11 Martin Rudalics <rudalics@gmx.at>
8793
8794 * mwheel.el (mouse-wheel-up-event): Doc fix.
8795
8796 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
8797
8798 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
8799 (tumme-dir): New function. Copied from thumbs.el.
8800
8801 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
8802
8803 * desktop.el (desktop-outvar): Fix typo.
8804 (desktop-save-buffer-p): Doc fix.
8805
8806 * subr.el (substitute-key-definition): Fix typo.
8807
8808 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8809
8810 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
8811 when window-system is mac.
8812
8813 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
8814
8815 2006-02-10 Kim F. Storm <storm@cua.dk>
8816
8817 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
8818 indirect-function instead of using condition-case.
8819
8820 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
8821
8822 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
8823 less `colloquial'...
8824
8825 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
8826
8827 * tumme.el: Add a couple of todo items.
8828
8829 2006-02-09 Lars Hansen <larsh@soem.dk>
8830
8831 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
8832 (highlight-changes-mode): Don't change desktop-locals-to-save.
8833
8834 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
8835
8836 * image-mode.el (image-toggle-display): Clear image cache if using
8837 filename.
8838
8839 2006-02-09 Masatake YAMATO <jet@gyve.org>
8840
8841 * dired-x.el (dired-guess-shell-alist-default): Add .man as
8842 a `dired-man' target.
8843
8844 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
8845 boundary of symbols.
8846
8847 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
8848
8849 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
8850
8851 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
8852
8853 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
8854 `mapcar'; return nil.
8855
8856 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
8857
8858 * mouse.el (mouse-drag-track): Don't change window if we rebind to
8859 some other event.
8860
8861 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
8862
8863 * net/rcirc.el (rcirc-startup-channels-alist):
8864 Add irc.freenode.net and #emacs as defaults.
8865 (rcirc-ignore-all-activity-flag): Remove variable.
8866 (rcirc-authinfo): New variable.
8867 (rcirc-authinfo-filename): Remove variable.
8868 (rcirc-always-use-server-buffer-flag): New flag.
8869 (rcirc): M-x rcirc will automatically connect without prompting.
8870 C-u M-x rcirc will prompt. Use rcirc-connect to create a
8871 connection in lisp.
8872 (rcirc-process-server-response-1): Remove everything but the nick
8873 portion of the sender so it doesn't need to be done everywhere
8874 else. Update related code.
8875 (global-map): Remove global keybindings.
8876 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
8877 (rcirc-send-input): Split into several functions.
8878 (rcirc-process-input-line, rcirc-process-message)
8879 (rcirc-process-command): New functions.
8880 (rcirc-target-buffer): New function to determine where to route
8881 messages.
8882 (rcirc-user-nick): Save match data.
8883 (rcirc-toggle-ignore-buffer-activity)
8884 (rcirc-update-activity-string): Remove global ignore functionality,
8885 which can be done now by toggling rcirc-track-minor-mode.
8886 (rcirc-track-minor-mode-map): New keymap.
8887 (rcirc-track-minor-mode): New minor-mode.
8888 (ignore): Make the ignore output nicer. Always print it when
8889 adding or removing nicks.
8890 (rcirc-url-regexp): Improve.
8891 (rcirc-mangle-text): Remove properties before using text in the
8892 modeline.
8893 (rcirc-authenticate): Authentication data comes from
8894 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
8895 (rcirc-server-prefix): Inherit from rcirc-server.
8896
8897 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
8898
8899 * Makefile.in (compile): Append "|| true" to the end of the `find'
8900 command, like compile-always does.
8901
8902 2006-02-08 Sam Steingold <sds@gnu.org>
8903
8904 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
8905 output from a dead connection.
8906
8907 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
8908
8909 * dired.el (dired-mode-map): Add more bindings for tumme.
8910
8911 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
8912
8913 * wdired.el (wdired-mode-map): Use remap.
8914 (wdired-get-filename): Massage.
8915 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
8916 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
8917 `keymap' property rather than `local-map'.
8918
8919 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
8920
8921 * tumme.el (tumme-get-thumbnail-image): New utility function.
8922 Suggested by from Chong Yidong.
8923 (tumme-dired-with-window-configuration): Rename from
8924 `tumme-dired'. Add code to save window configuration.
8925 (tumme-restore-window-configuration): New command to restore the
8926 window configuration that `tumme-dired-with-window-configuration'
8927 saves before it changes the window configuration.
8928 (tumme-show-all-from-dir): New command to display thumbnails for
8929 all files in a directory entered by the user, like M-x thumbs.
8930 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
8931 have been created.
8932 (tumme-display-thumbnail-original-image): Call `display-buffer'.
8933 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
8934 Remove obsolete test function.
8935
8936 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
8937
8938 * vc.el (small-temporary-file-directory): Remove defvar; there's
8939 a defcustom for it in files.el.
8940
8941 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
8942 Fix typo in message.
8943 (tumme-gallery-generate): Fix typo in `error' message.
8944 (tumme-display-window-height-correction)
8945 (tumme-display-window-width-correction, tumme-line-up-dynamic)
8946 (tumme-line-up-interactive): Dox fixes.
8947 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
8948 (tumme-restore-window-configuration, tumme-format-properties-string)
8949 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
8950 Fix typos in docstrings.
8951
8952 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
8953
8954 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
8955
8956 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
8957
8958 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
8959 User should use hook if desired.
8960
8961 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
8962 buffer if necessary.
8963 (gdb-delete-frame-or-window): New function.
8964 (gdb-breakpoints-mode-map): Bind "q" to it.
8965
8966 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8967
8968 * textmodes/nroff-mode.el: Clean up name space.
8969 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
8970 (nroff-mode): Obey the global setting of nroff-electric-mode.
8971 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
8972
8973 * calendar/calendar.el (calendar-increment-month): Typo in last change.
8974
8975 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
8976
8977 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
8978
8979 2006-02-06 Lars Hansen <larsh@soem.dk>
8980
8981 * generic-x.el (etc-fstab-generic-mode): Add file system types
8982 cifs and usbdevfs. Allow special chars in file names.
8983
8984 2006-02-05 Jay Belanger <belanger@truman.edu>
8985
8986 Update copyright notices of the files in lisp/calc.
8987
8988 2006-02-05 Romain Francoise <romain@orebokech.com>
8989
8990 Update copyright notices of all files in the lisp/play directory.
8991
8992 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
8993
8994 * ldefs-boot.el: Regenerate.
8995
8996 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
8997
8998 2006-02-05 Kim F. Storm <storm@cua.dk>
8999
9000 * files.el (magic-mode-regexp-match-limit): New defvar.
9001 (set-auto-mode): Use it to limit magic-mode-alist matching.
9002
9003 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
9004
9005 * simple.el (display-message-or-buffer): Compare the number of
9006 characters to the frame width when determining whether a 1-line
9007 message string will fit in the echo area. Count screen lines
9008 instead of buffer lines when determining whether a multi-line
9009 message will fit in the echo area/minibuffer window.
9010
9011 2006-02-04 Eli Zaretskii <eliz@gnu.org>
9012
9013 * info.el (Info-index, Info-mode): Improve the description of the
9014 `i' command.
9015
9016 * ldefs-boot.el: Regenerate.
9017
9018 2006-02-03 Werner Lemberg <wl@gnu.org>
9019
9020 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
9021 greedy to find the closing bracket in \*[...] and similar
9022 expressions. This is a first rough fix -- many additional
9023 refinements are necessary to make nroff mode really usable with groff.
9024
9025 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
9026
9027 * international/mule-cmds.el (set-locale-environment):
9028 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
9029 libX11.
9030
9031 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
9032
9033 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
9034 archive are created in archive-tmpdir.
9035
9036 2006-02-02 John Paul Wallington <jpw@pobox.com>
9037
9038 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
9039 (ibuffer-fontification-alist): Use it.
9040 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
9041 to "* z" and the Ibuffer Mark menu.
9042
9043 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
9044
9045 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
9046
9047 * textmodes/table.el (*table--cell-describe-mode)
9048 (*table--cell-describe-bindings): Undo last change since
9049 print-help-return-message is not obsoleted by anything at all.
9050
9051 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
9052
9053 * emulation/cua-base.el (cua-mode): Doc fix.
9054
9055 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
9056
9057 * dframe.el (dframe-handle-make-frame-visible)
9058 (dframe-handle-iconify-frame, dframe-get-focus)
9059 (dframe-select-attached-frame, dframe-power-click)
9060 (dframe-frame-mode): Fix typos in docstrings.
9061
9062 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
9063 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
9064 Fix typos in docstrings.
9065
9066 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
9067 (hi-lock-face-buffer, hi-lock-font-lock-hook)
9068 (hi-lock-archaic-interface-message-used)
9069 (hi-lock-file-patterns-range): Fix typos in docstrings.
9070
9071 * savehist.el (savehist-loaded, savehist-load, savehist-install)
9072 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
9073
9074 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
9075 Fix typo in docstring.
9076
9077 * net/newsticker.el (newsticker--decode-iso8601-date)
9078 (newsticker--set-customvar, newsticker--buffer-insert-item)
9079 (newsticker--do-run-auto-mark-filter)
9080 (newsticker--parse-generic-feed): Doc fixes.
9081 (newsticker--retrieval-timer-list, newsticker-url-list)
9082 (newsticker-hide-immortal-items-in-echo-area)
9083 (newsticker-hide-obsolete-items-in-echo-area)
9084 (newsticker-new-item-face, newsticker--enclosure)
9085 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
9086 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
9087 (newsticker--parse-generic-feed, newsticker--cache-contains)
9088 (newsticker--stat-num-items, newsticker-download-enclosures):
9089 Fix typos in docstrings.
9090
9091 * net/rcirc.el (rcirc-debug): Doc fix.
9092 (rcirc-fill-column, rcirc-receive-message-hooks)
9093 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
9094 (rcirc-mode, rcirc-generate-new-buffer-name)
9095 (rcirc-startup-channels, rcirc-ignore-update-automatic)
9096 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
9097 Fix typos in docstrings.
9098 (rcirc-print): "?\ " -> "?\s".
9099 (rcirc-cmd-join): Improve argument/docstring consistency.
9100
9101 2006-02-01 Mark A. Hershberger <mah@everybody.org>
9102
9103 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
9104 before narrow-to-region.
9105
9106 2006-02-01 Richard M. Stallman <rms@gnu.org>
9107
9108 * simple.el (move-beginning-of-line): Scan properly for invis change.
9109
9110 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
9111
9112 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
9113
9114 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
9115 change bit only when id-format is 'integer. Reported by Matt
9116 Hodges <M.P.Hodges@rl.ac.uk>.
9117
9118 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
9119
9120 * hilit-chg.el (highlight-changes-initial-state)
9121 (highlight-changes-global-initial-state): Doc fixes.
9122 (highlight-changes-global-modes, global-highlight-changes):
9123 Fix typos in docstrings.
9124
9125 2006-02-01 Kim F. Storm <storm@cua.dk>
9126
9127 * emulation/cua-base.el (cua-mode): Mention that CUA enables
9128 transient-mark-mode in doc string.
9129
9130 2006-01-31 Richard M. Stallman <rms@gnu.org>
9131
9132 * replace.el (multi-occur): Doc fix.
9133 (multi-occur-in-matching-buffers): Rename from
9134 multi-occur-by-filename-regexp. Prefix arg says match
9135 buffer names instead of file names.
9136
9137 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
9138
9139 * bs.el: Allow non-default values of `bs-header-lines-length'.
9140 (bs--running-in-xemacs): Remove (not needed anymore).
9141 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
9142 instead of `shrink-window', thus avoiding having to compute the
9143 height of the window.
9144 (bs--up): Wrap around even when there's no header.
9145 (bs--down): Use `forward-line' instead of `next-line'.
9146
9147 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
9148
9149 * image-mode.el (image-toggle-display): Use file name if possible,
9150 instead of unnecessarily allocating a (possibly huge) lisp string.
9151
9152 2006-01-30 John Paul Wallington <jpw@pobox.com>
9153
9154 * subr.el (toplevel): Define `cl-assertion-failed' condition here
9155 because the `assert' macro signals it at runtime.
9156
9157 * emacs-lisp/cl.el (toplevel): Remove definition of
9158 `cl-assertion-failed' condition.
9159
9160 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
9161
9162 * thumbs.el (thumbs-marked-list): Make buffer-local and
9163 permanent-local.
9164 (thumbs-insert-thumb): Make help-echo non-sticky.
9165 (thumbs-file-alist): Use eolp as check for (non)-image.
9166
9167 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
9168
9169 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
9170 (ediff-before-session-group-setup-hooks)
9171 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
9172 Fix typos in docstrings.
9173
9174 * window.el (bw-dir, bw-eqdir, balance-windows)
9175 (split-window-keep-point): Fix typos in docstrings.
9176
9177 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
9178 (org-quote-string, org-calendar-to-agenda-key)
9179 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
9180 (org-show-following-heading, org-tags-column)
9181 (org-use-tag-inheritance, org, org-allow-space-in-links)
9182 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
9183 (org-enable-table-editor, org-calc-default-modes)
9184 (org-table-allow-automatic-line-recalculation)
9185 (org-export-html-style, org-export-with-fixed-width)
9186 (org-export-with-sub-superscripts, org-special-keyword)
9187 (org-formula, org-time-grid, org-table-may-need-update)
9188 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
9189 (org-goto-quit, org-get-indentation, org-end-of-item)
9190 (org-move-item-down, org-move-item-up)
9191 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
9192 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
9193 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
9194 (org-agenda-log-mode, org-agenda-toggle-diary)
9195 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
9196 (org-agenda-file-to-end, org-agenda-no-heading-message)
9197 (org-agenda-get-closed, org-format-agenda-item)
9198 (org-cmp-priority, org-cmp-category, org-cmp-time)
9199 (org-agenda-change-all-lines, org-agenda-diary-entry)
9200 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
9201 (org-link-search, org-camel-to-words, org-open-file)
9202 (org-remember-handler, org-table-convert-region)
9203 (org-table-move-row-down, org-table-move-row-up)
9204 (org-table-copy-region, org-table-wrap-region)
9205 (org-table-toggle-vline-visibility)
9206 (org-table-get-vertical-vector, org-table-modify-formulas)
9207 (org-table-get-specials, org-recalc-commands)
9208 (org-table-rotate-recalc-marks, org-table-eval-formula)
9209 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
9210 (org-level-color-stars-only, org-insert-heading):
9211 Fix typos in docstrings.
9212 (last-arg): Add defvar.
9213
9214 * makefile.w32-in (WINS): Add erc.
9215 (MH_E_SRC): Update (copied from lisp/Makefile.in).
9216
9217 2006-01-29 Bill Wohler <wohler@newt.com>
9218
9219 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
9220 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
9221 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
9222 (mh-autoloads): Don't use comments on otherwise empty lines.
9223
9224 2006-01-29 Edward O'Connor <ted@oconnor.cx>
9225
9226 * emulation/viper.el (viper-major-mode-modifier-list): Add
9227 insert-state and vi-state entries for erc-mode.
9228 (viper-go-away, viper-set-hooks): Add and remove
9229 viper-comint-mode-hook from erc-mode-hook as appropriate.
9230
9231 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
9232
9233 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
9234
9235 * bs.el (bs--format-aux): Implement `middle' alignment as
9236 described in the docstring for `bs-attributes-list'.
9237 (bs--get-name): Simplify. Don't pad the buffer name.
9238
9239 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
9240
9241 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
9242 English aspell dictionary is installed, use the first entry of
9243 ispell-dictionary-alist-1.
9244
9245 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
9246
9247 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9248 Doc fix.
9249
9250 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
9251
9252 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
9253 for `process-file', in order to let it work for older Emacsen too.
9254
9255 2006-01-27 Eli Zaretskii <eliz@gnu.org>
9256
9257 * international/latexenc.el: Add a suitable `coding:' tag.
9258 (latexenc-find-file-coding-system): Undo last change.
9259
9260 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9261
9262 * international/latexenc.el (latexenc-find-file-coding-system):
9263 Make sure latexenc-main-file is a regular file and is readable.
9264
9265 2006-01-27 Andre Spiegel <spiegel@gnu.org>
9266
9267 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
9268 Pass FILE to vc-user-login-name.
9269
9270 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
9271
9272 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
9273
9274 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
9275 there are no more images to display.
9276 (thumbs-mark, thumbs-unmark): Revert change so that they move to
9277 the next image.
9278
9279 2006-01-26 Richard M. Stallman <rms@gnu.org>
9280
9281 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
9282
9283 * wid-edit.el (advertised-widget-backward): New alias.
9284 (widget-keymap): Use advertised-widget-backward for S-TAB.
9285
9286 * tumme.el: Correct the keywords.
9287 (tumme-dir-max-size): Use defvar.
9288 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
9289
9290 * simple.el (move-beginning-of-line): Take account of fields.
9291 (clone-indirect-buffer-other-window): Take args like
9292 clone-indirect-buffer, and work like it.
9293
9294 * help-fns.el (describe-function): Don't pass `nil' as default.
9295
9296 * files.el (risky-local-variable-p): Follow var aliases.
9297
9298 * subr.el (lazy-completion-table): Doc fix.
9299
9300 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
9301 global binding of `line'.
9302
9303 2006-01-25 Andre Spiegel <spiegel@gnu.org>
9304
9305 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
9306 Tramp.
9307
9308 * vc.el (vc-default-dired-state-info): Pass FILE to
9309 vc-user-login-name.
9310 (vc-default-update-changelog): Don't use vc-user-login-name, we
9311 don't need it here.
9312
9313 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
9314 no longer necessary.
9315
9316 2006-01-25 Kenichi Handa <handa@m17n.org>
9317
9318 * international/mule.el (decode-char): Avoid the overhead of
9319 calling utf-lookup-subst-table-for-decode if
9320 utf-translate-cjk-mode is nil.
9321 (encode-char): Avoid the overhead of calling
9322 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
9323 nil.
9324
9325 2006-01-22 Kenichi Handa <handa@m17n.org>
9326
9327 * international/mule.el (make-subsidiary-coding-system): Reset
9328 `coding-system-define-form' property of subsidiaries to nil.
9329 Avoid duplicated entry in coding-system-alist.
9330 (make-coding-system): Avoid duplicated entry in
9331 coding-system-alist.
9332 (define-coding-system-alias): Likewise.
9333
9334 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
9335
9336 * completion.el: Minor fixes in introductory comment.
9337 (completion-def-wrapper): Fix alist.
9338
9339 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
9340
9341 * thumbs.el (thumbs-new-image-size): New function.
9342 (thumbs-increment-image-size-element)
9343 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
9344 (thumbs-decrement-image-size): Delete.
9345 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
9346 temp files and use to resize.
9347 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
9348 Use increment argument to enlarge/shrink. Preserve point.
9349 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
9350 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
9351 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
9352 (thumbs-mark, thumbs-unmark): Preserve point.
9353 (thumbs-modify-image): Keep old temp files and use to modify.
9354 Cleanup old temp files at load time. Preserve point.
9355 (thumbs-view-image-mode-map): Use new command names.
9356
9357 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
9358
9359 * log-view.el (log-view-minor-wrap): First rev is the one at point.
9360
9361 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
9362 the nastiest part of the cyclic dependency.
9363 (cal-menu-update): Use dotimes and calendar-increment-month.
9364
9365 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
9366 (calendar-week-start-day): Add an :initializer.
9367 (calendar-mode-map): Use suppress-keymap, and command remapping.
9368 (describe-calendar-mode): Setup xref-stack info for the back button.
9369 (calendar-star-date): Insert before delete.
9370 (calendar-set-mode-line): Add file-modified info if applicable.
9371 (calendar-increment-month): New function.
9372
9373 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
9374
9375 * font-lock.el (lisp-font-lock-keywords-2):
9376 Recognize "& keywords" only at word boundaries.
9377
9378 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
9379
9380 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
9381 and permanent-local.
9382 (thumbs-max-image-number): New variable.
9383 (thumbs-do-thumbs-insertion): Use them.
9384 (thumbs-per-line): Change default to 4.
9385 (thumbs-marked-list): Rename from thumbs-markedL.
9386 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
9387 (thumbs-rename-images): Use -list instead of L for internal variables.
9388 (thumbs-call-convert): Use call-process instead of shell-command.
9389 (thumbs-insert-thumb): Add filename as help-echo to each image.
9390 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
9391 Give dir to thumbs-show-thumbs-list.
9392 (thumbs-show-thumbs-list): Set default-directory to that of images.
9393 (thumbs-dired-show): Rename from thumbs-dired-show-all.
9394 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
9395 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
9396 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
9397
9398 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
9399
9400 * ses.el (ses-read-cell): Provide a default value.
9401
9402 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
9403
9404 * term/w32-win.el (image-library-alist): Add additional names for
9405 GIF library.
9406
9407 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
9408
9409 * international/latexenc.el (latexenc-find-file-coding-system):
9410 Add file-regular-p check.
9411
9412 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
9413
9414 * simple.el (clone-buffer): Don't show the new buffer in the same
9415 window.
9416
9417 2006-01-23 Juri Linkov <juri@jurta.org>
9418
9419 * faces.el (link, link-visited): New faces based on default values
9420 of `info-xref' and `info-xref-visited'.
9421
9422 * info.el (info-xref): Inherit from `link'.
9423 (info-xref-visited): Inherit from `link-visited'.
9424
9425 * cus-edit.el (custom-buffer-create-internal): Use widget type
9426 `custom-manual' instead of `info-link' and don't set properties
9427 `button-face' and `mouse-face' explicitly.
9428 (custom-browse-group-tag, custom-browse-variable-tag)
9429 (custom-browse-face-tag): Inherit from widget class
9430 `custom-group-link' instead of `push-button'.
9431 (custom-button-unraised): Inherit from `underline' face.
9432 (custom-link): Inherit from `link' face. Fix doc and group.
9433 (custom-add-parent-links, custom-group-value-create): Don't set
9434 properties `button-face' and `mouse-face' explicitly for
9435 `custom-group-link' widget.
9436 (custom-group-link): Add properties `button-face' and `mouse-face'
9437 to widget definition.
9438 (custom-field-keymap): New variable. Put `custom-field-keymap' to
9439 editable-field's :keymap property.
9440 (custom-mode): Fix docstring: substitute keybindings for
9441 `widget-forward' and `widget-backward' from `widget-keymap',
9442 `widget-complete' from `custom-field-keymap', replace old
9443 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
9444
9445 * desktop.el (desktop-load-file): Check for `fboundp' before
9446 calling `symbol-function'.
9447
9448 * simple.el (clone-buffer, clone-indirect-buffer)
9449 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
9450 `read-string'. Fix prompts.
9451
9452 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
9453
9454 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
9455
9456 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
9457
9458 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
9459
9460 * startup.el (inhibit-splash-screen, initial-scratch-message):
9461 Doc fixes.
9462
9463 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
9464
9465 Sync with Tramp 2.0.52.
9466
9467 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
9468 net/tramp-vc.el: Add code for unloading Tramp. See comment before
9469 `tramp-unload-tramp' for checklist.
9470
9471 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
9472 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
9473 (tramp-unload-file-name-handler-alist)
9474 (tramp-unload-tramp): New defuns.
9475 (tramp-advice-PC-expand-many-files): New defadvice.
9476 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
9477 removed.
9478 (tramp-handle-expand-file-name): Remove double slash.
9479 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
9480 It doesn't matter, because it will be converted later on.
9481 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
9482 implementation was just heuristic.
9483 (tramp-post-connection): Set uid and gid properties.
9484 (tramp-convert-file-attributes): Set file's gid change bit.
9485 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
9486 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
9487 in case of su(do)? methods. The home directory of the local user
9488 will be taken else.
9489 (tramp-open-connection-telnet)
9490 (tramp-open-connection-rsh, tramp-open-connection-su)
9491 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
9492 local shell prompt could hurt. Reported by Romain Francoise
9493 <romain@orebokech.com>.
9494 (tramp-let-maybe): Add `edebug-form-spec' property.
9495 (tramp-handle-expand-file-name): Bind `default-directory' locally
9496 to "/" in order to avoid problems with UNC shares or Cygwin
9497 mounts.
9498 (tramp-md5-function): Fix typo in error message.
9499
9500 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
9501
9502 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
9503 for byte-compiler pacification.
9504
9505 2006-01-22 Andre Spiegel <spiegel@gnu.org>
9506
9507 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
9508 ID-FORMAT `string'. This allows us to get rid of
9509 `vc-user-login-name UID'.
9510
9511 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
9512
9513 2006-01-22 John Paul Wallington <jpw@pobox.com>
9514
9515 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
9516
9517 2006-01-21 Martin Rudalics <rudalics@gmx.at>
9518
9519 * emacs-lisp/find-func.el (find-definition-noselect)
9520 (find-variable-noselect): Search variables in C source code too.
9521 (find-function-C-source, find-function-noselect, find-function)
9522 (find-function-other-frame, find-variable-noselect, find-variable)
9523 (find-variable-other-frame, find-variable-at-point):
9524 Fix docstrings.
9525
9526 2006-01-21 Francesco Potorti` <pot@gnu.org>
9527
9528 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
9529
9530 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
9531
9532 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
9533 Default to disabling the "Save affix" question.
9534
9535 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
9536
9537 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
9538 the first arg to run-python.
9539
9540 2006-01-21 Eli Zaretskii <eliz@gnu.org>
9541
9542 * startup.el (command-line-1): Handle --no-desktop if desktop.el
9543 is not loaded.
9544
9545 2006-01-20 Jay Belanger <belanger@truman.edu>
9546
9547 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
9548 limit is 0.
9549
9550 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
9551 the correct variable.
9552
9553 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
9554
9555 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
9556 link. Fixed buggy argument sequence in call to `org-view-tags'.
9557 (org-compile-prefix-format): Set `org-prefix-has-tag'.
9558 (org-prefix-has-tag): New variable.
9559 (org-format-agenda-item): Remove tags from headline if
9560 appropriate.
9561 (org-agenda-remove-tags-when-in-prefix): New option.
9562 (org-get-tags-at): New function.
9563
9564 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
9565
9566 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
9567 (thumbs-find-image): Move image name and number from buffer name
9568 to mode name. Set thumbs-buffer. Preserve point so that large
9569 images remain visible.
9570 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
9571 order.
9572 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
9573 mode name.
9574 (thumbs-next-image, thumbs-previous-image): Make them work.
9575
9576 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
9577
9578 * cus-edit.el (custom-buffer-create-internal): State in the text above
9579 the whole buffer buttons that they do not operate on hidden items.
9580 (custom-face-menu): Use `custom-face-save' instead of
9581 `custom-face-save-command'.
9582 (custom-face-save-command): Make it an alias for `custom-face-save'
9583 and declare it obsolete.
9584 (custom-face-save): Doc fix.
9585
9586 * dired.el (dired-no-confirm): Add quote.
9587 (dired-subdir-alist-pre-R): Add quote in
9588 `make-variable-buffer-local' form and remove unbalanced parenthesis.
9589
9590 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
9591
9592 * textmodes/table.el (table-mode-indicator): Typo in last change.
9593
9594 2006-01-19 Richard M. Stallman <rms@gnu.org>
9595
9596 * outline.el (hide-leaves): Don't call outline-end-of-heading.
9597 Fixes bug reported in Nov 2005.
9598
9599 * isearch.el (isearch-forward): Doc fix.
9600
9601 * dired.el (dired-move-to-filename-regexp): Define as alias.
9602 (dired-no-confirm): Use defcustom.
9603 (dired-subdir-alist-pre-R): Put defvar at top level.
9604
9605 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
9606
9607 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
9608 Mark as risky.
9609
9610 * simple.el (set-mark-command): Doc fix.
9611 (clone-indirect-buffer-other-window):
9612 Read arg like clone-indirect-buffer.
9613 (move-beginning-of-line): Skip invisible newlines.
9614
9615 2006-01-19 Masatake YAMATO <jet@gyve.org>
9616
9617 * progmodes/cpp.el (cpp-edit-load): Make the order of
9618 listed conditions in a base C code buffer and its associate
9619 CPP Edit buffer the same.
9620
9621 2006-01-19 Kenichi Handa <handa@m17n.org>
9622
9623 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
9624 (rmail-mime-feature): Likewise.
9625 (rmail-require-mime-maybe): Use display-warning to show a warning
9626 message.
9627
9628 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
9629 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
9630
9631 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9632
9633 * array.el: Move defvars out of eval-when-compile.
9634 (array-make-template): Replace undeclared global var with a local one.
9635 (array-mode): Inline initialization functions.
9636 (array-init-local-variables, array-init-max-row)
9637 (array-init-max-column, array-init-columns-per-line)
9638 (array-init-field-width, array-init-rows-numbered)
9639 (array-init-line-length, array-init-lines-per-row): Remove.
9640
9641 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
9642 (doc-mode-map): Define explicitly.
9643 (doctor-txtype): Use mapc.
9644
9645 * textmodes/table.el: Move defvars out of eval-when-compile.
9646 Remove harmful code meant to avoid byte-compiler warnings.
9647 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
9648 specification that checks table-fixed-width-mode directly.
9649 (table-recognize-region, table-recognize-cell):
9650 Use restore-buffer-modified-p.
9651 (table-fixed-width-mode): Remove code that refreshes
9652 table-fixed-mode-indicator.
9653 (*table--cell-describe-bindings, *table--cell-describe-mode):
9654 Avoid obsolete name print-help-return-message.
9655 (table--test-cell-list): Don't use replace-regexp from elisp.
9656 (table--point-entered-cell-function, table--point-left-cell-function):
9657 Don't set table-fixed-mode-indicator, use force-mode-line-update.
9658
9659 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
9660 that was after the end of file. Use buffer-file-name variable.
9661 (org-timestamp-change): Use with-current-buffer.
9662 (org-todo-list): Don't unnecessarily define a new buffer-local var.
9663 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
9664 `file'.
9665
9666 * progmodes/fortran.el: Move defvars out of eval-when-compile.
9667 (fortran-break-line): Remove unused var `opoint'.
9668 (fortran-abbrev-start): Obey help-event-list.
9669
9670 2006-01-18 Jesper Harder <harder@phys.au.dk>
9671
9672 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
9673
9674 2006-01-18 Masatake YAMATO <jet@gyve.org>
9675
9676 * progmodes/make-mode.el (makefile-imake-mode): New mode
9677 derived from makefile-mode.
9678 (makefile-imake-mode-syntax-table): New syntax table
9679 derived from makefile-mode-syntax-table.
9680 (makefile-mode): Write about makefile-imake-mode in doc string.
9681 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
9682 (makefile-imake-font-lock-keywords): New font lock keywords.
9683
9684 * files.el (auto-mode-alist): Add Imakefile.
9685
9686 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
9687
9688 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
9689 loading the file rather than when turning on flyspell-mode.
9690
9691 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
9692
9693 * cus-edit.el (customize-rogue): Minor doc fix.
9694
9695 2006-01-17 Juri Linkov <juri@jurta.org>
9696
9697 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
9698 instead of the file at the mark as default if the file at the mark
9699 is the same as the file at point or if dired-dwim-target-directory
9700 is not the same as the current directory and the mark is not active.
9701
9702 * log-view.el (log-view-minor-wrap): Use the same logic to get
9703 revisions as `log-view-diff'.
9704
9705 * info.el (Info-revert-find-node): Check for Info-current-file
9706 before preserving new-history.
9707
9708 * man.el (Man-heading-regexp): Add `/'.
9709
9710 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
9711 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
9712
9713 2006-01-16 Juri Linkov <juri@jurta.org>
9714
9715 * faces.el (mode-line-faces): New defgroup.
9716 (mode-line-highlight): Move definition after new defgroup.
9717 (mode-line, mode-line-inactive, mode-line-highlight):
9718 Replace :group `modeline' with `mode-line-faces'.
9719 (mode-line-buffer-id): New face.
9720 (modeline-buffer-id): New face alias.
9721 (vertical-border): Remove :group `modeline'.
9722
9723 * bindings.el (propertized-buffer-identification): Use face
9724 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
9725 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
9726 (mode-line-buffer-identification-keymap): For mouse-1 replace
9727 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
9728 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
9729 mouse-3.
9730
9731 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
9732 Buffer-menu-buffer. Doc fix.
9733 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
9734 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
9735 `Buffer-menu-buffer'.
9736
9737 * info.el (Info-mode-line-node-keymap): New defvar.
9738 (Info-set-mode-line): Use `stringp' to check Info-current-file.
9739 Propertize Info-current-node with `mode-line-buffer-id' and
9740 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
9741
9742 * time.el (display-time-mail-face): Replace :group `faces' with
9743 `mode-line-faces'.
9744
9745 2006-01-16 Kenichi Handa <handa@m17n.org>
9746
9747 * international/code-pages.el: Add autoload cookies for cp125[0345678].
9748
9749 * language/european.el (cp1252): New alias for windows-1252.
9750
9751 * international/mule.el (autoload-coding-system): Prepare for EOL
9752 variants.
9753
9754 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
9755
9756 * term.el (term-raw-map): Add mapping for insert.
9757 (term-send-insert): New.
9758 (term-mode): Make variables local here instead of doing it in
9759 `term-emulate-terminal'.
9760 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
9761 Scroll reverse needs to take into account the scroll region.
9762 Saving and restoring the cursor should save the color attributes too.
9763 (term-reset-terminal): Reset the scroll region.
9764 (term-handle-ansi-escape): Cursor up and down should take into
9765 account the scroll region.
9766 (term-set-scroll-region): Rename from `term-scroll-region'.
9767 Move to 0,0 after setting the region.
9768 (term-handle-scroll): Handle scroll up.
9769 (term-down): Fix off by one error.
9770 (term-delete-lines): Do not delete outside the scroll region.
9771 (term-insert-lines): Take into account the scroll region.
9772
9773 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
9774
9775 * textmodes/ispell.el (ispell-internal-change-dictionary)
9776 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
9777 (start, end): Move declaration outside of eval-when-compile.
9778
9779 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
9780 (flyspell-mode-on): Use it.
9781
9782 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
9783 ispell-kill-ispell-hook.
9784
9785 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
9786
9787 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9788 (Custom-reset-saved): Do not ask for confirmation in single option
9789 buffers.
9790
9791 2006-01-13 Richard M. Stallman <rms@gnu.org>
9792
9793 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
9794
9795 2006-01-13 Romain Francoise <romain@orebokech.com>
9796
9797 * add-log.el (add-change-log-entry, change-log-merge):
9798 Conditionally use `hard-newline'.
9799
9800 2006-01-13 Martin Rudalics <rudalics@gmx.at>
9801
9802 * wid-edit.el (widget-field-end): If the overlay is no longer
9803 associated with a buffer, behave as if the overlay didn't exist.
9804
9805 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
9806 Make sure the links use the `custom-link' face.
9807
9808 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9809
9810 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
9811 (ld-script-mode): Don't set indent-line-function since we don't
9812 have one.
9813
9814 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
9815
9816 * textmodes/org.el (org-open-file): Use mailcap for selecting an
9817 application.
9818 (org-file-apps-defaults-gnu): Use mailcap as the default for
9819 selecting an application on a UNIX system.
9820 (org-agenda-show-tags): New command.
9821 (org-table-insert-hline): Keep cursor in current table line.
9822 (org-table-convert): Offset effect of modifying
9823 `org-table-insert-hline'.
9824 (org-format-agenda-item): New optional argument TAG.
9825 (org-compile-prefix-format): Handle %T format for the tag.
9826 (org-expand-wide-chars): New function.
9827 (org-table-insert-row, org-table-insert-hline):
9828 Use `org-expand-wide-chars'.
9829 (org-open-file): Fix bug in program launch.
9830 (org-get-time-of-day): Fix bug with times before 1am.
9831 (org-agenda-menu): Add tags commands.
9832
9833 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
9834
9835 * textmodes/ispell.el (ispell-init-process): Include the used
9836 dictionary in ispell process start message.
9837 (ispell-internal-change-dictionary): When flyspell-mode is active
9838 and dictionary is changed, make sure ispell process is restarted
9839 and flyspell word cache cleared out for the current buffer.
9840 (ispell-change-dictionary): Make sure flyspell word cache is
9841 cleared out in all buffers with active flyspell mode when
9842 dictionary is globally changed.
9843 Call ispell-internal-change-dictionary after dictionary change.
9844
9845 2006-01-13 Eli Zaretskii <eliz@gnu.org>
9846
9847 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
9848
9849 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
9850 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
9851 years. Fix small differences wrt Makefile.in.
9852 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
9853 Makefile.in does.
9854
9855 2006-01-12 Bill Wohler <wohler@newt.com>
9856
9857 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
9858 mh-search.el.
9859
9860 2006-01-12 Masatake YAMATO <jet@gyve.org>
9861
9862 * progmodes/ld-script.el: Update copyright year.
9863
9864 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
9865
9866 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
9867 Don't add widget if setting undefined.
9868
9869 2006-01-12 John Paul Wallington <jpw@pobox.com>
9870
9871 * help-fns.el (describe-variable): Remove newlines from void
9872 variable output.
9873
9874 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
9875
9876 * wdired.el (wdired-mode-map): Add help echo for
9877 wdired-abort-changes.
9878
9879 * man.el (Man-file-name-regexp): Adjust for a list of files.
9880
9881 2006-01-12 Masatake YAMATO <jet@gyve.org>
9882
9883 * progmodes/ld-script.el (auto-mode-alist): Support
9884 suffix conventions used in netbsd and eCos.
9885
9886 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
9887
9888 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
9889 (custom-variable-menu, custom-face-menu, custom-group-menu)
9890 (Custom-mode-menu): Change names of menu items. (As discussed on
9891 emacs-devel.)
9892 (custom-face-menu): Add "Undo Edits" item.
9893
9894 * startup.el (init-file-user): defcustom -> defvar.
9895
9896 * tooltip.el (tooltip-mode): Doc fix.
9897
9898 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
9899
9900 * reveal.el (reveal-post-command): window-buffer signals an error on
9901 dead windows rather than returning nil.
9902 (reveal-open-new-overlays): An overlay might die while we open others.
9903
9904 2006-01-11 Bill Wohler <wohler@newt.com>
9905
9906 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
9907 phrasing in docstring.
9908
9909 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
9910 can give some systems gas. Add new file mh-buffers.el.
9911
9912 2006-01-06 Masatake YAMATO <jet@gyve.org>
9913
9914 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
9915 C preprocessor forward ported from GNU Emacs 21.2.
9916
9917 * progmodes/asm-mode.el (asm-font-lock-keywords):
9918 Use `cpp-font-lock-keywords'.
9919
9920 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
9921
9922 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
9923 of $ for "\\.ld[s]?".
9924
9925 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
9926
9927 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
9928 (tcl-indent-line): Return `noindent' if inside a string.
9929
9930 * progmodes/flymake.el (flymake-split-string): Remove more than one
9931 empty string at beg/end of the result.
9932 (flymake-find-buildfile, flymake-find-possible-master-files):
9933 Use expand-file-name.
9934 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
9935 since expand-file-name does it for us. Use directory-file-name.
9936 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
9937 (flymake-ler-get-type, flymake-ler-get-text)
9938 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
9939 (flymake-current-line-no): Remove spurious interactive spec.
9940 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
9941 (flymake-check-include): Remove arg inc-path merged into inc-name.
9942 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
9943 Arg regexp-list replaced by a simple regexp.
9944 (flymake-master-make-header-init, flymake-master-tex-init):
9945 Correspondingly replace regexp-list with a regexp. Fix regexp.
9946
9947 2006-01-10 Simon Josefsson <jas@extundo.com>
9948
9949 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
9950 describing AUTH PLAIN fix.
9951
9952 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
9953
9954 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
9955 (report-emacs-bug): Don't record initial prompt text.
9956 Instead, add text properties to prompting text.
9957 (report-emacs-bug-hook): Delete prompting text.
9958
9959 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9960
9961 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
9962 `dirs'. Adjust callers.
9963
9964 2006-01-09 John Paul Wallington <jpw@gnu.org>
9965
9966 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
9967
9968 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
9969
9970 * reveal.el (reveal-open-new-overlays): New extracted fun.
9971 (reveal-close-old-overlays): Idem. Check overlays's liveness before
9972 using them. Simplify the code.
9973 (reveal-post-command): Use them. Fix up obsolete windows in
9974 reveal-open-spots.
9975
9976 * progmodes/flymake.el: Use `require' rather than autoload for
9977 XEmacs's overlays.
9978 (flymake-get-common-file-prefix, flymake-build-relative-filename):
9979 Delete. Use file-relative-name instead.
9980 (flymake-get-syntax-check-program-args, flymake-perl-init):
9981 Simplify the resulting code.
9982
9983 * log-view.el (log-view-file-re, log-view-message-re): Add support
9984 for DaRCS output.
9985
9986 2006-01-09 Alex Schroeder <alex@gnu.org>
9987
9988 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
9989 identifiers sometimes added in square brackets at the beginning of
9990 subject lines.
9991
9992 2006-01-07 Richard M. Stallman <rms@gnu.org>
9993
9994 * cus-edit.el (Custom-set, Custom-save): Doc fix.
9995 (Custom-reset-current, Custom-reset-saved): Change question text.
9996 (Custom-reset-standard): Likewise.
9997 (custom-variable-reset-saved): Doc fix.
9998
9999 2006-01-07 Eli Zaretskii <eliz@gnu.org>
10000
10001 * startup.el (init-file-user): Doc fix.
10002
10003 2006-01-07 Alex Schroeder <alex@gnu.org>
10004
10005 * mail/rmail.el (rmail-current-subject): New function.
10006 (rmail-current-subject-regexp): New function.
10007 (rmail-next-same-subject): Use it.
10008
10009 * mail/rmailsum.el (rmail-summary-by-topic):
10010 Use rmail-current-subject and rmail-current-subject-regexp.
10011 (rmail-summary-next-same-subject): Ditto.
10012
10013 * net/rcirc.el (rcirc-send-input): No longer check whether the
10014 process is open, since not all commands need an open process.
10015 (rcirc-send-string): Check whether the process is open before
10016 sending anything.
10017 (rcirc-ignore-list): New option.
10018 (rcirc-ignore-list-automatic): New variable.
10019 (rcirc-print): Take rcirc-ignore-list into account.
10020 (rcirc-cmd-ignore): New command.
10021 (rcirc-ignore-update-automatic): New function.
10022 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
10023 list if ignored nicks.
10024 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
10025
10026 2006-01-06 David Reitter <david.reitter@gmail.com>
10027
10028 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
10029 reflect the address to which the report will be sent.
10030
10031 2006-01-06 Eli Zaretskii <eliz@gnu.org>
10032
10033 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
10034 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
10035
10036 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
10037
10038 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
10039
10040 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
10041 the doc string: "functoin" => "function".
10042 * ldefs-boot.el: Likewise.
10043
10044 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
10045 message text: "Duplicat" => "Duplicate".
10046
10047 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
10048
10049 * files.el (basic-save-buffer-2): If backing-up failed, reset
10050 buffer-backed-up to nil.
10051
10052 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
10053
10054 * progmodes/gud.el (gdb-script-skip-to-head)
10055 (gdb-script-calculate-indentation): Indent for breakpoint command
10056 lists also.
10057
10058 2006-01-05 Bill Wohler <wohler@newt.com>
10059
10060 * Makefile.in (compile-always): Add mh-autoloads dependency.
10061 (bootstrap): Remove mh-autoloads dependency, as compile dependency
10062 provides it.
10063 (updates): Remove mh-autoloads dependency, since it probably has
10064 already run recently (via recompile).
10065
10066 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
10067
10068 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
10069 argument `force' to disable the flyspell-last-buffer optimization.
10070 (flyspell-mode-on): Use it.
10071
10072 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
10073 flymake-simple-cleanup.
10074 (flymake-allowed-file-name-masks): Use this new default.
10075 All the functions are now called in the right buffer rather than
10076 passing the buffer as argument.
10077 (flymake-process-sentinel): Switch to buffer before calling cleanup.
10078 (flymake-parse-err-lines): Remove redundant buffer arg.
10079 (flymake-get-program-dir): Comment out unused function.
10080 (flymake-start-syntax-check, flymake-start-syntax-check-process):
10081 Remove redundant buffer argument.
10082 (flymake-get-real-file-name, flymake-simple-java-cleanup)
10083 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
10084
10085 2006-01-05 Richard M. Stallman <rms@gnu.org>
10086
10087 * info.el (Info-find-node): Don't record previous node if have none.
10088 (info): Go to directory only if history is empty.
10089
10090 * simple.el (mark): Doc fix.
10091
10092 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10093
10094 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
10095 already of desired type.
10096 (mac-ae-list): Coerce parameter to "list" type.
10097 (mac-dispatch-apple-event): Replace cadr part of event with a
10098 dummy position so that event-start returns it.
10099
10100 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
10101
10102 * textmodes/org.el (org-end-of-subtree): New function.
10103 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
10104 Use `org-end-of-subtree'.
10105 (org-agenda, org-agenda-convert-date): Protect calls to
10106 `fit-window-to-buffer'.
10107 (org-tags-view): Force matching of sublevels when doing a
10108 todo-only search. Define the correct redo command, including the
10109 arguments.
10110 (org-agenda-redo): Display message.
10111 (org-check-for-org-mode): New function.
10112 (org-agenda-type): New variable.
10113 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10114 Set `org-agenda-type'.
10115 (org-agenda-check-type): New function.
10116 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
10117 (org-agenda-week-view, org-agenda-day-view)
10118 (org-agenda-next-date-line, org-agenda-previous-date-line)
10119 (org-agenda-log-mode, org-agenda-toggle-diary)
10120 (org-agenda-toggle-time-grid, org-agenda-date-later)
10121 (org-agenda-date-prompt, org-agenda-diary-entry)
10122 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
10123 (org-agenda-convert-date, org-agenda-menu):
10124 Use `org-agenda-check-type'.
10125 (org-make-overlay, org-delete-overlay)
10126 (org-detatch-overlay, org-move-overlay, org-overlay-put):
10127 New compatibility functions.
10128 (org-calendar-select-mouse): New command.
10129
10130 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
10131
10132 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
10133 (Custom-reset-standard): Fix y-or-n-p messages.
10134 (custom-link): New face for links.
10135 (custom-buffer-create-internal, custom-manual): Use it.
10136 (custom-face-save): Push to theme-face before setting face spec.
10137
10138 * wid-edit.el (widget-default-mouse-face-get): New function.
10139 (widget-specify-button): Handle mouse-face like button-face.
10140
10141 * custom.el (load-theme): Clear old theme settings if reloading.
10142
10143 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
10144
10145 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
10146 "Erase Customization" button back to same position it occupies in
10147 the individual State menus.
10148
10149 2006-01-04 Kim F. Storm <storm@cua.dk>
10150
10151 * wid-edit.el (key-sequence): Rework widget to read key binding
10152 using `kbd' syntax. Use C-q to insert literal key, event, or code.
10153 (widget-key-sequence-default-value): Default value for empty sequence.
10154 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
10155 (widget-key-sequence-read-event): New command for C-q.
10156 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
10157 (widget-key-sequence-value-to-external): New functions.
10158
10159 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
10160
10161 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
10162 Use expand-file-name.
10163 (flymake-delete-temp-directory): Use expand-file-name,
10164 file-name-directory, and directory-file-name.
10165 (flymake-strrchr): Delete.
10166 (flymake-start-syntax-check): Don't pass the redundant buffer argument
10167 to the init-f function.
10168 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
10169 (flymake-init-find-buildfile-dir)
10170 (flymake-init-create-temp-source-and-master-buffer-copy)
10171 (flymake-simple-make-init-impl, flymake-simple-make-init)
10172 (flymake-master-make-init, flymake-master-make-header-init)
10173 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
10174 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
10175 (flymake-xml-init): Remove corresponding redundant buffer argument.
10176 (flymake-allowed-file-name-masks): Remove last elems that are equal to
10177 the default anyway. Clean up regexps.
10178
10179 * progmodes/flymake.el (flymake-temp-source-file-name)
10180 (flymake-master-file-name, flymake-temp-master-file-name)
10181 (flymake-base-dir): New buffer-local vars.
10182 (flymake-buffer-data, flymake-get-buffer-value)
10183 (flymake-set-buffer-value): Replace those hash-tables by the new
10184 buffer-local vars. Update callers.
10185
10186 * progmodes/flymake.el (flymake-check-start-time)
10187 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
10188 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
10189 Move definition, so we can remove redundant earlier declaration.
10190 (flymake-replace-regexp-in-string, flymake-split-string)
10191 (flymake-get-temp-dir): Use defalias.
10192 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
10193 (flymake-xemacs-window-edges): Remove unused function.
10194 (flymake-get-point-pixel-pos): Move.
10195 (flymake-pid-to-names, flymake-reg-names)
10196 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
10197 Replace by a simple list flymake-processes and by process-buffer.
10198 Update callers. Other than simplify the code, it uses buffers rather
10199 than buffer-names so it doesn't get confused by uniquify.
10200 (flymake-buffer-data): The global value should just be nil.
10201
10202 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
10203 Optimize the body of a defalias like any other code.
10204
10205 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
10206 Make sure we've setup font-lock's vars. It may influence which
10207 function we then call.
10208 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
10209 here since it's too late anyway.
10210
10211 2006-01-03 Romain Francoise <romain@orebokech.com>
10212
10213 * startup.el (fancy-splash-tail, normal-splash-screen):
10214 Update copyright year.
10215
10216 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
10217
10218 * mouse.el (mouse-drag-track): Rename, from
10219 `mouse-drag-region-1'. Includes optional argument required to
10220 enable post-drag event processing (e.g. delete region keys).
10221 Can be used without this argument to track a mouse region and operate
10222 on it as soon as the drag completes.
10223 (mouse-drag-region): Use `mouse-drag-track'.
10224
10225 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
10226
10227 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
10228 Move to `custom-buffer' group.
10229
10230 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
10231 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
10232 (custom-theme-insert-face-marker, custom-theme-variable-menu)
10233 (custom-theme-face-menu): New variables.
10234 (custom-theme-add-variable, custom-theme-variable-action)
10235 (custom-variable-reset-theme, custom-theme-delete-variable)
10236 (custom-face-reset-theme, custom-theme-face-action)
10237 (custom-theme-delete-face, custom-theme-merge-theme)
10238 (custom-theme-add-face, custom-theme-visit-theme): New functions.
10239
10240 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
10241
10242 * custom.el: Move Custom Themes commentary to start of theme code.
10243 (custom-known-themes): Rename `standard' theme to `changed'.
10244 (custom-push-theme): Caller no longer specifies what theme to use
10245 when doing `reset'---the setting is simply removed from the theme.
10246 Delete MODE from `theme-value' and `theme-settings' properties.
10247 (custom-declare-theme): Ignore &rest args since we don't use them.
10248
10249 (custom-loaded-themes): Delete variable.
10250 (custom-theme-load-themes, custom-theme-loaded-p)
10251 (custom-theme-value): Delete functions.
10252
10253 (custom-declare-theme): Signal error on invalid theme names.
10254 (provide-theme): custom-loaded-themes was deleted.
10255 (load-theme): Load the file unconditionally.
10256 (enable-theme): Call `load-theme' if theme is undefined.
10257 (custom-enabled-themes): Only update value for successful loads.
10258 (disable-theme): Complete from enabled themes when interactive.
10259 (custom-variable-theme-value): Calculate theme value directly.
10260
10261 (custom-theme-reset-variables, custom-reset-variables): Mark as
10262 XEmacs compatibility functions. We don't actually use these.
10263
10264 * cus-edit.el (custom-variable-state-set):
10265 Use custom-variable-theme-value instead of custom-theme-value.
10266 (custom-face-state-set): Rename `standard' theme to `changed'.
10267 (custom-save-variables, custom-save-faces): Delete unneeded
10268 references to custom-reset-variables.
10269 (custom-save-resets): Delete function.
10270 (custom-save-variables, custom-save-faces): MODE argument deleted.
10271 (custom-save-variables, custom-save-faces): Ignore theme values.
10272
10273 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
10274 compatibility function.
10275
10276 2006-01-01 Richard M. Stallman <rms@gnu.org>
10277
10278 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
10279 (Custom-reset-current, Custom-reset-saved): Likewise.
10280 (Custom-reset-standard): Show message if aborted.
10281 (custom-mode): Doc fix, describing those commands.
10282
10283 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
10284 put on event-kind property.
10285
10286 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
10287
10288 * custom.el (provide-theme): Ban `user' theme name.
10289 (custom-enabling-themes): New variable.
10290 (enable-theme): Don't enable user if custom-enabling-themes is t.
10291 (custom-enabled-themes): Make it a defcustom.
10292 (custom-theme-recalc-face): No-op if face is undefined.
10293
10294 * cus-edit.el (custom-button-mouse): New variable.
10295 (custom-button-mouse): New face.
10296 (custom-raised-buttons, custom-mode): Use it.
10297
10298 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
10299
10300 2005-12-31 Eli Zaretskii <eliz@gnu.org>
10301
10302 * progmodes/gud.el (gud-display-line): Support hl-line in the
10303 source buffer.
10304
10305 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
10306
10307 * mouse.el (mouse-drag-window-above): Verify that the found window
10308 overlaps with the given window in the horizontal dimension.
10309
10310 2005-12-31 Eli Zaretskii <eliz@gnu.org>
10311
10312 * Makefile.in (cvs-update): New target.
10313
10314 * makefile.w32-in (cvs-update): Ditto.
10315
10316 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
10317
10318 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
10319 (custom-new-theme-mode-map): New variable.
10320
10321 2005-12-30 Richard M. Stallman <rms@gnu.org>
10322
10323 * custom.el (custom-load-themes): Function deleted.
10324
10325 * cus-edit.el (custom-save-loaded-themes): Function deleted.
10326 (custom-save-variables): Don't delete or add custom-load-themes call.
10327
10328 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
10329
10330 * cus-start.el: Add `visible-cursor'.
10331
10332 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
10333 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
10334 (flymake-process-filter): Switch to buffer before calling it instead.
10335 (flymake-post-syntax-check, flymake-highlight-err-lines)
10336 (flymake-delete-own-overlays, flymake-parse-err-lines)
10337 (flymake-start-syntax-check, flymake-start-syntax-check-process)
10338 (flymake-count-lines, flymake-parse-residual):
10339 Remove constant buffer argument.
10340 (flymake-start-syntax-check-for-current-buffer): Remove.
10341 Update callers to use flymake-start-syntax-check instead.
10342 (flymake-display-err-menu-for-current-line):
10343 Remove unused var `mouse-pos'.
10344 (flymake-restore-formatting): Comment out unused function.
10345 (flymake-report-status, flymake-report-fatal-status): Remove buffer
10346 argument, use current-buffer instead. Update callers.
10347
10348 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10349
10350 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
10351 buffer-local because choose-completion-delete-max-match requires
10352 that we set completion-ignore-case (i.e., binding via let is not
10353 sufficient).
10354 (bibtex-complete): Always set completion-ignore-case and
10355 choose-completion-string-functions. The latter is needed because
10356 choose-completion-string-functions keeps its value if we quit the
10357 *Completions* buffer without requesting a completion.
10358
10359 2005-12-30 Andreas Schwab <schwab@suse.de>
10360
10361 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
10362
10363 2005-12-30 Eli Zaretskii <eliz@gnu.org>
10364
10365 * jit-lock.el (jit-lock-chunk-size): Doc fix.
10366
10367 2005-12-30 Juri Linkov <juri@jurta.org>
10368
10369 * locate.el (locate-fcodes-file, locate-header-face)
10370 * progmodes/delphi.el (delphi-other-face)
10371 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
10372
10373 * paren.el (show-paren-match, show-paren-mismatch): Use existing
10374 group `paren-showing-faces'.
10375
10376 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
10377 (goto-address): Fix docstring.
10378
10379 * net/webjump.el (webjump-sample-sites): Update URLs.
10380
10381 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
10382
10383 * subr.el (cancel-change-group): Add listp around pending-undo-list.
10384
10385 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
10386
10387 * font-lock.el (font-lock-compile-keywords): Signal an error when
10388 font-lock-set-defaults hasn't been called.
10389
10390 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
10391
10392 * subr.el (noreturn, 1value): Doc fixes.
10393
10394 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10395
10396 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
10397 that assoc-string returns nil.
10398
10399 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10400
10401 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
10402 (bibtex-entry-type-str, bibtex-empty-field-re)
10403 (bibtex-search-backward-string, bibtex-preamble-prefix)
10404 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
10405 (bibtex-any-valid-entry-type): New variable.
10406 (bibtex-parse-field-name): Simplify.
10407 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
10408 (bibtex-preamble-prefix): Include left delimiter.
10409 (bibtex-search-forward-field, bibtex-search-backward-field):
10410 Allow unbounded search past entry boundaries (required by bibtex-pop).
10411 (bibtex-text-in-field-bounds): Use push.
10412 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
10413 (bibtex-parse-preamble, bibtex-valid-entry)
10414 (bibtex-beginning-first-field): New functions.
10415 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
10416 (bibtex-map-entries): Fix docstring.
10417 (bibtex-flash-head): New arg prompt. Simplify.
10418 (bibtex-enclosing-field): Include code of bibtex-inside-field.
10419 (bibtex-insert-kill): Simplify. Always insert text past the
10420 current field or entry.
10421 (bibtex-format-entry): Use bibtex-parse-field.
10422 (bibtex-pop): Use bibtex-beginning-of-entry and
10423 bibtex-end-of-entry to initiate the search. Insert empty field if
10424 we found ourselves.
10425 (bibtex-print-help-message): New args field and comma.
10426 Handle entry keys.
10427 (bibtex-make-field): Use bibtex-beginning-of-entry.
10428 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
10429 invalid entry.
10430 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
10431 Handle preambles. Simplify code for thorough test.
10432 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
10433 New arg comma. Handle entry heads.
10434 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
10435 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
10436 New arg comma.
10437 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
10438 (bibtex-fill-field): Simplify.
10439 (bibtex-fill-entry): Use bibtex-beginning-first-field and
10440 bibtex-parse-field.
10441 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
10442 (bibtex-complete): Use bibtex-parse-preamble.
10443
10444 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
10445
10446 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
10447 Display name of expression instead of convenience variable.
10448 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
10449
10450 * progmodes/gud.el (gud-tooltip-dereference): Rename from
10451 toggle-gud-tooltip-dereference.
10452 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
10453 (gud-tooltip-tips): ...here when dereferencing.
10454
10455 2005-12-28 Bill Wohler <wohler@newt.com>
10456
10457 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
10458
10459 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
10460
10461 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
10462 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
10463 (vc-annotate-display-autoscale): Adjust call.
10464 (vc-annotate-display-default): Adjust call. Make arg compulsory.
10465 Fix interactive spec.
10466 (vc-annotate-time-span): Remove.
10467 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
10468 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
10469 (vc-annotate-display-select): Use new name.
10470
10471 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
10472 (vc-annotate-mode-menu): Remove left-over redundant declaration.
10473 Correct the construction of span entries. Simplify.
10474 (vc-annotate-display-select): Fix the nil case.
10475 (vc-annotate): Remove obsolete (and now broken) code.
10476 (vc-annotate-extract-revision-at-line): Remove obsolete code.
10477 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
10478
10479 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
10480
10481 * subr.el (lazy-completion-table): Correct typo in docstring.
10482
10483 * startup.el (command-line): Use `custom-reevaluate-setting' for
10484 `send-mail-function'.
10485
10486 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
10487
10488 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
10489
10490 * mail/smtpmail.el (smtpmail-try-auth-methods):
10491 Send credentials together with "AUTH PLAIN" command.
10492
10493 2005-12-27 Richard M. Stallman <rms@gnu.org>
10494
10495 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
10496 mouse-2, go back to previously selected window, so it's selected
10497 when mouse-2 command runs.
10498
10499 2005-12-27 Juri Linkov <juri@jurta.org>
10500
10501 * descr-text.el (describe-text-sexp): Use square brackets for
10502 button [Show] to distinguish it from the property value `show'.
10503 (describe-property-list): Use `insert-text-button' with
10504 `help-face' type instead of putting face in quotes, because button
10505 is not created automatically for a list of faces.
10506 (describe-text-properties-1): Put button-type value in quotes to
10507 distinguish from plain text "button".
10508 (describe-char): Display code point values in hex. Don't use
10509 `symbol-name' for `current-input-method' because it is a string.
10510 Use `insert-text-button' with `help-face' type instead of putting
10511 hardcoded face in quotes, because button is not created automatically.
10512
10513 2005-12-27 Richard M. Stallman <rms@gnu.org>
10514
10515 * progmodes/glasses.el (glasses-face): More specific custom type.
10516
10517 * files.el (set-visited-file-name): Doc fix.
10518
10519 * textmodes/flyspell.el (flyspell-external-point-words):
10520 Use local var buffer-scan-pos to advance scan for next misspelling.
10521 Advance it only after we find the misspelling.
10522
10523 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
10524
10525 * textmodes/flyspell.el (flyspell-external-point-words):
10526 New criteria for finding the misspelling in the buffer.
10527
10528 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
10529
10530 * help-mode.el (help-insert-string): Set help-xref-stack-item
10531 rather than call help-setup-xref.
10532
10533 * descr-text.el (describe-char): Revert previous changes for
10534 optional buffer argument.
10535
10536 2005-12-27 Juri Linkov <juri@jurta.org>
10537
10538 * help-mode.el (help-insert-string): New function. Save buffer
10539 contents in cases where it is impossible to recompute the old contents.
10540
10541 * descr-text.el (describe-char): Set help-xref-stack-item
10542 explicitly after buffer has been generated.
10543
10544 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10545
10546 * cus-start.el (all): Add x-gtk-show-hidden-files.
10547
10548 2005-12-26 Richard M. Stallman <rms@gnu.org>
10549
10550 * replace.el (perform-replace): Calculate match-again
10551 before skipping read-only matches.
10552
10553 * paren.el (paren-showing-faces): New group.
10554 (show-paren-match, show-paren-mismatch): Move to that group.
10555
10556 * button.el (button): Put into group `basic-faces'.
10557
10558 * progmodes/make-mode.el: Remove faces from group `faces'.
10559
10560 * apropos.el (apropos, apropos-value): Doc fix.
10561 (apropos-documentation): Doc fix.
10562
10563 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
10564
10565 * subr.el (lazy-completion-table): Remove argument `args'.
10566
10567 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
10568 Don't use the `args' argument of lazy-completion-table.
10569
10570 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
10571
10572 * descr-text.el (describe-char): Add optional argument for buffer.
10573 Set buffer appropriately. Call help-setup-xref.
10574 Suggested by Stefan Monnier.
10575
10576 2005-12-26 Juri Linkov <juri@jurta.org>
10577
10578 * descr-text.el: Require `help-fns' at runtime. Don't require
10579 `button' for byte compilation.
10580 (describe-text-widget): Add `help-echo' for first button.
10581 Use `help-info' for second.
10582 (describe-property-list): Use `help-argument-name' instead of `italic'.
10583 (describe-text-category): Add prompt to interactive spec.
10584 Call `help-setup-xref'.
10585 (describe-char): Use `help-character-set'. Add `help-echo' for
10586 code point. Use `help-input-method'. Remove superfluous insert.
10587
10588 2005-12-25 Richard M. Stallman <rms@gnu.org>
10589
10590 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
10591 at point, in case of narrowing.
10592
10593 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
10594
10595 * locate.el (locate-header-face): Allow nil in type.
10596
10597 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
10598
10599 2005-12-25 Romain Francoise <romain@orebokech.com>
10600
10601 * battery.el (battery-linux-proc-acpi): Also try
10602 `/proc/acpi/thermal_zone/THM0/temperature'.
10603
10604 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
10605
10606 * custom.el (custom-push-theme): Fix docstring.
10607
10608 * cus-edit.el (custom-variable-set, custom-variable-save)
10609 (custom-variable-save): Custom-quote widget values.
10610 (customize-save-variable): Fix custom-push-theme call.
10611
10612 2005-12-24 Eli Zaretskii <eliz@gnu.org>
10613
10614 * w32-fns.el (w32-batch-update-autoloads): New function.
10615
10616 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
10617 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
10618 from the command line.
10619
10620 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
10621
10622 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
10623 reset means to remove setting from theme entirely. Don't keep
10624 expanding theme-settings list; delete old entries if necessary.
10625
10626 * cus-edit.el (custom-buffer-create-internal): Move "Erase
10627 customization" button one line up.
10628 (custom-themed): New face.
10629 (custom-magic-alist): New value, THEMED, for theme settings.
10630 (custom-variable-state-set, custom-face-state-set):
10631 Check theme-value instead of saved-value.
10632 (custom-variable-reset-standard, custom-face-reset-standard):
10633 Remove theme setting entirely. Recalculate new values.
10634 (custom-variable-set, custom-variable-set)
10635 (custom-variable-reset-saved, custom-variable-reset-backup)
10636 (custom-face-set, custom-face-reset-saved): Update `user' theme.
10637 (custom-variable-save): Fix typos.
10638
10639 2005-12-23 Juri Linkov <juri@jurta.org>
10640
10641 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
10642 Add autoload cookies.
10643 (edebug-outside-d-c-i-n-s-w): New variable.
10644 (edebug-display, edebug-outside-excursion): Use it to save the
10645 original value of default-cursor-in-non-selected-windows.
10646 Set default-cursor-in-non-selected-windows to t while Edebug
10647 is active.
10648 (edebug-mode, edebug-eval-mode): Doc fix.
10649
10650 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
10651 with `buffer-substring-no-properties' to remove common substring
10652 highlighting.
10653
10654 * info.el (info-other-window, info): Rename function argument
10655 `file' to `file-or-node'.
10656 (Info-complete-menu-item): Use local variable `complete-nodes' to
10657 keep the global value of `Info-complete-nodes' unchanged for
10658 subsequent completions.
10659 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
10660
10661 * simple.el (get-next-valid-buffer, last-buffer)
10662 (next-error-buffer-p, next-error-find-buffer)
10663 (minibuffer-history-sexp-flag): Doc fix.
10664
10665 * savehist.el (savehist-mode-hook): Add `:group'.
10666
10667 * log-view.el: Call autoload for vc-find-version.
10668 (log-view-current-file): Adjust subgroup numbers.
10669 (log-view-current-tag): Add `length'.
10670
10671 2005-12-23 Richard M. Stallman <rms@gnu.org>
10672
10673 * vc.el (vc-annotate-car-last-cons): Defn moved up.
10674
10675 2005-12-23 Juri Linkov <juri@jurta.org>
10676
10677 * hi-lock.el (hi-lock-archaic-interface-message-used)
10678 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
10679 (hi-lock-mode): Display "Hi" in the mode line only when
10680 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
10681 (hi-lock-write-interactive-patterns):
10682 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
10683 (hi-lock-set-pattern, hi-lock-set-file-patterns)
10684 (hi-lock-font-lock-hook): Set 3rd arg `how' of
10685 font-lock-add-keywords to t.
10686
10687 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
10688
10689 * hi-lock.el (hi-lock-highlight-range): New variable.
10690 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
10691 only if font-lock-fontified is non-nil. Remove overlays.
10692 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
10693 font-lock-fontified is non-nil, otherwise use overlays (instead of
10694 text properties).
10695 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
10696 New variables.
10697 (hi-lock-string-serialize) New function.
10698
10699 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10700
10701 * menu-bar.el (menu-find-file-existing): New function.
10702 (menu-bar-file-menu): Use menu-find-file-existing for Open.
10703
10704 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
10705
10706 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
10707
10708 * vc.el: Remove unnecessary leading * in docstrings.
10709 (vc-annotate-mode-map): Move initialization into declaration.
10710 (vc-static-header-alist): Nitpick on the regexp.
10711 (vc-default-init-version): New fun.
10712 (vc-register): Use it.
10713 (vc-insert-headers): Use dolist.
10714 (vc-annotate-get-backend): Remove unused function.
10715 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
10716 (vc-annotate-mode): Remove corresponding call.
10717 (vc-annotate-car-last-cons): Simplify.
10718 (vc-annotate-buffers): Remove var.
10719 (vc-annotate-backend): Make it buffer-local.
10720 (vc-annotate): Move the interaction to the interactive spec.
10721 Add a `buf' argument.
10722 (vc-annotate-warp-version): Use this new `buf' argument to avoid
10723 killing&creating a vc-annotate buffer, which is very disruptive when
10724 the buffers are shown in dedicated frames.
10725
10726 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
10727
10728 * descr-text.el: Add FSF as maintainer.
10729 (describe-text-mode, describe-text-mode-map)
10730 (describe-text-mode-hook, describe-text-done): Delete. Use normal
10731 help-mode.
10732 (describe-text-widget, describe-text-sexp)
10733 (describe-property-list, describe-text-category)
10734 (describe-text-properties, describe-text-properties-1)
10735 (describe-char): Use help buttons instead of widgets.
10736 (describe-char-unicodedata-file): Make URL link in doc string.
10737
10738 2005-12-22 Richard M. Stallman <rms@gnu.org>
10739
10740 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
10741 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
10742 Don't include buttons that write a file when there's no file.
10743 (custom-variable-menu, custom-face-menu, custom-group-menu):
10744 Don't include commands that write a file when there's no file.
10745 (customize-browse): Reword the top-of-buffer help intro.
10746 (custom-buffer-create-internal): Fix previous change.
10747 (customize-changed-options-previous-release): Prev release is 21.1.
10748 (customize-changed-options): Doc fix.
10749 (customize-changed): New alias.
10750 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
10751 Say "standard values".
10752 (Custom-reset-standard): Doc fix.
10753 (custom-face-reset-standard): Doc fix.
10754
10755 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
10756
10757 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
10758 even if font-lock-mode is non-nil since it may be t without having
10759 turned on font-lock-mode-internal.
10760 (font-lock-choose-keywords): Minor optimization.
10761 (font-lock-add-keywords, font-lock-remove-keywords)
10762 (font-lock-set-defaults): Don't call make-local-variable on a variable
10763 that we know to already be local.
10764
10765 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10766
10767 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
10768 messages if in the minibuffer.
10769
10770 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
10771
10772 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
10773 (tex-mode-flyspell-verify, flyspell-get-word)
10774 (flyspell-external-point-words): Don't use point-min/max uselessly.
10775
10776 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
10777 by Kevin Rodgers. Instead, just hide the completions buffer if we
10778 don't need to show it.
10779
10780 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
10781
10782 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
10783
10784 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
10785
10786 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
10787 delete-windows-on with an inexistent buffer.
10788
10789 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
10790
10791 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
10792 Delete defcustom variable :tag names.
10793
10794 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
10795
10796 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
10797 (log-view-font-lock-keywords): Ajust subgroup numbers.
10798 (log-view-current-tag): Don't hard code the number of subgroups.
10799
10800 2005-12-20 Juri Linkov <juri@jurta.org>
10801
10802 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
10803 (tooltip-x-offset, tooltip-y-offset): Doc fix.
10804
10805 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10806 (menu-bar-non-minibuffer-window-p): Instead of checking
10807 display-multi-frame-p, use selected-frame when menu-updating-frame
10808 is nil.
10809
10810 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
10811
10812 * align.el (align-rules-list): Use [ \t] instead of \s-
10813 for column separators in text mode.
10814
10815 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
10816
10817 * help-mode.el (help-customize-variable, help-customize-face):
10818 Don't pop help-xref-stack as help-follow no longer pushes
10819 anything on to it.
10820
10821 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
10822
10823 * textmodes/org.el (org-agenda-custom-commands): New option.
10824 (org-agenda): Offer custom commands on splash screen.
10825 (org-make-tags-matcher): Parser for Boolean logic added.
10826 (org-agenda-set-tags): New command.
10827 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
10828 (org-set-tags): Efficiency improvements.
10829 (org-auto-align-tags): New option.
10830 (org-todo, org-demote, org-promote): Realign tags.
10831 (org-tags-completion-function): Use also "&" and "|" as separators.
10832 (org-org-menu): Agenda commands simplified.
10833
10834 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
10835
10836 * cus-edit.el (customize-apropos, customize-apropos-options):
10837 Docstring changes.
10838
10839 * font-lock.el (font-lock): Add tags to the links in the defgroup.
10840
10841 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
10842
10843 * longlines.el (longlines-mode): Wrap while widened.
10844 (longlines-decode-region, longlines-encode-region): Compute max
10845 just once.
10846
10847 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10848
10849 * cus-edit.el (mac): New group.
10850
10851 * cus-start.el (all): Add user options in macterm.c. Add test for
10852 Mac-related built-ins. Fix test for GTK-related built-ins.
10853
10854 * term/mac-win.el (mac-handle-language-change)
10855 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
10856 (mac-services-open-selection, mac-services-mail-selection)
10857 (mac-services-mail-to, mac-services-insert-text)
10858 (mac-dispatch-apple-event): Add docstrings.
10859 (x-get-selection, mac-select-convert-to-string): Select coding
10860 system from `utf-16be' and `utf-16le' using `byteorder'.
10861
10862 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
10863
10864 * subr.el (lazy-completion-table): Don't be fooled if the var holds
10865 a "list" (lambda ...) rather than a real completion list.
10866
10867 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
10868 lexical-let when encountering ((lambda (...) ...) ...).
10869
10870 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
10871
10872 * progmodes/sh-script.el (sh-mode):
10873 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
10874 * textmodes/picture.el (picture-mode): Update docstrings.
10875
10876 2005-12-17 Eli Zaretskii <eliz@gnu.org>
10877
10878 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
10879 commands enclosed in $(ARGQUOTE)s should not be split between two
10880 lines, as that will break with GNU Make >3.80, when sh.exe is used
10881 and arg quoting is with '..'.
10882 (autoloads): Don't break the quoted --eval expression between
10883 several lines.
10884
10885 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
10886
10887 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
10888 Capture error from printing circular structures.
10889
10890 2005-12-17 Martin Rudalics <rudalics@gmx.at>
10891
10892 * wid-edit.el (widget-checkbox-action): Clear undo info.
10893
10894 2005-12-16 Bill Wohler <wohler@newt.com>
10895
10896 * menu-bar.el (kill-this-buffer): Set a good example by using menu
10897 bar, not menubar in comment.
10898
10899 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
10900
10901 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
10902 After-change-functions should not clobber the match data.
10903
10904 2005-12-16 Juri Linkov <juri@jurta.org>
10905
10906 * simple.el (choose-completion): Use `buffer-substring-no-properties'
10907 instead of `buffer-substring'.
10908 (completion-common-substring): Doc fix.
10909 (completion-setup-function): Use minibuffer-completion-contents
10910 instead of minibuffer-contents. Don't set common-string-length
10911 initially. Remove special handling of partial-completion-mode.
10912 Move computation of completion-base-size into one cond.
10913 Call completion-base-size-function in mainbuf. In computation of
10914 completion-base-size for file name completion don't move point to
10915 the end of the minibuffer. Move computation of common-string-length
10916 into one cond. Start putting faces only when common-string-length>=0.
10917 Add condition to put completions-common-part when
10918 common-string-length>0.
10919
10920 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
10921 place point at the first different character in the minibuffer
10922 even if this position is at the beginning of the minibuffer.
10923
10924 * info.el (Info-read-node-name-1): In completion-base-size-function's
10925 lambda return 1 if common-substring or minibuffer-completion-contents
10926 starts with (, and 0 otherwise.
10927
10928 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
10929 Use `crm-current-element' for second arg of `display-completion-list'.
10930
10931 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
10932
10933 * files.el (set-auto-mode): Look for an interpreter specified on
10934 the first line also if search for mode specification succeeded,
10935 but the mode is not known.
10936
10937 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
10938
10939 * textmodes/org.el (org-tags-match-list-sublevels): New option.
10940 (org-open-at-point): Implement tag searches as links.
10941 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
10942 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
10943 (org-tags-sparse-tree, org-tags-view, org-set-tags)
10944 (org-agenda-dispatch): New commands.
10945 (org-use-tag-inheritance, org-tags-column): New options.
10946 (org-tab-follows-link, org-return-follows-link): New options.
10947 (org-tags): New customize group.
10948 (org-start-icalendar-file): Get local time zone.
10949 (org-tags-completion-function): New function.
10950 (org-set-font-lock-defaults): Make sure links will also be
10951 highlighted inside headlines.
10952
10953 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
10954
10955 * term.el (term-emulate-terminal):
10956 Let term-handle-ansi-terminal-messages override what Bash says about
10957 its current directory.
10958
10959 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10960
10961 * bindings.el (last-buffer): Move to simple.el.
10962 * simple.el (last-buffer): Move here.
10963 (get-next-valid-buffer): New function.
10964 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
10965 (prev-buffer): Ditto. Rename to `previous-buffer'.
10966
10967 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
10968 * bindings.el (global-map): Ditto.
10969
10970 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
10971
10972 * cus-edit.el: Introductory comment change.
10973 (custom-magic-alist): Change message string for the `rogue' state.
10974
10975 2005-12-15 Richard M. Stallman <rms@gnu.org>
10976
10977 * tooltip.el: Delete defcustom variable :tag names.
10978
10979 * complete.el (partial-completion-mode): Doc fix.
10980
10981 * textmodes/flyspell.el (flyspell-external-point-words):
10982 Use save-excursion to ensure we don't move backward in the
10983 search loop, not even one character.
10984 (flyspell-delete-all-overlays): Use remove-overlays directly.
10985
10986 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
10987 (ispell-start-process): Set that variable.
10988 Clear ispell-buffer-local-name.
10989 (ispell-internal-change-dictionary):
10990 Set ispell-current-dictionary after killing process.
10991 (ispell-buffer-local-dict):
10992 Don't set spell-personal-dictionary after killing process.
10993 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
10994 (ispell-tex-skip-alists, ispell-html-skip-alists)
10995 (ispell-skip-region-alist): Mark as risky.
10996
10997 * net/newsticker.el (newsticker--retrieval-timer-list)
10998 (newsticker--display-timer, newsticker-running-p)
10999 (newsticker-ticker-running-p): Definitions moved up.
11000
11001 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
11002
11003 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
11004
11005 2005-12-15 David Ponce <david@dponce.com>
11006
11007 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
11008 (recentf-edit-list, recentf-open-files): Signal an error when
11009 there is no recent file.
11010
11011 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
11012
11013 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
11014 read-only except for texinfo-format-region evaluation.
11015
11016 2005-12-14 Richard M. Stallman <rms@gnu.org>
11017
11018 * vc.el (vc-default-previous-version, vc-default-next-version)
11019 (vc-do-command): Doc fixes.
11020
11021 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11022
11023 * textmodes/bibtex.el (bibtex-expand-strings)
11024 (bibtex-autokey-expand-string, bibtex-name-part)
11025 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
11026 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
11027 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
11028 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
11029 (bibtex-entry-postfix, bibtex-known-entry-type-re)
11030 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
11031 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
11032 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
11033 (bibtex-beginning-of-last-entry): Remove.
11034 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
11035 message if comma is missing but buffer is read-only.
11036 (bibtex-parse-field-text): Handle whitespaces at the end of field
11037 text. Return 3-element list with beginning and end of field text
11038 and end of field.
11039 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
11040 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
11041 (bibtex-search-forward-field, bibtex-search-backward-field):
11042 Search always delimited by limits of entry. Use more efficient
11043 search algorithms.
11044 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
11045 bibtex-end-of-name-in-field.
11046 (bibtex-text-in-field-bounds): Handle BibTeX strings when
11047 extracting the content of a field.
11048 (bibtex-text-in-field): Use search limits.
11049 (bibtex-parse-string-prefix): Handle empty string keys based on
11050 bibtex-string-empty-key.
11051 (bibtex-parse-string): Fix docstring.
11052 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
11053 (bibtex-preamble-prefix, bibtex-strings): New functions.
11054 (bibtex-skip-to-valid-entry): Include preceding whitespace in
11055 BibTeX entries (consistent with other BibTeX functions).
11056 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
11057 (bibtex-search-entry): Fix docstring. Simplify.
11058 (bibtex-flash-head, bibtex-complete-string-cleanup)
11059 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
11060 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
11061 (bibtex-parse-entry): New optional arg content.
11062 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
11063 Use bibtex-text-in-field-bounds.
11064 (bibtex-print-help-message): Handle BibTeX strings and preambles.
11065 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
11066 bibtex-parse-string-postfix.
11067 (bibtex-find-text-internal): New function.
11068 (bibtex-remove-delimiters): Use it.
11069 (bibtex-find-text): Use it. New optional arg help.
11070 (bibtex-complete): Handle BibTeX string and preamble entries.
11071 (bibtex-Preamble): Fix order of closing delimiters.
11072
11073 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
11074
11075 * vc.el (vc-default-revert): New fun.
11076
11077 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
11078
11079 2005-12-14 Romain Francoise <romain@orebokech.com>
11080
11081 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
11082 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
11083 (font-lock-remove-keywords): Likewise.
11084
11085 2005-12-14 Juri Linkov <juri@jurta.org>
11086
11087 * log-view.el (log-view-diff): Doc fix.
11088
11089 * isearch.el (isearch-query-replace): Use (mark) instead of
11090 isearch-opoint if mark is active in transient-mark-mode.
11091
11092 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
11093
11094 * isearch.el (isearch-query-replace): Check for isearch-other-end.
11095
11096 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
11097
11098 * progmodes/cpp.el (cpp-face): New widget.
11099 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
11100
11101 2005-12-14 Juri Linkov <juri@jurta.org>
11102
11103 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
11104 around `erase-buffer' and `insert'.
11105
11106 * descr-text.el (describe-text-properties): Replace buffer name
11107 "*Help-2*" with "*Help*<2>".
11108 (describe-char): Add functions print-help-return-message,
11109 toggle-read-only. Use help-setup-xref with nil to not store
11110 describe-char in help-xref-stack. Use help-make-xrefs to
11111 make [back] button.
11112
11113 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
11114
11115 * wdired.el (wdired-old-point): New internal variable.
11116 (wdired-change-to-wdired-mode): Set it buffer-locally.
11117 (wdired-abort-changes): Restore point after aborting changes.
11118
11119 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11120
11121 * vc.el (vc-do-command): Add a new value t for okstatus.
11122
11123 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
11124 frame in case of errors.
11125
11126 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11127
11128 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
11129 so it comes after "On the Left" in the menu.
11130
11131 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
11132
11133 * cus-edit.el (customize-apropos, customize-apropos-options)
11134 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
11135
11136 2005-12-12 Bill Wohler <wohler@newt.com>
11137
11138 * vc-svn.el (vc-svn-registered): Fix problem of visiting
11139 non-writable Subversion-controlled files by saving window
11140 configuration before calling vc-do-command. vc-do-command calls
11141 pop-to-buffer on error which is unexpected during registration.
11142
11143 2005-12-12 Jay Belanger <belanger@truman.edu>
11144
11145 * calc/README: Update the summary of changes.
11146
11147 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
11148
11149 * descr-text.el (describe-char): Rework last fix to solve the problem
11150 is the same way it's solved for everything else in that function
11151 (i.e. by extracting the info before setting up the *Help* buffer).
11152
11153 2005-12-12 Kim F. Storm <storm@cua.dk>
11154
11155 * subr.el (version-regexp-alist): Allow space as separator before
11156 non-numeric part, e.g. "1.0 alpha".
11157 (version-to-list): Interpret .X.Y version as 0.X.Y version.
11158
11159 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
11160
11161 * textmodes/org.el (org-agenda, org-timeline, org-todo):
11162 Implement Logging and the keep-modes setting.
11163 (org-get-category): Make sure a string is returned.
11164 (org-log-done): New function.
11165 (org-log-done, org-closed-string): New options.
11166
11167 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11168
11169 * tooltip.el (tooltip-y-offset): Change default to 20.
11170
11171 2005-12-12 Richard M. Stallman <rms@gnu.org>
11172
11173 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
11174
11175 * frame.el (display-hourglass): Doc fix.
11176
11177 * help.el (help-for-help-internal): Simplify entry for `a'.
11178
11179 * info.el (Info-on-current-buffer): Doc fix.
11180 (info-insert-file-contents): Don't test (featurep 'jka-compr).
11181
11182 * startup.el (inhibit-splash-screen): Make this the real name.
11183 (inhibit-startup-message): Make this the alias.
11184 (command-line): Find only simple.el, and use its directory
11185 to fill in other preloaded files' names.
11186 (command-line): Deactivate the mark if deactivate-mark is set.
11187
11188 * international/mule.el (load-with-code-conversion):
11189 Bind deactivate-mark.
11190
11191 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11192
11193 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
11194
11195 * cus-edit.el (customize-apropos): Avoid listing an option more
11196 than once under different aliases. No longer list user options
11197 that are not defined with defcustom (unless a prefix arg is given).
11198 Doc fix.
11199 (customize-apropos-options): Doc fix.
11200
11201 2005-12-11 Juri Linkov <juri@jurta.org>
11202
11203 * frame.el (set-background-color, set-foreground-color)
11204 (set-cursor-color, set-mouse-color, set-border-color):
11205 Add explicit prompts to read colors by `facemenu-read-color'.
11206 (show-trailing-whitespace, blink-cursor-delay)
11207 (blink-cursor-interval, display-hourglass, hourglass-delay):
11208 Remove tags.
11209 (display-hourglass, hourglass-delay): Doc fix.
11210 (cursor-in-non-selected-windows): Capitalize words in tag.
11211
11212 * faces.el (frame-background-mode): Replace `choice-item' keywords
11213 with `const' to not make [default] button. Change default value tag
11214 from `default' to `automatic'. Doc fix.
11215 (trailing-whitespace) <defface>: Change group `whitespace' to
11216 `whitespace-faces'.
11217
11218 2005-12-11 Richard M. Stallman <rms@gnu.org>
11219
11220 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
11221
11222 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11223
11224 * term/mac-win.el: Create keymap for mac-apple-event-map.
11225
11226 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
11227
11228 * tooltip.el (tooltip-mode): Move to start of file so that it
11229 appears at top of customize buffer.
11230
11231 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
11232 Add the gud groupname.
11233 (gud-tooltip-mode): Add the tooltip groupname.
11234 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
11235 avoid conflict with tooltip-use-echo-area.
11236
11237 2005-12-10 Romain Francoise <romain@orebokech.com>
11238
11239 * help.el (help-for-help-internal): Add `r' in doc string.
11240
11241 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11242
11243 * align.el (align-regexp, align-highlight-rule):
11244 Use region-beginning and region-end instead of point and mark, so that
11245 repetition (with `repeat-complex-command') recomputes the region
11246 bounds.
11247
11248 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
11249
11250 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
11251 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
11252 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
11253 (balance-windows): Rewrite using the above new functions.
11254
11255 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
11256
11257 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
11258 react if global-hi-lock-mode seems intended.
11259 (global-hi-lock-mode) Renamed from hi-lock-mode.
11260 (hi-lock-archaic-interface-message-used)
11261 (hi-lock-archaic-interface-deduce): New variables.
11262 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
11263 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
11264 (hi-lock-find-patterns, hi-lock-font-lock-hook):
11265 Replace hi-lock-buffer-mode with hi-lock-mode.
11266
11267 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
11268
11269 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
11270 completion list, even after a partial completion has been
11271 inserted in the current buffer. If there are more than 1
11272 completion, redisplay the *Completions* buffer; if the
11273 completion is unique, delete the *Completions* window.
11274
11275 2005-12-10 Eli Zaretskii <eliz@gnu.org>
11276
11277 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
11278 strings and long subject lines that were broken into multiple
11279 lines at arbitrary places. Handle subjects that have "Re: " in
11280 the middle.
11281
11282 2005-12-10 John W. Eaton <jwe@octave.org>
11283
11284 * emacs/octave-mod.el (octave-electric-space): Don't indent
11285 comments or strings if octave-auto-indent is nil.
11286
11287 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11288
11289 * term/mac-win.el: Require url when compiling.
11290 Call mac-process-deferred-apple-events after loading init files.
11291 (mac-apple-event-map): New defvar. Define event handlers in it.
11292 (core-event, internet-event): New Apple event class symbols.
11293 (open-application, reopen-application, open-documents)
11294 (print-documents, open-contents, quit-application)
11295 (application-died, show-preferences, autosave-now, get-url):
11296 New Apple event ID symbols.
11297 (about): New HICommand ID symbol.
11298 (mac-event-spec, mac-event-ae): New macros.
11299 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
11300 (mac-ae-selection-range, mac-ae-text-for-search)
11301 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
11302 (mac-application-menu-map): Remove keymap. Handlers for HICommand
11303 and Services menu events are now defined in mac-apple-event-map.
11304 (mac-drag-n-drop): Remove selection range handling.
11305
11306 2005-12-10 Kenichi Handa <handa@m17n.org>
11307
11308 * simple.el (zap-to-char):
11309 * isearch.el (isearch-process-search-char): Translate CHAR by
11310 translation-table-for-input.
11311
11312 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
11313
11314 * foldout.el (foldout-exit-fold): Properly hide subtree.
11315
11316 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
11317
11318 * files.el (save-buffer):
11319 * international/ucs-tables.el (ucs-set-table-for-input):
11320 * mail/mail-extr.el (mail-extract-address-components):
11321 * mail/sendmail.el (mail-mode): Reformat doc string.
11322
11323 2005-12-09 Juri Linkov <juri@jurta.org>
11324
11325 * isearch.el (isearch-highlight): Change main overlay priority
11326 from 1 to 1001. Simplify.
11327 (isearch-lazy-highlight-update): Change lazy overlay priority
11328 from 0 to 1000.
11329
11330 * replace.el (replace-highlight): Change overlay priority from
11331 1 to 1001.
11332
11333 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
11334 Change overlay priority from 1 to 1001. Reuse existing overlay.
11335
11336 * compare-w.el (compare-windows-highlight): Change overlay
11337 priority from 1 to 1000.
11338
11339 * menu-bar.el (menu-bar-edit-menu): Add listp around
11340 pending-undo-list to disable menu item "undo" when pending
11341 undo list is empty.
11342
11343 * locate.el (locate): Disable undo in *Locate* buffer.
11344
11345 2005-12-09 Kim F. Storm <storm@cua.dk>
11346
11347 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
11348
11349 2005-12-09 David Ponce <david@dponce.com>
11350
11351 * recentf.el: Improvement of the menu code.
11352 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
11353 instead of menu hook.
11354 (recentf-show-menu, recentf-hide-menu): New functions.
11355 (recentf-menu-customization-changed, recentf-mode): Use them.
11356 (recentf-menu-action, recentf-max-menu-items)
11357 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
11358 (recentf-arrange-by-rule-others)
11359 (recentf-arrange-by-rules-min-items)
11360 (recentf-arrange-by-rule-subfilter) : Don't use
11361 `recentf-menu-customization-changed'.
11362 (recentf-arrange-rules): Likewise. Accept functions to compute
11363 sub-menu titles.
11364 (recentf-menu-filter): Likewise. Doc fix.
11365 (recentf-menu-value-shortcut): Doc fix.
11366 (recentf-dump-variable): Quote atom value.
11367 (recentf-make-menu-items): Update to use it as a menu filter.
11368 (recentf-match-rule): New function.
11369 (recentf-arrange-by-rule): Use it.
11370 (recentf-indirect-mode-rule): New function.
11371 (recentf-build-mode-rules): Use it.
11372 (recentf-dir-rule): New function.
11373 (recentf-arrange-by-dir): Use it.
11374 (recentf-filter-changer-current): Rename from
11375 `recentf-filter-changer-state'. All references updated.
11376 (recentf-filter-changer-alist): Update filter names.
11377 (recentf-filter-changer-select): New function.
11378 (recentf-filter-changer): Use it. Make a sub-menu from filters
11379 available in `recentf-filter-changer-alist'.
11380 (recentf-data-cache, recentf-clear-data)
11381 (recentf-update-menu): Remove. All references updated.
11382 (recentf-match-rule-p, recentf-build-dir-rules)
11383 (recentf-filter-changer-goto-next)
11384 (recentf-filter-changer-get-current)
11385 (recentf-filter-changer-get-next): Remove.
11386
11387 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
11388
11389 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
11390 buffer "Reset" button to "Reset to Current" for consistency with
11391 the State buttons.
11392
11393 2005-12-08 John Paul Wallington <jpw@pobox.com>
11394
11395 * ibuf-ext.el (define-ibuffer-filter filename):
11396 If `dired-directory' is a list then really use its car.
11397
11398 2005-12-08 Kim F. Storm <storm@cua.dk>
11399
11400 * emulation/cua-rect.el (cua--rectangle-aux-replace):
11401 Fix indention of text on right side of replaced rectangle.
11402
11403 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
11404
11405 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
11406 No need to check gud-comint-buffer is bound.
11407 (gdb): Prevent multiple debugging when first session uses gdba.
11408
11409 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11410
11411 CC Mode update to 5.31.
11412
11413 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
11414 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
11415 We might do this function properly in the future).
11416
11417 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
11418 New macros c-sentence-end and c-default-value-sentence end, to cope
11419 with Emacs 22's new function `sentence-end'.
11420
11421 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11422
11423 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
11424 compat issue using `c-put-overlay' and `c-delete-overlay'.
11425
11426 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
11427 New compat macros to handle overlays/extents.
11428
11429 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11430
11431 * progmodes/cc-fix.el: Add definitions of the macros push and pop
11432 (for GNU Emacs 20.4)
11433
11434 * progmodes/cc-defs.el:
11435 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
11436
11437 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
11438 highlighting mechanism so it will work in XEmacs too.
11439
11440 * progmodes/cc-defs.el: Insert c-int-to-char.
11441
11442 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
11443 call to the new macro c-int-to-char. This solves XEmacs's
11444 regarding characters as different from integers.
11445
11446 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11447
11448 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
11449 New internal helper.
11450
11451 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
11452 construct to make the indirect face lookup work in XEmacs.
11453
11454 (c-cpp-matchers): Append the negation char face to the existing
11455 fontification, so that the cpp face doesn't disappear.
11456 Use `c-make-syntactic-matcher' to avoid negation chars in comments
11457 and strings.
11458
11459 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
11460 to map to `font-lock-negation-char-face' in emacsen where it exists.
11461
11462 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11463
11464 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
11465
11466 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
11467 Rename "c-subword-move-mode" as "c-subword-mode".
11468
11469 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
11470 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
11471
11472 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11473
11474 * progmodes/cc-mode.el: Added autoload directive for
11475 `c-subword-move-mode' for use in older emacsen.
11476
11477 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11478
11479 * progmodes/cc-mode.el:
11480 (i) Insert a binding for C-c C-backspace into
11481 c-bind-special-erase-keys which works in TTYs.
11482 (ii) Make sure that when file styles are used, any explicitly
11483 given style variables take priority over those in the style.
11484 Do this by calling `hack-local-variables' a second time.
11485
11486 * progmodes/cc-vars.el: Add language specific customization
11487 widgets for AWK to c-doc-comment-style, c-require-final-newline
11488 and c-default-style. Add a defcustom for awk-mode-hook.
11489 Give c-syntactic-element and c-syntactic-context doc-strings by
11490 directly setting their `variable-documentation' propery.
11491 This allows Emacs 22.1 to read these with C-h v.
11492
11493 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
11494
11495 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11496
11497 * progmodes/cc-fonts.el, cc-vars.el
11498 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
11499 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
11500 Masatake YAMATO.
11501
11502 (c-doc-comment-style): Made GtkDoc default in C mode.
11503
11504 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
11505 and C-c C-<delete>.
11506
11507 (c-bind-special-erase-keys): New function for use on
11508 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
11509
11510 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
11511 <delete> key behavior in XEmacs according to `delete-forward-p'.
11512 C.f. `c-electric-delete'.
11513
11514 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11515
11516 * progmodes/cc-mode.el: Give c-hungry-backspace and
11517 c-hungry-delete-forward permanent key bindings.
11518
11519 * progmodes/cc-cmds.el (c-electric-semi&comma):
11520 Bind c-syntactic-context for calls to "criteria functions", for
11521 consistency with other calls to user functions.
11522
11523 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
11524 `current-prefix-arg', since this might be the prefix arg to a
11525 command which calls c-indent-command as a function. Change the
11526 interactive spec from "p" to "P".
11527
11528 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
11529 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
11530 was difficult to understand.
11531
11532 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11533
11534 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
11535 first char of an identifier.
11536
11537 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
11538 +" syntax in C++.
11539
11540 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11541
11542 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
11543 auto-fill doesn't split a c-comment's last word from a hanging
11544 "*/" when a space is typed between them after fill-column.
11545
11546 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
11547
11548 * progmodes/cc-styles.el (c-set-style)
11549 (c-setup-paragraph-variables): Abort the command if we're not in a
11550 CC Mode buffer.
11551
11552 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
11553 with blank comment-prefix, and a blank line as the comment's
11554 second line.
11555
11556 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11557
11558 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
11559 Incorporate the patterns added in the Emacs development branch
11560 for the new Emacs 22 face `font-lock-negation-char-face'.
11561
11562 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
11563 of "red" since it stands out better in xterms and DOS terminals.
11564
11565 * progmodes/cc-engine.el (c-literal-faces):
11566 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
11567
11568 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11569
11570 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
11571 forcibly enable c-electric-flag.
11572
11573 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
11574 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
11575 after the comment-prefix of a C-style comment will close that comment.
11576
11577 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11578
11579 * progmodes/cc-fonts.el (c-basic-matchers-before)
11580 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
11581 in Pike.
11582
11583 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
11584 digraphs.
11585
11586 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
11587 (c-cpp-message-directives, c-cpp-include-directives)
11588 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
11589 (c-cpp-expr-directives): Introduce new language constants to
11590 control cpp syntax in a cleaner way.
11591
11592 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
11593
11594 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
11595
11596 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
11597 (c-multiline-string-start-char): New language constants and
11598 variables to specify how newlines in string literals work.
11599
11600 (c-font-lock-invalid-string): Use them.
11601
11602 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
11603 unbalanced close brace is entered. Optimization by avoiding going
11604 back over arbitrarily large blocks. Removed hints that this
11605 function only would be relevant/useful in AWK.
11606
11607 (c-electric-brace): Indent syntactically after the cleanups since
11608 lineup functions might do it differently then.
11609
11610 * progmodes/cc-engine.el, cc-langs.el
11611 (c-opt-op-identifier-prefix): New language constant and variable.
11612
11613 (c-just-after-func-arglist-p, c-after-special-operator-id)
11614 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
11615
11616 * progmodes/cc-align.el, cc-engine.el
11617 (c-after-special-operator-id): New helper to handle C++ operator
11618 identifiers.
11619
11620 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
11621 (c-guess-basic-syntax): Handle C++ operator identifiers in
11622 declarations.
11623
11624 * progmodes/cc-langs.el (c-assignment-operators): Add the
11625 trigraph version of ^= too.
11626
11627 * progmodes/cc-langs.el (c-assignment-operators): Add the
11628 trigraph version of |= in C++.
11629
11630 * progmodes/cc-fonts.el (c-font-lock-declarators):
11631 Handle `c-decl-hangon-kwds' after the identifier name.
11632
11633 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
11634 whether an arglist is "nonempty", ignore a comment after the open
11635 paren if it isn't followed by a non-comment token on the same line.
11636
11637 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
11638 Enable heuristics below the point to cope with classes inside special
11639 brace lists in Pike.
11640
11641 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11642
11643 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
11644
11645 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11646
11647 * progmodes/cc-guess.el (cc-guess-install): New function to
11648 install an already guessed style in another buffer.
11649
11650 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
11651 sets `inhibit-read-only' - `c-save-buffer-state' should be used
11652 anyway if the change always is undone.
11653
11654 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11655
11656 Implement togglable electricity:
11657
11658 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
11659 saying when it should be used.
11660
11661 * progmodes/cc-engine.el: Add the new buffer-local variable,
11662 c-electric-flag.
11663
11664 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
11665 c-toggle-auto-newline.
11666
11667 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
11668 c-toggle-auto-newline. Remove the binding for
11669 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
11670 c-toggle-electric-state.
11671
11672 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
11673
11674 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
11675 c-\(forward\|backward\)-subword.
11676 (c-update-modeline): Add the new modeline flag `l' for
11677 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
11678 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
11679 Make the old name an alias of the new name.
11680 (c-toggle-electric-state): New function.
11681 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
11682 Adapt these functions to do electric things only when
11683 c-electric-flag is non-nil.
11684 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
11685 new functions from c-electric-brace.
11686 (c-point-syntax): Add a check for "virtual semicolons" in AWK
11687 mode, so that the tentative extra newline doesn't change the
11688 syntax of the following brace.
11689 (c-electric-brace): Restructure by extracting the above functions.
11690 Tidy up the coding somewhat.
11691 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
11692 restructure a bit.
11693
11694 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11695
11696 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
11697 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
11698
11699 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
11700 (c-submode-indicators): Change name from `c-auto-hungry-string'
11701 since it's now used to track another submode.
11702
11703 (c-update-modeline): Convert to function and extended to check
11704 `c-subword-move-mode'.
11705
11706 (c-forward-into-nomenclature, c-backward-into-nomenclature):
11707 Convert to compat aliases for `c-forward-subword' and
11708 `c-backward-subword'.
11709
11710 * progmodes/cc-subword.el: New functions and minor mode to handle
11711 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
11712
11713 (c-forward-subword, c-backward-subword, c-mark-subword)
11714 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
11715 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
11716 Functions corresponding to the standard word handling functions.
11717
11718 (c-subword-move-mode): Minor mode that replaces all the standard
11719 word handling functions with their subword equivalences.
11720
11721 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11722
11723 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
11724 entry for one-liner-defun.
11725
11726 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
11727 name in its def-edebug-spec.
11728
11729 * progmodes/cc-cmds.el (c-electric-brace): Make the
11730 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
11731 compacts space before a comment, if this will make things fit on
11732 one line.
11733
11734 Introduce an "awk" style, mainly for auto-newline and clean-ups.
11735
11736 * progmodes/cc-align.el: New function c-snug-1line-defun-close
11737
11738 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
11739 clean-up one-liner-defun.
11740
11741 * progmodes/cc-styles.el: Add the new "awk" style.
11742
11743 * progmodes/cc-vars.el: Add description of one-liner-defun to
11744 c-cleanup-list's doc-string. New user options,
11745 c-max-one-liner-length. In c-default-style, set the default style
11746 for AWK to "awk".
11747
11748 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11749
11750 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
11751 macros inside labels.
11752
11753 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
11754 `c-at-statement-start-p' and `c-at-expression-start-p'.
11755
11756 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
11757 error if the mark isn't set.
11758
11759 * progmodes/cc-engine.el (c-guess-continued-construct)
11760 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
11761 accurately detect functions inside functions.
11762
11763 * progmodes/cc-engine.el (c-at-expression-start-p): New function
11764 like `c-at-statement-start-p' that additionally recognizes commas
11765 and expression parentheses as delimiters.
11766
11767 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
11768 to avoid heuristics that doesn't work for unclosed blocks.
11769 (c-at-statement-start-p): New function.
11770
11771 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
11772 Objective-C directives, e.g. directives spanning lines should work
11773 reasonably well now.
11774
11775 (c-put-c-type-property, c-clear-c-type-property): New helpers.
11776
11777 (c-forward-objc-directive): New function to move over any ObjC
11778 directive.
11779
11780 (c-just-after-func-arglist-p, c-guess-basic-syntax)
11781 (c-basic-matchers-before): Use it.
11782
11783 (c-font-lock-objc-iip-decl): Remove.
11784
11785 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
11786 in the template arglist recognition.
11787
11788 * progmodes/cc-styles.el (c-style-alist): Fix several
11789 inconsistencies in the Whitesmith style.
11790
11791 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
11792 New lineup function to get lines after Whitesmith style blocks
11793 correctly indented.
11794
11795 (c-lineup-whitesmith-in-block): Back out the compensation for
11796 opening parens since it's done using `add' lists in the style
11797 definition instead. Don't use the anchor position since it varies
11798 too much between the syntactic symbols. :P
11799
11800 * progmodes/cc-vars.el (c-valid-offset): Update.
11801
11802 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
11803 lists where the offsets are combined according to several
11804 different methods: `first', `min', `max', and `add'.
11805 Report offset evaluation errors with `c-benign-error' so that some kind
11806 of reindentation still is done.
11807
11808 * progmodes/cc-engine.el (c-guess-basic-syntax):
11809 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
11810 `arglist-close'.
11811
11812 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
11813 situations for `arglist-cont-nonempty' and `arglist-close'.
11814
11815 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
11816
11817 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
11818 cc-bytecomp-boundp' in a number of places.
11819
11820 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
11821 macro related issue.
11822
11823 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11824
11825 * progmodes/cc-awk.el: Change the terminology of regexps: A char
11826 list is now [asdf], a char class [:alpha:].
11827 Include code for char classes.
11828 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
11829 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
11830
11831 Remove (nearly all of) the cruft associated with AWK Mode's former
11832 concept of "virtual semicolons":
11833
11834 Adapt c-beginning-of-statement, c-end-of-statement (together with
11835 subfunctions) to use the new notion of "virtual semicolon" in
11836 place of the old awkward special handling for AWK. There remains
11837 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
11838 * progmodes/cc-cmds.el:
11839 (c-ascertain-adjacent-literal): In the backwards direction, now
11840 recognises AWK regexp delimiters as string delimiters.
11841 (c-after-statement-terminator-p): Adapt for virtual semicolons;
11842 check more rigorously for "end of macro".
11843 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
11844 virtual semicolons;
11845 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
11846 out the code for forward movement into ...
11847 (c-end-of-statement): Now contains the code for forward movement,
11848 adapted for virtual semicolons.
11849
11850 * progmodes/cc-engine.el:
11851 (c-ws*-string-limit-regexp): New regexp.
11852 (c-forward-single-comment, c-backward-single-comment): Comment out
11853 the (now redundant) "special" AWK stuff.
11854
11855 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
11856 c-string-par-start, c-string-par-separate to be more like Text
11857 Mode than Fundamental Mode.
11858
11859 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11860
11861 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
11862 to the fontified region so that fontification doesn't occur
11863 outside it (could happen e.g. when fontifying a line with an
11864 unfinished declaration).
11865
11866 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11867
11868 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
11869 start of the file. ^L now separate sections of the file.
11870 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
11871 (c-awk-one-line-possibly-open-string-re)
11872 (c-awk-regexp-one-line-possibly-open-char-class-re)
11873 (c-awk-one-line-possibly-open-regexp-re)
11874 (c-awk-one-line-non-syn-ws*-re): New defonsts.
11875 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
11876
11877 Amend the concept of "virtual semicolons" (in the indentation
11878 engine) for languages like AWK, such that they are now
11879 conceptually attached to end of the last token of a statement, not
11880 the end of the line. (In AWK Mode, however, the pertinent text
11881 property is still physically set on the EOL.) Remove the specific
11882 tests for awk-mode, thus facilitating the introduction of other
11883 language modes where EOLs can end statements.
11884 (Note: The funtionality in cc-cmds.el, specifically
11885 c-beginning/end-of-statement has yet to be amended.)
11886
11887 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
11888 New macros.
11889
11890 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
11891 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
11892 c-vsemi-status-unknown-p-fn (in a new page).
11893
11894 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
11895 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
11896 numerous awkward forms like
11897 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
11898 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
11899 variable before-ws-ip, the place just after char-before-ip appears.
11900
11901 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
11902 a comment.
11903
11904 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11905
11906 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
11907 `c-tentative-buffer-changes'.
11908
11909 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
11910 convert to macro to choose between Emacs and XEmacs at compile time.
11911
11912 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
11913
11914 (c-tentative-buffer-changes): New macro to handle temporary buffer
11915 changes in a convenient way.
11916
11917 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
11918 for `c-tentative-buffer-changes'.
11919
11920 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
11921 the checks for paren sexps between the point and the keyword, to
11922 avoid some false alarms.
11923
11924 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
11925 Fixed a situation where an error could be thrown for unbalanced
11926 parens. Changed to make use of c-keyword-member' to avoid some
11927 repeated regexp matches.
11928
11929 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
11930 These language variable are no longer necessary.
11931
11932 (c-block-stmt-kwds): New language constant used by
11933 c-looking-at-inexpr-block'.
11934
11935 (c-guess-basic-syntax): Remove an optional check that looked at
11936 the existence of the now removed language variables.
11937
11938 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
11939 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
11940 object instantiation expressions as declarations in some contexts.
11941 This bug only affected languages where the declarator can't be
11942 enclosed in parentheses.
11943
11944 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
11945 insert newlines before and after substatement braces.
11946
11947 * progmodes/cc-engine.el: Improved the heuristics for recognizing
11948 function declaration headers and the handling of C++ style member
11949 init lists.
11950
11951 (c-just-after-func-arglist-p): Rewritten to use
11952 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
11953
11954 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
11955
11956 (c-guess-basic-syntax): Adapt case 5B for the new
11957 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
11958 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
11959 covers all cases now).
11960
11961 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
11962
11963 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11964
11965 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
11966 c-string-par-start/separate c-sentence-end-with-esc-eol,
11967 initialised in c-setup-paragraph-variables, used in string
11968 scanning subroutines of c-beginning-of-statement.
11969
11970 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
11971 which precedes the newly inserted `{'.
11972
11973 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11974
11975 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
11976 function for declaration level blocks. It should now cope with
11977 templates better and also be a lot more comprehensible.
11978
11979 (c-looking-at-decl-block): The new function.
11980
11981 (c-search-uplist-for-classkey): The old one. It's now a wrapper
11982 for compatibility.
11983
11984 (c-add-class-syntax, c-guess-continued-construct)
11985 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
11986
11987 (c-decl-block-key): Change to tell apart ambiguous and
11988 unambiguous keywords. Pike specials are now handled directly in
11989 the code instead.
11990
11991 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
11992 New language constants and variables to make the backward skip in
11993 `c-looking-at-decl-block' as tight as possible.
11994
11995 (c-nonsymbol-token-char-list): New language constant.
11996
11997 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
11998 find balanced template arglists backwards.
11999
12000 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
12001 making char classes for `c-syntactic-skip-backward'.
12002
12003 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
12004 16D - can't be a class-close at that point.
12005
12006 * progmodes/cc-engine.el (c-guess-basic-syntax)
12007 (c-add-class-syntax): Don't narrow out the enclosing declaration
12008 level. This makes everything a lot easier, and it was actually
12009 only four small places that needed it to work. Some places that
12010 previously did `widen' are removed now, which has the effect that
12011 `c-guess-basic-syntax' never will look at things outside the
12012 current narrowment now. The anchor position for `topmost-intro'
12013 is affected by this, but it was so bogus it was basically useless
12014 before, and now it's equally bogus but in a slightly different way.
12015
12016 (c-narrow-out-enclosing-class): Gone.
12017
12018 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
12019 the narrowed region.
12020
12021 (c-least-enclosing-brace): Remove silly optional argument.
12022
12023 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12024 the point could be left directly after an open paren when finding
12025 the beginning of the first decl in the block.
12026
12027 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
12028 Specify which submatch to use.
12029
12030 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
12031
12032 (c-decl-start-re): No longer any need for special treatment of
12033 ObjC due to the above.
12034
12035 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
12036 presumably follows C in that regard.
12037
12038 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
12039 New language constants to specify operator tokens inside
12040 identifiers in a more high level way.
12041
12042 (c-opt-identifier-prefix-key): New internal language constant.
12043
12044 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
12045 (c-identifier-start, c-identifier-key): Now completely calculated
12046 from other constants.
12047
12048 (c-identifier-last-sym-match): Decommission since it's no longer used.
12049
12050 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
12051
12052 * progmodes/cc-engine.el (c-forward-name): Remove the
12053 optimization when c-identifier-key is equal to c-symbol-key since
12054 it doesn't work in byte compiled files. Don't record empty
12055 regions as identifiers.
12056
12057 * progmodes/cc-langs.el (c-filter-ops): New helper function to
12058 simplify access to `c-operators' and its likes.
12059
12060 (c-operator-list, c-all-op-syntax-tokens)
12061 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
12062 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
12063 (c-primary-expr-regexp, c-cast-parens): Use it.
12064
12065 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
12066 an explicit language in functions.
12067
12068 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
12069 variant of adornment.
12070
12071 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
12072 variable.
12073
12074 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
12075 the Pike value.
12076
12077 * progmodes/cc-engine.el (c-on-identifier)
12078 (c-simple-skip-symbol-backward): Small fix for handling "-"
12079 correctly in `skip-chars-backward'. Affected the operator lfun
12080 syntax in Pike.
12081
12082 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
12083 diagnostic message about precompiled language vars not being used.
12084
12085 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
12086 "__attribute__" is followed by a parenthesis.
12087
12088 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
12089 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
12090 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
12091
12092 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
12093 Internal cleanups to properly detect the declared identifiers in
12094 various declarations.
12095
12096 (c-decl-start-kwds): New language constant to recognize
12097 declarations that can start anywhere. Used for class declarations
12098 in Pike.
12099
12100 (c-specifier-key, c-not-decl-init-keywords)
12101 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
12102 (c-find-decl-spots): Implement `c-decl-start-kwds'.
12103
12104 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
12105 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
12106 handling of the compiler specific extension keywords into a new
12107 language constant `c-decl-hangon-kwds' that defines keyword
12108 clauses to be ignored in declarations.
12109
12110 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
12111 past unrecognized tokens when handling `c-colon-type-list-kwds'.
12112 Necessary to stop at the declared identifier in e.g. IDL valuetype
12113 declarations.
12114
12115 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
12116 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
12117 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
12118 (c-forward-decl-or-cast-1): Recognize the declared identifier in
12119 class and enum declarations as such and not as part of the type.
12120
12121 (c-forward-decl-or-cast-1, c-forward-label): Relax the
12122 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
12123
12124 (c-forward-decl-or-cast-1): Don't disregard sure signs of
12125 declarations when there's some syntax error later on.
12126
12127 (c-complex-decl-matchers): Did away with a reference to
12128 `c-specifier-key'.
12129
12130 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
12131 value - this variable is always dynamically bound.
12132
12133 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
12134 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
12135 * cc-cmds.el, cc-defs.el: Change the policy for marking up
12136 functions that might do hidden buffer changes: All such internal
12137 functions are now marked instead of those that don't.
12138
12139 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
12140 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
12141 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
12142 (c-literal-type): Allow these functions to make hidden buffer changes,
12143 so that they are free to use text property caching later on.
12144
12145 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
12146 (c-electric-brace, c-electric-slash, c-electric-star)
12147 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
12148 (c-electric-paren, c-electric-continued-statement, c-indent-command)
12149 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
12150 (c-context-line-break): Add `c-save-buffer-state' calls to comply
12151 with the changed semantics of the functions above.
12152
12153 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
12154 when macros occur in obscure places. Optimized the sexp movement
12155 a bit.
12156
12157 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12158
12159 Enhancements for c-beginning-of-statement to work in AWK Mode:
12160
12161 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
12162 (completed statement) with `}' (statement completed by closing
12163 brace or semicolon) and `$' (statement completed by EOL).
12164
12165 (c-awk-virtual-semicolon-ends-prev-line-p)
12166 (c-awk-virtual-semicolon-ends-line-p)
12167 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
12168 (c-awk-at-statement-end-p): New functions.
12169
12170 * progmodes/cc-cmds.el: Simplify the structure of functions
12171 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
12172 two functions and c-beginning-of-statement to handle AWK Mode.
12173
12174 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
12175 c-backward-single-comment for AWK mode. Attempt to clarify their
12176 doc-strings.
12177
12178 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
12179
12180 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12181
12182 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
12183 label handling. Labels are now recognized in a uniform and more
12184 robust way, regardless of context. Text properties are put on all
12185 labels to recognize the following declarations better.
12186 Multiword labels are handled both in indentation and fontification for
12187 the benefit of language extensions like Qt. For consistency, keywords
12188 in labels are now fontified with the label face instead.
12189 That also applies to "case" and "default".
12190
12191 (c-beginning-of-statement-1): Fix some bugs in the label
12192 handling. Disregard `c-nonlabel-token-key' in labels that begin
12193 with `c-label-kwds'.
12194
12195 (c-find-decl-spots): Support that the callback adds more
12196 `c-decl-end' spots to find.
12197
12198 (c-forward-decl-or-cast-1): Don't treat a list of plain
12199 identifiers followed by a colon as a declaration.
12200
12201 (c-forward-label): New function to recognize labels.
12202
12203 (c-guess-basic-syntax): Replace uses of `c-label-key' with
12204 `c-forward-label'. Moved the label recognition cases (14 and 15)
12205 earlier since they aren't so context sensitive now. Handle labels
12206 on the top level gracefully. Moved access label recognition to
12207 the generic label case (CASE 15) - removed CASE 5E.
12208
12209 (c-font-lock-declarations): Add recognition of labels in the
12210 same round since we need to handle labels in parallell with other
12211 declarations to recognize both accurately. It should also improve
12212 speed.
12213
12214 (c-simple-decl-matchers, c-basic-matchers-after):
12215 Move `c-font-lock-labels' so that it only is used on decoration level 2
12216 since `c-font-lock-declarations' handles it otherwise.
12217
12218 (c-complex-decl-matchers): Remove the simplistic recognition of
12219 access labels.
12220
12221 (c-decl-prefix-re): Remove the kludges that was necessary to cope
12222 with labels earlier.
12223
12224 (c-decl-start-re): New language variable to make
12225 `c-font-lock-declarations' stop for the special protection labels
12226 in Objective-C that start with `@'.
12227
12228 (c-label-key): Remove since it's no longer used.
12229
12230 (c-recognize-colon-labels, c-label-prefix-re): New language
12231 constants to support recognition of generic colon-terminated labels.
12232
12233 (c-type-decl-end-used): `c-decl-end' is now used whenever there
12234 are colon terminated labels.
12235
12236 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12237 first argument starts with a special brace list.
12238
12239 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
12240 (c-font-lock-declarations): Break out the declaration and cast
12241 recognition from `c-font-lock-declarations' to a new function, so
12242 that it can be used in the indentation engine.
12243
12244 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
12245 up to the start of the literal. Fixed bug with the point on the
12246 wrong side of the search limit that could happen when the start
12247 position is inside a literal.
12248
12249 * progmodes/cc-engine.el (c-parse-state)
12250 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
12251 so that it's kept a little bit back to increase the hit rate.
12252
12253 (c-parse-state): Change the macro handling and fixed some
12254 glitches. Macro context is checked more often than necessary now,
12255 but otoh less garbage conses are generated.
12256
12257 * progmodes/cc-engine.el (c-parse-state)
12258 (c-invalidate-state-cache): Cache the last position where
12259 `c-state-cache' applies. This can speed up refontification quite
12260 a bit in blocks where there are many non-brace parens before the point.
12261
12262 (c-state-cache-end): New variable for this.
12263
12264 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
12265 cache variable.
12266
12267 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
12268 get close initial continue positions when the start position is
12269 inside a literal or macro. Do not call the callback for spots
12270 before the start position (which can happen e.g. for `c-decl-end'
12271 spots inside comments). Optimize better in special cases when the
12272 region is a single line inside a literal or macro (typically when
12273 the current line is refontified).
12274
12275 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
12276 to `c-add-stmt-syntax' - there's no need to explicitly whack off
12277 entries from the paren state.
12278
12279 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
12280 special case for "else if" clauses.
12281
12282 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
12283 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
12284
12285 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
12286 New language variable to recognize the gcc extension with statement
12287 blocks inside expressions.
12288
12289 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
12290 it somewhat more comprehensible. The argument AT-BLOCK-START is
12291 no longer used and hence removed.
12292
12293 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
12294 to `c-add-stmt-syntax'.
12295
12296 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
12297 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
12298 This fixes bogus label recognition.
12299
12300 * progmodes/cc-engine.el (c-add-type, c-check-type)
12301 (c-forward-name, c-forward-type): Improve storage of template
12302 types in `c-found-types' so that they can be recognized better.
12303
12304 (c-syntactic-content): Add option to skip past nested parens.
12305
12306 * progmodes/cc-engine.el (c-forward-name):
12307 Set `c-last-identifier-range' all the time. It's less work that way.
12308 Handle that there might not be an identifier to store in
12309 `c-last-identifier-range'.
12310
12311 (c-forward-type): Handle that `c-last-identifier-range' might be
12312 nil from `c-forward-name'.
12313
12314 * progmodes/cc-defs.el (c-safe-scan-lists)
12315 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
12316
12317 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
12318 to work even if the form fails.
12319
12320 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
12321 down in a large file in one go.
12322
12323 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
12324
12325 * progmodes/cc-align.el (c-lineup-assignments): New lineup
12326 function which is like `c-lineup-math' but returns nil instead of
12327 `c-basic-offset' when it doesn't match.
12328
12329 (c-lineup-math): Change to use `c-lineup-assignments'.
12330
12331 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12332
12333 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
12334 c-beginning-of-statement. New subfunctions
12335 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
12336
12337 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12338
12339 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
12340 hardcoded char classes whereever possible. Changed a couple of
12341 places to use skip by syntax instead of skip by char class.
12342
12343 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
12344 Fix a bug in the regexp that caused extreme backtracking.
12345
12346 * progmodes/cc-langs.el (c-block-comment-starter)
12347 (c-block-comment-ender): New language constants to specify in a
12348 single place how block comments look.
12349
12350 (c-comment-start-regexp, c-block-comment-start-regexp)
12351 (comment-start, comment-end, comment-start-skip)
12352 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
12353 (c-syntactic-ws, c-nonempty-syntactic-ws)
12354 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
12355 `c-line-comment-starter', `c-block-comment-starter' and
12356 `c-block-comment-ender'.
12357
12358 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
12359 New language constants to break up things a bit.
12360
12361 (c-simple-ws): New language constant for simple whitespace.
12362
12363 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
12364
12365 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
12366 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
12367 newlines. Allow and ignore nil elements in the list.
12368
12369 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12370
12371 * progmodes/cc-cmds.el: Comment out a (n almost certainly
12372 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
12373
12374 * progmodes/cc-cmds.el: Tidy up the comments in
12375 c-beginning-of-statement and subfunctions.
12376
12377 * progmodes/cc-awk.el: Replace calls to put-text-property to the
12378 more flexible c-put-char-property and c-clear-char-properties.
12379 Add the author's email address.
12380
12381 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
12382
12383 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
12384 closing "*/" of a block comment.
12385
12386 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
12387 subfunctions) so that it works at BOB and EOB.
12388
12389 * progmodes/cc-cmds.el, cc-vars.el: More updating of
12390 c-beginning-of-statement, including new variable
12391 c-block-comment-start-regexp.
12392
12393 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12394
12395 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
12396 symbols from `*-font-lock-extra-types' so that there's no need to
12397 use `regexp-opt' on those lists.
12398
12399 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
12400 `c-type-modifier-kwds' is empty.
12401
12402 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
12403 there are several strings on the same line.
12404
12405 * progmodes/cc-engine.el (c-literal-limits): Remove the
12406 compatibility function for older emacsen. `c-literal-limits-fast'
12407 has now taken the place of this function.
12408
12409 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
12410 with older emacsen: We now require `pps-extended-state'.
12411
12412 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12413
12414 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
12415 which obviates the need to hack sentence-end. This now handles
12416 escaped newlines in strings correctly. Correct minor bugs in
12417 c-move-over-sentence and in c-beginning-of-statement.
12418
12419 * progmodes/cc-cmds.el (c-beginning-of-statement (and
12420 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
12421 that movement over macros and code are rigorously separated from
12422 eachother. Correct a few incidental bugs.
12423
12424 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
12425 Improve its doc-string. Improve the handling of certain specific cases.
12426
12427 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12428
12429 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
12430 (c-guess-basic-syntax): Change the way class-level labels are
12431 recognized; they can now contain essentially any symbols.
12432
12433 (c-opt-extra-label-key): New language variable to cope with the
12434 special protection label syntax in Objective-C.
12435
12436 (c-opt-access-key): Remove; this is now handled better by
12437 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
12438
12439 (c-complex-decl-matchers): Update to handle that
12440 `c-opt-access-key' no longer exists.
12441
12442 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
12443 improved label recognition in `c-beginning-of-statement-1'.
12444
12445 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
12446 Recognize bitfields better.
12447
12448 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
12449 Remove some cruft and fixed a bug that could cause it to go to a
12450 position further down.
12451
12452 * progmodes/cc-langs.el, cc-engine.el
12453 (c-beginning-of-statement-1): Improve detection of labels in
12454 declaration contexts.
12455
12456 (c-beginning-of-decl-1): Use it.
12457
12458 (c-nonlabel-token-key): New language constant and variable needed
12459 by `c-beginning-of-statement-1'.
12460
12461 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
12462 manifested itself due to the correction in `c-forward-sexp'.
12463
12464 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
12465 Make these behave as documented when used at the buffer limits.
12466
12467 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
12468 (c-type-decl-end-used): Made this a language variable.
12469
12470 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
12471 correctly when `combine-after-change-calls' is used together with
12472 temporary narrowings.
12473
12474 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12475 Report labels correctly when the start point is immediately after the
12476 colon.
12477
12478 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
12479 Remove since it isn't used anymore.
12480
12481 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
12482 bracket arglists such as template parens in C++.
12483
12484 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
12485 in the last check-in. Some optimization.
12486
12487 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
12488 where it could stop at the same level in a preceding sexp when
12489 PAREN-LEVEL is set.
12490
12491 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
12492 text property lookup only when it's needed.
12493
12494 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
12495 Change the policy for paren marked angle brackets to be more
12496 persistent; once marked they remain marked even when they're found
12497 to be unbalanced in the searched region. This should keep the
12498 paren syntax around even when individual lines are refontified in
12499 multiline template arglists.
12500
12501 (c-parse-and-markup-<>-arglists): New dynamically bound variable
12502 to control markup so that incorrect angle bracket arglists aren't
12503 marked in contexts where the correct value for
12504 `c-disallow-comma-in-<>-arglists' isn't known.
12505
12506 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
12507 argument has become `c-parse-and-markup-<>-arglists'.
12508
12509 (c-remove-<>-arglist-properties): Remove - no longer used.
12510
12511 (c-after-change-check-<>-operators): New function used on
12512 `after-change-functions' to avoid that "<" and ">" characters that
12513 are part of longer operators have paren syntax.
12514
12515 (c-<>-multichar-token-regexp): New language variable used by
12516 `c-after-change-check-<>-operators'.
12517
12518 (c-after-change): Call `c-after-change-check-<>-operators'.
12519
12520 (c-font-lock-<>-arglists): Use the context properties set by
12521 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
12522 correctly to avoid doing invalid markup.
12523
12524 (c-font-lock-declarations): Remove code that undoes the invalid
12525 markup done by `c-font-lock-<>-arglists'.
12526
12527 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
12528 after `c-font-lock-declarations'.
12529
12530 * progmodes/cc-engine.el (c-syntactic-skip-backward):
12531 Add paren-level feature.
12532
12533 (c-guess-basic-syntax): Improve the anchor position for
12534 `template-args-cont' in nested template arglists. There's still
12535 much to be desired in this area, though.
12536
12537 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12538
12539 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
12540 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
12541
12542 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12543
12544 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
12545 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
12546
12547 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
12548 it doesn't work no longer are supported.
12549
12550 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
12551 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
12552 requires support for the syntax-table' text property, which rules
12553 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
12554 cruft associated with those versions.
12555
12556 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
12557 for the `syntax-table' text property, which rules out Emacs 19 and
12558 XEmacs < 21.4. Removed various compatibility cruft associated
12559 with those versions.
12560
12561 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
12562 support for the `syntax-table' text property.
12563
12564 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
12565 variable and use an extra quoted face name instead. All the
12566 emacsen flavors handle that correctly.
12567
12568 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
12569 (c-font-lock-declarators, c-font-lock-declarations)
12570 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
12571 property to mark the items in in declarator lists to handle
12572 refontification inside multiline declarations better.
12573
12574 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
12575 construct like "a * b = c;" as a declaration.
12576
12577 2005-12-08 Kim F. Storm <storm@cua.dk>
12578
12579 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
12580 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
12581 select either meta, hyper, or super modifier for rectangle commands.
12582 (cua--rectangle-modifier-key): New defvar.
12583 (cua--M/H-key): Use it. Remove special case for `space'.
12584 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
12585 on X, to meta otherwise. Always bind C-return to toggle
12586 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
12587
12588 * emulation/cua-rect.el (cua-help-for-rectangle):
12589 Use cua--rectangle-modifier-key. Handle super modifier too.
12590 (cua--init-rectangles): Always bind C-return to toggle rectangle.
12591 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
12592
12593 * ido.el: Move Acknowledgements and History after Commentary.
12594 Minor changes to Commentary.
12595
12596 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
12597 keymap if cua--prefix-override-timer is `shift'.
12598 (cua--shift-control-prefix): New function; emulate "type prefix
12599 key twice" functionality to handle shifted prefix key override.
12600 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
12601 New commands.
12602 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
12603
12604 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
12605
12606 * textmodes/org.el (org-insert-heading): Try to do items before
12607 headings.
12608 (org-agenda-mode): Quote `org-agenda-mode-hook'.
12609 (org-insert-item): New function.
12610 (org-renumber-ordered-list): Don't skip to higher level lists.
12611
12612 2005-12-08 Juri Linkov <juri@jurta.org>
12613
12614 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
12615
12616 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
12617
12618 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
12619
12620 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
12621 the constructed function name fun-1.
12622
12623 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
12624 because such links don't lead to parent documentation.
12625
12626 2005-12-08 Kenichi Handa <handa@m17n.org>
12627
12628 * descr-text.el (describe-char): Use *Help-2* buffer if the
12629 current buffer is *Help*. Call describe-text-properties while
12630 setting the original buffer.
12631
12632 2005-12-07 Bill Wohler <wohler@newt.com>
12633
12634 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
12635 and causes problems with non-MH users (such as Gnus users).
12636
12637 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
12638
12639 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
12640 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
12641 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
12642 command "info sources". Move calls to GDB command "list".
12643 (gdb-find-file-hook): Just use gdb-source-file-list.
12644 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
12645 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
12646 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12647 (gdb-data-list-register-values-handler): Use correct trigger name.
12648
12649 2005-12-07 Kim F. Storm <storm@cua.dk>
12650
12651 * ido.el (ido-completion-map): Rename from ido-mode-map.
12652 (ido-common-completion-map, ido-file-completion-map)
12653 (ido-file-dir-completion-map, ido-buffer-completion-map):
12654 Rename from ido-mode-....-map.
12655 (ido-init-completion-maps): Rename from ido-init-mode-maps.
12656 (ido-setup-completion-map): Rename from ido-define-mode-map.
12657 (ido-read-internal): Bind minibuffer-local-filename-completion-map
12658 to ido-completion-map.
12659
12660 2005-12-07 Kenichi Handa <handa@m17n.org>
12661
12662 * international/mule-cmds.el
12663 (set-display-table-and-terminal-coding-system): If the coding
12664 system specified in `unibyte-display' property is different from
12665 the arg coding-system, don't setup standard-display-table.
12666
12667 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12668
12669 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
12670 that comments end at \n, regardless of selective-display.
12671
12672 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
12673
12674 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
12675 (gdb-version): New variables.
12676 (gdb-source-file-list, gdb-register-names)
12677 (gdb-changed-registers): New variables for use with GDB 6.4+.
12678 (gdb-ann3): Replace with...
12679 (gdb-init-1, gdb-init-2): ...two new functions.
12680 (gdba, gdb-prompt): Call gdb-init-1.
12681 (gdb-get-version): New function. Call gdb-init-2 from here.
12682 (gud-watch): Make it work with mouse events too.
12683 (gdb-post-prompt): Don't add to queue until GDB version is known.
12684 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
12685 (gdb-locals-mode): Use gdb-version.
12686 (gdb-memory-format-map, gdb-memory-unit-map)
12687 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
12688 (gdb-locals-font-lock-keywords-1)
12689 (gdb-locals-font-lock-keywords-2): New variables.
12690 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
12691 (gdb-set-gud-minor-mode-existing-buffers-1)
12692 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
12693 (gdb-var-update-1, gdb-var-update-handler-1)
12694 (gdb-data-list-register-values-handler)
12695 (gdb-data-list-register-values-custom)
12696 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
12697 (gdb-stack-list-locals-handler, gdb-get-register-names):
12698 New functions for use with GDB 6.4+.
12699 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
12700 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
12701 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
12702 (gdb-stack-list-locals-regexp)
12703 (gdb-data-list-register-names-regexp): New regexps for use with
12704 GDB 6.4+.
12705
12706 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12707
12708 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
12709
12710 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
12711
12712 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
12713 prompts work for AUTH PLAIN. Also reported by Steve Allan
12714 <seallan@verizon.net>.
12715
12716 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
12717
12718 * frame.el (set-frame-parameter): Add doc string.
12719
12720 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
12721
12722 * textmodes/org.el (org-occur-highlights): New variable.
12723 (org-highlight-new-match, org-remove-occur-highlights): New functions.
12724 (org-highlight-sparse-tree-matches): New option.
12725 (org-do-occur): New function.
12726 (org-get-heading): Make it work also at beginning of line.
12727 (org-category-table): New variable.
12728 (org-get-category-table, org-get-category)
12729 (org-camel-to-words, org-link-search): New functions.
12730 (org-select-this-todo-keyword): New variable.
12731 (org-todo-list): New command.
12732 (org-shiftright, org-shiftleft): New commands.
12733 (org-agenda-todo): Add prefix argument.
12734 (org-show-hierarchy-above): New option.
12735 (org-show-todo-tree): Numerical prefix creates tree for specific
12736 TODO keyword.
12737 (org-outline-level): New function, to assign a level to plain
12738 lists items.
12739 (org-cycle-include-plain-lists): New option.
12740 (org-mode): Use `org-outline-level' as value of `outline-level'.
12741 (org-cycle): Temporarily switch `outline-regexp' if
12742 `org-cycle-include-plain-lists' is non-nil.
12743 (org-start-icalendar-file): Fix format bug.
12744 (org-agenda-get-day-entries): Create category table.
12745 (org-agenda-get-todos, org-agenda-get-timestamps)
12746 (org-agenda-get-deadlines, org-agenda-get-scheduled)
12747 (org-agenda-get-blocks): Use `org-get-category'.
12748 (org-context-in-file-links): Rename from
12749 `org-line-numbers-in-file-links'.
12750
12751 2005-12-06 Romain Francoise <romain@orebokech.com>
12752
12753 * window.el (balance-windows): Delete extraneous third arg in call
12754 to `enlarge-window'.
12755
12756 2005-12-06 Kenichi Handa <handa@m17n.org>
12757
12758 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
12759
12760 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
12761
12762 * progmodes/gdb-ui.el (gdb-var-create-handler)
12763 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
12764 (gdb-var-list-children-handler, gdb-var-update-handler):
12765 Current buffer is already gdb-partial-output-buffer, don't
12766 make it current again.
12767
12768 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
12769
12770 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
12771 (list-buffers-noselect): Use it.
12772
12773 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
12774
12775 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
12776 (mail-yank-ignored-headers): Use regexp-opt.
12777 (mail-mode-map): Move initialization into declaration.
12778 (mail-sent-via): Remove unused shadowed var `to-line'.
12779 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
12780 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
12781 (mail-do-fcc): Use dolist and push.
12782 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
12783 (mail-yank-ignored-headers): Don't autoload.
12784
12785 2005-12-05 Kenichi Handa <handa@m17n.org>
12786
12787 * international/mule-cmds.el (set-language-info-internal): New fun.
12788 (set-language-info): Call set-language-info-internal to update
12789 language-info-alist. If LANG-ENV is the current one, call
12790 set-language-environment to make INFO effective now.
12791 (set-language-info-alist): Likewise.
12792 (locale-language-names): With locale "en", use English
12793 lang. env. but set the default codings to iso-8859-1.
12794
12795 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
12796
12797 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
12798 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
12799 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
12800 for plain strings.
12801 (gdb-frames-mode): Remove redundant call to font-lock-mode.
12802 (gdb-all-registers): Rename from toggle-gdb-all-registers.
12803 Create registers buffer if necessary. Echo new state in minibuffer.
12804 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
12805
12806 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
12807
12808 * info.el (Info-fontify-node): Match external links using
12809 non-directory part of filename.
12810
12811 2005-12-04 Juri Linkov <juri@jurta.org>
12812
12813 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
12814 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
12815 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
12816 because there is no customization option for it.
12817
12818 * font-lock.el (lisp-font-lock-keywords-1):
12819 Add define-global-minor-mode.
12820
12821 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
12822
12823 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
12824 properties on the constructed variable names.
12825
12826 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12827 Put `definition-name' properties on the constructed function names
12828 next-sym and prev-sym.
12829
12830 * emacs-lisp/find-func.el (find-function-regexp):
12831 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
12832 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
12833 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
12834 and easy-menu-define.
12835
12836 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
12837 easy-mmode-define-global-mode and define-global-minor-mode.
12838 (lisp-imenu-generic-expression): Add define-global-minor-mode.
12839
12840 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
12841 instead of easy-mmode-define-global-mode.
12842
12843 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
12844 Use define-minor-mode instead of easy-mmode-define-minor-mode.
12845
12846 * cus-edit.el (customize-group, customize-group-other-window):
12847 Filter out autoloaded options from the group completion list by
12848 using heuristics that autoloaded groups don't have `custom-autoload'
12849 property on their symbols (they have only `custom-loads').
12850
12851 * simple.el (completion-setup-function): Put completions-common-part
12852 face on complete completion string too (i.e. completion string
12853 without completions-first-difference face).
12854
12855 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
12856
12857 2005-12-03 Eli Zaretskii <eliz@gnu.org>
12858
12859 * view.el (view-mode): Doc fix.
12860
12861 * disp-table.el (standard-display-european): Add to the warning
12862 message a reference to the doc string.
12863
12864 * play/yow.el (apropos-zippy): Call print-help-return-message,
12865 similar to other Help and Apropos commands.
12866
12867 * help.el (print-help-return-message): If pop-up-frames is
12868 non-nil, set up help-return-method to delete the help window and,
12869 possibly, its frame as well, and don't display message about
12870 scrolling the help window. Doc fix.
12871 (help-return-method): Doc fix.
12872
12873 2005-12-03 Martin Rudalics <rudalics@gmx.at>
12874
12875 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
12876 whereby names of length one or names starting with a
12877 symbol-constituent character would not be returned.
12878
12879 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12880
12881 * subr.el (atomic-change-group): Add edebug and indentation spec.
12882
12883 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12884
12885 * completion.el (save-completions-file-name): Fix typo in last change.
12886
12887 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12888
12889 * info.el: Move back/forward history to the beginning of the tool bar.
12890
12891 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
12892
12893 * allout.el (eval-when-compile): Remove unnecessary load of cl.
12894 Add fset of allout-real-isearch-abort during compile to fix
12895 byte-compilation warnings.
12896 (allout-mode-p): Move definition of this macro above all uses, or
12897 byte compilation in barren Emacs (eg, during Emacs build) will
12898 lack the definition.
12899 (allout-mode): Move this variable above any uses, or byte
12900 compilation will fail.
12901 (allout-resolve-xref): Remove use of personal file-reference function.
12902 (allout-toggle-current-subtree-encryption): Do the current (ie,
12903 visible containing) topic, rather than nearest around point. Doc fix.
12904 (allout-toggle-subtree-encryption): New function, workhorse that
12905 works on nearest topic containing point.
12906 (allout-encrypt-string): Signal requirement for newer version of pgg.
12907 (allout-resumptions): Doc fix.
12908
12909 2005-12-02 Eli Zaretskii <eliz@gnu.org>
12910
12911 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
12912
12913 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
12914
12915 * textmodes/flyspell.el (flyspell-external-point-words):
12916 Consider a misspelling as found in the string search if: (a) misspelling
12917 and found string lengths match, or (b) misspelling is found as
12918 element in a boundary-chars separated longer string, or (c)
12919 ispell-program-name is really ispell and misspelling is found as
12920 part of a TeX string. After successful match move beginning of
12921 search region to end of match. Warn about not found misspellings
12922 once the process is done.
12923 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
12924
12925 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
12926
12927 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
12928 tool bar (removed inadvertently).
12929
12930 2005-12-02 Juri Linkov <juri@jurta.org>
12931
12932 * log-view.el (log-view-diff): Clarify doc string.
12933
12934 2005-12-01 Bill Wohler <wohler@newt.com>
12935
12936 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
12937 triggers lm-verify errors.
12938
12939 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
12940
12941 * simple.el (transient-mark-mode, line-number-mode)
12942 (column-number-mode, size-indication-mode): Remove `:require nil'.
12943
12944 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
12945
12946 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
12947 in the margin also.
12948 (gdb-breakpoints-mode-map): Use D instead of d for
12949 gdb-delete-breakpoint.
12950 (gdb-get-frame-number): Require a number to match on.
12951 (gdb-threads-mode-map): Add follow-link binding.
12952
12953 2005-11-30 Jason Rumney <jasonr@gnu.org>
12954
12955 * isearch.el (isearch-mode-map): Avoid exiting search on
12956 language-change event.
12957
12958 2005-11-30 Romain Francoise <romain@orebokech.com>
12959
12960 * speedbar.el (speedbar-default-position): New defcustom.
12961 (speedbar-frame-reposition-smartly): Use it.
12962
12963 * dframe.el (dframe-reposition-frame-emacs): Fix position
12964 computation for `left' location.
12965 Update copyright year.
12966
12967 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12968
12969 * help.el (help-map): Move initialization into declaration.
12970
12971 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
12972
12973 * help-fns.el (help-argument-name): Don't autoload.
12974 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
12975 to be re-loaded when customizing the `help' group.
12976
12977 2005-11-30 John Paul Wallington <jpw@gnu.org>
12978
12979 * help-fns.el (describe-function-1): Fill arglist output.
12980
12981 2005-11-30 Kim F. Storm <storm@cua.dk>
12982
12983 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
12984 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
12985 after revert-buffer (or anything else which kills all local variables).
12986
12987 * apropos.el (apropos-parse-pattern): Doc fix.
12988 Set apropos-regexp directly, rather than expecting callers to do so.
12989 (apropos-command, apropos, apropos-value, apropos-documentation):
12990 Simplify calls to apropos-parse-pattern.
12991
12992 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
12993
12994 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
12995 (hi-lock-face-phrase-buffer): Use hi-yellow face.
12996 (hi-lock-write-interactive-patterns): Use comment-region.
12997
12998 * longlines.el (longlines-mode): Add mail-setup-hook.
12999
13000 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
13001
13002 * simple.el (sendmail-user-agent-compose, next-line):
13003 Conditionally use hard-newline.
13004
13005 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
13006
13007 * international/latexenc.el (latex-inputenc-coding-alist):
13008 Reword doc string.
13009
13010 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
13011
13012 * help.el (describe-key-briefly, describe-key): Recognize default
13013 bindings.
13014
13015 2005-11-29 Romain Francoise <romain@orebokech.com>
13016
13017 * view.el (view-inhibit-help-message): New defcustom.
13018 (view-mode-enter): Use it.
13019
13020 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
13021
13022 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
13023 Preserve user position.
13024
13025 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
13026
13027 * font-lock.el: Throw error if facemenu is not loaded to prevent
13028 accidental change of loading order in loadup.el. (Suggested by RMS.)
13029
13030 * loadup.el: Add comment explaining why facemenu must be loaded
13031 before font-lock.
13032
13033 2005-11-28 Jay Belanger <belanger@truman.edu>
13034
13035 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
13036 (calc-dispatch-map): Add more keys for `calc-same-interface'.
13037
13038 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
13039
13040 * calc/calc-embed.el (calc-do-embedded): Update help message.
13041
13042 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
13043
13044 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13045
13046 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
13047
13048 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
13049 called-interactively-p.
13050 (elp-profilable-p): Rename from elp-not-profilable-p.
13051 Invert result and take into account macros and autoloaded functions.
13052 (elp-instrument-function): Update call.
13053 (elp-instrument-package): Update call. Add completion.
13054 (elp-pack-number): Use match-string.
13055 (elp-results-jump-to-definition-by-mouse): Merge into
13056 elp-results-jump-to-definition and then remove.
13057 (elp-output-insert-symname): Make help echo text single-line.
13058
13059 * replace.el (query-replace-map): Move initialization into declaration.
13060 (occur-engine): Use with-current-buffer.
13061 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
13062 (occur-mode-mouse-goto): Replace with an alias.
13063
13064 2005-11-28 Juri Linkov <juri@jurta.org>
13065
13066 * simple.el (quoted-insert): Let-bind input-method-function to nil.
13067
13068 * term/w32-win.el: Bind [S-tab] to [backtab].
13069
13070 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
13071 `Info-find-file' to t.
13072
13073 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
13074 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
13075 and same-window-regexps.
13076 (occur-next-error): Don't move point for arg 0.
13077
13078 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
13079
13080 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
13081
13082 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13083
13084 * log-edit.el (log-edit-changelog-use-first): New var.
13085 (log-edit-changelog-ours-p): Use it.
13086 (log-edit-insert-changelog): Set it with new arg `use-first'.
13087 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
13088 (log-edit-hook): Add them to the list of suggested options.
13089
13090 * textmodes/flyspell.el (flyspell-last-buffer): New var.
13091 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
13092 redundant work.
13093 (flyspell-mode-on): Use add-hook for after-change-functions.
13094 (flyspell-mode-off): Use remove-hook for after-change-functions.
13095 (flyspell-changes): Make it buffer-local.
13096 (flyspell-after-change-function): Make it non-interactive. Use push.
13097 (flyspell-post-command-hook): Check input-pending-p while processing
13098 the potentially long list of buffer changes.
13099
13100 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
13101
13102 * buff-menu.el (list-buffers-noselect): Display the selected
13103 frame's buffer list, not the global one.
13104
13105 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
13106
13107 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
13108 that (list last-input-event) works as in interactive spec.
13109
13110 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
13111
13112 * loadup.el ("facemenu"): Load facemenu before font-lock, because
13113 `facemenu-keymap' needs to be defined when font-lock is loaded.
13114 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
13115
13116 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13117
13118 * completion.el: Remove useless leading * in defcustom docstrings.
13119 (save-completions-file-name): Use ~/.emacs.d if available.
13120 (completion-standard-syntax-table): Rename from
13121 cmpl-standard-syntax-table and fold initialization into declaration,
13122 thus removing cmpl-make-standard-completion-syntax-table.
13123 (completion-lisp-syntax-table, completion-c-syntax-table)
13124 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
13125 (cmpl-saved-syntax, cmpl-saved-point): Remove.
13126 (symbol-under-point, symbol-before-point)
13127 (symbol-under-or-before-point, symbol-before-point-for-complete)
13128 (add-completions-from-c-buffer): Use with-syntax-table.
13129 (make-completion): Don't return a list of completion entries.
13130 Update callers.
13131 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
13132 (completion-initialize): Rename from initialize-completions.
13133 (completion-find-file-hook): Rename from cmpl-find-file-hook.
13134 (kill-emacs-save-completions): Collect stats here.
13135 (save-completions-to-file, load-completions-from-file):
13136 Use with-current-buffer.
13137 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
13138 into a function. Move all calls to toplevel.
13139 (completion-lisp-mode-hook): New fun.
13140 (completion-c-mode-hook, completion-setup-fortran-mode):
13141 Set the syntax-table here. Use local-set-key.
13142 (completion-saved-bindings): New var.
13143 (dynamic-completion-mode): Make it into a proper minor mode.
13144 (load-completions-from-file): Remove unused var `num-uses'.
13145
13146 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
13147 constructor if it is explicitly overridden.
13148
13149 * complete.el (PC-completion-as-file-name-predicate):
13150 Use minibuffer-completing-file-name.
13151 (partial-completion-mode): Use find-file-not-found-functions.
13152 (PC-lisp-complete-symbol): Use with-syntax-table.
13153 (PC-look-for-include-file): Remove dead setq.
13154 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
13155 (PC-complete): Use with-current-buffer.
13156
13157 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
13158 escape single quotes.
13159
13160 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
13161
13162 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
13163 of `if' whose condition always returned nil. Doc fix.
13164
13165 * buff-menu.el (Buffer-menu-revert-function): Make the selected
13166 window's buffer the current buffer around the call to
13167 `list-buffers-noselect'. This is necessary to mark that buffer
13168 with a `.' in the Buffer Menu when called from Lisp, for instance
13169 by Auto Revert Mode.
13170
13171 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
13172
13173 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
13174 attaching to it.
13175 (gdb-pre-prompt): Make sure gdb-error is reset.
13176
13177 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
13178 with a child process, detect it.
13179 (gud-speedbar-buttons): Match regexp more carefully.
13180
13181 2005-11-27 Richard M. Stallman <rms@gnu.org>
13182
13183 * mouse.el (mouse-drag-move-window-bottom):
13184 Use adjust-window-trailing-edge.
13185
13186 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
13187
13188 * simple.el (blink-matching-open): Ignore
13189 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
13190 (blink-matching-paren-on-screen): Update docstring.
13191
13192 * paren.el (show-paren-mode): No longer change
13193 `blink-matching-paren-on-screen'.
13194
13195 2005-11-27 John Paul Wallington <jpw@pobox.com>
13196
13197 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
13198 (gdb-threads-select, gdb-edit-register-value):
13199 Use `posn-set-point' instead of `mouse-set-point' because the
13200 latter is not fbound when configured without X.
13201
13202 2005-11-27 Kim F. Storm <storm@cua.dk>
13203
13204 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
13205 existing face when partially highlighting a TAB in a rectangle.
13206
13207 2005-11-26 Kim F. Storm <storm@cua.dk>
13208
13209 * ido.el (ido-mode-map): Doc fix.
13210 (ido-mode-common-map, ido-mode-file-map)
13211 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
13212 (ido-define-mode-map): Rewrite. Select one of the new maps as
13213 parent for ido-mode-map instead of building from scratch.
13214 (ido-init-mode-maps): New defun to initialize new maps.
13215 (ido-mode): Call it.
13216 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
13217 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
13218
13219 2005-11-26 John Paul Wallington <jpw@pobox.com>
13220
13221 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
13222 `mouse-set-point' because the latter is not fbound when configured
13223 without X.
13224
13225 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
13226
13227 * files.el (file-relative-name): Doc fix.
13228
13229 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
13230
13231 * progmodes/octave-inf.el (inferior-octave-startup): Force a
13232 non-empty string for secondary prompt PS2.
13233
13234 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
13235
13236 * progmodes/compile.el (compilation-setup): Fix last change.
13237
13238 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
13239
13240 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
13241 (gdb-mouse-toggle-breakpoint-margin)
13242 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
13243 Add gdb-server-prefix to keep out of command history.
13244 (gdb-edit-register-value): New function.
13245 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
13246 (gdb-info-registers-custom): Use above map.
13247
13248 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
13249
13250 * custom.el (enable-theme): Signal error if argument is not a
13251 theme. Don't recalculate a face if it's not loaded yet.
13252
13253 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
13254 the `user' theme is in effect.
13255
13256 * info.el (Info-on-current-buffer): Record actual filename in
13257 Info-current-file, instead of t, or a fake filename if a non-file
13258 buffer. Make autoload.
13259 (Info-find-node, Info-revert-find-node): No need to check for
13260 Info-current-file nil.
13261 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
13262 Info-current-file is now never `t'.
13263 (Info-fontify-node): Many simplifications due to Info-current-file
13264 always being valid. Use Info-find-file to find node filename.
13265
13266 2005-11-25 David Kastrup <dak@gnu.org>
13267
13268 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
13269 new character, then delete" in order to preserve markers.
13270
13271 2005-11-25 David Ponce <david@dponce.com>
13272
13273 * recentf.el (recentf-arrange-by-rule): Handle a special
13274 `auto-mode-alist'-like "strip suffix" rule.
13275 (recentf-build-mode-rules): Handle second level auto-mode entries.
13276
13277 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
13278
13279 * viper-keym.el (viper-ESC-key): Use different values in terminal and
13280 window modes.
13281
13282 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
13283 jde-javadoc-checker-report-mode.
13284
13285 * ediff-wind (ediff-make-wide-display): Slight simplification.
13286
13287 * ediff.el (ediff-date): Change the date of last update.
13288
13289 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
13290
13291 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
13292 Use define-minor-mode, and make it a local mode. Turn on font-lock.
13293 (hi-lock-mode): New global minor mode.
13294 (turn-on-hi-lock-if-enabled): New function.
13295 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
13296 Change arguments to regexp and face instead of a font-lock pattern.
13297 Directly set face property, instead of refontifying.
13298 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
13299 (hi-lock-find-patterns): Use line-number-at-pos.
13300
13301 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
13302 arguments for hi-lock-set-pattern.
13303 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
13304 Call font-lock-fontify-buffer.
13305 (hi-lock-find-file-hook, hi-lock-current-line)
13306 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
13307
13308 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
13309 turned off.
13310
13311 * progmodes/compile.el (compilation-setup): Don't fiddle with
13312 font-lock-defaults.
13313
13314 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
13315
13316 * progmodes/gdb-ui.el (gdb-var-create-handler)
13317 (gdb-var-list-children-handler): Find values for all variable
13318 objects. gud-speedbar-buttons decides whether to display them.
13319
13320 2005-11-24 Romain Francoise <romain@orebokech.com>
13321
13322 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
13323 buffer name with a space.
13324
13325 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
13326
13327 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
13328 `org-export-local-list-max-depth'. Change default value to 3.
13329 (org-auto-renumber-ordered-lists)
13330 (org-plain-list-ordered-item-terminator): New options.
13331 (org-at-item-p, org-beginning-of-item, org-end-of-item)
13332 (org-get-indentation, org-get-string-indentation)
13333 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
13334 New functions.
13335 (org-move-item-down, org-move-item-up): New commands.
13336 (org-export-as-html): New classes for CSS support. Bug fix in
13337 regular expression detecting fixed-width regions. Respect
13338 `org-local-list-ordered-item-terminator'.
13339 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
13340 also a list item.
13341 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
13342 New item moving functions.
13343
13344 2005-11-24 Juri Linkov <juri@jurta.org>
13345
13346 * isearch.el (isearch-repeat): With empty search ring set
13347 `isearch-error' to the error string instead of signaling error
13348 with the function `error'.
13349
13350 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13351
13352 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
13353
13354 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
13355
13356 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
13357 and variable.
13358 (gdb-var-create-handler, gdb-var-list-children-handler):
13359 Don't match on "char **...".
13360 (gdb-var-update-handler): Find values for all variable objects.
13361 (gdb-info-frames-custom): Identify frames by leading "#".
13362
13363 * progmodes/gud.el (gud-speedbar-menu-items): Add
13364 gdb-speedbar-auto-raise as radio button.
13365 (gud-speedbar-buttons): Raise speedbar if requested.
13366 Don't match on "char **...".
13367 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
13368 Make it editable.
13369
13370 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
13371
13372 * info.el (Info-fontify-node): Handle the case where
13373 Info-current-file is t.
13374
13375 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
13376
13377 * simple.el (blink-matching-open): Fix off-by-one in last change.
13378
13379 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13380
13381 * term/mac-win.el: Don't change default directory.
13382
13383 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
13384
13385 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
13386 buffers correctly. (It used to throw an error in such buffers.)
13387 Make it ask for confirmation in group buffers and other Custom
13388 buffers containing more than one customization item.
13389
13390 2005-11-22 John Paul Wallington <jpw@gnu.org>
13391
13392 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
13393 property on mail and url overlays.
13394 (goto-address-at-point): Use `posn-set-point' instead of
13395 `mouse-set-point' because the latter is not fbound when configured
13396 without X.
13397
13398 2005-11-22 Lars Hansen <larsh@soem.dk>
13399
13400 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
13401 (ls-lisp-classify, ls-lisp-format): Delete call to
13402 ls-lisp-parse-symlink.
13403 (ls-lisp-handle-switches): Handle symlinks to directories as
13404 directories when ls-lisp-dirs-first in non-nil.
13405
13406 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
13407
13408 * startup.el (command-line): Make sure that loaddefs.el is handled
13409 correctly in load-history.
13410
13411 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
13412
13413 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
13414 (gdb-struct-string, gdb-array-string): New constants.
13415 (gdb-info-locals-handler): Use them.
13416 (gdb-reset): Reset gdb-var-list to nil.
13417
13418 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13419
13420 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
13421 in patterns.
13422
13423 2005-11-21 Juri Linkov <juri@jurta.org>
13424
13425 * custom.el (defcustom): Update link types in docstring.
13426
13427 2005-11-20 Martin Rudalics <rudalics@gmx.at>
13428
13429 * custom.el (defgroup): Add doc-string-elt info.
13430
13431 * widget.el (define-widget): Don't use declare for the doc-string-elt.
13432
13433 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13434
13435 * newcomment.el (comment-enter-backward): Fix last fix.
13436
13437 * simple.el (blink-matching-open):
13438 * paren.el (show-paren-function): Allow new paren-class info.
13439
13440 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
13441
13442 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
13443 handled automagically.
13444
13445 2005-11-20 Andreas Schwab <schwab@suse.de>
13446
13447 * descr-text.el (describe-char): When copying overlays put them
13448 over the full char description instead of just the first character
13449 of it.
13450
13451 2005-11-20 Juri Linkov <juri@jurta.org>
13452
13453 * simple.el (what-cursor-position):
13454 * descr-text.el (describe-char): Use Lisp-readable syntax
13455 for octal and hex. Reorder decimal, octal and hex values.
13456 Remove excess whitespace in the output. Use `=' in `column='
13457 like in `point=' and `Hscroll='.
13458
13459 * international/mule-cmds.el (encoded-string-description):
13460 Use Lisp-readable syntax for hex.
13461
13462 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
13463
13464 * newcomment.el (comment-enter-backward): Handle the case where the
13465 comment is closed by EOB.
13466
13467 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
13468
13469 * longlines.el (longlines-before-revert-hook)
13470 (longlines-after-revert-hook): New functions.
13471 (longlines-mode): Turn off longlines temporarily when reverting.
13472 Add a message-setup-hook.
13473 (longlines-decode-buffer): New function.
13474 (longlines-wrap-line): Preserve marker positions.
13475
13476 2005-11-19 Andreas Schwab <schwab@suse.de>
13477
13478 * emacs-lisp/shadow.el: Handle compressed files.
13479
13480 2005-11-19 Romain Francoise <romain@orebokech.com>
13481
13482 * net/browse-url.el (browse-url-default-browser): Signal an error
13483 if no usable browser can be found, rather than try to load w3.
13484
13485 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
13486
13487 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
13488 replacing existing properties.
13489 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
13490 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
13491 tty specs.
13492 (rcirc-server-prefix, rcirc-server): New faces.
13493 (rcirc-url-regexp): Generate with rx macro.
13494 (rcirc-last-server-message-time): New variable.
13495 (rcirc-filter): Record time of last message.
13496 (rcirc-keepalive): Kill processes that did not send a message
13497 since the last ping.
13498 (rcirc-mode): Give rcirc-topic a local binding here.
13499
13500 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
13501
13502 * subr.el (read-passwd): Fontify the prompt as we do with other
13503 prompts.
13504
13505 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
13506
13507 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
13508 binding buffer-read-only to nil.
13509
13510 2005-11-19 Eli Zaretskii <eliz@gnu.org>
13511
13512 * complete.el (partial-completion-mode):
13513 Mention completion-auto-help in the doc string.
13514
13515 * man.el (Man-highlight-references): Doc fix. Reformat code in a
13516 more Lisp-ish way.
13517
13518 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
13519
13520 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
13521 digits, not 8, to avoid misalignment for files larger than 100MB.
13522
13523 2005-11-19 Eli Zaretskii <eliz@gnu.org>
13524
13525 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
13526 Mention "keyboard shortcuts" in the help text.
13527
13528 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13529
13530 * startup.el (fancy-splash-default-action): Discard only
13531 mouse-down and succeeding mouse-up events in the splash screen
13532 window so that drag-n-drop event can be processed.
13533
13534 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
13535
13536 * longlines.el (longlines-mode): Add hacks for mail-mode and
13537 message-mode.
13538
13539 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
13540
13541 * textmodes/org.el (org-table-sort-lines): New command.
13542 (org-tbl-menu): Add entry for `org-table-sort-lines'.
13543 (org-add-file): Command removed, use `org-agenda-file-to-front'
13544 instead.
13545 (org-export-icalendar): Use `org-icalendar-combined-name'.
13546 (org-cycle-agenda-files, org-agenda-file-to-end)
13547 (org-agenda-file-to-front): New commands.
13548 (org-table-tab-jumps-over-hlines, org-export-html-style):
13549 New options.
13550 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
13551 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
13552 New functions.
13553 (org-fill-paragraph): Call `org-table-align' in tables.
13554 (org-mode): Call `org-set-autofill-regexps'.
13555 (org-export-as-html): Support for local handformatted lists.
13556 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
13557 (org-export-local-list-max-depth): New option.
13558 (org-html-expand): Use `org-html-protect'.
13559
13560 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
13561
13562 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
13563 to "p".
13564 (gdb): Move definition of gud-pp to...
13565
13566 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
13567 speedbar.
13568 (gdb-find-watch-expression): New function.
13569
13570 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
13571
13572 * faces.el (face-attribute, set-face-attribute): Mention existence
13573 of `:ignore-defface' setting in docstring.
13574
13575 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
13576
13577 * simple.el (completion-setup-function): Fix last change.
13578
13579 2005-11-17 John Paul Wallington <jpw@pobox.com>
13580
13581 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
13582 Use `posn-set-point' instead of `mouse-set-point' because the
13583 latter is not fbound when configured without X.
13584
13585 * comint.el (comint-insert-input): Likewise.
13586
13587 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
13588
13589 * simple.el (hard-newline): New variable.
13590 (sendmail-user-agent-compose, next-line): Use it.
13591
13592 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
13593 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
13594 (mail-mail-reply-to, mail-mail-followup-to)
13595 (mail-position-on-field, mail-signature, mail-yank-original)
13596 (mail-attach-file): Likewise.
13597
13598 * mail/mailheader.el (mail-header-format)
13599 (mail-header-format-function): Likewise.
13600
13601 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
13602
13603 2005-11-17 Juri Linkov <juri@jurta.org>
13604
13605 * font-lock.el (font-lock-faces): Rename this defgroup from
13606 `font-lock-highlighting-faces'.
13607 (font-lock-comment-face, font-lock-comment-delimiter-face)
13608 (font-lock-string-face, font-lock-doc-face)
13609 (font-lock-keyword-face, font-lock-builtin-face)
13610 (font-lock-function-name-face, font-lock-variable-name-face)
13611 (font-lock-type-face, font-lock-constant-face)
13612 (font-lock-warning-face, font-lock-negation-char-face)
13613 (font-lock-preprocessor-face)
13614 (font-lock-regexp-grouping-backslash)
13615 (font-lock-regexp-grouping-construct): Rename :group from
13616 `font-lock-highlighting-faces' to `font-lock-faces'.
13617
13618 * cus-edit.el (lisp, c, tex):
13619 * progmodes/ada-mode.el (ada):
13620 * progmodes/asm-mode.el (asm):
13621 * progmodes/cperl-mode.el (cperl-faces):
13622 * progmodes/cpp.el (cpp):
13623 * progmodes/dcl-mode.el (dcl):
13624 * progmodes/f90.el (f90):
13625 * progmodes/fortran.el (fortran):
13626 * progmodes/icon.el (icon):
13627 * progmodes/idlwave.el (idlwave-misc):
13628 * progmodes/m4-mode.el (m4):
13629 * progmodes/make-mode.el (makefile):
13630 * progmodes/meta-mode.el (meta-font):
13631 * progmodes/modula2.el (modula2):
13632 * progmodes/octave-mod.el (octave):
13633 * progmodes/pascal.el (pascal):
13634 * progmodes/perl-mode.el (perl):
13635 * progmodes/prolog.el (prolog):
13636 * progmodes/ps-mode.el (PostScript-edit):
13637 * progmodes/scheme.el (scheme):
13638 * progmodes/sh-script.el (sh-script):
13639 * progmodes/simula.el (simula):
13640 * progmodes/tcl.el (tcl):
13641 * textmodes/nroff-mode.el (nroff):
13642 * textmodes/reftex-vars.el (reftex-fontification-configurations):
13643 * textmodes/sgml-mode.el (sgml):
13644 * textmodes/texinfo.el (texinfo):
13645 Add :link (custom-group-link font-lock-faces) to defgroup.
13646
13647 * hi-lock.el (hi-lock): Rename this defgroup from
13648 `hi-lock-interactive-text-highlighting'. Change parent group from
13649 `faces' to `font-lock'. Add link to the manual.
13650 (hi-lock-mode, hi-lock-file-patterns-range)
13651 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
13652 `hi-lock-interactive-text-highlighting' to `hi-lock'.
13653 (hi-lock-faces): Add :group `faces'.
13654
13655 * cus-edit.el (custom-variable-prompt): Clarify the code.
13656
13657 * faces.el (face-read-string): Set the default value arg of
13658 completing-read.
13659
13660 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
13661
13662 * rfn-eshadow.el (file-name-shadow-properties)
13663 (file-name-shadow-tty-properties, file-name-shadow-mode):
13664 Remove autoloads, because the file is now preloaded.
13665
13666 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13667
13668 * printing.el (easy-menu-intern): Don't define.
13669 (pr-get-symbol): Use easy-menu-intern only if defined.
13670
13671 * simple.el (blink-matching-open): Simplify a bit.
13672 (completion-setup-function): Fix the case of partial-completion-mode
13673 when the minibuffer's contents start with "-".
13674 Obey completion-base-size-function even when
13675 minibuffer-completing-file-name is non-nil.
13676
13677 2005-11-16 Richard M. Stallman <rms@gnu.org>
13678
13679 * net/eudcb-ph.el (eudc-ph-open-session):
13680 Use set-process-query-on-exit-flag.
13681
13682 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
13683
13684 * international/ucs-tables.el (ucs-set-table-for-input):
13685 Use make-local-variable, not make-variable-buffer-local.
13686
13687 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
13688 Improve warning message text.
13689
13690 * savehist.el (savehist-save-hook): Add :group.
13691
13692 * menu-bar.el (menu-bar-help-menu):
13693 Rename Find Extra Packages to External Packages.
13694
13695 * cus-edit.el (Custom-reset-standard): Verify that
13696 :custom-standard-value prop exists before calling it.
13697
13698 * apropos.el (apropos-calc-scores): Use apropos-pattern.
13699
13700 2005-11-16 Martin Rudalics <rudalics@gmx.at>
13701
13702 * wid-edit.el (color): Enclose %t in %{...%}.
13703
13704 * cus-edit.el (face): Enclose %t in %{...%}.
13705
13706 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
13707
13708 * savehist.el (savehist-mode-hook): Re-add the var.
13709 (savehist-mode): Use it.
13710
13711 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13712
13713 * textmodes/flyspell.el: Fix commenting convention.
13714 Remove unnecessary leading * in custom docstrings.
13715 (flyspell-emacs): Remove unused var.
13716 (flyspell-delete-region-overlays): Use remove-overlays.
13717 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
13718 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
13719 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
13720 (flyspell-debug-signal-word-checked): Use with-current-buffer.
13721 (make-flyspell-overlay): Don't locally reuse a global name.
13722 (flyspell-highlight-incorrect-region)
13723 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
13724 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
13725 (flyspell-notify-misspell): Remove unused args `start' and `end'.
13726 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
13727 Wrap calls to accept-process-output inside with-local-quit since it's
13728 often called from a post-command-hook.
13729 (flyspell-correct-word, flyspell-auto-correct-word):
13730 Use ispell-send-string.
13731 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
13732
13733 * calendar/diary-lib.el (diary-list-entries): Also hide the
13734 terminating newline.
13735
13736 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
13737
13738 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
13739 window-system, to allow fonts on tty.
13740
13741 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
13742
13743 * progmodes/gud.el (gud-speedbar-item-info): New function.
13744 (gud-install-speedbar-variables): Use it to display data type
13745 of watch expression as a tooltip in speedbar.
13746
13747 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
13748
13749 * font-core.el (global-font-lock-mode): Add :version keyword,
13750 because default was changed.
13751
13752 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
13753
13754 * startup.el (command-line): Use `custom-reevaluate-setting' for
13755 `file-name-shadow-mode'.
13756
13757 * loadup.el: Preload rfn-eshadow.
13758
13759 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
13760 Add :version keyword.
13761 (file-name-shadow-properties, file-name-shadow-tty-properties)
13762 (file-name-shadow): Add :version keyword.
13763
13764 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
13765 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
13766 in the custom-group property of the symbol frames and the fringe
13767 group got no link to its parent group frames.
13768 Doc fix.
13769
13770 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
13771
13772 * progmodes/gud.el (gud-stop-subjob): New function.
13773 (gud-menu-map, gud-tool-bar-map): Use it.
13774
13775 2005-11-16 Kim F. Storm <storm@cua.dk>
13776
13777 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
13778 than kill it.
13779 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
13780 to a more useful/logical place.
13781
13782 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
13783
13784 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
13785 go buttons complementary.
13786
13787 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13788
13789 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
13790 (rfn-eshadow-sifn-equal): New function.
13791 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
13792
13793 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
13794
13795 * viper-utils.el (viper-non-word-characters-reformed-vi):
13796 Quote `-' in string.
13797
13798 * viper.el (viper-emacs-state-mode-list): Ensure that
13799 rcirc-mode buffers come up in Emacs state.
13800
13801 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
13802 operation.
13803
13804 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
13805
13806 * term.el (term-termcap-format): Fix typos.
13807 (term-down): Fix the negative argument case.
13808
13809 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
13810
13811 * progmodes/gdb-ui.el: Remove face-alias left over from change on
13812 2005-08-15.
13813 (gdb-ann3): New command gud-go.
13814 (menu): Accomodate gdb-mi.el.
13815 (gdb-assembler-custom): Make buffer of selected window current
13816 so that set-window-point works.
13817
13818 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
13819 buttons and include new ones.
13820
13821 2005-11-16 Kim F. Storm <storm@cua.dk>
13822
13823 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
13824 (gud-menu-map): Use it.
13825
13826 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
13827
13828 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
13829 that works correctly for Custom and that does not override a user
13830 who disables it.
13831
13832 * help-mode.el (help-make-xrefs, help-xref-on-pp)
13833 (help-xref-interned, help-follow): Make hyperlinks for variables
13834 that are unbound, but have a non-nil variable-documentation property.
13835
13836 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
13837 mode hook. (It conflicted with defcustoms for some mode hooks.)
13838 Use the `variable-documentation' property to give the mode hook a
13839 docstring and expand that docstring.
13840
13841 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
13842
13843 * savehist.el (savehist-mode): Don't bother with
13844 `custom-set-minor-mode'.
13845 (savehist-coding-system): Check XEmacs version.
13846 (history-length): Declare also at run time.
13847 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
13848 Don't set the customize state.
13849 (savehist-minibuffer-hook): Special case for when
13850 minibuffer-history-variable is equal to t.
13851
13852 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13853
13854 * files.el (write-file): Refresh VC status.
13855
13856 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
13857 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
13858 than fundamental-mode to see if the mode was set.
13859
13860 2005-11-14 Romain Francoise <romain@orebokech.com>
13861
13862 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
13863 dummy function in `eval-when-compile' to avoid compiler warning.
13864 Require `man' at compile time.
13865
13866 2005-11-14 Jay Belanger <belanger@truman.edu>
13867
13868 * calc-alg.el (calcFunc-write-out-power): Rename it to
13869 calcFunc-powerexpand.
13870 (math-write-out-power): Rename it to math-powerexpand; have it
13871 handle negative exponents.
13872 (calc-writeoutpower): Rename it to calc-powerexpand.
13873
13874 * calc-ext.el: Change calcFunc-writeoutpower and
13875 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
13876 autoloads.
13877 Add calcFunc-ldiv to autoloads.
13878
13879 * calc-arith.el (calcFunc-ldiv): New function.
13880
13881 * calc.el (calc-left-divide): New function.
13882
13883 2005-11-14 Juri Linkov <juri@jurta.org>
13884
13885 * cus-edit.el (custom-variable-prompt): Set the default value arg
13886 of completing-read.
13887
13888 * cus-dep.el (custom-make-dependencies): Reverse the list of
13889 found dependencies.
13890
13891 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
13892
13893 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
13894 Highlighting" entry, it is on by default now.
13895 (menu-bar-options-save): Do not save global-font-lock-mode.
13896
13897 2005-11-13 Richard M. Stallman <rms@gnu.org>
13898
13899 * textmodes/flyspell.el (flyspell-large-region):
13900 Call flyspell-accept-buffer-local-defs.
13901
13902 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
13903
13904 * textmodes/flyspell.el (flyspell-notify-misspell):
13905 Fix misspelling of "Misspelling".
13906 (flyspell-process-localwords): New function.
13907 (flyspell-large-region): Call flyspell-process-localwords and
13908 flyspell-delete-region-overlays.
13909 (flyspell-delete-region-overlays): New function.
13910 (flyspell-delete-all-overlays): Call that.
13911
13912 2005-11-13 Richard M. Stallman <rms@gnu.org>
13913
13914 * help.el (help-for-help-internal): Improve doc of C-h a.
13915 (describe-key): Improve prompt; doc fix.
13916
13917 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
13918
13919 * vc-svn.el (vc-svn-registered): Catch all errors.
13920
13921 * cus-dep.el (custom-make-dependencies): Typo.
13922
13923 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
13924
13925 * net/tramp-util.el (top): Fix compilation warning.
13926
13927 2005-11-13 Kim F. Storm <storm@cua.dk>
13928
13929 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
13930
13931 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
13932
13933 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
13934 (gud-speedbar-buttons): Match on "const char *" too.
13935
13936 * progmodes/gdb-ui.el (gdb-var-create-handler)
13937 (gdb-var-list-children-handler): Match on "const char *" too.
13938 (gdb-var-evaluate-expression-handler): Match on empty string.
13939 (gdb-var-update-handler): Only call
13940 gdb-var-evaluate-expression-handler when required.
13941
13942 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
13943
13944 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
13945 selected window. This still doesn't work for speedbar.
13946 (gud-speedbar-buttons): Handle string expressions properly.
13947
13948 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
13949 (gdb-var-create-handler): Handle string expressions properly.
13950 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
13951 Handle string expressions properly. Move "type" field into regexp.
13952
13953 2005-11-12 Karl Fogel <kfogel@red-bean.com>
13954
13955 * bookmark.el (bookmark-maybe-message): New function to reduce
13956 code duplication: invokes `message' iff baud-rate is high enough.
13957 (bookmark-write-file): Use above instead of an inline conditional.
13958 (bookmark-load): Same.
13959
13960 2005-11-12 Karl Fogel <kfogel@red-bean.com>
13961
13962 * bookmark.el (bookmark-write-file): Don't visit the destination
13963 file, just write the data to it using write-region. This is
13964 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
13965 change to avoid visiting the file in the first place.
13966
13967 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
13968
13969 * hi-lock.el (hi-lock-mode): Set the default value of
13970 font-lock-defaults.
13971
13972 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
13973
13974 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
13975 arg to `file-attributes'.
13976 (find-lisp-format): The UID and GID can now be strings.
13977
13978 2005-11-12 Kim F. Storm <storm@cua.dk>
13979
13980 * help.el (help-map): Bind C-h d to apropos-documentation.
13981
13982 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
13983 when point is at end-of-buffer.
13984
13985 * apropos.el (apropos-match-face): Doc fix.
13986 (apropos-sort-by-scores): Add new choice `verbose'.
13987 (apropos-documentation-sort-by-scores): New defcustom.
13988 (apropos-pattern): Now contains the pattern entered by the user.
13989 (apropos-pattern-quoted): New defvar.
13990 (apropos-regexp): New defvar, containing the regexp corresponding
13991 to apropos-pattern.
13992 (apropos-all-words-regexp): Rename from apropos-all-regexp.
13993 (apropos-read-pattern): New defun. Use it to read pattern arg in
13994 interactive calls; returns list of words for a word list, and
13995 string for a regexp.
13996 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
13997 parses a list of words or regexp as returned by apropos-read-pattern.
13998 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
13999 (apropos-score-doc): Return a very high score if the string
14000 entered by the user matches literally.
14001 (apropos-variable): Doc fix. Use apropos-read-pattern.
14002 (apropos-command): Doc fix. Use apropos-read-pattern and
14003 apropos-parse-pattern. Call apropos-print with nosubst=t.
14004 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
14005 apropos-parse-pattern.
14006 (apropos-documentation): Doc fix. Use apropos-read-pattern and
14007 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
14008 apropos-documentation-sort-by-scores. Call apropos-print with
14009 nosubst=t.
14010 (apropos-documentation-internal): Pass doc string through
14011 substitute-key-definition before adding text properties.
14012 Highlight substring matching literal user input if possible.
14013 (apropos-documentation-check-doc-file): Remove locals beg and end.
14014 Fix calculation of score (as added twice). Pass doc string through
14015 substitute-key-definition before adding text properties.
14016 (apropos-documentation-check-elc-file): Pass doc string through
14017 substitute-key-definition before adding text properties.
14018 Highlight substring matching literal user input if possible.
14019 (apropos-print): Add new arg NOSUBST; if set, command and variable
14020 doc strings have already been passed through substitute-key-definition.
14021 Add code to handle apropos-accumulator items without score element
14022 for backwards compatibility (e.g. with woman package).
14023 Only show scores if apropos-sort-by-scores is `verbose'.
14024
14025 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
14026
14027 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
14028 Add jka-compr-load-suffixes to load-suffixes.
14029
14030 * jka-compr.el: Require jka-cmpr-hook.
14031 (jka-compr-info-compress-message, jka-compr-info-compress-program)
14032 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
14033 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
14034 (jka-compr-info-can-append, jka-compr-info-strip-extension)
14035 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
14036 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
14037 (jka-compr-uninstall): Remove entries from
14038 jka-compr-added-to-file-coding-system-alist after they are used.
14039 (jka-compr-error): Remove unused var `curbuf'.
14040 (jka-compr-file-local-copy): Remove unused var `notfound'.
14041
14042 2005-11-10 Romain Francoise <romain@orebokech.com>
14043
14044 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
14045
14046 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
14047
14048 * progmodes/gud.el (gud-menu-map): Move parentheses.
14049 (gdb): New command gud-pv.
14050
14051 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
14052
14053 * tar-mode.el: Remove spurious or unnecessary leading stars
14054 in docstrings.
14055 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
14056 (tar-parse-octal-integer-safe): Use mapc.
14057 (tar-header-block-summarize): Remove unused var `ck'.
14058 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
14059 cleared before. Obey default-enable-multibyte-characters.
14060 Use mapconcat. Simplify setting of tar-header-offset.
14061 (tar-mode-map): Move initialization inside delcaration.
14062 (tar-flag-deleted): Use `abs'.
14063 (tar-expunge-internal): Remove unused var `line'.
14064 (tar-expunge-internal): Don't hardcode point-min==1.
14065 (tar-expunge): Widen while doing set-buffer-multibyte.
14066 (tar-rename-entry): Use file-name-coding-system.
14067 (tar-alter-one-field): Don't hardcode point-min==1.
14068 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
14069 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
14070
14071 2005-11-10 Masatake YAMATO <jet@gyve.org>
14072
14073 * add-log.el (add-log-current-defun): Handle class::method
14074 notation of c++. Fix incorrect comment.
14075
14076 2005-11-10 Alan Mackenzie <acm@muc.de>
14077
14078 * help-fns.el (describe-variable): Make C-h v work when a variable
14079 has variable documentation yet is unbound.
14080
14081 2005-11-10 Masatake YAMATO <jet@gyve.org>
14082
14083 * man.el (Man-highlight-references): Set an empty
14084 string to `Man-arguments' if it is nil.
14085 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
14086
14087 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14088
14089 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
14090 commenting conventions.
14091
14092 * cus-dep.el (custom-make-dependencies): Simplify.
14093 Better follow the commenting conventions.
14094
14095 2005-11-09 Richard M. Stallman <rms@gnu.org>
14096
14097 * apropos.el (apropos-pattern): Rename from apropos-regexp.
14098 (apropos-orig-pattern): Rename from apropos-orig-regexp.
14099 All uses changed.
14100 (apropos-rewrite-regexp): Doc fix.
14101 (apropos-variable, apropos-command, apropos, apropos-value):
14102 Change prompt; carry through the argument renaming.
14103
14104 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
14105
14106 * find-lisp.el: Require dired.
14107 (find-lisp-find-dired-internal): Do not call
14108 `abbreviate-file-name' on DIR.
14109
14110 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
14111
14112 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
14113
14114 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
14115
14116 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
14117 when using the speedbar.
14118 (gdb): New command gud-pp.
14119 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
14120
14121 2005-11-09 Juri Linkov <juri@jurta.org>
14122
14123 * replace.el (occur-excluded-properties): New defcustom.
14124 (occur-1, occur-engine, occur-accumulate-lines): Use it.
14125
14126 2005-11-08 Jay Belanger <belanger@truman.edu>
14127
14128 * calc/calc-units.el (math-convert-units): Replace any composite
14129 unit by its definition.
14130
14131 2005-11-08 Lars Hansen <larsh@soem.dk>
14132
14133 * emacs-lisp/autoload.el (update-directory-autoloads):
14134 Add obsolete function alias.
14135
14136 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
14137
14138 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
14139 comment-indent-function.
14140 (lisp-comment-indent): Replace by an alias for comment-indent-default.
14141
14142 * reveal.el (reveal-post-command): Rework the handling of
14143 reveal-open-spots, so as to be more reliable. There were several
14144 tricky corner cases where an open spot might be lost, or where
14145 a closed spot might end up on the list of open spots.
14146 Only reveal text that's ellipsised.
14147
14148 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
14149
14150 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
14151
14152 2005-11-07 John Paul Wallington <jpw@gnu.org>
14153
14154 * ibuffer.el (ibuffer): Search iconified frames too when
14155 getting Ibuffer buffer's window.
14156
14157 2005-11-06 Richard M. Stallman <rms@gnu.org>
14158
14159 * progmodes/compile.el (compilation-internal-error-properties):
14160 save-excursion around the computation of MARKER.
14161
14162 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
14163
14164 * textmodes/flyspell.el (flyspell-external-point-words):
14165 flyspell-get-word returns a list, not just a string.
14166
14167 2005-11-06 John Paul Wallington <jpw@pobox.com>
14168
14169 * ibuffer.el (ibuffer): Search all visible frames when getting
14170 Ibuffer buffer's window.
14171
14172 2005-11-07 Masatake YAMATO <jet@gyve.org>
14173
14174 * man.el (Man-reference-regexp): Accept spaces between
14175 `Man-name-regexp' and `Man-section-regexp'.
14176 (Man-apropos-regexp): New variable.
14177 (Man-abstract-xref-man-page): Use value for `Man-target-string'
14178 if available.
14179 (Man-highlight-references, Man-highlight-references0):
14180 Handle the case when `Man-arguments' includes "-k".
14181 (Man-highlight-references0): Rename the argument `TARGET-POS' to
14182 `TARGET'. `TARGET' can be a number, function or nil.
14183
14184 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
14185
14186 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
14187 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
14188 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
14189 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
14190 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
14191 (gdb-send-item): Use buffer-local-value and simplify.
14192
14193 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
14194
14195 * startup.el (command-line): Use `custom-reevaluate-setting' for
14196 `global-font-lock-mode'.
14197
14198 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
14199 by default, except in batch mode or when the -D option is given.
14200
14201 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
14202 specified keyword args on to `define-minor-mode'. Update docstring.
14203
14204 2005-11-05 Romain Francoise <romain@orebokech.com>
14205
14206 * replace.el (occur-engine): Add marker at end of line, too.
14207
14208 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
14209
14210 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14211 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14212 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14213 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14214 argument to all these routines, so the passphrase can be managed
14215 externally and passed in to the system.
14216 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14217 pgg-add-passphrase-to-cache function.
14218
14219 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14220 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
14221 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
14222 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
14223 argument to all these routines, so the passphrase can be managed
14224 externally and passed in to the system.
14225 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
14226 function.
14227
14228 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
14229
14230 * font-lock.el: Don't deal with font-lock-face-attributes here,
14231 move the code ...
14232
14233 * startup.el (command-line): ... here. Use face-spec-set instead
14234 of custom-declare-face.
14235
14236 * faces.el (face-spec-set): Reset the face if spec is not nil.
14237
14238 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
14239
14240 * newcomment.el (comment-region-internal): Box more tightly in the
14241 common case where there's no TAB in the boxed text.
14242
14243 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14244
14245 * info.el (info-tool-bar-map): Use images prev-node, next-node and
14246 up-node.
14247
14248 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
14249
14250 * newsticker.el: Commentary updated. Code formatting changed.
14251 (newsticker-version): Change to "1.9".
14252 (newsticker, newsticker-feed): Doc fix.
14253 (newsticker-url-list): Doc fix. Add option "Weekly".
14254 (newsticker-retrieval-interval): Add option "Weekly".
14255 (newsticker-headline-processing): Doc fix.
14256 (newsticker-auto-mark-filter): Remove.
14257 (newsticker-auto-mark-filter-list): New.
14258 (newsticker-layout, newsticker-sort-method): Doc fix.
14259 (newsticker-hide-old-items-in-newsticker-buffer)
14260 (newsticker-heading-format, newsticker-item-format)
14261 (newsticker-desc-format): Doc fix.
14262 (newsticker-show-all-rss-elements): Remove.
14263 (newsticker-show-all-news-elements): New.
14264 (newsticker-faces, newsticker-ticker): Doc fix.
14265 (remove-from-invisibility-spec): Code formatting.
14266 (newsticker--process-ids): New.
14267 (newsticker-mode): Doc fix.
14268 (newsticker-mode): Change mode-line-format.
14269 (newsticker-start): Remove debug output.
14270 (newsticker-start-ticker): Doc fix. Add autoload cookie.
14271 (newsticker-w3m-show-inline-images): Code formatting.
14272 (newsticker-next-item): Call `force-mode-line-update'.
14273 (newsticker-previous-item): Call `force-mode-line-update'.
14274 (newsticker-next-feed): Call `force-mode-line-update'.
14275 (newsticker-previous-feed): Call `force-mode-line-update'.
14276 (newsticker-mark-all-items-at-point-as-read): Code formatting.
14277 (newsticker-show-old-items): Do not show descs.
14278 (newsticker-hide-entry): Hide too much.
14279 (newsticker-hide-entry, newsticker-show-entry)
14280 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
14281 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
14282 (newsticker-toggle-auto-narrow-to-item): Code formatting.
14283 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
14284 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
14285 (newsticker-get-news): Call `force-mode-line-update'.
14286 Collect process ids.
14287 (newsticker--sentinel): Change coding system handling.
14288 Move image retrieval to new functions newsticker--get-logo-url-*.
14289 Move feed parsing to new functions newsticker--parse-*.
14290 Update list of process ids.
14291 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
14292 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
14293 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
14294 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
14295 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14296 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
14297 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
14298 (newsticker--decode-coding-string): Remove.
14299 (newsticker--decode-numeric-entities): Check input. Format code.
14300 (newsticker--remove-whitespace): Check input.
14301 (newsticker--do-forget-preformatted): Doc fix.
14302 (newsticker--decode-rfc822-date): Allow for missing time.
14303 (newsticker--update-process-ids): New.
14304 (newsticker--image-sentinel): Change comment.
14305 (newsticker--image-read): Change error message.
14306 (newsticker--imenu-goto): Doc fix. Show headline title.
14307 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
14308 (newsticker--buffer-do-insert-text): Clean whitespace in
14309 html-rendered headline title. Code formatting.
14310 Call `newsticker--buffer-print-extra-elements'.
14311 (newsticker--buffer-print-extra-element): Remove.
14312 (newsticker--buffer-print-extra-elements): New.
14313 (newsticker--buffer-do-print-extra-element): New.
14314 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
14315 large sizes.
14316 (newsticker--run-auto-mark-filter)
14317 (newsticker--do-run-auto-mark-filter):
14318 Use `newsticker-auto-mark-filter-list'.
14319
14320 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
14321
14322 * net/rcirc.el: Use split-string OMIT-NULLS argument.
14323 (rcirc-print): Force redisplay before running hooks. Do long
14324 buffer truncation after making new text read-only. Deal with nil
14325 text when decoding strings. If TARGET is nil, use either the
14326 currently selected buffer, if it is an rcirc buffer and of the
14327 same process or the process buffer.
14328 (rcirc-mode): Remove header-line. Recompute short buffer names.
14329 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
14330 (rcirc-short-buffer-name): Add variable.
14331 (rcirc-kill-buffer-hook): Recompute short buffer names.
14332 Remove nick from private channel.
14333 (rcirc-send-input): Send command text to current-buffer.
14334 Don't clear overlay arrow here.
14335 (rcirc-short-buffer-name): Return a short buffer name.
14336 (rcirc-update-short-buffer-names, rcirc-abbreviate)
14337 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
14338 buffer-name abbreviations.
14339 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
14340 Do not touch nick-table when killing a parted channel.
14341 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
14342 Clear arrow from current buffer if it is now hidden.
14343 (rcirc-current-buffer): Add variable.
14344 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
14345 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
14346 Remove -face from names.
14347 (rcirc-update-activity-string): Print "DND" when globally ignoring
14348 activity.
14349 (rcirc-ignore-buffer-activity-flag): Rename from
14350 rcirc-ignore-channel-activity.
14351 (rcirc-ignore-all-activity-flag): Doc fix.
14352 (rcirc-channels): Remove variable.
14353 (rcirc-kill-buffer-hook):
14354 (rcirc-get-buffer-create): Add nick to private channel.
14355 (rcirc-multiline-edit-submit): Remove tabs.
14356 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
14357 folded.
14358 (rcirc-remove-nick-channel): Bug fix.
14359 (rcirc-toggle-ignore-buffer-activity): Rename from
14360 rcirc-toggle-ignore-channel-activity.
14361 (rcirc-record-activity): Add buffers to the front of the list.
14362 (rcirc-update-activity): Remove killed buffers from list.
14363 (rcirc-process-server-response-1): Remove last argument if it is
14364 null before calling handler.
14365 (rcirc): Add "rcirc" defcustom prefix.
14366 (rcirc-prompt): Simplify default prompt.
14367 Use custom-initialize-default.
14368 (rcirc-private-chats): Remove variable.
14369 (rcirc-prompt): Change initialization.
14370 (rcirc-version): Remove function.
14371 (rcirc-id-string): Add constant.
14372 (rcirc-last-buffer): Remove variable.
14373 (rcirc-buffer-alist): Add variable.
14374 (rcirc-connect): Update variable setup.
14375 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
14376 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
14377 default.
14378 (rcirc-handler-generic): Trigger activity.
14379 (rcirc-send-message): Create the buffor of the target.
14380 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
14381 (rcirc-get-buffer): Just return nil if there is no matching buffer.
14382 (rcirc-multiline-edit-cancel): Remove function.
14383 (rcirc-set-last-buffer): Remove function.
14384 (rcirc-get-any-buffer): Add function.
14385 (rcirc-join-channels): Don't print /join text.
14386 (rcirc-toggle-ignore-channel-activity): Add and update echo area
14387 messages.
14388 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
14389 (rcirc-handler-NOTICE): Recognize CTCP responses.
14390 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
14391 constructing TOPIC string for buffers we are not JOINed.
14392 (rcirc-handler-CTCP-response): Add handler.
14393 (rcirc-multiline-edit-submit): Restore the window-configuration
14394 before adjusting point.
14395 (rcirc): Add customization group.
14396 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
14397 (rcirc-user-full-name, rcirc-startup-channels-alist)
14398 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
14399 (rcirc-ignore-all-activity-flag, rcirc-time-format)
14400 (rcirc-input-ring-size, rcirc-read-only-flag)
14401 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
14402 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
14403 Change defvar to defcustom.
14404 (rcirc-update-prompt): Add optional ALL arg, which will update
14405 prompts in all rcirc buffers. Regexp quote replacement text.
14406 (rcirc-fill-column): Accept frame-width as a value.
14407 (rcirc-set-changed): Add function.
14408 (rcirc-next-active-buffer): Write more meaningful messages.
14409 (rcirc-faces): Add customization group.
14410 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
14411 (rcirc-nick-in-message-face, rcirc-prompt-face)
14412 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
14413 (with-rcirc-process-buffer): Move before first usage.
14414 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
14415 (rcirc-debug-flag): Rename from `rcirc-log-p'.
14416 (rcirc-debug): Rename from `rcirc-log'.
14417 (rcirc-format-response-string): Do not print `-' chars for a
14418 NOTICE with no sender. Simplify output of server responses.
14419
14420 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
14421
14422 (rcirc-browse-url-map, rcirc-browse-url-at-point)
14423 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
14424 Make urls mouse and RET clickable.
14425
14426 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
14427
14428 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
14429
14430 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
14431
14432 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14433 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14434 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14435 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14436 argument to all these routines, so the passphrase can be managed
14437 externally and passed in to the system.
14438 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14439 pgg-add-passphrase-to-cache function.
14440
14441 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14442 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
14443 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
14444 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
14445 argument to all these routines, so the passphrase can be managed
14446 externally and passed in to the system.
14447 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
14448 function.
14449
14450 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
14451
14452 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
14453 from goto-address-url-regexp.
14454
14455 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
14456
14457 * textmodes/org.el (org-read-date, org-goto-calendar)
14458 (org-recenter-calendar, org-agenda-goto-calendar):
14459 Temporarily clear `calendar-move-hook'.
14460
14461 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
14462
14463 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
14464 merging.
14465
14466 * ediff-util.el (ediff-previous-difference): Don't skip regions that
14467 have merge clashes.
14468
14469 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14470
14471 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14472 Undo previous change.
14473
14474 * startup.el (command-line): Use `custom-reevaluate-setting' for
14475 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
14476 tty-register-default-colors on Mac.
14477
14478 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
14479
14480 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
14481 (gdb-buffer-type): Make it automatically buffer local...
14482 (gdb-get-create-buffer): ...and set it accordingly.
14483 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
14484 actually work.
14485
14486 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
14487
14488 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
14489 not red.
14490
14491 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
14492
14493 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
14494 case GUD buffer is not visible.
14495 (gdb-goto-breakpoint): Try to force display in source buffer.
14496 (gdb-frame-gdb-buffer): Copy other similar functions.
14497 (gdb-restore-windows): Don't display source if not asked for.
14498 (gdb-assembler-buffer-name): Don't capitalise.
14499
14500 2005-11-03 Richard M. Stallman <rms@gnu.org>
14501
14502 * wid-edit.el (key-sequence): New widget type.
14503
14504 * simple.el (set-mark-command-repeat-pop): New variable.
14505 (set-mark-command): Only interpret plan C-@ after a pop as a pop
14506 if set-mark-command-repeat-pop is true.
14507
14508 * info.el (Info-fontify-node): Don't display extra "see" if there
14509 already is one here.
14510
14511 * mouse.el: Fix special handling of DEL after dragging a region:
14512 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
14513 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
14514
14515 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
14516
14517 * textmodes/ispell.el (ispell-command-loop): Change `i' description
14518 not to assume it pertains to an affix.
14519
14520 * textmodes/flyspell.el (flyspell-post-command-hook):
14521 Bind deactivate-mark to prevent deactivation.
14522
14523 2005-11-03 Lars Hansen <larsh@soem.dk>
14524
14525 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
14526 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
14527 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
14528
14529 2005-11-03 Romain Francoise <romain@orebokech.com>
14530
14531 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
14532 Update copyright years.
14533
14534 2005-11-03 Sam Steingold <sds@gnu.org>
14535
14536 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14537 Use system-type instead of window-system because window-system is not
14538 correctly defined during loadup.
14539
14540 2005-11-02 Mark A. Hershberger <mah@everybody.org>
14541
14542 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
14543 (xml-parse-tag): Join strings separated by a comment properly.
14544
14545 2005-11-02 Andreas Schwab <schwab@suse.de>
14546
14547 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
14548
14549 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
14550
14551 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
14552 (byte-optimize-pure-func): Quote the eval'd value.
14553
14554 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
14555 Rename from perl-font-lock-syntactic-face-function.
14556 Change the calling convention so it can be used as a font-lock MATCHER.
14557 Do the parse-partial-sexp loop outselves.
14558 (perl-font-lock-syntactic-keywords): Use it.
14559 (perl-mode): Don't set font-lock-syntactic-face-function any more.
14560
14561 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
14562
14563 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
14564 disassembly buffer too.
14565 (gdb-exited): Remove overlay arrows when execution has finished.
14566 (gdb-info-frames-custom, gdb-info-threads-custom)
14567 (gdb-info-registers-custom): Don't add inappropriate text
14568 properties if inferior is not active.
14569
14570 2005-11-02 Glenn Morris <rgm@gnu.org>
14571
14572 * progmodes/fortran.el (fortran-blink-match):
14573 Use `blink-matching-delay'.
14574
14575 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
14576
14577 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
14578
14579 2005-11-02 Lars Hansen <larsh@soem.dk>
14580
14581 * net/tramp.el (tramp-action-out-of-band): Handle scp message
14582 "Permission denied".
14583
14584 2005-11-01 Richard M. Stallman <rms@gnu.org>
14585
14586 * textmodes/flyspell.el (flyspell-external-point-words):
14587 Pass nil to flyspell-get-word.
14588
14589 2005-11-02 Kim F. Storm <storm@cua.dk>
14590
14591 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
14592 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
14593
14594 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
14595
14596 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
14597 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
14598 (calendar-mouse-print-dates): Add optional `event' argument.
14599 Update interactive-spec.
14600 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
14601 Use `calendar-event-to-date' instead of `event'.
14602
14603 2005-11-02 Masatake YAMATO <jet@gyve.org>
14604
14605 * progmodes/ld-script.el (ld-script-builtins):
14606 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
14607 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
14608 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
14609
14610 2005-11-01 Romain Francoise <romain@orebokech.com>
14611
14612 * vc-sccs.el: Update copyright year.
14613 * ezimage.el: Likewise.
14614
14615 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
14616
14617 * info.el (Info-fontify-node): Use `string-width' for fontifying
14618 underlined titles.
14619
14620 2005-11-01 Juri Linkov <juri@jurta.org>
14621
14622 * info.el (Info-fontify-node): Downcase node header keywords Node,
14623 Prev, Next, Up before comparison.
14624 (Info-history): Insert absolute directory name, and put invisible
14625 property on it.
14626
14627 2005-11-01 Juri Linkov <juri@jurta.org>
14628
14629 * info.el (Info-file-supports-index-cookies): New variable.
14630 (Info-find-node-2): Check makeinfo version for index cookie support.
14631 (Info-index-nodes): Search for nodes with index cookies only when
14632 Info-file-supports-index-cookies is t. Otherwise, search nodes
14633 with "Index" in the node name.
14634 (Info-index-node): Search index cookie in the current node only when
14635 Info-file-supports-index-cookies is t. Otherwise, check the word
14636 "Index" in the node name.
14637 (Info-find-emacs-command-nodes): Remove code that searches nodes
14638 with "Index" node name in the top menu.
14639
14640 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
14641
14642 * progmodes/scheme.el (scheme-mode-variables): Use the default
14643 comment-indent-function.
14644
14645 * faces.el (face-attribute): Handle the case where a face inherits from
14646 a non-existent face.
14647
14648 * simple.el (eval-expression-print-format): Use lisp-readable syntax
14649 for octal and hexa output, and merge the char into the paren.
14650 (kill-new): Use push.
14651 (copy-to-buffer): Use with-current-buffer.
14652 (completion-setup-function): Move code in loop to remove redundancy.
14653 (minibuffer-local-must-match-map): Don't add bindings that duplicate
14654 those inherited from minibuffer-local-completion-map.
14655
14656 * savehist.el (savehist-mode) <defcustom>:
14657 Use custom-set-minor-mode if available.
14658 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
14659 and emit a message if applicable.
14660
14661 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
14662
14663 * savehist.el: Sync up to version 19.
14664 (savehist-mode): New minor mode.
14665 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
14666 (savehist-length): Remove (use history-length instead).
14667 (savehist-file-modes): Rename from savehist-modes.
14668 (savehist-save-hook, savehist-loaded): New vars.
14669 (savehist-load): Use savehist-mode. Try to smooth up transition from
14670 old format to new format.
14671 (savehist-install): Allow savehist-autosave-interval to be nil.
14672 (savehist-save): Run the new hook. Be more careful to only trim the
14673 history variables.
14674 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
14675 (savehist-printable): Print into a buffer rather than char-by-char.
14676
14677 2005-11-01 John Wiegley <johnw@newartisans.com>
14678
14679 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
14680 toggle-ignore keybinding (C-a). The author said it had been
14681 disabled much earlier due to a possible incompatibility, but after
14682 many months of usage I have encountered no problems (and it is a
14683 rather useful option, especially for switching to " *temp*").
14684
14685 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
14686 support for OS/X's AddressBook, by calling out to the open source
14687 program "contacts" (installable through Fink).
14688
14689 * net/eudc.el (eudc-expand-inline): If the
14690 `eudc-multiple-match-handling-method' is set to `all', delete the
14691 query string before inserting the query result.
14692
14693 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
14694 flag, to prevent Eshell from using the system ls when
14695 `eshell-ls-insert-directory' is in used.
14696 (eshell-ls-insert-directory): Disable font-lock in directory
14697 buffer so that Eshell's own fontification is seen. This broke
14698 recently due to changes in font-lock, so this goes back to version
14699 21 behavior.
14700
14701 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
14702
14703 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
14704 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
14705 (gdb-many-windows): Doc fix.
14706
14707 2005-10-31 Romain Francoise <romain@orebokech.com>
14708
14709 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
14710
14711 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
14712
14713 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
14714 that global-font-lock-mode can be enabled by default.
14715
14716 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
14717 (font-lock-add-keywords, font-lock-remove-keywords)
14718 (font-lock-fontify-buffer): Remove autoload cookies.
14719
14720 * jit-lock.el (jit-lock-register): Likewise.
14721
14722 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
14723
14724 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
14725
14726 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
14727 intact if there is no gud-comint-buffer.
14728
14729 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
14730
14731 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
14732 old prompt comint-prompt-read-only is t and GDB commands are
14733 issued from tool bar etc.
14734
14735 2005-10-31 Masatake YAMATO <jet@gyve.org>
14736
14737 * vc.el (vc-directory-exclusion-list): Add "{arch}".
14738
14739 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14740
14741 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
14742 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
14743
14744 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
14745
14746 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
14747 starting at beginning of line. Fontification is messed up when
14748 `open-paren-in-column-0-is-defun-start' set to t.
14749 Reported by John Paul Wallington <jpw@pobox.com>.
14750
14751 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
14752
14753 * comint.el (comint-send-input): Call `comint-update-fence' when
14754 `comint-process-echoes' and `comint-prompt-read-only' are both
14755 non-nil, to avoid leftover read-only newline.
14756
14757 2005-10-30 Richard M. Stallman <rms@gnu.org>
14758
14759 * textmodes/flyspell.el (flyspell-external-point-words):
14760 Detect when WORD can't be checked properly because
14761 flyspell-get-word finds just part of it, and move on.
14762
14763 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
14764 boundarychar for Polish.
14765 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
14766 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
14767
14768 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
14769
14770 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
14771 (gdb-registers-font-lock-keywords): Delete.
14772 (gdb-registers-mode): Don't fontify.
14773 (gdb-info-registers-custom): Use text properties instead as, in
14774 future, changed register values will use font-lock-warning-face.
14775 (gdb-local-font-lock-keywords): Rename to...
14776 (gdb-locals-font-lock-keywords): ...for consistency.
14777
14778 2005-10-30 Andre Spiegel <spiegel@gnu.org>
14779
14780 * vc.el (vc-switch-backend): Better error message if the buffer is
14781 not visiting a file under version control.
14782
14783 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
14784
14785 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
14786
14787 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
14788 ~/.emacs.d/.emacs.
14789
14790 2005-10-29 Richard M. Stallman <rms@gnu.org>
14791
14792 * replace.el (occur-mode-mouse-goto): Always go to other window.
14793 (occur-mode-goto-occurrence): Always switch in same window.
14794
14795 * simple.el (undo): Display message at end, not at start.
14796
14797 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
14798 New arg REUSE-CELL.
14799 (cancel-timer-internal): New function.
14800 (timer-event-handler): Use cancel-timer-internal,
14801 and pass the cell it returns to timer-activate...
14802
14803 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
14804 (jit-lock-deferred-fontify, jit-lock-context-fontify)
14805 (jit-lock-after-change): Test memory-full.
14806
14807 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14808
14809 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14810 part of the decoded armor to find the key-identifier.
14811 (pgg-gpg-lookup-key-owner): New function to return the
14812 human-readable identifier of a key owner.
14813 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
14814 key itself.
14815 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14816 the key value) if we have a key and can match it against a secret
14817 key. Also, added a note pointing out fact that the prompt only
14818 indicates the first matching key.
14819
14820 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
14821 pgg-decrypt-region.
14822 (pgg-pending-timers): A new hash for tracking the passphrase cache
14823 timers, so that new ones supercede old ones.
14824 (pgg-add-passphrase-to-cache): Rename from
14825 `pgg-add-passphrase-cache' to reduce confusion (all callers
14826 changed). Modified to cancel old timers when new ones are added.
14827 (pgg-remove-passphrase-from-cache): Rename from
14828 `pgg-remove-passphrase-cache' to reduce confusion (all callers
14829 changed). Modified to cancel old timers when their keys are
14830 removed from the cache.
14831 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
14832 XEmacs, an indirection to delete-itimer.
14833 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
14834 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
14835 users can only check cache without risk of prompting. Correct bug in
14836 notruncate behavior.
14837 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
14838 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
14839 Add informative docstrings.
14840 (pgg-decrypt): Convey provided passphrase in subordinate call to
14841 pgg-decrypt-region.
14842
14843 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14844 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14845 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14846 `passphrase' argument, so the passphrase can be managed externally
14847 and then passed in to the system.
14848
14849 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14850 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
14851 so the passphrase cache can be used reliably with identifiers
14852 besides a pgp packet's key id.
14853
14854 * pgg-gpg.el (pgg-pgp-encrypt-region)
14855 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14856 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14857 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14858 argument to all these routines, so the passphrase can be managed
14859 externally and passed in to the system.
14860
14861 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14862 `notruncate' argument, so the passphrase cache can be used
14863 reliably with identifiers besides a pgp packet's key id.
14864
14865 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
14866
14867 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14868 symmetric encryption.
14869 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14870 encrypted session key.
14871 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14872 message ask for the passphrase in a proper way.
14873
14874 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14875 New user commands for symmetric encryption.
14876
14877 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
14878
14879 * textmodes/conf-mode.el (conf-assignment-sign)
14880 (conf-assignment-regexp): Fix docstrings.
14881 (conf-mode-initialize): New function.
14882 (conf-mode): Remove optional args. Use delay-mode-hooks to
14883 recognize recursive calls.
14884 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
14885 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
14886 (conf-xdefaults-mode): Use define-derived-mode and
14887 conf-mode-initialize.
14888
14889 2005-10-29 Romain Francoise <romain@orebokech.com>
14890
14891 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
14892
14893 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
14894
14895 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14896 part of the decoded armor to find the key-identifier.
14897 (pgg-gpg-lookup-key-owner): New function to return the
14898 human-readable identifier of a key owner.
14899 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
14900 key itself.
14901 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14902 the key value) if we have a key and can match it against a secret
14903 key. Also, added a note pointing out fact that the prompt only
14904 indicates the first matching key.
14905
14906 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
14907 pgg-decrypt-region.
14908 (pgg-pending-timers): A new hash for tracking the passphrase cache
14909 timers, so that new ones supercede old ones.
14910 (pgg-add-passphrase-to-cache): Rename from
14911 `pgg-add-passphrase-cache' to reduce confusion (all callers
14912 changed). Modified to cancel old timers when new ones are added.
14913 (pgg-remove-passphrase-from-cache): Rename from
14914 `pgg-remove-passphrase-cache' to reduce confusion (all callers
14915 changed). Modified to cancel old timers when their keys are
14916 removed from the cache.
14917 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
14918 XEmacs, an indirection to delete-itimer.
14919 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
14920 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
14921 users can only check cache without risk of prompting. Correct bug in
14922 notruncate behavior.
14923 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
14924 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
14925 Add informative docstrings.
14926 (pgg-decrypt): Convey provided passphrase in subordinate call to
14927 pgg-decrypt-region.
14928
14929 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
14930
14931 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14932 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14933 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14934 `passphrase' argument, so the passphrase can be managed externally
14935 and then passed in to the system.
14936
14937 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14938 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
14939 so the passphrase cache can be used reliably with identifiers
14940 besides a pgp packet's key id.
14941
14942 * pgg-gpg.el (pgg-pgp-encrypt-region)
14943 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
14944 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
14945 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
14946 argument to all these routines, so the passphrase can be managed
14947 externally and passed in to the system.
14948
14949 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14950 `notruncate' argument, so the passphrase cache can be used
14951 reliably with identifiers besides a pgp packet's key id.
14952
14953 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
14954
14955 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14956 symmetric encryption.
14957 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14958 encrypted session key.
14959 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14960 message ask for the passphrase in a proper way.
14961
14962 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14963 New user commands for symmetric encryption.
14964
14965 2005-10-28 Bill Wohler <wohler@newt.com>
14966
14967 * help-mode.el (help-url): New button type. Calls browse-url.
14968 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
14969 Similar to Info nodes: URL `url'.
14970 (help-make-xrefs): Create help-url buttons for
14971 help-xref-url-regexp matches.
14972
14973 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
14974
14975 * tool-bar.el (tool-bar-add-item-from-menu)
14976 (tool-bar-local-item-from-menu): Fix doc strings.
14977
14978 2005-10-28 Romain Francoise <romain@orebokech.com>
14979
14980 * ldefs-boot.el: Update.
14981
14982 * subr.el (locate-library): Move from help-fns.el.
14983 * help-fns.el (locate-library): Move to subr.el.
14984
14985 2005-10-28 Richard M. Stallman <rms@gnu.org>
14986
14987 * net/tramp.el (tramp-completion-mode): defvar moved up.
14988
14989 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
14990
14991 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
14992
14993 * files.el (find-file-noselect): Use %d to format large file size.
14994
14995 * bindings.el (mode-line-format): Add %e.
14996
14997 * loadup.el ("facemenu"): Load unconditionally.
14998 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
14999 ("x-dnd"): Load, when appropriate.
15000
15001 * startup.el (command-line): Call before-init-hook earlier.
15002 Warn about some bad characters in -u user name.
15003
15004 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
15005 (flyspell-external-point-words): Error if misspelled word is not found.
15006 Set flyspell-large-region-beg at end of word.
15007
15008 2005-10-28 Andreas Schwab <schwab@suse.de>
15009
15010 * view.el (View-revert-buffer-scroll-page-forward):
15011 Use view-page-size-default.
15012
15013 2005-10-28 Juri Linkov <juri@jurta.org>
15014
15015 * international/quail.el (quail-get-current-str): Translate last
15016 raw character for deterministic input methods.
15017
15018 2005-10-27 Jay Belanger <belanger@truman.edu>
15019
15020 * calc/calc-ext.el: Add functions to autoloads.
15021 (math-identity-matrix-p, math-ident-row-p): New functions.
15022
15023 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
15024 multiplication by an identity matrix; don't turn multiplication by
15025 an inverse matrix into division.
15026 (math-div-symbol-fancy): Replace division by matrices with
15027 multiplication by inverse.
15028
15029 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
15030
15031 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
15032 (calc-writeoutpower): New functions.
15033
15034 2005-10-27 Romain Francoise <romain@orebokech.com>
15035
15036 * replace.el (occur-engine): Include colon in mouse-face highlight.
15037
15038 * dired-x.el: Change Maintainer field.
15039
15040 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
15041
15042 * longlines.el (longlines-mode): Bind after-change-functions to
15043 nil during initial decoding and final encoding.
15044
15045 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
15046
15047 * term.el (term-emulate-terminal, term-handle-colors-array)
15048 (term-handle-ansi-escape): Specify the terminfo capabilities
15049 implemented.
15050
15051 2005-10-26 Richard M. Stallman <rms@gnu.org>
15052
15053 * info.el (Info-fontify-node): Fix detection of sentence-break
15054 before *Note.
15055
15056 2005-10-26 Romain Francoise <romain@orebokech.com>
15057
15058 * smerge-mode.el: Add `tools' to file keywords.
15059
15060 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
15061
15062 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
15063 when the fringe is not available.
15064
15065 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
15066 (def-gdb-auto-update-trigger): Simplify construction.
15067 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
15068 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
15069 defined explicitly.
15070 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
15071 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
15072 defined explicitly.
15073 (gdb-info-locals-custom): Remove as it's a no-op.
15074
15075 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
15076
15077 * longlines.el (longlines-mode): Remove narrowing before
15078 performing the initial decoding or final encoding.
15079
15080 2005-10-25 Romain Francoise <romain@orebokech.com>
15081
15082 * emacs-lisp/find-func.el (find-library-name): Also strip
15083 extension if library name ends in .el, to take advantage of
15084 `find-library-suffixes'.
15085
15086 2005-10-25 Richard M. Stallman <rms@gnu.org>
15087
15088 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
15089
15090 2005-10-25 Juri Linkov <juri@jurta.org>
15091
15092 * textmodes/texinfo.el (texinfo-mode): Change charset of one
15093 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
15094
15095 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15096
15097 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
15098 (blackbox-redefine-key): Add argument `map'.
15099
15100 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
15101 regions when moving the jit-lock-context-unfontify-pos boundary.
15102
15103 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15104
15105 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
15106
15107 2005-10-25 Masatake YAMATO <jet@gyve.org>
15108
15109 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
15110
15111 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
15112
15113 * play/blackbox.el (blackbox-redefine-key): New function.
15114 (blackbox-mode-map): Use it to remap existing bindings for cursor
15115 motion instead of binding literal keys.
15116
15117 2005-10-25 Glenn Morris <rgm@gnu.org>
15118
15119 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
15120 diary does not end in a newline. Do not assume a blank line at
15121 the start of the diary file.
15122
15123 2005-10-25 Kenichi Handa <handa@m17n.org>
15124
15125 * international/quail.el (quail-translate-key): If the input
15126 method is deterministic and failed to handle the last key, restart
15127 the key handling loop from an appropriate key.
15128
15129 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
15130
15131 * vc.el (vc-dired-mode): Extend comment for binding of
15132 `directory-listing-before-filename-regexp'.
15133
15134 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15135
15136 * textmodes/texinfo.el (texinfo-mode):
15137 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
15138 not to unnecessarily expose emacs-mule's internal char codes.
15139
15140 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
15141
15142 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
15143 Display hand pointer and help-echo on disabled icon too.
15144 (gdb-mouse-until): New function.
15145 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
15146
15147 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
15148
15149 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
15150 with 2005-10-23 change to doctor.el.
15151
15152 * finder.el (finder-mode-map): Add follow-link binding.
15153
15154 2005-10-25 Kim F. Storm <storm@cua.dk>
15155
15156 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
15157 to gdb-mouse-toggle-breakpoint-fringe.
15158 (gdb-mouse-toggle-breakpoint-margin): Rename from
15159 gdb-mouse-toggle-breakpoint. Fix doc.
15160 (gdb-mouse-toggle-breakpoint-fringe): New defun.
15161 (gdb-put-string): Add optional SPROPS arg. Add props to string.
15162 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
15163 string properties also for fringe breakpoint bitmaps.
15164
15165 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
15166
15167 * textmodes/org.el (org-start-icalendar-file): Fix format form.
15168
15169 2005-10-25 Masatake YAMATO <jet@gyve.org>
15170
15171 * simple.el (completion-common-substring):
15172 Use `completion-common-substring' prior to `completion-base-size'.
15173
15174 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
15175
15176 * savehist.el: Require CL while compiling.
15177 (savehist-history-variables): Remove.
15178 (savehist-save-minibuffer-history, savehist-additional-variables)
15179 (savehist-minibuffer-history-variables): New vars.
15180 (savehist-save): Use them.
15181 (savehist-uninstall, savehist-minibuffer-hook): New funs.
15182 (savehist-install): New fun, extracted from savehist-load.
15183 (savehist-load): Use them.
15184
15185 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
15186
15187 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
15188 a dummy doc-string-elt property.
15189 (defalias, defvaralias, define-category): Add a docstring property.
15190
15191 * image.el (defimage):
15192 * widget.el (define-widget):
15193 * custom.el (defface, defcustom): Add `doc-string' declaration.
15194
15195 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
15196 (defadvice): Add `doc-string' declaration.
15197
15198 * emacs-lisp/byte-run.el (macro-declaration-function):
15199 Handle `doc-string' declarations.
15200 (define-obsolete-function-alias, define-obsolete-variable-alias):
15201 Add `doc-string' declaration.
15202
15203 2005-10-24 Kenichi Handa <handa@m17n.org>
15204
15205 * international/utf-7.el (utf-7): Add autoload cookie.
15206
15207 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
15208
15209 2005-10-24 Eli Zaretskii <eliz@gnu.org>
15210
15211 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
15212 list of directories passed to batch-update-autoloads. Add "." to
15213 the list of the echoed directories.
15214
15215 * pgg-def.el:
15216 * pgg-gpg.el:
15217 * pgg-parse.el:
15218 * pgg-pgp.el:
15219 * pgg-pgp5.el:
15220 * pgg.el: Moved here from the gnus subdirectory.
15221
15222 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
15223
15224 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
15225 in case comint-prompt-read-only is set to t.
15226
15227 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
15228 in case comint-prompt-read-only is set to t.
15229
15230 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
15231
15232 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
15233 Now a string.
15234 (icalendar-import-format): Handle CLASS, STATUS, URL.
15235 Rename `subject' to `summary'.
15236 (icalendar-import-format-summary): Rename from
15237 `icalendar-import-format-subject'.
15238 (icalendar-import-format-url, icalendar-import-format-status)
15239 (icalendar-import-format-class): New variables.
15240 (icalendar--rris): Take variable argument list.
15241 (icalendar--datestring-to-isodate): Remove unnecessary
15242 calendar-style check when converting dates with explicit month names.
15243 (icalendar-export-region): Change return type of conversion
15244 subroutines. Bury current buffer unless error occurred.
15245 (icalendar--convert-to-ical)
15246 (icalendar--parse-summary-and-rest): New functions.
15247 (icalendar--convert-ordinary-to-ical)
15248 (icalendar--convert-weekly-to-ical)
15249 (icalendar--convert-yearly-to-ical)
15250 (icalendar--convert-block-to-ical)
15251 (icalendar--convert-cyclic-to-ical)
15252 (icalendar--convert-anniversary-to-ical): Change return type.
15253 Strip trailing blanks from subject.
15254 (icalendar--convert-sexp-to-ical): Change return type.
15255 Strip trailing blanks from subject. Handle simple sexp
15256 entries as generated by icalendar.el.
15257 (icalendar--convert-float-to-ical)
15258 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
15259 (icalendar-import-file): Doc fix.
15260 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
15261 Correct call to icalendar--rris.
15262 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
15263 `summary'.
15264 (icalendar--add-diary-entry): Rename `subject' to `summary'.
15265
15266 2005-10-24 Romain Francoise <romain@orebokech.com>
15267
15268 * server.el (server-sentinel): Set query-on-exit flag to nil on
15269 new client processes (it isn't inherited from the server process).
15270
15271 * replace.el (occur-engine): Rearrange text properties.
15272
15273 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
15274
15275 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
15276 case-fold-search is nil.
15277 (debug-help-follow): Use help-xref-interned directly.
15278
15279 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
15280
15281 * thumbs.el (thumbs-image-type): Add .pbm.
15282
15283 2005-10-23 Richard M. Stallman <rms@gnu.org>
15284
15285 * faces.el (inhibit-face-set-after-frame-default): New variable.
15286 (set-face-attribute): Bind it.
15287 (face-set-after-frame-default): Test it.
15288
15289 * help-fns.el (describe-simplify-lib-file-name): New function.
15290 (describe-function-1, describe-variable): Use it.
15291
15292 * faces.el (describe-face): Use describe-simplify-lib-file-name.
15293
15294 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
15295 Eliminate nil as possible value.
15296 (tooltip-hide-delay): Reduce internal-border-width.
15297
15298 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
15299 (menu-bar-file-menu) <new-file>: Likewise.
15300
15301 * simple.el (line-move-finish): Ignore fields computing LINE-END.
15302
15303 * international/mule.el (load-with-code-conversion):
15304 Pass full file name to `eval-buffer' unless preloading.
15305
15306 * textmodes/flyspell.el (flyspell-large-region):
15307 Call ispell-check-version.
15308
15309 * textmodes/ispell.el (ispell-local-dictionary-overridden):
15310 Fix the make-variable-buffer-local call that was supposed
15311 to be for this variable.
15312 (ispell-aspell-supports-utf8): Doc fix.
15313 (ispell-find-aspell-dictionaries): Preserve elements of
15314 ispell-dictionary-alist for dictionaries that aspell doesn't report.
15315 (ispell-aspell-find-dictionary): Return nil on error.
15316
15317 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
15318 (doctor-symptoms): Likewise.
15319
15320 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
15321
15322 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
15323
15324 * cus-edit.el (custom-button, custom-button-pressed): New vars.
15325 (custom-raised-buttons): Add :set spec.
15326 (custom-button-unraised, custom-button-pressed-unraised):
15327 New faces, so that custom-raised-buttons actually does something.
15328 (custom-mode): Use custom-button and custom-button-pressed.
15329
15330 * wid-edit.el (widget-specify-button): Don't ignore
15331 widget-mouse-face on graphic terminals.
15332 (widget-move-and-invoke): Cleanup.
15333
15334 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
15335
15336 * whitespace.el (whitespace-cleanup): Doc fix.
15337
15338 2005-10-23 Romain Francoise <romain@orebokech.com>
15339
15340 * emulation/viper.el (viper-set-hooks): Quote forms passed to
15341 `eval-after-load' to avoid evaluating their result.
15342
15343 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
15344
15345 * files.el (directory-listing-before-filename-regexp):
15346 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
15347
15348 * dired.el (dired-move-to-filename-regexp): Remove.
15349 All occurences replaced by `directory-listing-before-filename-regexp'.
15350
15351 * dired-x.el, locate.el, vc.el:
15352 Replace `dired-move-to-filename-regexp' by
15353 `directory-listing-before-filename-regexp'. In vc.el it is
15354 overwritten locally; maybe this can be handled in files.el too.
15355
15356 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
15357 replaced by `directory-listing-before-filename-regexp'.
15358
15359 2005-10-23 Andreas Schwab <schwab@suse.de>
15360
15361 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
15362 and eval-next-after-load.
15363
15364 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
15365
15366 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
15367 exist, create it.
15368
15369 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
15370
15371 * allout.el: Remove autoloads for mailcrypt and crypt++.
15372 Require pgg, pgg-gpg during compilation.
15373 (allout-version): Increment version number to 2.1, and use a literal
15374 rather than RCS Id.
15375 (allout-default-encryption-scheme): Remove.
15376 (allout-passphrase-verifier-handling)
15377 (allout-passphrase-verifier-string)
15378 (allout-file-passphrase-verifier-string)
15379 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
15380 (allout-passphrase-hint-handling): Rename and simplify.
15381 (allout-init): Use `find-file-hook' if available, otherwise
15382 `find-file-hooks'.
15383 (allout-mode): Use `write-file-functions' if available, otherwise
15384 `local-write-file-hooks' and, instead of making auto-save-hook
15385 buffer local, make the write-file-hook activity contingent to
15386 allout-mode.
15387 (allout-mode): Use key-binding substitution in the docstring.
15388 (allout-kill-line): Spell-out kill ring data structure mutation
15389 instead of using byte-compiler-complaint-provoking `pop'.
15390 (allout-insert-listified): Use `insert' rather than `insert-string'
15391 (allout-toggle-current-subtree-encryption): Update docstring, adjust
15392 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
15393 (allout-encrypt-string): Totally revamped vis new underlying
15394 encryption facilities.
15395 (allout-mc-activate-passwd): Remove.
15396 (allout-obtain-passphrase): New, more or less replaces
15397 allout-mc-activate-passwd.
15398 (allout-encrypted-key-info): More or less replaces
15399 allout-encrypted-text-type.
15400 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
15401 (my-mark-marker): Use `(featurep 'xemacs)'.
15402
15403 2005-10-23 Lars Hansen <larsh@soem.dk>
15404
15405 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
15406 (byte-compile-file-form-defmumble, byte-compile-defun)
15407 (byte-compile-defmacro): Use it.
15408 (byte-compile-form): Don't call byte-compile-set-symbol-position
15409 when a byte-compile handler is called.
15410
15411 2005-10-22 Romain Francoise <romain@orebokech.com>
15412
15413 * savehist.el (savehist-history-variables): Add `grep-find-history'.
15414
15415 * subr.el (eval-after-load): Convert library name to an absolute
15416 file name using locate-library, since load-history no longer has
15417 library names in it.
15418
15419 2005-10-22 Richard M. Stallman <rms@gnu.org>
15420
15421 * files.el (make-temp-file): Move from subr.el.
15422 * subr.el (make-temp-file): Move to files.el.
15423
15424 * window.el (get-buffer-window-list): Move from subr.el.
15425 * subr.el (get-buffer-window-list): Move to window.el.
15426
15427 * image.el (image-load-path): Use eval-at-startup to initialize.
15428
15429 * subr.el (eval-at-startup): New macro.
15430
15431 * subr.el: Much rearrangement of functions and division
15432 into pages. No code changes.
15433
15434 2005-10-22 Kenichi Handa <handa@m17n.org>
15435
15436 * tar-mode.el (tar-extract): Be sure to call
15437 find-operation-coding-system if set-auto-coding doesn't find a
15438 coding system.
15439
15440 2005-10-22 Kim F. Storm <storm@cua.dk>
15441
15442 * image.el (image-type-header-regexps): Rename from image-type-regexps.
15443 Change users.
15444 (image-type-file-name-regexps): New defconst.
15445 (image-type-from-data): Simplify loop.
15446 (image-type-from-buffer): New defun.
15447 (image-type-from-file-header): Use it instead of image-type-from-data.
15448 Use image-search-load-path instead of only looking in data-directory.
15449 (image-type-from-file-name): New defun.
15450 (image-search-load-path): Change `pathname' to `filename'.
15451 Make PATH arg optional, default to image-load-path.
15452
15453 2005-10-21 Richard M. Stallman <rms@gnu.org>
15454
15455 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
15456
15457 * textmodes/paragraphs.el (sentence-end-base): New variable.
15458 (sentence-end): Use sentence-end-base.
15459
15460 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15461
15462 * font-lock.el (font-lock-default-fontify-region): Check the multiline
15463 property independently from the font-lock-multiline variable.
15464
15465 2005-10-21 Richard M. Stallman <rms@gnu.org>
15466
15467 * emacs-lisp/find-func.el (find-library-name): Doc fix.
15468
15469 * startup.el (command-line): Convert library names
15470 in `load-history' to absolute file names.
15471
15472 * subr.el (symbol-file): Doc fix.
15473
15474 * loadhist.el (file-loadhist-lookup): Call locate-library
15475 instead of find-library-name. Don't try converting
15476 abs file names to library names, since load-history no longer
15477 has library names in it.
15478 (file-dependents, file-provides, file-requires): Doc fixes.
15479
15480 2005-10-21 Juri Linkov <juri@jurta.org>
15481
15482 * progmodes/etags.el (tags-table-mode): New function.
15483 (tags-verify-table): Replace initialize-new-tags-table with
15484 tags-table-mode.
15485
15486 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
15487 default value.
15488 (desktop-modes-not-to-save): Add tags-table-mode to the
15489 default value.
15490
15491 * info.el (Info-index-next): Add total number of index
15492 alternatives to the message.
15493
15494 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
15495 backward only space (instead of space and period) before looking
15496 at sentence end.
15497
15498 * simple.el (set-variable): Use user-variable-p instead of symbolp.
15499 Add the old variable value as 4th default-value arg of read-string.
15500
15501 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15502
15503 * cus-face.el (custom-declare-face): Make face from X resources
15504 also on Mac.
15505
15506 * disp-table.el (standard-display-g1, standard-display-graphic):
15507 Refuse to use string glyphs also on Mac.
15508 (standard-display-european): Don't set terminal coding system also
15509 on Mac.
15510
15511 * frame.el (display-screens): Use x-display-screens also on Mac.
15512
15513 2005-10-21 Romain Francoise <romain@orebokech.com>
15514
15515 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
15516
15517 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15518
15519 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
15520 and $? into sexps.
15521
15522 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
15523 warning face on open-paren-in-column-0.
15524
15525 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
15526 boundary case. Fix typo.
15527 Suggested by Martin Rudalics <rudalics@gmx.at>.
15528
15529 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
15530
15531 * textmodes/org.el (org-combined-agenda-icalendar-file)
15532 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
15533 (org-export-icalendar-this-file)
15534 (org-export-icalendar-all-agenda-files)
15535 (org-export-icalendar-combine-agenda-files): New commands.
15536 (org-export-icalendar, org-print-icalendar-entries)
15537 (org-start-icalendar-file, org-finish-icalendar-file)
15538 (org-ical-ts-to-string): New functions.
15539 (org-read-date, org-goto-calendar)
15540 (org-agenda-goto-calendar): Inhibit displaying diary entries by
15541 call to `calendar'.
15542 (orgtbl-setup): Remove the :keys arguments from the menu description.
15543 (org-after-save-iCalendar-file-hook): New variable.
15544
15545 2005-10-21 Kenichi Handa <handa@m17n.org>
15546
15547 * language/vietnamese.el (tcvn-5712): Make it an alias of
15548 vietnamese-tcvn coding-system.
15549
15550 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
15551
15552 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
15553 group id is given.
15554
15555 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
15556
15557 * progmodes/sh-script.el (sh-escaped-line-re): New var.
15558 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
15559 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
15560 whose line is either continued or ends with a comment.
15561
15562 2005-10-20 Romain Francoise <romain@orebokech.com>
15563
15564 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
15565
15566 * replace.el (occur-engine): Add follow-link property.
15567
15568 * font-core.el (font-lock-mode): Doc fix.
15569
15570 2005-10-20 Richard M. Stallman <rms@gnu.org>
15571
15572 * net/rcirc.el: New file.
15573
15574 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
15575
15576 * term.el (term-term-name): Initialize to "eterm-color".
15577
15578 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
15579
15580 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
15581 for encryption functionality.
15582 Move allout customization subgroup from `editing' to `outlines' group.
15583 Fix commentary keywords to legitimate ones.
15584 Update author info (using my current email address, obscurified).
15585 (allout-encrypt-string, allout-encryption-produce-work-buffer)
15586 (allout-encrypted-topic-p, allout-encrypted-text-type)
15587 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
15588 (allout-situate-encryption-key-verifier)
15589 (allout-get-encryption-key-verifier, allout-verify-key)
15590 (allout-next-topic-pending-encryption)
15591 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
15592 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
15593 (outline-key-verifier-handling, outline-key-hint-handling)
15594 (outline-encrypt-unencrypted-on-saves): New defcustoms.
15595 (allout-file-key-verifier-string, allout-encryption-scheme)
15596 (allout-key-verifier-string, allout-key-hint-string)
15597 (allout-after-save-decrypt): New variables.
15598 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
15599 (allout-after-saves-handler): New hook functions.
15600 (allout-post-command-business): Do allout-after-save-decrypt.
15601 (allout-enable-file-variable-adjustment): Custom var to enable
15602 mechanism for adding and adjusting settings of Emacs file variables.
15603 (allout-adjust-file-variable, allout-file-vars-section-data):
15604 New functions, implement the mechanism.
15605 (outlineify-sticky): Use the file vars mechanism.
15606 (allout-inhibit-protection, allout-during-write-cue)
15607 (allout-override-protect, allout-before-change-protect): Remove.
15608 (allout-flag-region, allout-open-topic): Adjust read-only text.
15609 (allout-open-line-not-read-only): Add to facilitate read-only
15610 text based protection.
15611 (allout-kill-line): Revise to adjust read-only text, clue the
15612 user about the inhibition.
15613 (allout-unprotected): Use unwind-protect.
15614 (allout-shift-in, allout-shift-out): Disallow manually shifting a
15615 topic deeper than the offspring depth of the previous topic -
15616 avoiding confusing "containment discontinuities".
15617 (allout-reindent-bodies): Fix retention of body relative hanging
15618 indent during promotion of collapsed bodies.
15619 (allout-open-topic): Make it easy to open new topic with same
15620 bullet as current topic - topic creation functions provided with
15621 any universal argument provokes now prompt for bullet, defaulting
15622 to the bullet of the previous topic.
15623 (allout-plain-bullets-string, allout-distinctive-bullets-string):
15624 Plain bullet alternates `.' period and `,' comma only. All other
15625 bullets are relegated to special status (but customizable).
15626 (allout-end-of-entry): Rename from allout-end-of-current-entry
15627 since it actually operates w.r.t. most immediately containing
15628 entry, visible or not.
15629 (allout-hide-current-entry, allout-show-current-entry): Use the
15630 revised version.
15631 (allout-old-expose-topic): Solidify deprecation.
15632 (allout-end-of-subtree): Add so we can span concealed as well
15633 as visible topics.
15634 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
15635 (allout-end-of-current-heading): Tweak to just respect the first line.
15636 (allout-get-body-text): Add.
15637 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
15638 when invoked interactively.
15639 (allout-up-current-level): Use `interactive-p'.
15640 (allout-mode, allout-init): Miscellaneous docstring and
15641 operational refinements, as well as hookups of new encryption stuff.
15642 (allout-beginning-of-current-entry): Now works as advertised.
15643 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
15644 (allout-isearch-rectification): Refine condition for isearching.
15645 (allout-isearch-abort, allout-enwrap-isearch)
15646 (allout-flag-region, my-region-active-p): Relocate some macros.
15647 (allout-title): Fallback title is (buffer-name), not
15648 non-existing (current-buffer-name).
15649 (subst-char-in-string): Define if absent (for some XEmacs versions).
15650
15651 2005-10-20 Jari Aalto <jari.aalto@cante.net>
15652
15653 * mail/sendmail.el (mail-setup-hook, mail-aliases)
15654 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
15655 (mail-citation-prefix-regexp, mail-signature-file)
15656 (mail-default-headers, mail-bury-selects-summary)
15657 (mail-send-nonascii): Add autoload cookies.
15658
15659 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15660
15661 * frame.el (blink-cursor-mode): Add `mac' to the list of
15662 window-system's that support blinking cursor.
15663
15664 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
15665
15666 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
15667
15668 2005-10-20 Eli Zaretskii <eliz@gnu.org>
15669
15670 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
15671 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
15672 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
15673
15674 2005-10-20 Kim F. Storm <storm@cua.dk>
15675
15676 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
15677 (ido-set-current-directory): Don't add / after final @.
15678 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
15679 Explicitly handle ange-ftp completion oddities.
15680 (ido-make-file-list): Don't rotate list at tramp root to avoid
15681 triggering tramp file handler for expand-file-name via get-file-buffer.
15682
15683 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
15684
15685 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
15686
15687 2005-10-19 Jay Belanger <belanger@truman.edu>
15688
15689 * calc/calc-units.el (math-standard-units): Add units, adjust
15690 symbols and update values.
15691 (math-unit-prefixes): Add more prefixes.
15692
15693 2005-10-19 Romain Francoise <romain@orebokech.com>
15694
15695 * bookmark.el (bookmark-menu-heading): New face.
15696 (bookmark-bmenu-list): Use it.
15697 Don't fiddle with `baud-rate' at top-level.
15698
15699 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
15700
15701 * image.el (create-image, find-image): Mention max-image-size in
15702 docstring.
15703
15704 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
15705
15706 * savehist.el (savehist-load): Revert to checking XEmacs.
15707
15708 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
15709 Various docstring and line-width fixups.
15710 (conf-mode): Use cond.
15711 Set font-lock-defaults. Don't set comment-use-syntax.
15712
15713 2005-10-18 David Ponce <david@dponce.com>
15714
15715 * tree-widget.el (tree-widget-button-click): New function.
15716 (tree-widget-button-keymap): Use it.
15717
15718 2005-10-18 Romain Francoise <romain@orebokech.com>
15719
15720 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15721 (bookmark-bmenu-hide-filenames): Add follow-link property.
15722 Improve help-echo text.
15723
15724 * ffap.el (find-file-at-point): Doc fix.
15725
15726 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15727
15728 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
15729
15730 2005-10-18 Masatake YAMATO <jet@gyve.org>
15731
15732 Install to the CVS repository what I forgot to install in my
15733 2005-10-16 changes.
15734
15735 * progmodes/python.el (python-complete-symbol): Pass the common
15736 prefix substring of completion to `display-completion-list'.
15737
15738 * textmodes/org.el (org-complete): Ditto.
15739
15740 2005-10-18 Masatake YAMATO <jet@gyve.org>
15741
15742 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
15743
15744 * woman.el (WoMan-xref-man-page): New button type derived
15745 from `Man-abstract-xref-man-page'.
15746 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
15747
15748 * man.el (Man-abstract-xref-man-page): New button type.
15749 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
15750 (Man-highlight-references): Add new optional argument `xref-man-type'.
15751
15752 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
15753
15754 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
15755
15756 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
15757
15758 * cus-edit.el (Custom-move-and-invoke): Delete.
15759 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
15760
15761 * wid-edit.el (widget-move-and-invoke): New function, from
15762 Custom-move-and-invoke.
15763
15764 2005-10-17 Bill Wohler <wohler@newt.com>
15765
15766 Move all remaining images from lisp/toolbar to etc/images, move
15767 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
15768 the low resolution images in their own directory (low-color).
15769
15770 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
15771 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
15772 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
15773 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
15774 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
15775 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
15776 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
15777
15778 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
15779 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
15780 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
15781 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
15782 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
15783 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
15784 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
15785 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
15786 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
15787 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
15788 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
15789 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
15790 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
15791 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
15792 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
15793
15794 To conform with convention, replace the underscore (_) in the
15795 following image names with dash (-) or (/) as appropriate.
15796
15797 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
15798 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
15799 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
15800 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
15801 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
15802 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
15803 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
15804 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
15805 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
15806 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
15807 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
15808 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
15809 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
15810 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
15811 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
15812
15813 * info.el (info-tool-bar-map): Replace underscores in image names
15814 with dashes.
15815
15816 * makefile.w32-in (WINS): Remove toolbar.
15817
15818 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
15819
15820 * tool-bar.el: Move to lisp from toolbar. Now that
15821 toolbar is empty, it should be deleted when folks run "cvs up -P".
15822
15823 2005-10-18 Jay Belanger <belanger@truman.edu>
15824
15825 * calc/calc-store.el (calc-store-into): Get the proper variable name
15826 to display in message.
15827
15828 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
15829
15830 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
15831 expressions display in speedbar for all buffers when debugging.
15832 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
15833
15834 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
15835 (speedbar-insert-button, speedbar-make-button):
15836 Use add-text-properties.
15837 (speedbar-update-localized-contents)
15838 (speedbar-update-directory-contents)
15839 (speedbar-update-special-contents): Use dolist.
15840 (speedbar-buffer-easymenu-definition): Add a menu separator.
15841
15842 2005-10-17 Jason Rumney <jasonr@gnu.org>
15843
15844 * makefile.w32-in: Use $(lisp) consistently.
15845 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
15846 for shell specific generation of mh-autoloads.
15847
15848 2005-10-17 Richard M. Stallman <rms@gnu.org>
15849
15850 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
15851
15852 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15853
15854 * jit-lock.el (jit-lock-fontify-now):
15855 Move jit-lock-context-unfontify-pos to avoid wasted work.
15856
15857 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
15858
15859 * net/tramp.el (tramp-completion-mode): New defvar. Used in
15860 `tramp-completion-mode' for checking if we are in completion mode.
15861 (tramp-completion-handle-file-name-all-completions): Reorder code
15862 in order to complete for file names only in case there are no
15863 method/user/host completions. This is necessary for cooperation
15864 with ido. Reported by Kim F. Storm <storm@cua.dk>.
15865
15866 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
15867
15868 * longlines.el (longlines-search-forward)
15869 (longlines-search-backward): Match any number of spaces.
15870
15871 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
15872
15873 * diff-mode.el (diff-mode): Doc fix.
15874
15875 2005-10-16 David Reitter <david.reitter@gmail.com>
15876
15877 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
15878 as default on darwin and windows systems.
15879
15880 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
15881
15882 * arc-mode.el (archive-zip-extract): Doc fix.
15883
15884 2005-10-16 Romain Francoise <romain@orebokech.com>
15885
15886 * mouse.el (mouse-1-click-follows-link): Doc fix.
15887
15888 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15889
15890 * savehist.el: Don't require CL at runtime.
15891 (savehist-xemacs): Remove.
15892 (savehist-coding-system): Use utf-8 if present, regardless of religion.
15893 (savehist-no-conversion): Use (featurep 'xemacs).
15894 (savehist-load): Check existence of start-itimer rather than XEmacs.
15895 Use an idle timer.
15896 (savehist-process-for-saving): Replace use of CL funs `subseq' and
15897 `delete-if-not'.
15898
15899 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
15900
15901 * savehist.el: Newer version.
15902 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
15903 (savehist-last-checksum, savehist-no-conversion): New vars.
15904 (savehist-autosave, savehist-process-for-saving, savehist-printable):
15905 New functions.
15906 (savehist-load, savehist-save): Use them.
15907 (savehist-delimit): Remove.
15908
15909 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15910
15911 * progmodes/compile.el (compilation-goto-locus): Display the
15912 compilation buffer first and the source buffer second, in case they're
15913 in overlapping frames. Don't raise the compilation frame if it was the
15914 selected window upon entry. Pass the `other-window' arg to
15915 pop-to-buffer.
15916
15917 * info.el (Info-fontify-node): Use dolist.
15918 Change add-text-properties to put-text-property.
15919
15920 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15921
15922 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
15923 bound of search.
15924
15925 2005-10-16 Masatake YAMATO <jet@gyve.org>
15926
15927 * dabbrev.el (dabbrev-completion): Pass the common
15928 prefix substring of completion to `display-completion-list'.
15929
15930 * filecache.el (file-cache-minibuffer-complete)
15931 (file-cache-complete): Ditto.
15932
15933 * tempo.el (tempo-display-completions): Ditto.
15934
15935 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
15936
15937 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
15938
15939 * eshell/em-hist.el (eshell-list-history): Ditto.
15940
15941 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
15942
15943 * mail/mailalias.el (mail-complete): Ditto.
15944
15945 * progmodes/etags.el (complete-tag): Ditto.
15946
15947 * progmodes/make-mode.el (makefile-complete): Ditto.
15948
15949 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
15950
15951 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
15952
15953 * progmodes/pascal.el (pascal-complete-word)
15954 (pascal-show-completions): Ditto.
15955
15956 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
15957
15958 * simple.el (completion-common-substring): New variable.
15959 (completion-setup-function): Use `completion-common-substring'
15960 to put faces.
15961
15962 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15963
15964 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
15965 (x-get-selection, mac-select-convert-to-string): Convert from/to
15966 UTF-16 clipboard data as in native byte order, no BOM.
15967
15968 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
15969
15970 * progmodes/gud.el (gud-tool-bar-map): Rename the images
15971 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
15972 (gud-sentinel): Use speedbar-frame to check for speedbar.
15973
15974 2005-10-15 Richard M. Stallman <rms@gnu.org>
15975
15976 * savehist.el: New file.
15977
15978 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
15979
15980 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
15981 Fix bug in \bf fontification.
15982
15983 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
15984
15985 * pcvs.el (cvs-edit-log-files): New var.
15986 (cvs-mode-edit-log): New arg `file'.
15987 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
15988 Instead force the use of the original file and nothing else.
15989 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
15990 the cvs-minor-wrap-function is set.
15991 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
15992
15993 2005-10-14 Bill Wohler <wohler@newt.com>
15994
15995 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
15996 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
15997 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
15998 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
15999 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
16000 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
16001 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
16002 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
16003 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
16004 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
16005 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
16006 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
16007 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
16008 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
16009 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
16010
16011 * progmodes/gud.el (gud-tool-bar-map): Rename the images
16012 appropriately (for example, gud-break to gud/break).
16013
16014 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
16015
16016 * longlines.el (longlinges-search-function)
16017 (longlines-search-forward, longlines-search-backward): New functions.
16018 (longlines-mode): Set isearch-search-fun-function to
16019 longlinges-search-function.
16020
16021 * mouse.el (mouse-drag-region-1): Handle the case where a
16022 double-click event is bound to an arbitrary function.
16023
16024 2005-10-14 David Ponce <david@dponce.com>
16025
16026 * recentf.el (recentf-track-opened-file)
16027 (recentf-track-closed-file, recentf-update-menu)
16028 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
16029 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
16030 mouse-1-click-follows-link.
16031
16032 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16033
16034 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
16035 Gnome file-manager.png. Suggested by
16036 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
16037
16038 * toolbar/README: Add diropen.xpm.
16039
16040 2005-10-13 Bill Wohler <wohler@newt.com>
16041
16042 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
16043 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
16044
16045 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
16046
16047 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
16048 Don't waste the byte-compiler's time on constant data.
16049
16050 2005-10-13 Kenichi Handa <handa@m17n.org>
16051
16052 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
16053 byte with `escape-glyph' face.
16054
16055 * international/fontset.el (ccl-encode-unicode-font):
16056 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
16057 Handle the case that ucs-mule-to-mule-unicode translates a character to
16058 ASCII (usually for IPA characters).
16059
16060 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16061
16062 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
16063 Don't hide the underline of titles if font-lock-mode is disabled.
16064
16065 2005-10-12 Bill Wohler <wohler@newt.com>
16066
16067 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
16068 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
16069 files in MH-E-SRC have been updated.
16070 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
16071
16072 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16073
16074 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
16075 (mixal-mode-syntax-table): Add \n as end-comment.
16076 (mixal-operation-codes-alist): Immediately initialize to full value.
16077 (mixal-add-operation-code): Remove.
16078 (mixal-describe-operation-code): Make the arg non-optional.
16079 Use the interactive spec instead.
16080 Use mixal-operation-codes-alist rather than mixal-operation-codes.
16081 (mixal-font-lock-keywords): Don't highlight comments here any more.
16082 (mixal-font-lock-syntactic-keywords): New var.
16083 (mixal-mode): Use it. Fix comment-start-skip.
16084
16085 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16086
16087 * startup.el (command-line-x-option-alist): -nb => -nbi
16088
16089 2005-10-12 Kim F. Storm <storm@cua.dk>
16090
16091 * startup.el (fancy-splash-default-action): Discard mouse click in
16092 the splash screen window, as it has no sensible meaning in the
16093 next window to be selected. Fixes error reported by Jan D.
16094
16095 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
16096
16097 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
16098
16099 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16100
16101 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
16102 Try to fix up minor layout issues like indentation, line break, etc...
16103 (mixal-mode-syntax-table): Don't try to specify comment syntax,
16104 because it doesn't work.
16105 (mixal-operation-codes): Add some more codes.
16106 (mixal-font-lock-keywords): Process comments here.
16107 (mixal-mode): mixasm no longer needs -g option.
16108
16109 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
16110
16111 * progmodes/sh-script.el (sh-tmp-file):
16112 Use mktemp -t. Finish support for es and rc shells.
16113
16114 2005-10-11 Jay Belanger <belanger@truman.edu>
16115
16116 * calc/calcalg2.el (calc-integral): With an argument, compute the
16117 definite integral.
16118
16119 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
16120
16121 * mouse.el (mouse-drag-region-1): Don't try to catch a
16122 double-click when doing follow-link (it's overridden anyway).
16123
16124 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
16125
16126 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
16127 (autoload-print-form-outbuf): Add docstring.
16128
16129 2005-10-11 Juri Linkov <juri@jurta.org>
16130
16131 * info.el (Info-mode-menu): Delete menu item "Edit".
16132 (Info-mode): Delete description of Info-edit from docstring,
16133 and rearrange descriptions of Info commands in the order
16134 they are documented in the Info manual.
16135
16136 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16137
16138 * calendar/appt.el (appt-check): Use diary-selective-display var.
16139
16140 2005-10-10 Richard M. Stallman <rms@gnu.org>
16141
16142 * net/newsticker.el (newsticker-start, newsticker-show-news):
16143 Add autoload cookies.
16144
16145 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
16146
16147 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
16148
16149 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
16150
16151 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
16152
16153 2005-10-10 Jay Belanger <belanger@truman.edu>
16154
16155 * calc/calc-arith.el (math-check-known-scalarp)
16156 (math-check-known-matrixp): Check the values of arguments that are
16157 variables.
16158 (math-check-known-square-matrixp): New function.
16159 (math-known-square-matrixp): Use math-check-known-square-matrixp.
16160 (math-super-types): Add sqmatrix type.
16161
16162 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
16163 mode name `square' to `sqmatrix'.
16164
16165 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
16166 mode name `square' to `sqmatrix'.
16167
16168 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16169
16170 * progmodes/etags.el (select-tags-table-mode): Don't use
16171 selective-display.
16172 (tags-select-tags-table): Pass `button' to the action function.
16173 (select-tags-table): Place the side-info on button properties rather
16174 than in hidden text. Abbreviate file names.
16175 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
16176 (select-tags-table-select): Add `button' argument.
16177 Get side-info from the button property rather than from hidden text.
16178
16179 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
16180
16181 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
16182 (gud-speedbar-buttons): Preserve point if possible.
16183 (gud-sentinel): Restore previous speedbar display type.
16184
16185 * progmodes/gdb-ui.el (gdba): Improve diagram.
16186 (def-gdb-auto-update-handler, gdb-info-locals-handler)
16187 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
16188 Call get-buffer-window once.
16189
16190 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
16191
16192 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
16193 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
16194 (pascal-indent-command): Remove unused var `ind'.
16195 (pascal-indent-case): Remove unused var `oldpos'.
16196 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
16197 since it's now used as a proper minor mode map.
16198 (pascal-outline): Rename to pascal-outline-mode.
16199 (pascal-outline-mode): Use define-minor-mode.
16200 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
16201 selective-display.
16202
16203 2005-10-10 Andreas Schwab <schwab@suse.de>
16204
16205 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
16206 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
16207
16208 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
16209 outside source directory.
16210
16211 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
16212
16213 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
16214 C-x' as a prefix.
16215 (orgtbl-mode-map): Full keymap instead of sparse, because all
16216 `self-insert-command' keys are redefined in this map.
16217 (org-export-as-html): Specify charset for HTML file, by taking it
16218 from the coding system.
16219
16220 2005-10-10 Kenichi Handa <handa@m17n.org>
16221
16222 * textmodes/flyspell.el (flyspell-check-word-p):
16223 If unread-command-events is non-empty, don't call sit-for.
16224
16225 2005-10-09 Richard M. Stallman <rms@gnu.org>
16226
16227 * font-lock.el (font-lock-syntactic-keywords)
16228 (font-lock-keywords): Doc fixes.
16229
16230 * textmodes/flyspell.el (flyspell-external-point-words):
16231 Simplify logic, and don't try to check for consecutive appearances
16232 of one incorrect word.
16233
16234 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
16235
16236 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
16237 separator.
16238
16239 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
16240 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
16241 (gud-expansion-speedbar-buttons): New function.
16242 (gud-speedbar-buttons): Check for gud-comint-buffer.
16243
16244 2005-10-09 Bill Wohler <wohler@newt.com>
16245
16246 * Makefile.in (updates): Add mh-loaddefs dependency.
16247
16248 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
16249
16250 * speedbar.el (speedbar-file-key-map): Fix typo.
16251
16252 2005-10-09 Daniel Brockman <daniel@brockman.se>
16253
16254 * cus-start.el (line-spacing): Add custom spec.
16255
16256 2005-10-09 Romain Francoise <romain@orebokech.com>
16257
16258 * textmodes/ispell.el (ispell-check-version): Fix last change.
16259
16260 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16261
16262 * term/x-win.el: Remove -i, --icon-type from comment.
16263
16264 * startup.el (command-line-x-option-alist): Remove options -i,
16265 -itype, --icon-type, added -nb, --no-bitmap-icon
16266
16267 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
16268
16269 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
16270 instead of :active.
16271
16272 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
16273
16274 * textmodes/ispell.el (ispell-check-version):
16275 Ignore hyphen, and all that follows, in aspell's version text.
16276
16277 2005-10-08 Jay Belanger <belanger@truman.edu>
16278
16279 * calc/calc-arith.el (math-known-square-matrixp): New function.
16280 (math-pow-fancy): Check for matrices before distributing exponent
16281 across products.
16282
16283 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
16284 fullscreen keypad. Suggested by Luc Teirlinck.
16285 (calc-keypad-show-input): Add space for formatting.
16286
16287 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
16288 Add square matrix option.
16289
16290 * calc/calc-poly.el (math-expand-term): Check for matrices instead
16291 of checking calc-matrix-mode when deciding how to expand.
16292
16293 * calc/calc.el (calc-set-mode-line): Add square matrix option.
16294
16295 2005-10-08 Lars Hansen <larsh@soem.dk>
16296
16297 * net/tramp.el (tramp-perl-directory-files-and-attributes):
16298 Add error handling.
16299 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
16300
16301 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
16302
16303 Sync with Tramp 2.0.51.
16304
16305 * net/tramp.el (tramp-handle-set-visited-file-modtime)
16306 (tramp-handle-insert-file-contents, tramp-handle-write-region):
16307 Insert special handling for `last-coding-system-used', again
16308 it still seems to be necessary (unlike stated before).
16309 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
16310 (tramp-password-prompt-regexp): There might be other words before
16311 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
16312 (tramp-chunksize): Improve docstring.
16313 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
16314 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
16315 Christian Joergensen <bugs@razor.dk>.
16316
16317 2005-10-07 Glenn Morris <rgm@gnu.org>
16318
16319 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
16320 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
16321 precision'.
16322
16323 2005-10-07 Romain Francoise <romain@orebokech.com>
16324
16325 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
16326 (ibuffer-do-shell-command-pipe-replace)
16327 (ibuffer-do-shell-command-file, ibuffer-do-eval)
16328 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
16329 (ibuffer-do-revert, ibuffer-do-replace-regexp)
16330 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
16331 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
16332 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
16333 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
16334 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
16335 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
16336 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
16337 Autoload file sans suffix.
16338
16339 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
16340
16341 2005-10-07 David Ponce <david@dponce.com>
16342
16343 * recentf.el (recentf-menu-open-all-flag): New option.
16344 (recentf-digit-shortcut-command-name): New function.
16345 (recentf--shortcuts-keymap): New variable.
16346 (recentf-menu-shortcuts): New variable.
16347 (recentf-make-menu-items): Initialize it. Replace the "More..."
16348 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
16349 (recentf-menu-value-shortcut): New function.
16350 (recentf-make-menu-item): Use it. No more in-lined.
16351 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
16352 (recentf-open-most-recent-file): Rename from
16353 `recentf-open-file-with-key'. Don't depend on key binding.
16354 (recentf-mode-map): New variable.
16355 (recentf-mode): Use it.
16356
16357 2005-10-06 Bill Wohler <wohler@newt.com>
16358
16359 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
16360
16361 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
16362 (MH-E-SRC): New. Used by mh-autoloads.
16363 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
16364 files in MH-E-SRC have been updated.
16365 (compile, recompile, bootstrap): Depend on mh-autoloads.
16366
16367 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
16368
16369 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
16370 gud-break and gud-remove icons when the fringe is not available.
16371
16372 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
16373 Typo.
16374
16375 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
16376
16377 * play/zone.el (zone): Wrap body with save-window-excursion.
16378
16379 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
16380
16381 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
16382 Use the new `list-only' arg to diary-list-entries.
16383
16384 * calendar/diary-lib.el: Use overlays rather than selective-display.
16385 (diary-selective-display): New var.
16386 (diary-header-line-format): Use it.
16387 (diary-list-entries): Add argument `list-only'.
16388 Put the buffer in diary-mode. Don't add \^M at beg and end.
16389 Replace \^M by invisible overlays.
16390 (diary-unhide-everything): Replace \^M by invisible overlays.
16391 (print-diary-entries): Look for overlays rather than \^M.
16392 Add a space to the temp buffer name.
16393 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
16394 Put the buffer in diary-mode.
16395 (list-sexp-diary-entries): Replace \^M by invisible overlays.
16396 (diary-anniversary): Make the year arg optional.
16397 (diary-time-regexp): New const.
16398 (diary-font-lock-keywords): Use it to accept a few more time formats.
16399
16400 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
16401
16402 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
16403
16404 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
16405 Fix bug introduced 2005-07-03: Use (car (last ...))
16406 to faithfully reproduce replaced artist-last.
16407 (artist-set-arrow-points-for-poly): Likewise.
16408 Suggested by Johan Bockg\e,Ae\e(Brd.
16409
16410 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
16411
16412 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
16413 * wid-edit.el (widget):
16414 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
16415 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
16416
16417 2005-10-06 Kenichi Handa <handa@m17n.org>
16418
16419 * international/mule-cmds.el (set-language-environment):
16420 Fix setting up of case-table for unibyte mode.
16421
16422 * simple.el (what-cursor-position): If the character is displayed
16423 by some `display' text property, show that. Don't use
16424 single-key-description for eight-bit characters in multibyte mode.
16425
16426 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
16427
16428 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
16429 (gdb-ann3): Set it.
16430 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
16431 (gdb-info-frames-custom): Use inverse-video for first five
16432 characters of selected frame only.
16433 (gdb-get-frame-number): Select frame even when point is on frame
16434 number.
16435
16436 2005-10-06 Masatake YAMATO <jet@gyve.org>
16437
16438 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
16439 Put `font-lock-function-name-face'.
16440 (gdb-info-frames-custom): Put `font-lock-function-name-face'
16441 and `font-lock-variable-name-face'
16442 (gdb-registers-font-lock-keywords): New font lock keywords definition.
16443 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
16444 (gdb-memory-font-lock-keywords): New font lock keywords definition.
16445 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
16446 (gdb-local-font-lock-keywords): New font lock keywords definition.
16447 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
16448 (gdb-threads-font-lock-keywords): New font lock keywords definition.
16449 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
16450
16451 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
16452
16453 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
16454 (ediff-merge-region-is-non-clash-to-skip): Previously called
16455 ediff-merge-region-is-non-clash.
16456
16457 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
16458 Use insert-buffer-substring.
16459
16460 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
16461 selecting files to patch. Also bug fixes.
16462
16463 * ediff-util.el (ediff-setup): Bug fix.
16464 (ediff-next-difference): Never skip clashes that differ in white
16465 space only.
16466
16467 * ediff-wind.el (ediff-setup-control-frame)
16468 (ediff-destroy-control-frame): Check the menubar feature.
16469
16470 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
16471 (viper-refresh-mode-line): Use make-local-variable to localize
16472 some vars instead of make-variable-buffer-local. Suggested by
16473 Stefan Monnier.
16474
16475 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
16476 (viper-restore-cursor-type, viper-set-insert-cursor-type):
16477 Use make-local-variable instead of make-variable-buffer-local.
16478 Suggested by Stefan Monnier.
16479
16480 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
16481 (viper-comint-mode-hook): Use make-local-variable on
16482 require-final-newline.
16483 (viper-non-hook-settings): Don't use make-variable-buffer-local.
16484
16485 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16486
16487 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
16488 also the second char of a comment-start sequence.
16489 (scheme-sexp-comment-syntax-table): New var.
16490 (lambda, define): Set their scheme-doc-string-elt property.
16491 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
16492 Use lisp-font-lock-syntactic-face-function now that it properly
16493 handles |...| symbols.
16494 (scheme-mode-variables): Set lisp-doc-string-elt-property,
16495 parse-sexp-lookup-properties and font-lock-extra-managed-props.
16496
16497 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
16498 bit from # to |.
16499 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
16500
16501 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
16502 (lisp-doc-string-elt-property): New var.
16503 (lisp-font-lock-syntactic-face-function): Use it.
16504 Rewrite to recognize docstrings even for forms not at toplevel.
16505
16506 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
16507 annotation on the | part of #| rather than on the # part.
16508 (scheme-font-lock-syntactic-face-function): New function, to
16509 distinguish strings from |...| symbols.
16510 (scheme-mode-variables): Use it. Also fix up the font-lock-time
16511 syntax-table so that #|...|# is properly highlighted.
16512
16513 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
16514 Don't mark as docstring the 3rd elem of an unknown toplevel form.
16515
16516 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
16517
16518 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
16519 and C-e.
16520
16521 * emacs-lisp/eldoc.el: Move comments into docstrings.
16522 (eldoc-message-commands): Initialize in its declaration.
16523 Add move-beginning-of-line and move-end-of-line.
16524 (eldoc-add-command, eldoc-add-command-completions)
16525 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
16526
16527 * outline.el (outline-mark-subtree): Activate the mark.
16528
16529 * calendar/appt.el (appt-time-regexp): New var.
16530 (appt-add, appt-make-list): Use it.
16531 (appt-convert-time): Clean up.
16532
16533 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
16534 Don't set any syntax-table property here.
16535 (tex-font-lock-verb): New function. Do it here.
16536 (tex-font-lock-syntactic-keywords): Use it.
16537
16538 2005-10-04 Richard M. Stallman <rms@gnu.org>
16539
16540 * wid-edit.el (widget-file-complete): Get the widget start point
16541 the right way. Default directory to `/' if file has none.
16542
16543 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
16544
16545 * textmodes/flyspell.el (flyspell-mode-on):
16546 Call ispell-maybe-find-aspell-dictionaries.
16547
16548 * textmodes/ispell.el (ispell-word, ispell-region):
16549 Call ispell-maybe-find-aspell-dictionaries.
16550 (ispell-accept-buffer-local-defs):
16551 Don't call ispell-maybe-find-aspell-dictionaries
16552
16553 2005-10-04 Richard M. Stallman <rms@gnu.org>
16554
16555 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
16556
16557 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
16558
16559 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
16560 instead of `fboundp' in order to allow for anonymous functions.
16561
16562 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
16563
16564 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
16565 case the user clicks on the link while another window is selected.
16566 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
16567
16568 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
16569 functionality.
16570 (dframe-help-echo): Save point in case mouse tracking is off.
16571
16572 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
16573
16574 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
16575
16576 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16577
16578 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
16579 not change the global value of those vars.
16580
16581 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
16582 make-local-variable which we do not need any more.
16583
16584 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
16585
16586 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
16587 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
16588 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
16589 (speedbar-path-line): Define obsolete aliases.
16590 (speedbar-line-directory): Doc fix.
16591
16592 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
16593 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
16594 instead of speedbar-line-path.
16595
16596 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16597
16598 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
16599 to nil if dropping on a window. Handle dropping on a minibuffer window
16600 like dropping on a non-window part of Emacs.
16601
16602 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16603
16604 * net/ange-ftp.el: Use with-current-buffer.
16605 (ange-ftp-insert-directory): Do not follow symlinks any more.
16606
16607 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
16608 Remove interactive spec.
16609
16610 2005-10-03 Kim F. Storm <storm@cua.dk>
16611
16612 * ido.el (ido-mode): Use custom-initialize-set.
16613
16614 2005-10-02 Richard M. Stallman <rms@gnu.org>
16615
16616 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
16617 Use insert-buffer-substring.
16618
16619 * net/tramp.el: Pacify byte compiler warnings in pacification code.
16620 (tramp-handle-file-local-copy): Use insert-buffer-substring.
16621
16622 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16623
16624 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
16625 in last change.
16626 (ange-ftp-insert-directory): Fix up the search for the case where
16627 `file' is absolute.
16628
16629 2005-10-02 Romain Francoise <romain@orebokech.com>
16630
16631 * progmodes/compile.el (compile-goto-error): Delete extra paren.
16632
16633 2005-10-02 Andreas Schwab <schwab@suse.de>
16634
16635 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
16636 directory component in the session info.
16637
16638 2005-10-01 Richard M. Stallman <rms@gnu.org>
16639
16640 * comint.el (comint-redirect-subvert-readonly): Doc fix.
16641
16642 * simple.el (next-error-internal): New function.
16643
16644 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
16645 (compilation-start): Pass new arg to compilation-buffer-name.
16646 (compile-goto-error): Use next-error-internal.
16647
16648 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
16649
16650 * speedbar.el: Remove RCS tag.
16651 (speedbar-check-read-only): Handle non-existent files.
16652
16653 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
16654
16655 * info.el (Info-speedbar-hierarchy-buttons)
16656 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
16657
16658 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16659
16660 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
16661 Do not match newline.
16662 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
16663 (bibtex-summary): Remove unnecessary save-excursion.
16664 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
16665
16666 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16667
16668 * term/mac-win.el: Add charset info for "iso10646-1".
16669 Modify default fontset to use ATSUI-compatible fonts for some charsets
16670 if available.
16671
16672 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
16673
16674 * speedbar.el: Re-apply arch tag.
16675 (speedbar-version): Rename to version 1.0. Suggested by Eric
16676 M. Ludlam.
16677 Reapply two changes from Emacs CVS' version of speedbar lost
16678 during the merge:
16679 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
16680 (speedbar-frame-parameters): Improve customize type.
16681
16682 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
16683
16684 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
16685 (ange-ftp-file-directory-p): Fix the symlink case.
16686 (ange-ftp-insert-directory): When listing a single file, get a list of
16687 the parent buffer and extract the relevant line. Inspired from a patch
16688 by Katsumi Yamaoka <yamaoka@jpl.org>.
16689 (ange-ftp-file-name-sans-versions): Simplify.
16690
16691 2005-09-30 Bill Wohler <wohler@newt.com>
16692
16693 Move MH-E image files from toolbar and mail directories into
16694 etc/images.
16695
16696 * mail/reply2.*: Move to etc/images/mail/reply*.
16697
16698 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
16699 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
16700 etc/images.
16701
16702 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
16703 * toolbar/reply*: Move to etc/images/mail.
16704
16705 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
16706
16707 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
16708
16709 * speedbar.el: New version 1.0pre3.
16710
16711 Frame management code (including timer, and mouse click specifics)
16712 moved to dframe.el:
16713 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
16714 (speedbar-timer): Removed. Use dframe-timer.
16715 (speedbar-close-frame): Removed. Use dframe-close-frame.
16716 (speedbar-activity-change-focus-flag): Removed. Use
16717 dframe-activity-change-focus-flag.
16718 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
16719 dframe-update-speed.
16720
16721 (speedbar-current-frame): New macro. Use this instead of the
16722 variable speedbar-frame.
16723
16724 (speedbar-use-images, speedbar-expand-image-button-alist)
16725 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
16726
16727 (speedbar-find-image-on-load-path): Removed. Replaced by
16728 defezimage in ezimage.el.
16729 (speedbar-expand-image-button-alist): Removed. Replaced by
16730 ezimage-expand-image-button-alist in ezimage.el.
16731
16732 (speedbar-ignored-directory-regexp)
16733 (speedbar-add-ignored-directory-regexp)
16734 (speedbar-ignored-directory-expressions)
16735 (speedbar-line-directory, speedbar-buffers-line-directory)
16736 (speedbar-directory-line, speedbar-buffers-line-directory):
16737 Renamed, replacing `path' with `directory'.
16738
16739 (speedbar-create-directory, speedbar-expand-line-descendants)
16740 (speedbar-toggle-line-expansion)
16741 (speedbar-contract-line-descendants): New commands.
16742
16743 (speedbar-query-confirmation-method, speedbar-select-frame-method)
16744 (speedbar-use-tool-tips-flag): New options.
16745
16746 (speedbar-check-read-only, speedbar-require-version)
16747 (speedbar-insert-separator, speedbar-buffers-tail-notes)
16748 (speedbar-handle-delete-frame, speedbar-try-completion)
16749 (speedbar-update-localized-contents): New functions.
16750
16751 (speedbar-incompatible-version, speedbar-ro-to-do-point)
16752 (speedbar-object-read-only-indicator): New variables.
16753
16754 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
16755 New hooks.
16756
16757 (speedbar-separator-face): New face.
16758
16759 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
16760 (speedbar-ignored-modes): Add fundamental-mode.
16761 (speedbar-directory-unshown-regexp): Add . directories.
16762
16763 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
16764 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
16765 `]' for full expand/close.
16766 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
16767
16768 (speedbar-check-vc): Support hidden files.
16769 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
16770 (speedbar-this-file-in-vc): Use vc-state if available. If VC
16771 state is nil, it is not checked out.
16772
16773 (speedbar-line-text, speedbar-line-token): Support expand buttons
16774 with no text.
16775 (speedbar-refresh): Universal argument acts as power-click.
16776 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
16777 that buffer to get variable values.
16778
16779 And many other bugfixes.
16780
16781 * dframe.el, ezimage.el, sb-image.el: New files.
16782
16783 * sb-*.xpm: Remove files. New image files installed into
16784 etc/images/ezimage.
16785
16786 2005-09-30 Kenichi Handa <handa@m17n.org>
16787
16788 * ps-mule.el (ps-mule-show-warning): If a character is in
16789 ps-print-translation-table, don't treat it as non-printable.
16790
16791 2005-09-30 David Ponce <david@dponce.com>
16792
16793 * tree-widget.el (tree-widget-themes-load-path): New variable.
16794 (tree-widget-themes-directory): Doc fix.
16795 (tree-widget-image-formats) [Emacs]: Doc fix.
16796 (tree-widget--locate-sub-directory): New function.
16797 (tree-widget-themes-directory): Use it.
16798
16799 * recentf.el (recentf-filename-handlers): Rename from
16800 `recentf-filename-handler'. Allow a list of functions.
16801 (recentf-menu-items-for-commands): Fix :help strings.
16802 (recentf-apply-filename-handlers): New function.
16803 (recentf-expand-file-name): Use it.
16804 (recentf-cleanup): Remove duplicates too.
16805
16806 2005-09-29 Juri Linkov <juri@jurta.org>
16807
16808 * faces.el: Rearrange face definitions to be in the same order as
16809 their face descriptions in "(emacs)Standard Faces".
16810
16811 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
16812
16813 * tooltip.el (tooltip): Add group `basic-faces'.
16814
16815 * buff-menu.el (Buffer-menu-buffer): Remove group
16816 `font-lock-highlighting-faces'.
16817
16818 * progmodes/compile.el (compilation-error, compilation-warning)
16819 (compilation-info, compilation-line-number, compilation-column-number):
16820 Change group from `font-lock-highlighting-faces' to `compilation'.
16821
16822 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
16823 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
16824 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
16825 (vhdl-font-lock-reserved-words-face)
16826 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
16827 `font-lock-highlighting-faces'.
16828
16829 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
16830
16831 2005-09-28 Kim F. Storm <storm@cua.dk>
16832
16833 * emulation/cua-base.el: Set CUA move property on additional commands:
16834 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
16835 forward-sexp, backward-sexp, forward-list, backward-list.
16836
16837 2005-09-28 Romain Francoise <romain@orebokech.com>
16838
16839 * comint.el (comint-show-output): Really set point at the
16840 beginning of the output when not using `comint-use-prompt-regexp'.
16841
16842 2005-09-27 Jay Belanger <belanger@truman.edu>
16843
16844 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
16845 in TeX mode.
16846
16847 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
16848
16849 * textmodes/org.el (org-table-sum): Fix format string.
16850
16851 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
16852 Quote face names.
16853
16854 2005-09-26 Romain Francoise <romain@orebokech.com>
16855
16856 * isearch.el (isearch-forward-regexp): Close doc string.
16857
16858 2005-09-25 Richard M. Stallman <rms@gnu.org>
16859
16860 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
16861
16862 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
16863
16864 * progmodes/compile.el (compilation-error-properties):
16865 When getting the file from the previous error message,
16866 correctly decode the new data format.
16867
16868 * progmodes/cc-cmds.el (c-electric-paren):
16869 Call old-blink-paren only for close-paren.
16870
16871 2005-09-24 Andreas Schwab <schwab@suse.de>
16872
16873 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
16874 condition.
16875
16876 2005-09-25 Romain Francoise <romain@orebokech.com>
16877
16878 * dired-aux.el (dired-copy-file-recursive):
16879 * dired.el (dired-delete-file):
16880 * ediff-mult.el (ediff-dir-diff-copy-file):
16881 * ediff-util.el (ediff-test-save-region):
16882 * forms.el (forms-mode):
16883 * ido.el (ido-file-internal, ido-delete-file-at-head):
16884 * log-edit.el (log-edit-done):
16885 * ses.el (ses-yank-resize):
16886 * play/gomoku.el (gomoku-human-plays, gomoku)
16887 (gomoku-human-resigns, gomoku-prompt-for-other-game)
16888 (gomoku-offer-a-draw):
16889 * play/landmark.el (lm-human-resigns, lm):
16890 * net/eudcb-ldap.el (eudc-ldap-check-base):
16891 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
16892 * progmodes/ebrowse.el (ebrowse-find-pattern):
16893 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
16894 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
16895 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
16896
16897 * vc.el (vc-delete-file):
16898 * play/gomoku.el (gomoku-terminate-game, gomoku)
16899 (gomoku-prompt-for-move, gomoku-human-takes-back):
16900 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
16901 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
16902
16903 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
16904
16905 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
16906 color rxvt terminals by using the code xterm.el used to use before
16907 2005-04-09 in order to match the colors used by rxvt.
16908
16909 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
16910
16911 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
16912 colors rxvt-unicode terminals by using the same code as xterm.el.
16913
16914 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
16915
16916 * textmodes/tex-mode.el (tex-font-lock-append-prop)
16917 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
16918 new symbol used for the tex-verbatim face.
16919
16920 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
16921
16922 * woman.el (woman-file-name):
16923 * wid-edit.el (widget-file-prompt-value)
16924 (widget-coding-system-prompt-value):
16925 * w32-fns.el (set-w32-system-coding-system):
16926 * vc.el (vc-version-diff, vc-annotate):
16927 * textmodes/reftex-auc.el (reftex-arg-cite)
16928 (reftex-arg-index-tag):
16929 * textmodes/refer.el (refer-get-bib-files):
16930 * textmodes/artist.el (artist-figlet-choose-font):
16931 * terminal.el (terminal-emulator):
16932 * replace.el (occur-read-primary-args):
16933 * rect.el (string-rectangle, string-insert-rectangle):
16934 * ps-print.el (ps-print-preprint):
16935 * progmodes/pascal.el (pascal-goto-defun):
16936 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
16937 * progmodes/compile.el (compilation-find-file):
16938 * printing.el (pr-interactive-n-up):
16939 * play/animate.el (animate-birthday-present):
16940 * net/rcompile.el (remote-compile):
16941 * man.el (man, Man-goto-section, Man-follow-manual-reference):
16942 * mail/rmailsum.el (rmail-summary-search-backward)
16943 (rmail-summary-search):
16944 * mail/rmailout.el (rmail-output-read-rmail-file-name)
16945 (rmail-output-read-file-name):
16946 * mail/rmail.el (rmail-search, rmail-search-backwards):
16947 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
16948 * locate.el (locate):
16949 * international/quail.el (quail-show-keyboard-layout):
16950 * international/mule.el (set-buffer-file-coding-system)
16951 (revert-buffer-with-coding-system, set-file-name-coding-system)
16952 (set-terminal-coding-system, set-keyboard-coding-system)
16953 (set-next-selection-coding-system):
16954 * international/mule-diag.el (describe-coding-system)
16955 (describe-font, describe-fontset):
16956 * international/mule-cmds.el (universal-coding-system-argument)
16957 (search-unencodable-char, describe-input-method)
16958 (set-language-environment, describe-language-environment):
16959 * international/codepage.el (codepage-setup):
16960 * international/code-pages.el (codepage-setup):
16961 * info.el (Info-search, Info-follow-reference)
16962 (Info-search-backward):
16963 * emacs-lisp/advice.el (ad-read-advised-function)
16964 (ad-read-advice-class, ad-clear-cache, ad-activate)
16965 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
16966 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
16967 (ad-read-regexp):
16968 * ediff-util.el (ediff-toggle-regexp-match):
16969 * ediff-ptch.el (ediff-prompt-for-patch-file):
16970 * dired-aux.el (dired-diff):
16971 * diff.el (diff):
16972 * cus-edit.el (custom-variable-prompt):
16973 * calendar/timeclock.el (timeclock-ask-for-project):
16974 * calc/calcalg3.el (calc-get-fit-variables):
16975 * calc/calc-store.el (calc-edit-variable)
16976 (calc-permanent-variable):
16977 * vc-mcvs.el (vc-mcvs-register):
16978 * shadowfile.el (shadow-define-literal-group):
16979 * woman.el (woman-file-name):
16980 * vc.el (vc-version-diff, vc-merge):
16981 * textmodes/reftex-index.el (reftex-index-complete-tag):
16982 * format.el (format-decode-buffer, format-decode-region):
16983 * emulation/viper-cmd.el (viper-read-string-with-history):
16984 * emacs-lisp/debug.el (cancel-debug-on-entry):
16985 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
16986 * ediff.el (ediff-merge-revisions)
16987 (ediff-merge-revisions-with-ancestor, ediff-revision):
16988 * completion.el (interactive-completion-string-reader):
16989 * calc/calc-prog.el (calc-user-define-formula):
16990 Follow convention for reading with the minibuffer.
16991
16992 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
16993
16994 * progmodes/python.el (python-describe-symbol): Add globals() and
16995 locals() to the arguments of emacs.ehelp.
16996
16997 2005-09-24 Magnus Henoch <mange@freemail.hu>
16998
16999 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
17000 New function, code extracted from ispell-valid-dictionary-list.
17001 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
17002 Call it.
17003
17004 2005-09-24 Eli Zaretskii <eliz@gnu.org>
17005
17006 * subr.el (version-regexp-alist): Extend valid syntax for version
17007 strings: allow any of the characters -,_,+ to separate the
17008 alpha/beta/rc part from the version part. Doc fix.
17009 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
17010
17011 2005-09-23 David Reitter <david.reitter@gmail.com>
17012
17013 * mail/mailclient.el: New file.
17014
17015 2005-09-23 Richard M. Stallman <rms@gnu.org>
17016
17017 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
17018 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
17019 Doc fixes.
17020
17021 * progmodes/cc-mode.el (c-font-lock-init):
17022 Specify font-lock-lines-before.
17023
17024 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17025
17026 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
17027 whole conflict.
17028
17029 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
17030
17031 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
17032 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
17033 of `remap' feature when available. Additional key bindings for
17034 better tty support.
17035 (org-mode-restart, org-force-self-insert): New commands.
17036 (org-time-stamp-inactive): New command.
17037 (org-remap): New function.
17038 (org-table-auto-blank-field, org-level-color-stars-only): New options.
17039 (org-enable-fixed-width-editor): Move to `org-structure'
17040 customization group.
17041 (org-self-insert-command, orgtbl-self-insert-command): Modify to
17042 blank field after field motion commands.
17043
17044 2005-09-23 Kenichi Handa <handa@m17n.org>
17045
17046 * international/mule-cmds.el (set-language-environment):
17047 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
17048 have to call utf-translate-cjk-load-tables.
17049
17050 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
17051
17052 * mouse.el (mouse-move-drag-overlay): Fix last change.
17053
17054 2005-09-22 David Ponce <david@dponce.com>
17055
17056 * tree-widget.el (tree-widget-value-create): Fix previous change.
17057
17058 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
17059
17060 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
17061
17062 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17063
17064 * mouse.el (mouse-move-drag-overlay): New function.
17065 (mouse-drag-region-1): Use it.
17066 Try to simplify a bit the state handling. Handle clicks on links
17067 inside intangible areas.
17068 (mouse-save-then-kill): Minor simplification.
17069 (mouse-secondary-overlay): Make it always non-nil instead of
17070 recreating it each time.
17071 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
17072 (mouse-kill-secondary, mouse-secondary-save-then-kill):
17073 Simplify accordingly.
17074
17075 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
17076
17077 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
17078
17079 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
17080
17081 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
17082 (ediff-file-name-sans-prefix): Treat nil as an empty string.
17083 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
17084 to patch.
17085
17086 * ediff-util.el: Use insert-buffer-substring.
17087
17088 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
17089
17090 * emulation/viper-cmd.el (viper-change-state): Don't move over the
17091 field boundaries in the minibuffer.
17092 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
17093 (viper-minibuffer-post-command-hook): New hook.
17094 (viper-line): Don't move cursor at bolp.
17095
17096 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
17097
17098 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
17099 avoid compiler warnings.
17100
17101 * emulation/viper-macs.el (ex-map): Better messages.
17102
17103 * emulation/viper-utils.el (viper-beginning-of-field): New function.
17104
17105 * emulation/viper.el: Replace make-variable-buffer-local with
17106 viper-make-variable-buffer-local everywhere, to avoid warnings.
17107
17108 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17109
17110 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
17111 Delete unused var `old-selected-window'.
17112 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
17113 (mouse-drag-secondary): Delete unused var `start-frame'.
17114
17115 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
17116
17117 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
17118
17119 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17120
17121 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
17122 Re-indent within 80 columns. Use inhibit-read-only.
17123
17124 2005-09-19 Romain Francoise <romain@orebokech.com>
17125
17126 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
17127
17128 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17129
17130 * font-lock.el (font-lock-default-fontify-region): Don't add a line
17131 unconditionally, since the after-change-function already did it.
17132
17133 2005-09-19 Miles Bader <miles@gnu.org>
17134
17135 * net/newsticker.el: Get rid of CVS keyword.
17136
17137 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
17138
17139 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
17140 The prompt is formatted later.
17141
17142 2005-09-19 David Ponce <david@dponce.com>
17143
17144 * tree-widget.el (tree-widget-value-create): Save the converted
17145 tree :node widget.
17146
17147 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
17148
17149 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
17150 variable `message'.
17151
17152 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
17153
17154 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
17155 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
17156 <slawomir.nowaczyk.847@student.lu.se>.
17157
17158 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
17159
17160 * image.el (image-load-path): Use symbol `data-directory' instead
17161 of its value, for backward compatibility with packages that bind
17162 it during `find-image'. Suggested by Katsumi Yamaoka.
17163 (image-search-load-path): Handle symbols whose values are strings.
17164
17165 2005-09-18 Romain Francoise <romain@orebokech.com>
17166
17167 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
17168 with-current-buffer form in save-excursion.
17169
17170 2005-09-18 Deepak Goel <deego@gnufans.org>
17171
17172 * apropos.el (apropos-command): Fix `message' call: first arg
17173 should be a format spec. In this and all other cases that appear
17174 below and elsewhere in the source code, I made a change only when
17175 two conditions were satisfied: [1] I can think of a possibility
17176 that the arguments would cause an error, for example, the code in
17177 question relies on external variables such as filenames. [2] I
17178 was sure that the arg to `message' could not have been nil in the code.
17179
17180 * textmodes/tildify.el (tildify-region): Ditto.
17181
17182 * textmodes/reftex-index.el (reftex-index-change-entry)
17183 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
17184 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
17185 * textmodes/org.el (org-complete, org-deadline, org-schedule)
17186 (org-priority, org-table-sum):
17187 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
17188 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
17189 (flyspell-word, flyspell-display-next-corrections):
17190 * textmodes/bibtex.el (bibtex-print-help-message):
17191 * textmodes/artist.el (artist-key-set-point-poly):
17192 * term/mac-win.el (mac-services-insert-text):
17193 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
17194 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
17195 (vhdl-port-paste-testbench, vhdl-compose-new-component)
17196 (vhdl-compose-configuration):
17197 * progmodes/sh-script.el (sh-blink, sh-show-indent)
17198 (sh-set-indent, sh-learn-line-indent):
17199 * progmodes/ps-mode.el (ps-mode-target-column):
17200 * progmodes/idlwave.el (idlwave-make-tags)
17201 (idlwave-scan-library-catalogs):
17202 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
17203 * progmodes/gud.el (gud-jdb-analyze-source):
17204 * progmodes/flymake.el (flymake-log):
17205 * progmodes/ebnf2ps.el (ebnf-generate-region):
17206 * progmodes/cmacexp.el (c-macro-expansion):
17207 * progmodes/ada-xref.el (ada-treat-cmd-string):
17208 * progmodes/ada-mode.el (ada-create-case-exception-substring)
17209 (ada-justified-indent-current, ada-batch-reformat):
17210 * play/zone.el (zone):
17211 * play/landmark.el (lm-move):
17212 * play/decipher.el (decipher-show-alphabet):
17213 * net/newsticker.el (newsticker--display-jump)
17214 (newsticker--display-scroll):
17215 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
17216 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
17217 * mail/feedmail.el (feedmail-dump-message-to-queue):
17218 * eshell/esh-proc.el (eshell-remove-process-entry):
17219 * emulation/ws-mode.el (ws-last-error):
17220 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
17221 (viper-record-kbd-macro):
17222 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
17223 * emacs-lisp/lisp-mnt.el (lm-report-bug):
17224 * emacs-lisp/find-func.el (find-function-noselect):
17225 * calendar/timeclock.el (timeclock-status-string)
17226 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
17227 (timeclock-when-to-leave-string):
17228 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
17229 * calc/calc-units.el (calc-enter-units-table):
17230 * calc/calc-mode.el (calc-mode-record-mode):
17231 * woman.el (woman-mini-help):
17232 * wdired.el (wdired-change-to-wdired-mode):
17233 * vc.el (vc-retrieve-snapshot):
17234 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
17235 * startup.el (display-startup-echo-area-message):
17236 * simple.el (set-goal-column):
17237 * ses.el (ses-command-hook, ses-recalculate-cell):
17238 * server.el (server-process-filter):
17239 * printing.el (pr-interface-txt-print, pr-interface-printify)
17240 (pr-interface-ps):
17241 * pcvs.el (cvs-help):
17242 * log-edit.el (log-edit, log-edit-mode-help):
17243 * iswitchb.el (iswitchb-possible-new-buffer):
17244 * isearch.el (isearch-edit-string):
17245 * image-mode.el (image-mode, image-minor-mode):
17246 * ibuf-macs.el (define-ibuffer-filter):
17247 * hi-lock.el (hi-lock-find-patterns):
17248 * files.el (toggle-read-only):
17249 * ediff-util.el (ediff-copy-diff)
17250 (ediff-write-merge-buffer-and-maybe-kill):
17251 * echistory.el (Electric-history-undefined):
17252 * dnd.el (dnd-insert-text):
17253 * dired-aux.el (dired-query):
17254 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
17255 * bookmark.el (bookmark-bmenu-locate):
17256 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
17257 Fix `message' calls to ensure first arg is a format string.
17258 The change was made only when these two conditions were satisfied:
17259 [1] when there is a possibility that the arguments would cause an error
17260 for example, if the code in question relies on external variables
17261 such as filenames, and
17262 [2] if the arg to `message' could not have been nil in the code.
17263
17264 * pcomplete.el (pcomplete--help): Fix `message' format spec.
17265 Not having a %s would be weird, though not technically wrong.
17266
17267 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17268
17269 * term/mac-win.el (mac-add-charset-info): Doc fix.
17270
17271 2005-09-17 Romain Francoise <romain@orebokech.com>
17272
17273 * shell.el (shell-resync-dirs): Handle echoing processes more
17274 reliably. Don't insert resync command if `comint-process-echoes'
17275 is non-nil.
17276
17277 2005-09-17 Magnus Henoch <mange@freemail.hu>
17278
17279 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
17280 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
17281 aspell versions >= 0.60.
17282 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
17283 only if ispell-aspell-supports-utf8 is non-nil.
17284
17285 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17286
17287 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
17288 buffer-local value to lisp-indent-function.
17289
17290 2005-09-17 Milan Zamazal <pdm@zamazal.org>
17291
17292 * progmodes/glasses.el (glasses-make-readable): If
17293 glasses-separator differs from underscore, put appropriate
17294 overlays over underscore characters.
17295 (glasses-convert-to-unreadable): If glasses-separator differs from
17296 underscore, try to convert glasses-separator characters to
17297 underscores.
17298
17299 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17300
17301 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
17302 Use with-syntax-table and dolist.
17303
17304 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
17305
17306 * textmodes/reftex-auc.el:
17307 * textmodes/reftex-cite.el:
17308 * textmodes/reftex-dcr.el:
17309 * textmodes/reftex-global.el:
17310 * textmodes/reftex-parse.el:
17311 * textmodes/reftex-ref.el:
17312 * textmodes/reftex-sel.el:
17313 * textmodes/reftex-toc.el:
17314 * textmodes/reftex-vars.el:
17315 * textmodes/reftex.el: Small changes to remove compiler warnings.
17316
17317 * textmodes/reftex-index.el: Likewise.
17318 (reftex-query-index-phrase): More efficient use of markers.
17319
17320 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
17321
17322 * image.el (image-load-path): New variable.
17323 (image-search-load-path): New function.
17324 (find-image): Search for images in `image-load-path'.
17325
17326 2005-09-15 Richard M. Stallman <rms@gnu.org>
17327
17328 * follow.el: Change Maintainer field.
17329
17330 2005-09-15 David Ponce <david@dponce.com>
17331
17332 * recentf.el (recentf-save-file-modes): New option.
17333 (recentf-save-list): Use it.
17334
17335 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
17336
17337 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
17338 (mode-line-mule-info, mode-line-modified): Move bindings from
17339 mouse-3 to mouse-1.
17340
17341 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
17342
17343 * simple.el (sendmail-user-agent-compose): Revert last change.
17344
17345 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17346
17347 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
17348 Use with-current-buffer.
17349 (ange-ftp-gwp-start): Remove unused var `gw-user'.
17350 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
17351 (ange-ftp-insert-directory): Remove unused var `short'.
17352 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
17353
17354 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
17355 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
17356
17357 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
17358 (check-calendar-holidays, diary-list-entries): Autoload.
17359 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
17360 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
17361
17362 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
17363 which mistakenly removed a call to display-buffer.
17364
17365 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
17366
17367 * obsolete/iso-insert.el: Move to obsolete/ from international/.
17368
17369 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
17370
17371 * progmodes/hideshow.el
17372 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
17373 (hs-allow-nesting): New user var.
17374 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
17375 (hs-hide-block-at-point): When nesting allowed,
17376 if there is already an overlay in place, delete it.
17377 (hs-safety-is-job-n): Delete func; remove call sites.
17378 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
17379 (hs-overlay-at): New func.
17380 (hs-already-hidden-p, hs-show-block): Use it.
17381 (hs-hide-all): Don't pre-clean if nesting allowed.
17382 (hs-show-all): Temporarily disallow
17383 nesting around call to `hs-discard-overlays'.
17384
17385 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
17386
17387 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
17388 Delete unused local var.
17389
17390 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
17391
17392 * help-fns.el (describe-categories): "?\ " -> "?\s".
17393 (help-do-arg-highlight): Recognize also ARG-n, as in
17394 `move-to-left-margin' (ARG+n is already recognized). Simplify.
17395
17396 * international/codepage.el (dos-unsupported-char-glyph):
17397 * net/newsticker.el (tool-bar-map, w3-mode-map)
17398 (w3m-minor-mode-map):
17399 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
17400 (ent-alist):
17401 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
17402
17403 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
17404
17405 * custom.el (custom-push-theme): Handle the case where a symbol is
17406 bound but face properties have not yet been assigned.
17407
17408 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
17409 Fix behavior if noerase is `t' and there is no mail buffer.
17410
17411 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
17412 if `continue' is nil, rather than signal an error.
17413
17414 2005-09-12 Richard M. Stallman <rms@gnu.org>
17415
17416 * font-lock.el (font-lock-keywords): Add autoload.
17417
17418 * help-fns.el (describe-variable): Rearrange to put source link
17419 in a predictable place.
17420
17421 * net/newsticker.el: New file.
17422
17423 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17424
17425 * calendar/calendar.el (calendar-for-loop): Add edebug info.
17426 (calendar-basic-setup): Use the new nil arg.
17427 (number-of-diary-entries): Move to diary-lib.el.
17428
17429 * calendar/diary-lib.el: Use with-current-buffer, match-string.
17430 (diary-list-entries): Use with-syntax-table and dolist.
17431 Rename from list-diary-entries.
17432 Use number-of-diary-entries if `number' is nil.
17433 (diary, diary-view-entries): Use this new name and new nil arg value.
17434 (number-of-diary-entries): Move from calendar.el.
17435 (diary-unhide-everything): New function.
17436 (include-other-diary-files, fancy-diary-display)
17437 (diary-show-all-entries, make-diary-entry): Use it.
17438 (diary-mail-entries): Use buffer-string.
17439 (mark-diary-entries): Fix long standing paren typo.
17440 (diary-sexp-entry): Use count-lines.
17441 (make-diary-entry): Avoid `previous-line'.
17442 (diary-mode-map): New var.
17443 (diary-mode): Redraw cal after saving. Setup header-line.
17444 (fancy-diary-display-mode): Use local-set-key.
17445
17446 * startup.el (command-line): Try calling various terminal-init-foo-bar
17447 functions by stripping hyphenated suffixes from $TERM.
17448
17449 * files.el (normal-mode): Check boundness of font-lock-keywords.
17450
17451 2005-09-12 Richard M. Stallman <rms@gnu.org>
17452
17453 * progmodes/compile.el: Don't decide a file's directory
17454 until the user actually tries to go there.
17455 (compilation-next-error-function):
17456 Pass compilation-find-file the directory from the file-struct.
17457 (compilation-internal-error-properties): Separate local FILE-STRUCT
17458 from FILE. Doc the args better. Rename arg FMT to FMTS.
17459 (compilation-find-file): Arg DIR renamed to DIRECTORY.
17460 Expand it, and if nil, use default-directory.
17461 (compilation-get-file-structure): Don't mix specified directory
17462 with default directory. Put specified directory into
17463 file-struct. Don't make the file name absolute.
17464
17465 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17466 (compile-command): Add autoload.
17467 (compilation-disable-input): Add autoload.
17468
17469 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
17470
17471 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
17472 strings of the variables it can override.
17473 (time-stamp): New (as yet undocumented) time-stamp-format escapes
17474 %Q and %q, for fully-qualified domain name and unqualified host name.
17475
17476 2005-09-11 Kim F. Storm <storm@cua.dk>
17477
17478 * emacs-lisp/authors.el (authors-aliases): Update list.
17479 (authors-fixed-entries): Update mldrag.el entry.
17480
17481 2005-09-10 Alan Mackenzie <acm@muc.de>
17482
17483 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
17484 from the region narrowed to.
17485
17486 2005-09-10 Magnus Henoch <mange@freemail.hu>
17487
17488 * textmodes/ispell.el (ispell-check-version): Signal an error if
17489 aspell version is less than 0.60.
17490
17491 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
17492
17493 * progmodes/octave-inf.el (inferior-octave-startup):
17494 Resync current dir at the end.
17495
17496 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
17497
17498 * woman.el (woman-topic-at-point-default):
17499 Rename to woman-use-topic-at-point-default.
17500 (woman-topic-at-point): Rename to woman-use-topic-at-point.
17501 (woman-file-name): Reflect renames above. Automatically use the
17502 word at point as topic if woman-use-topic-at-point is non-nil.
17503 Otherwise offer it as default but don't insert it in the
17504 minibuffer. Also use `test-completion' instead of `assoc' as
17505 suggested by Stefan Monnier.
17506
17507 2005-09-10 Andre Spiegel <spiegel@gnu.org>
17508
17509 * vc.el (vc-directory, vc-update-change-log): Throw an error on
17510 the attempt to do it over Tramp. This is not yet supported.
17511
17512 2005-09-10 Eli Zaretskii <eliz@gnu.org>
17513
17514 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17515 (menu-bar-non-minibuffer-window-p): New functions.
17516 ("Split Window", "Save As..."): Use them.
17517 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
17518 ("Print Buffer", "Truncate Long Lines in this Buffer"):
17519 Use menu-bar-menu-frame-live-and-visible-p.
17520 ("Save Buffer", "Insert File", "Open Directory...")
17521 ("Open File...", "Visit New File..."):
17522 Use menu-bar-non-minibuffer-window-p.
17523 (kill-this-buffer-enabled-p, dired <menu-enable>):
17524 Use menu-bar-non-minibuffer-window-p.
17525
17526 2005-09-09 Eli Zaretskii <eliz@gnu.org>
17527
17528 * cus-start.el (all): Don't complain about fringe-related
17529 built-ins if fringes are not supported. Ditto about
17530 selection-related built-ins. Fix the test for GTK-related built-ins.
17531
17532 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
17533 ("Postscript Print Buffer", "Print Region", "Save As...")
17534 ("Save", "Insert File...", "Open Directory...")
17535 ("Open File...", "Visit New File..."")
17536 ("Truncate Long Lines in this Buffer"): Don't look at
17537 menu-updating-frame if this display does not support multiple frames.
17538
17539 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17540
17541 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
17542
17543 2005-09-09 Emilio Lopes <eclig@gmx.net>
17544
17545 * woman.el: Format- and whitespace-related changes.
17546
17547 2005-09-09 Eli Zaretskii <eliz@gnu.org>
17548
17549 * woman.el: Fix my email address.
17550
17551 2005-09-08 Richard M. Stallman <rms@gnu.org>
17552
17553 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
17554 (sh-mode): Locally set skeleton-pair-default-alist.
17555
17556 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
17557
17558 * progmodes/flymake.el: Require `compile' unconditionally.
17559
17560 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
17561
17562 * woman.el (woman-file-name): Provide a default, not initial input.
17563
17564 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
17565
17566 * font-lock.el (font-lock-support-mode): Doc fix.
17567
17568 * descr-text.el (describe-property-list): Handle non-symbol prop names.
17569
17570 2005-09-08 Richard M. Stallman <rms@gnu.org>
17571
17572 * simple.el (blink-matching-open): Get rid of text props from
17573 the string shown in echo area. Don't permanently set point.
17574 Some rearrangements.
17575
17576 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17577
17578 * recentf.el (recentf-filename-handler): Add custom choice
17579 `abbreviate-file-name'.
17580
17581 * msb.el (msb--very-many-menus): Fix typo.
17582
17583 * disp-table.el (standard-display-european): Don't set
17584 enable-multibyte-characters to nil.
17585
17586 2005-09-08 David Ponce <david@dponce.com>
17587
17588 * recentf.el (recentf-show-file-shortcuts-flag): New option.
17589 (recentf-expand-file-name): Doc fix.
17590 (recentf-dialog-mode-map): Define digit shortcuts.
17591 (recentf--files-with-key): New variable.
17592 (recentf-show-digit-shortcut-filter): New function.
17593 (recentf-open-files-items): New function.
17594 (recentf-open-files): Use it.
17595 (recentf-open-file-with-key): New command.
17596
17597 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
17598
17599 * buff-menu.el (Buffer-menu-sort-by-column): New function.
17600 Suggested by Kim F. Storm.
17601 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
17602 (Buffer-menu-make-sort-button): Use global keymap.
17603
17604 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
17605
17606 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
17607 (Man-getpage-in-background-advice): Remove defadvice; it isn't
17608 necessary any longer with the remapped command.
17609 (Man-bgproc-sentinel-advice): Remove defadvice which counts
17610 formatting time only.
17611
17612 * net/tramp.el (tramp-action-password)
17613 (tramp-multi-action-password): Compile the password prompt from
17614 `method', `user' and `host'. Sometimes it isn't obvious which
17615 password to enter, for example with remote files offered by
17616 recentf.el, or with multiple steps. Suggested by Robert Marshall
17617 <robert@chezmarshall.freeserve.co.uk>.
17618
17619 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17620
17621 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
17622 Fix regexp for when "s///" is at the beginning of line.
17623
17624 2005-09-07 Jay Belanger <belanger@truman.edu>
17625
17626 * calc/calc-poly.el (math-expand-term): Multiply out any powers
17627 when in matrix mode.
17628
17629 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17630
17631 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
17632 non-anonymous functions.
17633
17634 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
17635
17636 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
17637 when using a header line. Otherwise, use mouse-1-click-follows-link.
17638
17639 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
17640 can't be moved; don't signal an error.
17641
17642 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
17643
17644 * cus-theme.el (custom-theme-write-faces): Save the current face
17645 spec, not the defface spec.
17646
17647 * custom.el (custom-known-themes): Clarify meaning of "standard".
17648 (custom-push-theme): Save old values in the standard theme.
17649 (disable-theme): Correct typo.
17650 (custom-face-theme-value) Deleted unused function.
17651 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
17652
17653 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
17654
17655 * progmodes/compile.el (compilation-goto-locus): Take into account
17656 iconified frames when determining whether the buffer is
17657 already visible.
17658 Don't reset window height if the window already existed.
17659
17660 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
17661
17662 * custom.el (load-theme): Rename from require-theme.
17663 Add interactive spec.
17664 (enable-theme): Rename from custom-enable-theme.
17665 Add interactive spec.
17666 (disable-theme): Rename from custom-disable-theme.
17667 Add interactive spec.
17668 (custom-make-theme-feature): Doc fix.
17669 (custom-theme-directory): Doc fix.
17670 (provide-theme): Call enable-theme.
17671
17672 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
17673
17674 * obsolete/lazy-lock.el (lazy-lock-mode):
17675 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
17676 font-lock-mode if it's off. Print a warning instead.
17677
17678 * progmodes/compile.el (compilation-start): Ignore errors if the
17679 process died before we get to send-eof.
17680
17681 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
17682 Undo last change. Enclosing the result in quotes broke things on Unix
17683 since tex-send-command passes it through shell-quote-argument.
17684 (tex-send-command): Pass `file' through convert-standard-filename
17685 when possible.
17686 (tex-uptodate-p): Handle the case where TeX hasn't put additional
17687 info in a transcript.
17688
17689 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
17690
17691 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
17692 fix compilation warning. Reorder the key definitions to group
17693 together keys emitted by the current version of xterm.
17694
17695 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
17696 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
17697 Reorder predicates to correct min-color usage.
17698
17699 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
17700
17701 * longlines.el (longlines-mode): Inhibit read-only when encoding.
17702 Kill local variables when longlines-mode is turned off.
17703
17704 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
17705
17706 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
17707
17708 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
17709
17710 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
17711
17712 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
17713 (font-lock-lines-before): Change default to being inactive.
17714 (font-lock-default-fontify-region): Obey font-lock-lines-before.
17715 (font-lock-after-change-function): Don't handle f-l-lines-before here.
17716
17717 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
17718
17719 * net/tramp.el (tramp-handle-make-auto-save-file-name):
17720 Deactivate temporarily advice if active (not needed for Emacs 22,
17721 but for backwards compatibility).
17722 (tramp-exists-file-name-handler): Rewrite. First implementation
17723 was too simple.
17724 (tramp-advice-make-auto-save-file-name):
17725 Call `tramp-handle-make-auto-save-file-name' (again, just for
17726 backwards compatibility).
17727
17728 2005-08-31 Reto Zimmermann <reto@gnu.org>
17729
17730 * progmodes/vhdl-mode.el
17731 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
17732 (vhdl-end-p): Fix indentation bug "else" after "-- when".
17733 (vhdl-set-default-project): New function (easier setting of default).
17734 (vhdl-port-copy): Handle extended identifiers for generics.
17735 (vhdl-compiler-alist): Better description for error message regexp.
17736 (vhdl-make): Query for target, use previous as default.
17737 (vhdl-port-copy): Fix port copy for port names starting with "signal".
17738 (vhdl-font-lock-keywords-2): Fix fontification for record
17739 el. assign.
17740 (vhdl-speedbar-make-subpack-line): Add package body link.
17741 (vhdl-generate-makefile-1): Not include itself as dependency.
17742 (vhdl-font-lock-init): Highlight c-preprocessor directives.
17743 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
17744 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
17745 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
17746 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
17747 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
17748 (vhdl-import-project): Add string argument for `error'.
17749 (vhdl-compose-configuration)
17750 (vhdl-compose-configuration-architecture): Add configuration
17751 declaration generation.
17752 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
17753 (vhdl-trailer-re): Add "record" keyword (better indentation).
17754 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
17755 "[^ \t-\"]+".
17756 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
17757 (vhdl-testbench-entity-file-name)
17758 (vhdl-testbench-architecture-file-name): Allow separate
17759 customization of testbench file names.
17760 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
17761 (vhdl-get-visible-signals): Allow newline within alias declaration.
17762 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
17763 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
17764 (member-ignore-case): Alias for missing function in XEmacs.
17765 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
17766 (vhdl-update-sensitivity-list): Ignore case on read signals.
17767 (vhdl-replace-string): Adjust case only for file names.
17768 (vhdl-update-sensitivity-list): Fix search for read signals.
17769 (vhdl-update-sensitivity-list): Exclude formal parameters.
17770 (vhdl-get-visible-signals): Include aliases of signals.
17771 (vhdl-get-visible-signals): Fix signal name searching.
17772 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
17773 (vhdl-fixup-whitespace-region): Fix for character
17774 literals (e.g. `:').
17775
17776 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
17777
17778 * ansi-color.el (comint-last-output-start):
17779 * bs.el (font-lock-verbose):
17780 * diff-mode.el (add-log-buffer-file-name-function):
17781 * dired-x.el (vm-folder-directory):
17782 * faces.el (help-xref-stack-item):
17783 * files.el (font-lock-keywords):
17784 * find-lisp.el (dired-buffers, dired-subdir-alist):
17785 * ido.el (cua-inhibit-cua-keys):
17786 * log-view.el (cvs-minor-wrap-function):
17787 * outline.el (font-lock-warning-face):
17788 * simple.el (compilation-current-error):
17789 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
17790 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
17791 * tooltip.el (comint-prompt-regexp):
17792 * w32-fns.el (explicit-shell-file-name):
17793 * term/mac-win.el (mac-charset-info-alist)
17794 (mac-services-selection, mac-system-script-code):
17795 * term/tty-colors.el (msdos-color-values):
17796 * term/w32-win.el (xlfd-regexp-registry-subnum):
17797 * term/x-win.el (x-keysym-table, x-selection-timeout)
17798 (x-session-id, x-session-previous-id):
17799 * textmodes/ispell.el (mail-yank-prefix):
17800 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
17801 * textmodes/org.el (calc-embedded-close-formula)
17802 (calc-embedded-open-formula)
17803 (font-lock-unfontify-region-function):
17804 * textmodes/reftex-global.el (isearch-next-buffer-function)
17805 (TeX-master):
17806 * textmodes/reftex.el (font-lock-keywords):
17807 * textmodes/tex-mode.el (font-lock-comment-face)
17808 (font-lock-doc-face):
17809 * textmodes/texinfo.el (outline-heading-alist):
17810 Add defvars.
17811
17812 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
17813 (artist-spray-chars, artist-mode-init, artist-replace-string)
17814 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
17815 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
17816 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
17817
17818 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
17819 (conf-align-assignments): "?\ " -> "?\s".
17820
17821 * textmodes/reftex-index.el (TeX-master): Add defvar.
17822 (reftex-index-phrases-marker): Move up defvar.
17823
17824 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
17825 (reftex-toc-include-labels-indicator)
17826 (reftex-toc-include-index-indicator)
17827 (reftex-toc-max-level-indicator): Move up declarations.
17828
17829 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
17830 of args to `tramp-run-real-handler', even if it's empty in this case.
17831
17832 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17833
17834 * dired.el (dired-move-to-filename-regexp): Add date format for
17835 Mac OS X 10.3 in East Asian locales.
17836
17837 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
17838
17839 * files.el (make-auto-save-file-name): Add file name handler call
17840 if applicable.
17841
17842 * net/tramp.el (tramp-file-name-handler-alist)
17843 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
17844 (tramp-handle-make-auto-save-file-name): Rename from
17845 `tramp-make-auto-save-file-name'.
17846 (tramp-exists-file-name-handler): New defun.
17847 (tramp-advice-make-auto-save-file-name): Make defadvice only when
17848 `make-auto-save-file-name' is not a magic file name operation.
17849
17850 2005-08-30 Richard M. Stallman <rms@gnu.org>
17851
17852 * files.el (risky-local-variable-p):
17853 Match `-predicates' and `-commands.
17854
17855 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
17856 (custom-save-all): Visit the file if necessary;
17857 kill the buffer if we created it.
17858 (custom-save-delete): Don't visit file or kill buffer here.
17859
17860 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
17861
17862 * textmodes/org.el (org-special-keyword): New face.
17863 (org-table-copy-down, org-table-eval-formula)
17864 (org-table-recalculate, org-init-section-numbers):
17865 Use `string-to-number' instead of `string-to-int'.
17866 (org-get-location): Use `insert-buffer-substring' instead of
17867 `insert-buffer'.
17868 (org-modify-diary-entry-string): New function.
17869 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
17870 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
17871 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
17872 active region.
17873 (org-export-as-html): Handle QUOTE keyword.
17874 (org-quote-string): New option.
17875 (org-bookmark-jump-unhide): New function, used for
17876 `bookmark-after-jump-hook'.
17877 (org-diary-default-entry): Apply only when not called through
17878 `org-agenda'.
17879
17880 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
17881
17882 * net/eudc.el (mode-popup-menu):
17883 * play/handwrite.el (ps-printer-name, ps-lpr-command):
17884 * progmodes/ada-mode.el (compile-auto-highlight)
17885 (skeleton-further-elements):
17886 * progmodes/autoconf.el (font-lock-syntactic-keywords):
17887 * progmodes/cmacexp.el (msdos-shells):
17888 * progmodes/compile.el (font-lock-extra-managed-props)
17889 (font-lock-keywords, font-lock-maximum-size)
17890 (font-lock-support-mode):
17891 * progmodes/grep.el (font-lock-lines-before):
17892 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
17893 * progmodes/mixal-mode.el (compile-command):
17894 * progmodes/perl-mode.el (font-lock-comment-face)
17895 (font-lock-doc-face, font-lock-string-face):
17896 * progmodes/prolog.el (comint-prompt-regexp):
17897 * progmodes/sh-script.el (font-lock-comment-face)
17898 (font-lock-set-defaults, font-lock-string-face):
17899 * progmodes/sql.el (font-lock-keyword-face)
17900 (font-lock-set-defaults, font-lock-string-face):
17901 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
17902 (itimer-version, lazy-lock-defer-contextually)
17903 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
17904 Add defvars.
17905
17906 * progmodes/cperl-mode.el (cperl-electric-lbrace)
17907 (cperl-electric-keyword, cperl-electric-pod)
17908 (cperl-electric-backspace, cperl-forward-re)
17909 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
17910 (vc-rcs-header, vc-sccs-header): Add defvars.
17911
17912 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
17913 (font-lock-syntactic-keywords, gud-find-expr-function):
17914 Add defvars.
17915
17916 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
17917 (gdb-frame-parameters): Declare before use.
17918
17919 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
17920 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
17921 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
17922 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
17923
17924 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
17925 (idlwave-help-with-source): Use `insert-buffer-substring', not
17926 `insert-buffer'.
17927
17928 2005-08-29 Juri Linkov <juri@jurta.org>
17929
17930 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
17931 Put outline-back-to-heading function call inside save-excursion.
17932
17933 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
17934
17935 * man.el (Man-init-defvars, Man-translate-references)
17936 (Man-support-local-filenames, Man-highlight-references):
17937 * progmodes/sql.el (sql-interactive-mode):
17938 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
17939
17940 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
17941 (compilation-mode-font-lock-keywords): Add defvars.
17942 (checkdoc-interactive-loop): "?\ " -> "?\s".
17943
17944 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
17945 (font-lock-doc-face, font-lock-string-face)
17946 (font-lock-keywords-case-fold-search): Add defvars.
17947 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
17948
17949 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
17950 Don't pass X and Y (they are ignored anyway).
17951 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
17952 (mouse-delete-window): Make arguments optional.
17953
17954 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
17955 (caesar-translate-table, minor-modes, news-buffer-save)
17956 (news-group-name, news-minor-modes): Add defvars.
17957
17958 * emacs-lisp/lselect.el (mouse-highlight-priority)
17959 (x-lost-selection-functions, zmacs-regions):
17960 * emacs-lisp/pp.el (font-lock-verbose):
17961 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
17962 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
17963 (ses-mode-map):
17964 * emacs-lisp/tcover-unsafep.el (safe-functions):
17965 * international/mule-cmds.el (mac-system-coding-system)
17966 (mac-system-locale):
17967 * language/ethio-util.el (rmail-current-message)
17968 (rmail-message-vector):
17969 * language/thai-util.el (thai-auto-composition-mode):
17970 * mail/metamail.el (rmail-current-message, rmail-message-vector):
17971 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
17972 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
17973 (vm-primary-inbox, vm-spool-files):
17974 * mail/rmail.el (deleted-head, font-lock-fontified)
17975 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
17976 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
17977 (total-messages):
17978 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
17979 (rmail-summary-mode-map):
17980 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
17981 (rmail-last-label, rmail-last-multi-labels)
17982 (rmail-summary-vector, rmail-total-messages):
17983 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
17984 * mail/rmailsum.el (msgnum):
17985 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
17986 (rmail-current-message):
17987 * obsolete/fast-lock.el (font-lock-face-list):
17988 * obsolete/rnewspost.el (mail-reply-buffer):
17989 * obsolete/scribe.el (compile-command):
17990 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
17991
17992 2005-08-28 John Paul Wallington <jpw@gnu.org>
17993
17994 * ibuf-ext.el (ibuffer-auto-update-changed):
17995 Use `frame-or-buffer-changed-p' to check whether we need to update.
17996 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
17997 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
17998 as a `frame-or-buffer-changed-p' state vector instead.
17999
18000 2005-08-27 Romain Francoise <romain@orebokech.com>
18001
18002 * textmodes/makeinfo.el (makeinfo-compile):
18003 Use `compilation-start'. Set `next-error-function' according to
18004 `disable-errors'.
18005 (makeinfo-next-error): New function.
18006 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
18007 (makeinfo-buffer): Likewise.
18008
18009 * progmodes/compile.el (compilation-start): Add autoload cookie.
18010
18011 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
18012 * textmodes/sgml-mode.el: Likewise.
18013 * progmodes/python.el: Likewise.
18014
18015 2005-08-27 Eli Zaretskii <eliz@gnu.org>
18016
18017 * simple.el (blink-matching-paren-distance): Document the meaning
18018 of nil value, and allow to customize to nil.
18019
18020 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
18021 command.com, not command.exe.
18022
18023 2005-08-26 John Wiegley <johnw@newartisans.com>
18024
18025 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
18026 code around a bit so that an extraneous nil argument is not added
18027 to a command when no args are given.
18028
18029 * eshell/esh-arg.el (eshell-parse-double-quote): If a
18030 double-quoted argument resolves to nil, return it as an empty
18031 string rather than as nil. This made it impossible to pass "" to
18032 a shell script as a null string argument.
18033
18034 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
18035
18036 * outline.el (outline-invent-heading): New fun.
18037 (outline-promote, outline-demote): Use it.
18038 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
18039 (outline-end-of-subtree): Remove unused var `opoint'.
18040
18041 2005-08-26 David Reitter <david.reitter@gmail.com>
18042
18043 * menu-bar.el (truncate-lines, write-file, print-buffer)
18044 (ps-print-buffer-faces, ps-print-buffer, split-window):
18045 Disable menu items when the frame they refer to is invisible, or when
18046 they refer to a buffer and the minibuffer is selected.
18047
18048 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
18049
18050 * progmodes/flymake.el (flymake-highlight-err-lines):
18051 Use save-excursion around flymake-highlight-line to preserve point.
18052
18053 2005-08-26 Eli Zaretskii <eliz@gnu.org>
18054
18055 * progmodes/octave-mod.el: Change Author and Maintainer address.
18056 (octave-maintainer-address): Change Kurt's email address.
18057 * progmodes/octave-inf.el: Change Author and Maintainer address.
18058 * progmodes/octave-hlp.el: Change Author and Maintainer address.
18059
18060 2005-08-26 Kim F. Storm <storm@cua.dk>
18061
18062 * subr.el (version-list-<, version-list-<=, version-list-=):
18063 Rename from integer-list-*.
18064 (version-list-not-zero): Likewise. Fix while loop.
18065 (version=): Use version-list-= instead of string-equal.
18066
18067 2005-08-26 Richard M. Stallman <rms@gnu.org>
18068
18069 * outline.el (outline-promote): Try shortening the heading.
18070 As last resort, read the heading to use.
18071 (outline-demote): As last resort, read the heading to use.
18072
18073 2005-08-26 Romain Francoise <romain@orebokech.com>
18074
18075 * progmodes/compile.el (compilation-start): Doc fix.
18076
18077 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
18078 (antlr-font-lock-additional-keywords): Fix reference to
18079 `antlr-font-lock-literal-regexp' erroneously changed during the
18080 mass face rename.
18081 (antlr-run-tool): Use `compilation-start'.
18082
18083 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
18084 instead of the obsolete `compile-internal'.
18085
18086 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
18087
18088 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
18089 (number, original-date):
18090 * calendar/cal-china.el (date):
18091 * calendar/cal-coptic.el (date):
18092 * calendar/cal-french.el (date):
18093 * calendar/cal-hebrew.el (date, entry, number, original-date):
18094 * calendar/cal-islam.el (date, number, original-date):
18095 * calendar/cal-iso.el (date):
18096 * calendar/cal-julian.el (date):
18097 * calendar/cal-mayan.el (date):
18098 * calendar/cal-menu.el (date, event):
18099 * calendar/cal-persia.el (date):
18100 * calendar/lunar.el (date):
18101 * calendar/solar.el (date): Add defvars.
18102
18103 * emerge.el:
18104 * ibuffer.el:
18105 * info-xref.el:
18106 * obsolete/bg-mouse.el:
18107 * obsolete/sun-curs.el:
18108 * obsolete/swedish.el: Move the `defvar's to the top level.
18109
18110 * smerge-mode.el (smerge-refined-change): Add :group.
18111
18112 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
18113
18114 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
18115 (smerge-keep-n): Remove props.
18116 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
18117 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
18118 now that it's done in smerge-keep-n.
18119 (smerge-refined-change): New face.
18120 (smerge-refine-chopup-region, smerge-refine-highlight-change)
18121 (smerge-refine): New funs.
18122 (smerge-basic-map): Bind smerge-refine.
18123
18124 2005-08-25 Juri Linkov <juri@jurta.org>
18125
18126 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
18127 compilation-process-setup-function and compilation-disable-input
18128 in grep-mode instead of let-bindings in grep.
18129
18130 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
18131 Delete "Automatic File De/compression" (auto-compression-mode).
18132
18133 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
18134
18135 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
18136 Silence warning about non-existent variable.
18137
18138 2005-08-25 Richard M. Stallman <rms@gnu.org>
18139
18140 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
18141 Rename "Describe Key" to "Describe Key or Mouse Operation".
18142
18143 * mail/mailalias.el (build-mail-aliases): Delete comments
18144 from the contents before processing them.
18145
18146 * isearch.el (isearch-edit-string): Erase the Search prompt
18147 if user enters an empty string and there is no default.
18148
18149 * comint.el (comint-file-name-prefix): Add autoload.
18150
18151 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
18152
18153 * subr.el (play-sound): Rearrange to avoid warning.
18154
18155 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
18156
18157 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
18158 New hook.
18159 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
18160
18161 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18162
18163 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
18164
18165 * custom.el (custom-theme-set-variables): Sort minor modes last.
18166
18167 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18168
18169 * subr.el (version-separator, version-regexp-alist): New vars used by
18170 version comparison funs.
18171 (integer-list-<, integer-list-=, integer-list-<=)
18172 (integer-list-not-zero): New funs for integer list comparison.
18173 (version-to-list, version=, version<, version<=): New funs for version
18174 comparison.
18175
18176 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
18177
18178 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
18179 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
18180 time to silence the byte-compiler.
18181
18182 * ibuffer.el (ibuffer-compile-make-eliding-form)
18183 (ibuffer-check-formats): Use `with-no-warnings' to hide references
18184 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
18185 so it's silly to get warnings for it).
18186 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
18187 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
18188 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
18189 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
18190 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
18191 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
18192 Defvar at compile time.
18193 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
18194 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
18195 Declare them before use.
18196
18197 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
18198 (info-xref-good, info-xref-bad): Defvar at compile time.
18199
18200 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
18201 Use `let*' instead of `let'.
18202
18203 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
18204 (*mouse-y*, menu, char): Defvar at compile time.
18205 (sc::menu): Declare it before use.
18206 (sc::pack-one-line): Use `let', not `let*'.
18207
18208 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
18209 (mail-send-hook): Defvar at compile time.
18210
18211 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
18212 Defvar at compile time.
18213
18214 * term/sun-mouse.el (current-global-mousemap)
18215 (current-local-mousemap): Declare them before use.
18216
18217 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
18218
18219 * bookmark.el (bookmark-after-jump-hook): New hook.
18220 (bookmark-jump): Run `bookmark-after-jump-hook'.
18221
18222 2005-08-23 Juri Linkov <juri@jurta.org>
18223
18224 * faces.el (minibuffer-prompt): Doc fix.
18225
18226 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
18227
18228 * progmodes/xscheme.el: Trivial changes to silence warnings.
18229 (xscheme-previous-mode, xscheme-previous-process-state):
18230 Add defvars.
18231 (xscheme-last-input-end, xscheme-process-command-line)
18232 (xscheme-process-name, xscheme-buffer-name)
18233 (xscheme-expressions-ring-max, xscheme-expressions-ring)
18234 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
18235 (xscheme-control-g-synchronization-p)
18236 (xscheme-control-g-disabled-p, xscheme-string-receiver)
18237 (default-xscheme-runlight, xscheme-runlight)
18238 (xscheme-runlight-string, xscheme-process-filter-state)
18239 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
18240 Move to beginning of file.
18241 (scheme-interaction-mode-commands-alist)
18242 (scheme-interaction-mode-map, scheme-debugger-mode-map):
18243 Declare them before use. Note: the initialization code for the
18244 variables has not been moved because it uses functions that reference
18245 the variables.
18246 (xscheme-control-g-message-string, xscheme-process-filter-alist)
18247 (xscheme-prompt-for-expression-map): Declare them before use.
18248 (scheme-debugger-mode-commands): "?\ " -> "?\s".
18249
18250 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
18251
18252 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
18253
18254 2005-08-22 Juri Linkov <juri@jurta.org>
18255
18256 * faces.el (set-face-underline): Delete this duplicate function
18257 and make an obsolete alias to set-face-underline-p.
18258 (set-face-underline-p): Use docstring of set-face-underline.
18259 (describe-face): Create hyperlink to parent face.
18260
18261 * info.el (Info-insert-dir): Use save-excursion around
18262 insert-buffer-substring.
18263 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
18264 (Info-escape-percent): Delete function.
18265 (Info-fontify-node): Replace Info-escape-percent by
18266 replace-regexp-in-string with REP arg set to lambda that
18267 duplicates `%' and preserves text properties.
18268
18269 * progmodes/compile.el (compilation-disable-input): Doc fix.
18270 (define-compilation-mode): Doc fix and refill.
18271 (kill-compilation): Use `mode-name' in the error message.
18272 (compilation-find-file): Use `compilation-error' in the
18273 read-file-name's prompt.
18274
18275 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18276
18277 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
18278 (smerge-auto-leave): Make undo re-enable the mode.
18279 (debug-ignored-errors): Add the user-error of impossible resolution.
18280 (smerge-resolve): Move things around a bit, in preparation for later.
18281 (smerge-diff): Don't fail if the buffer has no associated file.
18282 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
18283 (smerge-conflict-overlay): New function.
18284 (smerge-match-conflict): Don't add text properties here.
18285 (smerge-find-conflict): Instead, add an overlay here.
18286 Also check for the case where we're inside a conflict already, so as to
18287 obviate the need for font-lock-multiline, which is unbearably slow with
18288 large conflicts and ciomplex font-lock patterns.
18289 (smerge-remove-props): Remove overlay rather than text-properties.
18290 (smerge-mode): Don't set font-lock-multiline.
18291 Remove overlays when turned off.
18292
18293 2005-08-21 Kim F. Storm <storm@cua.dk>
18294
18295 * ido.el (ido-ignore-item-p): Use save-match-data.
18296 Bind case-fold-search to ido-case-fold locally.
18297
18298 2005-08-20 Richard M. Stallman <rms@gnu.org>
18299
18300 * files.el (normal-mode): If font lock is on, turn it off and on.
18301
18302 * subr.el (replace-regexp-in-string): Doc fix.
18303
18304 * startup.el (command-line-1): Don't suppress startup screen
18305 due to existing processes.
18306
18307 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
18308
18309 * progmodes/compile.el (compilation-disable-input): Default to nil.
18310
18311 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18312
18313 * progmodes/compile.el (compilation-disable-input): New defcustom.
18314 (compilation-start): If compilation-disable-input is non-nil, send
18315 EOF to the compilation process.
18316
18317 2005-08-20 Eli Zaretskii <eliz@gnu.org>
18318
18319 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
18320 Run the argument of tex-shell-cd-command through
18321 convert-standard-filename, to get the correct style of slashes on
18322 Windows, and enclose the result in quotes, in case the file name
18323 includes whitespace or other special characters.
18324
18325 2005-08-19 Andreas Schwab <schwab@suse.de>
18326
18327 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
18328 process.
18329
18330 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
18331
18332 * cus-start.el (minibuffer-prompt-properties): Correct typo.
18333
18334 2005-08-18 Kim F. Storm <storm@cua.dk>
18335
18336 * scroll-lock.el: Fix errors due to incorrect line wrapping.
18337
18338 2005-08-18 Richard M. Stallman <rms@gnu.org>
18339
18340 * scroll-lock.el: New file.
18341
18342 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
18343
18344 * dired.el (dired-move-to-end-of-filename):
18345 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
18346
18347 2005-08-18 Kim F. Storm <storm@cua.dk>
18348
18349 * ido.el (ido-everywhere): Fix defcustom :set function to disable
18350 rather than toggle mode when custom value is nil.
18351 (ido-everywhere): Fix defun doc string.
18352
18353 2005-08-17 Richard M. Stallman <rms@gnu.org>
18354
18355 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
18356 as tag instead of "Inviolable".
18357
18358 2005-08-17 Kim F. Storm <storm@cua.dk>
18359
18360 * windmove.el (windmove-coordinates-of-position): Remove.
18361 (windmove-coordinates-of-window-position): Remove.
18362 (windmove-reference-loc): Use posn-at-point instead.
18363
18364 * subr.el (insert-for-yank-1): Doc fix.
18365
18366 * ido.el (ido-enter-matching-directory): Rename from
18367 ido-enter-single-matching-directory. Change `slash' choice to
18368 `only'. Add `first' choice.
18369 (ido-exhibit): Adapt to above changes.
18370
18371 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
18372
18373 * Makefile.in: Expand comment about building loaddefs.el.
18374
18375 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
18376
18377 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
18378 Comment use of defadvice.
18379
18380 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
18381
18382 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
18383
18384 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
18385 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
18386 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
18387 * progmodes/idlw-shell.el, progmodes/ld-script.el,
18388 * progmodes/which-func.el, ruler-mode.el, strokes.el,
18389 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
18390 for backward compatibility for faces that did not appear in the
18391 previous Emacs release.
18392
18393 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
18394
18395 2005-08-15 Kim F. Storm <storm@cua.dk>
18396
18397 * emulation/cua-base.el (cua-delete-region): Return t if
18398 deleted region was non-empty.
18399 (cua-replace-region): Inhibit overwrite-mode for
18400 self-insert-command if replaced region was non-empty.
18401 (cua--explicit-region-start, cua--status-string): Make them
18402 buffer-local at top-level...
18403 (cua-mode): ...rather than when mode is enabled.
18404
18405 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
18406
18407 * progmodes/vhdl-mode.el (vhdl-emacs-21):
18408 Set t for Emacs 21, 22, and so on.
18409
18410 2005-08-15 David Ponce <david@dponce.com>
18411
18412 * tree-widget.el: Update Commentary header.
18413 (tree-widget-theme): Doc fix.
18414 (tree-widget-space-width): New option.
18415 (tree-widget-image-properties): Look up in the default theme too.
18416 (tree-widget--cursors): Only for images with arrow pointer shape.
18417 (tree-widget-lookup-image): Pointer shape is hand by default.
18418 (tree-widget-icon): Rename generic icon widget from
18419 `tree-widget-control'.
18420 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
18421 derive from `tree-widget-icon'.
18422 (tree-widget-handle): Improve default look and feel of the text
18423 representation.
18424 (tree-widget): Rename :*-control properties to :*-icon properties.
18425 Add :action and :help-echo properties.
18426 (tree-widget-after-toggle-functions): Move.
18427 (tree-widget-close-node, tree-widget-open-node): Remove.
18428 (tree-widget-before-create-icon-functions): New hook.
18429 (tree-widget-value-create): Update to allow customization of icons
18430 and nodes at run-time via that new hook.
18431 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
18432 (tree-widget-icon-action, tree-widget-icon-help-echo)
18433 (tree-widget-action, tree-widget-help-echo): New functions.
18434
18435 2005-08-15 Kim F. Storm <storm@cua.dk>
18436
18437 * ido.el (ido-buffer-internal): Use with-no-warnings.
18438 (ido-make-merged-file-list): Use while-no-input.
18439
18440 2005-08-15 Richard M. Stallman <rms@gnu.org>
18441
18442 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
18443 (flyspell-large-region): Fix doc and custom type.
18444
18445 2005-08-14 Richard M. Stallman <rms@gnu.org>
18446
18447 * files.el (interpreter-mode-alist): Doc fix.
18448
18449 * mail/rmail.el (rmail-nonignored-headers): New variable.
18450 (rmail-clear-headers): Use it.
18451 (rmail-reply): Better handling of mail-followup-to header.
18452
18453 * progmodes/sh-script.el (sh-font-lock-keywords-var):
18454 Rename variable from sh-font-lock-keywords. In the `shell' entry,
18455 don't try to refer to executable-font-lock-keywords.
18456 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
18457 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
18458 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
18459 (sh-mode): Set comment-start-skip, local-abbrev-table,
18460 imenu-case-fold-search.
18461 (sh-set-shell): Don't set them here.
18462 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
18463 Don't cache the results in the original alist; don't ever modify
18464 that alist.
18465
18466 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
18467
18468 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
18469 empty.
18470
18471 2005-08-15 Andreas Schwab <schwab@suse.de>
18472
18473 * desktop.el: Put autoload cookie at risky-local-variable declarations.
18474
18475 * dired.el, info.el, mail/rmail.el: Revert last change.
18476
18477 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
18478
18479 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
18480 modification in `eval-after-load' form.
18481 * info.el: Likewise.
18482 * mail/rmail.el: Likewise.
18483
18484 2005-08-14 Juri Linkov <juri@jurta.org>
18485
18486 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18487 Remove highlighting of "Compilation started". Highlight only
18488 the word "finished" in "Compilation finished". Add highlighting
18489 of "interrupt", "killed", "terminated" and the exit code.
18490 (compilation-start): Add newline after header. Use exactly the
18491 same time stamp format as the finishing message.
18492 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
18493
18494 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
18495 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
18496 Add highlighting of "interrupt", "killed", "terminated".
18497
18498 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
18499 enabled and the current command is self-insert-command, call it
18500 explicitly with overwrite-mode bound to nil, to not allow it
18501 to delete the character after the selected region.
18502
18503 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
18504
18505 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
18506 move-end-of-line, end-of-line, and beginning-of-line to the list
18507 of commands after which the echo area is updated.
18508
18509 2005-08-12 Eli Zaretskii <eliz@gnu.org>
18510
18511 * cus-edit.el (custom-save-all, custom-save-delete):
18512 Bind recentf-exclude to exclude custom-file.
18513
18514 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
18515
18516 * mail/rmailsum.el (rmail-summary-end-of-message): New command
18517 to go to the bottom of the mail message. Added to
18518 `rmail-summary-mode-map' with key "/".
18519 (rmail-summary-show-message): New (internal) function for use by
18520 both `rmail-summary-beginning/end-of-message'.
18521 (rmail-summary-beginning-of-message): Change to use
18522 rmail-summary-show-message.
18523
18524 * mail/rmail.el (rmail-end-of-message): New command to go to the
18525 end of the current message. Added to `rmail-mode-map' with key "/".
18526 (rmail-beginning-of-message): Fix to work as documented.
18527 (rmail-mode): Change documentation.
18528
18529 * progmodes/compile.el (compilation-start): Add the line
18530 "Compilation started" with compilation start time.
18531 (compilation-mode-font-lock-keywords): Add `started' to keywords.
18532
18533 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
18534
18535 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
18536 of menu items.
18537
18538 2005-08-11 Richard M. Stallman <rms@gnu.org>
18539
18540 * simple.el (pop-global-mark): Reverse test of widen-automatically.
18541
18542 * battery.el (battery-status-function): Don't use ignore-errors.
18543
18544 2005-08-11 Lute Kamstra <lute@gnu.org>
18545
18546 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
18547 define-obsolete-variable-alias.
18548
18549 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
18550
18551 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
18552 (ange-ftp-send-cmd): Revert last change, and expand
18553 the comment explaining the problem.
18554
18555 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
18556
18557 * ldefs-boot.el: Update.
18558
18559 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
18560 item to "Time, Load and Mail". Change help echo text.
18561
18562 * time.el (display-time-use-mail-icon, display-time-format)
18563 (display-time-string-forms): Shorten first line of docstrings.
18564
18565 2005-08-10 Lars Hansen <larsh@soem.dk>
18566
18567 * desktop.el (desktop-buffer-mode-handlers):
18568 Make non-customizable. Add autoload cookie. Change initial value to
18569 nil; add elements in respective modules instead. Fix doc string.
18570 (desktop-load-file): New function.
18571 (desktop-minor-mode-handlers): New autoloaded variable.
18572 (desktop-create-buffer): Call minor mode handlers.
18573 Use desktop-load-file to load major and minor mode modules prior to
18574 checking for a handler.
18575 (desktop-save): Don't add nil to desktop-minor-modes for minor
18576 modes with nil function in desktop-minor-mode-table. Don't delete
18577 desktop file before rewriting it.
18578 (desktop-locals-to-save): Add autoload cookie. Don't make
18579 automatically buffer-local. Add variables column-number-mode,
18580 size-indication-mode, indent-tabs-mode,
18581 indicate-buffer-boundaries, indicate-empty-lines and
18582 show-trailing-whitespace.
18583 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
18584 regexps. Don't use desktop-clear-preserve-buffers-regexp.
18585 (desktop-clear-preserve-buffers-regexp): Delete.
18586 (desktop-clear-preserve-buffers): Update initial value and docstring.
18587 (desktop-save-buffer): Fix doc string.
18588
18589 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
18590 (hilit-chg-desktop-restore): New function.
18591 (highlight-changes-mode): Add highlight-changes-mode to
18592 desktop-locals-to-save.
18593
18594 * dired.el: Add handler to desktop-buffer-mode-handlers.
18595 (dired-restore-desktop-buffer): Remove autoload cookie.
18596 (dired-mode): Add autoload cookie.
18597
18598 * info.el: Add handler to desktop-buffer-mode-handlers.
18599 (Info-restore-desktop-buffer): Remove autoload cookie.
18600 (Info-mode): Add autoload cookie.
18601
18602 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
18603 (mh-restore-desktop-buffer): Remove autoload cookie.
18604 (mh-folder-mode): Add autoload cookie.
18605
18606 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
18607 (rmail-restore-desktop-buffer): Remove autoload cookie.
18608
18609 2005-08-11 Masatake YAMATO <jet@gyve.org>
18610
18611 * hexl.el (hexl-address-region):
18612 (hexl-ascii-region, hexl-font-lock-keywords):
18613 (hexl-highlight-line-range): Use the term "region"
18614 instead of "area" for consistency with the other symbols
18615 defined in hexl.el.
18616
18617 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
18618
18619 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
18620 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
18621 out by Juri Linkov). Add `display-battery-mode'.
18622
18623 2005-08-09 Juri Linkov <juri@jurta.org>
18624
18625 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18626 Remove `-text' from face variable names.
18627 (compilation-error-file-name, compilation-warning-file-name)
18628 (compilation-info-file-name): Delete faces.
18629 (compilation-line-number, compilation-column-number):
18630 Remove face underlining.
18631 (compilation-message-face): Set to `underline' value by default.
18632 (compilation-error-face, compilation-warning-face)
18633 (compilation-info-face): Remove `-file-name' from face names.
18634 (compilation-error-text-face, compilation-warning-text-face)
18635 (compilation-info-text-face): Delete face variables.
18636 (compilation-text-face): Delete function.
18637
18638 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
18639 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
18640 (grep-error-face): Set to `compilation-error' instead of
18641 `compilation-error-face' (which is redefined to `grep-hit-face' in
18642 grep buffers).
18643 (grep-mode-font-lock-keywords): Remove `-text' from face variable
18644 names. Use `grep-error-face' instead of `compilation-error-text-face'.
18645
18646 * dired-aux.el (dired-do-query-replace-regexp):
18647 Use `query-replace-read-args'.
18648
18649 * replace.el (query-replace-read-from, query-replace-read-to)
18650 (query-replace-read-args): Rename arg `string' to `prompt'.
18651
18652 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
18653
18654 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
18655
18656 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
18657 uploading files.
18658 (ange-ftp-canonize-filename): Handle file names beginning with ~
18659 correctly.
18660
18661 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
18662
18663 * textmodes/fill.el (canonically-space-region)
18664 (fill-context-prefix, fill-french-nobreak-p)
18665 (fill-delete-newlines, fill-comment-paragraph)
18666 (justify-current-line): "?\ " -> "?\s".
18667
18668 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
18669
18670 * textmodes/fill.el (fill-nonuniform-paragraphs):
18671 Improve argument/docstring consistency.
18672
18673 2005-08-09 Richard M. Stallman <rms@gnu.org>
18674
18675 * textmodes/ispell.el (ispell-word): More fboundp checks.
18676
18677 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
18678 (find-file-noselect-1): Call it here, only if RAWFILE.
18679 (normal-mode): Always set some major mode.
18680 (save-some-buffers-action-alist): Change some explanation strings.
18681 (file-name-non-special): In the `quote' method, use unwind-protect.
18682
18683 2005-08-09 Magnus Henoch <mange@freemail.hu>
18684
18685 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
18686 (ispell-have-aspell-dictionaries): New variable.
18687 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
18688 (ispell-get-aspell-config-value): New function.
18689 (ispell-aspell-find-dictionary): New function.
18690 (ispell-aspell-add-aliases): New function.
18691 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
18692 appropriate. Don't look for ispell dictionaries if we use aspell.
18693 (ispell-menu-map): Don't build a submenu of dictionaries.
18694
18695 2005-08-09 Richard M. Stallman <rms@gnu.org>
18696
18697 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
18698 (sql-read-passwd): Use read-passwd.
18699
18700 * progmodes/idlw-toolbar.el (idlwave-toolbar)
18701 (idlwave-toolbar-is-possible): Add defvars.
18702
18703 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
18704 Avoid warnings.
18705
18706 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
18707 (idlwave-system-class-info, idlwave-executive-commands-alist):
18708 Use defvar.
18709
18710 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
18711
18712 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
18713 Avoid warnings.
18714
18715 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
18716 and content-type: headers.
18717
18718 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
18719
18720 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
18721 and rename some of them to be more self-explanatory.
18722
18723 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
18724
18725 * startup.el (command-line-1): Implement -scriptload.
18726
18727 * replace.el (occur-engine): Initial *Occur* output not undoable.
18728
18729 * menu-bar.el (menu-bar-file-menu): Rename some menu items
18730 and improve help strings.
18731
18732 * isearch.el (isearch-repeat): When changing direction,
18733 mark search successful.
18734
18735 * ediff-init.el: Use (featurep 'xemacs).
18736
18737 * comint.el (send-invisible): Identify buffer, if not selected.
18738
18739 * align.el: Delete autoload for c-guess-basic-syntax.
18740
18741 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
18742
18743 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
18744 Improve argument/docstring consistency. Doc fixes.
18745 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
18746 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
18747 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
18748 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
18749 (r2bv-organization, r2bv-pages, r2bv-primary-author)
18750 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
18751 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
18752 Defvar at compile time.
18753
18754 2005-08-09 Juri Linkov <juri@jurta.org>
18755
18756 * info.el: Replace `info' with upper-case `Info' where appropriate.
18757 (info-title-1, info-title-2, info-title-3, info-title-4)
18758 (info-menu-header): Move up face definitions.
18759 (info-menu-star): Rename from `info-menu-5'.
18760 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
18761 (Info-fontify-visited-nodes): Fix docstring.
18762 (Info-hide-note-references): Fix docstring.
18763 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
18764 menu items in the same way as on cross-references.
18765 (info-apropos): Fix sorting order and formatting to be like in the
18766 stand-alone Info browser. Display error messages for 1 sec.
18767 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
18768 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
18769 from the menu bar.
18770 (Info-insert-dir): Restore point after calling
18771 `insert-buffer-substring'.
18772
18773 2005-08-08 Richard M. Stallman <rms@gnu.org>
18774
18775 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
18776 (recompute-lucid-menubar): Add defvars.
18777
18778 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
18779
18780 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
18781
18782 * net/net-utils.el (run-dig): Rename from `dig'.
18783
18784 * play/gametree.el (gametree-mode): Use make-local-variable,
18785 not make-variable-buffer-local.
18786
18787 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
18788
18789 * ansi-color.el (ansi-color-make-extent)
18790 (ansi-color-set-extent-face): Use fboundp, not functionp.
18791
18792 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
18793 not make-variable-buffer-local.
18794
18795 * bookmark.el (Info-current-file): Add defvar.
18796 (bookmark-jump-noselect): Use with-no-warnings.
18797
18798 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
18799
18800 * ebuff-menu.el (Helper-return-blurb): Add defvar.
18801
18802 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
18803
18804 * find-file.el (ada-procedure-start-regexp)
18805 (ada-package-start-regexp): Add defvars.
18806
18807 * info.el (Info-insert-dir): Use insert-buffer-substring.
18808
18809 * xml.el (xml-att-def-re): Add defvar.
18810
18811 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
18812 calling convention.
18813
18814 * subr.el (while-no-input): Return t if there is input.
18815
18816 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
18817
18818 * cus-start.el (all): Add `overflow-newline-into-fringe'.
18819
18820 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
18821
18822 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
18823 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
18824
18825 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
18826
18827 * cmuscheme.el (scheme-start-file): Replace reference to
18828 `user-emacs-directory' by "~/.emacs.d/".
18829
18830 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
18831
18832 * info.el (Info-dir-remove-duplicates): Avoid case folding
18833 in loop; instead, keep downcased strings for comparison.
18834 Suggested by Helmut Eller.
18835
18836 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
18837
18838 Sync with Tramp 2.0.50.
18839
18840 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
18841 XEmacs case; not necessary anymore.
18842 (tramp-user-regexp): Allow "@" as part of user name.
18843 (tramp-handle-set-visited-file-modtime)
18844 (tramp-handle-insert-file-contents)
18845 (tramp-handle-write-region): No special handling for
18846 `last-coding-system-used, because this is done in
18847 `tramp-accept-process-output' now.
18848 (tramp-accept-process-output): New defun.
18849 (tramp-process-one-action, tramp-process-one-multi-action)
18850 (tramp-wait-for-regexp, tramp-wait-for-output)
18851 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
18852 Howells <dhowells@redhat.com>.
18853 (clear-visited-file-modtime): Defadvice removed. The check for
18854 unset buffer's modtime does not need to be based on
18855 `tramp-buffer-file-attributes'. Suggested by RMS.
18856 (tramp-message): Insert "\n" if not being at beginning of line.
18857 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
18858 sequence with same logic.
18859 (tramp-completion-handle-expand-file-name): Discard call of
18860 `tramp-drop-volume-letter'. It is not necessary, and there have
18861 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
18862 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
18863 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
18864 should always be visible.
18865 (tramp-handle-insert-directory, tramp-setup-complete)
18866 (tramp-set-process-query-on-exit-flag)
18867 (tramp-append-tramp-buffers): Pacify byte-compiler.
18868 (tramp-bug): Delete non-existing variables from list.
18869 Apply `tramp-load-report-modules' as pre-hook.
18870 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
18871 `shell-prompt-pattern' because of non-7bit characters.
18872 Reported by Sebastian Luque <sluque@mun.ca>.
18873 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
18874 (tramp-match-string-list): Remove function.
18875 (tramp-wait-for-regexp): Remove call of that function.
18876 Suggested by Kim F. Storm <storm@cua.dk>.
18877 (tramp-set-auto-save-file-modes): Use octal integer code #o600
18878 instead of octal character code ?\600. The latter resulted in a
18879 syntax error with XEmacs.
18880
18881 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
18882 XEmacs case; not necessary anymore.
18883 (tramp-smb-handle-write-region): No special handling for
18884 `last-coding-system-used, because this is done in
18885 `tramp-accept-process-output' now.
18886 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
18887
18888 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
18889
18890 * wid-edit.el (widget-choice-value-create):
18891 Unconditionally respect user choice. Set :explicit-choice back to nil
18892 when no longer needed.
18893 (widget-choice-action): Unconditionally respect user choice.
18894 Eliminate :explicit-choice-value.
18895
18896 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
18897
18898 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
18899 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
18900 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
18901 running new function `toggle-indicate-empty-lines'.
18902 Rename "Customize" item to "Customize fringe".
18903 Rename "Indicators" item to "Buffer boundaries" and change help echo.
18904 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
18905 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
18906 Delete "Empty lines only" item.
18907 (menu-bar-showhide-fringe-ind-customize): New function.
18908 (menu-bar-showhide-fringe-ind-mixed)
18909 (menu-bar-showhide-fringe-ind-box)
18910 (menu-bar-showhide-fringe-ind-right)
18911 (menu-bar-showhide-fringe-ind-left)
18912 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
18913 instead of `fringe-indicators'.
18914
18915 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
18916
18917 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
18918 Change the date of last update.
18919
18920 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
18921
18922 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
18923 (viper-exec-yank, viper-put-back): Don't display modification msg
18924 if in the minibuffer.
18925
18926 * viper-init.el (viper-replace-overlay-cursor-color)
18927 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
18928 Make variables frame local.
18929
18930 * viper-util.el (viper-append-filter-alist): Use append instead of
18931 nconc.
18932
18933 * viper.el (viper-vi-state-mode-list)
18934 (viper-emacs-state-mode-list): Move help-mode and
18935 completion-list-mode from the first list to the second.
18936 (viper-mode): Docstring.
18937 (viper-go-away, viper-non-hook-settings): Don't localize
18938 minor-mode-alist in newer Emacsen. Add advice to
18939 set-cursor-color. Don't bind "\C-c\\".
18940
18941 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
18942
18943 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
18944 (scheme-macro-expand-command): New user options.
18945 (scheme-trace-procedure, scheme-expand-current-form): New commands.
18946 (scheme-form-at-point, scheme-start-file)
18947 (scheme-interactively-start-process): New functions.
18948 (scheme-get-process): New function, extracted from `scheme-proc'.
18949 (run-scheme): Call `scheme-start-file' to get start file, and pass
18950 it to `make-comint'.
18951 (switch-to-scheme, scheme-proc):
18952 Call `scheme-interactively-start-process' if no Scheme buffer/process
18953 is available.
18954
18955 2005-08-06 Juri Linkov <juri@jurta.org>
18956
18957 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18958 Use `compilation-text-face', `compilation-info-text-face' and
18959 `compilation-error-text-face' instead of `font-lock-keyword-face'.
18960 (compilation-error): New face.
18961 (compilation-error-file-name): Inherit from
18962 `compilation-error' instead of `font-lock-warning-face'.
18963 (compilation-warning-file-name): Inherit from
18964 `compilation-warning' instead of `font-lock-warning-face'.
18965 (compilation-info, compilation-error-file-name)
18966 (compilation-warning-file-name, compilation-info-file-name)
18967 (compilation-line-number, compilation-column-number): Doc fix.
18968 (compilation-error-text-face, compilation-warning-text-face)
18969 (compilation-info-text-face): New face variables.
18970 (compilation-line-face, compilation-column-face)
18971 (compilation-enter-directory-face)
18972 (compilation-leave-directory-face): Doc fix.
18973 (compilation-text-face): New function.
18974
18975 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
18976 instead of 1 to display binary file names as info file links.
18977 (grep-error-face): Use `compilation-error-face' instead of
18978 `font-lock-keyword-face'.
18979 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
18980 and `compilation-warning-text-face' instead of
18981 `font-lock-keyword-face'. Use `compilation-error-text-face'
18982 instead of `grep-error-face'.
18983
18984 2005-08-05 Kenichi Handa <handa@m17n.org>
18985
18986 * international/code-pages.el: Add autoload cookies for all coding
18987 systems.
18988
18989 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
18990
18991 * cus-start.el (all): Put undo.c where it alphabetically belongs.
18992
18993 2005-08-04 Juri Linkov <juri@jurta.org>
18994
18995 * progmodes/compile.el (compilation-mode-map):
18996 * progmodes/grep.el (grep-mode-map):
18997 Bind TAB to `compilation-next-error' and [backtab] to
18998 `compilation-previous-error'.
18999
19000 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
19001 matching line numbers, column numbers and their ranges with regexp
19002 matching only line numbers.
19003 (grep-context-face): New face variable.
19004 (grep-mode-font-lock-keywords): Use it.
19005
19006 * faces.el (read-face-name): Delete duplicate faces.
19007
19008 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
19009
19010 * thumbs.el (thumbs-find-image): Don't make variables
19011 automatically buffer local.
19012 (thumbs-current-tmp-filename, thumbs-current-image-filename)
19013 (thumbs-image-num): Make automatically buffer local.
19014 (thumbs-show-thumbs-list): Use `make-local-variable', not
19015 `make-variable-buffer-local'.
19016 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
19017
19018 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
19019 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
19020 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
19021 (bother, bye, canyou, chatlst, continue, deathlst, describe)
19022 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
19023 (feelings-about, foullst, found, hello, history, howareyoulst)
19024 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
19025 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
19026 (neglst, obj, object, owner, please, problems, qlist)
19027 (random-adjective, relation, remlst, repetitive-shortness)
19028 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
19029 (shortlst, something, sportslst, stallmanlst, states, subj)
19030 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
19031 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
19032 Defvar at compile time.
19033
19034 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
19035 not `make-variable-buffer-local'.
19036
19037 2005-08-02 Kim F. Storm <storm@cua.dk>
19038
19039 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
19040 rectangle overlay in selected window.
19041
19042 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
19043
19044 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
19045 instead of display group. Make `indicate-buffer-boundaries'
19046 customizable through Custom.
19047
19048 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
19049
19050 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
19051 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
19052 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
19053 (gdb-put-string): Fix typos in docstrings.
19054
19055 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
19056
19057 Update copyright notices of files in progmodes directory for
19058 release of Emacs 22.1.
19059
19060 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
19061
19062 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
19063 Don't barf if the GUD buffer has been killed.
19064
19065 2005-08-01 Kim F. Storm <storm@cua.dk>
19066
19067 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
19068
19069 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
19070
19071 * simple.el (next-error-follow-minor-mode):
19072 make-variable-buffer-local -> make-local-variable.
19073
19074 * emacs-lisp/cl-extra.el: Require CL also when compiling.
19075
19076 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
19077 (byte-compile-form-make-variable-buffer-local): New functions to warn
19078 about misuses of make-variable-buffer-local where make-local-variable
19079 was meant.
19080
19081 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
19082
19083 * bs.el (bs-attributes-list): Doc fix.
19084 (bs): Update url-link.
19085
19086 * desktop.el (desktop-save-buffer): Fix typos in docstring.
19087 (desktop-load-default): Simplify.
19088
19089 * ibuffer.el (ibuffer-columnize-and-insert-list)
19090 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
19091 (ibuffer-unmark-all, ibuffer-toggle-marks)
19092 (ibuffer-unmark-forward, ibuffer-unmark-backward)
19093 (ibuffer-compile-make-format-form, ibuffer-format-column)
19094 (ibuffer-current-buffers-with-marks)
19095 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
19096 (ibuffer): Doc fix.
19097 (ibuffer-mode): Fix typo in docstring.
19098 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
19099 with `define-obsolete-variable-alias'.
19100 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
19101
19102 2005-07-29 Kenichi Handa <handa@m17n.org>
19103
19104 * international/mule-cmds.el (select-message-coding-system):
19105 Be sure to use LF for end-of-line. If no coding system is decided,
19106 return iso-8859-1-unix.
19107
19108 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
19109
19110 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
19111 (ange-ftp-pending-error-line): New vars.
19112 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
19113 to handle the non-fatal no-route-to-host messages.
19114 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
19115
19116 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
19117
19118 * isearch.el (isearch-mode-map, isearch-other-meta-char)
19119 (isearch-quote-char, isearch-printing-char)
19120 (isearch-text-char-description): "?\ " -> "?\s".
19121 (isearch-lazy-highlight-cleanup)
19122 (isearch-lazy-highlight-initial-delay)
19123 (isearch-lazy-highlight-interval)
19124 (isearch-lazy-highlight-max-at-a-time)
19125 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
19126 Declare with define-obsolete-*-alias macros.
19127 (isearch-forward): Fix typo in docstring.
19128 (search-invisible, search-ring-yank-pointer)
19129 (regexp-search-ring-yank-pointer): Doc fixes.
19130
19131 * recentf.el (recentf-menu-append-commands-p): Declare with
19132 `define-obsolete-variable-alias'.
19133 (recentf-max-saved-items, recentf-menu-filter)
19134 (recentf-arrange-by-rule-subfilter): Doc fixes.
19135 (recentf-menu-append-commands-flag)
19136 (recentf-initialize-file-name-history, recentf-expand-file-name)
19137 (recentf-clear-data): Fix typos in docstrings.
19138
19139 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
19140
19141 * progmodes/gdb-ui.el: Smarten comments.
19142 (gdb-info-breakpoints-custom): Use nowarn when finding file.
19143
19144 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
19145
19146 * term/apollo.el (terminal-init-apollo): New function containing
19147 all former top level forms in the file.
19148 * term/bobcat.el (terminal-init-bobcat):
19149 * term/cygwin.el (terminal-init-cygwin):
19150 * term/iris-ansi.el (terminal-init-iris-ansi):
19151 * term/linux.el (terminal-init-linux):
19152 * term/news.el (terminal-init-news):
19153 * term/rxvt.el (terminal-init-rxvt):
19154 * term/sun.el (terminal-init-sun):
19155 * term/tvi970.el (terminal-init-tvi970):
19156 * term/vt100.el (terminal-init-vt100):
19157 * term/vt102.el (terminal-init-vt102):
19158 * term/vt125.el (terminal-init-vt125):
19159 * term/vt200.el (terminal-init-vt200):
19160 * term/vt201.el (terminal-init-vt201):
19161 * term/vt220.el (terminal-init-vt220):
19162 * term/vt240.el (terminal-init-vt240):
19163 * term/vt300.el (terminal-init-vt300):
19164 * term/vt320.el (terminal-init-vt320):
19165 * term/vt400.el (terminal-init-vt400):
19166 * term/vt420.el (terminal-init-vt420):
19167 * term/wyse50.el (terminal-init-wyse50):
19168 * term/xterm.el (terminal-init-xterm): Likewise.
19169
19170 * term/README: Describe the terminal-init-* functionality.
19171
19172 * startup.el (command-line): After loading the terminal initialization
19173 file call the corresponding terminal initialization function.
19174
19175 2005-07-27 Kenichi Handa <handa@m17n.org>
19176
19177 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
19178 negative.
19179
19180 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
19181 (ps-mule-composition-prologue): Fix for the case that
19182 RelativeCompose is false.
19183
19184 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
19185
19186 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
19187
19188 * descr-text.el (describe-char): Handle the case where the list of
19189 chars is displayed in a separate frame.
19190 Be a bit more discriminating when looking for the char.
19191
19192 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
19193
19194 * bookmark.el (bookmark-automatically-show-annotations)
19195 (bookmark-read-annotation-text-func): Doc fixes.
19196 (bookmark-save): Improve argument/docstring consistency.
19197 (bookmark-get-bookmark, bookmark-get-bookmark-record)
19198 (bookmark-alist-from-buffer)
19199 (bookmark-upgrade-file-format-from-0)
19200 (bookmark-grok-file-format-version)
19201 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
19202 (bookmark-read-annotation-mode)
19203 (bookmark-insert-current-bookmark, bookmark-jump)
19204 (bookmark-exit-hook): Fix typos in docstrings.
19205 (bookmark-exit-hooks): Define as obsolete alias.
19206 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
19207 not `bookmark-exit-hooks'. Fix docstring.
19208 (bookmark-bmenu-select): "?\ " -> "?\s".
19209
19210 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
19211
19212 * startup.el (command-line): Fix typo.
19213
19214 2005-07-24 Richard M. Stallman <rms@gnu.org>
19215
19216 * tooltip.el (tooltip-mode): Test emacs-basic-display,
19217 not emacs-quick-startup.
19218
19219 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
19220
19221 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
19222 (reb-next-match, reb-show-subexp): Use `with-selected-window'
19223 instead of `reb-with-current-window'.
19224 (reb-prev-match): Likewise. Also, don't move left if the search
19225 was unsuccessful.
19226 (reb-initialize-buffer): New function.
19227 (re-builder, reb-change-syntax): Use it.
19228
19229 * man.el (Man-goto-page): Make second argument NOERROR optional.
19230
19231 2005-07-23 Richard M. Stallman <rms@gnu.org>
19232
19233 * man.el (Man-bgproc-sentinel): Check here for failure to find
19234 any man page in the output, and report the error here.
19235 (Man-arguments): Make it permanent local.
19236 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
19237 (Man-mode): Pass t for NOERROR.
19238
19239 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
19240 (grep-mode-font-lock-keywords):
19241 Don't use compilation-...-face for messages that are not file names.
19242
19243 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19244 Don't use compilation-...-face for messages that are not file names.
19245
19246 2005-07-22 Juri Linkov <juri@jurta.org>
19247
19248 * startup.el (normal-splash-screen): Update menu name.
19249
19250 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
19251
19252 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
19253
19254 * term/xterm.el: Load term/rxvt if the terminal is actually an
19255 rxvt terminal.
19256 (xterm-rxvt-set-background-mode): Remove, not used anymore.
19257
19258 * term/rxvt.el (function-key-map): Use substitute-key-definition
19259 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
19260
19261 * term/cygwin.el: New file.
19262
19263 2005-07-22 Kim F. Storm <storm@cua.dk>
19264
19265 * image-file.el (insert-image-file, image-file-yank-handler):
19266 Fix last change to maintain a (unique) yank-handler on yanked images.
19267
19268 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
19269
19270 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
19271 of the file size (as in "177B" for 177 bytes). This happens with
19272 "ls -lh" on FreeBSD.
19273
19274 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
19275
19276 * hilit-chg.el (highlight-changes-global-initial-state)
19277 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
19278 (hilit-chg-fixup, highlight-changes-mode):
19279 Fix typos in docstrings.
19280 (highlight-changes-global-modes, highlight-changes-rotate-faces):
19281 Doc fixes.
19282
19283 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
19284
19285 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
19286 mode function using `eval-after-load'.
19287
19288 2005-07-21 Kim F. Storm <storm@cua.dk>
19289
19290 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
19291 included when reporting an Emacs crash, and tell about the DEBUG file.
19292
19293 * image-file.el (insert-image-file): Add yank-handler.
19294 (image-file-yank-handler): Yank handler to make unique copies of
19295 images when they are yanked into a buffer next to each other.
19296
19297 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
19298
19299 * comint.el (comint-use-prompt-regexp, comint-send-input)
19300 (comint-source-default, comint-extract-string)
19301 (comint-get-source, comint-word, comint-completion)
19302 (comint-source, comint-prompt-read-only, comint-update-fence):
19303 Fix typos in docstrings.
19304 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
19305 Declare with define-obsolete-*-alias macros.
19306 (comint-previous-matching-input-from-input)
19307 (comint-next-matching-input-from-input)
19308 (comint-previous-matching-input, comint-next-matching-input)
19309 (comint-forward-matching-input):
19310 Improve argument/docstring consistency.
19311
19312 * desktop.el (desktop-clear-preserve-buffers-regexp):
19313 Also preserve the *server* buffer.
19314
19315 * simple.el (clone-indirect-buffer): Doc fix.
19316 (fixup-whitespace, just-one-space)
19317 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
19318 (next-error, next-error-highlight)
19319 (next-error-highlight-no-select, next-error-last-buffer)
19320 (next-error-buffer-p, next-error-find-buffer, next-error)
19321 (previous-error, next-error-no-select, previous-error-no-select)
19322 (open-line, split-line, minibuffer-prompt-width, kill-new)
19323 (binary-overwrite-mode): Fix typos in docstrings.
19324 (set-fill-column): Fix typo in message.
19325
19326 * skeleton.el (skeleton-proxy-new): Doc fix.
19327
19328 * strokes.el (strokes-load-hook): Doc fix.
19329 (strokes-grid-resolution, strokes-get-grid-position)
19330 (strokes-renormalize-to-grid, strokes-read-stroke)
19331 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
19332 (strokes-global-map): Fix typos in docstrings.
19333 (strokes-help): Doc fix. Fix help message and pass it through
19334 `substitute-command-keys'.
19335
19336 * tempo.el (tempo-insert-prompt, tempo-interactive)
19337 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
19338 (tempo-insert-string-functions, tempo-local-tags)
19339 (tempo-define-template, tempo-insert-template)
19340 (tempo-insert-prompt-compat, tempo-is-user-element)
19341 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
19342 Fix typos in docstrings.
19343
19344 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
19345 (vcursor-key-bindings, vcursor-use-vcursor-map)
19346 (vcursor-find-window, vcursor-scroll-down)
19347 (vcursor-disable, vcursor-beginning-of-buffer)
19348 (vcursor-end-of-buffer): Fix typos in docstrings.
19349 (vcursor-relative-move, vcursor-get-char-count):
19350 Improve argument/docstring consistency.
19351
19352 * version.el: "?\ " -> "?\s".
19353
19354 * wid-edit.el (widget-default-create, widget-after-change)
19355 (widget-default-format-handler, widget-checklist-add-item)
19356 (widget-radio-add-item, widget-choose, widget-specify-secret)
19357 (widget-field-value-create, widget-field-value-get)
19358 (widget-editable-list-format-handler)
19359 (widget-editable-list-entry-create, widget-group-value-create)
19360 (widget-documentation-link-add)
19361 (widget-documentation-string-value-create): "?\ " -> "?\s".
19362 (widget-convert-text): Doc fix.
19363 (widget-narrow-to-field, widget-field-find)
19364 (widget-url-link-action, widget-emacs-library-link-action)
19365 (widget-color-notify): Fix typos in docstrings.
19366
19367 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
19368 (x-select-text, set-w32-system-coding-system)
19369 (w32-add-charset-info): Fix typos in docstrings.
19370
19371 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
19372 (cua-enable-cua-keys, cua-use-hyper-key)
19373 (cua-virtual-rectangle-edges): Fix typos in docstrings.
19374 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
19375
19376 * net/tramp.el (tramp-handle-load): Fix typo in error message.
19377
19378 * emacs-lisp/re-builder.el (regexp-builder): Declare with
19379 `defalias' instead of faking it.
19380
19381 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
19382 (eshell-ls-missing, eshell-ls-dired-initial-args)
19383 (eshell-ls-use-in-dired): Fix typos in docstrings.
19384
19385 2005-07-20 Kim F. Storm <storm@cua.dk>
19386
19387 * emulation/cua-base.el (cua-mode): Improve doc string.
19388
19389 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
19390
19391 * abbrev.el (expand-region-abbrevs): Doc fix.
19392 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
19393 Improve argument/docstring consistency.
19394
19395 * arc-mode.el (archive-get-descr, archive-alternate-display):
19396 Doc fixes.
19397 (archive-l-e): Improve argument/docstring consistency.
19398 (archive-tmpdir, archive-unixdate, archive-unixtime)
19399 (archive-chmod-entry): Fix typos in docstrings.
19400 (archive-unflag, archive-unflag-backwards)
19401 (archive-unmark-all-files): "?\ " -> "?\s".
19402
19403 * buff-menu.el (Buffer-menu-unmark): Doc fix.
19404 (Buffer-menu-not-modified, Buffer-menu-execute)
19405 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
19406 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
19407
19408 * composite.el (compose-string, encode-composition-rule)
19409 (compose-last-chars): Fix typos in docstrings.
19410
19411 * desktop.el (desktop-enable, desktop-basefilename):
19412 Declare with `define-obsolete-variable-alias'.
19413 (desktop-internal-v2s): Don't quote keywords.
19414 (desktop-clear): "?\ " -> "?\s".
19415
19416 * dired.el (dired-align-file, dired-flag-backup-files)
19417 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
19418 (dired-listing-switches, dired-ls-F-marks-symlinks)
19419 (dired-dwim-target, dired-load-hook, dired-mode-hook)
19420 (dired-directory, dired-faces, dired, dired-revert)
19421 (dired-mode, dired-summary, dired-view-file)
19422 (dired-copy-filename-as-kill, dired-delete-file)
19423 (dired-no-confirm, dired-unmark-all-marks)
19424 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
19425 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
19426 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
19427 Fix typos in message strings.
19428
19429 * dired-x.el (virtual-dired): Declare with `defalias'.
19430 (dired-mark-unmarked-files, dired-local-variables-file)
19431 (dired-omit-here-always): Doc fix.
19432 (dired-omit-mode, dired-find-subdir)
19433 (dired-enable-local-variables, dired-clean-up-buffers-too)
19434 (dired-extra-startup, dired-mark-extension, dired-jump)
19435 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
19436 (dired-smart-shell-command, dired-guess-shell-alist-user)
19437 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
19438 (dired-x-bind-find-file, dired-x-submit-report):
19439 Fix typos in docstrings.
19440 (dired-mark-unmarked-files): "?\ " -> "?\s".
19441
19442 * dirtrack.el (dirtrack-list): Fix typos in docstring.
19443
19444 * faces.el (describe-face): "?\ " -> "?\s".
19445 (read-all-face-attributes, read-face-font, modify-face)
19446 (face-attr-construct, italic): Fix typos in docstrings.
19447 (frame-update-face-colors): Declare with
19448 `define-obsolete-function-alias'.
19449
19450 * files.el (find-file-noselect, recode-file-name): Doc fixes.
19451 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
19452 (magic-mode-alist, buffer-file-numbers-unique)
19453 (write-file-functions, get-free-disk-space):
19454 Fix typos in docstrings.
19455 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
19456 (write-contents-hooks, write-file-hooks):
19457 Declare with `define-obsolete-variable-alias'.
19458
19459 * forms-d2.el (arch-rj): Fix typo in docstrings.
19460 (arch-tocol): Likewise. "?\ " -> "?\s".
19461
19462 * frame.el (set-frame-font, cursor-in-non-selected-windows):
19463 Fix typo in docstring.
19464 (set-screen-width, set-screen-height): Delete redundant info in
19465 doctrings.
19466 (new-frame, screen-height, screen-width): Declare with
19467 `define-obsolete-function-alias'.
19468 (delete-frame-hook, blink-cursor): Declare with
19469 `define-obsolete-variable-alias'.
19470
19471 * paths.el (prune-directory-list): Fix typos in docstring.
19472
19473 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
19474 (cvs-prefix-get): Fix typos in docstrings.
19475
19476 * ps-print.el (ps-extend-face-list, ps-extend-face)
19477 (ps-print-background-image): Fix typos in docstrings.
19478 (ps-default-fg, ps-default-bg): Doc fixes.
19479
19480 * s-region.el (s-region-bind): Doc fix.
19481 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
19482
19483 * textmodes/org.el (org-table-formula-substitute-names)
19484 (org-table-get-vertical-vector): Doc fixes.
19485 (org-table-recalculate): Remove unused argument to `message'.
19486
19487 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
19488
19489 * textmodes/org.el (org-table-column-names)
19490 (org-table-column-name-regexp)
19491 (org-table-named-field-locations): New variables.
19492 (org-archive-subtree): Protect `this-command' when calling
19493 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
19494 the kill buffer.
19495 (org-complete): Remove fixed-formula completion.
19496 (org-edit-formulas-map): New variable.
19497 (org-table-edit-formulas): New command.
19498 (org-finish-edit-formulas, org-abort-edit-formulas)
19499 (org-show-variable, org-table-get-vertical-vector): New functions.
19500 (org-table-maybe-eval-formula): Handle `:=' fields.
19501 (org-table-get-stored-formulas, org-table-store-formulas)
19502 (org-table-get-formula, org-table-modify-formulas)
19503 (org-table-replace-in-formulas): Handle named field formulas.
19504 (org-table-get-specials): Store locations of named fields.
19505
19506 2005-07-19 Juri Linkov <juri@jurta.org>
19507
19508 * progmodes/grep.el (grep-regexp-alist)
19509 (grep-mode-font-lock-keywords, grep-process-setup):
19510 Use default GNU grep match color "01;31m" instead of "01;41m".
19511 (grep-regexp-alist, grep-mode-font-lock-keywords):
19512 Use `\\[[0-9]*m' instead of `\\[00m'.
19513 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
19514 sgr_start where its handling is more important. Use the real
19515 length of sgr_start instead of constant 8.
19516 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
19517 specially. Delete all remaining escape sequences.
19518 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
19519 (grep-regexp-alist): Make hyperlink only for binary file name
19520 instead of the whole line.
19521 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
19522 (grep-mode): Add autoload.
19523
19524 * emacs-lisp/find-func.el (find-function-regexp):
19525 Add `define-compilation-mode'.
19526
19527 2005-07-19 Juri Linkov <juri@jurta.org>
19528
19529 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
19530 (compare-windows-sync-string-size, compare-windows-recenter)
19531 (compare-windows-highlight, compare-windows): Add version 22.1.
19532 (compare-windows) <defface>: Inherit from lazy-highlight instead
19533 of duplicating its default value.
19534
19535 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
19536 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
19537
19538 * descr-text.el (describe-char): Create link buttons for `charset'
19539 and `code point'. Add the current input method name with a link
19540 button to `to input' field. Print face names of display table
19541 characters in `The display table entry is displayed by' section
19542 instead of printing face-id in the `display' field.
19543 Guess hardcoded faces and create a link button for them.
19544 Skip empty fields when calculating max-width.
19545 Treat `widget-create' specially while inserting strings from the
19546 collected field list.
19547 (describe-char-after): Made obsolete in version 22.1, not 21.5.
19548
19549 * diff-mode.el (diff-file-header): Change foreground color from
19550 yellow to green on light backgrounds.
19551 (diff-context): Inherit from `shadow' only for color/grayscale
19552 with more than 88 colors.
19553 (diff-indicator-removed, diff-indicator-added)
19554 (diff-indicator-changed): New faces.
19555 (diff-font-lock-keywords): Use new faces. Regroup rules.
19556 Add "^---$" for `normal' diff format. Fontify `#' lines with
19557 font-lock-comment-delimiter-face and font-lock-comment-face.
19558 Add `#' to ^[^...] in the rule for `diff-context-face'.
19559
19560 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
19561 a button-like box. Inherit from `highlight' on low colors.
19562 (shadow): Use shades of gray only for color/grayscale with
19563 more than 88 colors. Use green for light backgrounds with
19564 8 colors, and yellow for dark backgrounds with 8 colors.
19565
19566 * font-lock.el (font-lock-regexp-grouping-backslash):
19567 Don't inherit from escape-glyph (use bold for all cases).
19568
19569 * info.el (info-xref-visited): Use light foreground color `violet'
19570 for dark backgrounds instead of dark color `magenta3'.
19571 (info-title-1): Use `yellow' color for dark backgrounds.
19572
19573 * isearch.el (isearch): Use not-too-dark magenta3 instead of
19574 too-light magenta2.
19575
19576 * replace.el (match): Use slightly more light RoyalBlue3 instead
19577 of dark RoyalBlue4.
19578
19579 * wid-edit.el (widget-inactive): Inherit from `shadow'.
19580
19581 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
19582
19583 * novice.el (disabled-command-hook): Declare it with
19584 `define-obsolete-variable-alias'.
19585
19586 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
19587 (desktop-buffer-misc-functions, desktop-buffer-handlers)
19588 (desktop-load-default): Add release to obsolescence info.
19589 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
19590 (desktop-append-buffer-args, desktop-read):
19591 Fix typos in docstrings.
19592 (desktop-kill): Fix typo in message.
19593 (desktop-save): Doc fix.
19594
19595 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
19596
19597 * viper-cmd.el (viper-escape-to-state): Bug fix.
19598 (viper-envelop-ESC-key): Change the definition of fast
19599 keysequence so it'll work with keyboard macros.
19600
19601 * ediff.el (ediff-patch-buffer): Change the docstring.
19602
19603 2005-07-19 Kenichi Handa <handa@m17n.org>
19604
19605 * international/mule-cmds.el (select-safe-coding-system): Try to
19606 use an auto-coding (if any) before anything else. If the found
19607 auto-coding is invalid, show a warning message.
19608
19609 * international/mule.el (find-auto-coding): New function created
19610 by modifying the body of set-auto-coding.
19611 (set-auto-coding): Use find-auto-coding to find a coding.
19612
19613 2005-07-18 Richard M. Stallman <rms@gnu.org>
19614
19615 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
19616 not isearch-mode-end-hook-error.
19617 (allout-before-change-protect): Fix error message.
19618
19619 2005-07-18 Juri Linkov <juri@jurta.org>
19620
19621 * allout.el (allout-mode):
19622 * calculator.el (calculator-copy):
19623 * custom.el (custom-known-themes):
19624 * dired.el (dired-desktop-buffer-misc-data)
19625 (dired-restore-desktop-buffer):
19626 * dired-x.el (dired-omit-marker-char):
19627 * files.el (basic-save-buffer):
19628 * font-core.el (font-lock-mode):
19629 * calendar/calendar.el (calendar-goto-hebrew-date)
19630 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
19631 (calendar-goto-persian-date):
19632 * language/ethio-util.el (ethio-sera-to-fidel-region):
19633 * textmodes/picture.el (picture-mode):
19634 Delete duplicate duplicate words.
19635
19636 2005-07-18 Juri Linkov <juri@jurta.org>
19637
19638 * isearch.el (isearch-mode-map): Remove key bindings for regexp
19639 chars * ? } |.
19640 (isearch-fallback): Don't call `isearch-process-search-char'.
19641 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
19642 (isearch-process-search-char): Call `isearch-fallback' for regexp
19643 chars * ? } |.
19644 (isearch-return-char): Make obsolete with `make-obsolete' instead
19645 of simply documenting it as obsolete in the docstring.
19646 (isearch-fallback): Refill docstring.
19647
19648 * international/isearch-x.el
19649 (isearch-process-search-multibyte-characters): Remove unneeded
19650 `concat'. Add intermediate values to `junk-hist' instead of
19651 `minibuffer-history'. Test the length of `str'.
19652
19653 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
19654
19655 * allout.el (allout-resolve-xref): Fix typos in error strings.
19656 (allout-before-change-protect): Remove unneeded `concat'.
19657
19658 * array.el (array-mode, array-reconfigure-rows)
19659 (untabify-backward): Fix typos in docstrings.
19660 (array-reconfigure-rows): Use `insert-buffer-substring', not
19661 `insert-buffer'.
19662
19663 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
19664 * progmodes/ada-mode.el (ada-make-body):
19665 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
19666
19667 * dired.el (dired-log):
19668 * tar-mode.el (tar-subfile-save-buffer):
19669 * play/zone.el (zone-pgm-stress-destress):
19670 Use `insert-buffer-substring', not `insert-buffer'.
19671
19672 2005-07-17 Simon Josefsson <jas@extundo.com>
19673
19674 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
19675
19676 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
19677
19678 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
19679 Add plain auth method.
19680 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
19681
19682 2005-07-17 Kim F. Storm <storm@cua.dk>
19683
19684 * ido.el (dired-other-window): Add ido property.
19685
19686 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
19687
19688 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
19689 Fix typo in docstring.
19690 (byte-compile-interactive-only-functions): Add `insert-buffer' and
19691 `insert-file-literally'.
19692
19693 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
19694 info and delete redundant message. Doc fix.
19695 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
19696 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
19697
19698 2005-07-16 Richard M. Stallman <rms@gnu.org>
19699
19700 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
19701 (byte-compile-and): Use byte-compile-and-recursion.
19702 (byte-compile-or-recursion): New function.
19703 (byte-compile-or): Use that.
19704 (byte-compile-if): Guard the else-clause too.
19705 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
19706
19707 * isearch.el (isearch-mode-end-hook-quit): New variable.
19708 (isearch-done): Bind it.
19709 (isearch-mode-end-hook): Doc fix.
19710
19711 * allout.el (allout-isearch-did-quit): Variable deleted.
19712 (allout-real-isearch-abort): Function name no longer used.
19713 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
19714 (allout-isearch-rectification): isearch-mode always exists.
19715 Don't set allout-isearch-did-quit.
19716 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
19717 allout-isearch-did-quit.
19718 (allout-enwrap-isearch): Just add the hook.
19719 (allout-isearch-abort): Function deleted.
19720 (allout-pre-command-business): Avoid warning.
19721
19722 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
19723 Correctly avoid warnings.
19724 (pascal-outline): Likewise.
19725
19726 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
19727
19728 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
19729
19730 * play/tetris.el (tetris-mode): Avoid warning.
19731
19732 * play/snake.el (snake-mode): Avoid warning.
19733
19734 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
19735 (gamegrid-set-display-table): Avoid warning.
19736 (gamegrid-set-timer): Likewise.
19737 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
19738 (gamegrid-add-score-with-update-game-score-1): Take FILE
19739 as argument.
19740 (gamegrid-add-score-with-update-game-score): Pass that argument.
19741 Rename have-shared-game-dir to gamegrid-shared-game-dir.
19742
19743 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
19744
19745 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
19746 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
19747
19748 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
19749 and insert-file.
19750
19751 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
19752 (sc-ask): Avoid warnings.
19753
19754 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
19755 (eshell-hist-initialize): Use that var the natural way.
19756
19757 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
19758
19759 * emacs-lisp/re-builder.el (reb-cook-regexp):
19760 Avoid warning calling lre-compile-string.
19761 (reb-color-display-p): Avoid warning.
19762
19763 * calculator.el (calculator-last-input): Guard uses
19764 of event-key and key-press-event-p.
19765 (event-key, key-press-event-p): Delete definitions.
19766
19767 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
19768 (find-gc-source-directory, find-gc-subrs-callers)
19769 (find-gc-noreturn-list, find-gc-source-files)
19770 (find-gc-subrs-called): Vars renamed and defvar'd.
19771
19772 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
19773 (checkdoc-overlay-put, checkdoc-delete-overlay)
19774 (checkdoc-overlay-start, checkdoc-overlay-end)
19775 (checkdoc-mode-line-update, checkdoc-char=):
19776 Define such that compiler knows they are defined.
19777 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
19778 (checkdoc-read-event): Delete. Use read-event directly.
19779
19780 * whitespace.el (whitespace-make-overlay)
19781 (whitespace-overlay-put, whitespace-delete-overlay)
19782 (whitespace-overlay-start, whitespace-overlay-end):
19783 Define such that compiler knows they are defined.
19784 (whitespace): Move conditional inside.
19785
19786 * tempo.el (tempo-insert-template): Suppress warning.
19787
19788 * ediff-diff.el (longlines-mode): Add defvar.
19789
19790 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
19791
19792 * server.el: Bind "C-x #" in a way that works even if C-x is
19793 redefined to a command key, not a prefix key.
19794
19795 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
19796
19797 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
19798 cl-make-type-test till execution time.
19799
19800 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
19801
19802 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
19803 arg ARG and use it.
19804
19805 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
19806
19807 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
19808
19809 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
19810
19811 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
19812 a defcustom with two :set or :type keywords.
19813
19814 2005-07-15 Richard M. Stallman <rms@gnu.org>
19815
19816 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19817 Don't give ^M comment-end syntax.
19818
19819 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
19820
19821 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
19822 Don't consider gdbmi (gdb-mi.el has its own update functions).
19823 (gdb-var-delete): Make it work for gdbmi as well.
19824 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
19825
19826 * progmodes/gud.el (etags, sdb): Only require etags when needed.
19827 (gud-speedbar-menu-items): Correct logic for enabling items.
19828
19829 2005-07-15 Kim F. Storm <storm@cua.dk>
19830
19831 * ido.el: Fix commentary.
19832 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
19833 Use with-no-warnings around ffap-guesser.
19834 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
19835 Let bind minibuffer-completing-file-name to t.
19836
19837 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
19838
19839 * startup.el (site-run-file, keyboard-type): Doc fixes.
19840 (command-line): Check for "--basic-display" argument; also for
19841 "--quick", not "--bare-bones" (which was renamed).
19842 (fancy-splash-text): Add missing item "Getting New Versions".
19843 (normal-splash-screen): Fix typos and improve consistency with
19844 `fancy-splash-text'. Update copyright year.
19845
19846 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
19847 valid binding for `help-char'.
19848
19849 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
19850
19851 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
19852
19853 * term.el (term-mode): Disable cua-mode for term buffers.
19854
19855 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
19856
19857 * add-log.el (add-log-mailing-address, change-log-merge):
19858 Doc fixes.
19859 (change-log-get-method-definition): Fix typo in docstring.
19860
19861 2005-07-14 Kim F. Storm <storm@cua.dk>
19862
19863 * emulation/cua-base.el:
19864 (cua--pre-command-handler-1, cua--pre-command-handler)
19865 (cua--post-command-handler-1, cua--post-command-handler):
19866 Split in two. Check (buffer local) value of cua-mode.
19867 (cua-selection-mode): New command.
19868
19869 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
19870
19871 * custom.el (custom-initialize-safe-set)
19872 (custom-initialize-safe-default): Doc fixes.
19873
19874 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
19875 and simplify :init-value again.
19876
19877 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
19878 and simplify :init-value again. Delete autoload.
19879
19880 * startup.el (command-line): Use `custom-reevaluate-setting' again
19881 for tooltip-mode.
19882
19883 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
19884 a defcustom with two :initialize keywords.
19885
19886 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
19887
19888 * allout.el (my-mark-marker, allout-isearch-prior-pos)
19889 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
19890 (allout-post-command-business, allout-flag-region)
19891 (isearch-reenable-font-lock, allout-yank)
19892 (allout-insert-latex-header, allout-insert-latex-trailer)
19893 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
19894 (allout-latex-verb-quote): Fix typos in docstrings.
19895 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
19896 (allout-unprotected, allout-prefix-data):
19897 Improve argument/docstring consistency.
19898 (allout-chart-subtree): Fix argument spec.
19899 (allout-open-topic): Rename `use_sib_bullet' argument to
19900 `use-sib-bullet'. Doc fix.
19901
19902 * whitespace.el (whitespace-check-buffer-leading)
19903 (whitespace-check-buffer-trailing)
19904 (whitespace-check-buffer-indent)
19905 (whitespace-check-buffer-spacetab)
19906 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
19907 (whitespace-check-leading-whitespace)
19908 (whitespace-check-trailing-whitespace)
19909 (whitespace-check-spacetab-whitespace)
19910 (whitespace-check-indent-whitespace)
19911 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
19912 (whitespace-modes): Fix typos in docstrings.
19913 (defgroup, defcustom): Doc fixes.
19914
19915 * winner.el (winner-mode, winner-boring-buffers)
19916 (winner-pending-undo-ring): Doc fixes.
19917 (winner-ring): Remove unneeded `progn'.
19918 (winner-equal): `defsubst' it.
19919 (winner-redo): Fix message.
19920
19921 2005-07-13 Kim F. Storm <storm@cua.dk>
19922
19923 * simple.el (line-move-1): Always use vertical-motion to
19924 do the last (or only) line move to ensure some movement.
19925 Undo 2005-06-23 change--don't check for overlays.
19926
19927 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19928
19929 * term/mac-win.el (ccl-encode-mac-roman-font)
19930 (ccl-encode-mac-centraleurroman-font)
19931 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
19932 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
19933 Change charset-id boundary of dimension to ?\xef.
19934 (mac-char-fontspec-list): New constant.
19935 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
19936 argument. Nil uses itself as family in font-spec. Previous
19937 behavior for nil is now provided by non-nil non-string argument.
19938 All callers changed. Add font-specs for Mac fonts to
19939 "fontset-default" unless iso8859-1 fonts are installed.
19940
19941 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
19942
19943 * progmodes/sh-script.el (sh-get-indent-info): Only indent
19944 a continuation line if the \ is preceded by SPC or TAB.
19945 (sh-get-indent-info): Simplify.
19946 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
19947 Use with-current-buffer.
19948
19949 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
19950 when the matched text is empty.
19951
19952 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
19953
19954 * startup.el (command-line): Revert to previous handling of
19955 tooltip-mode. Explain in comment why the complexity is needed.
19956
19957 * tooltip.el (tooltip-mode): Revert to previous implementation of
19958 its defcustom.
19959
19960 * frame.el (blink-cursor-mode): Revert to previous implementation
19961 of its defcustom. Update comment.
19962
19963 2005-07-12 Lars Hansen <larsh@soem.dk>
19964
19965 * desktop.el: Update e-mail address.
19966
19967 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19968
19969 * term/mac-win.el (mac-services-mail-selection)
19970 (mac-services-mail-to): New functions.
19971 (mac-application-menu-map): Bind them.
19972
19973 2005-07-12 wulei <milton@wulei.net> (tiny change)
19974
19975 * progmodes/gdb-ui.el: Add note about buffering with Windows.
19976
19977 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
19978
19979 * custom.el (custom-reevaluate-setting): Doc fix.
19980
19981 2005-07-11 Jay Belanger <belanger@truman.edu>
19982
19983 * calc/calc.el (calc-embedded-announce-formula-alist)
19984 (calc-embedded-open-close-plain-alist)
19985 (calc-embedded-open-close-mode-alist): Add checks for additional
19986 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
19987
19988 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
19989
19990 * custom.el (custom-enable-theme): Don't add theme to
19991 `custom-enabled-themes' with `push' because there is no
19992 setf-method for `delq'.
19993
19994 2005-07-11 Richard M. Stallman <rms@gnu.org>
19995
19996 * custom.el (custom-declare-variable): Doc fix.
19997
19998 * dired-aux.el (dired-compare-directories): Remove "." and ".."
19999 from the alists.
20000
20001 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
20002 Do nothing if edebug-active.
20003
20004 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
20005 (edebug-display): Do it here instead.
20006
20007 2005-07-10 Richard M. Stallman <rms@gnu.org>
20008
20009 * cus-face.el (custom-theme-set-faces): Make it work.
20010 (custom-reset-faces): Doc fix.
20011 (custom-theme-reset-internal-face, custom-theme-face-value):
20012 Functions deleted.
20013
20014 * custom.el (custom-push-theme): Maintain list of the settings
20015 of a given theme in its theme-settings property.
20016 Maintain position of old settings in the theme-value
20017 or theme-face property.
20018 (custom-enabled-themes): New variable.
20019 (custom-theme-enabled-p): New function.
20020 (provide-theme): Update custom-enabled-themes.
20021 Disable and reenable the `user' theme.
20022 (require-theme): Doc fix.
20023 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
20024 (custom-theme-value, custom-theme-variable-value): Likewise.
20025 (custom-theme-reset-internal): Likewise.
20026 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
20027 (custom-enable-theme, custom-disable-theme): New functions.
20028 (custom-variable-theme-value, custom-face-theme-value): Likewise.
20029 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
20030 (custom-theme-reset-variables): Simplify.
20031 (deftheme, custom-declare-theme, custom-make-theme-feature):
20032 Definitions moved.
20033
20034 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
20035
20036 * longlines.el (longlines-show-region)
20037 (longlines-unshow-hard-newlines): Recognize hard newlines by
20038 non-nil hard property, instead of t.
20039
20040 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
20041
20042 * viper-cmd.el (viper--key-maps): New variable.
20043 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
20044 emulation-mode-map-alists.
20045 (viper-envelop-ESC-key): Use viper-subseq.
20046 (viper-search-forward/backward/next): Disable debug-on-error.
20047
20048 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20049 (viper-ESC-key): New defcustoms.
20050
20051 * viper-macs.el (ex-map-read-args): Use viper-subseq.
20052
20053 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
20054 (viper-subseq): Copy of subseq from cl.el.
20055
20056 * viper.el (viper-go-away, viper-set-hooks): Use
20057 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
20058
20059 * viper-mous.el (viper-current-frame-saved): Use defvar.
20060
20061 * viper-init.el: Get rid of -face in face names.
20062
20063 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
20064 Make it work with longlines mode
20065
20066 * ediff-mult.el (ediff-meta-mode-hook): New variable.
20067
20068 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
20069
20070 * ediff-init.el: Get rid of -face in face names.
20071
20072 2005-07-10 Richard M. Stallman <rms@gnu.org>
20073
20074 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
20075 and with-timeout-unsuspend.
20076
20077 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
20078 and with-timeout-unsuspend.
20079
20080 * emacs-lisp/timer.el (with-timeout-timers): New variable.
20081 (with-timeout): Bind that variable to record timers.
20082 (with-timeout-suspend, with-timeout-unsuspend): New functions.
20083
20084 * emacs-lisp/debug.el (debug-help-follow): New function.
20085 (debugger-mode-map): Use that instead of help-follow.
20086 (debugger-setup-buffer): Use eval-buffer-list
20087 to handle eval-buffer frames.
20088
20089 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
20090
20091 * timezone.el (timezone-parse-date): Change first regexp
20092 so it will not mistakenly match dates with no time zone.
20093
20094 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
20095
20096 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
20097
20098 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
20099
20100 * custom.el (custom-initialize-safe-set)
20101 (custom-initialize-safe-default): New functions.
20102
20103 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
20104 and simplify :init-value.
20105
20106 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
20107 and simplify :init-value. Delete obsolete comment.
20108
20109 * startup.el (command-line): Use `custom-reevaluate-setting' to
20110 handle `tooltip-mode'. Delete obsolete comment.
20111
20112 * files.el (set-visited-file-name): Avoid calling
20113 `file-name-nondirectory' with a nil argument.
20114
20115 2005-07-09 Richard M. Stallman <rms@gnu.org>
20116
20117 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
20118 was called with nil for the buffer, handle the read position right.
20119 Handle read position for eval-region, too.
20120
20121 2005-07-09 Juri Linkov <juri@jurta.org>
20122
20123 * fringe.el (fringe-mode): Add period in docstring.
20124 (fringe-query-style): Build prompt depending on `all-frames' arg.
20125
20126 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
20127 to not create links to unrelated functions in the Help buffer.
20128
20129 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
20130 Doc fix.
20131
20132 * simple.el (next-error-hook): New variable.
20133 (next-error): Use it. Doc fix.
20134
20135 * textmodes/ispell.el (ispell-command-loop): Add current
20136 dictionary name and program name to mode-line-format.
20137 (ispell-region, ispell-process-line): Add current dictionary name
20138 and program name to messages.
20139
20140 2005-07-08 Jay Belanger <belanger@truman.edu>
20141
20142 * calc/calc.el (calc-embedded-announce-formula-alist)
20143 (calc-embedded-open-close-formula-alist)
20144 (calc-embedded-open-close-word-alist)
20145 (calc-embedded-open-close-plain-alist)
20146 (calc-embedded-open-close-new-formula-alist)
20147 (calc-embedded-open-close-mode-alist)
20148 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
20149 (calc-embedded-mode-hook): New variables.
20150
20151 * calc/calc-embed.el (calc-embedded-firsttime)
20152 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
20153 New variables.
20154 (calc-do-embedded): Use calc-embedded-firsttime,
20155 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
20156 determine whether or not to run hooks.
20157 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
20158 calc-embedded-firsttime-formula appropriately.
20159 Set calc-embedded delimiter variables according to mode.
20160
20161 2005-07-08 Richard M. Stallman <rms@gnu.org>
20162
20163 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
20164 Check for "emacs", etc., as entire symbol, not just as word.
20165 (checkdoc-file-comments-engine): Use regexp-quote on FN.
20166
20167 * files.el (set-visited-file-name): Report the error
20168 for "empty filename" earlier.
20169 (kill-some-buffers): Ignore buffers already dead.
20170
20171 * fringe.el (fringe-mode): Doc fix.
20172
20173 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
20174 Check for (featurep 'xemacs) and turn off warnings in what it guards.
20175 Use unwind-protect to ensure byte-compile-unresolved-functions
20176 is updated.
20177
20178 * whitespace.el (whitespace-buffer-leading-cleanup):
20179 Simplify w/ skip-chars-forward.
20180 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
20181
20182 * mail/rmail.el (rmail-only-expunge): Fix paren error.
20183 Unconditionally try to leave point at the same old place.
20184
20185 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
20186
20187 * comint.el (comint-postoutput-scroll-to-bottom)
20188 (comint-show-maximum-output): Take scroll-margin into consideration.
20189
20190 2005-07-08 Kim F. Storm <storm@cua.dk>
20191
20192 * ido.el (ido-use-filename-at-point): New choice `guess'.
20193 (ido-file-internal): Try ffap-guesser if selected.
20194
20195 * ido.el (ido-before-fallback-functions): New hook.
20196 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
20197 (ido-read-file-name): Run it.
20198
20199 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20200
20201 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
20202 strings rather than a list of symbols to the completion function.
20203
20204 2005-07-07 Jay Belanger <belanger@truman.edu>
20205
20206 * calc/calc-units.el (math-apply-units): Change the places in
20207 which units are simplified.
20208
20209 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
20210
20211 * cus-edit.el (customize-option, customize-option-other-window):
20212 Make them handle aliases.
20213
20214 * custom.el (custom-variable-p): Make it recursively follow
20215 aliases. Mention that in the docstring.
20216
20217 2005-07-07 Richard M. Stallman <rms@gnu.org>
20218
20219 * cus-start.el (exec-path): Use `directory' instead of `file'.
20220 Fix tag for nil.
20221
20222 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
20223
20224 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
20225 when called non-interactively. Doc fix.
20226
20227 2005-07-07 Lute Kamstra <lute@gnu.org>
20228
20229 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
20230 new address as well.
20231
20232 2005-07-07 Kenichi Handa <handa@m17n.org>
20233
20234 * international/mule.el (make-coding-system):
20235 Describe `ascii-incompatible' property in the docstring.
20236 (set-file-name-coding-system): Signal an error if coding-system is
20237 ascii-incompatible.
20238 (set-keyboard-coding-system): Likewise.
20239
20240 * international/mule-cmds.el (set-default-coding-systems):
20241 Don't set default-file-name-coding-system and
20242 default-keyboard-coding-system if coding-system is ASCII-incompatible.
20243
20244 * international/utf-16.el: Declare that all UTF-16-based coding
20245 systems are ASCII-incompatible.
20246
20247 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
20248
20249 * progmodes/gud.el: Require font-lock for displaying errors.
20250 Used by gdb-ui.el.
20251
20252 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
20253
20254 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
20255 values for the pattern lists which are `read'able but not
20256 `append'able (like symbols).
20257
20258 2005-07-06 Richard M. Stallman <rms@gnu.org>
20259
20260 * progmodes/flymake.el (flymake-float-time): Instead of
20261 with-no-warnings, test for XEmacs.
20262 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
20263 to avoid warning.
20264
20265 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
20266
20267 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
20268
20269 2005-07-05 Lute Kamstra <lute@gnu.org>
20270
20271 * battery.el: Add support for Darwin (with much debugging help
20272 from Samuel Lauber <sam124@operamail.com>).
20273 (battery-status-function, battery-echo-area-format)
20274 (battery-mode-line-format): Add support for pmset on Darwin.
20275 (battery-load-low, battery-load-critical): New user options.
20276 (battery-pmset): New function.
20277
20278 2005-07-05 Lute Kamstra <lute@gnu.org>
20279
20280 Update FSF's address in GPL notices.
20281
20282 * textmodes/page-ext.el: Update FSF's address.
20283
20284 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
20285
20286 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
20287 filling from using prefix when filling a single-line docstring.
20288
20289 * progmodes/flymake.el: Remove useless eval-when-compile.
20290
20291 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
20292
20293 2005-07-04 Richard M. Stallman <rms@gnu.org>
20294
20295 * textmodes/org.el (org-file-apps-defaults-gnu):
20296 Rename from org-file-apps-defaults-linux.
20297 (org-default-apps): Don't test system-type for `linux'.
20298 (org-file-apps): Doc fix.
20299
20300 2005-07-04 David Ponce <david@dponce.com>
20301
20302 * tree-widget.el: Improve header Commentary section.
20303 (tree-widget) [defgroup]
20304 (tree-widget-image-enable, tree-widget-themes-directory)
20305 (tree-widget-theme, tree-widget-image-properties-emacs)
20306 (tree-widget-image-properties-xemacs, tree-widget-create-image)
20307 (tree-widget-image-formats, tree-widget-control)
20308 (tree-widget-empty-control, tree-widget-leaf-control
20309 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
20310 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
20311 (tree-widget-keep, tree-widget-after-toggle-functions)
20312 (tree-widget-open-node, tree-widget-close-node): Doc fix.
20313 (tree-widget-open-control, tree-widget-close-control): Fix doc and
20314 :help-echo message.
20315 (tree-widget-set-theme): Doc fix. Use `string-equal'.
20316 (tree-widget-image-properties): Doc fix. Clearer implementation.
20317 (tree-widget--cursors): New constant.
20318 (tree-widget-lookup-image): New function split from
20319 `tree-widget-find-image'. Clearer implementation.
20320 (tree-widget-find-image): Use it.
20321 (tree-widget-button-keymap): Use `set-keymap-parent'.
20322 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
20323 Define the sub-widgets here.
20324 (tree-widget-node): Check that :node is not a tree-widget.
20325 (tree-widget-get-super, tree-widget-open-control)
20326 (tree-widget-close-control, tree-widget-empty-control)
20327 (tree-widget-leaf-control, tree-widget-guide)
20328 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
20329 (tree-widget-no-handle, tree-widget-value-delete)
20330 (tree-widget-map): Remove.
20331 (tree-widget-children-value-save): Doc fix. Simplified.
20332 (tree-widget-value-create): Update according to previous changes.
20333
20334 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
20335
20336 * textmodes/org.el: Leading space replaced by TABS.
20337 (org-recalc-marks, org-table-rotate-recalc-marks)
20338 (org-table-get-specials): Treat "^" and "_" marks.
20339 (org-table-justify-field-maybe): Optional argument NEW.
20340 (org-table-eval-formula): Parsing of the format simplified.
20341 New modes C,I. Honor the %= parameter in the current table.
20342 Avoid unnecessary re-align by using the NEW argument to
20343 `org-table-justify-field-maybe'.
20344 (org-calc-default-modes): Default for date-format mimicks org-mode.
20345 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
20346
20347 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
20348
20349 * cus-face.el (custom-theme-set-faces): Make it handle face
20350 aliases whose alias declarations are pre- or autoloaded.
20351
20352 2005-07-04 Juri Linkov <juri@jurta.org>
20353
20354 * faces.el (read-face-name): Put the code for getting a face name
20355 from the buffer before adding the faces from the `face' property.
20356 Use `completing-read-multiple' instead of `completing-read'.
20357 Require `crm'. Add default value and post-process the returned
20358 list of faces.
20359
20360 * emacs-lisp/crm.el (crm-find-current-element)
20361 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
20362
20363 * emacs-lisp/lisp-mode.el (eval-defun-1):
20364 * emacs-lisp/edebug.el (edebug-eval-defun):
20365 Remove unnecessary quotes.
20366
20367 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
20368
20369 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
20370 (prolog-indent-level): Fix typo in docstring.
20371
20372 * info.el (Info-history, Info-history-forward)
20373 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
20374
20375 * add-log.el (add-change-log-entry):
20376 * comint.el (comint-dynamic-list-input-ring)
20377 (comint-dynamic-list-completions):
20378 * dabbrev.el (dabbrev-expand):
20379 * delim-col.el (delimit-columns-rectangle-line):
20380 * diff-mode.el (diff-context->unified, diff-reverse-direction)
20381 (diff-unified->context):
20382 * ediff-init.el (ediff-abbrev-jobname):
20383 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
20384 (ediff-replace-session-activity-marker-in-meta-buffer):
20385 * info.el (Info-summary):
20386 * lpr.el (printify-region):
20387 * printing.el (pr-create-interface):
20388 * ps-print.el (ps-print-quote):
20389 * ses.el (ses-column-widths, ses-print-cell)
20390 (ses-adjust-print-width, ses-center):
20391 * shell.el (shell-file-name-quote-list):
20392 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
20393 (strokes-fill-current-buffer-with-whitespace)
20394 (strokes-xpm-for-stroke, strokes-list-strokes)
20395 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
20396 * term.el (term-dynamic-list-input-ring)
20397 (term-dynamic-list-completions):
20398 * calc/calc.el (math-format-stack-value):
20399 * emacs-lisp/edebug.el (edebug-display-freq-count):
20400 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
20401 (delphi-new-comment-line):
20402 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
20403 * progmodes/executable.el (executable-set-magic):
20404 * progmodes/python.el (inferior-python-mode):
20405 * progmodes/scheme.el (scheme-mode-syntax-table):
20406 * progmodes/sh-script.el (sh-maybe-here-document):
20407 * progmodes/sql.el (sql-copy-column):
20408 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
20409 * textmodes/bibtex.el (bibtex-mode):
20410 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
20411 (sgml-auto-attributes):
20412 * textmodes/table.el (table-insert, table-shorten-cell)
20413 (table--generate-source-scan-lines, table-delete-row)
20414 (*table--cell-delete-char, table--spacify-frame)
20415 (table--horizontally-shift-above-and-below)
20416 (table--cell-insert-char, table--cell-blank-str)
20417 (table--fill-region-strictly):
20418 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
20419 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
20420
20421 * add-log.el (change-log):
20422 * apropos.el (apropos):
20423 * comint.el (comint-completion, comint-source):
20424 * dabbrev.el (dabbrev):
20425 * delim-col.el (columns):
20426 * diff-mode.el (diff-mode):
20427 * ediff.el (ediff):
20428 * ediff-diff.el (ediff-diff):
20429 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
20430 * ediff-mult.el (ediff-mult):
20431 * ediff-ptch.el (ediff-ptch):
20432 * ediff-wind.el (ediff-window):
20433 * facemenu.el (facemenu):
20434 * indent.el (indent):
20435 * info.el (info):
20436 * jka-cmpr-hook.el (compression, jka-compr):
20437 * lpr.el (lpr):
20438 * outline.el (outlines):
20439 * pcmpl-cvs.el (pcmpl-cvs):
20440 * pcmpl-rpm.el (pcmpl-rpm):
20441 * printing.el (printing):
20442 * ps-print.el (postscript, ps-print, ps-print-horizontal)
20443 (ps-print-vertical, ps-print-headers, ps-print-font)
20444 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
20445 (ps-print-background, ps-print-printer, ps-print-page)
20446 (ps-print-miscellany):
20447 * ses.el (ses):
20448 * shell.el (shell, shell-directories, shell-faces):
20449 * startup.el (initialization):
20450 * strokes.el (strokes):
20451 * term.el (term):
20452 * uniquify.el (uniquify):
20453 * w32-vars.el (w32):
20454 * calc/calc.el (calc):
20455 * emacs-lisp/bytecomp.el (bytecomp):
20456 * emacs-lisp/cl-indent.el (lisp-indent):
20457 * emacs-lisp/edebug.el (edebug):
20458 * emacs-lisp/elp.el (elp):
20459 * emacs-lisp/testcover.el (testcover):
20460 * emacs-lisp/trace.el (trace):
20461 * emulation/viper-ex.el (viper-ex):
20462 * emulation/viper-mous.el (viper-mouse):
20463 * mail/mailalias.el (mailalias):
20464 * mail/supercite.el (supercite, supercite-frames)
20465 (supercite-attr, supercite-cite, supercite-hooks):
20466 * net/rcompile.el (remote-compile):
20467 * net/rlogin.el (rlogin):
20468 * obsolete/ooutline.el (outlines):
20469 * progmodes/delphi.el (delphi):
20470 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
20471 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
20472 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
20473 (ebnf-optimization):
20474 * progmodes/etags.el (etags):
20475 * progmodes/executable.el (executable):
20476 * progmodes/idlwave.el (idlwave):
20477 * progmodes/pascal.el (pascal):
20478 * progmodes/prolog.el (prolog):
20479 * progmodes/python.el (python):
20480 * progmodes/scheme.el (scheme):
20481 * progmodes/sh-script.el (sh, sh-script):
20482 * progmodes/sql.el (SQL):
20483 * progmodes/tcl.el (tcl):
20484 * textmodes/bibtex.el (bibtex, bibtex-autokey):
20485 * textmodes/enriched.el (enriched):
20486 * textmodes/makeinfo.el (makeinfo):
20487 * textmodes/sgml-mode.el (sgml):
20488 * textmodes/table.el (table-hooks):
20489 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
20490 * textmodes/texinfo.el (texinfo):
20491 * textmodes/two-column.el (two-column):
20492 Finish `defgroup' description with period.
20493
20494 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
20495 * eshell/esh-var.el (eshell-var):
20496 * progmodes/vhdl-mode.el (vhdl-testbench):
20497 * textmodes/org.el (org): Fix typos in docstrings.
20498
20499 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
20500 consistency.
20501
20502 * progmodes/flymake.el (flymake-find-file): Remove.
20503 (flymake-float-time): Use `with-no-warnings'.
20504 (flymake-check-start-time, flymake-check-was-interrupted)
20505 (flymake-err-info, flymake-is-running, flymake-last-change-time)
20506 (flymake-new-err-info): `defvar' at compile time.
20507
20508 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
20509
20510 * replace.el (occur-hook): Doc fix.
20511 (occur-1): Don't call `occur-hook' if there are no matches.
20512
20513 2005-07-03 Richard M. Stallman <rms@gnu.org>
20514
20515 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
20516 global-map, save the same map.
20517 (global-map): Don't alter it at top level.
20518 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
20519 Then alter it here instead.
20520 (tpu-edt-off): Set global-map to the saved one.
20521
20522 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
20523 All references simplified.
20524 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
20525 (zmacs-regions): Add defvar.
20526 (repeat-complex-command-map): Everything about that deleted.
20527
20528 * textmodes/artist.el (artist-key-is-drawing)
20529 (artist-key-endpoint1, artist-key-poly-point-list)
20530 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
20531 (artist-key-compl-table, artist-rb-save-data)
20532 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
20533 Don't put them in eval-when-compile.
20534 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
20535
20536 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
20537 Use with-no-warnings.
20538
20539 * net/browse-url.el (dos-windows-version): Add defvar.
20540
20541 * mail/supercite.el (filladapt-prefix-table): Add defvar.
20542
20543 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
20544 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
20545 (rmail-new-summary-line-count): Rename from new-summary-line-count.
20546 Add defvar.
20547 (rmail-summary-beginning-of-message): Use with-no-warnings.
20548 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
20549
20550 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
20551 Use with-no-warnings.
20552
20553 * emulation/vi.el (vi-mark-region): Use c-mark-function.
20554 (c-mark-function): Add point-moving-unit property.
20555 (vi-goto-line): Use with-no-warnings.
20556
20557 * emulation/edt.el (edt-last-copied-word): Add defvar.
20558 (zmacs-region-stays): Likewise.
20559 (edt-mark-section-wisely): Use c-mark-function for C.
20560 Use makr-defun for Fortran.
20561 (time-string): defvar deleted.
20562 (edt-display-the-time): Don't set time-string.
20563
20564 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
20565
20566 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20567 Don't warn when name is not constant
20568 or for defining the group `emacs'.
20569
20570 * tooltip.el (gud-tooltip-mode): Add defvar.
20571
20572 * startup.el (default-frame-background-mode): Add defvar.
20573
20574 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
20575
20576 * info.el (tool-bar-map): Add defvar.
20577
20578 * dired.el (dnd-protocol-alist): Add defvar.
20579
20580 * dired-aux.el (dired-query): Display question with answer, when
20581 the user answers.
20582
20583 * custom.el (custom-add-option): Doc fix.
20584
20585 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
20586
20587 2005-07-03 Eli Zaretskii <eliz@gnu.org>
20588
20589 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
20590 bogus name from the last change.
20591
20592 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
20593
20594 * custom.el (custom-declare-variable): Fix typos in comment.
20595 (custom-known-themes): Doc fix.
20596 (custom-theme-directory): New defcustom.
20597 (require-theme): Make it check `custom-theme-directory'.
20598
20599 * cus-theme.el (custom-new-theme-mode): New function.
20600 (custom-theme-name, custom-theme-variables, custom-theme-faces)
20601 (custom-theme-description): Add compiler defvars.
20602 (customize-create-theme): Add doc to the "*New Custom Theme*"
20603 buffer. Use `custom-new-theme-mode'.
20604 (custom-theme-write): Put the created buffer in emacs-lisp-mode
20605 and save it to the `custom-theme-directory'. Make this the
20606 default directory of the buffer.
20607
20608 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
20609
20610 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
20611 Fix unbalanced parentheses.
20612
20613 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
20614
20615 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
20616 into flymake-mode and delegate to flymake-mode.
20617
20618 * find-file.el (ff-which-function-are-we-in): Clean up.
20619
20620 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
20621
20622 * replace.el (occur-rename-buffer): Fix docstring.
20623
20624 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
20625 (edt-last-copied-word, edt-learn-macro-count)
20626 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
20627 (edt-rect-start-point, edt-user-global-map, rect-start-point)
20628 (time-string, zmacs-region-stays):
20629 * emulation/edt-mapper.el (edt-save-function-key-map)
20630 (EDT-key-name): `defvar' to silence the byte-compiler.
20631
20632 2005-07-02 Martin Rudalics <rudalics@gmx.at>
20633
20634 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
20635 font-lock-regexp-backslash. Doc fix.
20636 (font-lock-regexp-backslash-grouping-construct): Rename from
20637 font-lock-regexp-backslash-construct. Doc fix.
20638 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
20639 grouping constructs.
20640
20641 2005-07-02 Eli Zaretskii <eliz@gnu.org>
20642
20643 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
20644 updating all the prerequisites.
20645
20646 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
20647
20648 * textmodes/org.el (org-agenda-start-on-weekday)
20649 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
20650 (org-agenda-use-time-grid, org-archive-location)
20651 (org-allow-space-in-links, org-usenet-links-prefer-google)
20652 (org-enable-table-editor, org-export-default-language)
20653 (org-export-html-show-new-buffer, org-fill-paragraph)
20654 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
20655 (org-goto-quit, org-occur, org-eval-in-calendar)
20656 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
20657 (org-agenda-diary-entry, org-remember-help)
20658 (org-table-convert-region, org-at-table-p)
20659 (org-table-move-row-down, org-table-move-row-up)
20660 (org-table-copy-region, org-table-toggle-vline-visibility)
20661 (org-table-get-stored-formulas, org-table-get-specials)
20662 (org-recalc-commands, org-table-eval-formula)
20663 (org-table-formula-substitute-names, orgtbl-make-binding)
20664 (org-format-org-table-html, org-format-table-table-html)
20665 (org-format-table-table-html-using-table-generate-source)
20666 (org-customize): Fix typos in docstrings.
20667 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
20668 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
20669 (org-back-to-heading): Doc fixes.
20670 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
20671 (org-agenda-change-all-lines, org-get-header):
20672 Improve argument/docstring consistency.
20673 (orgtbl-error): Fix error message.
20674
20675 * progmodes/flymake.el (flymake-find-possible-master-files)
20676 (flymake-master-file-compare, flymake-get-line-err-count)
20677 (flymake-highlight-line, flymake-gui-warnings-enabled):
20678 Fix typos in docstrings.
20679 (flymake-parse-line, flymake-get-project-include-dirs-function)
20680 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
20681 Doc fixes.
20682 (flymake-get-project-include-dirs-function)
20683 (flymake-make-err-menu-data):
20684 Improve argument/docstring consistency.
20685
20686 2005-07-01 Lute Kamstra <lute@gnu.org>
20687
20688 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
20689 Catch errors with ignore-errors. Use temporary buffer.
20690 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
20691
20692 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
20693 background color faces.
20694 (facemenu-set-foreground, facemenu-set-background):
20695 Use facemenu-set-face-from-menu.
20696 (facemenu-set-face-from-menu): Treat face names that start with
20697 "fg:" or "bg:" as special.
20698 (facemenu-add-new-color): Don't create faces. Simplify.
20699
20700 2005-06-30 Richard M. Stallman <rms@gnu.org>
20701
20702 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
20703 (crm-find-current-element): Likewise.
20704
20705 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
20706
20707 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
20708
20709 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
20710
20711 * arc-mode.el (archive-extract): Make it work as a mouse binding.
20712 (archive-mouse-extract): Make it an obsolete alias.
20713 (archive-mode-map): Don't use archive-mouse-extract any more.
20714 (archive-mode, archive-extract): write-contents-hooks ->
20715 write-contents-functions.
20716 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
20717 first arg.
20718 (archive-rename-entry): Update the call.
20719 (archive-zip-summarize): Remove unused var `method'.
20720 (archive-lzh-summarize): Remove unused var `creator'.
20721
20722 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
20723 dedicated frame upon exit.
20724
20725 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
20726 (archive-zip-extract, archive-zip-expunge)
20727 (archive-zip-update, archive-zip-update-case): Use executable-find.
20728 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
20729 Use restore-buffer-modified-p.
20730 (archive-extract, archive-add-new-member, archive-write-file-member):
20731 Use with-current-buffer.
20732 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
20733
20734 2005-06-30 Andreas Schwab <schwab@suse.de>
20735
20736 * progmodes/gud.el (gud-filter): Remove unneeded progn.
20737
20738 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20739
20740 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
20741
20742 2005-06-30 Juri Linkov <juri@jurta.org>
20743
20744 * faces.el (vertical-border): Inherit from mode-line-inactive
20745 only on tty.
20746
20747 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
20748
20749 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
20750 example, -NLINES in the `occur' docstring).
20751
20752 * replace.el (occur-1): When no matches are found, do not set the
20753 `buffer-read-only' and modified flags for the occur buffer,
20754 because it is deleted.
20755
20756 * emulation/cua-base.el (cua-check-pending-input)
20757 (cua-repeat-replace-region, cua-mode, cua-debug)
20758 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
20759 Fix typos in docstrings.
20760
20761 * emulation/cua-gmrk.el (cua-toggle-global-mark)
20762 (cua-cut-region-to-global-mark)
20763 (cua--cut-rectangle-to-global-mark):
20764 Remove period from end of messages.
20765
20766 * emulation/cua-rect.el (cua-do-rectangle-padding):
20767 Remove period from end of messages.
20768 (cua--rectangle-seq-format): Fix typo in docstring.
20769 (cua-sequence-rectangle, cua-fill-char-rectangle):
20770 Improve argument/docstring consistency.
20771
20772 2005-06-29 Juri Linkov <juri@jurta.org>
20773
20774 * faces.el (default-frame-background-mode): New internal variable.
20775 (frame-set-background-mode): Use it.
20776
20777 * startup.el (normal-top-level): Set default-frame-background-mode
20778 instead of frame-background-mode. Before setting it, test for its
20779 nil value. Remove tests for frame-background-mode and frame
20780 parameter `reverse'. Add test for "unspecified-fg".
20781
20782 * term/xterm.el (xterm-rxvt-set-background-mode):
20783 * term/rxvt.el (rxvt-set-background-mode):
20784 Set default-frame-background-mode instead of frame-background-mode.
20785
20786 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
20787
20788 * simple.el (set-variable): Warn about obsolete user variables.
20789
20790 * imenu.el (imenu--completion-buffer):
20791 * mouse.el (mouse-buffer-menu-alist):
20792 * msb.el (msb-invisible-buffer-p):
20793 * calendar/diary-lib.el (diary-header-line-format):
20794 * emacs-lisp/pp.el (pp-buffer):
20795 * progmodes/cperl-mode.el (cperl-do-auto-fill):
20796 * textmodes/picture.el (picture-replace-match):
20797 Change space constants followed by a sexp to "?\s ".
20798
20799 * play/decipher.el (decipher-loop-with-breaks):
20800 * textmodes/texinfo.el (texinfo-insert-@item): Change space
20801 constants "protected" from end of line by a comment to "?\s".
20802
20803 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
20804
20805 * font-lock.el (save-buffer-state): Use `declare'.
20806
20807 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
20808 reset the syntax-table to cperl-mode-syntax-table.
20809 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
20810 "foo_print_bar" is not matched as a reserved keyword.
20811
20812 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
20813
20814 * textmodes/org.el (orgtbl-setup): New function, for delayed
20815 setup for the orgtbl commands.
20816 (org-calc-default-modes): New option.
20817 (orgtbl-make-binding): Use `defun' to get better help display.
20818 (org-diary): Call `org-compile-prefix-format'.
20819 (org-table-formula-substitute-names): New function.
20820 (org-agenda-day-view, org-agenda-week-view): New commands.
20821 (org-agenda-toggle-week-view): Command removed.
20822 (org-tbl-menu): Split off from org-org-menu.
20823 (org-mode): Move removal of outline-mode menus to here.
20824 (org-table-formula-debug): New option.
20825 (org-table-insert-row): Keep first field if just "#" or "*".
20826 (org-mode): Paragraph regexps fixed.
20827 (org-table-recalculate-regexp): New constant.
20828 (org-table-justify-field-maybe): Avoid replace if not necessary.
20829 (org-copy-special, org-cut-special): Use `call-interactively'.
20830 (org-table-copy-region): Take region from `interactive' call.
20831 (org-trim): Return string even if no match.
20832 (org-formula): New face.
20833 (org-set-font-lock-defaults): No longer highlight "FIXME".
20834 But highlight formula-related fields in table.
20835 (org-table-p): Use regexp, not fontification.
20836 (org-table-align): Handle white space at end of line.
20837 (org-table-formula-evaluate-inline): New option.
20838 (org-mode): Auto-wrapping in comment lines turned off.
20839 (org-table-copy-down): Evaluate only in copied field, not in
20840 destination.
20841 (org-table-current-formula): Variable removed.
20842 (org-table-store-formulas, org-table-get-stored-formulas)
20843 (org-table-modify-formulas, org-table-replace-in-formulas)
20844 (org-table-maybe-eval-formula): New functions.
20845 (org-table-get-formula): Modify to use stored formulas.
20846 (org-table-insert-column, org-table-delete-column)
20847 (org-table-move-column): Call `org-table-modify-formulas'.
20848 (org-complete): Add completion for keyword formulas.
20849 (orgtbl-mode): Pull orgtbl-mode-map to start of
20850 minor-mode-map-alist.
20851
20852 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
20853
20854 * progmodes/python.el (python-check): Require `compile' before
20855 modifying its variables.
20856
20857 * newcomment.el (comment-indent-default): Don't get fooled by an early
20858 end of buffer.
20859
20860 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20861
20862 * ps-print.el (ps-print-version): Fix version number.
20863
20864 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
20865
20866 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
20867
20868 2005-06-28 Richard M. Stallman <rms@gnu.org>
20869
20870 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
20871 (flyspell-local-mouse-map): Declaration deleted.
20872 (flyspell-mouse-map): Bind only mouse-2.
20873 (flyspell-mode-map): Don't test flyspell-use-local-map.
20874 (flyspell-overlay-keymap-property-name): Var deleted.
20875 (flyspell-mode-on): Don't make local bindings for
20876 flyspell-mouse-map and flyspell-mode-map.
20877 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
20878
20879 * textmodes/ispell.el (ispell-word): Do not ignore short words.
20880
20881 * progmodes/compile.el (compilation-next-error-function):
20882 Don't switch buffers; operate on the current buffer.
20883
20884 * progmodes/compile.el (compilation-error-file-name)
20885 (compilation-warning-file-name, compilation-info-file-name)
20886 (compilation-line-number, compilation-column-number): New faces.
20887 (compilation-error-face, compilation-warning-face)
20888 (compilation-info-face, compilation-line-face)
20889 (compilation-column-face): Use them.
20890
20891 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
20892
20893 * comint.el (comint-password-prompt-regexp): Accept ", try again".
20894
20895 * bindings.el (global-map): Bind insertchar and its variants.
20896
20897 2005-06-27 Richard M. Stallman <rms@gnu.org>
20898
20899 * textmodes/artist.el (artist-text-overwrite)
20900 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
20901
20902 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20903
20904 * ps-print.el: It was not working the page selection for printing.
20905 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
20906 (ps-print-version): New version 6.6.7.
20907 (ps-end-sheet): New fun.
20908 (ps-header-sheet, ps-end-job): Call it.
20909
20910 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
20911
20912 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
20913
20914 2005-06-27 Lute Kamstra <lute@gnu.org>
20915
20916 * facemenu.el (facemenu-unlisted-faces): Add foreground and
20917 background color faces.
20918 (facemenu-get-face): Delete function.
20919 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
20920 (facemenu-add-new-color): Make second argument mandatory.
20921 Create the appropriate face and return it. Simplify.
20922 (facemenu-set-foreground, facemenu-set-background): Don't check if
20923 color is defined. Use return value of facemenu-add-new-color.
20924
20925 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
20926
20927 * progmodes/gud.el (gud-filter): Add missing argument to
20928 with-selected-window.
20929
20930 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
20931
20932 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
20933 a :require to the defcustom.
20934
20935 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
20936 defcustoms corresponding to minor modes.
20937
20938 2005-06-26 David Ponce <david@dponce.com>
20939
20940 * recentf.el: Require tree-widget instead of wid-edit.
20941 (recentf-filename-handler): Fix widget :type.
20942 (recentf-cancel-dialog, recentf-open-more-files)
20943 (recentf-open-files-action): Doc fix.
20944 (recentf-dialog-goto-first): New function.
20945 (recentf-dialog-mode-map): Set parent keymap first.
20946 (recentf-dialog-mode): Define with define-derived-mode.
20947 Don't display continuation lines in dialogs.
20948 (recentf-edit-list): Rename from recentf-edit-selected-items.
20949 (recentf-edit-list-select): Rename from recentf-edit-list-action.
20950 Simplify.
20951 (recentf-edit-list-validate): New function.
20952 (recentf-edit-list): Update accordingly.
20953 (recentf-open-files-item-shift): Remove.
20954 (recentf-open-files-item): Convert menu elements into tree and
20955 link widgets. Don't create the widgets.
20956 (recentf-open-files): Update accordingly.
20957 (recentf-save-list): Untabify.
20958
20959 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
20960
20961 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
20962 (keep-lines): Add INTERACTIVE arg. Never delete lines only
20963 partially contained in the active region. Do not take active
20964 region into account when called from Lisp, unless INTERACTIVE arg
20965 is non-nil. Use `forward-line' instead of `beginning-of-line' to
20966 avoid trouble with fields. Make marker point nowhere when no
20967 longer used. Always return nil. Doc fix.
20968 (flush-lines): Add INTERACTIVE arg. Do not take active region
20969 into account when called from Lisp, unless INTERACTIVE arg is
20970 non-nil. Use `forward-line' instead of `beginning-of-line' to
20971 avoid trouble with fields. Make marker point nowhere when no
20972 longer used. Always return nil. Doc fix.
20973 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
20974 interchangeable. Do not take active region into account when
20975 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
20976 message in echo area when called from Lisp, unless INTERACTIVE arg
20977 is non-nil. Avoid saying "1 occurrences". Do not use markers.
20978 Return the number of matches. Doc fix.
20979 (occur): Doc fix.
20980 (perform-replace): Make comment follow double space convention for
20981 the sake of `outline-minor-mode'.
20982
20983 * faces.el (facep): Doc fix.
20984
20985 2005-06-25 Richard M. Stallman <rms@gnu.org>
20986
20987 * facemenu.el (facemenu-enable-faces-p): New function.
20988 (facemenu-background-menu, facemenu-foreground-menu)
20989 (facemenu-face-menu): Add menu-enable property.
20990
20991 * jka-compr.el (jka-compr-insert-file-contents):
20992 Special handling if cannot find the uncompression program.
20993
20994 * cus-face.el (custom-face-attributes): Add autoload.
20995
20996 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20997 Bind comment-indent-function locally.
20998
20999 * window.el (save-selected-window): Use save-current-buffer.
21000
21001 * subr.el (with-selected-window): Use save-current-buffer.
21002
21003 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
21004 and with-current-buffer.
21005
21006 2005-06-24 Richard M. Stallman <rms@gnu.org>
21007
21008 * simple.el (line-move-1): Fix previous change.
21009
21010 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
21011
21012 * replace.el (occur-1): Set `buffer-read-only' and the
21013 buffer-modified flag before running `occur-hook' to protect
21014 against unintentional buffer switches that can lead to data loss.
21015
21016 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
21017
21018 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
21019 (gud-gdb-marker-filter): Use font-lock-warning-face for any
21020 initial error.
21021
21022 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
21023 after fresh input.
21024 (gdb-var-create-handler): Put name of expression in quotes.
21025
21026 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
21027
21028 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
21029 elements of RING in order, and without bogus nil elements.
21030
21031 2005-06-23 Richard M. Stallman <rms@gnu.org>
21032
21033 * simple.el (set-variable): Args renamed; doc fix.
21034 (line-move-1): When there are overlays around, use vertical-motion.
21035
21036 * faces.el (escape-glyph): Use brown against light background.
21037 (nobreak-space): Rename from no-break-space.
21038 Fix previous change.
21039
21040 * dired-aux.el (dired-do-copy): Fix arg prompt.
21041
21042 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
21043
21044 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21045
21046 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
21047 rather than "Distributor".
21048
21049 2005-06-23 Lute Kamstra <lute@gnu.org>
21050
21051 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
21052 (debug-on-entry): Use it. New interactive declaration that uses
21053 function-called-at-point.
21054
21055 2005-06-23 Kim F. Storm <storm@cua.dk>
21056
21057 * subr.el (save-match-data): Add comment about using evaporate arg
21058 to set-match-data.
21059
21060 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
21061
21062 * cus-edit.el (customize-face)
21063 (customize-face-other-window): Handle face aliases.
21064
21065 * faces.el (face-documentation, set-face-attribute)
21066 (face-spec-set): Handle face aliases.
21067
21068 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
21069
21070 * help-mode.el (help-make-xrefs): If a symbol representing a face
21071 name is not followed by the word "face", it could still be a
21072 function or variable name, so don't bypass other checks.
21073
21074 2005-06-22 Juri Linkov <juri@jurta.org>
21075
21076 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
21077 Replace aliased functions with calls where second arg `inherit' is t.
21078
21079 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
21080
21081 * progmodes/gdb-ui.el (gdb-error): New variable.
21082 (gdb-error): New function.
21083 (gdb-annotation-rules): Act on error-begin and error annotations.
21084 (gdb-concat-output): Use font-lock-warning-face for errors.
21085
21086 2005-06-22 Miles Bader <miles@gnu.org>
21087
21088 * bindings.el (propertized-buffer-identification): Use renamed
21089 `Buffer-menu-buffer' face.
21090
21091 * faces.el (vertical-border): Rename from `vertical-divider'.
21092 (escape-glyph): Change dark-background color back to `cyan'.
21093
21094 2005-06-21 Juri Linkov <juri@jurta.org>
21095
21096 * faces.el (face-user-default-spec): Try getting `customized-face'
21097 prior to `saved-face'.
21098 (frame-background-mode): Refill docstring.
21099
21100 * emacs-lisp/lisp-mode.el (eval-defun-1):
21101 * emacs-lisp/edebug.el (edebug-eval-defun):
21102 Set `saved-face' temporarily to nil before calling form.
21103 Set `customized-face' to the new spec after that.
21104
21105 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
21106
21107 * subr.el (1value, lambda, key-substitution-in-progress):
21108 Doc fixes.
21109
21110 * autoinsert.el (auto-insert-alist):
21111 * ses.el (ses-call-printer):
21112 * subr.el (noreturn):
21113 * emacs-lisp/lisp.el (check-parens):
21114 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
21115 * net/browse-url.el (browse-url-mosaic):
21116 * progmodes/cc-defs.el (c-safe-scan-lists):
21117 * progmodes/ebnf-abn.el (ebnf-abn-lex):
21118 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
21119 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
21120 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
21121 * progmodes/ebnf-iso.el (ebnf-iso-lex):
21122 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
21123
21124 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
21125
21126 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
21127
21128 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
21129
21130 * calendar/appt.el (appt-make-list): Activate the package, if
21131 not already active (for backwards compatibility).
21132
21133 2005-06-20 Kim F. Storm <storm@cua.dk>
21134
21135 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
21136
21137 2005-06-20 Miles Bader <miles@gnu.org>
21138
21139 * faces.el (vertical-divider): New face.
21140
21141 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
21142
21143 * simple.el (kill-whole-line): Doc fix.
21144 (next-error-buffer-p, next-error-find-buffer)
21145 (clone-indirect-buffer): Fix typos in docstrings.
21146 (comment-line-break-function): Doc fix: don't say variable
21147 is automatically buffer-local (it isn't).
21148
21149 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
21150
21151 * net/tramp-ftp.el (top):
21152 * net/tramp-smb.el (top):
21153 * net/tramp-util.el (top):
21154 * net/tramp-uu.el (top):
21155 * net/tramp-vc.el (top):
21156 * net/tramp.el (top): Revert copyright years back to original
21157 ones. Tramp has a life outside GNU Emacs.
21158
21159 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
21160
21161 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
21162
21163 2005-06-18 Juri Linkov <juri@jurta.org>
21164
21165 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
21166 end of first regexp to limit the match to the position between
21167 line number and source line with same separator character as used
21168 between file name and line number. In the second regexp limit
21169 mouse-face area to file name and line number by adding new group
21170 for them and referring it in HYPERLINK arg.
21171 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
21172 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
21173 previous line where grep markers may be already removed.
21174
21175 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
21176
21177 * progmodes/ps-mode.el: Update version and maintainer's email address.
21178
21179 2005-06-18 Steve Youngs <steve@xemacs.org>
21180
21181 * net/browse-url.el (browse-url-browser-function)
21182 (browse-url-default-browser): Add firefox.
21183 (browse-url-firefox-program, browse-url-firefox-arguments)
21184 (browse-url-firefox-startup-arguments)
21185 (browse-url-firefox-new-window-is-tab): New defcustoms.
21186 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
21187
21188 2005-06-17 Richard M. Stallman <rms@gnu.org>
21189
21190 * startup.el (command-line): Warn if specified user name has
21191 no home directory.
21192
21193 * term.el (term-get-old-input, term-input-filter, term-input-sender)
21194 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
21195
21196 * longlines.el (longlines-mode, longlines-show-hard-newlines):
21197 Doc fixes.
21198
21199 * faces.el (underline): Try bold if terminal doesn't support underline.
21200
21201 * mail/sendmail.el (mail-setup-with-from): New variable.
21202 (mail-insert-from-field): New function.
21203 (sendmail-send-it): Call it.
21204 (mail-setup): Optionally call it here.
21205
21206 * term/linux.el: Call tty-no-underline.
21207
21208 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
21209
21210 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
21211
21212 2005-06-17 Miles Bader <miles@gnu.org>
21213
21214 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
21215 (ediff-current-diff-C, ediff-current-diff-Ancestor)
21216 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
21217 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
21218 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
21219 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
21220 Remove "-face" suffix from face names.
21221 (ediff-current-diff-face-A, ediff-current-diff-face-B)
21222 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
21223 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
21224 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
21225 (ediff-even-diff-face-A, ediff-even-diff-face-B)
21226 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
21227 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
21228 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
21229 New backward-compatibility aliases for renamed faces.
21230 (ediff-current-diff-face-A, ediff-current-diff-face-B)
21231 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
21232 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
21233 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
21234 (ediff-even-diff-face-A, ediff-even-diff-face-B)
21235 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
21236 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
21237 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
21238 Use renamed ediff faces.
21239
21240 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
21241 Remove "-face" suffix from face names.
21242 (eshell-test-ok-face, eshell-test-failed-face):
21243 New backward-compatibility aliases for renamed faces.
21244 (eshell-run-test): Use renamed eshell-test faces.
21245
21246 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
21247 face name.
21248 (eshell-prompt-face): New backward-compatibility alias for renamed
21249 face.
21250 (eshell-emit-prompt): Use renamed eshell-prompt face.
21251
21252 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
21253 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
21254 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
21255 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
21256 Remove "-face" suffix from face names.
21257 (eshell-ls-directory-face, eshell-ls-symlink-face)
21258 (eshell-ls-executable-face, eshell-ls-readonly-face)
21259 (eshell-ls-unreadable-face, eshell-ls-special-face)
21260 (eshell-ls-missing-face, eshell-ls-archive-face)
21261 (eshell-ls-backup-face, eshell-ls-product-face)
21262 (eshell-ls-clutter-face):
21263 New backward-compatibility aliases for renamed faces.
21264 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
21265
21266 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
21267 Remove "-face" suffix from face name.
21268 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
21269 instead of literal face.
21270
21271 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
21272
21273 * emacs-lisp/warnings.el (display-warning, lwarn)
21274 (warning-minimum-log-level): Doc fixes.
21275 (warning-minimum-level, warning-minimum-log-level):
21276 Add :debug to :type choices.
21277
21278 * progmodes/ada-mode.el (ada-format-paramlist)
21279 (ada-get-indent-case, ada-check-matching-start)
21280 (ada-check-defun-name, ada-goto-matching-decl-start)
21281 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
21282 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
21283 (ada-make-subprogram-body): Follow error conventions.
21284 (ada-case-exception-file, ada-indent-comment-as-code)
21285 (ada-indent-handle-comment-special, ada-indent-renames)
21286 (ada-indent-return, ada-search-directories-internal)
21287 (ada-tab-policy, ada-case-exception-substring)
21288 (ada-other-file-alist, ada-matching-start-re)
21289 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
21290 (ada-imenu-generic-expression, ada-compile-goto-error)
21291 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
21292 (ada-popup-menu, ada-add-extensions, ada-mode)
21293 (ada-region-selected, ada-create-case-exception)
21294 (ada-create-case-exception-substring, ada-after-keyword-p)
21295 (ada-activate-keys-for-case, ada-adjust-case-region)
21296 (ada-adjust-case-buffer, ada-format-paramlist)
21297 (ada-scan-paramlist, ada-insert-paramlist)
21298 (ada-indent-newline-indent)
21299 (ada-indent-newline-indent-conditional)
21300 (ada-justified-indent-current, ada-goto-previous-word)
21301 (ada-indent-current, ada-get-indent-open-paren)
21302 (ada-get-indent-paramlist, ada-get-indent-end)
21303 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
21304 (ada-get-indent-block-start, ada-get-indent-subprog)
21305 (ada-get-indent-noindent, ada-get-indent-label)
21306 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
21307 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
21308 (ada-goto-stmt-end, ada-goto-next-word)
21309 (ada-check-matching-start, ada-check-defun-name)
21310 (ada-goto-matching-decl-start, ada-goto-matching-start)
21311 (ada-goto-matching-end, ada-search-ignore-string-comment)
21312 (ada-in-decl-p, ada-looking-at-semi-or)
21313 (ada-looking-at-semi-private, ada-in-paramlist-p)
21314 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
21315 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
21316 (ada-next-procedure, ada-previous-procedure, ada-next-package)
21317 (ada-previous-package, ada-create-menu)
21318 (ada-fill-comment-paragraph-justify)
21319 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
21320 (ada-other-file-name, ada-last-which-function-line)
21321 (ada-last-which-function-subprog, ada-which-function)
21322 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
21323 (ada-gen-treat-proc, ada-check-emacs-version)
21324 (ada-continuation-indent, ada-align-region-separate):
21325 Fix typos in docstrings.
21326 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
21327
21328 2005-06-16 Lute Kamstra <lute@gnu.org>
21329
21330 * simple.el (fundamental-mode): Run after-change-major-mode-hook
21331 conditionally.
21332
21333 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
21334
21335 * comint.el (comint-replace-by-expanded-filename)
21336 (comint-prompt-regexp, comint-delimiter-argument-list)
21337 (comint-preinput-scroll-to-bottom):
21338 * info.el (Info-hide-cookies-node):
21339 * ls-lisp.el (ls-lisp-classify):
21340 * find-file.el (ff-search-directories, ff-special-constructs)
21341 (ff-find-other-file):
21342 * font-lock.el (font-lock-keywords):
21343 * shell.el (shell-prompt-pattern)
21344 (shell-dynamic-complete-functions, shell-mode)
21345 (shell-delimiter-argument-list):
21346 * term.el (term-replace-by-expanded-filename)
21347 (term-prompt-regexp, term-delimiter-argument-list):
21348 * woman.el (woman-ignore, woman0-if):
21349 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
21350 * emacs-lisp/elint.el (elint-init-env):
21351 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
21352 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
21353 * language/ethio-util.el (ethio-tilde-escape)
21354 (ethio-use-three-dot-question):
21355 * net/zone-mode.el (zone-mode-load-time-setup):
21356 * progmodes/cc-align.el (c-lineup-argcont):
21357 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
21358 * progmodes/cperl-mode.el (cperl-set-style-back):
21359 * progmodes/inf-lisp.el (inferior-lisp-prompt):
21360 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
21361 Fix spellings in docstrings.
21362
21363 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
21364 * progmodes/modula2.el (m2-for): Fix spellings.
21365
21366 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
21367
21368 * simple.el (undo-more): Don't use `format' on `error' arguments.
21369 Improve argument/docstring consistency.
21370 (pending-undo-list): Doc fix.
21371
21372 * smerge-mode.el (smerge-ensure-match):
21373 * emulation/vip.el (vip-ex):
21374 * net/zone-mode.el (zone-mode-update-serial):
21375 * progmodes/idlwave.el (idlwave-complete):
21376 * progmodes/vhdl-mode.el (vhdl-visit-file)
21377 (vhdl-compose-wire-components):
21378 Don't use `format' on `error' arguments.
21379
21380 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
21381 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
21382 (tooltip-help-tips): Fix typos in docstrings.
21383
21384 2005-06-16 David Ponce <david@dponce.com>
21385
21386 * tree-widget.el (tree-widget-value-create): Simplify last change.
21387
21388 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
21389
21390 * ido.el (ido-incomplete-regexp): New variable.
21391 (ido-set-matches-1): Handle invalid-regexp error and set
21392 ido-incomplete-regexp.
21393 (ido-incomplete-regexp): New face.
21394 (ido-completions): Use it.
21395 (ido-complete, ido-exit-minibuffer, ido-completions):
21396 Handle incomplete regexps.
21397 (ido-completions): Add check for complete match when entering a regexp.
21398
21399 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
21400
21401 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
21402
21403 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21404
21405 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
21406 by field delimiters.
21407
21408 2005-06-15 David Ponce <david@dponce.com>
21409
21410 * tree-widget.el: eval-and-compile inlined functions so they will
21411 be available at run-time too.
21412 (tree-widget-super-format-handler)
21413 (tree-widget-format-handler): Remove.
21414 (tree-widget-value-create): Handle the :indent property.
21415
21416 2005-06-15 Miles Bader <miles@gnu.org>
21417
21418 * progmodes/which-func.el (which-func): Only inherit
21419 `font-lock-function-name-face' when that makes sense against the
21420 default mode-line face, otherwise set the face color explicitly.
21421
21422 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
21423 faces instead of (non-existent) variables.
21424
21425 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
21426
21427 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
21428 (iswitchb-get-matched-buffers): Likewise. Simplify.
21429
21430 2005-06-14 Miles Bader <miles@gnu.org>
21431
21432 * progmodes/ld-script.el (ld-script-location-counter):
21433 Remove "-face" suffix from face name.
21434 (ld-script-location-counter-face):
21435 New backward-compatibility alias for renamed face.
21436 (ld-script-location-counter-face): Use renamed face.
21437
21438 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
21439 (cperl-hash): Remove "-face" suffix from face names.
21440 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
21441 New backward-compatibility aliases for renamed faces.
21442 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
21443 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
21444
21445 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
21446 name.
21447 (which-func-face): New backward-compatibility alias for renamed face.
21448 (which-func-format): Use renamed which-func face.
21449
21450 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
21451 (vhdl-function, vhdl-directive, vhdl-reserved-word)
21452 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
21453 names.
21454 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
21455 (vhdl-speedbar-configuration, vhdl-speedbar-package)
21456 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
21457 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
21458 (vhdl-speedbar-architecture-selected)
21459 (vhdl-speedbar-configuration-selected)
21460 (vhdl-speedbar-package-selected)
21461 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
21462 names.
21463 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
21464 Use renamed faces.
21465 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
21466 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
21467 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
21468 Use renamed faces.
21469 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
21470 names.
21471 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
21472 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
21473 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
21474 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
21475 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
21476 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
21477
21478 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
21479 face name.
21480 (sh-heredoc-face): New backward-compatibility alias for renamed face.
21481 (sh-heredoc-face): Use renamed sh-heredoc face.
21482
21483 * progmodes/idlw-help.el (idlwave-help-link):
21484 Remove "-face" suffix from face name.
21485 (idlwave-help-link-face):
21486 New backward-compatibility alias for renamed face.
21487 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
21488
21489 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
21490 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
21491 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
21492 New backward-compatibility aliases for renamed faces.
21493 (idlwave-shell-disabled-breakpoint-face)
21494 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
21495
21496 * progmodes/flymake.el (flymake-errline, flymake-warnline):
21497 Remove "-face" suffix from face names.
21498 (flymake-errline-face, flymake-warnline-face):
21499 New backward-compatibility aliases for renamed faces.
21500 (flymake-highlight-line): Use renamed flymake faces.
21501
21502 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
21503 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
21504 (ebrowse-member-class, ebrowse-progress):
21505 Remove "-face" suffix from face names.
21506 (ebrowse-tree-mark-face, ebrowse-root-class-face)
21507 (ebrowse-file-name-face, ebrowse-default-face)
21508 (ebrowse-member-attribute-face, ebrowse-member-class-face)
21509 (ebrowse-progress-face):
21510 New backward-compatibility aliases for renamed faces.
21511 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
21512 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
21513 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
21514 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
21515
21516 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
21517 antlr-syntax)
21518 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
21519 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
21520 names.
21521 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
21522 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
21523 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
21524 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
21525 backward-compatibility aliases for renamed faces.
21526 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
21527 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
21528 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
21529 remove "font-lock-". Use renamed antlr-mode faces.
21530 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
21531 literal face-names with face variable references.
21532
21533 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
21534 face name.
21535 (Buffer-menu-buffer-face): New backward-compatibility alias for
21536 renamed face.
21537 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
21538
21539 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
21540
21541 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
21542 Eliminate "-face" suffix.
21543 (makefile-targets): Inherit from font-lock-function-name-face and
21544 eliminate "-face" suffix.
21545 (makefile-shell): Remove attributes and eliminate "-face" suffix.
21546 (makefile-*-font-lock-keywords): Append makefile-targets in rule
21547 actions, instead of prepending, to make it less visible.
21548 (makefile-previous-dependency, makefile-match-dependency):
21549 Don't match a target on a continuation line.
21550
21551 * files.el (auto-mode-alist): Put Makefile in gmake mode.
21552
21553 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
21554
21555 * progmodes/gdb-ui.el (menu): Re-order menu items.
21556 (gdb-tooltip-print): Respect tooltip-use-echo-area.
21557
21558 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
21559 Define in tooltip.el.
21560 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
21561 (gud-tooltip-tips): Respect tooltip-use-echo-area and
21562 gud-tooltip-echo-area.
21563
21564 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
21565 backward compatibility and make obsolete.
21566 (tooltip-help-tips): Use tooltip-use-echo-area.
21567 (tooltip-show-help-function): Rename to...
21568 (tooltip-show-help): ...this, because it is a function.
21569 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
21570
21571 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
21572
21573 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
21574 (edebug-print-length, edebug-print-level, edebug-print-circle)
21575 (edebug-modify-breakpoint, edebug-eval-last-sexp)
21576 (edebug-eval-print-last-sexp): Doc fixes.
21577
21578 2005-06-14 Kim F. Storm <storm@cua.dk>
21579
21580 * ido.el (ido-mode): Make a new keymap every time we enable ido,
21581 as the coverage buffer/file/both may change.
21582
21583 2005-06-14 Lute Kamstra <lute@gnu.org>
21584
21585 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
21586 and run-mode-hooks. Simplify.
21587
21588 * mail/rmailedit.el (rmail-edit-mode):
21589 * progmodes/octave-inf.el (inferior-octave-mode):
21590 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
21591
21592 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
21593 and run-mode-hooks.
21594 (recentf-edit-list, recentf-open-files): Don't call
21595 kill-all-local-variables directly.
21596
21597 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
21598
21599 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
21600
21601 * emacs-lisp/byte-run.el (make-obsolete)
21602 (define-obsolete-function-alias): Rename arguments FUNCTION and
21603 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
21604 (make-obsolete-variable, define-obsolete-variable-alias):
21605 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
21606 respectively.
21607
21608 * isearchb.el (isearchb-activate):
21609 * pcvs.el (cvs-mode):
21610 * ses.el (ses-load):
21611 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
21612 * net/tramp.el (tramp-find-file-exists-command)
21613 (tramp-find-shell):
21614 * progmodes/ada-mode.el (ada-create-case-exception)
21615 (ada-create-case-exception-substring, ada-make-subprogram-body):
21616 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
21617 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
21618 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
21619 * textmodes/org.el (org-promote, org-evaluate-time-range)
21620 (org-agenda-next-date-line, org-agenda-previous-date-line)
21621 (org-agenda-error, org-open-at-point, org-table-move-row)
21622 (org-format-table-table-html-using-table-generate-source)
21623 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
21624 * textmodes/reftex.el (reftex-access-scan-info):
21625 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
21626 (reftex-toc-promote-prepare): Follow error conventions.
21627
21628 * diff-mode.el (diff-mode): Fix typo in docstring.
21629
21630 * forms.el (forms--intuit-from-file): Fix reference to
21631 `forms-number-of-fields' in error message.
21632 (forms-print): Fix quoting in error message.
21633
21634 * forms.el (forms-mode):
21635 * emulation/vi.el (vi-goto-insert-state):
21636 * progmodes/flymake.el (flymake-new-err-info)
21637 (flymake-start-syntax-check-for-current-buffer)
21638 (flymake-simple-cleanup):
21639 * eshell/esh-var.el (eshell/export):
21640 * progmodes/gud.el (xdb):
21641 * textmodes/flyspell.el (flyspell-incorrect-hook)
21642 (flyspell-maybe-correct-transposition)
21643 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
21644
21645 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
21646
21647 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
21648 minibuffer prompt.
21649
21650 2005-06-13 Kim F. Storm <storm@cua.dk>
21651
21652 * subr.el (add-to-ordered-list): New defun.
21653
21654 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
21655 add cua--keymap-alist to emulation-mode-map-alists.
21656
21657 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
21658
21659 * subr.el (complete-in-turn): New macro.
21660 (dynamic-completion-table, lazy-completion-table): Add debug info.
21661
21662 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
21663 in preference to face aliases.
21664
21665 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
21666 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
21667 Remove unused vars `start' and `firstline'.
21668 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
21669 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
21670
21671 2005-06-13 Eli Zaretskii <eliz@gnu.org>
21672
21673 * cus-start.el (all): Don't complain about missing GTK-related
21674 variables, unless either `gtk' is boundp or this isn't a
21675 `windows-nt' build.
21676
21677 2005-06-13 Lute Kamstra <lute@gnu.org>
21678
21679 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
21680 run-mode-hooks.
21681
21682 * ediff-mult.el (ediff-meta-mode):
21683 * ediff-util.el (ediff-mode): Use run-mode-hooks.
21684
21685 * ledit.el (ledit-mode): Use delay-mode-hooks.
21686
21687 * woman.el (woman-mode-line-format): Delete constant.
21688 (woman-mode-map): Initialize it properly.
21689 (woman-mode): Set mode-class property to special.
21690 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
21691 Set major-mode and mode-name. Don't set mode-line-format directly.
21692 (Man-getpage-in-background): Don't reference woman-mode-line-format.
21693
21694 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
21695 string argument obsolete.
21696
21697 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
21698
21699 * textmodes/org.el (org-CUA-compatible): New option.
21700 (org-disputed-keys): New variable.
21701 (org-key): New function.
21702 (orgtbl-make-binding): Add docstring to the created function.
21703 (org-mode): Set paragraph start/separate regexps.
21704 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
21705 (org-archive-location, org-archive-mark-done)
21706 (org-archive-stamp-time): New options.
21707 (org-archive-subtree): New command.
21708 (org-fill-paragraph): New function.
21709 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
21710 (org-fake-empty-table-line): Function removed.
21711 (org-format-org-table-html): Do not create empty table lines at
21712 separator lines. Improved table header treatment.
21713 (org-link-format): New option.
21714 (org-make-link): New function.
21715 (org-insert-link, org-store-link): Use org-make-link.
21716 (org-open-file): Quote file name for shell command, to allow
21717 spaces in file names.
21718 (org-link-regexp): Fix bug with mailto link.
21719 (org-link-maybe-angles-regexp, org-protected-link-regexp):
21720 New constants.
21721 (org-export-as-html): Deal with the optional angles around a link.
21722 Better treatment of file: links.
21723 (org-open-at-point): Replace @{ and @} with < and >.
21724 (org-run-mode-hooks): Function removed.
21725 (org-agenda-mode): No longer use `org-run-mode-hooks'.
21726
21727 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
21728
21729 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
21730 MI command -data-list-register-values.
21731 (gdb-post-prompt): Indent properly.
21732
21733 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
21734
21735 * hilit-chg.el (highlight-changes-colors): Rename from
21736 `highlight-changes-colours'.
21737 (highlight-changes-colours): Keep as obsolete alias.
21738 (highlight-changes-face-list): Doc fix.
21739 (hilit-chg-make-list): Use `highlight-changes-colors'.
21740
21741 2005-06-12 Mark A. Hershberger <mah@everybody.org>
21742
21743 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
21744 defun-prompt-regexp.
21745
21746 2005-06-12 Eli Zaretskii <eliz@gnu.org>
21747
21748 * loadup.el: Don't say we are dumping under 2 names on windows-nt
21749 and cygwin.
21750
21751 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
21752 Don't use an old loaddefs.el, as in Makefile.in.
21753
21754 2005-06-12 Lute Kamstra <lute@gnu.org>
21755
21756 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
21757
21758 * man.el (Man-mode-map): Initialize it properly.
21759 (Man-mode): Set mode-class property to special.
21760
21761 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
21762
21763 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
21764
21765 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
21766 A newline is needed in the docstring there.
21767
21768 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
21769 Doc fixes.
21770
21771 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21772
21773 * printing.el: Doc fix. The menubar is no more changed when printing
21774 is loaded, it only changes when pr-menu-bind or pr-update-menus is
21775 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
21776 (pr-version): New version number (6.8.4).
21777 (pr-menu-bind): New command.
21778 (pr-update-menus): Docstring and code fix.
21779 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
21780 Docstring fix.
21781 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
21782 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
21783
21784 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
21785
21786 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
21787 "Returns" to "return", document useful return values, etc.
21788
21789 2005-06-11 Alan Mackenzie <acm@muc.de>
21790
21791 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
21792 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
21793 (adaptive-file-function): Minor amendment to doc-string.
21794
21795 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21796
21797 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
21798 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
21799 Fix :type--it is `integer', not `string'.
21800
21801 * faces.el (modeline-highlight): Rename from (the erroneous)
21802 `modeline-higilight'.
21803
21804 2005-06-11 Lute Kamstra <lute@gnu.org>
21805
21806 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
21807 lisp-interaction-mode-map but make it the parent.
21808 (edebug-eval-mode): Use define-derived-mode.
21809
21810 2005-06-11 Andreas Schwab <schwab@suse.de>
21811
21812 * bindings.el: Add binding of `ESC functionkey' for every
21813 `M-functionkey'.
21814 * hexl.el (hexl-mode-map): Likewise.
21815
21816 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
21817
21818 * progmodes/compile.el (compilation-error-regexp-alist-alist)
21819 [msft]: update regexp for newer msft compilers.
21820
21821 2005-06-10 Mark A. Hershberger <mah@everybody.org>
21822
21823 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
21824 ATTLIST portions of included DTDs.
21825 (xml-parse-dtd): Eliminate use of inefficient match-data.
21826
21827 2005-06-10 Miles Bader <miles@gnu.org>
21828
21829 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
21830 (mpuz-text): Remove "-face" suffix from face names.
21831 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
21832 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
21833 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
21834
21835 * play/gomoku.el (gomoku-O, gomoku-X):
21836 Remove "-face" suffix from face names.
21837 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
21838 New backward-compatibility aliases for renamed faces.
21839 (gomoku-font-lock-keywords): Use renamed gomoku faces.
21840
21841 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
21842
21843 * thumbs.el: Fixes for changes of 2005-06-09.
21844 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
21845 as a directory.
21846 (thumbs-thumbname): Remove directory separator from format string;
21847 `thumbs-thumbsdir' now returns a valid directory name.
21848 (thumbs-temp-dir): New defsubst.
21849 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
21850 Use it.
21851
21852 * cus-edit.el (minibuffer):
21853 * files.el (make-backup-file-name-function):
21854 * filesets.el (filesets-external-viewers):
21855 * hilit-chg.el (highlight-changes-colours)
21856 (highlight-changes-face-list, highlight-changes-rotate-faces):
21857 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
21858 * kmacro.el (kmacro-call-macro):
21859 * log-edit.el (log-edit-changelog-full-paragraphs):
21860 * mouse.el (mouse-1-click-follows-link):
21861 * skeleton.el (skeleton-autowrap):
21862 * subr.el (insert-for-yank-1):
21863 * tempo.el (tempo-insert-region):
21864 * terminal.el (terminal-emulator):
21865 * time.el (display-time-mail-face):
21866 * vc.el (vc-annotate):
21867 * vcursor.el (vcursor-copy-line):
21868 * woman.el (woman-bold-headings, woman-ignore)
21869 (woman-default-faces, woman-monochrome-faces):
21870 * calendar/todo-mode.el (todo-insert-threshold):
21871 * emulation/pc-select.el (pc-select-selection-keys-only)
21872 (pc-selection-mode):
21873 * emulation/vip.el (vip-find-char-forward):
21874 * emulation/viper-cmd.el (viper-find-char-forward):
21875 * international/mule-cmds.el
21876 (select-safe-coding-system-accept-default-p)
21877 (input-method-exit-on-invalid-key):
21878 * international/mule-diag.el (describe-coding-system):
21879 * international/ucs-tables.el (unify-8859-on-encoding-mode):
21880 * net/browse-url.el (browse-url-xterm-program):
21881 * obsolete/lazy-lock.el (lazy-lock-mode):
21882 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
21883 (cperl-mode):
21884 * progmodes/cpp.el (cpp-face-light-name-list)
21885 (cpp-face-dark-name-list):
21886 * progmodes/delphi.el (delphi-newline-always-indents):
21887 Fix spellings in docstrings.
21888
21889 * ido.el (ido-mode, ido-file-extensions-order)
21890 (ido-default-file-method, ido-default-buffer-method)
21891 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
21892 (ido-decorations, ido-read-file-name-as-directory-commands)
21893 (ido-read-file-name-non-ido, ido-work-directory-list)
21894 (ido-ignore-item-temp-list, ido-current-directory)
21895 (ido-magic-forward-char, ido-enter-find-file)
21896 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
21897 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
21898
21899 2005-06-10 Lute Kamstra <lute@gnu.org>
21900
21901 * play/dunnet.el (dun-mode): Use define-derived-mode.
21902 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
21903 obsolete alias.
21904
21905 * play/doctor.el (doctor-mode-map): Remove defvar.
21906 (doctor-mode): Use define-derived-mode.
21907
21908 * mail/mspools.el (mspools-mode):
21909 * net/eudc-hotlist.el (eudc-hotlist-mode):
21910 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
21911
21912 2005-06-10 Miles Bader <miles@gnu.org>
21913
21914 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
21915 Remove "-face" suffix from face names.
21916 (flyspell-incorrect-face, flyspell-duplicate-face):
21917 New backward-compatibility aliases for renamed faces.
21918 (flyspell-mode-on, make-flyspell-overlay)
21919 (flyspell-highlight-incorrect-region)
21920 (flyspell-highlight-duplicate-region)
21921 (flyspell-display-next-corrections)
21922 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
21923
21924 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
21925 from face name.
21926 (texinfo-heading-face): New backward-compatibility alias for
21927 renamed face.
21928 (texinfo-heading-face): Use renamed texinfo-heading face.
21929
21930 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
21931 suffix from face names.
21932 (tex-math-face, tex-verbatim-face):
21933 New backward-compatibility aliases for renamed faces.
21934 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
21935 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
21936 literal face name.
21937
21938 * textmodes/table.el (table-cell): Remove "-face" suffix from face
21939 name.
21940 (table-cell-face): New backward-compatibility alias for renamed face.
21941 (table--put-cell-face-property, table--update-cell-face):
21942 Use renamed table-cell face.
21943
21944 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
21945 from face name.
21946 (sgml-namespace-face): New backward-compatibility alias for
21947 renamed face.
21948 (sgml-namespace-face): Use renamed sgml-namespace face.
21949
21950 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
21951 (org-level-4, org-level-5, org-level-6, org-level-7)
21952 (org-level-8, org-warning, org-headline-done)
21953 (org-deadline-announce, org-scheduled-today)
21954 (org-scheduled-previously, org-link, org-done, org-table)
21955 (org-time-grid): Remove "-face" suffix from face names.
21956 (org-level-1-face, org-level-2-face, org-level-3-face)
21957 (org-level-4-face, org-level-5-face, org-level-6-face)
21958 (org-level-7-face, org-level-8-face, org-warning-face)
21959 (org-headline-done-face, org-deadline-announce-face)
21960 (org-scheduled-today-face, org-scheduled-previously-face)
21961 (org-link-face, org-done-face, org-table-face)
21962 (org-time-grid-face):
21963 New backward-compatibility aliases for renamed faces.
21964 (org-level-faces, org-set-font-lock-defaults, org-timeline)
21965 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
21966 (org-agenda-get-timestamps, org-agenda-get-scheduled)
21967 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
21968
21969 * emulation/viper-init.el (viper-search, viper-replace-overlay)
21970 (viper-minibuffer-emacs, viper-minibuffer-insert)
21971 (viper-minibuffer-vi): Remove "-face" suffix from face names.
21972 (viper-search-face, viper-replace-overlay-face)
21973 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
21974 (viper-minibuffer-vi-face):
21975 New backward-compatibility aliases for renamed faces.
21976 (viper-search-face, viper-replace-overlay-face)
21977 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
21978 (viper-minibuffer-vi-face): Use renamed viper faces.
21979
21980 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
21981 Remove "-face" suffix from face names.
21982 (testcover-nohits-face, testcover-1value-face):
21983 New backward-compatibility aliases for renamed faces.
21984 (testcover-mark): Use renamed testcover faces.
21985
21986 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
21987 face name.
21988 (diary-button-face): New backward-compatibility alias for renamed face.
21989 (diary-entry): Use renamed diary-button face.
21990
21991 * calendar/calendar.el (diary, calendar-today, holiday)
21992 (mark-visible-calendar-date): Remove "-face" suffix from face names.
21993 (diary-face, calendar-today-face, holiday-face):
21994 New backward-compatibility aliases for renamed faces.
21995 (eval-after-load "facemenu", diary-entry-marker)
21996 (calendar-today-marker, calendar-holiday-marker, diary-face):
21997 Use renamed calendar faces.
21998
21999 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
22000 (compare-windows-face): New backward-compatibility alias for
22001 renamed face.
22002 (compare-windows-highlight): Use renamed compare-windows face.
22003
22004 * strokes.el (strokes-char): Remove "-face" suffix from face name.
22005 (strokes-char-face): New backward-compatibility alias for renamed face.
22006 (strokes-encode-buffer): Use renamed strokes-char face.
22007
22008 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
22009 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
22010 Remove "-face" suffix from face names.
22011 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
22012 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
22013 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
22014 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
22015 Use renamed pcvs faces.
22016 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
22017 * pcvs-defs.el (cvs-mode-map): Likewise.
22018 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
22019
22020 * info.el (info-title-1, info-title-2, info-title-3)
22021 (info-title-4): Remove "-face" suffix from and downcase face names.
22022 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
22023 (Info-title-4-face):
22024 New backward-compatibility aliases for renamed faces.
22025 (Info-fontify-node): Use renamed info faces.
22026
22027 * hilit-chg.el (highlight-changes, highlight-changes-delete):
22028 Remove "-face" suffix from face names.
22029 (highlight-changes-face, highlight-changes-delete-face):
22030 New backward-compatibility aliases for renamed faces.
22031 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
22032 (hilit-chg-make-list): Use renamed highlight-changes faces.
22033
22034 * generic-x.el (show-tabs-tab, show-tabs-space):
22035 Remove "-face" suffix from face names.
22036 (show-tabs-tab-face, show-tabs-space-face):
22037 New backward-compatibility aliases for renamed faces.
22038 (show-tabs-generic-mode-font-lock-defaults-1)
22039 (show-tabs-generic-mode-font-lock-defaults-2):
22040 Use renamed show-tabs faces.
22041
22042 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
22043 (smerge-markers): Remove "-face" suffix from face names.
22044 (smerge-mine-face, smerge-other-face, smerge-base-face)
22045 (smerge-markers-face):
22046 New backward-compatibility aliases for renamed faces.
22047 (smerge-mine-face, smerge-other-face, smerge-base-face)
22048 (smerge-markers-face): Use renamed smerge faces.
22049
22050 * log-view.el (log-view-file, log-view-message): Remove "-face"
22051 suffix from face names.
22052 (log-view-file-face, log-view-message-face):
22053 New backward-compatibility aliases for renamed faces.
22054 (log-view-file-face, log-view-message-face): Use renamed log-view
22055 faces.
22056
22057 * paren.el (show-paren-match, show-paren-mismatch):
22058 Remove "-face" suffix from face names.
22059 (show-paren-match-face, show-paren-mismatch-face):
22060 New backward-compatibility aliases for renamed faces.
22061 (show-paren-function): Use renamed show-paren faces.
22062
22063 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
22064 (ruler-mode-margins, ruler-mode-fringes)
22065 (ruler-mode-column-number, ruler-mode-fill-column)
22066 (ruler-mode-comment-column, ruler-mode-goal-column)
22067 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
22068 suffix from face names.
22069 (ruler-mode-default-face, ruler-mode-pad-face)
22070 (ruler-mode-margins-face, ruler-mode-fringes-face)
22071 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
22072 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
22073 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
22074 New backward-compatibility aliases for renamed faces.
22075 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
22076 (ruler-mode-column-number, ruler-mode-fill-column)
22077 (ruler-mode-comment-column, ruler-mode-goal-column)
22078 (ruler-mode-tab-stop, ruler-mode-current-column)
22079 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
22080 faces.
22081
22082 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
22083 face name.
22084 (whitespace-highlight-the-space): Use renamed face.
22085 (whitespace-highlight-face): New backward-compatibility alias for
22086 renamed face.
22087
22088 * woman.el (woman-italic, woman-bold, woman-unknown)
22089 (woman-addition, woman-symbol-face):
22090 Remove "-face" suffix from face names.
22091 (woman-italic-face, woman-bold-face, woman-unknown-face)
22092 (woman-addition-face):
22093 New backward-compatibility aliases for renamed faces.
22094 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
22095 (woman-decode-region, woman-replace-match)
22096 (woman-display-extended-fonts, woman-special-characters)
22097 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
22098 Use renamed woman faces.
22099
22100 * longlines.el (longlines-visible-face): Face removed.
22101
22102 * diff-mode.el (diff-header, diff-file-header, diff-index)
22103 (diff-hunk-header, diff-removed, diff-added, diff-changed)
22104 (diff-function, diff-context, diff-nonexistent): Remove "-face"
22105 suffix from face names.
22106 (diff-header-face, diff-file-header-face, diff-index-face)
22107 (diff-hunk-header-face, diff-removed-face, diff-added-face)
22108 (diff-changed-face, diff-function-face, diff-context-face)
22109 (diff-nonexistent-face): New backward-compatibility aliases for
22110 renamed faces.
22111 (diff-header-face, diff-file-header-face)
22112 (diff-index, diff-index-face, diff-hunk-header)
22113 (diff-hunk-header-face, diff-removed, diff-removed-face)
22114 (diff-added, diff-added-face, diff-changed-face, diff-function)
22115 (diff-function-face, diff-context-face, diff-nonexistent)
22116 (diff-nonexistent-face): Use renamed diff-mode faces.
22117
22118 * progmodes/compile.el (compilation-warning-face)
22119 (compilation-info-face): Remove "-face" suffix from face names.
22120 (compilation-warning-face, compilation-info-face):
22121 New backward-compatibility aliases for renamed faces.
22122 (compilation-warning-face, compilation-info-face):
22123 Use renamed compilation faces.
22124
22125 * add-log.el (change-log-date, change-log-name)
22126 (change-log-email, change-log-file, change-log-list)
22127 (change-log-conditionals, change-log-function)
22128 (change-log-acknowledgement): Remove "-face" suffix from face names.
22129 (change-log-date-face, change-log-name-face)
22130 (change-log-email-face, change-log-file-face)
22131 (change-log-list-face, change-log-conditionals-face)
22132 (change-log-function-face, change-log-acknowledgement-face):
22133 New backward-compatibility aliases for renamed faces.
22134 (change-log-font-lock-keywords): Use renamed change-log faces.
22135
22136 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
22137 (custom-set, custom-changed, custom-saved, custom-button)
22138 (custom-button-pressed, custom-documentation, custom-state)
22139 (custom-comment, custom-comment-tag, custom-variable-tag)
22140 (custom-variable-button, custom-face-tag, custom-group-tag-1)
22141 (custom-group-tag): Remove "-face" suffix from face names.
22142 (custom-magic-alist, custom-magic-value-create)
22143 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
22144 (custom-invalid-face, custom-rogue-face, custom-modified-face)
22145 (custom-set-face, custom-changed-face, custom-saved-face)
22146 (custom-button-face, custom-button-pressed-face)
22147 (custom-documentation-face, custom-state-face)
22148 (custom-comment-face, custom-comment-tag-face)
22149 (custom-variable-tag-face, custom-variable-button-face)
22150 (custom-face-tag-face, custom-group-tag-face-1)
22151 (custom-group-tag-face):
22152 New backward-compatibility aliases for renamed faces.
22153
22154 * wid-edit.el (widget-documentation, widget-button)
22155 (widget-field, widget-single-line-field, widget-inactive)
22156 (widget-button-pressed): "-face" suffix removed from face names.
22157 (widget-documentation-face, widget-button-face)
22158 (widget-field-face, widget-single-line-field-face)
22159 (widget-inactive-face, widget-button-pressed-face):
22160 New backward-compatibility aliases for renamed faces.
22161 (widget-documentation-face, widget-button-face)
22162 (widget-button-pressed-face, widget-specify-field)
22163 (widget-specify-inactive): Use renamed widget faces.
22164
22165 2005-06-10 Kenichi Handa <handa@m17n.org>
22166
22167 * term/x-win.el (x-clipboard-yank): Remove condition-case
22168 wrapping.
22169
22170 2005-06-11 Kenichi Handa <handa@m17n.org>
22171
22172 * add-log.el (change-log-font-lock-keywords): Make the regexp for
22173 date lines stricter.
22174
22175 2005-06-10 Zhang Wei <id.brep@gmail.com>
22176
22177 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
22178 of x-get-selection.
22179
22180 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
22181
22182 * comint.el (comint-mode, comint-snapshot-last-prompt):
22183 * frame.el (frame-current-scroll-bars):
22184 * term.el (term-mode, term-check-proc, term-input-sender)
22185 (term-simple-send, term-extract-string, term-word)
22186 (term-match-partial-filename):
22187 * window.el (window-current-scroll-bars):
22188 * emulation/cua-base.el (cua-normal-cursor-color)
22189 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
22190 (cua-global-mark-cursor-color):
22191 * mail/undigest.el (rmail-forward-separator-regex):
22192 Fix typos in docstrings.
22193
22194 * comint.el (comint-check-proc, make-comint-in-buffer)
22195 (comint-source-default): Doc fixes.
22196
22197 * term.el (term-send-string): Improve argument/docstring consistency.
22198
22199 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
22200
22201 * comint.el (comint-send-input): Bind `inhibit-read-only' around
22202 call to `delete-region'.
22203 (comint-mode-hook): Do not enable Font Lock by default.
22204
22205 2005-06-09 Lute Kamstra <lute@gnu.org>
22206
22207 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
22208 could be void.
22209
22210 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
22211
22212 * emacs-lisp/debug.el (debugger-will-be-back): New var.
22213 (debug): Use it.
22214 (debugger-step-through, debugger-continue, debugger-jump)
22215 (debugger-return-value): Set it when needed.
22216 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
22217 Use inhibit-read-only.
22218
22219 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
22220
22221 * window.el (shrink-window-if-larger-than-buffer)
22222 (window-size-fixed): Fix typo in docstring.
22223
22224 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
22225 thumbnails directory on loading.
22226 (thumbs-conversion-program): Use `eq' to check the system type,
22227 not `equal'.
22228 (thumbs-temp-dir): Initialize to `temporary-file-directory',
22229 not "/tmp". Fix docstring.
22230 (thumbs-thumbsdir): New function to return the thumbnails
22231 directory, creating it if needed.
22232 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
22233 (thumbs-temp-file): Delete variable and make it into a function.
22234 (thumbs-resize-image, thumbs-modify-image): Use it.
22235 (thumbs-kill-buffer): Simplify.
22236 (thumbs-gensym): Defalias or duplicate CL `gensym'.
22237 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
22238 docstrings.
22239
22240 2005-06-09 Kim F. Storm <storm@cua.dk>
22241
22242 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
22243 set-match-data to free markers in match-data.
22244
22245 * replace.el (replace-match-data): Pass RESEAT arg `t' to
22246 match-data to unchain markers in match-data.
22247
22248 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
22249
22250 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
22251 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
22252 unnecessary now.
22253
22254 2005-06-08 Richard M. Stallman <rms@gnu.org>
22255
22256 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
22257 give the variable a doc string that doesn't say don't set it directly.
22258
22259 * textmodes/ispell.el (ispell-check-version):
22260 Use match-string-no-properties.
22261 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
22262 (ispell-buffer-local-words): Likewise.
22263
22264 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
22265 except on terminals with enough colors to really display it.
22266 (makefile-dependency-regex): Delete spurious `bb'.
22267
22268 * faces.el (escape-glyph): Use blue once again in last case.
22269 (no-break-space): Redefine so that it isn't invisible on a tty.
22270
22271 2005-06-08 Kim F. Storm <storm@cua.dk>
22272
22273 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
22274 also when reading directory name.
22275
22276 2005-06-08 Lute Kamstra <lute@gnu.org>
22277
22278 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
22279 (flyspell-mode-line-string): Remove autoload cookie.
22280 (flyspell-mode): Remove defvar.
22281
22282 2005-06-07 Lute Kamstra <lute@gnu.org>
22283
22284 * textmodes/org.el (org-run-mode-hooks): New function.
22285 (org-agenda-mode): Use it.
22286
22287 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
22288
22289 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
22290
22291 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
22292
22293 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
22294
22295 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
22296
22297 * font-lock.el (font-lock-add-keywords): Doc fix.
22298
22299 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
22300
22301 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
22302 (tex-compile-default): In the absence of any history, use the order in
22303 tex-compile-alist to choose the preferred command.
22304 (tex-compile-commands): Reorder a bit.
22305
22306 * textmodes/flyspell.el (flyspell-auto-correct-binding)
22307 (flyspell-incorrect-face, flyspell-duplicate-face):
22308 Use (X)Emacs-agnostic code.
22309 (flyspell-mode-map): Don't overwrite at each load. Remove code
22310 redundant with the subsequent add-minor-mode. Merge Emacs and
22311 XEmacs code.
22312 (flyspell-word): Minor simplification.
22313 (flyspell-math-tex-command-p): Quieten the byte-compiler.
22314 (flyspell-external-point-words): Remove unused vars `size' and `start'.
22315 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
22316 Merge the corresponding Emacs code.
22317 (flyspell-correct-word, flyspell-xemacs-popup):
22318 Use flyspell-do-correct.
22319
22320 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
22321 a dedicated window.
22322
22323 * international/latexenc.el (latexenc-find-file-coding-system):
22324 Undo part of last patch, to turn off a compiler warning.
22325
22326 2005-06-06 Juri Linkov <juri@jurta.org>
22327
22328 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
22329 Rename `tmm-inactive-face' to `tmm-inactive'.
22330
22331 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
22332
22333 * iswitchb.el: Rename faces.
22334
22335 2005-06-06 Kim F. Storm <storm@cua.dk>
22336
22337 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
22338 (cua-global-mark): Remove -face suffix from face names.
22339
22340 * emulation/cua-gmrk.el (cua--init-global-mark):
22341 Remove cua-global-mark face setup.
22342
22343 2005-06-06 Richard M. Stallman <rms@gnu.org>
22344
22345 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
22346 just like other allowed characters.
22347 (makefile-match-dependency): Exclude leading and training whitespace
22348 from the range of regexp subexp 1.
22349 (makefile-macroassign-regex): Don't try to match the body,
22350 just the name of the macro being defined.
22351
22352 * info.el (Info-read-node-name-2): New function.
22353 (Info-read-node-name-1): Use that.
22354 Add a completion-base-size-function property.
22355
22356 * simple.el (completion-setup-function): Look for
22357 completion-base-size-function property of minibuffer-completion-table.
22358
22359 * files.el (locate-file-completion): Doc fix.
22360
22361 * printing.el: Don't call pr-update-menus; user must do that.
22362
22363 * emacs-lisp/debug.el (debugger-window): New variable.
22364 (debug): Use debugger-window if it is set and still alive.
22365 Record debugger-window for next entry.
22366
22367 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
22368
22369 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
22370
22371 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
22372 (hack-one-local-variable, hack-local-variables)
22373 (hack-local-variables-prop-line): Pass that arg.
22374
22375 2005-06-06 Kim F. Storm <storm@cua.dk>
22376
22377 * ido.el (ido-first-match, ido-only-match, ido-subdir)
22378 (ido-indicator): Remove -face suffix from face names.
22379
22380 2005-06-06 Juri Linkov <juri@jurta.org>
22381
22382 * font-lock.el (font-lock-regexp-backslash)
22383 (font-lock-regexp-backslash-construct): New faces.
22384 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
22385 after `('. Add `while-no-input' to control structures.
22386
22387 * faces.el (no-break-space, shadow): New faces.
22388 (escape-glyph): Use less loud colors pink2 and red4.
22389
22390 * diff-mode.el (diff-context-face)
22391 * dired.el (dired-ignored)
22392 * rfn-eshadow.el (file-name-shadow)
22393 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
22394
22395 * info.el (Info-title-1-face): Use green instead of yellow because
22396 bold yellow is not readable on light backgrounds.
22397
22398 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
22399 before selecting the desired mode to not spend time fontifying
22400 old contents.
22401
22402 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
22403
22404 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
22405 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
22406
22407 * ps-print.el (ps-default-fg, ps-default-bg):
22408 Fix typos in docstrings.
22409
22410 * isearchb.el (isearchb): Don't pass a spurious second argument to
22411 `iswitchb-completions'.
22412
22413 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
22414
22415 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
22416 to preserve point.
22417 (gdb-find-file-hook): Add doc string.
22418
22419 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
22420 C dereferenced pointer expression.
22421 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
22422
22423 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
22424
22425 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
22426 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
22427 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
22428 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
22429 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
22430 Make background transparent.
22431
22432 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
22433
22434 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
22435 (font-lock-remove-keywords): Doc fix.
22436 (font-lock-mode-major-mode): Compiler defvar.
22437 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
22438
22439 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
22440 (font-lock-mode): Update `font-lock-mode-major-mode'.
22441 (font-lock-set-defaults): Compiler defvar.
22442 (font-lock-default-function): Take `font-lock-mode-major-mode'
22443 into account.
22444
22445 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
22446 keep track of which major mode it enabled the minor mode for.
22447 Use find-file-hook again. Update docstring.
22448
22449 * simple.el (eval-expression-print-level)
22450 (eval-expression-print-length, eval-expression-debug-on-error):
22451 Doc fixes.
22452
22453 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
22454
22455 * iswitchb.el (iswitchb-single-match-face)
22456 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
22457 (iswitchb-invalid-regexp-face): New faces.
22458 (iswitchb-completions): Use them.
22459 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
22460 now marked as an obsolete alias.
22461 (iswitchb-read-buffer): Remove check for bound font variables.
22462 (iswitchb-invalid-regexp): New free variable.
22463 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
22464 set iswitchb-invalid-regexp.
22465 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
22466 invalid regexps.
22467 (iswitchb-completions): Add check for complete match when entering
22468 a regexp.
22469 (iswitchb-completions): Remove require-match argument.
22470 (iswitchb-exhibit): Fix caller.
22471 (iswitchb-common-match-inserted): New variable.
22472 (iswitchb-complete, iswitchb-completion-help): Use it.
22473
22474 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
22475
22476 * url-http.el (url-http-chunked-encoding-after-change-function):
22477 Use `url-http-debug' instead of `message'.
22478
22479 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
22480
22481 * url-http.el (url-http-parse-headers): Pass redirected URL as a
22482 callback argument.
22483
22484 2005-06-04 Kim F. Storm <storm@cua.dk>
22485
22486 * simple.el (line-move): Only call sit-for when moving backwards.
22487
22488 * ido.el (ido-make-merged-file-list-1): New defun split from
22489 ido-make-merged-file-list.
22490 (ido-make-merged-file-list): Bind throw-on-input around call to
22491 ido-make-merged-file-list-1. Return input-pending-p if
22492 interrupted by more input available.
22493 (ido-read-internal): Handle input-pending-p return value from
22494 ido-make-merged-file-list.
22495
22496 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
22497
22498 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
22499 compatibility code.
22500
22501 * international/latexenc.el (latexenc-find-file-coding-system):
22502 Don't inherit the EOL part of the coding-system from the
22503 tex-main buffer. Fit within 80 columns.
22504
22505 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
22506
22507 * tmm.el (tmm-inactive-face): New face.
22508 (tmm-remove-inactive-mouse-face): New function.
22509 (tmm-prompt, tmm-add-one-shortcut)
22510 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
22511 but not selectable.
22512
22513 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
22514
22515 * faces.el (face-equal): Improve argument/docstring consistency.
22516
22517 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
22518
22519 * progmodes/make-mode.el (makefile-targets-face)
22520 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
22521 (makefile-bsdmake-dependency-regex)
22522 (makefile-makepp-rule-action-regex)
22523 (makefile-bsdmake-rule-action-regex): New constants.
22524 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
22525
22526 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22527 Allow (...) within `...' for makepp messages.
22528
22529 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
22530
22531 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
22532
22533 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
22534 "." files are deleted from all file lists before comparison.
22535
22536 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
22537 (viper-ESC-key): Made them customizable.
22538
22539 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
22540
22541 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
22542
22543 * autorevert.el (auto-revert-buffers): Use save-match-data.
22544
22545 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
22546
22547 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
22548 menu items with a nil command binding.
22549
22550 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
22551
22552 * emacs-lisp/cl-macs.el (defsetf):
22553 Improve argument/docstring consistency.
22554
22555 * faces.el (list-faces-display): Improve the formatting by
22556 computing the maximum length required for any face-name (reworked
22557 patch of 1999-01-11, accidentally deleted on 1999-07-21).
22558 (internal-find-face): Remove redundant info in docstring.
22559
22560 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
22561
22562 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
22563 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
22564 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
22565 (gdb-assembler-custom): Improve regexps.
22566 (def-gdb-auto-update-handler): Use window point to preserve point.
22567
22568 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
22569
22570 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
22571
22572 2005-05-31 Jay Belanger <belanger@truman.edu>
22573
22574 * calc/calc-embed.el (calc-embedded-word): Change argument passed
22575 to calc-embedded.
22576 (calc-embedded-make-info): Have plain prefix argument select
22577 entire line.
22578
22579 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
22580
22581 * faces.el (list-faces-display): Signal error if passed a regexp
22582 that matches no face name.
22583
22584 * simple.el (filter-buffer-substring): Fix typo in docstring.
22585
22586 2005-05-31 Richard M. Stallman <rms@gnu.org>
22587
22588 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
22589 (vhdl-emacs-21): Doc fix.
22590 (vhdl-mode): Unconditionally set comment-padding.
22591 (vhdl-fixup-whitespace-region): Insert spaces only where
22592 there are none.
22593 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
22594
22595 2005-05-30 John Wiegley <johnw@newartisans.com>
22596
22597 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
22598 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
22599 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
22600 `directory-sep-char' to ?/, and all uses of `string-to-int' to
22601 `string-to-number'.
22602
22603 2005-05-30 Jay Belanger <belanger@truman.edu>
22604
22605 * calc/calc.el (calc-bug-address): Fix docstring.
22606 (calc-window-hook, calc-trail-window-hook): New variables.
22607 (calc-trail-display): Restore use of calc-trail-window-hook.
22608 (calc): Restore use of calc-window-hook.
22609
22610 2005-05-31 Masatake YAMATO <jet@gyve.org>
22611
22612 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
22613
22614 * help-fns.el (help-C-file-name): Add autoload mark for
22615 `find-function-noselect'.
22616
22617 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
22618
22619 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
22620 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
22621
22622 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22623
22624 * calendar/diary-lib.el (mark-included-diary-files): Only kill
22625 included diary buffer if it was not already being visited.
22626 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
22627
22628 * calendar/icalendar.el (top-level): Do not require appt.
22629
22630 * mail/supercite.el (sc-select-attribution): Only use a list
22631 element from sc-attrib-selection-list if it returns a string.
22632 Reported by Davide G. M. Salvetti <salve@debian.org>.
22633
22634 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
22635
22636 * thumbs.el (thumbs-thumbname): The resulting thumbname now
22637 includes a hash value to improve its uniqueness, and has a ".jpg"
22638 extension. Also, it is now a valid filename on all systems.
22639 (thumbs-make-thumb): Use `let', not `let*'.
22640 (thumbs-show-thumbs-list): Check for JPEG availability.
22641
22642 2005-05-30 Richard M. Stallman <rms@gnu.org>
22643
22644 * filesets.el (filesets-menu-ensure-use-cached):
22645 Prevent warning when emacs-version>= is undefined.
22646
22647 * printing.el (pr-interactive-n-up): Use string-to-number.
22648
22649 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
22650
22651 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
22652 Warn only when name to be defined is quoted.
22653
22654 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
22655
22656 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
22657 Make regexp more robust.
22658 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
22659 Force regeneration of disassembly.
22660
22661 2005-05-29 Jay Belanger <belanger@truman.edu>
22662
22663 * calc/calc.el (calc-user-invocation): Check if
22664 calc-invocation-macro is non-nil.
22665
22666 2005-05-29 Juri Linkov <juri@jurta.org>
22667
22668 * add-log.el (change-log-font-lock-keywords):
22669 Add `+' to e-mail regexp to accept mail address with keywords.
22670
22671 * man.el (Man-name-regexp): Add `:' to accept qualified names.
22672
22673 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
22674
22675 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
22676
22677 * ielm.el (inferior-emacs-lisp-mode): Ditto.
22678
22679 2005-05-29 Richard M. Stallman <rms@gnu.org>
22680
22681 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
22682 Undo the change that moves to end of the current word.
22683
22684 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
22685
22686 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
22687 Throw error when count <= 0 to ensure input is a number.
22688 (gdb-read-memory-custom): Pick up address from buffer.
22689 (gdb-memory-mode): Allow user to increment and decrement
22690 memory address from header line.
22691
22692 2005-05-29 Richard M. Stallman <rms@gnu.org>
22693
22694 * flyspell.el (flyspell-version): Function deleted.
22695 (flyspell-auto-correct-previous-hook): Doc fix.
22696
22697 * jit-lock.el (jit-lock-function, jit-lock-after-change):
22698 Do nothing if memory is full.
22699
22700 * font-lock.el (font-lock-fontify-syntactically-region):
22701 Pass t for GREEDY to looking-back.
22702
22703 * saveplace.el (save-place-alist-to-file): Write the file
22704 using write-region.
22705
22706 * subr.el (looking-back): New argument GREEDY.
22707
22708 * progmodes/compile.el (compilation-start): Set the mode
22709 before inserting the initial text.
22710
22711 * progmodes/which-func.el (which-func-update-1): Turn the mode
22712 off in case of error by setting which-func-mode.
22713
22714 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
22715
22716 * flyspell.el (flyspell-auto-correct-previous-word):
22717 Narrow down to what's on the screen, and recenter overlays
22718 at the end of the next word.
22719
22720 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
22721
22722 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
22723 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
22724 (flyspell-abbrev-p): Default to nil.
22725 (flyspell-use-global-abbrev-table-p): Doc fix.
22726 (flyspell-large-region): Allow nil as value.
22727 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
22728
22729 (mail-mode-flyspell-verify): More robust handling
22730 of `mail-header-separator'. More efficient signature detection.
22731 Allow for regexp metacharacters in message-header-separator.
22732 Adding `To' not to be checked in mail-mode-flyspell-verify.
22733
22734 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
22735 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
22736 Bind flyspell-auto-correct-binding.
22737 Bind C-. and C-, .
22738 (flyspell-mode-map): Likewise.
22739 (flyspell-mode): Doc fix.
22740 (flyspell-accept-buffer-local-defs): Preserve current buffer.
22741 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
22742 (flyspell-word-cache-result): New var, always local.
22743 (flyspell-check-pre-word-p): Doc fix.
22744 (flyspell-check-changed-word-p): Handle spc like newline.
22745 (flyspell-post-command-hook): Set flyspell-word-cache-result.
22746 (flyspell-word-search-backward, flyspell-word-search-forward):
22747 New functions.
22748 (flyspell-word): Return t if nothing to check.
22749 When parsing TeX code, check for after } or \.
22750 Use flyspell-word-search-backward to find previous word.
22751 Return nil if duplicated word.
22752 For word already checked, return same value as last time.
22753 Set flyspell-word-cache-result after checking.
22754 Don't clobber the return value.
22755 (flyspell-get-word): Major rewrite.
22756 (flyspell-external-point-words): New locals pword, pcount.
22757 Fix size used in progress message.
22758 Find the proper corresponding word in flyspell-large-region-buffer.
22759 (flyspell-region): Check for flyspell-large-region = nil.
22760 (flyspell-highlight-incorrect-region): Clean up overlays in region.
22761 (flyspell-auto-correct-word): Check that WORD is a cons.
22762 (flyspell-correct-word): Likewise.
22763
22764 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
22765
22766 * progmodes/make-mode.el (makefile-rule-action-regex)
22767 (makefile-macroassign-regex, makefile-makepp-mode)
22768 (makefile-bsdmake-mode): Continuation lines may be empty.
22769 Reported by Joshua Varner.
22770 (makefile-makepp-font-lock-keywords): Add $(stem).
22771
22772 2005-05-28 Karl Berry <karl@gnu.org>
22773
22774 * textmodes/tex-mode.el: Now that tex-send-command calls
22775 shell-quote-argument (2005-03-31 change), remove all calls to
22776 shell-quote-argument; they all end up invoking tex-send-command.
22777 The double quoting loses on filenames with non-safe characters,
22778 such as "@". Reported by Frederik Fouvry.
22779
22780 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
22781
22782 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
22783 about preserving point.
22784
22785 2005-05-27 Jay Belanger <belanger@truman.edu>
22786
22787 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
22788 Info-goto-node.
22789
22790 * calc/calc-embed.el (calc-embed-arg): New variable.
22791 (calc-do-embedded-activate, calc-embedded-activate-formula)
22792 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
22793 variable by new variable.
22794 (calc-embedded-make-info): Replace undeclared variable by new
22795 variable. When selecting region with positive prefix
22796 argument, use end of previous line instead of beginning of line.
22797
22798 * calc/calc-aent.el (calc-arg-values): Declare it.
22799
22800 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
22801 Declare them.
22802
22803 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
22804
22805 * calc/calc.el (calc-alg-map): Declare it.
22806
22807 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
22808
22809 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
22810
22811 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
22812 (gdb-registers-buffer, toggle-gdb-all-registers):
22813 Toggle display of floating point registers.
22814 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
22815
22816 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
22817 (toggle-gud-tooltip-dereference):
22818 Rename from gud-toggle-tooltip-dereference.
22819
22820 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
22821
22822 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
22823
22824 2005-05-27 Jay Belanger <belanger@truman.edu>
22825
22826 * calc/calc-prog.el (calc-kbd-report): Remove.
22827 (calc-kbd-query): Rewrite.
22828
22829 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
22830
22831 * image.el (image-library-alist): Move to image.c.
22832 (image-type-available-p): Doc fix.
22833
22834 2005-05-27 Lute Kamstra <lute@gnu.org>
22835
22836 * calc/calc.el (calc):
22837 * outline.el (outline-1, outline-2, outline-3, outline-4)
22838 (outline-5, outline-6, outline-7, outline-8):
22839 * textmodes/dns-mode.el (dns-mode):
22840 * textmodes/sgml-mode.el (sgml-namespace-face):
22841 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
22842 (tex-verbatim-face, tex-use-reftex):
22843 * textmodes/texinfo.el (texinfo-heading-face):
22844 Specify customization group.
22845
22846 * longlines.el: Don't require easy-mmode.
22847 (longlines-visible-face): Specify customization group.
22848
22849 2005-05-27 Kenichi Handa <handa@m17n.org>
22850
22851 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
22852 encoding table of windows-1251.
22853
22854 * international/ucs-tables.el (ucs-set-table-for-input):
22855 If translation-table-for-input of a coding system is a symbol, get
22856 its translation-table property.
22857
22858 * international/code-pages.el: Don't register a coding system into
22859 non-iso-charset-alist more than once.
22860 (cp-make-coding-system): Likewise.
22861
22862 2005-05-26 John Wiegley <johnw@newartisans.com>
22863
22864 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
22865 `eshell-resume-eval' is wrapped in a list, it indicates that the
22866 command was run asynchronously. In that case, unwrap the value
22867 before checking the delimiter value.
22868
22869 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
22870 character before a space at the end of a line is \, assume the space
22871 is part of the last argument rather than a final argument separator.
22872
22873 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
22874 is in use, and the target is `t' or `nil' (which are the most common
22875 values), don't assume that the symbol target is a buffer.
22876
22877 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
22878
22879 * calendar/calendar.el (calendar-mode-line-format):
22880 Use mode-line-highlight as mouse-face.
22881
22882 * time.el (display-time-string-forms, display-time-update):
22883 Use mode-line-highlight as mouse-face.
22884
22885 2005-05-26 Jay Belanger <belanger@truman.edu>
22886
22887 * calc/calc.el (calc-language-alist): Remove extra defvar.
22888
22889 2005-05-26 Lute Kamstra <lute@gnu.org>
22890
22891 * arc-mode.el (archive-mode):
22892 * bookmark.el (bookmark-read-annotation-mode)
22893 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
22894 * bs.el (bs-mode):
22895 * calc/calc-yank.el (calc-edit-mode):
22896 * calc/calc.el (calc-mode, calc-trail-mode):
22897 * calculator.el (calculator-mode):
22898 * chistory.el (command-history-mode):
22899 * comint.el:
22900 * cus-edit.el (custom-mode):
22901 * descr-text.el (describe-text-mode):
22902 * ebuff-menu.el (Electric-buffer-menu-mode):
22903 * ediff-util.el (ediff-mode):
22904 * emacs-lisp/re-builder.el (reb-mode):
22905 * emulation/vi.el (vi-mode-setup):
22906 * emulation/ws-mode.el (wordstar-mode):
22907 * eshell/esh-mode.el (eshell-mode):
22908 * forms.el (forms-mode):
22909 * help-mode.el (help-mode):
22910 * hexl.el (hexl-mode):
22911 * ibuffer.el (ibuffer-mode):
22912 * ielm.el (inferior-emacs-lisp-mode):
22913 * info.el (Info-mode, Info-edit-mode):
22914 * international/swedish.el:
22915 * ledit.el (ledit-from-lisp-mode):
22916 * locate.el (locate-mode):
22917 * mail/rmail.el (rmail-mode):
22918 * mail/rmailedit.el (rmail-edit-mode):
22919 * mail/rmailsum.el (rmail-summary-mode):
22920 * mail/supercite.el (sc-electric-mode):
22921 * net/eudc.el (eudc-mode):
22922 * net/quickurl.el (quickurl-list-mode):
22923 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
22924 * obsolete/ooutline.el (outline-mode):
22925 * obsolete/options.el (Edit-options-mode):
22926 * obsolete/rnews.el (news-mode):
22927 * obsolete/rnewspost.el (news-reply-mode):
22928 * play/5x5.el (5x5-mode):
22929 * play/decipher.el (decipher-mode, decipher-stats-mode):
22930 * play/gomoku.el (gomoku-mode):
22931 * play/snake.el (snake-mode):
22932 * play/solitaire.el (solitaire-mode):
22933 * play/tetris.el (tetris-mode):
22934 * progmodes/ada-mode.el (ada-mode):
22935 * progmodes/antlr-mode.el (antlr-mode):
22936 * progmodes/autoconf.el (autoconf-mode):
22937 * progmodes/dcl-mode.el (dcl-mode):
22938 * progmodes/delphi.el (delphi-mode):
22939 * progmodes/ebrowse.el (ebrowse-tree-mode)
22940 (ebrowse-electric-list-mode, ebrowse-member-mode)
22941 (ebrowse-electric-position-mode):
22942 * progmodes/f90.el (f90-mode):
22943 * progmodes/fortran.el (fortran-mode):
22944 * progmodes/icon.el (icon-mode):
22945 * progmodes/idlw-help.el (idlwave-help-mode):
22946 * progmodes/idlw-shell.el (idlwave-shell-mode):
22947 * progmodes/idlwave.el (idlwave-mode):
22948 * progmodes/inf-lisp.el (inferior-lisp-mode):
22949 * progmodes/m4-mode.el (m4-mode):
22950 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
22951 * progmodes/modula2.el (modula-2-mode):
22952 * progmodes/octave-inf.el (inferior-octave-mode):
22953 * progmodes/octave-mod.el (octave-mode):
22954 * progmodes/pascal.el (pascal-mode):
22955 * progmodes/sh-script.el (sh-mode):
22956 * progmodes/sql.el (sql-mode, sql-interactive-mode):
22957 * progmodes/vhdl-mode.el (vhdl-mode):
22958 * progmodes/xscheme.el (scheme-interaction-mode):
22959 * replace.el (occur-mode):
22960 * ses.el (ses-mode):
22961 * simple.el (completion-list-mode):
22962 * skeleton.el:
22963 * speedbar.el (speedbar-mode):
22964 * term.el (term-mode):
22965 * terminal.el (terminal-edit-mode):
22966 * textmodes/reftex-index.el (reftex-index-mode)
22967 (reftex-index-phrases-mode):
22968 * textmodes/reftex-sel.el (reftex-select-label-mode)
22969 (reftex-select-bib-mode):
22970 * textmodes/reftex-toc.el (reftex-toc-mode):
22971 * wdired.el (wdired-change-to-wdired-mode):
22972 * wid-browse.el (widget-browse-mode):
22973 Use run-mode-hooks.
22974
22975 * array.el (array-mode):
22976 * calendar/todo-mode.el (todo-mode):
22977 * man.el (Man-mode):
22978 * play/landmark.el (lm-mode):
22979 * play/mpuz.el (mpuz-mode):
22980 Use kill-all-local-variables and run-mode-hooks.
22981
22982 * subr.el (delay-mode-hooks): Specify indentation.
22983
22984 2005-05-26 Mark A. Hershberger <mah@everybody.org>
22985
22986 * xml.el (xml-substitute-special): Don't die for undefined xml
22987 entities.
22988
22989 2005-05-26 Jay Belanger <belanger@truman.edu>
22990
22991 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
22992 of nil.
22993
22994 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
22995
22996 * progmodes/gdb-ui.el (gdb-frame-address):
22997 Rename from gdb-current-address.
22998 (gdb-previous-frame-address): Rename from gdb-previous-address.
22999 (gdb-selected-frame): Rename from gdb-current-frame.
23000 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
23001 (gdb-frame-number): Rename from gdb-current-stack-level.
23002 (gdb-ann3): Match new mode-name for disassembly buffer.
23003 Extend initialization of variables.
23004 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
23005 (gdb-memory-mode): Use mouse-face in header line.
23006 (gdb-assembler-buffer-name): Call it disassembly and give frame
23007 in mode line.
23008 (gdb-source-spec-regexp, gdb-assembler-custom)
23009 (gdb-invalidate-assembler, gdb-frame-handler):
23010 Make robust to leading zeroes in address format.
23011
23012 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
23013
23014 * textmodes/org.el (org-mode): Use `define-derived-mode' to
23015 define `org-mode'.
23016 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
23017
23018 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
23019
23020 * log-edit.el (log-edit-changelog-entries): Distinguish between
23021 filenames like xfns.c and fns.c.
23022
23023 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
23024
23025 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
23026 point after reverting.
23027 (Buffer-menu-make-sort-button): Handle the case where
23028 `Buffer-menu-use-header-line' is nil.
23029
23030 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
23031
23032 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
23033 New funcs. In minibuffer-local-completion-map bind `]', `/'
23034 and `:' to them.
23035
23036 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
23037
23038 * startup.el (normal-top-level): Allow modification of load-path while
23039 we're iterating over it.
23040
23041 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
23042
23043 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
23044 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
23045 (thumbs-resize-interactive, thumbs-insert-image)
23046 (thumbs-insert-thumb, thumbs-dired-show-marked)
23047 (thumbs-find-image-at-point, thumbs-delete-images)
23048 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
23049 (thumbs-increment-image-size, thumbs-decrement-image-size):
23050 Fix typos in docstrings.
23051
23052 2005-05-24 Andre Spiegel <spiegel@gnu.org>
23053
23054 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
23055 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
23056 (cperl-mode): Use them.
23057
23058 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
23059
23060 * window.el (quit-window, shrink-window-if-larger-than-buffer):
23061 Doc fixes.
23062
23063 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
23064
23065 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
23066 Bind C-d to gdb-inferior-io-eof.
23067
23068 * dired.el (dired-dnd-popup-notice): Use message-box.
23069
23070 2005-05-23 Masatake YAMATO <jet@gyve.org>
23071
23072 * bindings.el (mode-line-major-mode-keymap):
23073 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
23074
23075 * faces.el (mode-line-highlight): New face.
23076
23077 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
23078 as mouse-face.
23079
23080 * bindings.el (top-level, help-echo, mode-line-modified)
23081 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
23082 as mouse-face.
23083
23084 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
23085
23086 * progmodes/cc-engine.el (c-guess-basic-syntax):
23087 Remove spurious call to `zerop'.
23088
23089 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
23090
23091 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
23092
23093 CC Mode update to 5.30.10:
23094
23095 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
23096 could go past the limit in decoration level 2, thereby causing
23097 errors during interactive fontification.
23098
23099 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
23100 the file is evaluated interactively.
23101
23102 * cc-engine.el (c-guess-basic-syntax): Handle operator
23103 declarations somewhat better in C++.
23104
23105 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
23106 make use of `run-mode-hooks' which has been added in Emacs 21.1.
23107 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
23108 (awk-mode): Use it.
23109 (make-local-hook): Suppress warning about obsoleteness.
23110
23111 * cc-engine.el, cc-align.el, cc-cmds.el
23112 (c-append-backslashes-forward, c-delete-backslashes-forward)
23113 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
23114 Compensate for return value from `forward-line' when it has moved
23115 but not to a different line due to eob.
23116
23117 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
23118 `objc-method-intro' and `objc-method-args-cont'.
23119
23120 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
23121
23122 CC Mode update to 5.30.10:
23123
23124 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
23125 in the copyright statement. Incidentally, change "along with GNU
23126 Emacs" to "along with this program" where it occurs.
23127
23128 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
23129 so that it is interactive, hence can be found by M-x awk-mode
23130 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
23131 <gmorris+emacs@ast.cam.ac.uk>.
23132
23133 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
23134 Mode's regexps.
23135
23136 2005-05-23 Kevin Ryde <user42@zip.com.au>
23137
23138 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
23139 c-parse-state, to avoid a lisp error (on bad code).
23140
23141 2005-05-23 Lute Kamstra <lute@gnu.org>
23142
23143 * subr.el (font-lock-defaults): Remove defvar as it's already
23144 defined in font-core.el.
23145
23146 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
23147
23148 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
23149
23150 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
23151 more general and work when GDB variable "print pretty" is on,
23152 as with Emacs, for example.
23153
23154 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
23155
23156 * font-core.el: Update comment.
23157
23158 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23159 Use `after-change-major-mode-hook' instead of `find-file-hook'.
23160
23161 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
23162
23163 2005-05-22 Eli Zaretskii <eliz@gnu.org>
23164
23165 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
23166 and `yank-handler' in the doc strings.
23167
23168 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
23169
23170 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
23171
23172 2005-05-22 Richard M. Stallman <rms@gnu.org>
23173
23174 * help.el (describe-key): Move print-help-return-message call
23175 out of conditional.
23176
23177 * progmodes/etags.el (list-tags): Use with-no-warnings.
23178
23179 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
23180 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
23181 (starttls-extra-args, starttls-extra-arguments): Add defvars.
23182
23183 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
23184
23185 * language/viet-util.el (viet-viscii-nonascii-translation-table):
23186 Add defvar.
23187
23188 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
23189 Use defvar, not defconst.
23190
23191 * hexl.el (hexl-follow-line): Use with-no-warnings.
23192
23193 * emulation/tpu-extras.el: Use write-file-functions instead of
23194 write-file-hooks.
23195
23196 * dired.el (dired-font-lock-keywords): Fontify files with junk
23197 extensions even if marked by -F.
23198
23199 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
23200
23201 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
23202 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
23203 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
23204 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
23205 (concatenate, list-length, get*, getf, cl-remprop):
23206 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
23207 (etypecase, progv, lexical-let, lexical-let*)
23208 (multiple-value-bind, multiple-value-setq, shiftf):
23209 Improve argument/docstring consistency.
23210
23211 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
23212
23213 2005-05-22 Andre Spiegel <spiegel@gnu.org>
23214
23215 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
23216 doesn't exist.
23217
23218 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
23219 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
23220
23221 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
23222
23223 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
23224 already deleted variables: auto-fill-hook, blink-paren-hook,
23225 lisp-indent-hook, inhibit-local-variables, unread-command-event,
23226 suspend-hooks, comment-indent-hook, meta-flag,
23227 before-change-function, after-change-function,
23228 font-lock-doc-string-face.
23229
23230 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
23231
23232 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
23233
23234 2005-05-21 Eli Zaretskii <eliz@gnu.org>
23235
23236 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
23237 rmail-dont-reply-to.
23238
23239 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23240
23241 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
23242 literal blank when splitting new-header-values.
23243
23244 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
23245
23246 * calendar/cal-menu.el (cal-menu-update): Add separator as a
23247 string so that tmm doesn't create a completion entry for it.
23248
23249 * textmodes/table.el (table-disable-menu): Ditto.
23250
23251 2005-05-21 Richard M. Stallman <rms@gnu.org>
23252
23253 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
23254
23255 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
23256
23257 * net/rcompile.el (remote-compile): Use compilation-start.
23258
23259 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
23260
23261 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
23262
23263 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
23264 Default to makefile-bsdmake-mode on BSD systems.
23265
23266 * imenu.el (imenu-generic-expression, imenu--generic-function'):
23267 REGEXP may also be a search function now. The part of doc-string
23268 for describing the structure was 95% identical to that of
23269 `imenu--generic-function'. Unify it there.
23270
23271 * progmodes/make-mode.el (makefile-imenu-generic-expression):
23272 Use function to find dependencies, because regexp alone is so complex,
23273 it easily goes into an endless loop.
23274 (makefile-makepp-mode): Also add submenu for Perl functions
23275 defined in the makefile.
23276 (makefile-bsdmake-mode): Special imenu-generic-expression no
23277 longer needed, due to function call.
23278 (makefile-match-dependency): Take BOUND into account when checking
23279 if we're through.
23280
23281 2005-05-20 Jay Belanger <belanger@truman.edu>
23282
23283 * calc/calc-units.el (calc-invalidate-units-table):
23284 Use inhibit-read-only.
23285 (math-build-units-table-buffer): Use view-mode.
23286
23287 2005-05-20 David Kastrup <dak@gnu.org>
23288
23289 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
23290 easy-menu-add is not a nop on Emacs; and clarify when to call it.
23291
23292 2005-05-20 Lute Kamstra <lute@gnu.org>
23293
23294 * diff-mode.el (diff-header-face, diff-file-header-face)
23295 (diff-index-face, diff-hunk-header-face, diff-removed-face)
23296 (diff-added-face, diff-changed-face, diff-function-face)
23297 (diff-context-face, diff-nonexistent-face): Put them in the
23298 diff-mode customization group.
23299
23300 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
23301
23302 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
23303
23304 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
23305
23306 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
23307 Minor regexp-optimization.
23308
23309 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
23310
23311 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
23312 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
23313 (org-agenda-add-time-grid-maybe): New function.
23314 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
23315 (org-table-create): `dotimes' instead of `mapcar'.
23316 (org-xor): Simplify implementation.
23317 (org-agenda): `inhibit-redisplay' turned on.
23318 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
23319 a consistent line after a state change.
23320 (org-agenda-remove-times-when-in-prefix): New option.
23321 (org-prefix-has-time): New variable.
23322 (org-parse-time-string): Optional argument NODEFAULT.
23323 (org-format-agenda-item): Parse items for time-of-day
23324 specifications and move these into the prefix if possible.
23325 (org-agenda-priority): Get current heading, not previous heading
23326 during agenda remote editing.
23327
23328 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
23329
23330 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
23331 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
23332 (remove-duplicates, delete-duplicates, substitute)
23333 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
23334 (nsubstitute-if-not, find, find-if, find-if-not, position)
23335 (position-if, position-if-not, count, count-if, count-if-not)
23336 (mismatch, search, sort*, stable-sort, merge, member*)
23337 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
23338 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
23339 (intersection, nintersection, set-difference, nset-difference)
23340 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
23341 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
23342 (nsublis, tree-equal): Improve argument/docstring consistency.
23343
23344 * subr.el (send-string, send-region): Remove obsolescence declaration.
23345 (window-dot, set-window-dot, read-input, show-buffer)
23346 (eval-current-buffer, string-to-int):
23347 Add release number to obsolescence declarations.
23348
23349 2005-05-19 Kim F. Storm <storm@cua.dk>
23350
23351 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
23352 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
23353
23354 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
23355
23356 * faces.el (list-faces-display): Make back button respect optional
23357 regexp arg.
23358
23359 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
23360
23361 * calculator.el (calculator-radix-grouping-mode)
23362 (calculator-radix-grouping-digits, calculator-displayer)
23363 (calculator-radix-grouping-separator, calculator-copy-displayer):
23364 * dabbrev.el (dabbrev-search-these-buffers-only):
23365 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
23366 (diff-advance-after-apply-hunk, diff-mode-hook)
23367 (diff-minor-mode-prefix):
23368 * imenu.el (imenu-use-popup-menu):
23369 * jit-lock.el (jit-lock-context-time):
23370 * newcomment.el (comment-fill-column, comment-column)
23371 (comment-style, comment-padding, comment-multi-line)
23372 (comment-empty-lines, comment-auto-fill-only-comments):
23373 * reveal.el (reveal-around-mark):
23374 * uniquify.el (uniquify-buffer-name-style)
23375 (uniquify-after-kill-buffer-p)
23376 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
23377 (uniquify-min-dir-content, uniquify-separator)
23378 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
23379 * w32-vars.el (w32-fixed-font-alist):
23380 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
23381 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
23382 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
23383 * progmodes/perl-mode.el (perl-indent-level)
23384 (perl-continued-statement-offset, perl-continued-brace-offset)
23385 (perl-brace-offset, perl-brace-imaginary-offset)
23386 (perl-label-offset, perl-indent-continued-arguments)
23387 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
23388 * progmodes/tcl.el (tcl-indent-level)
23389 (tcl-continued-indent-level, tcl-auto-newline)
23390 (tcl-tab-always-indent, tcl-electric-hash-style)
23391 (tcl-help-directory-list, tcl-use-smart-word-finder)
23392 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
23393 (inferior-tcl-source-command):
23394 * textmodes/fill.el (enable-kinsoku):
23395 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
23396 * textmodes/table.el (table-yank-handler):
23397 Specify missing group (and type, if simple) in defcustom.
23398
23399 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
23400
23401 * progmodes/compile.el (compilation-finish-function): Fix defvar.
23402
23403 2005-05-19 Richard M. Stallman <rms@gnu.org>
23404
23405 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
23406
23407 * subr.el (event-basic-type): Don't get an error.
23408 (left-fringe-p): Function deleted.
23409
23410 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
23411 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
23412
23413 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
23414 in recursive copy.
23415
23416 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
23417
23418 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
23419
23420 * emacs-lisp/bytecomp.el
23421 (byte-compile-file-form-custom-declare-variable):
23422 Call byte-compile-nogroup-warn if appropriate.
23423
23424 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
23425 (compilation-set-window): Don't call left-fringe-p; do it directly.
23426
23427 2005-05-19 Jay Belanger <belanger@truman.edu>
23428
23429 * calc/calc-graph.el (calc-graph-format-data): Make sure
23430 var-PlotRejects is bound before trying to check its value.
23431
23432 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
23433
23434 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
23435 definition of this variable from reftex-global.el to reftex.el,
23436 because it is needed in the menu.
23437
23438 2005-05-19 Lute Kamstra <lute@gnu.org>
23439
23440 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
23441 years are fixed. Don't insert a space after a dash.
23442
23443 2005-05-19 Kim F. Storm <storm@cua.dk>
23444
23445 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
23446
23447 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
23448
23449 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
23450 strings, because (eq ... ?\\) is fairly frequent.
23451
23452 * progmodes/make-mode.el (makefile-add-this-line-targets):
23453 Simplify and integrate into `makefile-pickup-targets'.
23454 (makefile-add-this-line-macro): Simplify and integrate into
23455 `makefile-pickup-macros.
23456 (makefile-pickup-filenames-as-targets): Simplify.
23457 (makefile-previous-dependency, makefile-match-dependency):
23458 Don't stumble over `::'.
23459
23460 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
23461
23462 * subr.el (post-command-idle-hook, post-command-idle-delay):
23463 Remove obsoletion of post-command-idle-hook and
23464 post-command-idle-delay.
23465
23466 * faces.el (list-faces-display): Provide button when describe-face
23467 is called to take user back to the list of faces.
23468
23469 * help-fns.el (describe-variable): Remove hyperlinks in a
23470 variable's value as these are quite frequently inappropriate.
23471
23472 * follow.el (follow-submit-feedback, follow-mode):
23473 Remove references to post-command-idle-hook.
23474
23475 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
23476
23477 * progmodes/make-mode.el (makefile-previous-dependency)
23478 (makefile-match-dependency): Check for := (and in bsd mode also
23479 !=) to give a better result, even when font-lock is not on.
23480
23481 2005-05-18 Jay Belanger <belanger@truman.edu>
23482
23483 * calc/calc-help.el (calc-s-prefix-help):
23484 Add `calc-copy-special-constant' to help string.
23485
23486 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
23487
23488 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
23489
23490 2005-05-18 Jay Belanger <belanger@truman.edu>
23491
23492 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
23493 in linear factors are in proper order.
23494
23495 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
23496
23497 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
23498 Support for jurabib.
23499
23500 * textmodes/reftex.el (featurep): Define aliases for overlay
23501 commands, for XEmacs compatibility, and use these aliases in
23502 overlay initializations.
23503 (reftex-highlight): Use `reftex-move-overlay'.
23504 (reftex-unhighlight): Use `reftex-delete-overlay'.
23505 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
23506 (reftex-access-search-path): Use `reftex-uniquify' instead of
23507 `reftex-uniq'
23508
23509 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
23510 `before-string' property modification enables for Emacs as well.
23511 (reftex-select-item): Use `reftex-delete-overlay'.
23512 (reftex-select-mark): Use `reftex-make-overlay' and
23513 `reftex-overlay-put'.
23514 (reftex-select-unmark): Use `reftex-delete-overlay' and
23515 `reftex-overlay-put'.
23516
23517 2005-05-18 Lute Kamstra <lute@gnu.org>
23518
23519 * emacs-lisp/lisp.el (check-parens): Fix docstring.
23520
23521 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
23522
23523 * add-log.el (add-change-log-entry):
23524 * array.el (array-make-template, array-reconfigure-rows)
23525 (array-init-max-row, array-init-max-column)
23526 (array-init-columns-per-line, array-init-field-width):
23527 * replace.el (replace-match-maybe-edit, perform-replace):
23528 * textmodes/spell.el (spell-region):
23529 Replace `read-input' by `read-string'.
23530
23531 * forms.el (forms-mode):
23532 * finder.el (finder-compile-keywords):
23533 * shadowfile.el (shadow-read-files):
23534 Replace `eval-current-buffer' by `eval-buffer'.
23535
23536 * terminal.el (te-pass-through):
23537 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
23538 (ange-ftp-raw-send-cmd):
23539 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
23540 (send-process-next-char, telnet-initial-filter, telnet):
23541 Replace `send-string' by `process-send-string'.
23542
23543 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
23544 (prolog-consult-region): Replace `send-string' by
23545 `process-send-string'; replace `send-region' by `process-send-region'.
23546
23547 * progmodes/delphi.el (delphi-log-msg):
23548 Replace `set-window-dot' by `set-window-point'.
23549
23550 * subr.el (window-dot, set-window-dot, read-input, send-string)
23551 (send-region, show-buffer, eval-current-buffer):
23552 Make really obsolete, as the comment says.
23553
23554 2005-05-17 Kim F. Storm <storm@cua.dk>
23555
23556 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
23557 (cua--init-keymaps): Bind C-return instead of S-return to set
23558 rectangle mark.
23559
23560 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
23561 instead of S-return to toggle/clear rectangle mark.
23562
23563 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
23564
23565 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
23566 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
23567 Also fontify plain strings assigned to variables, mostly so that a
23568 colon has a face and is thus not taken as a dependency separator.
23569 (makefile-previous-dependency): Inline the new matcher, because it
23570 is too complex to work in both directions.
23571 (makefile-match-dependency): Eliminate `backward' arg (see above).
23572 Completely reimplemented so as to not sometimes go into an endless
23573 loop. It should also be more efficient, because first it only
23574 searches for `:', instead of applying the very complex regexp.
23575 (makefile-mode): Cancel `font-lock-support-mode', because blocks
23576 to be fontified in one piece can be too long for JIT.
23577 Makefiles are never *that* big.
23578
23579 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
23580
23581 * dired.el (dired-mode): Simplify.
23582
23583 2005-05-17 Lute Kamstra <lute@gnu.org>
23584
23585 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
23586 defcustom for the mode hook variable.
23587
23588 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
23589 Emacs Lisp Reference Manual.
23590
23591 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
23592
23593 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
23594 (evenp, list*):
23595 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
23596 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
23597
23598 * net/tramp-smb.el (tramp-smb-open-connection):
23599 Pass `tramp-chunksize' as fifth (required) argument.
23600
23601 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
23602
23603 * font-lock.el (lisp-font-lock-keywords-1):
23604 Set `font-lock-negation-char-face' for [^...] char group.
23605 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
23606
23607 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
23608 a var, and refine it to mask one more level of nested vars.
23609 (makefile-rule-action-regex): Turn it into a var, and refine it so
23610 it recognizes backslashed continuation lines as belonging to the
23611 same command.
23612 (makefile-macroassign-regex): Refine it so it recognizes
23613 backslashed continuation lines as belonging to the same command.
23614 (makefile-var-use-regex): Don't look at the next char, because it
23615 might be the same one to be skipped by the initial [^$], leading
23616 to an overlooked variable use.
23617 (makefile-make-font-lock-keywords): Remove two parameters, which
23618 are now variables that some of the modes set locally.
23619 Handle dependency and rule action matching through functions, because
23620 regexps alone match too often. Dependency matching now comes
23621 last, so it can check, whether a colon already matched something else.
23622 (makefile-mode): Inform that font-lock improves makefile parsing
23623 capabilities.
23624 (makefile-match-dependency, makefile-match-action): New functions.
23625
23626 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
23627
23628 * emacs-lisp/cl-extra.el (equalp): Doc fix.
23629
23630 * align.el (align-regexp):
23631 * ansi-color.el (ansi-color-get-face):
23632 * array.el (array-reconfigure-rows, array-init-max-row)
23633 (array-init-max-column, array-init-columns-per-line)
23634 (array-init-field-width):
23635 * dired-aux.el (dired-trample-file-versions):
23636 * dired-x.el (dired-mark-sexp):
23637 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
23638 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
23639 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
23640 * faces.el (face-read-integer):
23641 * files.el (backup-extract-version, insert-directory):
23642 * hexl.el (hexl-insert-decimal-char):
23643 * server.el (server-process-filter):
23644 * shell.el (shell-extract-num):
23645 * startup.el (command-line-1):
23646 * term.el (term-command-hook):
23647 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
23648 (time-stamp-do-number):
23649 * time.el (display-time-update):
23650 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
23651 (timezone-fix-time):
23652 * vms-patch.el (vms-suspend-resume-hook):
23653 * calendar/appt.el (appt-convert-time):
23654 * calendar/cal-bahai.el (mark-bahai-diary-entries):
23655 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
23656 * calendar/cal-islam.el (mark-islamic-diary-entries):
23657 * calendar/calendar.el (calendar-cursor-to-date)
23658 (calendar-star-date):
23659 * calendar/diary-lib.el (diary-attrtype-convert)
23660 (mark-diary-entries, diary-entry-time):
23661 * calendar/solar.el (solar-get-number):
23662 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
23663 * emacs-lisp/re-builder.el (reb-display-subexp):
23664 * emulation/edt.el (edt-set-scroll-margins):
23665 * emulation/tpu-extras.el (tpu-set-scroll-margins):
23666 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
23667 (vip-get-ex-count):
23668 * emulation/viper-ex.el (viper-get-ex-token)
23669 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
23670 * international/fontset.el (fontset-plain-name):
23671 * mail/feedmail.el (feedmail-look-at-queue-directory):
23672 * mail/mailalias.el (mail-get-names):
23673 * mail/rmail.el (rmail-convert-to-babyl-format):
23674 * mail/rmailsum.el (rmail-make-basic-summary-line)
23675 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
23676 (rmail-summary-goto-msg):
23677 * mail/smtpmail.el (smtpmail-read-response):
23678 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
23679 (ange-ftp-vms-add-file-entry):
23680 * play/gametree.el (gametree-looking-at-ply)
23681 (gametree-current-branch-score):
23682 * progmodes/ada-xref.el (ada-prj-find-prj-file)
23683 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
23684 * progmodes/cperl-mode.el (condition-case):
23685 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
23686 (ebrowse-set-member-buffer-column-width)
23687 (ebrowse-select-1st-to-9nth):
23688 * progmodes/etags.el (etags-snarf-tag):
23689 * progmodes/flymake.el (flymake-parse-line):
23690 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
23691 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
23692 (idlwave-shell-menu-def):
23693 * progmodes/ps-mode.el (ps-run-goto-error):
23694 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
23695 (vhdl-speedbar-contract-level):
23696 * term/mac-win.el (x-handle-numeric-switch):
23697 * term/sun-mouse.el (sun-get-frame-data):
23698 * term/w32-win.el (x-handle-numeric-switch):
23699 * term/x-win.el (x-handle-numeric-switch):
23700 * textmodes/ispell.el (ispell-parse-output):
23701 * textmodes/nroff-mode.el (nroff-outline-level):
23702 * textmodes/reftex-cite.el (reftex-bib-sort-year)
23703 (reftex-bib-sort-year-reverse, reftex-format-citation):
23704 * textmodes/reftex-parse.el (reftex-init-section-numbers)
23705 (reftex-section-number):
23706 * textmodes/texinfmt.el (texinfo-paragraphindent):
23707 Replace `string-to-int' by `string-to-number'.
23708
23709 * international/latexenc.el: Add page marker to force the "Local
23710 Variables:" string out of the last page.
23711
23712 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
23713
23714 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
23715 tooltip-change-major-mode.
23716 (gud-tooltip-print-command): Remove case where gud-minor-mode
23717 is gdb ("--fullname").
23718 (gud-tooltip-tips): Turn GUD tooltips off for this case and
23719 explain to user.
23720
23721 2005-05-16 Jay Belanger <belanger@truman.edu>
23722
23723 * calc/calc-store.el (calc-copy-special-constant): New function.
23724
23725 * calc/calc-ext.el (calc-init-extensions): Add binding for
23726 `calc-copy-special-constant'.
23727
23728 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
23729 for the `calc-copy-special-constant' command.
23730
23731 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
23732
23733 * subr.el (left-fringe-p): New function.
23734
23735 * progmodes/compile.el (compilation-setup): Set local value of
23736 overlay-arrow-string to "" always.
23737 (compilation-set-window): Left fringe then don't scroll.
23738 No left fringe then no arrow and scroll message to top.
23739 (compilation-context-lines): Adjust doc string accordingly.
23740
23741 2005-05-16 Kim F. Storm <storm@cua.dk>
23742
23743 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
23744 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
23745 (ido-wide-find-dir-or-delete-dir): New command for M-d.
23746 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
23747 (ido-read-file-name): Handle commands with ido property value
23748 equal to find-file as reading a file name, to allow C-d to enter dired.
23749 (ibuffer-find-file): Add ido property with value find-file.
23750
23751 2005-05-15 Kim F. Storm <storm@cua.dk>
23752
23753 * subr.el (open-network-stream-nowait): Remove.
23754 (open-network-stream-server): Remove.
23755
23756 2005-05-15 Richard M. Stallman <rms@gnu.org>
23757
23758 * faces.el (describe-face): Output a definition link button.
23759
23760 * help-mode.el (help-face-def): New button type.
23761
23762 * emacs-lisp/copyright.el (copyright-fix-years):
23763 Match properly if the first year is 2-digit.
23764 Don't mess up the whitespace after the years by filling.
23765
23766 * dired-aux.el (dired-mark-confirm):
23767 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
23768
23769 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
23770 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
23771 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
23772
23773 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
23774 Set font-lock-comment-start-skip.
23775
23776 * font-lock.el (font-lock-comment-start-skip): New variable.
23777 (font-lock-comment-end-skip): New variable.
23778 (font-lock-fontify-syntactically-region): Use them if non-nil.
23779
23780 2005-05-15 Jay Belanger <belanger@truman.edu>
23781
23782 * calc/calc-store.el (calc-store-value): Return a string rather
23783 than display it as a message.
23784 Use calc-var-name for variable name.
23785 (calc-store-into): Add the result of calc-store-value to message.
23786 (calc-copy-variable): Add a message.
23787 (calc-store-exchange): Improve error messages.
23788 (calc-store-binary, calc-store-map): Don't reset the values of
23789 special constants.
23790
23791 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
23792
23793 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
23794 manual to docstring.
23795
23796 * files.el (hack-local-variables-confirm): Add STRING argument.
23797 Make the function handle non file visiting buffers correctly.
23798 (hack-local-variables-prop-line, hack-local-variables)
23799 (hack-one-local-variable): Use STRING arg of
23800 `hack-local-variables-confirm'.
23801
23802 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
23803
23804 Sync with Tramp 2.0.49.
23805
23806 * net/tramp.el (tramp-handle-dired-call-process)
23807 (tramp-handle-insert-directory):`insert-buffer' cannot be used
23808 because the contents of the Tramp buffer is changed before
23809 insertion (`expand-file' and alike).
23810 (tramp-handle-insert-directory): If `localname' has an empty
23811 nondirectory name, it must not be quoted.
23812 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
23813 variable `tramp-chunksize'. Change callees.
23814 (tramp-open-connection-setup-interactive-shell): Check remote host
23815 for buggy `send-process-string' implementation.
23816 Set `tramp-chunksize' if found. Reported by Michael Kifer
23817 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
23818 (tramp-handle-shell-command): `insert-buffer' cannot be used
23819 because the contents of the Tramp buffer is changed before
23820 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
23821 <frederic.bothamy@free.fr>.
23822 (tramp-set-auto-save): Actions should be done for Tramp file name
23823 handler only. Ange-FTP has its own auto-save mechanism.
23824 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23825 (tramp-set-auto-save-file-modes): Set file modes of
23826 `buffer-auto-save-file-name' to ?\600 as fallback solution.
23827 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
23828 (tramp-bug): Remove obsolete variable.
23829 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
23830 for presence of `mml-mode'. Make it running for older Emacsen as well.
23831
23832 2005-05-14 John Paul Wallington <jpw@pobox.com>
23833
23834 * ibuf-ext.el (define-ibuffer-filter filename):
23835 If `dired-directory' is a list, use its car.
23836
23837 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
23838
23839 * ibuffer.el (define-ibuffer-column filename):
23840 If `dired-directory' is a list, use its car.
23841
23842 2005-05-14 Richard M. Stallman <rms@gnu.org>
23843
23844 * subr.el (symbol-file): Doc fix.
23845
23846 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
23847 (byte-compile-form): Call byte-compile-nogroup-warn.
23848 (byte-compile-warning-types): Doc fix.
23849
23850 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
23851
23852 * progmodes/cc-engine.el (c-literal-faces):
23853 Add font-lock-comment-delimiter-face.
23854
23855 * net/net-utils.el (dig): Use with-no-warnings.
23856
23857 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
23858 (sc-recite-frame-alist, sc-default-cite-frame)
23859 (sc-default-uncite-frame, sc-default-recite-frame)
23860 (sc-attrib-selection-list, sc-rewrite-header-list):
23861 Mark as risky-local-variable.
23862
23863 * international/ogonek.el (ogonek-jak, ogonek-how):
23864 Don't use beginning-of-buffer.
23865
23866 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
23867
23868 * calendar/solar.el (solar-data-list): Move definition up.
23869
23870 * dnd.el (dnd-protocol-alist): Add autoload.
23871
23872 * progmodes/sh-script.el: Many doc usage fixes.
23873 (sh-indent-after-do): Change default to match common styles.
23874
23875 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
23876
23877 * files.el (interpreter-mode-alist)
23878 (auto-mode-interpreter-regexp): Doc fixes.
23879
23880 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
23881
23882 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
23883
23884 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
23885
23886 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23887
23888 * dired.el (dired-mode): make-variable-buffer-local =>
23889 make-local-variable.
23890
23891 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23892
23893 * term/mac-win.el (mac-select-convert-to-string): Try coding
23894 systems in mac-script-code-coding-systems if specified one cannot
23895 encode string for `com.apple.traditional-mac-plain-text'.
23896
23897 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
23898
23899 * progmodes/make-mode.el (makefile-targets-face)
23900 (makefile-shell-face, makefile-makepp-perl-face): New faces.
23901 (makefile-dependency-regex): Fix it to not make the colon in
23902 $(var:a=b) special.
23903 (makefile-rule-action-regex): New regexp for highlighting embedded
23904 Shell strings.
23905 (makefile-macroassign-regex): Handle != for highlighting as
23906 embedded Shell strings.
23907 (makefile-var-use-regex): New const.
23908 (makefile-statements, makefile-automake-statements)
23909 (makefile-gmake-statements, makefile-makepp-statements)
23910 (makefile-bsdmake-statements): New consts.
23911 (makefile-make-font-lock-keywords): New function.
23912 (makefile-automake-font-lock-keywords)
23913 (makefile-gmake-font-lock-keywords)
23914 (makefile-makepp-font-lock-keywords)
23915 (makefile-bsdmake-font-lock-keywords): New consts.
23916 (makefile-mode-map): Add switchers between the various submodes.
23917 (makefile-mode): Document the availability of the variants.
23918 (makefile-automake-mode, makefile-gmake-mode)
23919 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
23920
23921 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
23922 new variants of makefile-mode.
23923
23924 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23925
23926 * font-lock.el (font-lock-comment-delimiter-face): Fix up
23927 the inheritance.
23928
23929 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
23930
23931 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
23932 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
23933
23934 * files.el (normal-mode): Extend the scope of the
23935 `enable-local-variables' binding to include the `set-auto-mode' call.
23936 (magic-mode-alist): Doc fix.
23937
23938 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
23939
23940 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
23941 font-lock-comment-face rather than copying its setting.
23942
23943 2005-05-12 Andreas Schwab <schwab@suse.de>
23944
23945 * eshell/esh-mode.el (eshell-send-input): Doc fix.
23946
23947 2005-05-12 Lute Kamstra <lute@gnu.org>
23948
23949 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
23950 defcustom for the mode hook variable. Delete the last argument.
23951 * generic-x.el: Fix callers of define-generic-mode.
23952 (generic-x-modes): Delete group.
23953 (show-tabs-tab-face, show-tabs-space-face): Put them in the
23954 generic-x customization group.
23955
23956 2005-05-12 Kim F. Storm <storm@cua.dk>
23957
23958 * font-lock.el (font-lock-negation-char-face): Default to "off".
23959
23960 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
23961 font-lock-negation-char-face to ! in !=.
23962
23963 2005-05-12 Masatake YAMATO <jet@gyve.org>
23964
23965 * add-log.el (find-change-log): Fix typos in the docstring
23966 of function.
23967
23968 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
23969
23970 * international/latexenc.el (latexenc-find-file-coding-system):
23971 Avoid `re-search-forward' when looking for input encoding because
23972 of speed and safety. Better regular expressions for recognizing
23973 input encoding. Limit a search for TeX-master/tex-main-file to
23974 the local variable section.
23975
23976 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
23977
23978 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
23979 syntax of $ to "'" (quote).
23980
23981 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
23982
23983 * dnd.el (dnd-protocol-alist): Improve custom type.
23984
23985 * dired.el (dired-dnd-protocol-alist): New variable.
23986 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
23987 `dired-mode-hook' to the end.
23988
23989 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
23990
23991 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
23992 comment-end if comment-start-skip is not set.
23993 Obey the font-lock-comment-delimiter-face variables.
23994
23995 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
23996
23997 * files.el (executable-find): Move from executable.el. Use
23998 locate-file.
23999 * progmodes/executable.el (executable-find): Move to files.el.
24000
24001 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
24002 when trying to ensure forward progress.
24003
24004 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
24005
24006 * mouse-sel.el (mouse-sel-follow-link-p): New function.
24007 (mouse-select, mouse-select-internal, mouse-extend-internal):
24008 Use it to implement mouse-1-click-follows-link functionality.
24009
24010 2005-05-11 Richard M. Stallman <rms@gnu.org>
24011
24012 * font-lock.el (font-lock-fontify-syntactically-region):
24013 Use font-lock-comment-delimiter-face for comment delimiters.
24014
24015 2005-05-10 Jay Belanger <belanger@truman.edu>
24016
24017 * calc/calc-help.el (calc-m-prefix-help): Add mention of
24018 preserving embedded modes.
24019
24020 2005-05-10 Richard M. Stallman <rms@gnu.org>
24021
24022 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
24023
24024 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
24025 Move from ada-stmt.el.
24026 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
24027
24028 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
24029 Move to ada-mode.el.
24030 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
24031
24032 * cus-edit.el (custom-file): Call file-chase-links.
24033
24034 * files.el (read-directory-name): Fix previous change.
24035 (hack-local-variables-confirm): New function.
24036 (hack-local-variables-prop-line, hack-local-variables)
24037 (hack-one-local-variable): Use it.
24038
24039 2005-05-10 Lute Kamstra <lute@gnu.org>
24040
24041 * font-lock.el (font-lock-keywords-alist)
24042 (font-lock-removed-keywords-alist): Clarify docstrings.
24043
24044 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
24045
24046 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
24047 (gdb-source-info): Check for preprocessor info.
24048 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
24049 a macro for a function.
24050 (gdb-info-breakpoints-custom): Try to find file again if not already
24051 found (user might have used GDB dir command).
24052 (gdb-get-location): Update gdb-location-alist correctly for change
24053 to gdb-info-breakpoints-custom.
24054
24055 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
24056 (gud-tooltip-print-command): Add gdbmi case.
24057 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
24058 preprocessor info.
24059
24060 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
24061
24062 * startup.el (fancy-splash-insert): Fix typo in doc string.
24063
24064 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
24065
24066 * obsolete/float.el (string-to-float):
24067 * obsolete/hilit19.el (hilit-add-pattern):
24068 * obsolete/rnews.el (news-parse-range, news-select-message)
24069 (news-get-pruned-list-of-files): Replace `string-to-int' by
24070 `string-to-number'.
24071
24072 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
24073 `find-file-not-found-hooks'; use `add-hook'.
24074 (uncompress-while-visiting): Set `write-file-functions', not
24075 `write-file-hooks'; use `add-hook'.
24076
24077 2005-05-09 Kim F. Storm <storm@cua.dk>
24078
24079 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
24080 (cua-paste): Handle clipboard action.
24081 (cua--init-keymaps): Remap clipboard-kill-region and
24082 clipboard-kill-ring-save.
24083
24084 2005-05-08 Eli Zaretskii <eliz@gnu.org>
24085
24086 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
24087 Improve commentary.
24088
24089 * simple.el (next-error-overlay-arrow-position): Revert the change
24090 made on 2005-04-30.
24091
24092 2005-05-07 Jay Belanger <belanger@truman.edu>
24093
24094 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
24095 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
24096 `calc-sel-reselect'.
24097
24098 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
24099 Calc is in embedded mode.
24100
24101 2005-05-07 Eli Zaretskii <eliz@gnu.org>
24102
24103 * progmodes/compile.el (compilation-setup):
24104 Set overlay-arrow-string to an empty string on text terminals.
24105
24106 * textmodes/ispell.el (ispell-program-name): Try looking for
24107 "aspell" along exec-path, and if found, use it as the default
24108 speller program.
24109
24110 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
24111
24112 * international/mule.el (sgml-xml-auto-coding-function):
24113 Recognize encoding='FOO' in single quotes as well as in double quotes.
24114
24115 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24116
24117 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
24118 as well as `interactive', so that defmacro* would recognize
24119 `declare' forms.
24120
24121 2005-05-07 Eli Zaretskii <eliz@gnu.org>
24122
24123 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
24124 Explain more about the LIGHTER arg's usage in the doc string.
24125 Add commentary to clarify what the code does. Fix the regexp that
24126 strips whitespace from LIGHTER. Quote LIGHTER before using it,
24127 since it could have characters special to regular expressions.
24128
24129 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
24130
24131 * replace.el (occur-1): Bind inhibit-read-only so that
24132 erase-buffer doesn't barf on read-only text properties (likewise
24133 for add-text-properties in occur-engine). Mark buffer as unmodified.
24134 (occur-engine): Don't set buffer-read-only here.
24135
24136 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24137
24138 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
24139 list-buffers-directory. This caused the *cvs-commit* buffer to be
24140 sometimes mistakenly reused as a *cvs* buffer.
24141
24142 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
24143
24144 * tooltip.el: Move code for GUD tooltips into gud.el.
24145 (require): CL no longer needed to compile case.
24146 (tooltip-mode): Do not toggle functions for GUD tooltips.
24147 (tooltip-gud-tips-p): Remove. Replace with minor mode
24148 gud-tooltip-mode in gud.el.
24149 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
24150 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
24151 tooltip-gud prefix with gud-tooltip and obsolete.
24152 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
24153 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
24154 (tooltip-mouse-motion): Mouse movement functions/variable.
24155 Rename in gud.el by adding gud prefix.
24156 (tooltip-gud-original-filter, tooltip-gud-dereference)
24157 (tooltip-gud-event, tooltip-toggle-gud-tips)
24158 (tooltip-gud-process-output, tooltip-gud-print-command)
24159 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
24160 gud.el by replacing tooltip-gud prefix with gud-tooltip.
24161 (gdb-tooltip-print): Move to gdb-ui.el.
24162
24163 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
24164 (require): CL needed to compile case.
24165 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
24166 tooltip-gud-tips-p. Make it a minor-mode.
24167 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
24168 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
24169 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
24170 (gud-tooltip-change-major-mode)
24171 (gud-tooltip-activate-mouse-motions-if-enabled)
24172 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
24173 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
24174 (gud-tooltip-original-filter, gud-tooltip-dereference)
24175 (gud-tooltip-event, tooltip-toggle-gud-tips)
24176 (gud-tooltip-process-output, gud-tooltip-print-command)
24177 (gud-tooltip-tips): Move from tooltip.el.
24178
24179 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
24180 (gdb-cpp-define-alist-flags): Doc fix.
24181 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
24182 gud-tooltip-mode is t.
24183
24184 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24185
24186 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
24187 evaporate if their text is deleted.
24188 (goto-address-at-point): Make it work as a mouse binding as well.
24189 (goto-address-at-mouse): Obsolete it. Update users.
24190
24191 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
24192
24193 * calendar/appt.el (top-level): No longer activate on load.
24194
24195 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
24196
24197 * calendar/cal-bahai.el (mark-bahai-diary-entries):
24198 * net/webjump.el (webjump):
24199 * progmodes/idlw-help.el (idlwave-do-context-help1)
24200 (idlwave-highlight-linked-completions):
24201 * textmodes/po.el (po-find-file-coding-system-guts):
24202 Replace `assoc-ignore-case' by `assoc-string'.
24203
24204 2005-05-06 Eli Zaretskii <eliz@gnu.org>
24205
24206 * files.el (locate-file): Doc fix.
24207
24208 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
24209 Remove the redundant test for ms-dos.
24210
24211 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
24212 look for the preprocessor with exec-suffixes. If not found in
24213 standard places, look in exec-path. Remove most of the tests that
24214 used system-type.
24215
24216 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
24217
24218 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
24219
24220 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
24221 file-name clash with jka-compr.el on 8+3 filesystems.
24222
24223 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24224
24225 * term/mac-win.el: Don't define or bind scroll bar functions if
24226 x-toolkit-scroll-bars is t.
24227 (x-select-text, x-get-selection-value): Clear
24228 x-last-selected-text-clipboard if x-select-enable-clipboard is
24229 nil.
24230 (PRIMARY): Put mac-scrap-name property.
24231 (mac-select-convert-to-file-url): New function.
24232 (public.file-url): New selection target type. Add to
24233 selection-converter-alist.
24234 (x-get-selection, x-selection-value): Handle it.
24235 (x-cut-buffer-or-selection-value): New alias.
24236
24237 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24238
24239 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
24240 entry to avoid calling bibtex-find-entry with arg global
24241 being t. Remove arg key.
24242 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
24243 (bibtex-copy-summary-as-kill): Change accordingly.
24244
24245 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24246
24247 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
24248 (org-agenda-date-later): Use with-current-buffer.
24249
24250 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
24251
24252 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
24253 (define-obsolete-variable-alias): Doc Fixes.
24254
24255 2005-05-06 Kim F. Storm <storm@cua.dk>
24256
24257 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
24258 vertical-motion when selective-display is active.
24259
24260 * ido.el (ido-setup-hook): New hook.
24261 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
24262 (ido-input-stack): New var.
24263 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
24264 ido-next-work-file binding to M-O.
24265 Bind M-f to ido-wide-find-file-or-pop-dir.
24266 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
24267 (ido-read-internal): Run ido-setup-hook.
24268 Catch quit in read-file-name and read-string to cancel edit.
24269 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
24270 Automatically pop-all when completing a directory name (RET).
24271 (ido-file-internal): Add with-no-warnings around ffap and dired code.
24272 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
24273 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
24274 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
24275 New functions for M-b/M-f to move among the directory components.
24276 (ido-make-merged-file-list): Catch quit to cancel merge.
24277 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
24278 (ido-completion-help): No warnings for ido-completion-buffer-full.
24279
24280 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
24281
24282 * font-lock.el (font-lock-negation-char-face): New face and variable.
24283 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
24284 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
24285 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
24286 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
24287
24288 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
24289
24290 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
24291 Fix typo in docstring.
24292
24293 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
24294 (ebrowse-print-statistics-line)
24295 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
24296
24297 * term/w32-win.el (image-library-alist): Add additional name for
24298 Xpm library.
24299
24300 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
24301
24302 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
24303 use gcc instead of cpp.
24304
24305 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
24306 (gdb-create-define-alist): Use it.
24307 (gdb-cpp-define-alist-program): Update for MS-DOS.
24308
24309 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
24310
24311 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
24312
24313 2005-05-04 Richard M. Stallman <rms@gnu.org>
24314
24315 * help.el (describe-key): No error when UNTRANSLATED is nil.
24316
24317 * simple.el (line-move-1): Fix previous change to signal errors
24318 appropriately.
24319
24320 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
24321
24322 * calendar/icalendar.el (icalendar-version): Now at 0.12.
24323 (icalendar-duration-correction): Remove.
24324 (icalendar--get-event-properties): Split result at commas.
24325 (icalendar--decode-isoduration): New optional argument
24326 DURATION-CORRECTION.
24327 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
24328 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
24329 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
24330 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
24331 (icalendar--convert-anniversary-to-ical): New functions, extracted
24332 from icalendar-export-region, with bug fixes.
24333 (icalendar-export-region): Use the above functions.
24334 (icalendar-import-buffer): Check before saving diary file.
24335 (icalendar--convert-recurring-to-diary)
24336 (icalendar--convert-non-recurring-all-day-to-diary)
24337 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
24338 extracted from icalendar--convert-ical-to-diary, with bug fixes.
24339 (icalendar--convert-ical-to-diary): Use the above functions.
24340
24341 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
24342
24343 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
24344 Remove these recent additions.
24345 (c-mode): Restore to before 2005-04-28.
24346
24347 * progmodes/cc-vars.el (cc-define-list-program): Remove this
24348 recent addition.
24349
24350 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
24351 (gdb-define-alist): New variables.
24352 (gdb-create-define-alist): New function.
24353 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
24354 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
24355 with string-to-number.
24356 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
24357
24358 * progmodes/gud.el: Replace string-to-int with string-to-number.
24359 (gud-find-file): Handle gdb-define-alist.
24360
24361 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
24362
24363 2005-05-02 Jay Belanger <belanger@truman.edu>
24364
24365 * calc/calc-aent.el (math-read-token):
24366 * calc/calc-bin.el (calc-word-size):
24367 * calc/calc-ext.el (calc-read-number-fancy):
24368 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
24369 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
24370 * calc/calc-frac.el (calc-over-notation):
24371 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
24372 (calc-graph-num-points, calc-graph-init):
24373 * calc/calc-prog.el (calc-read-parse-table-part)
24374 (calc-edit-macro-repeats):
24375 * calc/calc-yank.el (calc-do-grab-rectangle):
24376 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
24377 Replace `string-to-int' by `string-to-number'.
24378
24379 2005-05-02 Kim F. Storm <storm@cua.dk>
24380
24381 * kmacro.el: Use executing-kbd-macro-index variable.
24382
24383 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
24384
24385 * net/rlogin.el (rlogin-parse-words): Delete func.
24386 (rlogin): Use split-string, not rlogin-parse-words.
24387 Also, if there are option-like elements in the parsed args,
24388 take the host to be the first arg immediately following them.
24389 Suggested by Michael Mauger.
24390
24391 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
24392
24393 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
24394
24395 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
24396
24397 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
24398 (cc-mode-cpp-program): Rename to cc-define-list-program and
24399 move to cc-vars.el.
24400
24401 * progmodes/cc-vars.el (cc-define-list-program):
24402 Change to "gcc -E -dM -". Make customizable.
24403
24404 2005-05-02 Kim F. Storm <storm@cua.dk>
24405
24406 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
24407
24408 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
24409
24410 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
24411
24412 * international/mule-util.el (truncate-string): Remove alias and
24413 obsolete declaration.
24414
24415 * international/mule-cmds.el (update-iso-coding-systems):
24416 Remove alias and obsolete declaration.
24417
24418 * international/mule.el (coding-system-parent): Remove alias and
24419 obsolete declaration.
24420
24421 * subr.el (define-function, sref): Remove aliases and obsolete
24422 declarations.
24423 (chars-in-region): Remove obsolete declaration.
24424
24425 2005-05-01 Richard M. Stallman <rms@gnu.org>
24426
24427 * info.el (Info-mode): Set widen-automatically to nil, locally.
24428
24429 * simple.el (widen-automatically): New variable.
24430 (pop-global-mark): Obey widen-automatically.
24431
24432 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
24433
24434 * term/xterm.el (function-key-map): Call substitute-key-definition
24435 before the keymap size is increased by a lot of define-key calls.
24436
24437 2005-05-01 Richard M. Stallman <rms@gnu.org>
24438
24439 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
24440 Rename ARG to ELEMENT. Doc fix.
24441
24442 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
24443
24444 * allout.el (allout-exposure): Remove macro and obsolete declaration.
24445 Remove references to allout-exposure/change to allout-new-exposure.
24446
24447 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
24448 bytecode symbols.
24449
24450 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
24451 (compiled-function-p, focus-frame, unfocus-frame):
24452 Remove aliases and obsolete declarations.
24453 Back out inadvertent changes from previous commit.
24454
24455 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
24456
24457 * files.el (require-final-newline): Make Custom tags consistent
24458 with mode-require-final-newline.
24459 (mode-require-final-newline): Doc fix.
24460
24461 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
24462
24463 * international/latexenc.el (latexenc-find-file-coding-system):
24464 Fix regular expressions.
24465
24466 2005-05-01 David Kastrup <dak@gnu.org>
24467
24468 * international/latexenc.el (latexenc-find-file-coding-system):
24469 Fix regular expressions.
24470
24471 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
24472
24473 * subr.el (string-to-int): Make obsolete.
24474
24475 2005-04-30 Richard M. Stallman <rms@gnu.org>
24476
24477 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
24478
24479 * loadup.el: load jka-comp-hook.
24480
24481 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
24482 (jka-compr-handler): Add autoload. `put' calls moved
24483 to jka-comp-hook.el.
24484 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
24485 (jka-compr-inhibit): Autoload.
24486
24487 * jka-comp-hook.el: New file.
24488 Enable the mode by default.
24489
24490 * files.el (backup-buffer-copy): Use copy-file instead
24491 of write-region, and put back the 'excl.
24492
24493 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
24494
24495 * progmodes/flymake.el (flymake-split-string)
24496 (flymake-split-string, flymake-log, flymake-pid-to-names)
24497 (flymake-reg-names, flymake-get-source-buffer-name)
24498 (flymake-unreg-names, flymake-add-line-err-info)
24499 (flymake-add-err-info): Clarify docstrings.
24500 (flymake-popup-menu, flymake-make-emacs-menu)
24501 (flymake-make-xemacs-menu): Add docstrings.
24502 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
24503 Set variables directly throughout.
24504
24505 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
24506
24507 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
24508 exists. Initialize cc-define-alist.
24509 (c-mode): Add cc-create-define-alist locally to after-save-hook.
24510 If there is no file (Macroexpansion) don't create an alist.
24511
24512 2005-04-29 Sam Steingold <sds@gnu.org>
24513
24514 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
24515 (cc-create-define-alist): Use it instead of the hard-coded string.
24516
24517 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
24518
24519 * international/mule-conf.el (file-coding-system-alist): Fix regexp
24520 for latexenc.
24521
24522 2005-04-29 Lute Kamstra <lute@gnu.org>
24523
24524 * emacs-lisp/generic.el: Improve commentary section.
24525 (define-generic-mode): Improve docstring.
24526
24527 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
24528
24529 * textmodes/org.el (many places): Change to quiet the byte compiler.
24530 (org-prefix-format-compiled): New variable.
24531 (org-compile-prefix-format): New function.
24532 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
24533 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
24534 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
24535 (org-get-entries-from-diary): Use `org-get-time-of-day' for
24536 consistency with entries from `org-mode' files.
24537 (org-get-time-of-day): Fix bug with partial matches early in a line.
24538 (org-non-link-chars): New constant.
24539 (org-link-regexp): Respect `org-non-link-chars'.
24540 (org-agenda-day-view): Remove command.
24541 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
24542 (org-follow-bbdb-link, org-store-link): Search also company field.
24543 (org-highlight-overlay): New variable.
24544 (org-highlight, org-unhighlight): New functions.
24545 (org-agenda-mode): Add pre-command-hook to remove highlight.
24546 (org-evaluate-time-range): Behavior depends upon whether time stamp
24547 contains a time or not.
24548 (org-show-subtree, org-show-entry): New functions.
24549 (org-agenda-cleanup-fancy-diary): Remove empty lines.
24550
24551 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
24552
24553 * comint.el (comint-output-filter-functions): Add autoload cookie.
24554
24555 2005-04-28 Kim F. Storm <storm@cua.dk>
24556
24557 * ido.el (ido-everywhere): Fix last change.
24558
24559 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
24560
24561 * international/latexenc.el: New file.
24562 * international/mule-conf.el (file-coding-system-alist): For .tex,
24563 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
24564
24565 2005-04-28 Lute Kamstra <lute@gnu.org>
24566
24567 * font-lock.el (font-lock-add-keywords)
24568 (font-lock-remove-keywords): Clarify docstring.
24569 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
24570 Don't start docstrings with a `*'.
24571 (font-lock-update-removed-keyword-alist): Give it a docstring.
24572
24573 * generic-x.el: Update commentary section.
24574 Only require font-lock when compiling.
24575 Define all modes conditionally.
24576 Place all generic modes in the generic-x-modes customization group.
24577 (generic-x-modes): New customization group.
24578 (generic-default-modes, generic-mswindows-modes)
24579 (generic-unix-modes, generic-other-modes): New constants.
24580 (generic-define-mswindows-modes, generic-define-unix-modes):
24581 Update docstrings. Make them obsolete.
24582 (generic-extras-enable-list): New default value. Update docstring.
24583 Improve :type. Change :set function.
24584 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
24585 Fix docstring.
24586
24587 * emacs-lisp/generic.el (generic-mode-internal):
24588 Simplify font-lock-defaults.
24589 (define-generic-mode): Fix docstring.
24590
24591 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
24592
24593 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
24594 font-lock-face property to highlight matches.
24595
24596 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
24597
24598 * progmodes/cc-mode.el (cc-create-define-alist): New function.
24599 (cc-define-alist): New variable.
24600 (c-mode): Make it local and initialize it.
24601
24602 * progmodes/gdb-ui.el (gdb-active-process): New variable.
24603 (gdb-exited): New function.
24604 (gdb-annotation-rules): Use it.
24605 (gdb-starting): Set gdb-active-process to t.
24606 (gdb-stopping): Amend doc string.
24607 (gdb-reset): Set gdb-active-process to nil.
24608
24609 * tooltip.el (tooltip-gud-tips): Show the associated #define
24610 directives when a C program under GDB is not executing.
24611
24612 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
24613
24614 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
24615 font-lock-fontify-syntactic-keywords.
24616
24617 * font-lock.el (font-lock-default-fontify-region): Don't force
24618 parse-sexp-lookup-properties to nil.
24619
24620 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
24621
24622 * man.el (man-mode-syntax-table): Set up `:' to have
24623 word-constituent syntax.
24624
24625 2005-04-27 Lute Kamstra <lute@gnu.org>
24626
24627 * novice.el (disable-command): Don't add spurious newlines to the
24628 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
24629
24630 2005-04-26 Jay Belanger <belanger@truman.edu>
24631
24632 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
24633 than one window before deleting window.
24634
24635 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
24636
24637 * shell.el (shell-prompt-pattern): Doc fix.
24638 (shell-mode): Set paragraph-separate buffer locally to "\\'".
24639
24640 * comint.el (comint-prompt-regexp, comint-get-old-input)
24641 (comint-use-prompt-regexp)
24642 (comint-use-prompt-regexp-instead-of-fields)
24643 (comint-replace-by-expanded-history, comint-send-input)
24644 (comint-output-filter, comint-get-old-input-default)
24645 (comint-line-beginning-position, comint-bol, comint-show-output)
24646 (comint-backward-matching-input, comint-forward-matching-input)
24647 (comint-next-prompt, comint-previous-prompt):
24648 Rename `comint-use-prompt-regexp-instead-of-fields' to
24649 `comint-use-prompt-regexp'. Keep old name as alias and declare
24650 obsolete.
24651 (comint-use-prompt-regexp): Shorten first line of doc string.
24652
24653 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
24654 Set paragraph-separate buffer locally to "\\'".
24655
24656 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
24657 Adapt to above name change.
24658
24659 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
24660 (smbclient-prompt-regexp): Ditto.
24661
24662 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
24663
24664 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
24665
24666 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
24667 gdb-location-list.
24668 Break lines that are over 80 characters wide.
24669
24670 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
24671
24672 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
24673 New fun and var, to preserve compatibility.
24674
24675 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
24676
24677 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
24678
24679 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
24680 name to file-newer-than-file-p.
24681
24682 2005-04-26 Richard M. Stallman <rms@gnu.org>
24683
24684 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
24685
24686 * progmodes/python.el (python-mode):
24687 Use new name eldoc-documentation-function.
24688
24689 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
24690
24691 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
24692 (eldoc-documentation-function):
24693 Rename from eldoc-print-current-symbol-info-function. Calls changed.
24694
24695 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
24696
24697 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
24698
24699 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
24700
24701 * term/xterm.el (function-key-map): Fix strings for
24702 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
24703 {C,S,A,C-S}-{f1-f12}.
24704
24705 2005-04-26 Kenichi Handa <handa@m17n.org>
24706
24707 * international/mule-cmds.el (select-safe-coding-system):
24708 Fix previous change.
24709
24710 2005-04-26 Lute Kamstra <lute@gnu.org>
24711
24712 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
24713
24714 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
24715 (font-lock-comment-delimiter-face): Ditto.
24716
24717 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
24718
24719 2005-04-25 Jay Belanger <belanger@truman.edu>
24720
24721 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
24722 to t while inserting information; use help-mode.
24723
24724 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
24725
24726 * term.el (ansi-term-color-vector): Use the xterm colors.
24727 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
24728
24729 2005-04-25 Lute Kamstra <lute@gnu.org>
24730
24731 * font-core.el (font-lock-defaults): Fix docstring.
24732
24733 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
24734
24735 2005-04-25 Kenichi Handa <handa@m17n.org>
24736
24737 * international/mule-cmds.el (select-safe-coding-system):
24738 Don't check consistency with coding: spec, etc if raw-text or
24739 no-conversion was found to be safe.
24740
24741 2005-04-24 Richard M. Stallman <rms@gnu.org>
24742
24743 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
24744 citation markers at start of each line.
24745
24746 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
24747 citation markers at start of each line.
24748
24749 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
24750
24751 * files.el (mode-require-final-newline): Fix previous change.
24752 (require-final-newline): Fix type label.
24753
24754 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
24755
24756 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
24757 statement in buffer (broken by 2004-11-24 change).
24758
24759 2005-04-24 Kim F. Storm <storm@cua.dk>
24760
24761 * ido.el (ido-everywhere): Save and restore old read-buffer-function
24762 and read-file-name-function values. Don't overwrite existing
24763 non-nil values if ido-mode is enabled without ido-everywhere.
24764
24765 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
24766
24767 * files.el (mode-require-final-newline): Minor doc fix.
24768
24769 2005-04-24 Eli Zaretskii <eliz@gnu.org>
24770
24771 * subr.el (syntax-after): Doc fix.
24772 (syntax-class): If argument is nil, return nil. Mask off upper 16
24773 bits, not 8 bits.
24774
24775 * files.el (mode-require-final-newline): Doc fix.
24776 (backup-buffer-copy): Fix last change.
24777
24778 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24779
24780 * term/mac-win.el: Require select. Set selection-coding-system to
24781 mac-system-coding-system. Call menu-bar-enable-clipboard.
24782 (x-last-selected-text-clipboard, x-last-selected-text-primary)
24783 (x-select-enable-clipboard): New variables.
24784 (x-select-text, x-get-selection, x-selection-value)
24785 (x-get-selection-value, mac-select-convert-to-string)
24786 (mac-services-open-file, mac-services-open-selection)
24787 (mac-services-insert-text): New functions.
24788 (CLIPBOARD, FIND): Put mac-scrap-name property.
24789 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
24790 (public.tiff): Put mac-ostype property.
24791 (selection-converter-alist): Add entries for them.
24792 (mac-application-menu-map): New keymap.
24793 (interprogram-cut-function, interprogram-paste-function): Set to
24794 x-select-text and x-get-selection-value, respectively.
24795 (split-window-keep-point): Set to t.
24796
24797 2005-04-23 Richard M. Stallman <rms@gnu.org>
24798
24799 * files.el (read-directory-name): Always pass non-nil
24800 DEFAULT-FILENAME arg to read-file-name.
24801 (backup-buffer-copy, basic-save-buffer-2): Take care against
24802 writing thru an unexpected existing symlink.
24803 (revert-buffer): In indirect buffer, revert the base buffer.
24804 (magic-mode-alist): Doc fix.
24805 (buffer-stale-function): Doc fix.
24806 (minibuffer-with-setup-hook): Avoid warning.
24807 (mode-require-final-newline): Doc and custom fix.
24808
24809 * follow.el (follow-end-of-buffer): Use with-no-warnings.
24810
24811 * font-lock.el (font-lock-comment-face): On terminals with few colors,
24812 use the default appearance.
24813 (font-lock-comment-delimiter-face): New face, new variable.
24814
24815 * imenu.el (imenu--generic-function): The official position of a
24816 definition is the start of the line that BEG is in.
24817
24818 * midnight.el (midnight-timer): Move defvar up.
24819
24820 * mouse.el (mouse-drag-region-1): Delete some debugging code.
24821
24822 * saveplace.el (save-place-to-alist): Use with-no-warnings.
24823
24824 * startup.el (command-line): Use with-no-warnings.
24825
24826 * window.el (window-size-fixed): New defvar.
24827
24828 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
24829
24830 * mail/rmail.el (rmail-font-lock-keywords):
24831 Use font-lock-comment-delimiter-face.
24832
24833 * mail/sendmail.el (mail-font-lock-keywords):
24834 Use font-lock-comment-delimiter-face.
24835
24836 * progmodes/compile.el (next-error-highlight-timer): New defvar.
24837
24838 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
24839
24840 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24841 Specify t for LAXMATCH when matching directories.
24842 Save match data around compilation-compat-error-properties form.
24843
24844 2005-04-23 David Kastrup <dak@gnu.org>
24845
24846 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
24847 Mention that the autoloaded aliases should be kept for AUCTeX.
24848
24849 2005-04-23 Andreas Schwab <schwab@suse.de>
24850
24851 * isearch.el (isearch-forward): Doc fix.
24852
24853 2005-04-23 Eli Zaretskii <eliz@gnu.org>
24854
24855 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
24856 (jit-lock-stealth-nice): Change default value to 0.5.
24857
24858 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
24859
24860 * abbrev.el (write-abbrev-file): Write table entries in
24861 alphabetical order by table name.
24862
24863 2005-04-22 Kim F. Storm <storm@cua.dk>
24864
24865 * ido.el (ido-read-internal): Fix `list' completion.
24866
24867 2005-04-22 Kenichi Handa <handa@m17n.org>
24868
24869 * recentf.el (recentf-save-file-coding-system): New variable.
24870 (recentf-save-list): Encode the file by
24871 recentf-save-file-coding-system and add coding: tag.
24872
24873 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
24874
24875 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
24876
24877 2005-04-21 Lute Kamstra <lute@gnu.org>
24878
24879 * loadhist.el (unload-feature): Don't remove a function from hooks
24880 if it is about to be restored to an autoload . Remove functions
24881 that will become unbound from auto-mode-alist. Simplify the code.
24882
24883 * subr.el (assq-delete-all): New implementation that is linear,
24884 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
24885 (rassq-delete-all): New function.
24886
24887 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
24888 Add size-indication-mode.
24889
24890 2005-04-21 Kenichi Handa <handa@m17n.org>
24891
24892 * international/mule-cmds.el: Add autoload for widget-value in
24893 eval-when-compile.
24894
24895 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
24896
24897 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
24898 Add tooltip-mode.
24899
24900 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
24901
24902 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
24903
24904 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
24905 (inferior-lisp-filter-regexp, inferior-lisp-program)
24906 (inferior-lisp-load-command, inferior-lisp-prompt)
24907 (inferior-lisp-mode-hook, lisp-source-modes)
24908 (inferior-lisp-load-hook): defvar->defcustom.
24909 (inferior-lisp-program, inferior-lisp-prompt)
24910 (inferior-lisp-load-hook): Doc fixes.
24911 (inferior-lisp-install-letter-bindings): Small change in
24912 introductory comment.
24913
24914 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
24915
24916 * vc.el (vc-annotate-color-map): Change some colors so that text
24917 using them as foreground is readable on both white and black
24918 backgrounds.
24919
24920 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24921
24922 * international/mule-conf.el (translation-table-for-input):
24923 Remove redundant declaration.
24924
24925 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
24926
24927 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
24928
24929 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
24930 (tooltip-toggle-gud-tips): New function.
24931
24932 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24933
24934 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
24935 right angle brackets.
24936
24937 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
24938
24939 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
24940
24941 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24942
24943 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
24944 Remove. Update callers to use expand-file-name instead.
24945
24946 * subr.el (syntax-class): New function.
24947
24948 * simple.el (blink-matching-open): Use it.
24949
24950 * paren.el (show-paren-function): Use it to recognize parens that are
24951 also used in 2-char comment markers.
24952
24953 2005-04-19 Lute Kamstra <lute@gnu.org>
24954
24955 * loadhist.el (unload-feature): Update for new format of
24956 load-history. Simplify the code.
24957
24958 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24959
24960 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
24961 (mac-add-charset-info): New function. Initialize variable
24962 mac-charset-info-alist using it.
24963 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
24964 for translation.
24965 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
24966 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
24967 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
24968 New CCL programs.
24969
24970 2005-04-19 Kim F. Storm <storm@cua.dk>
24971
24972 * simple.el (next-buffer, prev-buffer, next-error)
24973 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
24974 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
24975
24976 * bindings.el (next-buffer, prev-buffer, next-error)
24977 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
24978 (clone-indirect-buffer-other-window): Move bindings from simple.el.
24979 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
24980 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
24981
24982 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
24983
24984 * isearch.el (isearch-edit-string): Make the search-ring available for
24985 minibuffer history commands.
24986 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
24987 the default history commands now work just as well.
24988 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
24989
24990 2005-04-18 Kim F. Storm <storm@cua.dk>
24991
24992 * emulation/cua-base.el (cua--pre-command-handler): Add more
24993 elaborate check for shift modifier on non-window systems.
24994
24995 2005-04-18 Lars Hansen <larsh@math.ku.dk>
24996
24997 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
24998
24999 2005-04-18 Kim F. Storm <storm@cua.dk>
25000
25001 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
25002 and make it optional. Don't test tooltip-gud-echo-area here.
25003 (tooltip-gud-process-output, gdb-tooltip-print):
25004 Pass tooltip-gud-echo-area to tooltip-show.
25005 (tooltip-help-tips): Remove second optional arg to tooltip-show.
25006
25007 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25008
25009 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
25010 `display-graphic-p' may not be bound yet.
25011
25012 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
25013
25014 * startup.el (command-line): No longer enable Xterm Mouse mode by
25015 default in terminals compatible with xterm.
25016
25017 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
25018
25019 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
25020
25021 * tooltip.el (tooltip-gud-echo-area): Rename from
25022 tooltip-use-echo-area.
25023 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
25024 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
25025 area independently of where help tooltips are displayed.
25026
25027 2005-04-17 David Kastrup <dak@gnu.org>
25028
25029 * cus-theme.el (custom-theme-write-variables): Quote variables
25030 where necessary.
25031
25032 2005-04-17 Richard M. Stallman <rms@gnu.org>
25033
25034 * simple.el (yank-excluded-properties): Add follow-link to value.
25035
25036 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
25037
25038 * startup.el (fancy-splash-max-time): Just 30 seconds.
25039 (fancy-splash-delay): Just 7.
25040 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
25041
25042 * loadhist.el (unload-feature): Update for new format of load-history.
25043 Simplify the code.
25044
25045 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
25046 (rmail-font-lock-keywords): Don't fontify the text of a citation.
25047
25048 * mail/sendmail.el (mail-font-lock-keywords):
25049 Don't fontify subject text.
25050 Don't fontify the text of a citation.
25051
25052 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
25053
25054 * comint.el (comint-output-filter): Run comint-output-filter-functions
25055 with point where the user had it.
25056
25057 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
25058
25059 * international/ucs-tables.el (ucs-set-table-for-input):
25060 Disable when using unify-on-decoding.
25061
25062 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
25063
25064 * emulation/cua-base.el (cua-global-mark-face): Add special case
25065 for displays supporting a high number of colors.
25066
25067 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
25068
25069 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
25070
25071 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
25072
25073 * filesets.el (filesets-add-buffer): If user supplies a name of a
25074 non-existing fileset, create a new fileset.
25075
25076 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
25077
25078 * textmodes/org.el (org-up-heading-all): Fix bug with
25079 `outline-up-heading-all'.
25080
25081 2005-04-16 Andreas Schwab <schwab@suse.de>
25082
25083 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
25084 /etc/permissions.d/* and /etc/aliases.d/*.
25085
25086 2005-04-16 Kenichi Handa <handa@m17n.org>
25087
25088 * international/code-pages.el (cp-make-coding-system):
25089 Set `translation-table-for-input' property value to the symbol
25090 ucs-mule-to-mule-unicode, not to that value.
25091 (pt154): Escape guillemet by `\'.
25092
25093 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
25094
25095 * loadup.el: Load tooltip if x-show-tip is fboundp.
25096
25097 * startup.el (command-line): Add comment.
25098
25099 * tooltip.el (tooltip-mode): Specify correct standard value for
25100 Custom in init-value.
25101
25102 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
25103
25104 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
25105 possible.
25106
25107 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
25108
25109 * textmodes/org.el (org-agenda-date-prompt): Rename from
25110 `org-agenda-date-today'.
25111 (org-evaluate-time-range): Insert at point instead of directly
25112 after time range.
25113 (org-first-headline-recenter, org-subtree-end-visible-p)
25114 (org-optimize-window-after-visibility-change): New functions
25115 (org-agenda-post-command-hook): Don't allow point at end of line,
25116 to make sure it always hits the text properties.
25117 (org-agenda-next-date-line, org-agenda-previous-date-line):
25118 New commands.
25119 (org-set-regexps-and-options): Category may contain white space.
25120 (org-agenda-get-deadlines, org-agenda-get-scheduled):
25121 Improve marker positions.
25122 (org-agenda-new-marker): Argument POS made optional.
25123 (org-agenda-get-timestamps): Deadlines which are done are listed
25124 in org-done-face now.
25125 (org-agenda-get-todos, org-agenda-get-timestamps)
25126 (org-agenda-get-deadlines, org-agenda-get-scheduled):
25127 Set `undone-face' and `done-face' properties.
25128 (org-last-todo-state-is-todo): New variable.
25129 (org-todo): Set `org-last-todo-state-is-todo'.
25130 (org-agenda-todo): Change face according to
25131 `org-last-todo-state-is-todo'. And change other lines referring to
25132 the same entry.
25133 (org-calendar-goto-agenda): New command.
25134 (org-calendar-to-agenda-key): New option.
25135 (org-startup-folded): New allowed value `content'.
25136 (org-set-regexps-and-options): Accept new value `content' for
25137 `org-startup-folded'.
25138 (org-get-current-options): Handle new value `content' for
25139 `org-startup-folded'.
25140 (org-insert-todo-heading): New command.
25141 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
25142 interactively in empty file and option
25143 `org-insert-mode-line-in-empty-file' has been set.
25144 (org-agenda-todo, org-agenda-priority): Modify to use
25145 `org-agenda-change-all-lines'.
25146 (org-warning-face): Change color on dark background
25147
25148 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25149
25150 * international/mule-cmds.el (set-locale-environment): On Mac OS,
25151 use preferences AppleLocale and AppleLanguages, and variable
25152 mac-system-locale for default locale. On Mac OS Classic, use
25153 mac-system-coding-system for default coding systems.
25154
25155 * term/mac-win.el: Don't set file-name-coding-system.
25156 Decode variables system-name, emacs-build-system, user-login-name, and
25157 user-full-name by mac-system-coding-system on Mac OS Classic.
25158 (mac-system-coding-system): New variable.
25159
25160 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
25161
25162 * startup.el (command-line): Handle `xterm-mouse-mode' before
25163 reading init file.
25164
25165 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
25166
25167 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
25168
25169 * progmodes/sh-script.el (sh-here-document-word): Make it a
25170 defcustom. Doc fix.
25171 (sh-add): Bash uses $(( )) for arithmetic.
25172 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
25173 (sh-maybe-here-document): Remove quotes and leading whitespace
25174 from heredoc word when closing. Indent heredoc with tabs if word
25175 starts with "-".
25176
25177 2005-04-13 Richard M. Stallman <rms@gnu.org>
25178
25179 * simple.el (undo): Fix previous change.
25180
25181 * custom.el (defface): Doc fix.
25182
25183 2005-04-13 Lute Kamstra <lute@gnu.org>
25184
25185 * Makefile.in (DONTCOMPILE): Remove list.
25186 (compile, compile-always): Don't use DONTCOMPILE.
25187 (update-authors): Load the library in which batch-update-authors
25188 is defined.
25189 * makefile.w32-in (DONTCOMPILE): Remove list.
25190 (compile, compile-always): Fix comments.
25191 (update-authors): Load the library in which batch-update-authors
25192 is defined.
25193
25194 * generic-x.el (generic-mode-ini-file-find-file-hook):
25195 Rename to ini-generic-mode-find-file-hook.
25196 Keep generic-mode-ini-file-find-file-hook as an alias.
25197 (ini-generic-mode-find-file-hook): Rename from
25198 generic-mode-ini-file-find-file-hook. Fix docstring.
25199 (ini-generic-mode): Docstring change.
25200 (bat-generic-mode-run-as-comint): Silence the byte compiler.
25201
25202 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
25203 called from lisp.
25204
25205 * generic.el: Move to the emacs-lisp subdir.
25206
25207 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
25208
25209 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
25210 and C-S- function and cursor motion keys.
25211
25212 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
25213
25214 * startup.el (command-line): Enable Xterm Mouse mode by default.
25215 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
25216 for Custom. No longer show "Mouse" in mode line when enabled.
25217 Doc fix.
25218
25219 2005-04-12 Kim F. Storm <storm@cua.dk>
25220
25221 * emulation/cua-base.el (cua-rectangle-face)
25222 (cua-rectangle-noselect-face): Define face attributes here.
25223
25224 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
25225
25226 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25227
25228 * startup.el (command-line): Turn off blinking cursor if
25229 cursorBlink in resources is off or false.
25230
25231 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25232
25233 * term/mac-win.el (dnd): Require dnd.
25234 (mac-drag-n-drop): Call dnd-handle-one-url.
25235 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
25236 (kTextEncodingISOLatin2): Remove constants.
25237 (mac-script-code-coding-systems): New constant.
25238 (mac-handle-language-change): New function.
25239 (special-event-map): Bind it to `language-change' event.
25240 (mac-centraleurroman, mac-cyrillic): New coding systems.
25241 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
25242 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
25243 and mac-cyrillic-encoder to encode-mac-centraleurroman and
25244 encode-mac-cyrillic, respectively.
25245
25246 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
25247
25248 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
25249 Don't set overlay-arrow-string to "=>" as this is done
25250 globally in C now.
25251
25252 2005-04-12 Lute Kamstra <lute@gnu.org>
25253
25254 * generic-x.el (rc-generic-mode, rul-generic-mode):
25255 Fix auto-mode-alist entries.
25256 (etc-fstab-generic-mode): Tweak fontification.
25257
25258 * generic.el (generic-make-keywords-list): Fix docstring.
25259 (generic-mode-internal): Simplify generic-font-lock-keywords.
25260
25261 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
25262
25263 * whitespace.el (whitespace-buffer-leading)
25264 (whitespace-buffer-trailing): Revert the incorrect test inversion.
25265 However, fix the highlight area for the leading and
25266 trailing whitespaces to show space.
25267
25268 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
25269
25270 * whitespace.el (whitespace-version): Bump to 3.5
25271
25272 (whitespace-buffer-leading, whitespace-buffer-trailing):
25273 Invert sense of the test to highlight the whitespace.
25274
25275 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
25276
25277 * progmodes/gud.el (gud-display-line): GUD uses its own
25278 overlay arrow now so don't set overlay-arrow-string.
25279 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
25280
25281 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
25282
25283 * term.el (term-ansi-current-bold, term-ansi-current-underline)
25284 (term-ansi-current-reverse, term-ansi-current-invisible)
25285 (term-ansi-face-already-done): Change to boolean.
25286 (term-reset-terminal, term-handle-colors-array): Handle the above
25287 vars accordingly.
25288 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
25289 (term-emulate-terminal): Use the new name.
25290
25291 * faces.el (secondary-selection): Use yellow1, not yellow.
25292 (trailing-whitespace): Use red1, not red.
25293
25294 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25295
25296 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
25297 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
25298 (dired-dnd-handle-file): Call dnd-get-local-file-uri
25299
25300 * cus-edit.el (dnd): New group.
25301
25302 * term/w32-win.el (dnd): Require dnd
25303 (w32-drag-n-drop): Call dnd-handle-one-url.
25304
25305 * x-dnd.el: Require dnd.
25306 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
25307 Call dnd-handle-one-url.
25308 (x-dnd-types-alist, x-dnd-insert-utf8-text)
25309 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
25310 to dnd-insert-text.
25311 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
25312 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
25313 (x-dnd-get-local-file-name, x-dnd-open-local-file)
25314 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
25315
25316 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
25317
25318 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25319
25320 * wdired.el: Doc fixes.
25321 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
25322 (wdired-use-dired-vertical-movement): Rename from
25323 wdired-always-move-to-filename-beginning.
25324 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
25325 (wdired-change-to-wdired-mode): Change mode name.
25326 (wdired-newline): Delete.
25327
25328 2005-04-11 Richard M. Stallman <rms@gnu.org>
25329
25330 * whitespace.el (whitespace-highlight-the-space):
25331 Don't call whitespace-unhighlight-the-space here.
25332
25333 * simple.el (undo): Record t in undo-equiv-table
25334 for the redo record made by an undo-in-region.
25335
25336 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
25337
25338 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
25339 (gdb-frame-inferior-io-buffer): New Functions to control
25340 display of separate IO buffer.
25341 (menu): Add them to menu-bar.
25342 (gdb-display-buffer): Check for buffer another frame.
25343 Protect GUD buffer.
25344 (gdb-setup-windows): Create IO buffer if not already there.
25345 (gdb-memory-mode): Remove purecopy noops.
25346
25347 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
25348
25349 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
25350 and pass to self-insert-command.
25351
25352 2005-04-11 Lute Kamstra <lute@gnu.org>
25353
25354 * generic.el: Commentary section cleanup.
25355 (generic): Delete.
25356 (generic-use-find-file-hook, generic-lines-to-scan)
25357 (generic-find-file-regexp, generic-ignore-files-regexp)
25358 (default-generic-mode, generic-mode-find-file-hook)
25359 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
25360 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
25361 (generic-use-find-file-hook, generic-lines-to-scan)
25362 (generic-find-file-regexp, generic-ignore-files-regexp)
25363 (default-generic-mode, generic-mode-find-file-hook)
25364 (generic-mode-ini-file-find-file-hook): Move from generic.el.
25365
25366 2005-04-10 Karl Fogel <kfogel@red-bean.com>
25367
25368 * bookmark.el (bookmark-write-file): Catch errors writing file.
25369 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
25370
25371 2005-04-10 Richard M. Stallman <rms@gnu.org>
25372
25373 * startup.el (fancy-splash-tail): Update copyright year.
25374 (command-line): Split part of -Q into -D.
25375 (emacs-basic-display): New defvar.
25376 (fancy-splash-text): Correct name of menu item.
25377
25378 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
25379
25380 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
25381 lines in one node.
25382
25383 * comint.el (comint-send-input): New arg ARTIFICIAL.
25384 Callers in this file changed.
25385
25386 * abbrev.el (define-abbrevs): Read system abbrevs properly.
25387
25388 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
25389
25390 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
25391
25392 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
25393 `ldap-search-internal'.
25394
25395 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
25396
25397 * files.el (set-auto-mode-1): Use line-end-position.
25398
25399 * international/latin-1.el:
25400 * international/latin-2.el:
25401 * international/latin-3.el:
25402 * international/latin-4.el:
25403 * international/latin-5.el:
25404 * international/latin-8.el:
25405 * international/latin-9.el: Give punctuation syntax to NBSP.
25406
25407 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
25408 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
25409 Use char-classes to accept non-ascii letters, accepted in some recent
25410 bibtex implementations.
25411
25412 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
25413
25414 * custom.el (custom-set-minor-mode): Any non-nil value for the
25415 variable should enable the mode when set through Custom.
25416
25417 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
25418
25419 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
25420 TAB binding so tab-always-indent is obeyed.
25421 (vhdl-minibuffer-local-map): Move initialization into declaration.
25422 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
25423 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
25424 (vhdl-hooked-abbrev): Avoid test for XEmacs.
25425 (vhdl-current-line): Use line-beginning-position.
25426 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
25427 with-output-to-temp-buffer, so the current position can be recorded.
25428
25429 2005-04-10 Masatake YAMATO <jet@gyve.org>
25430
25431 * progmodes/compile.el (compilation-error-regexp-alist-alist):
25432 Add regexp for gcov.
25433
25434 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
25435
25436 * calendar/time-date.el (time-to-seconds, seconds-to-time)
25437 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
25438 syntax which Emacs 20 doesn't support.
25439
25440 2005-04-09 Richard M. Stallman <rms@gnu.org>
25441
25442 * help.el (describe-key-briefly, describe-key):
25443 Replace strings as event types with "(any string)".
25444
25445 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
25446
25447 * arc-mode.el (archive-mode-map): Move initialization into
25448 the declaration. Override *all* bindings of `undo'.
25449 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
25450
25451 2005-04-09 Jay Belanger <belanger@truman.edu>
25452
25453 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
25454
25455 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
25456
25457 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
25458 (xterm-register-default-colors): Update color values computation
25459 to match xterm-200.
25460
25461 2005-04-09 Kenichi Handa <handa@m17n.org>
25462
25463 * international/code-pages.el (iso-latin-7): Fix the map.
25464
25465 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
25466
25467 * emacs-lisp/lisp.el (defun-prompt-regexp)
25468 (parens-require-spaces, buffer-end, end-of-defun)
25469 (insert-parentheses): Doc fixes.
25470
25471 2005-04-08 Kim F. Storm <storm@cua.dk>
25472
25473 * comint.el (comint-highlight-prompt): Fix face spec.
25474 * hi-lock.el (hi-green): Likewise.
25475
25476 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
25477
25478 * cus-edit.el (custom-modified-face):
25479 * comint.el (comint-highlight-input): Fix previous changes.
25480 * term.el (term-handle-ansi-escape): Add a comment.
25481
25482 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
25483
25484 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
25485 in the buffer and in whitespace-highlighted-space.
25486 (whitespace-unhighlight-the-space): Simplify.
25487 (whitespace-buffer): Simplify.
25488
25489 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
25490
25491 * textmodes/table.el (table-cell-face): Add special case for
25492 displays supporting a high number of colors.
25493 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
25494 (vhdl-font-lock-reserved-words-face)
25495 (vhdl-speedbar-architecture-face)
25496 (vhdl-speedbar-instantiation-face)
25497 (vhdl-speedbar-architecture-selected-face)
25498 (vhdl-speedbar-instantiation-selected-face): Likewise.
25499 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
25500 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
25501 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
25502 (ebrowse-root-class-face, ebrowse-member-attribute-face)
25503 (ebrowse-progress-face): Likewise.
25504 * progmodes/compile.el (compilation-info-face): Likewise.
25505 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
25506 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
25507 * calendar/calendar.el (diary-face): Likewise.
25508 * woman.el (woman-italic-face, woman-bold-face)
25509 (woman-unknown-face): Likewise.
25510 * wid-edit.el (widget-button-pressed-face): Likewise.
25511 * whitespace.el (whitespace-highlight-face): Likewise.
25512 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
25513 * pcvs-info.el (cvs-marked-face): Likewise.
25514 * info.el (info-xref): Likewise.
25515 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
25516 * hilit-chg.el (highlight-changes-face)
25517 (highlight-changes-delete-face): Likewise.
25518 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
25519 (hi-red-b): Likewise.
25520 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
25521 * font-lock.el (font-lock-keyword-face)
25522 (font-lock-function-name-face, font-lock-warning-face): Likewise.
25523 * cus-edit.el (custom-invalid-face, custom-modified-face)
25524 (custom-set-face, custom-changed-face, custom-variable-tag-face)
25525 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
25526 * comint.el (comint-highlight-prompt): Likewise.
25527
25528 2005-04-08 Lute Kamstra <lute@gnu.org>
25529
25530 * font-lock.el (font-lock-keywords): Docstring fixes.
25531
25532 2005-04-08 Kenichi Handa <handa@m17n.org>
25533
25534 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
25535 chars are more than a limit, print " and more..." at the tail.
25536
25537 2005-04-08 Kim F. Storm <storm@cua.dk>
25538
25539 * emacs-lisp/authors.el (authors-aliases): Update list.
25540 (authors-ignored-files): New list.
25541 (authors-fixed-entries): Fix typo.
25542 (authors-renamed-files-alist): Update list.
25543 (authors-add): Check authors-ignored-files.
25544
25545 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
25546
25547 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
25548 optional, to ensure backward compatibility.
25549
25550 2005-04-08 Stephen Eglen <stephen@gnu.org>
25551
25552 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
25553
25554 2005-04-08 Kim F. Storm <storm@cua.dk>
25555
25556 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
25557
25558 * mouse.el (mouse-on-link-p): Doc fix.
25559
25560 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
25561
25562 * ielm.el (ielm-prompt-read-only): Doc fix.
25563
25564 * comint.el (comint-prompt-read-only): Doc fix.
25565
25566 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
25567
25568 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
25569 ensure dired always handles wildcards passed to ffap.
25570 (find-file-at-point): Use it.
25571 (ffap-dired-wildcards): Doc fix.
25572
25573 2005-04-07 Juri Linkov <juri@jurta.org>
25574
25575 * simple.el (next-error-overlay-arrow-position): New defvar.
25576 Put "=>" on its property `overlay-arrow-string'. Add it to
25577 `overlay-arrow-variable-list'.
25578
25579 * progmodes/compile.el (compilation-setup):
25580 Set `next-error-overlay-arrow-position' to nil. Also set it to
25581 nil in the local hook `kill-buffer-hook'. Make local variable
25582 `overlay-arrow-string' and set it to "=>".
25583 (compilation-goto-locus): Set BOL position to
25584 `next-error-overlay-arrow-position' instead of
25585 `overlay-arrow-position'.
25586
25587 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
25588 locally instead of adding it to the global hook.
25589 (Info-kill-buffer): Move up.
25590
25591 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
25592
25593 * term/xterm.el (xterm-standard-colors): Update color values from
25594 xterm-200.
25595
25596 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
25597
25598 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
25599
25600 * fast-lock.el:
25601 * lazy-lock.el: Move them to the obsolete subdir.
25602
25603 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25604
25605 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
25606 (wdired-add-replace-advice): Remove.
25607 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
25608
25609 2005-04-06 Kim F. Storm <storm@cua.dk>
25610
25611 * startup.el (command-line): Add --bare-bones alias for -Q.
25612
25613 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25614
25615 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
25616 create the startup fontset if a font specification ends with
25617 `mac-roman'.
25618
25619 2005-04-06 Lute Kamstra <lute@gnu.org>
25620
25621 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
25622 change.
25623
25624 * emacs-lisp/copyright.el (copyright-update-year): Replace the
25625 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
25626
25627 2005-04-05 Lute Kamstra <lute@gnu.org>
25628
25629 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
25630 (define-generic-mode): Ditto. Fix debug declaration.
25631
25632 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
25633 Put them in the generic-x group.
25634
25635 * calendar/timeclock.el (timeclock): Doc fix.
25636
25637 * generic.el (define-generic-mode): Don't use custom-current-group.
25638 Document default :group value.
25639 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
25640 (define-global-minor-mode): Don't use custom-current-group.
25641
25642 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
25643
25644 * startup.el (command-line-1): Display startup-echo-area-message
25645 when fancy splash screen is in use.
25646
25647 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
25648 (sh-escaped-newline): New face.
25649 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
25650 newline, and use sh-escaped-newline face.
25651
25652 * progmodes/tcl.el (tcl-escaped-newline): New face.
25653 (tcl-builtin-list): New variable.
25654 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
25655 newlines. Fix keywords subexpression number.
25656
25657 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
25658
25659 * textmodes/org.el (org-diary-default-entry): Fix call to
25660 `add-to-diary-entry'.
25661
25662 2005-04-05 Kim F. Storm <storm@cua.dk>
25663
25664 * ediff-init.el: Use (featurep 'xemacs).
25665
25666 2005-04-05 David Ponce <david@dponce.com>
25667
25668 * cus-edit.el (face): Derive from symbol widget. Display sample
25669 of the current face on the fly.
25670 (widget-face-sample-face-get, widget-face-notify): New functions.
25671 (widget-face-value-create): Remove.
25672
25673 * wid-edit.el (widget-field-end): Temporarily remove field
25674 narrowing before to call `get-char-property'.
25675
25676 2005-04-04 Jay Belanger <belanger@truman.edu>
25677
25678 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
25679 (math-read-subscripts): New variable.
25680 (math-read-preprocess-string): Process subscripts.
25681
25682 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
25683
25684 * comint.el (comint-prompt-read-only): Doc fix.
25685
25686 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
25687 `-1'. Doc fix.
25688
25689 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
25690
25691 * textmodes/org.el (org-insert-mode-line-in-empty-file):
25692 Change default value to nil.
25693
25694 2005-04-04 Lute Kamstra <lute@gnu.org>
25695
25696 * autorevert.el (auto-revert-mode): Specify :group.
25697 * battery.el (display-battery-mode): Specify :group.
25698 * diff-mode.el (diff-minor-mode): Specify :group.
25699 * font-core.el (font-lock-mode): Specify :group.
25700 * hl-line.el (hl-line-mode): Specify :group.
25701 * iimage.el (iimage): New customization group.
25702 (iimage-mode): Specify :group.
25703 * longlines.el (longlines-mode): Specify :group.
25704 * master.el: Don't require easy-mmode.
25705 (master): New customization group.
25706 (master-mode): Specify :group.
25707 * msb.el (msb-mode): Specify :group.
25708 * reveal.el (reveal-mode): Specify :group.
25709 * simple.el (next-error-follow-minor-mode): Specify :group.
25710 * smerge-mode.el (smerge-mode): Specify :group.
25711 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
25712 * emulation/cua-base.el (cua-mode): Specify :group.
25713 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
25714 * language/thai-util.el (thai-auto-composition-mode)
25715 (thai-word-mode): Specify :group.
25716 * mail/supercite.el (sc-minor-mode): Specify :group.
25717 * progmodes/cwarn.el (cwarn-mode): Specify :group.
25718 * progmodes/flymake.el (flymake-mode): Specify :group.
25719 * progmodes/glasses.el (glasses-mode): Specify :group.
25720 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
25721 * textmodes/enriched.el (enriched-mode): Specify :group.
25722 * textmodes/refill.el (refill-mode): Specify :group.
25723
25724 * add-log.el (change-log-font-lock-keywords): Names in
25725 parenthesized lists can contain spaces.
25726
25727 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
25728
25729 * startup.el (fancy-splash-text): Shorten default text of
25730 "Emacs Tutorial" line. Also, if the current language env
25731 indicates an available tutorial file other than TUTORIAL,
25732 extract its title and append it to the line in parentheses.
25733 (fancy-splash-insert): If arg is a thunk, funcall it.
25734
25735 2005-04-04 Jay Belanger <belanger@truman.edu>
25736
25737 * calc.el (calc-language-alist): Add tags to customization type.
25738
25739 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
25740
25741 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
25742 Doc fix.
25743
25744 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
25745
25746 * add-log.el (change-log-font-lock-keywords): The manual
25747 describing a Change Log entry, says: (...) "Aside from these
25748 header lines, every line in the change log starts with a space or
25749 a tab.". The font-lock was not highlighting lines started with
25750 spaces, added support for it.
25751
25752 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25753
25754 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
25755 (bibtex-generate-url-list): Update docstring accordingly. Put the
25756 complex example in the docstring.
25757 (bibtex-font-lock-url): Use pop.
25758
25759 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
25760
25761 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
25762
25763 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
25764
25765 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
25766
25767 * filesets.el (filesets-set-default): Doc fix.
25768
25769 2005-04-03 Lute Kamstra <lute@gnu.org>
25770
25771 * generic.el (define-generic-mode): Add argument to specify
25772 keywords for defcustom.
25773 (default-generic-mode): Specify :group.
25774
25775 * generic-x.el: Specify :group for all generic modes.
25776
25777 * desktop.el (desktop-no-desktop-file-hook)
25778 (desktop-after-read-hook): Doc fix.
25779
25780 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
25781
25782 * simple.el (visible-mode): Use explicit :group keyword.
25783 This changes the group of `visible-mode-hook' from paren-blinking
25784 to editing-basics.
25785
25786 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
25787
25788 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
25789 mailbox specifications as well as URLs.
25790 (rmail-insert-inbox-text): Remove unused conditional branches.
25791
25792 2005-04-01 Jay Belanger <belanger@truman.edu>
25793
25794 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
25795 (calc-gnuplot-print-command): Move definitions to calc.el.
25796
25797 * calc/calc-embed.el (calc-embedded-announce-formula)
25798 (calc-embedded-open-formula, calc-embedded-close-formula)
25799 (calc-embedded-open-word, calc-embedded-close-word)
25800 (calc-embedded-open-plain, calc-embedded-close-plain)
25801 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
25802 (calc-embedded-open-mode, calc-embedded-close-mode):
25803 Move definitions to calc.el.
25804
25805 * calc/calc.el (calc-settings-file, calc-language-alist):
25806 Make customizable.
25807 (calc-embedded-announce-formula, calc-embedded-open-formula)
25808 (calc-embedded-close-formula, calc-embedded-open-word)
25809 (calc-embedded-close-word, calc-embedded-open-plain)
25810 (calc-embedded-close-plain, calc-embedded-open-new-formula)
25811 (calc-embedded-close-new-formula, calc-embedded-open-mode)
25812 (calc-embedded-close-mode, calc-gnuplot-name)
25813 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
25814 from other files and make customizable.
25815
25816 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25817
25818 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
25819 Use buffer-live-p.
25820 (cvs-mode-run): Don't call cvs-update-header here.
25821 (cvs-run-process): Call cvs-update-header.
25822 Use process properties for cvs-postprocess and cvs-buffer so that
25823 the sentinel can behave better if the temp buffer is killed.
25824 Use a pipe rather than a tty, to better handle unexpected prompts.
25825 (cvs-sentinel): Rewrite. Call cvs-update-header.
25826
25827 2005-04-01 Andre Spiegel <spiegel@gnu.org>
25828
25829 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
25830 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
25831
25832 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25833
25834 * generic.el (define-generic-mode): Add indentation rule.
25835
25836 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
25837
25838 * files.el (mode-require-final-newline): Make Custom correctly
25839 report a nil value and allow to set it to nil via Custom.
25840 Doc fix.
25841
25842 2005-04-01 Kenichi Handa <handa@m17n.org>
25843
25844 * international/characters.el: Enable the correct case setting for
25845 dotless-i and dotted-I.
25846
25847 2005-04-01 Kim F. Storm <storm@cua.dk>
25848
25849 * ido.el (ido-file-internal): Fall back to non-ido command if
25850 initial directory is on slow ftp (or tramp) host.
25851
25852 2005-03-31 Richard M. Stallman <rms@gnu.org>
25853
25854 * emacs-lisp/autoload.el (make-autoload):
25855 Handle define-global-minor-mode.
25856
25857 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
25858 Rename from easy-mmode-define-global-mode.
25859 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
25860
25861 * progmodes/scheme.el (scheme-mode-syntax-table):
25862 Update syntax of | and # for two-character comment syntax.
25863
25864 2005-03-31 Lute Kamstra <lute@gnu.org>
25865
25866 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
25867 (define-minor-mode): Call custom-current-group at load-time.
25868
25869 * generic.el (define-generic-mode): Add debug declaration.
25870 Add defcustom for the mode hook.
25871 (generic-mode-internal): Use run-mode-hooks.
25872
25873 2005-03-31 Kim F. Storm <storm@cua.dk>
25874
25875 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
25876 (mouse-fixup-help-message): New defun called by show_help_echo
25877 to fixup mouse-2 prefix in help messages when applicable.
25878
25879 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
25880
25881 2005-03-31 Kenichi Handa <handa@m17n.org>
25882
25883 * language/thai-word.el (thai-find-word-ends): Pay attention to
25884 the case that we reach the end of buffer.
25885
25886 * textmodes/fill.el (fill-text-properties-at): New function.
25887 (fill-newline): Use fill-text-properties-at instead of
25888 text-properties-at.
25889
25890 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
25891
25892 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
25893 not comint-quote-filename.
25894
25895 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
25896
25897 * help-fns.el (help-with-tutorial): Revert last change.
25898
25899 2005-03-31 Kim F. Storm <storm@cua.dk>
25900
25901 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
25902
25903 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
25904
25905 * calendar/cal-china.el: Update reference to "Calendrical
25906 Calculations" book; there's a new edition.
25907 * calendar/cal-coptic.el: Likewise.
25908 * calendar/cal-french.el: Likewise.
25909 * calendar/cal-hebrew.el: Likewise.
25910 * calendar/cal-islam.el: Likewise.
25911 * calendar/cal-iso.el: Likewise.
25912 * calendar/cal-julian.el: Likewise.
25913 * calendar/cal-mayan.el: Likewise.
25914 * calendar/cal-persia.el: Likewise.
25915 * calendar/calendar.el: Likewise.
25916 * calendar/holidays.el: Likewise.
25917 * calendar/lunar.el: Likewise.
25918 * calendar/solar.el: Likewise.
25919
25920 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
25921 white space from doc string.
25922
25923 2005-03-30 Jay Belanger <belanger@truman.edu>
25924
25925 * calc/calc-help.el (calc-full-help): Remove email address.
25926
25927 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
25928
25929 * help-fns.el (help-with-tutorial): Delete title line.
25930
25931 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25932
25933 * calendar/cal-x.el (calendar-one-frame-setup)
25934 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
25935 rather than `symbol' for set-window-dedicated-p.
25936
25937 * calendar/appt.el (appt-buffer-name): Make it a constant.
25938 (appt-add): Doc fix.
25939
25940 * filesets.el (filesets-menu-path, filesets-menu-before)
25941 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
25942 (filesets-menu-cache-file): Use directory ~/.emacs.d.
25943 (filesets-add-submenu): Delete and use add-submenu instead.
25944
25945 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
25946
25947 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
25948 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
25949 (org-diary-default-entry): New function.
25950 (org-get-entries-from-diary): Better parsing of diary entries.
25951 (org-agenda-check-no-diary): New function.
25952 ("diary-lib"): Advice to function `add-to-diary-list', to allow
25953 linking to diary entries.
25954 (org-agenda-execute-calendar-command): New function.
25955 (org-agenda): Improve visible section in window.
25956 Use `org-fit-agenda-window'.
25957 (org-fit-agenda-window): New option.
25958 (org-move-subtree-down): Better handling of empty lines
25959 at end of subtree.
25960 (org-cycle): Numeric prefix is interpreted now as show-subtree N
25961 levels up.
25962 (org-fontify-done-headline): New option.
25963 (org-headline-done-face): New face.
25964 (org-set-font-lock-defaults): Use `org-headline-done-face'.
25965 (org-table-copy-down): Rename from `org-table-copy-from-above'.
25966 When current field is non-empty, it is copied to next row.
25967 (org-table-copy-from-above): Fix bug which made it
25968 impossible to copy fields containing only a single non-white character.
25969
25970 2005-03-30 Kim F. Storm <storm@cua.dk>
25971
25972 * kmacro.el (kmacro-end-macro): Isearch may store this command
25973 into the macro -- so ignore it when executing keyboard macro.
25974
25975 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
25976
25977 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
25978
25979 2005-03-29 Kenichi Handa <handa@m17n.org>
25980
25981 * language/thai.el ("Thai"): Set setup-function and exit-function
25982 for Thai language environment.
25983
25984 * language/thai-util.el: Require thai-word.
25985 (thai-word-mode-map): New variable.
25986 (thai-word-mode): New minor mode.
25987 (setup-thai-language-environment-internal): New function.
25988 (exit-thai-language-environment-internal): New function.
25989
25990 * language/thai-word.el (thai-word-table): Declare it by defvar,
25991 use dolist to initialize it.
25992 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
25993 (thai-fill-find-break-point): New functions.
25994
25995 2005-03-29 Richard M. Stallman <rms@gnu.org>
25996
25997 * simple.el (idle-update-delay): Move definition up.
25998 (set-mark): Doc fix.
25999
26000 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
26001
26002 * longlines.el: New file.
26003
26004 * simple.el (buffer-substring-filters): New variable.
26005 (filter-buffer-substring): New function.
26006 (kill-region, copy-region-as-kill): Use it.
26007
26008 * register.el (copy-to-register, append-to-register)
26009 (prepend-to-register): Use filter-buffer-substring.
26010
26011 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
26012
26013 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
26014 (gud-filter-pending-text): Move in front of gdb.
26015 (gud-overlay-arrow-position): New variable.
26016 (gud-sentinel, gud-display-line): Use it in place of
26017 overlay-arrow-position.
26018
26019 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
26020
26021 * progmodes/fortran.el (fortran-if-indent): Doc fix.
26022 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
26023 (fortran-font-lock-keywords-4): New variable.
26024 (fortran-blocks-re, fortran-end-block-re)
26025 (fortran-start-block-re): New constants, for hideshow.
26026 (hs-special-modes-alist): Add a Fortran entry.
26027 (fortran-mode-map): Bind fortran-end-of-block,
26028 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
26029 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
26030 (fortran-looking-at-if-then, fortran-end-of-block)
26031 (fortran-beginning-of-block): New functions, for hideshow.
26032
26033 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
26034 Doc fix. Tweak regexp.
26035 (f90-beginning-of-block): Push mark first.
26036
26037 2005-03-29 Jay Belanger <belanger@truman.edu>
26038
26039 * calc/calc.el: Update copyright date.
26040 (calc-version): Increase to 2.1.
26041 (calc-version-date): Remove.
26042
26043 * calc/calc-help.el: Update copyright date.
26044 (calc-full-help): Remove reference to calc-version-date.
26045 Update copyright date.
26046
26047 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
26048
26049 * vc.el (vc-do-command): Use a pipe for async processes, so password
26050 prompts don't show up at places where the user can't reply.
26051
26052 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
26053
26054 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
26055 on the file name we pass to the inferior shell.
26056
26057 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
26058
26059 * progmodes/which-func.el (which-function): Be robust in the face of an
26060 imenu--make-index-alist failure.
26061
26062 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
26063
26064 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
26065
26066 * progmodes/python.el (python-preoutput-filter): Fix last change.
26067
26068 2005-03-29 Lute Kamstra <lute@gnu.org>
26069
26070 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
26071 functions and compiled macros.
26072 (debug-convert-byte-code): Handle macros too.
26073 (debug-on-entry-1): Don't signal an error when trying to clear a
26074 function that is not set to debug on entry.
26075
26076 2005-03-29 Jay Belanger <belanger@truman.edu>
26077
26078 * calc/calc-lang.el: Add functions to math-function-table
26079 properties of tex and math.
26080
26081 2005-03-29 Kenichi Handa <handa@m17n.org>
26082
26083 * ps-mule.el (ps-mule-plot-string): Translate characters by
26084 ps-print-translation-table.
26085 (ps-mule-begin-job): Call find-charset-region/string with
26086 ps-print-translation-table.
26087 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
26088
26089 * ps-print.el (ps-print-translation-table): New variable.
26090 (ps-plot-region): Translate characters by ps-print-translation-table.
26091
26092 2005-03-29 Juri Linkov <juri@jurta.org>
26093
26094 * simple.el (next-error-highlight-timer): New variable.
26095
26096 * progmodes/compile.el (compilation-goto-locus):
26097 Use `next-error-highlight-timer' instead of `sit-for'.
26098
26099 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
26100
26101 * mail/supercite.el (sc-mail-field): Use assoc-string.
26102 (sc-get-address): Simplify regexps.
26103
26104 * files.el (minibuffer-with-setup-hook): New macro.
26105 (find-file-read-args): Use it to avoid let-binding
26106 minibuffer-with-setup-hook (which breaks turning on/off
26107 file-name-shadow-mode while in the prompt).
26108
26109 * complete.el (PC-read-include-file-name-internal):
26110 Use test-completion.
26111
26112 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
26113
26114 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
26115
26116 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
26117
26118 * window.el (window-buffer-height): Use count-screen-lines.
26119
26120 * progmodes/python.el (python-preoutput-leftover): New var.
26121 (python-preoutput-filter): Use it.
26122 (python-send-receive): Loop until all the result has been received.
26123
26124 2005-03-28 Juri Linkov <juri@jurta.org>
26125
26126 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
26127
26128 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
26129 "Recover Crashed Session".
26130 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
26131 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
26132 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
26133 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
26134 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
26135 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
26136 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
26137 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
26138
26139 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
26140 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
26141 Ediff Sessions", "Toggle use of separate control buffer frame",
26142 "Use separate frame for Ediff control buffer".
26143
26144 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
26145 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
26146 "Rename Bookmark", "Delete Bookmark".
26147
26148 * info.el (Info-mode-menu): Remove ellipsis from "Index".
26149 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
26150 Add `:active Info-index-alternatives' to "Next Matching Item".
26151
26152 * wdired.el (wdired-change-to-wdired-mode):
26153 Mention `wdired-abort-changes' key in the initial message.
26154
26155 * international/mule.el (auto-coding-alist): Associate non-ascii
26156 image filename extensions with `no-conversion'.
26157
26158 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
26159
26160 * international/iso-acc.el:
26161 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
26162
26163 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
26164
26165 * textmodes/sgml-mode.el (html-mode): Doc update.
26166
26167 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
26168
26169 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
26170
26171 * term.el (term-move-columns): Fix face after extending a line.
26172 (term-insert-spaces): Likewise.
26173 (term-reset-terminal): Fix off by one error.
26174
26175 2005-03-26 Eli Zaretskii <eliz@gnu.org>
26176
26177 * international/mule.el (auto-coding-alist): Add .xpi files.
26178
26179 * files.el (auto-mode-alist): Add .xpi files.
26180
26181 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
26182
26183 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
26184
26185 2005-03-26 Eli Zaretskii <eliz@gnu.org>
26186
26187 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
26188
26189 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
26190
26191 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
26192 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
26193
26194 * calendar/cal-move.el (calendar-beginning-of-year): Move the
26195 cursor to Jan 1 when needed.
26196 (calendar-end-of-year): Fix -/+ typo.
26197 Reported by Chong Yidong <cyd@stupidchicken.com>.
26198
26199 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
26200
26201 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
26202
26203 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
26204 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
26205
26206 2005-03-25 Richard M. Stallman <rms@gnu.org>
26207
26208 * filesets.el (filesets-init): Add autoload.
26209
26210 * mail/mailalias.el (mail-directory): Doc fix.
26211
26212 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26213
26214 * mail/mailalias.el (mail-directory-process): Do nothing if
26215 mail-directory-process is an atom.
26216 (mail-get-names): Ignore mail-directory-names if it is an atom.
26217 (mail-directory-process defvar): Doc fix.
26218 (mail-names): Doc fix.
26219
26220 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
26221
26222 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
26223
26224 2005-03-26 Kenichi Handa <handa@m17n.org>
26225
26226 * international/mule-util.el (detect-coding-with-priority):
26227 Call update-coding-systems-internal before detect-coding-region.
26228
26229 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
26230
26231 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
26232 (gdb-frames-mode-map): Add follow-link property.
26233
26234 2005-03-25 Jay Belanger <belanger@truman.edu>
26235
26236 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
26237 for variables.
26238
26239 2005-03-25 Juri Linkov <juri@jurta.org>
26240
26241 * image-mode.el: Optimize image filename extension regexps in
26242 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
26243 in `auto-mode-alist'.
26244 (image-mode): Add `image-toggle-display-text' to local hook
26245 `change-major-mode-hook'. Display the image as an image by
26246 default. Set `cursor-type' and `truncate-lines' if the image
26247 is already displayed. Take into account the current mode (image
26248 or text) in message.
26249 (image-minor-mode): New minor mode.
26250 (image-mode-maybe, image-toggle-display-text): New functions.
26251 (image-toggle-display): Use called-interactively-p.
26252 Let-bind `inhibit-read-only' to t.
26253
26254 * image-mode.el (image-minor-mode): Set `cursor-type' and
26255 `truncate-lines' if the image is already displayed. Add turning
26256 image-minor-mode off to `change-major-mode-hook'. Add message.
26257 Call `image-toggle-display-text' after turning image-minor-mode off.
26258
26259 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
26260
26261 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
26262 Terminal.app, use utf-8.
26263 (set-display-table-and-terminal-coding-system): Add coding-system arg.
26264 (set-locale-environment): Use it.
26265
26266 * term/xterm.el: Undo last change, better done in mule-cmds.el.
26267
26268 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
26269
26270 * progmodes/python.el (python-close-block-statement-p)
26271 (python-outdent-p, python-current-defun): Use symbol-end.
26272
26273 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
26274
26275 * files.el (save-some-buffers): Doc fix.
26276
26277 2005-03-25 Werner Lemberg <wl@gnu.org>
26278
26279 * complete.el, thumbs.el: Replace `legal' with `valid'.
26280 * calendar/calendar.el: Replace `legal' with `valid'.
26281 * emacs-lisp/advice.el: Replace `legal' with `valid'.
26282 * mail/supercite.el: Replace `legal' with `valid'.
26283 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
26284 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
26285 Replace `legal' with `valid'.
26286 * textmodes/reftex-vars.el, textmodes/reftex.el:
26287 Replace `legal' with `valid'.
26288
26289 2005-03-25 Werner Lemberg <wl@gnu.org>
26290
26291 * calc/calc-forms.el, calc/calc-sel.el
26292 * midnight.el, vc-cvs.el
26293 * emacs-lisp/cl-macs.el
26294 * emulation/vip.el
26295 * eshell/esh-io.el, eshell/esh-var.el
26296 * mail/supercite.el
26297 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
26298 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
26299 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
26300 * progmodes/sh-script.el, progmodes/xscheme.el
26301 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
26302 * textmodes/reftex-index.el, textmodes/reftex-parse.el
26303 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
26304 * textmodes/reftex.el, textmodes/org.el:
26305 Replace `illegal' with `invalid'.
26306
26307 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26308
26309 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
26310 (flymake-find-buildfile, flymake-find-possible-master-files)
26311 (flymake-check-include, flymake-parse-line): Replace loops over the
26312 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
26313
26314 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
26315 Substitute file-name-as-directory in the rest of the file.
26316 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
26317 (flymake-replace-region): Remove unused arg `buffer'.
26318 (flymake-check-patch-master-file-buffer): Update calls to it.
26319 (flymake-add-err-info): Remove unused var `count'.
26320 (flymake-mode): Use define-minor-mode.
26321
26322 * progmodes/flymake.el: Use with-current-buffer.
26323 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
26324 flymake-replace-regexp-in-string, flymake-line-beginning-position)
26325 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
26326 Avoid testing for `xemacs'.
26327 (flymake-nop): Move.
26328 (flymake-region-has-flymake-overlays): Return the computed value.
26329 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
26330 Remove unused var `endline'.
26331 (flymake-get-line-count): Remove unused function.
26332 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
26333
26334 * emulation/vi.el:
26335 * generic.el:
26336 * hilit-chg.el (global-highlight-changes):
26337 * hi-lock.el (hi-lock-mode):
26338 * follow.el: find-file-hooks -> find-file-hook.
26339
26340 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
26341
26342 2005-03-24 Juri Linkov <juri@jurta.org>
26343
26344 * dired.el (dired-mode-map): Add menu item "Compare directories"
26345 for dired-compare-directories.
26346
26347 * dired-aux.el (dired-compare-directories): Add autoload cookie.
26348 Doc fix. Replace `read-file-name' with `read-directory-name'.
26349
26350 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26351
26352 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
26353
26354 2005-03-24 Jay Belanger <belanger@truman.edu>
26355
26356 * calc/calc-embed.el (calc-embedded-mode-change): Save all
26357 relevant mode settings in calc-embedded-original-modes when modes
26358 are permanently changed.
26359
26360 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
26361
26362 * autoinsert.el: find-file-hooks -> find-file-hook.
26363
26364 2005-03-24 Lute Kamstra <lute@gnu.org>
26365
26366 * generic.el (generic-font-lock-defaults): Make it obsolete.
26367 (generic-font-lock-keywords): New variable to replace
26368 generic-font-lock-defaults.
26369 (generic-mode-set-font-lock): Delete it.
26370 (generic-mode-internal): Don't call generic-mode-set-font-lock.
26371 (generic-bracket-support): Add docstring.
26372
26373 * generic-x.el: Rename generic-font-lock-defaults to
26374 generic-font-lock-keywords throughout.
26375 (mailagent-rules-setup-function): Delete it.
26376 (mailagent-rules-generic-mode): Use anonymous function instead.
26377 (show-tabs-generic-mode-font-lock-defaults-1)
26378 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
26379 Quote faces.
26380 (show-tabs-tab-face, show-tabs-space-face): Specify background,
26381 not foreground.
26382
26383 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
26384 Recognize define-generic-mode.
26385
26386 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
26387
26388 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
26389 if there's no completion table.
26390
26391 2005-03-23 Miles Bader <miles@gnu.org>
26392
26393 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
26394 Remove tty-specific variants, as they're no longer needed.
26395
26396 2005-03-23 Lute Kamstra <lute@gnu.org>
26397
26398 * generic-x.el: Code cleanup: make args constant whenever possible.
26399 (installshield-statement-keyword-list)
26400 (installshield-system-functions-list)
26401 (installshield-system-variables-list, installshield-types-list)
26402 (installshield-funarg-constants-list): Make them constants.
26403
26404 * generic.el (generic-make-keywords-list): Add autoload cookie.
26405
26406 * calendar/time-date.el: Add comment on time value formats.
26407 Don't require parse-time.
26408 (with-decoded-time-value): New macro.
26409 (encode-time-value): New function.
26410 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
26411 (days-to-time): Return a valid time value when arg is huge.
26412 (time-since): Use time-subtract.
26413 (time-to-number-of-days): Use time-to-seconds.
26414
26415 2005-03-23 David Ponce <david@dponce.com>
26416
26417 * recentf.el (recentf-keep): New option.
26418 (recentf-menu-action): Default to `find-file'.
26419 (recentf-keep-non-readable-files-flag)
26420 (recentf-keep-non-readable-files-p)
26421 (recentf-file-readable-p, recentf-find-file)
26422 (recentf-cleanup-remote): Remove.
26423 (recentf-include-p): More robust.
26424 (recentf-keep-p): New function.
26425 (recentf-remove-if-non-kept): Rename from
26426 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
26427 All callers updated.
26428 (recentf-menu-items-for-commands): Fix help string.
26429 (recentf-track-closed-file): Update. Doc fix.
26430 (recentf-cleanup): Update. Count removed files. Doc fix.
26431
26432 2005-03-23 Kim F. Storm <storm@cua.dk>
26433
26434 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
26435 Don't inherit from fringe face (now happens automatically).
26436
26437 2005-03-22 Kim F. Storm <storm@cua.dk>
26438
26439 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
26440 position values.
26441
26442 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
26443
26444 * menu-bar.el (showhide-date-time): Remove.
26445 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
26446 (menu-bar-make-mm-toggle): Simplify.
26447
26448 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26449
26450 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
26451 Accept qualified variable and function names.
26452
26453 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
26454
26455 * bindings.el (completion-ignored-extensions):
26456 Remove ".lis" for `vax-vms'.
26457
26458 2005-03-22 Andreas Schwab <schwab@suse.de>
26459
26460 * generic-x.el: Revert last change.
26461 * ldefs-boot.el: Update.
26462
26463 2005-03-22 Jay Belanger <belanger@truman.edu>
26464
26465 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
26466 (calc-embedded-save-original-modes)
26467 (calc-embedded-restore-original-modes): New functions.
26468 (calc-do-embedded): Save original modes when entering embedded mode
26469 and restore when leaving embedded mode.
26470 (calc-embedded-modes-change): Change the value of
26471 calc-embedded-original-modes to reflect permanent changes.
26472
26473 2005-03-22 Lute Kamstra <lute@gnu.org>
26474
26475 * generic-x.el: Require generic again.
26476
26477 2005-03-22 Miles Bader <miles@gnu.org>
26478
26479 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
26480 Tweak details to look good on both ttys and bitmap displays, light
26481 or dark background, etc.
26482
26483 2005-03-21 Kim F. Storm <storm@cua.dk>
26484
26485 * tooltip.el (tooltip-show-help-function): Check car and cdr of
26486 mouse position.
26487
26488 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
26489
26490 * icomplete.el: Don't forcibly turn on the mode upon load.
26491 (icomplete-mode): Use define-minor-mode.
26492 (icomplete-eoinput): Default to nil.
26493 (icomplete-minibuffer-setup): Remove autoload.
26494 (icomplete-tidy): Simplify.
26495 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
26496 in the initial state or if the user has modified the field.
26497 Fix handling of icomplete-max-delay-chars.
26498 Remove code that handles the oddball case where
26499 minibuffer-completion-table is an integer.
26500 Wrap icomplete-completions in while-no-input in case building
26501 completions takes more time than expected.
26502 (icomplete-completions): Simplify.
26503
26504 2005-03-21 Richard M. Stallman <rms@gnu.org>
26505
26506 * jka-compr.el (jka-compr-really-do-compress):
26507 Make variable buffer-local.
26508
26509 * image-mode.el: Handle .xpm files too.
26510 (image-toggle-display): Preserve modification flag.
26511
26512 * help.el (where-is): Don't mention aliases with no key bindings.
26513
26514 2005-03-21 Lute Kamstra <lute@gnu.org>
26515
26516 * generic.el: Fix commentary section. Don't require cl for
26517 compilation.
26518 (generic-mode-list): Add autoload cookie.
26519 (generic-use-find-file-hook, generic-lines-to-scan)
26520 (generic-find-file-regexp, generic-ignore-files-regexp)
26521 (generic-mode, generic-mode-find-file-hook)
26522 (generic-mode-ini-file-find-file-hook): Fix docstrings.
26523 (define-generic-mode): Make it a defmacro. Fix docstring.
26524 (generic-mode-internal): Code cleanup. Add autoload cookie.
26525 (generic-mode-set-comments): Code cleanup.
26526 * generic-x.el: Don't prevent compilation. Don't require generic.
26527 Follow coding conventions. Minor code cleanup.
26528 (etc-fstab-generic-mode): Add some keywords.
26529 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
26530 define-generic-mode like a function declaration.
26531
26532 2005-03-21 Jay Belanger <belanger@truman.edu>
26533
26534 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
26535 changing modes.
26536
26537 2005-03-21 Sam Steingold <sds@gnu.org>
26538
26539 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
26540
26541 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
26542
26543 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
26544 Add underscore to "f$ lexicals" regexp.
26545
26546 2005-03-20 Juri Linkov <juri@jurta.org>
26547
26548 * subr.el (progress-reporter-do-update): When `min-value' is equal
26549 to `max-value', set `percentage' to 0 and prevent division by zero.
26550
26551 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
26552
26553 Sync with Tramp 2.0.48.
26554
26555 * net/tramp.el (all): Change all addresses to .gnu.org.
26556 (tramp-append-tramp-buffers): New defun.
26557 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
26558 Catch `dont-send' signal.
26559 (tramp-set-auto-save-file-modes): Set always permissions, because
26560 there might be an old auto-saved file belonging to another
26561 original file. This could be a security threat. Reported by
26562 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
26563 Check for Emacs 21.3.50 removed.
26564
26565 * net/tramp-smb.el (all): Remove debug construct for
26566 `with-parsed-tramp-file-name'.
26567 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
26568 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
26569 No error message if DIRECTORY or FILENAME doesn't exist.
26570 (tramp-smb-open-connection): Check existence of
26571 `tramp-smb-program'.
26572
26573 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
26574
26575 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
26576 Properly handle the case where the `m' or `s' command's argument is not
26577 yet terminated.
26578 (perl-indent-new-calculate): New function.
26579 (perl-indent-line): Use it.
26580
26581 2005-03-20 Miles Bader <miles@gnu.org>
26582
26583 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
26584 in text-mode too. Change to new face names.
26585 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
26586 Add `:weight bold' attribute.
26587 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
26588
26589 2005-03-19 Juri Linkov <juri@jurta.org>
26590
26591 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
26592
26593 * international/mule.el (auto-coding-alist): Sync with
26594 `auto-mode-alist' by adding upper case archive file extensions
26595 and adding ear/war to jar extension.
26596
26597 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
26598
26599 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
26600 running, restart it.
26601
26602 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
26603
26604 * finder.el (finder-current-item): Throw an error on an empty line.
26605
26606 * man.el (Man-follow-manual-reference): If current-word returns
26607 nil, use "".
26608
26609 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
26610
26611 * simple.el (goto-line): Doc fix.
26612
26613 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
26614
26615 * files.el (save-buffer): Doc fix.
26616
26617 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
26618
26619 * recentf.el (recentf-cleanup-remote): New variable.
26620 (recentf-cleanup): Use it to conditionally check availability of
26621 remote files.
26622
26623 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
26624
26625 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
26626 function names.
26627
26628 2005-03-19 Eli Zaretskii <eliz@gnu.org>
26629
26630 * language/thai-word.el: New file.
26631
26632 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
26633
26634 * files.el (backup-buffer): If the file's directory is not
26635 writable, use copy instead of move to backup the file.
26636
26637 2005-03-19 Eli Zaretskii <eliz@gnu.org>
26638
26639 * obsolete/keyswap.el: Moved to obsolete/ from term/.
26640
26641 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26642
26643 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
26644 Use functionp instead of symbolp and fboundp. Reported by Drkm
26645 <darkman_spam@yahoo.fr>.
26646 (ps-print-version): New version 6.6.6.
26647
26648 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
26649
26650 * textmodes/table.el (table--line-column-position): New idiom.
26651 (table--row-column-insertion-point-p): New function to test
26652 validity of row and column insertion operation at a location.
26653 (table-global-menu, table-cell-menu): Use above functions for
26654 deterministic test operation.
26655 (table--editable-cell-p): Behave in deterministic fashion.
26656
26657 2005-03-18 Juri Linkov <juri@jurta.org>
26658
26659 * isearch.el (isearch-lazy-highlight-new-loop):
26660 Make arguments beg and end optional.
26661 (isearch-update): Remove optional arguments nil from
26662 isearch-lazy-highlight-new-loop.
26663 (isearch-lazy-highlight-search): Let-bind case-fold-search to
26664 isearch-lazy-highlight-case-fold-search instead of
26665 isearch-case-fold-search, and let-bind isearch-regexp to
26666 isearch-lazy-highlight-regexp.
26667 Use isearch-lazy-highlight-last-string instead of isearch-string.
26668
26669 * replace.el (perform-replace): Remove bindings of global
26670 variables isearch-string, isearch-regexp, isearch-case-fold-search.
26671 Add three new arguments to `replace-highlight'.
26672 (replace-highlight): Add arguments string, regexp, case-fold.
26673 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
26674 to allow isearch-lazy-highlight-new-loop to use these values
26675 to set corresponding isearch-lazy-highlight-* internal
26676 variables whose values lazy highlighting will use regardless of
26677 changes to global variables isearch-string, isearch-regexp,
26678 isearch-case-fold-search during lazy highlighting loop.
26679 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
26680 to `lazy-highlight-cleanup'.
26681
26682 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
26683 (ispell-highlight-face): Set default face to `isearch' when
26684 lazy highlighting is enabled.
26685 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
26686 priority to 1. Add lazy highlighting.
26687 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
26688 from `isearch-dehighlight'.
26689
26690 2005-03-18 David Ponce <david@dponce.com>
26691
26692 * files.el (hack-local-variables): Do a case-insensitive search
26693 for End.
26694
26695 2005-03-18 Juri Linkov <juri@jurta.org>
26696
26697 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
26698 `isearch-lazy-highlight-cleanup', add alias to old name and
26699 declare obsolete. Add release numbers to other obsolete vars.
26700 (isearch-done, isearch-lazy-highlight-new-loop):
26701 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
26702 (lazy-highlight-cleanup) <variable>: Doc fix.
26703 (isearch-lazy-highlight-update): Rename obsolete
26704 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
26705
26706 2005-03-18 Kenichi Handa <handa@m17n.org>
26707
26708 * language/thai-util.el: Fix categorization of Thai characters in
26709 thai-category-table.
26710 (thai-composition-pattern): Adjust it for the above change.
26711 (thai-self-insert-command, thai-compose-syllable): New functions.
26712 (thai-compose-region): Use thai-compose-syllable.
26713 (thai-compose-string): Likewise.
26714 (thai-composition-function): Likewise.
26715 (thai-auto-composition): New function.
26716 (thai-auto-composition-mode): New minor mode.
26717
26718 * language/thai.el: Fix patterns to be registered in
26719 composition-function-table.
26720
26721 * international/quail.el (quail-input-method): Locally bind
26722 inhibit-modification-hooks to t.
26723
26724 2005-03-17 Richard M. Stallman <rms@gnu.org>
26725
26726 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
26727 (perl-mode): Use run-mode-hooks.
26728
26729 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
26730 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
26731 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
26732
26733 * mail/sendmail.el (sendmail-send-it): Reenable the code
26734 to compute resend-to-address and use it.
26735
26736 * tar-mode.el (tar-mode): Turn off undo unconditionally.
26737
26738 * image-mode.el: New file.
26739
26740 * image.el (insert-sliced-image): Add autoload cookie.
26741
26742 * font-lock.el (font-lock-lines-before): New user option.
26743 (font-lock-after-change-function): Obey it.
26744
26745 * bindings.el (esc-map): Make M-g a prefix.
26746 Bind M-g g and M-g M-g to goto-line.
26747
26748 * faces.el (face-id): Doc fix.
26749
26750 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26751
26752 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
26753 (rmail-show-message): Use rmail-unknown-mail-followup-to.
26754 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
26755
26756 * mail/sendmail.el (mail-yank-ignored-headers)
26757 (mail-font-lock-keywords, mail-mode-fill-paragraph):
26758 Add Mail-Followup-To and Mail-Reply-To headers.
26759 (mail-citation-hook): Add autoload cookie.
26760 (mail-mode): Doc fix.
26761 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
26762 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
26763 (mail-mode-fill-paragraph): Handle those headers.
26764 (mail-mailing-lists): New variable.
26765 (mail-mail-reply-to, mail-mail-followup-to): New functions.
26766
26767 2005-03-17 Juri Linkov <juri@jurta.org>
26768
26769 * isearch.el (isearch-fallback): Check for `(car previous)'
26770 before calling `isearch-other-end-state'.
26771
26772 2005-03-17 Kim F. Storm <storm@cua.dk>
26773
26774 * simple.el (move-beginning-of-line): Move to beginning of buffer
26775 line, as well as beginning of screen line.
26776
26777 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
26778
26779 * calendar/diary-lib.el (mark-diary-entries): Use new optional
26780 argument REDRAW rather than calendar-redrawing variable.
26781 * calendar/calendar.el (calendar-redrawing): Delete.
26782 (redraw-calendar): Do not bind calendar-redrawing.
26783
26784 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
26785
26786 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
26787 diary-file buffer.
26788
26789 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
26790
26791 * help.el (describe-mode): Allow a :minor-mode-function property to
26792 specify a different minor mode toggle function than the variable.
26793 * simple.el (auto-fill-function):
26794 * subr.el (add-minor-mode): Use it.
26795
26796 2005-03-16 Kenichi Handa <handa@m17n.org>
26797
26798 * language/ethio-util.el (sera-being-called-by-w3): New variable.
26799 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
26800 (ethio-fidel-to-sera-buffer): Likewise.
26801
26802 2005-03-16 Juri Linkov <juri@jurta.org>
26803
26804 * emacs-lisp/find-func.el (find-function-regexp):
26805 Add defun-emitting macro `menu-bar-make-toggle'.
26806
26807 * isearch.el: Put `isearch-scroll' property to
26808 `split-window-horizontally'.
26809
26810 * info.el: Update error messages for `debug-ignored-errors'.
26811 (Info-isearch-search): Doc fix.
26812 (Info-find-node): Move up code to go into info buffer before
26813 recording the node to the history.
26814 (Info-fontify-node): Fontify titles only if the next line
26815 has two or more `*', `=', `-', `.'.
26816 Display "go to this node" for empty (match-string 3).
26817
26818 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26819
26820 * term/mac-win.el: Add mouse pointer shape constants.
26821
26822 2005-03-15 Kim F. Storm <storm@cua.dk>
26823
26824 * simple.el (move-beginning-of-line): Use vertical-motion.
26825
26826 2005-03-15 Juri Linkov <juri@jurta.org>
26827
26828 * isearch.el (isearch-error): New variable.
26829 (isearch-invalid-regexp, isearch-within-brackets): Remove.
26830 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
26831 (isearch-within-brackets-state): Remove.
26832 (isearch-case-fold-search-state, isearch-pop-fun-state):
26833 Decrease frame index.
26834 (isearch-mode, isearch-top-state, isearch-push-state)
26835 (isearch-edit-string, isearch-abort, isearch-search-and-update)
26836 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
26837 (isearch-search, isearch-lazy-highlight-new-loop):
26838 Replace `isearch-invalid-regexp' with `isearch-error'.
26839 Remove `isearch-within-brackets'.
26840 (isearch-search): Add `search-failed' handler to `condition-case'.
26841 (isearch-lazy-highlight-search): Add `condition-case' to catch
26842 errors and allow `isearch-lazy-highlight-update' to try
26843 highlighting from the beginning of the window.
26844 (isearch-repeat): Move up code to set isearch-wrapped to t
26845 before calling isearch-wrap-function.
26846
26847 * info.el (Info-isearch-initial-node): New internal variable.
26848 (Info-search): Signal an error in isearch mode when search leaves
26849 the initial node. Signal an error when `bound' is non-nil and
26850 nothing was found in the current subfile.
26851 (Info-isearch-search): Remove `condition-case'.
26852 (Info-isearch-wrap): Don't wrap when search failed during leaving
26853 the initial node. If `Info-isearch-search' is nil, wrap around
26854 the current node.
26855 (Info-isearch-start): New fun.
26856 (Info-mode): Add buffer-local hook `Info-isearch-start' to
26857 `isearch-mode-hook'.
26858
26859 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26860
26861 * simple.el (normal-erase-is-backspace): Set default to t if
26862 running on Mac.
26863
26864 * term/mac-win.el (function-key-map): Sync with x-win.el.
26865
26866 2005-03-15 Kenichi Handa <handa@m17n.org>
26867
26868 * international/mule-cmds.el (locale-language-names): Modify the
26869 format of elements and add more entries.
26870 (locale-preferred-coding-systems): Add more entries.
26871 (set-locale-environment): Adjust for the change of
26872 locale-language-names.
26873
26874 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
26875
26876 * pcvs.el (smerge-ediff): Remove bogus autoload.
26877
26878 2005-03-14 Lute Kamstra <lute@gnu.org>
26879
26880 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
26881 Ignore a `*' at the beginning of a line.
26882
26883 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
26884 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
26885 subr.el.
26886 (dont-compile, eval-when-compile, eval-and-compile): Use declare
26887 to specify indentation.
26888
26889 * generic.el (define-generic-mode): Let generic-mode-list be a
26890 list of strings; test membership with equal.
26891
26892 2005-03-14 Kim F. Storm <storm@cua.dk>
26893
26894 * simple.el (next-line, previous-line): Add optional try-vscroll
26895 arg to recognize interactive use. Pass it on to line-move.
26896 (line-move): Don't perform auto-window-vscroll when defining or
26897 executing keyboard macro to ensure consistent behavior.
26898
26899 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
26900
26901 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
26902
26903 2005-03-13 Lute Kamstra <lute@gnu.org>
26904
26905 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
26906 debugger-setup-buffer so that backtrace marks the frames set to
26907 debug-on-exit and we don't have to do it manually. Set an extra
26908 debug-on-exit for macro's.
26909 (debugger-setup-buffer): Don't mark the top frame manually.
26910
26911 2005-03-12 Lute Kamstra <lute@gnu.org>
26912
26913 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
26914 lisp-indent-function throughout.
26915 (with-no-warnings): Set lisp-indent-function property.
26916
26917 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
26918
26919 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
26920 Add entry for backslash.
26921
26922 2005-03-12 Juri Linkov <juri@jurta.org>
26923
26924 * info.el (Info-search): Four fixes for backward search.
26925
26926 2005-03-11 Jay Belanger <belanger@truman.edu>
26927
26928 * calc/calc.el (calc-language-alist): New variable.
26929 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
26930 (calc-embedded-find-modes): Use calc-language-alist instead of
26931 calc-embedded-language-alist.
26932
26933 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
26934
26935 * calendar/calendar.el (calendar-redrawing): New internal
26936 variable.
26937 (redraw-calendar): Remove bogus save-excursion from previous
26938 change. Bind calendar-redrawing to t for mark-diary-entries.
26939 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
26940 calendar if that is why we were called.
26941
26942 2005-03-11 Kenichi Handa <handa@m17n.org>
26943
26944 * international/mule.el (make-coding-system): Set property
26945 coding-system-define-form to nil.
26946 (define-coding-system-alias): Likewise.
26947
26948 2005-03-11 Kenichi Handa <handa@m17n.org>
26949
26950 These changes are suggested by Dave Love <fx@gnu.org>.
26951
26952 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
26953 coding: tag.
26954 (adaptive-fill-regexp): Add more bullets.
26955 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
26956 regexps.
26957
26958 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
26959
26960 * help.el (describe-mode): Properly handle non-trivial lighters.
26961 Don't ignore minor modes that are not listed in minor-mode-list.
26962
26963 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
26964 feature ON when the user requests to turn it OFF.
26965
26966 2005-03-10 Lute Kamstra <lute@gnu.org>
26967
26968 * emacs-lisp/debug.el (debug-entry-code): Delete it.
26969 (implement-debug-on-entry): New function to replace debug-entry-code.
26970 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
26971 second argument as the 2005-03-07 change makes it obsolete.
26972 (debug-on-entry, cancel-debug-on-entry): Update call to
26973 debug-on-entry-1.
26974 (debug, debugger-setup-buffer): Comment update.
26975 (debugger-frame-number): Update to work with implement-debug-on-entry.
26976
26977 2005-03-10 Jay Belanger <belanger@truman.edu>
26978
26979 * calc/calc-embed.el (math-ms-args): Declare it.
26980 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
26981 math-ms-args.
26982 (calc-embedded-subst): Use math-multi-subst-rec to substitute
26983 variables.
26984
26985 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
26986
26987 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
26988 Use message-box.
26989
26990 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
26991 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
26992 (tooltip-gud-tips): Simplify.
26993 (tooltip-gud-tips-p): Remove superfluous :set.
26994 (tooltip-gud-modes): Add fortran-mode.
26995 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
26996
26997 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
26998
26999 2005-03-09 Kim F. Storm <storm@cua.dk>
27000
27001 * play/animate.el (animate-place-char): Use forward-line instead
27002 of next-line to improve performance.
27003
27004 2005-03-09 Simon Josefsson <jas@extundo.com>
27005
27006 * net/browse-url.el (browse-url-default-browser): Doc fix.
27007
27008 2005-03-09 Miles Bader <miles@gnu.org>
27009
27010 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
27011 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
27012
27013 2005-03-09 Kenichi Handa <handa@m17n.org>
27014
27015 * international/latin-1.el: Set case and syntax for 255 only if
27016 set-case-syntax-set-multibyte is nil.
27017
27018 * textmodes/ispell.el (ispell-insert-word): New function.
27019 (ispell-word): Use ispell-insert-word to insert a new word.
27020 (ispell-process-line): Likewise.
27021 (ispell-complete-word): Likewise.
27022
27023 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
27024
27025 * calendar/calendar.el (redraw-calendar): Preserve point.
27026 Reported by Matt Hodges <MPHodges@member.fsf.org>.
27027 (calendar-week-start-day): Move after definition of
27028 redraw-calendar. Delete buffer test, since redraw-calendar has
27029 that now.
27030
27031 * calendar/diary-lib.el (mark-diary-entries): Only call
27032 redraw-calendar in the first of any recursive calls.
27033 Reported by Alan Shutko <ats@acm.org>.
27034
27035 2005-03-08 Juri Linkov <juri@jurta.org>
27036
27037 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
27038 (html-horizontal-rule, html-line, html-image, html-checkboxes)
27039 (html-radio-buttons): Add a space before the trailing `/>' where
27040 sgml-xml-mode is non-nil.
27041 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
27042 the subsequent tag of the empty XML tag.
27043 (html-href-anchor): Don't set initial input to "http:".
27044 (html-image): Ask for the image URL and set point inside alt="".
27045 (html-name-anchor): Duplicate the name in the `id' attribute when
27046 sgml-xml-mode is non-nil.
27047 (html-paragraph): Remove \n before <p>.
27048 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
27049 instead of `checked' when sgml-xml-mode is non-nil.
27050
27051 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
27052 Remove 1 space before #RRGGBB to not truncate it on terminal
27053 windows w/o fringes. Remove 1 space between bg and fg examples
27054 to get more space.
27055 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
27056 avoid byte-compile warnings.
27057
27058 * image-file.el (image-file-handler): Put `safe-magic' property to
27059 `image-file-handler'.
27060
27061 * info.el (Info-isearch-search): Emulate word search in
27062 isearching through multiple Info nodes with Info-search.
27063 (Info-isearch-wrap): Allow isearch-word.
27064
27065 2005-03-08 Lute Kamstra <lute@gnu.org>
27066
27067 * emacs-lisp/debug.el (debugger-step-through): Make sure that
27068 stepping into the debugger's code is not possible.
27069 (debugger-jumping-flag): Docstring update.
27070
27071 2005-03-08 Jay Belanger <belanger@truman.edu>
27072
27073 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
27074 embedded mode begins.
27075 (calc-embedded-language-alist): New variable.
27076 (calc-embedded-find-modes): Use calc-embedded-language-alist to
27077 set default language mode.
27078
27079 2005-03-08 Kenichi Handa <handa@m17n.org>
27080
27081 * international/ccl.el (define-ccl-program): Fix docstring about
27082 extra 256 bytes assured for the output buffer.
27083
27084 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
27085 Fix BUFFER_MAGNIFICATION to 2.
27086 (ccl-encode-mule-utf-16be-with-signature): Likewise.
27087
27088 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
27089
27090 * align.el (align-rules-list): Added an alignment rule for CSS
27091 declarations (applies to css-mode and html-mode buffers).
27092
27093 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
27094
27095 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
27096
27097 2005-03-07 Kim F. Storm <storm@cua.dk>
27098
27099 * simple.el (move-beginning-of-line): New command.
27100
27101 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
27102
27103 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
27104
27105 * emulation/cua-base.el: Put CUA move property on move-end-of-line
27106 and move-beginning-of-line.
27107
27108 * apropos.el (apropos-print): Omit command from M-x ... RET.
27109
27110 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
27111
27112 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
27113 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
27114
27115 2005-03-06 Richard M. Stallman <rms@gnu.org>
27116
27117 * bindings.el (esc-map): Bind M-g to goto-line.
27118
27119 * facemenu.el (global-map): Bind M-o, not M-g.
27120
27121 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27122
27123 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
27124 "Open Directory" as for "Open File".
27125
27126 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
27127
27128 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
27129 (push-mark-command): Run activate-mark-hook.
27130
27131 2005-03-06 Richard M. Stallman <rms@gnu.org>
27132
27133 * help-mode.el (help-mode-finish): Don't alter the element
27134 in view-return-to-alist if there already is one.
27135
27136 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
27137 make sure the current buffer is the expected one.
27138
27139 * novice.el (disabled-command-function): Output in *Disabled Command*.
27140 Explicitly ignore non-keyboard events, and explicitly handle C-g.
27141
27142 * textmodes/flyspell.el (flyspell-large-region):
27143 Pass args differently for aspell.
27144
27145 * files.el (mode-require-final-newline): Doc fix.
27146
27147 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
27148
27149 * progmodes/which-func.el (which-function):
27150 Specify NOERROR when calling imenu--make-index-alist.
27151
27152 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
27153
27154 * simple.el (normal-erase-is-backspace): Define default value.
27155
27156 * custom.el (custom-theme-set-variables): Remove unused var
27157 `immediate'.
27158 (custom-reevaluate-setting): Simple function to handle variables
27159 that are defined before their default value can really be
27160 computed.
27161
27162 * startup.el (command-line): Use it for temporary-file-directory,
27163 small-emporary-file-directory, auto-save-file-name-transforms,
27164 blink-cursor-mode, and normal-erase-is-backspace.
27165
27166 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
27167 progress, even with buggy anchored keywords.
27168
27169 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
27170
27171 * simple.el (goto-line): Remove unbalanced final parenthesis.
27172
27173 2005-03-05 Richard M. Stallman <rms@gnu.org>
27174
27175 * simple.el (goto-line): Use a number at point as the default.
27176 With C-u as arg, switch buffers.
27177
27178 2005-03-05 Juri Linkov <juri@jurta.org>
27179
27180 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
27181 with `no-blinking-cursor'.
27182
27183 * startup.el (no-blinking-cursor): New defvar.
27184 (command-line): Add `--no-blinking-cursor' to longopts.
27185 Set `no-blinking-cursor' to t for command line arguments
27186 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
27187 with `no-blinking-cursor' in the condition for calling
27188 `blink-cursor-mode'.
27189
27190 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
27191
27192 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
27193 (menu-bar-options-save): Add blink-cursor-mode.
27194 (menu-bar-options-menu): Add blink-cursor-mode.
27195
27196 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
27197
27198 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
27199 (icalendar-export-file, icalendar-export-region)
27200 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
27201 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
27202
27203 2005-03-04 Lute Kamstra <lute@gnu.org>
27204
27205 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
27206 (debug-function-list): Ditto.
27207
27208 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
27209
27210 * textmodes/texinfmt.el (texinfo-append-refill):
27211 Redefine the types of line to which @refill
27212 is not appended by replacing a search for `@refill\\|@bye' with
27213 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
27214 itemize@refill' bug and the unfilled long lines bug.
27215 (texinfmt-version): Update number and date.
27216
27217 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
27218
27219 * international/code-pages.el (windows-1250, windows-125[2-8])
27220 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
27221
27222 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
27223
27224 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
27225 bound yet.
27226
27227 2005-03-02 Romain Francoise <romain@orebokech.com>
27228
27229 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
27230 buffer after removing limits.
27231 (ibuffer-pop-filter): Ditto.
27232 Update copyright.
27233
27234 2005-03-02 Miles Bader <miles@gnu.org>
27235
27236 * button.el (make-text-button): If the user doesn't specify a
27237 type, use the default. Rewrite to use `add-text-properties' and
27238 plist functions.
27239
27240 2005-03-01 Lute Kamstra <lute@gnu.org>
27241
27242 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
27243 (debugger-jumping-flag): New var.
27244 (debug-entry-code): Use it.
27245 (debugger-jump): Use debugger-jumping-flag and add
27246 debugger-reenable to post-command-hook.
27247 (debugger-reenable): Use debugger-jumping-flag and remove itself
27248 from post-command-hook.
27249 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
27250 debugger-reenable.
27251
27252 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
27253
27254 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
27255 inclusion of "itemize\\|", which may be unnecessary, is certainly
27256 inelegant, and stops refilling in itemize lists when formatting
27257 Japanese Texinfo files to Info.
27258 Update copyright to 2005.
27259
27260 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
27261
27262 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
27263 of an error if GDB can't find the source file.
27264
27265 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
27266
27267 * calendar/calendar.el (redraw-calendar): Work from any buffer,
27268 not just the calendar.
27269
27270 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
27271 first.
27272 (diary-redraw-calendar): New function.
27273 (make-diary-entry): Add diary-redraw-calendar to local
27274 write-contents-functions. Turn off selective display before
27275 inserting in diary.
27276
27277 2005-03-01 Kim F. Storm <storm@cua.dk>
27278
27279 * emacs-lisp/copyright.el (copyright-fix-years): New command.
27280
27281 2005-03-01 Lute Kamstra <lute@gnu.org>
27282
27283 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
27284 that debug-entry-code can be safely removed from a function while
27285 this code is being evaluated. Revert the 2005-02-27 change as the
27286 new implementation no longer requires it. Make sure that a
27287 function body containing just a string is not mistaken for a docstring.
27288 (debug): Skip one more frame in case of debug on entry.
27289 (debugger-setup-buffer): Delete one more frame line in case of
27290 debug on entry.
27291 (debugger-frame-number): Update to use the new text introduced by
27292 the 1999-11-03 change. Skip one more frame in case of debug on entry.
27293
27294 2005-02-28 Kim F. Storm <storm@cua.dk>
27295
27296 * double.el (double-translate-key): Call force-window-update after
27297 read-event to avoid crash in redisplay.
27298
27299 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
27300
27301 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
27302 (debug): Use it. Move the inhibit-trace earlier.
27303 (debug-entry-code): New const.
27304 (debug-on-entry-1): Use it.
27305
27306 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
27307
27308 * international/utf-16.el (ccl-encode-mule-utf-16le):
27309 Fix BUFFER_MAGNIFICATION to 2.
27310 (ccl-encode-mule-utf-16be): Likewise.
27311
27312 2005-02-28 Kenichi Handa <handa@m17n.org>
27313
27314 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
27315 Fix BUFFER_MAGNIFICATION to 4.
27316 (ccl-encode-mule-utf-16be-with-signature): Likewise.
27317
27318 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
27319
27320 * speedbar.el (speedbar-update-flag): Doc fix.
27321 (speedbar-show-info-under-mouse): Give set-mouse-position the right
27322 argument.
27323
27324 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
27325
27326 * reveal.el (reveal-post-command): Don't try to reveal overlays which
27327 have a non-nil `invisible' property but are actually visible.
27328
27329 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
27330 for perldoc sections.
27331 (perl-outline-regexp, perl-outline-level): New var and function.
27332 (perl-mode): Use them.
27333
27334 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
27335
27336 * calendar/diary-lib.el (diary-remind): Discard any mark portion
27337 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
27338
27339 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
27340
27341 * cus-edit.el: Comment change.
27342 (custom-buffer-create-internal): Slightly reword text at top of
27343 Custom buffers. Mention there that saving an option edits the
27344 init file. Add link to Emacs manual node on `custom-file'.
27345 (custom-magic-alist): Rewrite individual State messages to use
27346 capitalized keywords. Doc fix.
27347
27348 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
27349
27350 * calendar/calendar.el (calendar-buffer): Move above
27351 calendar-week-start-day.
27352 (calendar-week-start-day): Doc fix. Add :set function.
27353 (calendar-minimum-window-height): New variable.
27354 (generate-calendar-window): Only resize window if selected-window
27355 is displaying the calendar buffer. Use new variable
27356 calendar-minimum-window-height.
27357 (generate-calendar): Reword error message.
27358 (calendar-mode-map): Bind DEL to scroll-other-window-down.
27359
27360 2005-02-27 Andreas Schwab <schwab@suse.de>
27361
27362 * vc.el (vc-do-command): Don't run command asynchronously when
27363 operating in a remote directory.
27364
27365 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
27366 change from sync with Tramp 2.0.47.
27367
27368 2005-02-27 Richard M. Stallman <rms@gnu.org>
27369
27370 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
27371
27372 * textmodes/flyspell.el (flyspell-mode-on):
27373 Call ispell-change-dictionary only if necessary.
27374
27375 * emacs-lisp/re-builder.el (regexp-builder): New function.
27376
27377 * register.el (describe-register-1): Explicitly handle
27378 yank-excluded-properties = t.
27379
27380 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
27381 (custom-magic-alist): Change the status descriptions again.
27382 (face widget-type): Total rewrite based on `restricted-sexp'
27383 to eliminate the confusing double hiding levels.
27384
27385 * emacs-lisp/debug.el (debug-on-entry-1):
27386 If function body is empty, add nil as body form.
27387
27388 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
27389
27390 * emacs-lisp/trace.el (inhibit-trace): New var.
27391 (trace-make-advice): Use it.
27392
27393 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
27394
27395 2005-02-26 Kim F. Storm <storm@cua.dk>
27396
27397 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
27398 (mouse-on-link-p, mouse-drag-region-1): Use it.
27399
27400 2005-02-25 Lute Kamstra <lute@gnu.org>
27401
27402 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
27403
27404 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
27405
27406 * frame.el (blink-cursor-mode): Add :group keyword.
27407
27408 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
27409
27410 * calendar/icalendar.el (icalendar--decode-isodatetime):
27411 New optional argument DAY-SHIFT.
27412 (icalendar-export-region): Fix coding-system-for-write.
27413 (icalendar--convert-ical-to-diary): Shift end-day of all-day
27414 events by one.
27415
27416 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
27417
27418 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
27419
27420 2005-02-24 Kim F. Storm <storm@cua.dk>
27421
27422 * international/iso-acc.el (iso-accents-compose): Fix crash
27423 during redisplay. Call force-window-update after read-event
27424 and delete-region to signal that window is not accurate.
27425
27426 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
27427
27428 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
27429 Remove unused and inexistent var `inhibit-trace'.
27430 (debugger-mode): Use run-mode-hooks.
27431 (debugger-list-functions): Add buttons; setup xref stack.
27432
27433 2005-02-23 Richard M. Stallman <rms@gnu.org>
27434
27435 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
27436 appointment says it was explicitly made.
27437 (appt-add): Set the 3rd element.
27438 (appt-make-list): Preserve explicit appointments.
27439
27440 * subr.el (find-tag-default): Catch errors in forward-sexp.
27441
27442 2005-02-23 Juri Linkov <juri@jurta.org>
27443
27444 * info.el (Info-isearch-search): New defcustom.
27445 (Info-isearch-search): Call the default isearch function
27446 when Info-isearch-search is nil.
27447 (Info-isearch-wrap): Use variable Info-isearch-search.
27448
27449 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
27450
27451 * cus-edit.el: Comment change.
27452
27453 2005-02-22 Kim F. Storm <storm@cua.dk>
27454
27455 * progmodes/hideif.el (hide-ifdef-use-define-alist):
27456 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
27457
27458 2005-02-22 Simon Josefsson <jas@extundo.com>
27459
27460 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
27461 New variable.
27462 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
27463 Oskarsson" <myrkraverk@users.sourceforget.net>.
27464
27465 2005-02-22 Kim F. Storm <storm@cua.dk>
27466
27467 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
27468 check that window of that event is the selected window.
27469 (mouse-drag-region-1): Compare mouse event window to selected
27470 window before setting point.
27471
27472 * tooltip.el (tooltip-show-help-function): Pass event to
27473 mouse-on-link-p so it can check selected window.
27474
27475 2005-02-22 Kenichi Handa <handa@m17n.org>
27476
27477 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
27478 (ps-mule-show-warning): New function.
27479 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
27480 characters are found.
27481
27482 * ps-print.el (ps-header-footer-string): Return a list of header
27483 and footer strings.
27484
27485 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
27486
27487 * pcvs.el (cvs-retrieve-revision): Fix thinko.
27488
27489 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
27490
27491 * frame.el (blink-cursor-mode): Use define-minor-mode.
27492
27493 * term/mac-win.el (function-key-map): Use char-names more consistently.
27494 (file-name-coding-system): Only set it for MacOS-9. The other case is
27495 already handled in mule-cmds.el (where it also works when mac-win.el
27496 is not used).
27497
27498 2005-02-21 Kenichi Handa <handa@m17n.org>
27499
27500 * international/mule.el (ctext-pre-write-conversion): Always use
27501 " *code-converting-work*" buffer for work.
27502
27503 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
27504
27505 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
27506
27507 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
27508
27509 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
27510
27511 * ses.el (undo-more): Restore defadvice, but only the part that
27512 allows changes outside the restricted area of the buffer.
27513
27514 2005-02-20 Kim F. Storm <storm@cua.dk>
27515
27516 * simple.el (line-move): Add fourth optional arg try-vscroll which
27517 must be set to perform auto-window-vscroll.
27518 When moving backwards and doing auto-window-vscroll, automatically
27519 vscroll to the last part of lines which are taller than the window.
27520 (next-line, previous-line): Set try-vscroll arg on line-move.
27521
27522 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
27523
27524 * replace.el (query-replace, query-replace-regexp)
27525 (replace-string, replace-regexp): When operating on region, make
27526 the minibuffer prompt say so.
27527
27528 * isearch.el (isearch-forward): Document isearch-query-replace and
27529 isearch-query-replace-regexp keybindings.
27530
27531 2005-02-19 Jay Belanger <belanger@truman.edu>
27532
27533 * calc/calc-aent.el (math-read-token): Add local variable.
27534
27535 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
27536 (calc-edit-top): Move declaration to earlier in file.
27537 (calc-edit-macro-repeats): Add local variables.
27538
27539 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
27540 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
27541 calcFunc-tanh.
27542 Adjust integration rule for calcFunc-tan.
27543
27544 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
27545
27546 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
27547 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
27548 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
27549 (viper-skip-separators): Bug fix.
27550 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
27551 particular major mode.
27552 (viper-del-backward-char-in-replace): Don't put deleted char on the
27553 kill ring.
27554
27555 * viper-ex.el (viper-color-display-p): New function.
27556 (viper-has-face-support-p): Use viper-color-display-p.
27557
27558 * viper-keym.el (viper-gnus-modifier-map): New keymap.
27559
27560 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
27561
27562 * viper-util.el (viper-glob-unix-files): Fix shell status check.
27563 (viper-file-remote-p): Make equivalent to file-remote-p.
27564
27565 * viper.el (viper-major-mode-modifier-list):
27566 Use viper-gnus-modifier-map.
27567
27568 2005-02-19 David Kastrup <dak@gnu.org>
27569
27570 * subr.el (subregexp-context-p): Fix garbled doc string by adding
27571 quoting.
27572
27573 2005-02-19 Jay Belanger <belanger@truman.edu>
27574
27575 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
27576 Remove extra definitions.
27577 (calc-coth): New function.
27578 (calcFunc-cot): Fix `let'.
27579
27580 2005-02-19 Eli Zaretskii <eliz@gnu.org>
27581
27582 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
27583 the reasons we use "type pc" in these faces.
27584
27585 * button.el (button): Ditto.
27586
27587 2005-02-19 Michael Mauger <mmaug@yahoo.com>
27588
27589 * replace.el (query-replace-read-from): Set the value of
27590 query-replace-from-history-variable to handle the case of an empty
27591 string entered to accept the suggested default.
27592
27593 * net/tramp.el (tramp-file-name-for-operation):
27594 Use dired-call-process instead of dired-call-process-command.
27595
27596 2005-02-19 Jay Belanger <belanger@truman.edu>
27597
27598 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
27599 (math-div-non-trig): New variables.
27600 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
27601 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
27602 (math-combine-prod, math-div-symb-fancy): Add simplifications for
27603 trig expressions.
27604
27605 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
27606
27607 * progmodes/gdb-ui.el (gdb-var-update-handler)
27608 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
27609 for watch expressions,
27610 (gdb-var-create-handler): Don't set speedbar-update-flag.
27611 (gdb-post-prompt): Simplify test for speedbar.
27612
27613 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
27614
27615 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
27616 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
27617 we use the syntax table of the correct buffer.
27618 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
27619 Felix Gatzemeier.
27620
27621 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
27622 (ediff-file-remote-p): Make synonymous with file-remote-p.
27623 In all deffaces ediff-*-face-*, use min-colors.
27624
27625 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
27626 ediff-recurse-to-subdirectories.
27627 (ediff-mark-if-equal): Check that the arguments are strings, use
27628 ediff-same-contents (after to Felix Gatzemeier).
27629
27630 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
27631 nil.
27632
27633 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
27634
27635 * log-view.el (log-view-message-re): Fix up Subversion regexp.
27636
27637 2005-02-18 David Kastrup <dak@gnu.org>
27638
27639 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
27640 use `mark-active' when defined.
27641
27642 2005-02-18 Kenichi Handa <handa@m17n.org>
27643
27644 * ps-print.el (ps-font-info-database): New entry
27645 ZapfChancery-MediumItalic with correct font name. Fix font name
27646 of the entry Zapf-Chancery-MediumItalic.
27647
27648 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
27649
27650 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
27651
27652 2005-02-16 Kim F. Storm <storm@cua.dk>
27653
27654 * ido.el (ido-fallback-command): Pass user input to fallback command.
27655
27656 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
27657
27658 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
27659 (gdb-find-file-hook): Add server prefix.
27660
27661 2005-02-16 Richard M. Stallman <rms@gnu.org>
27662
27663 * replace.el (perform-replace): Pass new args to replace-highlight.
27664 (replace-highlight): Take region args,
27665 and pass them to isearch-lazy-highlight-new-loop.
27666
27667 * novice.el (disabled-command-hook): Autoload the defalias
27668 and the make-obsolete-variable call.
27669
27670 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
27671
27672 * isearch.el (isearch-lazy-highlight-start-limit)
27673 (isearch-lazy-highlight-end-limit): New variables limit
27674 the region for highlighting.
27675 (isearch-lazy-highlight-new-loop): New args BEG and END.
27676 (isearch-lazy-highlight-search): Use the new vars.
27677 (isearch-lazy-highlight-update): Likewise.
27678
27679 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
27680
27681 * cus-start.el (all): Use default-boundp.
27682
27683 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
27684
27685 * menu-bar.el (menu-bar-select-frame): Handle current frame.
27686
27687 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
27688
27689 * autorevert.el (auto-revert-stop-on-user-input)
27690 (auto-revert-verbose): Doc fixes.
27691
27692 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
27693
27694 * international/mule-cmds.el (set-locale-environment): Remove call
27695 to set-selection-coding-system on Windows.
27696
27697 2005-02-15 Jay Belanger <belanger@truman.edu>
27698
27699 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
27700 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
27701 calcFunc-coth.
27702 (math-simplify-sqrt): Add simplifications.
27703
27704 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
27705 to list.
27706
27707 * calc/calc-ext.el: Add functions to autoloads.
27708
27709 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
27710 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
27711 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
27712 (math-csc-raw, math-cot-raw): New functions.
27713
27714 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
27715
27716 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
27717 the variable name in a message.
27718
27719 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
27720 calcFunc-csc, calcFunc-cot.
27721
27722 * calc/calcalg2.el: Add derivative and integration rules for
27723 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
27724 calcFunc-csch, calcFunc-coth.
27725 (math-do-integral-methods): Add to checks for when to use
27726 substitutions.
27727
27728 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
27729
27730 2005-02-15 Lute Kamstra <lute@gnu.org>
27731
27732 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27733 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
27734 <monnier@iro.umontreal.ca>.
27735 (lisp-outline-level): Improve efficiency. Suggested by David
27736 Kastrup <dak@gnu.org>.
27737
27738 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
27739
27740 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
27741 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
27742 (gdb-set-gud-minor-mode-existing-buffers): New functions.
27743 (gdb-find-file-hook): New hook. Add it to find-file-hook.
27744 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
27745
27746 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
27747
27748 * cus-start.el (all): Comment change.
27749
27750 2005-02-14 Lute Kamstra <lute@gnu.org>
27751
27752 * cus-start.el (all): Check if symbol is void.
27753
27754 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
27755
27756 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
27757 optional argument to \cite.
27758
27759 2005-02-14 Richard M. Stallman <rms@gnu.org>
27760
27761 * cus-edit.el (custom-buffer-create-internal): Update help message.
27762 (custom-magic-alist): Update help messages.
27763
27764 * cus-start.el (all): Allow a var to specify a standard value.
27765
27766 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
27767
27768 * custom.el (custom-theme-set-variables): Handle variable aliases.
27769
27770 * frame.el (blink-cursor-timer): Doc fix.
27771 (blink-cursor): Make it an alias for `blink-cursor-mode' and
27772 declare obsolete.
27773 (blink-cursor-mode): Define with defcustom and use correct
27774 standard expression in that defcustom.
27775 * startup.el (command-line): Adapt to above changes in frame.el.
27776
27777 2005-02-11 Lute Kamstra <lute@gnu.org>
27778
27779 * apropos.el (apropos-score-doc): Prevent division by zero.
27780
27781 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
27782
27783 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
27784 (icalendar--get-event-property-attributes)
27785 (icalendar--get-event-properties)
27786 (icalendar--datetime-to-diary-date): New functions.
27787 (icalendar--split-value): Doc fix.
27788 (icalendar--datetime-to-noneuropean-date)
27789 (icalendar--datetime-to-european-date): New optional argument
27790 SEPARATOR. Return result as a string instead of a list.
27791 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
27792 (icalendar--convert-string-for-export): Rename arg S to STRING.
27793 (icalendar-export-region): Doc fix. Change name of error buffer.
27794 Save output buffer.
27795 (icalendar-import-file): Add blank at end of prompt.
27796 (icalendar-import-buffer): Doc fix. Do not switch to error
27797 buffer. Indicate status in return value.
27798 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
27799 buffer. Save output buffer. Handle exception from recurrence
27800 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
27801 events. Fix problems with weekly all-day events.
27802
27803 2005-02-10 Richard M. Stallman <rms@gnu.org>
27804
27805 * simple.el (eval-expression-print-format):
27806 Avoid warning about edebug-active.
27807
27808 * help.el (help-for-help-internal): Rename from help-for-help.
27809 (help-for-help): Define with defalias.
27810
27811 * font-core.el (font-lock-default-function): Use with-no-warnings.
27812
27813 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
27814
27815 * custom.el (defface): Doc fix.
27816
27817 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
27818
27819 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
27820 width 0" to prevent word wrapping problems.
27821
27822 2005-02-09 Kim F. Storm <storm@cua.dk>
27823
27824 * ido.el (ido-file-extensions-order): New defcustom.
27825 (ido-file-extension-lessp, ido-file-extension-aux)
27826 (ido-file-extension-order): New advanced file ordering.
27827 (ido-file-lessp): New simple file ordering.
27828 (ido-sort-list): Remove.
27829 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
27830 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
27831
27832 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
27833
27834 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
27835 that some versions of grep produce.
27836 (grep-mode-font-lock-keywords): Likewise.
27837
27838 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
27839
27840 * progmodes/gdb-ui.el (gdb-location-list): New variable.
27841 (gdb-cdir): Delete.
27842 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
27843 (gdb-source-info): Treat case when source file is in another
27844 directory properly.
27845 (gdb-get-location): New function.
27846
27847 2005-02-07 Jay Belanger <belanger@truman.edu>
27848
27849 * calc/calc-prog.el (calc-write-parse-table-part)
27850 (calc-fix-token-name): Fix a check for language type.
27851
27852 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
27853
27854 2005-02-07 Andre Spiegel <spiegel@gnu.org>
27855
27856 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
27857 as directory not writable.
27858
27859 2005-02-07 Kim F. Storm <storm@cua.dk>
27860
27861 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
27862 (cua--standard-movement-commands): Remove list.
27863 Instead, set CUA property value to move for movement commands.
27864 (cua-movement-commands): Remove. Users must set CUA prop instead.
27865 (cua--pre-command-handler): Check CUA property.
27866 (cua--init-keymaps): Don't remap undo commands.
27867 (cua-mode): Don't call cua--rectangle-on-off.
27868
27869 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
27870 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
27871 (cua--rect-undo-set-point): New var.
27872 (cua--rectangle-undo-boundary): Setup undo apply entry.
27873 (cua--rect-undo-handler): New function for rectangle undo.
27874 (cua--rect-start-position, cua--rect-end-position): Add.
27875 (cua--rectangle-post-command): Call cua--rectangle-set-corners
27876 for restored rectangle. Set point if cua--rect-undo-set-point.
27877
27878 2005-02-06 Jay Belanger <belanger@truman.edu>
27879
27880 * calc/calc-lang.el (calc-tex-language): Display more information
27881 in messages.
27882
27883 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
27884 in TeX mode.
27885
27886 2005-02-06 Richard M. Stallman <rms@gnu.org>
27887
27888 * emacs-lisp/lisp.el (buffer-end): Doc fix.
27889
27890 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
27891
27892 * net/ldap.el (ldap-search-internal): Support attributes with
27893 optional descriptions separated by a semi-colon, as in
27894 "userCertificate;binary".
27895
27896 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27897
27898 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
27899 isn't a cons (i.e. the version is 0).
27900
27901 2005-02-05 Eli Zaretskii <eliz@gnu.org>
27902
27903 * help.el (help-for-help): Doc fix.
27904
27905 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
27906
27907 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
27908 GDB-Windows on the menu-bar as this works better.
27909
27910 2005-02-04 Jay Belanger <belanger@truman.edu>
27911
27912 * calc/calc-embed.el (calc-embedded-update): Don't put in
27913 unnecessary newlines. Adjust the end of formula marker.
27914
27915 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
27916 (math-latex-parse-two-args): New function.
27917
27918 2005-02-03 Lute Kamstra <lute@gnu.org>
27919
27920 * help-fns.el (help-with-tutorial): Make sure that users cannot
27921 remove the entire text of the tutorial by means of `undo'.
27922
27923 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
27924
27925 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
27926 in recent changes, where the ispell process was repeatedly
27927 killed & restarted.
27928
27929 * international/mule-cmds.el (set-locale-environment): Set file-name
27930 coding system to utf-8 on Darwin systems.
27931 (set-default-coding-systems): Don't set default-file-name-coding-system
27932 on Darwin systems.
27933
27934 2005-02-03 Richard M. Stallman <rms@gnu.org>
27935
27936 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
27937
27938 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
27939
27940 * faces.el (list-faces-display): Add optional argument.
27941
27942 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
27943
27944 * font-core.el (font-lock-default-function): Handle the rare case where
27945 only font-lock-keywords is set.
27946
27947 2005-02-02 Kenichi Handa <handa@m17n.org>
27948
27949 * international/characters.el: Cancel previous change for
27950 I-WITH-DOT-ABOVE and DOTLESS-i.
27951
27952 * international/latin-5.el: Cancel previous change.
27953
27954 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
27955
27956 * progmodes/gud.el: Correction to syntax in gud-menu-map.
27957
27958 2005-02-02 Kenichi Handa <handa@m17n.org>
27959
27960 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
27961 DOTLESS-i.
27962
27963 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
27964 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
27965
27966 * case-table.el (get-upcase-table): New function.
27967 (copy-case-table): Copy upcaes table too if non-nil.
27968 (set-case-syntax-delims): Maintain upcase table too.
27969 (set-case-syntax-pair): Likewise.
27970 (set-upcase-syntax, set-downcase-syntax): New functions.
27971 (set-case-syntax): Maintain upcase table too.
27972
27973 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
27974
27975 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
27976
27977 * progmodes/gud.el (gud-goto-info): New function.
27978 (gud-tool-bar-map): Use correct icon.
27979
27980 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
27981
27982 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
27983 When delegating, order args in the funcall correctly.
27984
27985 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
27986
27987 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
27988
27989 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
27990
27991 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
27992 buffer not visiting a file.
27993
27994 2005-01-31 Jay Belanger <belanger@truman.edu>
27995
27996 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
27997 bound on the line with the formula.
27998
27999 2005-01-31 Kim F. Storm <storm@cua.dk>
28000
28001 * ses.el (ses-create-cell-variable-range)
28002 (ses-destroy-cell-variable-range, ses-reset-header-string)
28003 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
28004 (ses-insert-row): Fix format of apply undo entries.
28005
28006 2005-01-31 Jay Belanger <belanger@truman.edu>
28007
28008 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
28009 parts.
28010
28011 * calc/calc-embed.el (calc-embedded-open-formula)
28012 (calc-embedded-close-formula): Ignore matrix environments.
28013
28014 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
28015 TeX mode.
28016
28017 * calc/calc-lang.el (math-function-table, math-oper-table)
28018 (math-variable-table): Adjust the LaTeX portions.
28019
28020 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
28021 (math-latex-ignore-words): New constant.
28022
28023 2005-01-31 Richard M. Stallman <rms@gnu.org>
28024
28025 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
28026 (ispell-local-dictionary): Doc fix.
28027 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
28028 Don't reinitialize at run time. Don't defcustom.
28029 All uses changed to append ispell-local-dictionary-alist,
28030 or check it first.
28031 (ispell-current-dictionary): New variable for dictionary in use.
28032 (ispell-dictionary): Now used only for global default.
28033 (ispell-start-process): Set ispell-current-dictionary,
28034 not ispell-dictionary.
28035 (ispell-change-dictionary): Use this only for setting
28036 user preferences.
28037 (ispell-internal-change-dictionary): New function
28038 to change the current dictionary in use.
28039 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
28040 Use ispell-current-dictionary.
28041 Handle ispell-local-dictionary-overridden.
28042 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
28043
28044 2005-01-31 Jay Belanger <belanger@truman.edu>
28045
28046 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
28047
28048 * calc/calc-ext.el: Add calc-latex-language to autoloads.
28049 (calc-mode-map): Add calc-latex-language.
28050
28051 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
28052 (math-latex-print-frac): New functions.
28053 (math-oper-table, math-function-table, math-variable-table)
28054 (math-complex-format, math-input-filter): Add latex properties.
28055 (calc-set-language): Set math-expr-special-function-mapping.
28056
28057 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
28058 (calc-write-parse-table-part): Add LaTeX support.
28059
28060 * calc/calc.el (calc-language): Adjust docstring.
28061 (calc-set-mode-line): Add LaTeX support.
28062 (math-expr-special-function-mapping): New variable.
28063 (math-tex-ignore-words): Add to list.
28064
28065 * calc/calccomp.el (math-compose-expr, math-compose-rows):
28066 Add LaTeX support.
28067 (math-compose-expr): Add support for special functions.
28068
28069 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
28070
28071 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
28072
28073 * progmodes/gdb-ui.el (gdb-memory-address)
28074 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
28075 (gdb-memory-mode-map, gdb-memory-format-keymap)
28076 (gdb-memory-format-menu, gdb-memory-unit-keymap)
28077 (gdb-memory-unit-menu): New variables for a buffer
28078 that lets the user examine program memory.
28079 (gdb-memory-set-address, gdb-memory-set-repeat-count)
28080 (gdb-memory-format-binary, gdb-memory-format-octal)
28081 (gdb-memory-format-unsigned, gdb-memory-format-signed)
28082 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
28083 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
28084 (gdb-memory-unit-word, gdb-memory-unit-halfword)
28085 (gdb-memory-unit-byte, gdb-memory-unit-menu)
28086 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
28087 (gdb-memory-mode, gdb-memory-buffer-name)
28088 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
28089 New functions for above buffer.
28090
28091 2005-01-30 Richard M. Stallman <rms@gnu.org>
28092
28093 * cus-edit.el (custom-bury-buffer): Function deleted.
28094 (custom-buffer-done-function): Option deleted.
28095 (custom-buffer-done-kill): New replacement option.
28096 (Custom-buffer-done): Call quit-window.
28097 (custom-buffer-create-internal): Update for above changes.
28098
28099 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
28100
28101 * simple.el (undo-ask-before-discard): New var.
28102 (undo-outer-limit-truncate): Implement it.
28103 (undo-extra-outer-limit): Doc update.
28104
28105 2005-01-29 Richard M. Stallman <rms@gnu.org>
28106
28107 * ses.el (undo-more): Delete defadvice.
28108 (ses-begin-change): Doc fix.
28109
28110 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
28111 instead of rebinding C-x u and C-_.
28112
28113 * files.el (normal-backup-enable-predicate): Return nil for files
28114 in /tmp, regardless of temporary-file-directory.
28115
28116 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
28117
28118 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
28119 (open-rectangle, delete-whitespace-rectangle-line)
28120 (clear-rectangle-line): If FILL, pass t instead of FILL
28121 for move-to-column's 2nd arg.
28122
28123 * simple.el (undo): Fix the test for continuing a series of undos.
28124 (undo-more): Set pending-undo-list to t when we reach end.
28125 (pending-undo-list): Move up defvar.
28126
28127 * wid-edit.el (widget-button-click):
28128 Shorten the range of the track-mouse binding.
28129
28130 * comint.el (comint-insert-input): Undo previous changes;
28131 use last-input-event in interactive spec.
28132
28133 2005-01-29 Eli Zaretskii <eliz@gnu.org>
28134
28135 * progmodes/compile.el (compilation-start): Bind buffer-read-only
28136 to nil before invoking call-process. Reset buffer's modified flag
28137 after fontifying it in the no-async branch.
28138
28139 * wid-edit.el (widget-specify-button): If mouse pointer shape
28140 cannot be changed, use mouse face instead.
28141
28142 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
28143
28144 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
28145 (gdb-goto-breakpoint): Make breakpoint handling work on template
28146 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
28147 (gdb-assembler-custom): Update to recognize breakpoint information
28148 added on 2005-01-19.
28149
28150 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
28151
28152 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
28153 (dsssl-mode): Use define-derived-mode.
28154 (scheme-mode-initialize): Remove.
28155 (scheme-mode): Use run-mode-hooks.
28156
28157 * cus-edit.el (customize-group-other-window)
28158 (custom-buffer-create-other-window): Don't override special-display-*.
28159 (custom-mode-map): Make it dense.
28160
28161 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
28162 sets the default value.
28163
28164 2005-01-28 Eli Zaretskii <eliz@gnu.org>
28165
28166 * descr-text.el: Add more keywords.
28167
28168 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
28169
28170 * speedbar.el: Avoid unnecessary use of locate-library.
28171
28172 * international/mule-cmds.el (standard-display-european-internal):
28173 Don't fiddle with latin-1 non-break space any more since it's now
28174 special cased in the C code.
28175 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
28176
28177 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
28178
28179 * cus-start.el (all): Add `undo-outer-limit'.
28180
28181 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28182
28183 * textmodes/bibtex.el (bibtex-format-entry):
28184 Use `bibtex-empty-field-re' only on the text of fields, not on entire
28185 field lines.
28186 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
28187 not on part of a buffer.
28188
28189 2005-01-25 Lute Kamstra <lute@gnu.org>
28190
28191 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
28192 nonempty field text strings like "{letters\\macro{}more letters}".
28193 Clarify docstring.
28194 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
28195 (bibtex-entry-offset, bibtex-parse-association)
28196 (bibtex-parse-field-name): Fix typos in docstrings.
28197 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
28198
28199 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
28200
28201 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
28202 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
28203 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
28204 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
28205
28206 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
28207 isearch minor mode.
28208
28209 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
28210
28211 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
28212
28213 2005-01-24 Lute Kamstra <lute@gnu.org>
28214
28215 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
28216 CASECHARS and NOT-CASECHARS regular expressions of the
28217 "nederlands" and "nederlands8" dictionaries to prevent a "Range
28218 striding over charsets" error.
28219
28220 2005-01-24 Jay Belanger <belanger@truman.edu>
28221
28222 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
28223 display variable name.
28224
28225 2005-01-24 Kenichi Handa <handa@m17n.org>
28226
28227 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
28228 Fix setting of the element of encoded-kbd-iso2022-invocations.
28229
28230 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
28231
28232 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
28233 (gdb-threads-select): Change to also accept mouse events.
28234 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
28235 (gdb-threads-mouse-select): Delete.
28236
28237 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
28238
28239 * files.el (insert-directory): Take care of empty directory,
28240 listed without -a switch.
28241
28242 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
28243
28244 * textmodes/refill.el (refill-post-command-function):
28245 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
28246 to the list of functions that we should be careful not to undo.
28247 (refill-late-fill-paragraph-function): Remove.
28248 (refill-saved-state): New var.
28249 (refill-mode): Use it to save fill-paragraph-function.
28250 Save also the value of auto-fill-function.
28251
28252 * term/w32-win.el: Simplify code.
28253
28254 2005-01-23 Kim F. Storm <storm@cua.dk>
28255
28256 * simple.el (line-move): Adapt to new return value from
28257 pos-visible-in-window-p.
28258
28259 * simple.el (line-move): Fix last change. Check partial
28260 visibility at point rather than at window-start.
28261
28262 2005-01-22 Jason Rumney <jasonr@gnu.org>
28263
28264 * term/w32-win.el (xw-defined-colors): Remove debug-message.
28265
28266 2005-01-22 David Kastrup <dak@gnu.org>
28267
28268 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
28269
28270 2005-01-22 Eli Zaretskii <eliz@gnu.org>
28271
28272 * type-break.el (type-break-mode): Add a test for
28273 type-break-file-name being non-nil.
28274
28275 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
28276
28277 * net/eudc.el (top level): Call (message "") via progn, so that
28278 eudc-options-file is loaded.
28279
28280 2005-01-22 Kim F. Storm <storm@cua.dk>
28281
28282 * simple.el (line-move-1): Rename from line-move.
28283 (line-move): New function that adjusts vscroll for partially
28284 visible rows, and calls line-move-1 otherwise.
28285
28286 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
28287
28288 * pcomplete.el: Define pcomplete-read-event instead of read-event,
28289 since it's not a complete read-event implementation
28290
28291 2005-01-20 Jay Belanger <belanger@truman.edu>
28292
28293 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
28294 for called function.
28295
28296 2005-01-20 Steven Tamm <steventamm@mac.com>
28297
28298 * term/mac-win.el (process-connection-type): Remove.
28299 Controlled now by s/darwin.h:PTY_ITERATION.
28300
28301 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
28302
28303 * window.el (handle-select-window): Don't switch window when we're
28304 in the minibuffer.
28305
28306 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
28307
28308 * subr.el (dotimes-with-progress-reporter): New macro.
28309
28310 * ses.el (ses-dotimes-msg): Remove macro.
28311 Use `dotimes-with-progress-reporter' instead.
28312
28313 2005-01-19 Steven Tamm <steventamm@mac.com>
28314
28315 * term/mac-win.el (process-connection-type): Use new
28316 operating-system-release variable to use ptys on Darwin 7 (OS X
28317 10.3) when using carbon build.
28318
28319 2005-01-19 Jay Belanger <belanger@truman.edu>
28320
28321 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
28322 flags if the last command was a tab or M-tab.
28323
28324 * calc/calc-prog.el (calc-user-define-edit): Put original formula
28325 in formula editing buffer.
28326
28327 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
28328
28329 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
28330 breakpoint image symbol in margin.
28331
28332 2005-01-19 Jay Belanger <belanger@truman.edu>
28333
28334 * calc/calc-prog.el (calc-execute-kbd-macro):
28335 Ignore calc-keep-arg-flag.
28336
28337 2005-01-19 Kenichi Handa <handa@m17n.org>
28338
28339 * textmodes/ispell.el (ispell-looking-at): New function.
28340 (ispell-process-line): Use ispell-looking-at to compare the ispell
28341 output and the buffer contents.
28342
28343 2005-01-18 Jay Belanger <belanger@truman.edu>
28344
28345 * calc/calc.el (calc-display-raw): Fix docstring.
28346
28347 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
28348
28349 * simple.el (blink-matching-open): Strip extra info from syntax.
28350
28351 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
28352 funny chars in the end-of-here-doc marker.
28353
28354 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
28355
28356 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
28357 that enable/disabled state of breakpoints is shown correctly in
28358 fringe and on ttys.
28359 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
28360 Add breakpoint information as text properties.
28361 (gdb-mouse-toggle-breakpoint):
28362 Rename to gdb-mouse-set-clear-breakpoint.
28363 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
28364 breakpoints in the margin.
28365 (gdb-remove-strings): Simplify.
28366
28367 2005-01-17 Jay Belanger <belanger@truman.edu>
28368
28369 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
28370 erasing buffer.
28371
28372 2005-01-17 Richard M. Stallman <rms@gnu.org>
28373
28374 * progmodes/grep.el (grep-find): Copy from `grep' the condition
28375 for calling grep-compute-defaults.
28376
28377 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
28378 if buffer is empty.
28379
28380 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
28381
28382 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
28383
28384 * hilit-chg.el (highlight-changes-mode): Don't autoload.
28385
28386 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
28387 non-preloaded variables.
28388
28389 2005-01-17 Steven Tamm <steventamm@mac.com>
28390
28391 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
28392 tex-shell cause to force interactivity when using pipes.
28393
28394 2005-01-17 Kim F. Storm <storm@cua.dk>
28395
28396 * simple.el (just-one-space): Make arg optional.
28397
28398 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
28399
28400 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
28401 posn-at-x-y to t to access left-margin.
28402
28403 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
28404
28405 Sync with Tramp 2.0.47.
28406
28407 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
28408 catching keep-date problems in cp/scp operations.
28409 (tramp-handle-copy-file): Don't call `set-file-modes'
28410 unconditionally. Specialized functions should know better what is
28411 necessary. This improves performance a little bit, and the
28412 functions could catch errors with `cp -p' and `scp -p'.
28413 (tramp-do-copy-or-rename-file-via-buffer)
28414 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
28415 when appropriate.
28416 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
28417 Call `set-file-modes' when appropriate.
28418 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
28419 Johnsson <isak@hypergene.com>.
28420 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
28421 of both Tramp buffer and debug buffer. Reported by Joakim Verona
28422 <joakim@verona.se>.
28423 (tramp-file-name-for-operation): Mark `shell-command' as magic for
28424 Emacs only.
28425
28426 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
28427 `find-file-hooks' and `dired-mode-hook'.
28428 (tramp-minor-mode-map): Respective map. Add remapping for
28429 `compile' and `recompile'.
28430 (tramp-remap-command, tramp-recompile): New defuns.
28431 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
28432 in buffer "*Compilation*". Call the commands asynchronously.
28433
28434 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
28435 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
28436 `shell-command', because it isn't magic in XEmacs. Reported by
28437 Adrian Aichner <adrian@xemacs.org>.
28438
28439 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
28440 `substitute-in-file-name.
28441 (tramp-smb-handle-substitute-in-file-name): New defun.
28442 (tramp-smb-advice-PC-do-completion): Delete advice.
28443
28444 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
28445
28446 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
28447 Fix error in deleting region.
28448
28449 2005-01-15 Richard M. Stallman <rms@gnu.org>
28450
28451 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
28452 In non-temp buffer, switch syntax table temporarily.
28453
28454 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
28455
28456 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
28457
28458 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
28459
28460 * imenu.el (imenu--split-menu): Copy menulist before sorting.
28461 (imenu--generic-function): Use START, not BEG, as pos of definition.
28462
28463 * simple.el (just-one-space): Argument specifies number of spaces.
28464
28465 * simple.el (eval-expression-print-format): Avoid warning
28466 about edebug-active.
28467
28468 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
28469
28470 * progmodes/sh-script.el: Code copied from make-mode.el
28471 with small changes,
28472 (sh-mode-map): Bind C-c C-\.
28473 (sh-backslash-column, sh-backslash-align): New variables.
28474 (sh-backslash-region, sh-append-backslash): New functions.
28475
28476 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
28477
28478 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
28479 (rmail-pop-password, rmail-pop-password-required): Move to
28480 rmail-obsolete group.
28481 (rmail-set-pop-password): Rename to rmail-set-remote-password.
28482 All callers updated.
28483 (rmail-get-pop-password): Rename to rmail-get-remote-password.
28484 Take an argument specifying whether it is POP or IMAP mailbox we
28485 are using. All callers updated.
28486 (rmail-pop-password-error): Rename to
28487 rmail-remote-password-error. Added mailutils-specific error message.
28488 (rmail-movemail-search-path)
28489 (rmail-movemail-variant-in-use): New variables.
28490 (rmail-remote-password, rmail-remote-password-required):
28491 New customization variables.
28492 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
28493 (rmail-parse-url): New function.
28494 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
28495 with GNU mailutils movemail.
28496
28497 2005-01-15 Kevin Ryde <user42@zip.com.au>
28498
28499 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
28500 suffix to space, $ or '$, to correctly position point when going
28501 to @table style constants like DBL_MAX.
28502
28503 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
28504
28505 * type-break.el (type-break-mode, type-break-file-time)
28506 (type-break-file-keystroke-count, type-break-choose-file):
28507 Don't store data in or load data from the file if type-break-file-name
28508 is nil.
28509 (type-break-file-name): Doc update as per the above.
28510
28511 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
28512
28513 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
28514 lookup-key might return nil; handle that.
28515
28516 2005-01-15 Alan Mackenzie <acm@muc.de>
28517
28518 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
28519 rather than the element found, thus enabling the tree to be setcar'd.
28520
28521 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
28522
28523 * textmodes/org.el (org-show-following-heading): New option.
28524 (org-show-hierarchy-above): Use `org-show-following-heading'.
28525 (org-cycle): Documentation fix.
28526
28527 * textmodes/org.el (orgtbl-optimized): New option
28528 (orgtbl-mode): New command, a minor mode.
28529 (orgtbl-mode-map): New variable.
28530 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
28531 (orgtbl-error, orgtbl-self-insert-command)
28532 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
28533
28534 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
28535 a local variable in each org-mode buffer.
28536
28537 * textmodes/org.el (org-set-regexps-and-options): Rename from
28538 `org-set-regexps'. Added checking for STARTUP keyword.
28539 (org-get-current-options): Add STARTUP options.
28540 (org-table-insert-row): Make mode intelligent about when
28541 realignment is needed.
28542 (org-self-insert-command, org-delete-backward-char, org-delete-char):
28543 New commands.
28544 (org-enable-table-editor): New default value `optimized'.
28545 (org-table-blank-field): Support blanking regions if active.
28546
28547 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
28548
28549 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
28550 if the year is not given.
28551
28552 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
28553 Add new escapes %m and %M, fixed bug with %F by adding
28554 save-match-data.
28555 (reftex-reference): Remove ?. from list of spaces.
28556 (reftex-label-info): Add automatic label prefix recognition.
28557
28558 * textmodes/reftex-index.el (reftex-index-next-phrase):
28559 Add slave parameter to call of `reftex-index-this-phrase'.
28560 (reftex-index-this-phrase): New optional argument.
28561 (reftex-index-region-phrases): Add slave parameter to call of
28562 `reftex-index-this-phrase'.
28563 (reftex-display-index): New argument redo.
28564 (reftex-index-rescan): Add `redo' to arguments of
28565 `reftex-display-index'.
28566 (reftex-index-Rescan, reftex-index-revert)
28567 (reftex-index-switch-index-tag): Add `redo' to arguments of
28568 `reftex-display-index'.
28569 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
28570 indexing. Fix bug with matching is there is a quote before or
28571 after the word.
28572
28573 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
28574 Fix bug when collecting citation keys in lines with comments.
28575 (reftex-citation): Prefix argument no longer rescans the document,
28576 but forces prompting for optional arguments of cite macros.
28577 (reftex-do-citation): Prompting for optional arguments implemented.
28578
28579 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
28580 Add optional arguments to most cite commands.
28581 (reftex-cite-cleanup-optional-args): New option
28582 (reftex-cite-prompt-optional-args): New option.
28583 (reftex-trust-label-prefix): New option.
28584
28585 * textmodes/reftex-toc.el (reftex-toc-find-section):
28586 Add push-mark before changing the position in the buffer.
28587
28588 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
28589 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
28590
28591 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
28592
28593 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
28594 more carefully.
28595
28596 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
28597
28598 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
28599 (sgml-mode): Use it.
28600 (sgml-get-context): Better keep track of implicitly closed tags.
28601
28602 2005-01-13 Kenichi Handa <handa@m17n.org>
28603
28604 * textmodes/ispell.el: These changes are to fix misalignment error
28605 caused by equivalent characters of different Emacs charsets.
28606 (ispell-unified-chars-table): New variable.
28607 (ispell-get-decoded-string): New function.
28608 (ispell-get-casechars, ispell-get-not-casechars)
28609 (ispell-get-otherchars): Call ispell-get-decoded-string.
28610
28611 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
28612
28613 * custom.el (custom-declare-variable): Just put symbol instead
28614 of (defvar . symbol) in `current-load-list'.
28615
28616 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
28617
28618 * emacs-lisp/elint.el: Fixed typo in Commentary section.
28619
28620 2005-01-12 Jay Belanger <belanger@truman.edu>
28621
28622 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
28623 to create a Calc summary.
28624
28625 2005-01-12 Kim F. Storm <storm@cua.dk>
28626
28627 * mouse.el (mouse-on-link-p): Change functionality and doc
28628 string to comply with latest description in lisp ref.
28629
28630 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
28631
28632 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
28633 Enable mouse clicks on mode-line, header-line and margin.
28634 (event-type): Give mouse event symbols an `event-kind' property
28635 with value `mouse-click'.
28636
28637 2005-01-12 Juri Linkov <juri@jurta.org>
28638
28639 * facemenu.el (list-colors-display): Add new arg buffer-name.
28640 Use it. Fix docstring. Replace code for identifying duplicate
28641 colors by the name with call to `list-colors-duplicates' which
28642 identifies duplicate colors by the value unless the color
28643 is one of special Windows colors. Set truncate-lines to t.
28644 Print sorted duplicate color names on each line. Indent to 22
28645 \(the longest color name in rgb.txt) instead of 20. Optimize.
28646 (list-colors-duplicates): New function.
28647 (facemenu-color-name-equal): Delete function.
28648
28649 * facemenu.el (list-colors-print): New function created from code
28650 in list-colors-display. Print #RRGGBB at the window right edge.
28651 (list-colors-display): When temp-buffer-show-function is not
28652 defined, call list-colors-print from temp-buffer-show-hook
28653 to get the right value of window-width in list-colors-print
28654 after the buffer is displayed.
28655
28656 * simple.el (pop-mark): Move deactivate-mark out of conditional
28657 part to deactivate the active mark regardless of the state of the
28658 mark ring.
28659
28660 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
28661 variables line in desktop files.
28662
28663 2005-01-12 Juri Linkov <juri@jurta.org>
28664
28665 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
28666 Bring together isearch highlight related options.
28667 (lazy-highlight): Replace group `replace' by `matching'.
28668 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
28669 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
28670 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
28671 and declare them obsolete.
28672 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
28673 (isearch-faces): Remove defgroup.
28674 (isearch-overlay, isearch-highlight, isearch-dehighlight):
28675 Move isearch highlighting code closer to lazy highlighting code.
28676
28677 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
28678 (query-replace-highlight, query-replace-lazy-highlight)
28679 (query-replace): Move definitions to the beginning of the file.
28680
28681 2005-01-11 Juri Linkov <juri@jurta.org>
28682
28683 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
28684 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
28685 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
28686
28687 * info.el (Info-history-forward): New variable.
28688 (Info-select-node): Reset Info-history-forward to nil.
28689 (Info-last): Turn into defalias.
28690 (Info-history-back): Rename from Info-last.
28691 Add current node to Info-history-forward.
28692 (Info-history-forward): New fun.
28693 (Info-mode-map): Replace Info-last by Info-history-back.
28694 Bind Info-history-forward to "r".
28695 (Info-mode-menu): Replace Info-last by Info-history-back.
28696 Fix menu item text. Add menu item for Info-history-forward.
28697 (info-tool-bar-map): Replace Info-last by Info-history-back.
28698 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
28699 for Info-history-forward.
28700 (Info-mode): Replace Info-last by Info-history-back in docstring.
28701 Add local variable Info-history-forward.
28702 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
28703
28704 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
28705
28706 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
28707 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
28708 Ignore select-window events rather than fiddle with
28709 mouse-autoselect-window.
28710
28711 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
28712
28713 * type-break.el (type-break-mode): Fix previous change.
28714
28715 2005-01-10 Jay Belanger <belanger@truman.edu>
28716
28717 * calc/calc-ext.el (calc-reset): Reset when inside embedded
28718 calculator; only reset when point is inside a calculator.
28719 Don't adjust the window height if the window takes up the whole height
28720 of the frame.
28721
28722 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
28723
28724 * ebuff-menu.el (Electric-buffer-menu-mode):
28725 Preserve value of buffer-local var header-line-format.
28726
28727 2005-01-09 Jay Belanger <belanger@truman.edu>
28728
28729 * calc/calc.el (calc-mode-var-list-restore-saved-values):
28730 Make sure settings file exists before accessing it.
28731
28732 * calc/calc-embed.el (calc-embedded-subst):
28733 Replace math-multi-subst-rec, which is only supposed to be called
28734 by math-multi-subst, by math-multi-subst.
28735
28736 2005-01-09 Andre Spiegel <spiegel@gnu.org>
28737
28738 * vc.el (vc-allow-async-revert): New user option.
28739 (vc-disable-async-diff): New internal variable.
28740 (vc-revert-buffer): Use them to disable asynchronous diff.
28741
28742 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
28743 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
28744 asynchronously if vc-disable-async-diff is t.
28745
28746 2005-01-09 Jay Belanger <belanger@truman.edu>
28747
28748 * calc/calc.el (defcalcmodevar): New macro.
28749 (calc-mode-var-list-restore-default-values)
28750 (calc-mode-var-list-restore-saved-values): New functions.
28751 (calc-mode-var-list): Use defcalcmodevar to define it.
28752 (calc-always-load-extensions, calc-line-numbering)
28753 (calc-line-breaking, calc-display-just, calc-display-origin)
28754 (calc-number-radix, calc-leading-zeros, calc-group-digits)
28755 (calc-group-char, calc-point-char, calc-frac-format)
28756 (calc-prefer-frac, calc-hms-format, calc-date-format)
28757 (calc-float-format, calc-full-float-format, calc-complex-format)
28758 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
28759 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
28760 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
28761 (calc-matrix-brackets, calc-language, calc-language-option)
28762 (calc-left-label, calc-right-label, calc-word-size)
28763 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
28764 (calc-display-raw, calc-internal-prec, calc-angle-mode)
28765 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
28766 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
28767 (calc-window-height, calc-display-trail, calc-show-selections)
28768 (calc-use-selections, calc-assoc-selections)
28769 (calc-display-working-message, calc-auto-why, calc-timing)
28770 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
28771 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
28772 (calc-gnuplot-default-device, calc-gnuplot-default-output)
28773 (calc-gnuplot-print-device, calc-gnuplot-print-output)
28774 (calc-gnuplot-geometry, calc-graph-default-resolution)
28775 (calc-graph-default-resolution-3d, calc-invocation-macro)
28776 (calc-show-banner): Use defcalcmodevar to declare them and set
28777 their default values.
28778
28779 * calc/calc-ext.el (calc-reset): Restore saved values of variables
28780 instead of default values (but restore default values if there is
28781 an argument of 0).
28782
28783 2005-01-09 David Kastrup <dak@gnu.org>
28784
28785 * desktop.el (desktop-restore-eager): Fix typo in type.
28786
28787 2005-01-08 Richard M. Stallman <rms@gnu.org>
28788
28789 * cus-edit.el (customize): Delete :link.
28790
28791 2005-01-08 Jay Belanger <belanger@truman.edu>
28792
28793 * calc/calc.el (calc-mode): Remove the extension from the
28794 `calc-settings-file' file name when loading it.
28795
28796 2005-01-08 Kim F. Storm <storm@cua.dk>
28797
28798 * info.el (Info-mode-map, Info-next-link-keymap)
28799 (Info-prev-link-keymap, Info-up-link-keymap):
28800 Map follow-link to mouse-face.
28801 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
28802
28803 2005-01-08 Jay Belanger <belanger@truman.edu>
28804
28805 * calc/calc.el (calc-settings-file): Change default value.
28806 Suggested by cgw in a comment in calc-mode.el.
28807
28808 * calc/calc-mode.el (calc-settings-file-name):
28809 Compare calc-settings-file to user-init-file instead of ~/.emacs.
28810 Replace ~/.emacs in a prompt by calc-settings-file.
28811
28812 2005-01-07 Lars Hansen <larsh@math.ku.dk>
28813
28814 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
28815 (desktop-lazy-idle-delay): New customizable variables.
28816 (desktop-buffer-args-list): New variable.
28817 (desktop-append-buffer-args): New function.
28818 (desktop-save): Call desktop-append-buffer-args for some buffers.
28819 (desktop-lazy-create-buffer): New function.
28820 (desktop-idle-create-buffers): New function.
28821 (desktop-read): Add message about buffers to restore lazily.
28822 (desktop-lazy-abort): New command.
28823 (desktop-clear): Call desktop-lazy-abort.
28824 (desktop-lazy-complete): New command.
28825
28826 2005-01-06 Richard M. Stallman <rms@gnu.org>
28827
28828 * emacs-lisp/find-func.el (find-face-definition):
28829 Rename from find-face.
28830
28831 2005-01-06 Kim F. Storm <storm@cua.dk>
28832
28833 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
28834
28835 * man.el (Man-xref-man-page, Man-xref-header-file)
28836 (Man-xref-normal-file): Add follow-link property.
28837
28838 2005-01-06 Jay Belanger <belanger@truman.edu>
28839
28840 * calc/calc-units.el: Make sure the proper macro definitions are
28841 available when compiling.
28842
28843 2005-01-06 Juri Linkov <juri@jurta.org>
28844
28845 * isearch.el (isearch-lazy-highlight-update):
28846 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
28847
28848 2005-01-06 Miles Bader <miles@gnu.org>
28849
28850 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
28851 (isearch-lazy-highlight-face): Use new name.
28852
28853 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
28854
28855 * uniquify.el (uniquify-rationalize-file-buffer-names):
28856 Re-add an interactive spec.
28857 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
28858 to the same name.
28859
28860 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
28861 (isearch-update, isearch-done): Adjust calls accordingly.
28862
28863 2005-01-05 Richard M. Stallman <rms@gnu.org>
28864
28865 * custom.el (custom-set-variables, custom-theme-set-variables):
28866 Clarify documentation.
28867
28868 * emacs-lisp/find-func.el (find-variable)
28869 (find-variable-other-window, find-variable-other-frame):
28870 Fix the TYPE args to find-function-read and find-function-do-it.
28871 (find-function): Doc fix.
28872 (find-function-at-point): Replace function-at-point alias.
28873
28874 2005-01-04 Richard M. Stallman <rms@gnu.org>
28875
28876 * cus-face.el (custom-declare-face):
28877 Record defface in current-load-list.
28878
28879 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
28880
28881 * emacs-lisp/find-func.el: Doc fixes.
28882 (find-face-regexp): New variable.
28883 (find-function-regexp-alist): New variable.
28884 (find-function-C-source): Third arg is now TYPE.
28885 (find-function-search-for-symbol): Handle general TYPE.
28886 (find-function-read, find-function-do-it): Handle general TYPE.
28887 (find-definition-noselect, find-face): New functions.
28888 (function-at-point): Alias deleted.
28889
28890 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
28891
28892 * battery.el (display-battery-mode): Rename from display-battery.
28893 Handle the case where it gets turned off.
28894
28895 2005-01-04 Richard M. Stallman <rms@gnu.org>
28896
28897 * cus-edit.el (customize): Make :link point to user doc.
28898
28899 * man.el (Man-fontify-manpage): Turn off undo generation.
28900
28901 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
28902
28903 2005-01-04 Andreas Schwab <schwab@suse.de>
28904
28905 * files.el (insert-directory): Only look for error lines in
28906 inserted text. Don't move too far after processing --dired markers.
28907
28908 2005-01-04 Richard M. Stallman <rms@gnu.org>
28909
28910 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
28911 Don't expand if the character is @, period, dash, etc.
28912 (define-mail-abbrev): Quote names that contain problem characters.
28913
28914 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
28915
28916 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
28917
28918 2005-01-03 Richard M. Stallman <rms@gnu.org>
28919
28920 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
28921 (query-replace-highlight, query-replace-lazy-highlight)
28922 (query-replace): Definitions moved up. Doc fix.
28923
28924 2005-01-03 Richard M. Stallman <rms@gnu.org>
28925
28926 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
28927 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
28928 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
28929 (lazy-highlight-face): Rename from isearch-lazy-...
28930 Change all references to them.
28931
28932 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
28933
28934 * cus-edit.el (custom-file): Doc fix for defcustom.
28935 (custom-file): The function no longer sets the variable
28936 `custom-file' to its return value.
28937
28938 * startup.el (command-line): No longer load `custom-file'.
28939
28940 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
28941
28942 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
28943
28944 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
28945 Don't confuse module-prefixed identifiers for labels.
28946 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
28947
28948 2005-01-02 Richard M. Stallman <rms@gnu.org>
28949
28950 * files.el (basic-save-buffer-1): Fix previous change.
28951
28952 * loadhist.el (file-loadhist-lookup): New function.
28953 (file-provides, file-requires): Use it.
28954
28955 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
28956 instead of calculating the right size.
28957
28958 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
28959
28960 * vc-svn.el (vc-svn-diff): Stay local if possible.
28961
28962 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
28963
28964 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
28965
28966 * files.el (hack-local-variables): Fix last change.
28967
28968 2005-01-02 Jay Belanger <belanger@truman.edu>
28969
28970 * calc/calc-yank.el (calc-edit-top): New variable.
28971 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
28972 object. Change header properties.
28973 (calc-edit-finish, calc-edit-finish-stack-object)
28974 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
28975 edited object.
28976 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
28977 for the beginning of the edited object.
28978 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
28979 for the beginning of the edited object.
28980 * calc/calc-prog.el (calc-edit-macro-finish-edit)
28981 (calc-finish-formula-edit, calc-macro-repeats)
28982 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
28983 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
28984 beginning of the edited object.
28985 (calc-user-define-edit): Change the header for editing macros.
28986 Remove unnecessary variable.
28987
28988 2005-01-01 Jay Belanger <belanger@truman.edu>
28989
28990 * calc/calc-yank.el (calc-edit-mode): Change default header.
28991 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
28992 * calc/calc-store.el (calc-edit-variable): Change title to match new
28993 header.
28994 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
28995 mode to match new header.
28996 (calc-user-define-edit): Change titles to include names of commands.
28997 (calc-finish-formula-edit): Adjust to handle new header.
28998 (calc-finish-macro-edit): Remove.
28999 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
29000 (calc-edit-macro-command, calc-edit-macro-command-type)
29001 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
29002 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
29003 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
29004 (calc-edit-macro-finish-edit): New functions.
29005 (calc-user-define-edit): Use new functions to edit named calc macros.
29006
29007 2005-01-01 Stefan <monnier@iro.umontreal.ca>
29008
29009 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
29010
29011 * ses.el (copy-region-as-kill): Deactivate mark.
29012
29013 2005-01-01 Richard M. Stallman <rms@gnu.org>
29014
29015 * replace.el (occur-1): If the output buffer is also an input,
29016 don't kill it, rename it.
29017
29018 * faces.el (set-face-background, set-face-foreground): Doc fix.
29019
29020 * cus-face.el (custom-face-attributes): Fix :help-echo strings
29021 for :foreground and :background.
29022
29023 * dired.el (dired-view-command-alist): Variable deleted.
29024 (dired-view-file, dired-mouse-find-file-other-window):
29025 Delete the code to use it.
29026
29027 2005-01-01 Kim F. Storm <storm@cua.dk>
29028
29029 * image.el (insert-sliced-image): Use t for line-height property.
29030
29031 See ChangeLog.11 for earlier changes.
29032
29033 ;; Local Variables:
29034 ;; coding: iso-2022-7bit
29035 ;; add-log-time-zone-rule: t
29036 ;; End:
29037
29038 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
29039 Copying and distribution of this file, with or without modification,
29040 are permitted provided the copyright notice and this notice are preserved.
29041
29042 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1